/*
// World Vision Core Site Development
// WVCSD Theme Specific Rules
// ==========================================
*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*
// Mixin overrides
// =======================
*/
/*
// Typography
// =======================
*/
h1 {
  font-size: 36px;
  font-weight: normal;
  margin-top: 0;
}
h2 {
  font-weight: normal;
  margin-top: 0;
}
h3 {
  font-weight: normal;
  margin-top: 0;
}
h4 {
  font-weight: normal;
  margin-top: 0;
}
p {
  font-size: 17px;
  line-height: 20px;
}
/*
	The following are available from Fonts.com embed script:
	font-family:'Gill Sans W01 Light';
	font-family:'GillSansW01-LightItalic';
	font-family:'Gill Sans W01 Book';
	font-family:'GillSansW01-BookItalic';
	font-family:'Gill Sans W01 Medium';
	font-family:'GillSansW01-MediumItali';
	font-family:'Gill Sans W01 Bold';
	font-family:'GillSansW01-BoldItalic';
	font-family:'GillSansW01-DisplayBold 709822';
*/
.regular-text {
  font-family: 'Gill Sans W01 Book', Arial, sans-serif;
}
.bold-text {
  font-family: 'Gill Sans W01 Medium', Arial, sans-serif;
  font-weight: normal;
}
strong {
  font-family: 'Gill Sans W01 Medium', Arial, sans-serif;
  font-weight: normal;
}
.light-text {
  font-family: 'Gill Sans W01 Light', Arial, sans-serif;
}
.heavy-text {
  font-family: 'Gill Sans W01 Bold', Arial, sans-serif;
}
/*
// External Links
// =======================
// Base style is located in wvcsd_header_styles.less
*/
.caption.overlay .external-link {
  background-position: -21px 0;
}
.btn .external-link {
  background-position: 0 0;
  width: 21px;
}
.social-wrapper .external-link,
.share .external-link {
  display: none;
}
/*
// Helper Classes
// =======================
*/
.ir {
  overflow: hidden;
  text-indent: -999px;
  text-align: left;
}
.cover {
  background-size: cover;
}
.dotted {
  font-size: 44px;
  line-height: 44px;
  text-shadow: 3px 0 3px #ffffff;
  font-family: 'Gill Sans W01 Medium', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  padding-bottom: 20px;
  text-align: center;
  background: url(../img/bkgd_dotted-line_v1.png) center bottom no-repeat;
}
.impact {
  font-size: 44px;
  line-height: 44px;
  text-shadow: 3px 0 3px #ffffff;
  font-family: 'Gill Sans W01 Medium', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  padding-bottom: 20px;
  text-align: center;
}
h3.dotted {
  font-size: 34px;
  line-height: 34px;
  text-shadow: none;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.zero-space {
  margin: 0;
  padding: 0;
}
.relative {
  position: relative;
}
.italicize {
  font-style: italic;
}
.twitter-link {
  display: block;
  font-size: 16px;
  font-family: 'Gill Sans W01 Bold', Arial, sans-serif;
  background: url(../img/icon_twitter.png) left top no-repeat;
  padding-left: 40px;
  line-height: 1.2em;
  margin: 40px 0 30px 0;
  min-height: 33px;
}
/*
// Color Variables
// ================
*/
/* Sector Color Variables */
/*
// Bootstrap select boxes.
// ======================
*/
.bootstrap-select.btn-group {
  max-width: 100%;
}
.bootstrap-select.btn-group .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  padding: 3px 0;
  text-transform: none;
}
.bootstrap-select.btn-group .btn:first-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.bootstrap-select.btn-group .btn .filter-option {
  left: 10px;
}
.bootstrap-select.btn-group .btn .caret {
  border-top: 9px solid #FA9855;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  margin-top: -4px;
}
.bootstrap-select.btn-group.dropup .btn .caret {
  border-top: none;
  border-bottom: 9px solid #FA9855;
}
.bootstrap-select.btn-group .dropdown-menu {
  max-width: 100%;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #bbb;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  color: #212121;
  white-space: normal;
}
.bootstrap-select.btn-group .dropdown-menu li a:hover {
  background: #dbdbdb;
  color: #212121;
}
.bootstrap-select.btn-group .dropdown-menu li a:focus {
  color: #fff;
}
.front .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.ie7 .bootstrap-select.btn-group,
.ie8 .bootstrap-select.btn-group {
  white-space: normal;
}
.ie7 .bootstrap-select.btn-group .btn,
.ie8 .bootstrap-select.btn-group .btn {
  border: 1px solid #ccc;
  outline: none;
}
/*
// Chrome/Global Elements
// ======================
*/
a {
  color: #2d78ab;
}
a:hover {
  color: #2d78ab;
  text-decoration: underline;
}
a img:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.social li {
  padding: 0 6px 0 0 !important;
}
.social li.icon {
  overflow: hidden;
  text-indent: -999px;
  text-align: left;
}
.social li.icon a {
  width: 25px;
  height: 25px;
  display: block;
  background: url(../img/icons_social_25_v1.png) no-repeat;
}
.social li.icon .icon_fb {
  background-position: 0 0;
}
.social li.icon .icon_fb:hover {
  background-position: 0 -25px;
}
.social li.icon .icon_tw {
  background-position: -25px 0;
}
.social li.icon .icon_tw:hover {
  background-position: -25px -25px;
}
.social li.icon .icon_yt {
  background-position: -50px 0;
}
.social li.icon .icon_yt:hover {
  background-position: -50px -25px;
}
.social .no_icon_blog {
  overflow: hidden;
  text-indent: -999px;
  text-align: left;
  width: 49px;
  height: 25px;
  display: block;
  background: url(../img/icon_blog_footer_v1.png) 0 0 no-repeat;
}
.social .no_icon_blog:hover {
  background-position: 0 -25px;
}
.ie7 .social {
  *zoom: 1;
}
.ie7 .social:before,
.ie7 .social:after {
  display: table;
  content: "";
  line-height: 0;
}
.ie7 .social:after {
  clear: both;
}
.ie7 .social li {
  float: left;
  display: inline;
}
/*
// Breadcrumb
// ==========
*/
#block-easy-breadcrumb-easy-breadcrumb {
  margin-right: auto;
  margin-left: auto;
  width: 940px;
  *zoom: 1;
}
#block-easy-breadcrumb-easy-breadcrumb:before,
#block-easy-breadcrumb-easy-breadcrumb:after {
  display: table;
  content: "";
  line-height: 0;
}
#block-easy-breadcrumb-easy-breadcrumb:after {
  clear: both;
}
#block-easy-breadcrumb-easy-breadcrumb:before,
#block-easy-breadcrumb-easy-breadcrumb:after {
  display: table;
  content: "";
  line-height: 0;
}
#block-easy-breadcrumb-easy-breadcrumb:after {
  clear: both;
}
#block-easy-breadcrumb-easy-breadcrumb .easy-breadcrumb {
  position: relative;
  z-index: 1;
  background: none;
  padding: 0;
  margin: 20px 0 0;
  color: #96897d;
  font-size: 15px;
  line-height: 28px;
  font-family: 'Gill Sans W01 Medium', Arial, sans-serif;
  font-weight: normal;
}
#block-easy-breadcrumb-easy-breadcrumb .easy-breadcrumb a,
#block-easy-breadcrumb-easy-breadcrumb .easy-breadcrumb .easy-breadcrumb_segment {
  display: block;
  float: left;
}
#block-easy-breadcrumb-easy-breadcrumb .easy-breadcrumb a:first-child {
  overflow: hidden;
  text-indent: -999px;
  text-align: left;
  background: url(../img/icon_home_v2.png) 0 0 no-repeat;
  width: 24px;
  height: 19px;
  float: left;
}
#block-easy-breadcrumb-easy-breadcrumb .easy-breadcrumb a:first-child:hover {
  background-position: left bottom;
}
#block-easy-breadcrumb-easy-breadcrumb .easy-breadcrumb_segment-separator {
  display: block;
  float: left;
  margin: 0 5px;
}
/*
// Pager
// ===================
*/
.item-list ul.pager {
  font-size: 18px;
  padding: 30px 0;
}
.item-list .pager li {
  margin-left: 0;
  padding: 0;
  line-height: 1em;
}
.pager-last,
.pager-first {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}
.pager li > a,
.pager li > span {
  background: none;
  border: none;
  padding: 1px 8px 3px 8px;
}
.pager .pager-previous > a,
.pager .pager-next > a {
  background: #fb812f;
  color: #fff;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  font-family: 'Gill Sans W01 Medium', Arial, sans-serif;
  font-weight: normal;
}
.pager .pager-previous > a:hover,
.pager .pager-next > a:hover {
  background: #fd6c0b;
}
.item-list .pager li.pager-previous {
  margin-right: 15px;
}
.item-list .pager li.pager-next {
  margin-left: 15px;
}
.pager-current {
  color: #666;
}
/*
// Global Footer Rules
// ===================
*/
#footer {
  padding: 40px 0;
  background: url(../img/bkgd_hills_btm_v1.jpg) center top no-repeat;
  background-size: cover;
}
#footer .left {
  width: 355px;
}
#footer .right {
  width: 565px;
}
.ie7 #footer {
  margin-top: -20px;
  height: 538px;
  background: #fcfeff url(../img/bkgd_hills_btm_v1.jpg) center bottom no-repeat;
}
.ie7 #footer span.heavy-text {
  font-weight: bold;
}
.ie7 #footer li.first.last.expanded > a {
  font-weight: bold;
}
.ie7 .connectwithuslinks li:first-child a,
.ie7 .navigatelinks li:first-child a {
  font-weight: bold;
}
.region-footer-1 {
  *zoom: 1;
  padding-bottom: 30px;
}
.region-footer-1:before,
.region-footer-1:after {
  display: table;
  content: "";
  line-height: 0;
}
.region-footer-1:after {
  clear: both;
}
.region-footer-1 .block-block,
.region-footer-1 .block-menu,
.region-footer-1 .block-menu-block {
  float: left;
  width: 188px;
}
.region-footer-1 ul.menu {
  margin: 0;
  padding: 0;
}
.region-footer-1 ul.menu li,
.region-footer-1 ul.menu li.expanded {
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style-type: none;
}
.region-footer-1 ul.menu li a {
  color: #2d78ab;
}
.region-footer-1 li.phone-number {
  color: #2d78ab;
}
.region-footer-1 #block-block-5 {
  float: right;
  width: 164px;
}
.ie7 .region-footer-1 #block-block-5 {
  width: 174px;
}
.region-footer-1 ul li:first-child > a {
  font-family: 'Gill Sans W01 Bold', Arial, sans-serif;
}
.region-footer-1 ul li:first-child ul.menu li:first-child > a {
  font-family: 'Gill Sans W01 Book', Arial, sans-serif;
}
.region-footer-2 p {
  font-size: 13px;
  line-height: 20px;
  clear: both;
}
.region-footer-2 address {
  line-height: 17px;
  float: left;
}
.region-footer-2 .business {
  width: 170px;
  height: 43px;
  float: left;
  margin: 5px 0 0 20px;
  text-align: right;
  /*background: url(../img/logos_businesses_v2.png) 0 0 no-repeat;*/
}
.region-footer-2 .business span.ir {
  text-align: left;
  display: block;
}
.region-footer-2 .business a {
  overflow: hidden;
  text-indent: -999px;
  text-align: left;
  display: inline-block;
  height: 43px;
}
.region-footer-2 .business a:hover {
  background-position: left bottom;
}
.region-footer-2 .business .ecfa_logo {
  width: 44px;
  background: url(../img/logo_ecfa_v1.png) 0 0 no-repeat;
}
.region-footer-2 .business .bbb_logo {
  width: 30px;
  background: url(../img/logo_bbb_v1.png) 0 0 no-repeat;
  margin-left: 2px;
}
.region-footer-2 .business .cn_logo {
  width: 78px;
  background: url(../img/logo_cn_v1.png) 0 0 no-repeat;
  margin-left: 6px;
}
.icon.flag {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(../img/icon_flag_us_v1.png) 0 0 no-repeat;
  margin-right: 4px;
  position: relative;
  top: 2px;
  overflow: hidden;
  text-indent: -999px;
  text-align: left;
}
.ie7 .icon.flag {
  display: block;
  float: left;
}
.region-footer-3 {
  position: relative;
  /*
   * .business is hidden on this side because it has been moved to footer-2
   * 1/27/14 - jmcquade
   */
}
.region-footer-3 h3 {
  text-shadow: 3px 0 3px #ffffff;
  font-size: 28px;
  line-height: 30px;
  margin: 0;
  padding-bottom: 5px;
}
.region-footer-3 p {
  margin: 0;
  padding-bottom: 15px;
}
.region-footer-3 .business {
  display: none;
  width: 170px;
  height: 43px;
  float: right;
  text-align: right;
  /*background: url(../img/logos_businesses_v2.png) 0 0 no-repeat;*/
}
.region-footer-3 .business span.ir {
  text-align: left;
  display: block;
}
.region-footer-3 .business a {
  overflow: hidden;
  text-indent: -999px;
  text-align: left;
  display: inline-block;
  height: 43px;
}
.region-footer-3 .business a:hover {
  background-position: left bottom;
}
.region-footer-3 .business .ecfa_logo {
  width: 44px;
  background: url(../img/logo_ecfa_v1.png) 0 0 no-repeat;
}
.region-footer-3 .business .bbb_logo {
  width: 30px;
  background: url(../img/logo_bbb_v1.png) 0 0 no-repeat;
  margin-left: 2px;
}
.region-footer-3 .business .cn_logo {
  width: 78px;
  background: url(../img/logo_cn_v1.png) 0 0 no-repeat;
  margin-left: 6px;
}
.piecharts {
  margin: 0;
  padding: 0;
  display: block !important;
  float: left;
  width: 157px;
}
.piecharts a {
  color: #333333;
}
.piecharts li {
  position: relative;
  font-size: 18px;
  margin: 0;
  padding: 0 !important;
}
.piecharts li span.text {
  position: absolute;
  top: 35px;
}
.piecharts li span.data {
  display: inline-block;
  background: url(../img/piechart_2014_v1.png) no-repeat;
  width: 157px;
  height: 157px;
  overflow: hidden;
  text-indent: -999px;
  text-align: left;
}
.piecharts li span.text:hover {
  text-decoration: underline;
}
.piecharts lg.sm_pie {
  width: 157px;
}
.piecharts lg.sm_pie span.data {
  background-position: 0 0;
  margin-right: 10px;
}
.ie7 ul.piecharts li {
  float: left;
  display: block;
}
.ie7 ul.piecharts li a {
  cursor: pointer;
}
.ie7 ul.piecharts li span {
  display: block;
  height: 88px;
  position: absolute;
}
.ie7 ul.piecharts li span.data {
  left: 0;
  top: 0;
}
.ie7 ul.piecharts li span.text {
  left: 88px;
  font-size: 16px;
}
.ie7 ul.piecharts li.sm_pie1 span.text {
  left: 94px;
}
.trust-content {
  width: 398px;
  float: left;
  margin-left: 7px;
}
.trust-content p {
  font-size: 14px;
}
.pie-data {
  position: absolute;
  list-style: none;
  background: url(../img/pie-data-blocks.png) 0 5px no-repeat;
  padding-left: 40px;
  margin-left: 0px;
  float: left;
  width: 190px;
}
.pie-data li {
  line-height: 27px;
  margin-top: -2px;
}
.every-dollar {
  font-size: 13px;
  margin: -7px 0 0 175px !important;
  position: absolute;
  float: right;
  background: url(../img/dollar.png) 0 5px no-repeat;
  width: 160px !important;
  padding-left: 75px;
}
.every-dollar span {
  font-family: 'Gill Sans W01 Medium', Arial, sans-serif;
  font-weight: normal;
}
/*
// Home Slide Region
// ===================
*/
.homeslide {
  background: url(../img/bkgd_hills_top_v1.jpg) center top no-repeat;
  background-size: cover;
}
.homeslide:after {
  content: "";
  display: block;
  height: 20px;
  /* background: url(../img/bkgd_torn_trans-blue_v4.png) center top no-repeat; */
}
/* Carousel base class */
.carousel {
  margin-top: 25px;
}
ol.carousel-indicators {
  margin-top: 10px;
  *zoom: 1;
  position: static;
  top: auto;
  right: auto;
  text-align: center;
}
ol.carousel-indicators:before,
ol.carousel-indicators:after {
  display: table;
  content: "";
  line-height: 0;
}
ol.carousel-indicators:after {
  clear: both;
}
ol.carousel-indicators li {
  cursor: pointer;
  float: none;
  width: 14px;
  height: 14px;
  padding: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background-color: #ff6600;
  -webkit-box-shadow: 1px 0 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 0 1px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 0 1px rgba(0, 0, 0, 0.75);
}
ol.carousel-indicators li:hover {
  background-color: #ffffff;
}
ol.carousel-indicators li.active {
  background-color: #ffffff;
}
.ie7 ol.carousel-indicators {
  width: 100px;
  margin: 10px auto 0;
}
.ie7 ol.carousel-indicators li {
  display: inline;
  float: left;
}
.carousel-control {
  height: 43px;
  width: 43px;
  margin-top: 0;
  border: 0;
  z-index: 10;
  top: 215px;
  overflow: hidden;
  text-indent: -999px;
  text-align: left;
  opacity: 1;
  filter: alpha(opacity=100);
  background: transparent url(../img/icons_prev-next_43_v1.png) no-repeat;
}
.carousel-control:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.carousel-control.left {
  left: 0;
  background-position: 0 0;
}
.carousel-control.right {
  right: 0;
  background-position: -43px 0;
}
#home_carousel.carousel .item {
  height: 465px;
}
#home_carousel.carousel img {
  position: absolute;
  top: 0;
  left: 53px;
  width: 834px;
  height: 435px;
  margin: 15px 0;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.45);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.45);
}
.ie8 #home_carousel .carousel-inner {
  overflow: visible;
}
#home_carousel h1 {
  color: #FF6600;
  font-size: 70px;
  padding-top: 20px;
  text-shadow: none;
}
#home_carousel .carousel-caption {
  left: 0px;
  padding: 0px;
  width: 258px;
}
#home_carousel .carousel-caption p {
  color: #333;
  text-shadow: none;
}
#home_carousel .form-submit {
  background-color: #FF8719;
  background-image: linear-gradient(to bottom, #ff9d29, #ff6600);
  background-repeat: repeat-x;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  border-style: solid;
  font-size: 20px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 12px;
  padding-right: 12px;
}
#home_carousel .search-options .bootstrap-select > .btn {
  width: 223px;
}
#home_carousel .text-orange {
  color: #ff6600 !important;
}
#home_carousel .text-green {
  color: #a5af16 !important;
}
#home_carousel p.margin-top {
  margin-top: 150px;
}
.carousel-caption {
  width: 206px;
  height: 345px;
  padding: 20px;
  position: relative;
  top: 40px;
  left: 83px;
}
.carousel-caption.right {
  float: right;
  right: 83px;
  left: auto;
}
.carousel-caption.black,
.black {
  background: url(../img/opacity_black_80_v1.png) 0 0 repeat !important;
}
.carousel-caption.blue,
.blue {
  background: url(../img/opacity_blue_80_v2.png) 0 0 repeat !important;
}
.carousel-caption.brown,
.brown {
  background: url(../img/opacity_brown_80_v1.png) 0 0 repeat !important;
}
.carousel-caption.red,
.red {
  background: url(../img/opacity_red_80_v1.png) 0 0 repeat !important;
}
.carousel-caption.green,
.green {
  background: url(../img/opacity_green_80_v2.png) 0 0 repeat !important;
}
.carousel-caption.lilac,
.lilac {
  background: url(../img/opacity_lilac_80_v1.png) 0 0 repeat !important;
}
.carousel-caption.gray,
.gray {
  background: url(../img/opacity_warm-gray_80_v2.png) 0 0 repeat !important;
}
.carousel-caption.transparent,
.transparent {
  background: none !important;
  color: #333 !important;
}
.carousel-caption h1,
.carousel-caption p {
  margin: 0;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.page-node .carousel-caption h1 {
  font-family: 'Gill Sans W01 Bold', Arial, sans-serif;
  margin: 20px 0 10px 0;
  font-size: 29px;
  line-height: 32px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.carousel-caption.form-inside h1 {
  margin-top: 0;
}
.carousel-caption p {
  font-size: 16px;
}
.carousel-caption p a {
  color: #ffffff;
  font-family: 'Gill Sans W01 Medium', Arial, sans-serif;
  font-weight: normal;
  text-decoration: underline;
}
.carousel-caption .btn {
  margin-top: 15px;
}
.carousel-caption .btn.dropdown-toggle {
  margin-top: 0;
}
/*
// Homepage Features
// ==============================
*/
.front .tabs {
  display: none;
}
.home-feature {
  text-align: center;
  padding: 10px 0px 20px;
}
.home-feature-titled {
  text-align: center;
  padding: 20px 0px;
}
.home-feature-titled h2 {
  font-size: 44px;
  line-height: 44px;
  text-shadow: 3px 0 3px #ffffff;
  font-family: 'Gill Sans W01 Medium', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  padding-bottom: 20px;
  text-align: center;
  background: url(../img/bkgd_dotted-line_v1.png) center bottom no-repeat;
}
/*
// Homepage Select Boxes
// ==============================
*/
.search-options {
  margin-top: 12px;
}
.search-options ul {
  max-height: 130px;
}
.search-options ul li.indent-once {
  padding-left: 10px;
}
.search-options ul li.indent-twice {
  padding-left: 20px;
}
.search-options ul li.indent-thrice {
  padding-left: 30px;
}
.search-options .form-item {
  width: 206px;
  margin: 5px 0 0;
}
/*
// Homepage Mini Features
// ==============================
*/
#homepage-mini-features {
  padding-top: 20px;
  background-image: url("/sites/all/themes/wvcsd/img/bkgd_gradient_blue_v1.png");
  background-repeat: repeat-x;
}
#homepage-mini-features h3 {
  color: #FFFFFF;
  font-size: 18px;
  margin-bottom: 0;
  padding-left: 8px;
}
#homepage-mini-features .feature_grid {
  height: 300px;
  text-align: left;
}
#homepage-mini-features .callout_copy {
  margin-top: 8px;
}
#homepage-mini-features .callout_link {
  float: right;
}
/*
// Homepage News Stories Region
// ==============================
*/
.home-news-stories,
.view-subfeatures-press {
  /* background: url(../img/bkgd_gradient_blue_v1.png) 0 0 repeat-x; */
  margin-top: -5px;
}
.home-news-stories .row,
.view-subfeatures-press .row {
  margin-bottom: 25px;
}
.home-news-stories .feature_grid,
.view-subfeatures-press .feature_grid {
  height: 180px;
  position: relative;
}
.home-news-stories .feature_grid img,
.view-subfeatures-press .feature_grid img {
  -webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.75);
}
.home-news-stories .overlay,
.view-subfeatures-press .overlay {
  max-height: 160px;
  background: url(../img/opacity_blue_80_v1.png) 0 0 repeat;
  color: #ffffff;
  text-align: left;
  padding: 7px 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
  font-family: 'Gill Sans W01 Light', Arial, sans-serif;
}
.home-news-stories .overlay h3,
.view-subfeatures-press .overlay h3,
.home-news-stories .overlay h2,
.view-subfeatures-press .overlay h2 {
  font-family: 'Gill Sans W01 Medium', Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  padding: 0;
  margin: 0;
  background: none;
  text-align: left;
  text-shadow: none;
}
.home-news-stories .overlay p,
.view-subfeatures-press .overlay p {
  margin: 5px 0;
}
.home-news-stories .overlay a,
.view-subfeatures-press .overlay a,
.home-news-stories .overlay .read-more-link span,
.view-subfeatures-press .overlay .read-more-link span {
  color: #ffffff;
  font-family: 'Gill Sans W01 Medium', Arial, sans-serif;
  font-weight: normal;
}
.home-news-stories .overlay a .external-link,
.view-subfeatures-press .overlay a .external-link,
.home-news-stories .overlay .read-more-link span .external-link,
.view-subfeatures-press .overlay .read-more-link span .external-link {
  position: relative;
  top: 2px;
  background-position: -21px 0;
}
.home-news-stories .overlay a:hover,
.view-subfeatures-press .overlay a:hover,
.home-news-stories .overlay .read-more-link span:hover,
.view-subfeatures-press .overlay .read-more-link span:hover {
  text-decoration: underline;
}
.home-news-stories .text.link,
.view-subfeatures-press .text.link {
  font-family: 'Gill Sans W01 Bold', Arial, sans-serif;
  font-size: 17px;
  line-height: 20px;
}
.view-subfeatures-press {
  background: none;
}
/*
// Home Page Thank You Colorbox
// ===================
*/
#email-thank-you-wrapper {
  display: none;
}
#email-thank-you-block .content h2 {
  background: url(../img/logo_world_vision_v2.png) right top no-repeat;
  background-clip: content-box;
  height: 58px;
  padding-bottom: 10px;
  border-bottom: 1px solid #efefef;
}
/*
// Infographics Region
// ===================
*/
.infographics h3 {
  font-size: 31.5px;
}
.infographics p {
  padding: 20px 0;
}
.infographics .stat {
  margin: 0 0 20px;
  padding: 0 9px 20px;
  border-right: 1px solid #e7e7e7;
  border-left: 1px solid #d8d7d7;
}
.infographics .stat p {
  font-size: 19px;
  line-height: 22px;
  padding: 18px 30px;
}
.infographics .stat:first-child {
  border-left: none;
}
.infographics .stat:last-child {
  border-right: none;
}
.infographics .btn {
  min-width: 130px;
}
.infographics:after {
  content: "";
  display: block;
  height: 20px;
  /* background: url(../img/bkgd_torn_tan-drk_v3.jpg) center top no-repeat; */
}
/*
// Mission Statement Region
// =========================
*/
.mission {
  margin-top: -20px;
  text-align: center;
  background: #e5e3e1;
  padding: 30px 0;
}
.mission p {
  font-size: 17px;
  line-height: 27px;
  text-shadow: 3px 0 3px #ffffff;
}
/*
// Basic Node
// ==================
*/
.ie8 .region-content {
  padding-bottom: 40px;
}
#tabs {
  float: right;
  position: relative;
  z-index: 3;
  top: 15px;
}
.messages {
  position: relative;
  z-index: 10;
}
.messages .close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.html-article.node {
  padding-bottom: 60px;
  *zoom: 1;
}
.html-article.node:before,
.html-article.node:after {
  display: table;
  content: "";
  line-height: 0;
}
.html-article.node:after {
  clear: both;
}
.html-article.node .field ul,
.html-article.node .field ol {
  font-size: 17px;
  line-height: 20px;
}
.html-article.node-page .icon-play.med-play {
  top: 96px;
  margin-left: -46px;
}
.page-node {
  /* closes .page-node */
}
.page-node .page-heading {
  margin-top: 10px;
}
.page-node .page-heading .caption.overlay {
  background: url(../img/opacity_blue_80_v1.png) 0 0 repeat;
  color: #ffffff;
  text-align: left;
  padding: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.page-node .page-heading .caption.overlay p {
  font-family: 'Gill Sans W01 Light', Arial, sans-serif;
  font-size: 15px;
  line-height: 18px;
  padding: 7px 10px;
  margin: 0;
}
.page-node .page-heading .caption.overlay p a {
  color: #ffffff;
  font-family: 'Gill Sans W01 Medium', Arial, sans-serif;
  font-weight: normal;
  text-decoration: underline;
}
.page-node h1 {
  font-size: 44px;
  line-height: 44px;
  text-shadow: 3px 0 3px #ffffff;
}
.page-node .bkgd_gradient {
  margin-top: 40px;
}
.page-node .node_intro .btn-primary {
  margin-top: 10px;
}
.page-node .tab-pane .row-fluid {
  margin-bottom: 20px;
  min-height: 178px;
}
.page-node .tab-pane h4 {
  font-family: 'Gill Sans W01 Bold', Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}
.page-node .tab-pane .icon-play.sm-play {
  margin-left: -32px;
  top: 50px;
}
.page-node .tab-pane .icon-play.large-play {
  top: 150px;
}
.page-node .tab-pane ul li {
  font-size: 16px;
  line-height: 19px;
  list-style: none;
  background: url(../img/icon_li_v1.png) no-repeat 0 8px;
  padding: 0 0 10px 10px;
}
.page-node .tab-pane img {
  margin-bottom: 10px;
}
.page-node .tab-pane.testimonials_tab img {
  -webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.75);
}
.page-node .tab-pane.testimonials_tab .icon-play.sm-play {
  top: 64px;
}
.page-node .tab-pane.testimonials_tab h4 {
  font-size: 17px;
  margin-bottom: 0;
}
.page-node .tab-pane.testimonials_tab p {
  padding-top: 5px;
}
.page-node .tab-pane.testimonials_tab .testimonial_type {
  font-size: 15px;
  line-height: 18px;
  display: block;
  text-transform: uppercase;
}
.page-node .tab-pane.testimonials_tab .testimonial_subhead {
  font-size: 14px;
  line-height: 17px;
  display: block;
  font-style: italic;
}
.page-node .page-promos .promo-group {
  padding-top: 40px;
  text-align: center;
}
.page-node .page-promos .promo-group img {
  -webkit-box-shadow: 0 0 5px rgba(100, 100, 100, 0.75);
  -moz-box-shadow: 0 0 5px rgba(100, 100, 100, 0.75);
  box-shadow: 0 0 5px rgba(100, 100, 100, 0.75);
}
.page-node .page-promos .promo-group .promo-details {
  padding: 10px;
  text-align: left;
}
.page-node .page-promos .promo-group .promo-details h3 {
  font-size: 24px;
  line-height: 27px;
  margin-bottom: 5px;
  font-family: 'Gill Sans W01 Medium', Arial, sans-serif;
  font-weight: normal;
}
.page-node .page-open-area h3 {
  padding-top: 20px;
}
.page-node-1221 .tab-pane h4 {
  margin-bottom: 0;
}
.page-node-1221 .tab-pane h4 + p {
  font-size: 14px;
  line-height: 16px;
  font-family: 'Gill Sans W01 Light', Arial, sans-serif;
}
.container.main {
  min-height: 400px;
  padding-bottom: 60px;
  *zoom: 1;
}
.container.main:before,
.container.main:after {
  display: table;
  content: "";
  line-height: 0;
}
.container.main:after {
  clear: both;
}
.bkgd_gradient {
  margin-top: 20px;
  background: url(../img/opacity_blue_gradient_v3.png) 0 0 repeat-x;
}
.ie7 .bkgd_gradient {
  padding-top: 30px;
}
.bkgd_gradient_gray {
  margin-top: 20px;
  padding-top: 20px;
  background: url(../img/opacity_gray_gradient_v1.png) 0 0 repeat-x;
}
.bkgd_gradient:before {
  content: "";
  display: block;
  height: 20px;
  background: url(../img/opacity_blue_gradient-top_v4.png) center top repeat-x;
  position: relative;
  top: -20px;
}
.bkgd_blue {
  background: #d1e3ed;
  padding-bottom: 30px;
  margin: 30px 0;
}
.bkgd_blue:before {
  content: "";
  display: block;
  height: 20px;
  position: relative;
  top: -20px;
}
.bkgd_darken {
  background: #e5e3e1;
  padding-bottom: 30px;
}
.bkgd_darken:before {
  content: "";
  display: block;
  height: 20px;
  background: url(../img/bkgd_torn_tan-drk_v3.jpg) center top no-repeat;
  position: relative;
  top: -20px;
}
/* Tabbed Content -- Two Column feature with Blue Nav and White Body */
.tabbed_section {
  margin-top: 20px;
}
.tabbed_section .span3 {
  width: 240px;
  position: relative;
  z-index: 3;
}
.tabbed_section .span9 {
  margin-left: 0;
  position: relative;
  z-index: 1;
}
/* Tabbed Nav */
.details_tabs.nav-tabs.nav-stacked > li {
  margin-bottom: 2px;
  position: relative;
}
.details_tabs.nav-tabs.nav-stacked > li > a {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #87afca;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  padding: 10px 15px;
  font-family: 'Gill Sans W01 Medium', Arial, sans-serif;
  font-weight: normal;
  height: 42px;
  width: 210px;
  display: table-cell;
  vertical-align: middle;
}
.details_tabs.nav-tabs.nav-stacked > li > a:hover {
  background: #2d78ab;
}
.details_tabs.nav-tabs.nav-stacked > li.active > a,
.details_tabs.nav-tabs.nav-stacked > li.active > a:hover,
.details_tabs.nav-tabs.nav-stacked > li.active > a:focus {
  color: #ffffff;
  background: #2d78ab;
  outline: 0;
}
.details_tabs.nav-tabs.nav-stacked > li.active > a:after {
  content: "";
  display: block;
  height: 62px;
  width: 30px;
  background: url(../img/tab_arrow_v3.png) center top no-repeat;
  position: absolute;
  top: 0px;
  right: -20px;
  z-index: 3;
}
/* Tabbed Body */
.details_body {
  min-height: 400px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 8px rgba(148, 148, 148, 0.45);
  -moz-box-shadow: 0 0 8px rgba(148, 148, 148, 0.45);
  box-shadow: 0 0 8px rgba(148, 148, 148, 0.45);
  padding: 20px 20px 20px 30px;
  position: relative;
}
/*
// Resources and Publications (NEWS-ARCHIVE LANDING)
// ==================================
*/
#views-exposed-form-news-archive-page {
  margin-bottom: 20px;
  background: url(../img/bkgd_dotted-line_v1.png) center bottom no-repeat;
  width: 100%;
  float: left;
  display: block;
  position: relative;
}
#views-exposed-form-news-archive-page #edit-sort-by,
#views-exposed-form-news-archive-page .views-widget-sort-order .form-type-radios label,
#views-exposed-form-news-archive-page #edit-field-editor-pick-value-wrapper label {
  display: none;
}
#views-exposed-form-news-archive-page #edit-sort-order,
#views-exposed-form-news-archive-page #edit-sort-order label,
#views-exposed-form-news-archive-page #edit-field-editor-pick-value-wrapper .views-widget label,
#views-exposed-form-news-archive-page .views-exposed-widget .form-type-radios .form-item-sort-order {
  display: inline-block;
  font-weight: normal;
  font-size: 13px;
}
#views-exposed-form-news-archive-page .views-widget-sort-order input,
#views-exposed-form-news-archive-page #edit-field-editor-pick-value-wrapper input {
  margin: 0 2px 4px 4px;
}
#views-exposed-form-news-archive-page .form-type-select {
  cursor: pointer;
}
#views-exposed-form-news-archive-page .views-reset-button {
  position: relative;
  top: -15px;
  left: 20px;
}
#views-exposed-form-news-archive-page label {
  font-weight: normal;
  font-family: inherit;
  font-size: 13px;
}
#views-exposed-form-news-archive-page #edit-field-editor-pick-value-wrapper {
  margin-top: 4px;
}
#views-exposed-form-news-archive-page #edit-field-editor-pick-value-wrapper label {
  display: none;
}
#views-exposed-form-news-archive-page .form-item-field-editor-pick-value {
  background: none;
  filter: none;
}
#views-exposed-form-news-archive-page #edit-field-editor-pick-value-wrapper .views-widget label {
  display: inline-block;
  font-weight: normal;
  font-size: 13px;
}
#views-exposed-form-news-archive-page #edit-field-editor-pick-value-wrapper input {
  margin: 0 2px 4px 4px;
}
#views-exposed-form-news-archive-page #edit-body-value-wrapper {
  clear: both;
  width: 100%;
}
#views-exposed-form-news-archive-page #edit-body-value-wrapper label {
  display: none;
}
#views-exposed-form-news-archive-page #edit-body-value-wrapper #edit-body-value {
  width: 400px;
  margin-bottom: 15px;
}
#views-exposed-form-news-archive-page #edit-body-value-wrapper .description {
  font-weight: bold;
  margin-bottom: 5px;
  display: none;
}
#views-exposed-form-news-archive-page #edit-body-value-wrapper input[type="text"] {
  box-shadow: 0 0 5px rgba(199, 199, 199, 0.35);
  margin-right: 4px;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  border-radius: 4px 4px 4px 4px;
  display: inline-block;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  margin-bottom: 10px;
  padding: 4px 6px;
  vertical-align: middle;
  color: #888;
}
#views-exposed-form-news-archive-page #edit-body-value-wrapper input[type="text"].hasText,
#views-exposed-form-news-archive-page #edit-body-value-wrapper input[type="text"]:focus {
  color: #000;
}
#views-exposed-form-news-archive-page .bootstrap-select.btn-group {
  width: 205px;
  font-size: 12px;
}
#views-exposed-form-news-archive-page .form-item-field-geography-tid .bootstrap-select.btn-group {
  width: 245px;
}
#views-exposed-form-news-archive-page .dropdown-menu {
  width: 200px;
  max-width: 200px;
}
#views-exposed-form-news-archive-page .ajax-progress .throbber {
  position: relative;
  top: -44px;
  left: 120px;
}
#views-exposed-form-news-archive-page .views-exposed-widget {
  /*input[type="reset"],
    input[type="submit"] {
      background-color: #FF8719;
      background-image: linear-gradient(to bottom, #FF9D29, #FF6600);
      background-repeat: repeat-x;
      border: medium none;
      text-shadow: 1px 0 1px rgba(0, 0, 0, 0.75);
      text-transform: uppercase;
      color: #fff;
      font-family: 'Gill Sans W01 Medium',Arial,sans-serif;
      font-size: 16px;
      font-weight: normal;
      line-height: 22px;
      text-shadow: 1px 0 1px rgba(0, 0, 0, 0.75);
      border-radius: 24px 24px 24px 24px;
      padding: 3px 10px;
    }
    input[type="reset"]:hover,
    input[type="submit"]:hover {
      background-color: #fb9e45;
      background-image: linear-gradient(to bottom, #f9ae51, #ff8534);
      background-repeat: repeat-x;
    }*/
}
#views-exposed-form-news-archive-page .views-exposed-widget.views-widget-sort-by,
#views-exposed-form-news-archive-page .views-exposed-widget.views-widget-sort-order {
  margin-top: 5px;
}
#views-exposed-form-news-archive-page .views-widget-per-page {
  float: left;
  clear: both;
}
#views-exposed-form-news-archive-page #edit-field-geography-tid-wrapper,
#views-exposed-form-news-archive-page #edit-field-taxonomy-tid-wrapper {
  margin-right: 20px;
}
#views-exposed-form-news-archive-page #edit-field-editor-pick-value-wrapper {
  margin-right: 20px;
}
#views-exposed-form-news-archive-page #edit-field-editor-pick-value-wrapper .views-widget {
  *width: 110px;
}
#views-exposed-form-news-archive-page #edit-field-geography-tid-wrapper .views-widget,
#views-exposed-form-news-archive-page #edit-field-taxonomy-tid-wrapper .views-widget {
  *width: 135px;
}
#views-exposed-form-news-archive-page .views-exposed-form .ajax-progress {
  position: absolute;
}
#views-exposed-form-news-archive-page .views-exposed-form .views-exposed-widget {
  padding: 0;
}
#views-exposed-form-news-archive-page .views-exposed-form .views-submit-button {
  clear: left;
}
#views-exposed-form-news-archive-page .views-exposed-form .views-submit-button input {
  background: url(../img/icon_magnifying_glass_v1.png) no-repeat scroll 0 0 transparent;
  border: medium none;
  cursor: pointer;
  height: 28px;
  position: relative;
  top: -22px;
  left: 0;
  width: 28px;
  text-indent: -999px;
  display: block;
  overflow: hidden;
}
.ie7 #views-exposed-form-news-archive-page .bootstrap-select.btn-group,
.ie8 #views-exposed-form-news-archive-page .bootstrap-select.btn-group {
  max-width: none;
}
.ie7 #views-exposed-form-news-archive-page .bootstrap-select.btn-group .filter-option,
.ie8 #views-exposed-form-news-archive-page .bootstrap-select.btn-group .filter-option {
  font-size: 12px;
}
.view-id-news_archive {
  /* Featured News Item at TOP  - Views Block display Fields */
  /* Body of Teasers - Views Page display Tokens */
  /* Multimedia Right Sidebar Views Page display Fields  */
}
.view-id-news_archive h1 {
  font-size: 44px;
  line-height: 44px;
  text-shadow: 3px 0 3px #ffffff;
  font-family: 'Gill Sans W01 Medium', Arial, sans-serif;
  font-weight: normal;
}
.view-id-news_archive .news-archive-body {
  padding-top: 30px;
}
.view-id-news_archive .view-display-id-block_1 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  background: url(../img/bkgd_dotted-line_v1.png) center bottom no-repeat;
}
.view-id-news_archive .view-display-id-block_1 h3 {
  font-size: 25px;
  line-height: 30px;
  font-family: 'Gill Sans W01 Bold', Arial, sans-serif;
  text-shadow: 3px 0 3px #ffffff;
}
.view-id-news_archive .view-display-id-block_1 .text.link {
  font-family: 'Gill Sans W01 Bold', Arial, sans-serif;
}
.view-id-news_archive .news-archive-teaser {
  padding-bottom: 20px;
}
.view-id-news_archive .news-archive-teaser img:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.view-id-news_archive .news-archive-teaser span.date-display-single {
  text-transform: uppercase;
  display: block;
  margin-top: -4px;
}
.view-id-news_archive .news-archive-teaser h4 {
  font-size: 17px;
  line-height: 20px;
  font-family: 'Gill Sans W01 Medium', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
}
.view-id-news_archive .view-display-id-attachment_1 h3 {
  font-size: 29px;
  line-height: 34px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  background: url(../img/bkgd_dotted-line_v1.png) center bottom no-repeat;
}
.view-id-news_archive .view-display-id-attachment_1 a {
  font-size: 15px;
  line-height: 18px;
  font-family: 'Gill Sans W01 Bold', Arial, sans-serif;
}
.view-id-news_archive .view-display-id-attachment_1 a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.view-id-news_archive .view-display-id-attachment_1 .icon-play.sm-play {
  top: 9px;
  margin-left: -32px;
}
.view-id-news_archive .view-display-id-attachment_1 .row-fluid {
  padding-bottom: 20px;
}
.node-news h1 {
  font-size: 44px;
  line-height: 44px;
  text-shadow: 3px 0 3px #ffffff;
  font-family: 'Gill Sans W01 Medium', Arial, sans-serif;
  font-weight: normal;
}
.node-news h4 {
  font-family: 'Gill Sans W01 Medium', Arial, sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
}
.node-news .contributed {
  color: #666666;
  padding-bottom: 20px;
}
.node-news .share_group {
  text-align: right;
}
.node-news .share_group .share.icon {
  float: left;
  margin-right: 5px;
  position: relative;
  top: 8px;
}
.node-news .share_group .twitter {
  width: 90px;
  height: 25px;
  display: block;
  float: left;
  overflow: hidden;
  position: relative;
  top: 7px;
}
.node-news .social-wrapper {
  width: 230px;
  float: right;
}
.node-news .icon-print {
  float: left;
  width: 28px;
  height: 25px;
  background: url(../img/icons_share_v1.png) -24px 0 no-repeat;
}
.node-news .icon-print:hover {
  background-position: -24px -25px;
}
.node-news .icon-email {
  float: left;
  margin-right: 5px;
  width: 24px;
  height: 25px;
  background: url(../img/icons_share_v1.png) 0 0 no-repeat;
}
.node-news .icon-email:hover {
  background-position: 0 -25px;
}
.node-news .field-name-body {
  padding-bottom: 20px;
}
.node-news .aside h2,
.node-news .aside h3 {
  font-size: 26px;
  line-height: 30px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  text-shadow: 3px 0 3px #ffffff;
  background: url(../img/bkgd_dotted-line_v1.png) center bottom no-repeat;
}
.node-news #news_body h2 {
  font-size: 24px;
  line-height: 28px;
  padding-top: 10px;
  margin-bottom: 5px;
}
#news_carousel.news-media {
  height: 400px;
  position: relative;
  margin: 0 0 20px;
}
#news_carousel.news-media .carousel-control {
  top: 182px;
}
#news_carousel.news-media .carousel-control.left {
  left: 5px;
}
#news_carousel.news-media .carousel-control.right {
  right: 5px;
}
#news_carousel.news-media .carousel-indicators {
  position: relative;
  margin-top: -25px;
  z-index: 3;
}
#news_carousel.news-media .icon-play.med-play {
  top: 170px;
  margin-left: -55px;
}
#news_carousel.news-media .caption.overlay {
  background: url(../img/opacity_blue_80_v1.png) 0 0 repeat;
  color: #ffffff;
  text-align: left;
  padding: 0 0 30px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
#news_carousel.news-media .caption.overlay p {
  font-family: 'Gill Sans W01 Light', Arial, sans-serif;
  font-size: 15px;
  line-height: 18px;
  padding: 7px 10px 0;
  margin: 0;
}
#news_carousel.news-media .caption.overlay ul,
#news_carousel.news-media .caption.overlay ol {
  margin-bottom: 0;
}
#news_carousel.news-media .caption.overlay a {
  color: #ffffff;
  font-family: 'Gill Sans W01 Medium', Arial, sans-serif;
  font-weight: normal;
  text-decoration: underline;
}
.caption p.facebook {
  float: left;
  margin-right: 8px;
  margin-top: 1px;
}
.caption .twitter {
  float: left;
}
#press_carousel.press-media {
  width: 700px;
  height: 405px;
  position: relative;
  margin: 0 0 20px;
}
#press_carousel.press-media .carousel-control {
  top: 182px;
}
#press_carousel.press-media .carousel-control.left {
  left: 5px;
}
#press_carousel.press-media .carousel-control.right {
  right: 5px;
}
#press_carousel.press-media .carousel-indicators {
  position: relative;
  margin-top: -25px;
  z-index: 3;
}
#press_carousel.press-media .icon-play.med-play {
  top: 170px;
  margin-left: -55px;
}
#press_carousel.press-media .caption.overlay {
  background: url(../img/opacity_blue_80_v1.png) 0 0 repeat;
  color: #ffffff;
  text-align: left;
  padding: 0 0 30px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
#press_carousel.press-media .caption.overlay p {
  font-family: 'Gill Sans W01 Light', Arial, sans-serif;
  font-size: 15px;
  line-height: 18px;
  padding: 7px 10px 0;
  margin: 0;
}
#press_carousel.press-media .caption.overlay ul,
#press_carousel.press-media .caption.overlay ol {
  margin-bottom: 0;
}
#press_carousel.press-media .caption.overlay a {
  color: #ffffff;
  font-family: 'Gill Sans W01 Medium', Arial, sans-serif;
  font-weight: normal;
  text-decoration: underline;
}
#press_kit_carousel.press-media {
  width: 445px;
  height: 260px;
  position: relative;
  margin: 0 0 20px;
}
#press_kit_carousel.press-media .carousel-control {
  top: 102px;
}
#press_kit_carousel.press-media .carousel-control.left {
  left: 5px;
}
#press_kit_carousel.press-media .carousel-control.right {
  right: 5px;
}
#press_kit_carousel.press-media .carousel-indicators {
  position: relative;
  margin-top: -25px;
  z-index: 3;
}
#press_kit_carousel.press-media .icon-play.med-play {
  margin-left: -55px;
}
#press_kit_carousel.press-media .caption.overlay {
  background: url(../img/opacity_blue_80_v1.png) 0 0 repeat;
  color: #ffffff;
  text-align: left;
  padding: 4px 8px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
#press_kit_carousel.press-media .caption.overlay p {
  font-family: 'Gill Sans W01 Light', Arial, sans-serif;
  font-size: 15px;
  line-height: 18px;
  padding: 7px 10px 0;
  margin: 0;
}
#press_kit_carousel.press-media .caption.overlay ul,
#press_kit_carousel.press-media .caption.overlay ol {
  margin-bottom: 0;
}
#press_kit_carousel.press-media .caption.overlay a {
  color: #ffffff;
  font-family: 'Gill Sans W01 Medium', Arial, sans-serif;
  font-weight: normal;
  text-decoration: underline;
}
#block-views-news-block-2 .html-article.node,
#block-views-news-block-1 .html-article.node {
  padding-bottom: 20px;
}
#block-views-news-block-2 .date-display-single,
#block-views-news-block-1 .date-display-single {
  text-transform: uppercase;
  display: block;
  margin-top: -4px;
}
#block-views-news-block-2 h4,
#block-views-news-block-1 h4 {
  font-size: 17px;
  line-height: 20px;
  margin: 0;
}
#block-views-news-block-2 p,
#block-views-news-block-1 p {
  margin: 0;
}
#block-views-news-block-2 a,
#block-views-news-block-1 a {
  font-family: 'Gill Sans W01 Medium', Arial, sans-serif;
  font-weight: normal;
}
#block-views-news-block-2 .more-link,
#block-views-news-block-1 .more-link {
  text-align: center;
}
#block-views-news-block-2 .text.link,
#block-views-news-block-1 .text.link {
  font-family: 'Gill Sans W01 Medium', Arial, sans-serif;
  font-weight: normal;
  font-size: 17px;
}
#block-views-news-block-1 {
  margin-bottom: 45px;
}
.feat {
  position: relative;
  z-index: 1;
}
.feat h3 {
  text-align: center;
  background-color: #2d78ab;
  color: #ffffff;
  position: relative;
  z-index: 3;
  margin: 0;
  padding: 8px 20px;
  -webkit-box-shadow: 0 0 8px rgba(148, 148, 148, 0.45);
  -moz-box-shadow: 0 0 8px rgba(148, 148, 148, 0.45);
  box-shadow: 0 0 8px rgba(148, 148, 148, 0.45);
}
.feat h3 a {
  color: #ffffff;
}
.feat h3 a:hover {
  text-decoration: none;
}
.feat .tapestry {
  background: #ffffff;
  -webkit-box-shadow: 0 0 8px rgba(148, 148, 148, 0.45);
  -moz-box-shadow: 0 0 8px rgba(148, 148, 148, 0.45);
  box-shadow: 0 0 8px rgba(148, 148, 148, 0.45);
  margin: 0 auto;
}
.feat .tapestry p {
  padding: 10px;
  margin: 0;
}
/*
// About Us
// ==================
*/
.about-us .field-name-field-description-page {
  width: 700px;
  margin-bottom: 25px;
}
.about-us .row1 .feat {
  min-height: 315px;
  margin-bottom: 30px;
  background: #fff;
  -webkit-box-shadow: 0 0 8px rgba(148, 148, 148, 0.45);
  -moz-box-shadow: 0 0 8px rgba(148, 148, 148, 0.45);
  box-shadow: 0 0 8px rgba(148, 148, 148, 0.45);
}
.about-us .row1 .feat h3 {
  font-family: 'Gill Sans W01 Medium', Arial, sans-serif;
  font-weight: normal;
  font-size: 28px;
  line-height: 32px;
  padding: 14px 0;
}
.about-us .row1 .feat > a:hover {
  text-decoration: none;
}
.about-us .row1 .feat > a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.about-us #feature1 div {
  position: absolute;
  z-index: 3;
  background: url(../img/opacity_white_80_v1.png) 0 0 repeat;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 15px 15px 0;
  width: 430px;
  *zoom: 1;
}
.about-us #feature1 div:before,
.about-us #feature1 div:after {
  display: table;
  content: "";
  line-height: 0;
}
.about-us #feature1 div:after {
  clear: both;
}
.about-us #feature1 div ul:first-child {
  width: 186px;
}
.about-us #feature1 div ul {
  float: left;
  margin: 0;
}
.about-us #feature1 div ul li {
  font-size: 18px;
  font-family: 'Gill Sans W01 Medium', Arial, sans-serif;
  font-weight: normal;
  padding: 0 0 10px;
}
.about-us .row2 .feat {
  text-align: center;
  min-height: 200px;
}
.about-us .row2 .feat a {
  color: #ffffff;
}
.about-us .row2 .feat a:hover {
  color: #ffffff;
  text-decoration: none;
}
.about-us .row2 .feat a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.about-us .row2 .feat a h3 {
  font-size: 20px;
  line-height: 22px;
  padding: 8px 20px;
  height: 44px;
  display: table-cell;
  vertical-align: middle;
  width: 180px;
}
.about-us .row2 .feat img {
  position: relative;
  -webkit-box-shadow: 0 0 8px rgba(148, 148, 148, 0.45);
  -moz-box-shadow: 0 0 8px rgba(148, 148, 148, 0.45);
  box-shadow: 0 0 8px rgba(148, 148, 148, 0.45);
}
.ie7 .about-us #feature1 div.overlay {
  bottom: -1px;
}
.ie7 .about-us .row2 {
  padding-top: 30px;
}
/*
// About Us - Leadership
// ==================
*/
#block-views-leadership-team-block {
  margin-top: 20px;
  background: url(../img/opacity_blue_gradient_v3.png) 0 0 repeat-x;
}
.ie7 #block-views-leadership-team-block {
  padding-top: 30px;
}
#block-views-leadership-team-block:before {
  content: "";
  display: block;
  height: 20px;
  background: url(../img/opacity_blue_gradient-top_v4.png) center top repeat-x;
  position: relative;
  top: -20px;
}
#block-views-leadership-team-block h2 {
  font-size: 44px;
  line-height: 44px;
  text-shadow: 3px 0 3px #ffffff;
  font-family: 'Gill Sans W01 Medium', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  padding-bottom: 20px;
  text-align: center;
  background: url(../img/bkgd_dotted-line_v1.png) center bottom no-repeat;
}
#block-views-leadership-team-block .row .row {
  margin-top: 20px;
}
#block-views-leadership-team-block .leadership-header h3 {
  font-family: 'Gill Sans W01 Bold', Arial, sans-serif;
  font-size: 22px;
  line-height: 27px;
}
#block-views-leadership-team-block .leadership-header .leadership-title {
  display: block;
  font-family: 'Gill Sans W01 Light', Arial, sans-serif;
  font-size: 20px;
  line-height: 22px;
  padding-top: 5px;
}
#block-views-leadership-team-block .field-name-field-image-leadership-profile {
  width: 200px;
  margin: 0 0 0 10px;
}
#block-views-leadership-team-block .field-name-field-short-bio {
  width: 200px;
  margin: 10px 0 0 10px;
}
/*
// About Us - What Others Say
// ==================
*/
.page-about-us-what-others-say h1 {
  font-size: 40px;
  font-family: 'Gill Sans W01 Medium', Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 20px;
}
.page-about-us-what-others-say .view-what-others-say {
  padding-bottom: 25px;
}
.page-about-us-what-others-say .view-what-others-say .feat h3 {
  font-size: 16px;
  font-family: 'Gill Sans W01 Bold', Arial, sans-serif;
  margin: 0;
  line-height: 1.2;
  padding: 10px 5px;
}
.page-about-us-what-others-say .view-what-others-say .feat h3 .sponsor-type {
  font-family: 'Gill Sans W01 Medium', Arial, sans-serif;
  font-weight: normal;
}
.page-about-us-what-others-say .view-what-others-say td {
  width: 214px;
  padding-left: 28px;
  vertical-align: top;
  padding-bottom: 10px;
}
.page-about-us-what-others-say .view-what-others-say td:first-child {
  padding-left: 0;
}
.page-about-us-what-others-say .view-what-others-say td img {
  display: block;
  margin: 0 auto 10px auto;
}
.page-about-us-what-others-say .view-what-others-say p {
  width: 90%;
  margin: 0 auto 10px auto;
}
/*
// Promo Pages
// ==================
*/
.node-type-promo-page .feat h3 {
  font-size: 20px;
  line-height: 22px;
  padding: 8px 20px;
  height: 44px;
  display: table-cell;
  vertical-align: middle;
  width: 180px;
}
.node-type-promo-page .row-fluid {
  margin-bottom: 40px;
}
/*
// Who We Are
// ==================
*/
.who-we-are .masthead {
  position: relative;
  margin-top: 20px;
}
.who-we-are .caption.overlay {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #ffffff;
  padding: 10px 20px;
  width: 244px;
}
.who-we-are .caption.overlay h2 {
  margin-top: 0;
  line-height: 34px;
}
.who-we-are .tapestry a img:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.who-we-are .our-mission {
  margin-top: 30px;
  margin-bottom: 30px;
}
.who-we-are .our-mission h2 {
  margin-bottom: 20px;
}
.who-we-are .feat .tapestry {
  width: 200px;
}
/*
// Press Landing Page
// ==================
*/
.page-node-1361 #block-system-main .node-1361 h2 {
  font-size: 40px;
  font-family: 'Gill Sans W01 Medium', Arial, sans-serif;
  font-weight: normal;
}
.page-node-1361 #block-system-main .node-1361 .span7 {
  display: inline;
  margin-left: 0;
}
.page-node-1361 #block-system-main .node-1361 .span5 {
  display: inline;
}
.page-node-1361 #block-system-main .node-1361 .span5 .twitter-link {
  margin: 0;
  padding-top: 8px;
}
.page-node-1361 td.span3 {
  padding-left: 20px;
}
.page-node-1361 td.span3:first-child {
  padding-left: 0;
}
.page-node-1361 .views-exposed-widgets .form-type-select .bootstrap-select {
  width: 172px;
}
.page-node-1361 .views-exposed-widgets .form-type-select .dropdown-menu {
  width: 172px;
  min-width: 172px;
}
.ie7 .views-exposed-widgets .bootstrap-select.btn-group,
.ie8 .views-exposed-widgets .bootstrap-select.btn-group {
  max-width: none;
}
#block-views-media-contacts-block {
  margin-right: auto;
  margin-left: auto;
  width: 940px;
  *zoom: 1;
  font-size: 14px;
  margin-bottom: 40px;
}
#block-views-media-contacts-block:before,
#block-views-media-contacts-block:after {
  display: table;
  content: "";
  line-height: 0;
}
#block-views-media-contacts-block:after {
  clear: both;
}
#block-views-media-contacts-block:before,
#block-views-media-contacts-block:after {
  display: table;
  content: "";
  line-height: 0;
}
#block-views-media-contacts-block:after {
  clear: both;
}
#block-views-media-contacts-block h2 {
  font-size: 16px;
  font-family: 'Gill Sans W01 Bold', Arial, sans-serif;
  line-height: 1.2em;
  margin-bottom: 15px;
}
#block-views-media-contacts-block strong {
  font-family: 'Gill Sans W01 Bold', Arial, sans-serif;
}
#block-views-media-contacts-block table {
  width: 100%;
}
#block-views-98d80b9680c3565aeb22f2ca1cdd7ca9,
#block-views-home-features-block-2 {
  background: url(../img/opacity_blue_gradient_v3.png) 0 0 repeat-x;
  padding-bottom: 30px;
}
#block-views-98d80b9680c3565aeb22f2ca1cdd7ca9:before,
#block-views-home-features-block-2:before {
  content: "";
  display: block;
  height: 20px;
  background: url(../img/opacity_blue_gradient-top_v4.png) center top repeat-x;
  position: relative;
  top: -20px;
}
#block-views-98d80b9680c3565aeb22f2ca1cdd7ca9 .row,
#block-views-home-features-block-2 .row {
  margin-bottom: 25px;
}
#block-views-98d80b9680c3565aeb22f2ca1cdd7ca9 .feature_grid,
#block-views-home-features-block-2 .feature_grid {
  height: 180px;
  position: relative;
}
#block-views-98d80b9680c3565aeb22f2ca1cdd7ca9 .feature_grid img,
#block-views-home-features-block-2 .feature_grid img {
  -webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.75);
}
#block-views-98d80b9680c3565aeb22f2ca1cdd7ca9 .overlay,
#block-views-home-features-block-2 .overlay {
  max-height: 160px;
  background: url(../img/opacity_blue_80_v1.png) 0 0 repeat;
  color: #ffffff;
  text-align: left;
  padding: 7px 10px;
  position: absolute;
  bottom: 0;
  font-family: 'Gill Sans W01 Light', Arial, sans-serif;
}
#block-views-98d80b9680c3565aeb22f2ca1cdd7ca9 .overlay h3,
#block-views-home-features-block-2 .overlay h3 {
  font-family: 'Gill Sans W01 Medium', Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  padding: 0;
  margin: 0;
}
#block-views-98d80b9680c3565aeb22f2ca1cdd7ca9 .overlay p,
#block-views-home-features-block-2 .overlay p {
  margin: 5px 0;
}
#block-views-98d80b9680c3565aeb22f2ca1cdd7ca9 .overlay a,
#block-views-home-features-block-2 .overlay a {
  color: #ffffff;
  font-family: 'Gill Sans W01 Medium', Arial, sans-serif;
  font-weight: normal;
}
#block-views-98d80b9680c3565aeb22f2ca1cdd7ca9 .text.link,
#block-views-home-features-block-2 .text.link {
  font-family: 'Gill Sans W01 Bold', Arial, sans-serif;
  font-size: 17px;
  line-height: 20px;
}
#block-views-press-releases-resources-block {
  padding-top: 30px;
  font-size: 15px;
}
#block-views-press-releases-resources-block h2 {
  margin-right: auto;
  margin-left: auto;
  width: 940px;
  *zoom: 1;
  font-size: 44px;
  line-height: 44px;
  text-shadow: 3px 0 3px #ffffff;
  font-family: 'Gill Sans W01 Medium', Arial, sans-serif;
  font-weight: normal;
  padding-bottom: 20px;
  margin-bottom: 25px;
  text-align: center;
  background: url(../img/bkgd_dotted-line_v1.png) center bottom no-repeat;
}
#block-views-press-releases-resources-block h2:before,
#block-views-press-releases-resources-block h2:after {
  display: table;
  content: "";
  line-height: 0;
}
#block-views-press-releases-resources-block h2:after {
  clear: both;
}
#block-views-press-releases-resources-block h2:before,
#block-views-press-releases-resources-block h2:after {
  display: table;
  content: "";
  line-height: 0;
}
#block-views-press-releases-resources-block h2:after {
  clear: both;
}
#block-views-press-releases-resources-block .views-row {
  *zoom: 1;
  margin-bottom: 30px;
}
#block-views-press-releases-resources-block .views-row:before,
#block-views-press-releases-resources-block .views-row:after {
  display: table;
  content: "";
  line-height: 0;
}
#block-views-press-releases-resources-block .views-row:after {
  clear: both;
}
#block-views-press-releases-resources-block h3 {
  font-size: 15px;
  line-height: 1.2em;
  font-family: 'Gill Sans W01 Bold', Arial, sans-serif;
  margin: 0;
}
#block-views-press-releases-resources-block .span2 {
  margin-left: 0;
}
#block-views-press-releases-resources-block .press-date {
  font-size: 13px;
}
#views-exposed-form-press-releases-resources-block {
  margin: 0 0 35px 135px;
  position: relative;
}
#views-exposed-form-press-releases-resources-block .ajax-progress .throbber {
  position: absolute;
  top: 10px;
  right: 0;
}
.ie7 .form-item.form-type-select {
  float: left;
  display: block;
}
.view-home-features td,
.view-subfeatures-press td {
  width: 222px;
  padding-left: 17px;
}
.view-home-features td:first-child,
.view-subfeatures-press td:first-child {
  margin-left: 0;
}
.view-home-features .overlay:hover,
.view-subfeatures-press .overlay:hover {
  cursor: pointer;
}
/*
// Press Release
// ==================
*/
.node-type-press-release .media-contacts .html-article {
  padding-bottom: 20px;
}
.node-type-press-release .media-contacts h3 {
  font-size: 16px;
  line-height: 1.2em;
  margin: 0;
}
.node-type-press-release .media-contacts .media-contact {
  display: inline;
  float: left;
  width: 50%;
}
.node-type-press-release .media-contacts .media-contact.even {
  clear: left;
}
.node-type-press-release .media-contacts .media-contact h3 {
  font-family: 'Gill Sans W01 Bold', Arial, sans-serif;
}
.node-type-press-release .immediate-release {
  display: inline;
  float: left;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: 'Gill Sans W01 Medium', Arial, sans-serif;
  font-weight: normal;
}
.node-type-press-release .share {
  display: inline;
  float: left;
  text-align: right;
  margin-bottom: 10px;
}
.node-type-press-release .share a {
  font-family: 'Gill Sans W01 Bold', Arial, sans-serif;
  margin-left: 10px;
}
.node-type-press-release i {
  background: url(../img/icons_share_v1.png) 0 0 no-repeat;
  margin-right: 5px;
}
.node-type-press-release .icon-print {
  width: 28px;
  height: 25px;
  background-position: -24px 0;
}
.node-type-press-release .icon-print:hover {
  background-position: -24px -25px;
}
.node-type-press-release .icon-email {
  width: 24px;
  height: 25px;
  background-position: 0 0;
  margin-top: -5px;
}
.node-type-press-release .icon-email:hover {
  background-position: 0 -25px;
}
.node-type-press-release .field-name-field-body strong {
  font-family: 'Gill Sans W01 Bold', Arial, sans-serif;
}
.node-type-press-release .right-sidebar h2 {
  font-family: 'Gill Sans W01 Medium', Arial, sans-serif;
  font-weight: normal;
  background: url(../img/bkgd_dotted-line_v1.png) center bottom no-repeat;
  padding-bottom: 7px;
  margin-bottom: 10px;
  font-size: 26px;
}
.node-type-press-release .right-sidebar h2.twitter-link {
  font-size: 16px;
  font-family: 'Gill Sans W01 Bold', Arial, sans-serif;
  background: url(../img/icon_twitter.png) left top no-repeat;
  padding-bottom: 0;
  margin-bottom: 30px;
}
.node-type-press-release .right-sidebar .field-name-field-highlights {
  font-family: 'Gill Sans W01 Bold', Arial, sans-serif;
}
.node-type-press-release .right-sidebar .field-name-field-highlights ul {
  margin-left: 20px;
}
.node-type-press-release .right-sidebar .field-name-field-highlights ul li {
  margin-bottom: 12px;
}
.node-type-press-release .right-sidebar .press-pdf-download {
  font-family: 'Gill Sans W01 Bold', Arial, sans-serif;
  display: block;
  font-size: 15px;
  padding-right: 40px;
  background: url(../img/download_icon.png) right top no-repeat;
}
/*
// Webforms
// ==================
*/
.node-type-webform h1 {
  font-family: 'Gill Sans W01 Medium', Arial, sans-serif;
  font-weight: normal;
}
.node-type-webform h2 {
  font-size: 34px;
  font-family: 'Gill Sans W01 Medium', Arial, sans-serif;
  font-weight: normal;
}
.node-type-webform textarea {
  resize: none;
}
.node-type-webform label {
  cursor: auto;
}
.node-type-webform #block-system-main .main-body {
  margin-left: 0;
  width: 402px;
  padding-right: 58px;
}
.node-type-webform #block-system-main .main-body .form-item {
  margin: 0 0 12px 0;
  position: relative;
  *zoom: 1;
}
.node-type-webform #block-system-main .main-body .form-item:before,
.node-type-webform #block-system-main .main-body .form-item:after {
  display: table;
  content: "";
  line-height: 0;
}
.node-type-webform #block-system-main .main-body .form-item:after {
  clear: both;
}
.node-type-webform #block-system-main .main-body .form-item input {
  margin-bottom: 0;
  color: #555;
  width: 208px;
  padding: 0 6px;
}
.node-type-webform #block-system-main .main-body .form-item input.form-text {
  border: 1px solid #ccc;
}
.node-type-webform #block-system-main .main-body .form-item .form-textarea-wrapper {
  width: 222px;
  display: inline;
  float: left;
}
.node-type-webform #block-system-main .main-body .form-item label {
  width: 164px;
  margin-right: 16px;
  margin-bottom: 0;
  float: left;
}
.node-type-webform #block-system-main .main-body .form-item .form-type-radio {
  display: inline;
  float: left;
  margin-right: 15px;
  max-width: 50%;
}
.node-type-webform #block-system-main .main-body .form-item .form-type-radio label {
  font-family: 'Gill Sans W01 Book', Arial, sans-serif;
  width: auto;
  font-size: 15px;
}
.node-type-webform #block-system-main .main-body .form-item .form-type-radio input {
  width: auto;
  padding: 0;
  float: left;
  margin-right: 5px;
}
.node-type-webform #block-system-main .main-body .form-field-more-info {
  position: absolute;
  top: 7px;
  left: 380px;
  width: 15px;
  height: 15px;
  background: url(../img/form_more_info.png);
  text-indent: -999em;
  cursor: pointer;
}
.node-type-webform #block-system-main .main-body .webform-component-textfield .description {
  position: absolute;
  top: -10px;
  left: 380px;
  z-index: 10;
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.45);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.45);
  width: 150px;
  padding: 10px;
}
.node-type-webform #block-system-main .main-body .webform-component-select.webform-container-inline div.btn-group {
  display: inline-block;
  width: 222px;
}
.node-type-webform #block-system-main .main-body .webform-component-select.webform-container-inline div.dropdown-menu {
  display: none;
}
.node-type-webform #block-system-main .main-body .webform-component-select.webform-container-inline .open div.dropdown-menu {
  display: block;
}
.node-type-webform #block-system-main .main-body .form-submit {
  padding: 3px 10px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  float: right;
}
.node-type-webform #block-system-main .main-body .marker,
.node-type-webform #block-system-main .main-body .form-required {
  color: #e55c00;
}
.node-type-webform #block-system-main .main-body .form-item input.error,
.node-type-webform #block-system-main .main-body .form-item textarea.error,
.node-type-webform #block-system-main .main-body .form-item select.error {
  border-color: #b94a48;
}
.node-type-webform #block-system-main .sidebar-right .container {
  width: auto;
}
.node-type-webform #block-system-main .sidebar-right .html-article {
  padding-bottom: 0;
}
.node-type-webform #block-system-main .sidebar-right .webform-promo {
  display: inline;
  float: left;
  width: 224px;
  margin-left: 12px;
  margin-bottom: 25px;
}
.node-type-webform #block-system-main .sidebar-right .webform-promo a {
  display: block;
}
.node-type-webform #block-system-main .sidebar-right .webform-promo a h3 {
  background: #2d78ab;
  color: #ffffff;
  font-size: 16px;
  font-family: 'Gill Sans W01 Bold', Arial, sans-serif;
  width: 224px;
  text-align: center;
  margin: 0;
}
.node-type-webform #block-system-main .sidebar-right .webform-promo.even {
  *zoom: 1;
  margin-left: 0;
}
.node-type-webform #block-system-main .sidebar-right .webform-promo.even:before,
.node-type-webform #block-system-main .sidebar-right .webform-promo.even:after {
  display: table;
  content: "";
  line-height: 0;
}
.node-type-webform #block-system-main .sidebar-right .webform-promo.even:after {
  clear: both;
}
.node-type-webform #block-system-main .sidebar-right .field-collection-view {
  position: relative;
  padding-left: 50px;
  padding-top: 0;
  margin: 0;
}
.node-type-webform #block-system-main .sidebar-right .field-collection-view .field-name-field-question {
  cursor: pointer;
}
.node-type-webform #block-system-main .sidebar-right .field-collection-view .toggle {
  width: 32px;
  height: 32px;
  display: block;
  background: url(../img/icon_plus-minus_v5.png) left top no-repeat;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}
.node-type-webform #block-system-main .sidebar-right .field-collection-view .toggle.closed {
  background-position: 0 0;
}
.node-type-webform #block-system-main .sidebar-right .field-collection-view .toggle.closed:hover {
  background-position: -32px 0;
}
.node-type-webform #block-system-main .sidebar-right .field-collection-view .toggle.open {
  background-position: 0 -32px;
}
.node-type-webform #block-system-main .sidebar-right .field-collection-view .toggle.open:hover {
  background-position: -32px -32px;
}
.node-type-webform #block-system-main .sidebar-right .field-collection-view .field-name-field-question {
  font-size: 22px;
  font-family: 'Gill Sans W01 Medium', Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 15px;
  line-height: 1.2em;
}
.node-type-webform #block-system-main .sidebar-right .field-collection-view .field-name-field-answer p {
  margin-bottom: 15px;
}
.node-type-webform #block-system-main .sidebar-right .field-collection-view .field-name-field-answer strong {
  font-family: 'Gill Sans W01 Bold', Arial, sans-serif;
}
/*
// Learn About Sponsorship - How Sponsorship Works
// ==================
*/
.page-node-197 h2 {
  font-size: 44px;
  text-align: center;
  font-family: 'Gill Sans W01 Medium', Arial, sans-serif;
  font-weight: normal;
}
.page-node-197 #block-system-main {
  height: 0;
  overflow: hidden;
  width: 0;
}
/*
// Learn About Sponsorship - How Sponsorship Works
// ==================
*/
#block-block-42 {
  text-align: center;
  padding-top: 10px;
}
#block-block-42 ul.infographic {
  width: 960px;
  padding: 0 10px;
  height: 410px;
  background: url(../img/learn_about_sponsorship.jpg) no-repeat;
  position: relative;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}
#block-block-42 ul.infographic li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#block-block-42 ul.infographic h3 {
  font-family: 'Gill Sans W01 Bold', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  margin: 0;
  text-transform: uppercase;
}
#block-block-42 ul.infographic p {
  font-size: 14px;
  line-height: 1.2em;
}
#block-block-42 ul.infographic .child-protection {
  position: absolute;
  width: 200px;
  top: 170px;
  left: 770px;
}
#block-block-42 ul.infographic .child-protection h3 {
  color: #2d78ab;
}
#block-block-42 ul.infographic .clean-water {
  position: absolute;
  width: 126px;
  top: 70px;
  left: 82px;
}
#block-block-42 ul.infographic .clean-water h3 {
  color: #80a0cf;
}
#block-block-42 ul.infographic .economic-development {
  position: absolute;
  width: 200px;
  top: 70px;
  left: 633px;
}
#block-block-42 ul.infographic .economic-development h3 {
  color: #9fa91f;
}
#block-block-42 ul.infographic .education {
  position: absolute;
  width: 120px;
  top: 70px;
  left: 390px;
}
#block-block-42 ul.infographic .education h3 {
  color: #f9ac00;
}
#block-block-42 ul.infographic .food-agriculture {
  position: absolute;
  width: 156px;
  top: 310px;
  left: 750px;
}
#block-block-42 ul.infographic .food-agriculture h3 {
  color: #944d09;
}
#block-block-42 ul.infographic .health {
  position: absolute;
  width: 130px;
  top: 310px;
  left: 40px;
}
#block-block-42 ul.infographic .health h3 {
  color: #96897d;
}
#block-block-42 ul.infographic .our-faith {
  position: absolute;
  width: 140px;
  top: 175px;
  left: -10px;
}
#block-block-42 ul.infographic .our-faith h3 {
  color: #ff6600;
}
#block-block-42 .call-to-action {
  font-size: 21px;
  padding: 30px 0 35px 0;
  margin: 0;
  background: #ededed url(../img/sponsorship_call_bg.gif) top repeat-x;
  line-height: 24px;
}
#block-block-42 .call-to-action .btn {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-size: 17px;
  font-family: 'Gill Sans W01 Bold', Arial, sans-serif;
  padding: 12px 22px;
  margin-left: 10px;
  margin-top: -5px;
}
/*
// Learn About Sponsorship - Blessings of Sponsorship
// ==================
*/
#block-block-17 {
  background: url(../img/opacity_blue_gradient_v3.png) 0 0 repeat-x;
  margin-bottom: 40px;
  *zoom: 1;
}
#block-block-17:before,
#block-block-17:after {
  display: table;
  content: "";
  line-height: 0;
}
#block-block-17:after {
  clear: both;
}
#block-block-17:before {
  content: "";
  display: block;
  height: 20px;
  background: url(../img/opacity_blue_gradient-top_v4.png) center top repeat-x;
  position: relative;
  top: -20px;
}
#block-block-17 .content {
  width: 960px;
  margin: 0 auto;
  padding: 20px 10px 0 10px;
}
#block-block-17 .chapter {
  display: inline;
  float: left;
  width: 31%;
  margin-left: 3%;
}
#block-block-17 .chapter:first-child {
  margin-left: 0;
}
#block-block-17 .chapter img {
  display: block;
  margin: 0 auto;
}
#block-block-17 .chapter h3 {
  font-family: 'Gill Sans W01 Bold', Arial, sans-serif;
  text-align: center;
  color: #333;
  font-size: 20px;
  line-height: 1.2em;
  margin: 7px 0;
}
#block-block-17 .chapter ul {
  margin: 0 0 10px 40px;
}
#block-block-17 .chapter strong {
  font-family: 'Gill Sans W01 Bold', Arial, sans-serif;
  font-weight: normal;
}
/*
// Learn About Sponsorship - FAQ
// ==================
*/
#block-views-faq-block {
  *zoom: 1;
  margin-bottom: 20px;
}
#block-views-faq-block:before,
#block-views-faq-block:after {
  display: table;
  content: "";
  line-height: 0;
}
#block-views-faq-block:after {
  clear: both;
}
#block-views-faq-block h2 {
  width: 700px;
  background: url(../img/bkgd_dotted-line_v1.png) center bottom no-repeat;
  margin: 0 auto 30px auto;
  padding-bottom: 20px;
}
#block-views-faq-block .content {
  width: 960px;
  margin: 0 auto;
  padding: 0 10px;
}
#block-views-faq-block .content .views-row {
  position: relative;
  padding-left: 50px;
  min-height: 32px;
}
#block-views-faq-block .content .toggle {
  width: 32px;
  height: 32px;
  display: block;
  background: url(../img/icon_plus-minus_v5.png) left top no-repeat;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}
#block-views-faq-block .content .toggle.closed {
  background-position: 0 0;
}
#block-views-faq-block .content .toggle.closed:hover {
  background-position: -32px 0;
}
#block-views-faq-block .content .toggle.open {
  background-position: 0 -32px;
}
#block-views-faq-block .content .toggle.open:hover {
  background-position: -32px -32px;
}
#block-views-faq-block .content .field-name-field-question {
  font-size: 22px;
  font-family: 'Gill Sans W01 Medium', Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 15px;
  line-height: 1.2em;
  cursor: pointer;
}
#block-views-faq-block .content .field-name-field-answer p {
  margin-bottom: 15px;
}
#block-views-faq-block .content .field-name-field-answer strong {
  font-family: 'Gill Sans W01 Bold', Arial, sans-serif;
}
/*
// Learn About Sponsorship - Testimonials
// ==================
*/
#block-views-testimonials-block {
  padding-top: 20px;
  background: #ededed url(../img/sponsorship_call_bg.gif) top repeat-x;
  *zoom: 1;
}
#block-views-testimonials-block:before,
#block-views-testimonials-block:after {
  display: table;
  content: "";
  line-height: 0;
}
#block-views-testimonials-block:after {
  clear: both;
}
#block-views-testimonials-block h2 {
  width: 700px;
  background: url(../img/bkgd_dotted-line_v1.png) center bottom no-repeat;
  margin: 0 auto 45px auto;
  padding-bottom: 20px;
}
#block-views-testimonials-block .content {
  width: 960px;
  margin: 0 auto;
  padding: 0 10px;
}
#block-views-testimonials-block .content .views-row {
  position: relative;
  display: inline;
  float: left;
  width: 31%;
  margin-left: 3%;
}
#block-views-testimonials-block .content .views-row:first-child {
  margin-left: 0;
}
#block-views-testimonials-block .content .views-row .container {
  width: auto;
}
#block-views-testimonials-block .content .views-row h3 {
  font-size: 17px;
  font-family: 'Gill Sans W01 Bold', Arial, sans-serif;
  margin: 0;
  line-height: 1.2em;
}
#block-views-testimonials-block .content .views-row h4 {
  text-transform: uppercase;
  font-size: 15px;
  margin: 0;
  line-height: 1.2em;
}
#block-views-testimonials-block .content .views-row p {
  margin-top: 12px;
}
#block-views-testimonials-block .content .views-row img {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.45);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.45);
  margin-bottom: 15px;
}
#block-views-testimonials-block .content .views-row .icon-play {
  top: 98px;
  left: 50%;
  margin: 0 0 0 -32px;
}
/*
// Learn About Sponsorship - Final Call to Action
// ==================
*/
#block-block-37 {
  background: #ebebeb url(../img/sponsorship_call_v2_bg.jpg) top repeat-x;
  padding: 50px 0 40px 0;
  *zoom: 1;
}
#block-block-37:before,
#block-block-37:after {
  display: table;
  content: "";
  line-height: 0;
}
#block-block-37:after {
  clear: both;
}
#block-block-37 .content {
  width: 960px;
  margin: 0 auto;
  padding: 0 10px;
}
#block-block-37 .content h2 {
  display: inline;
  float: left;
  margin-right: 35px;
}
#block-block-37 .content .btn {
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  font-size: 19px;
  font-family: 'Gill Sans W01 Bold', Arial, sans-serif;
  padding: 14px 25px;
  margin-left: 10px;
  margin-top: -5px;
}
/*
// Career Menu
// ==================
*/
#block-menu-menu-career-menu {
  border-bottom: 1px solid #2d78ab;
}
#block-menu-menu-career-menu .content {
  width: 960px;
  margin: 0 auto;
  padding: 0 10px;
  *zoom: 1;
}
#block-menu-menu-career-menu .content:before,
#block-menu-menu-career-menu .content:after {
  display: table;
  content: "";
  line-height: 0;
}
#block-menu-menu-career-menu .content:after {
  clear: both;
}
#block-menu-menu-career-menu .content .menu {
  display: inline;
  float: right;
  list-style-type: none;
  margin: 0;
}
#block-menu-menu-career-menu .content .menu li {
  float: left;
  margin: 0 0 0 5px;
  list-style-type: none;
}
#block-menu-menu-career-menu .content .menu li.leaf {
  list-style-image: none;
  padding: 0;
}
#block-menu-menu-career-menu .content .menu a {
  display: block;
  color: #2d78ab;
  font-family: 'Gill Sans W01 Bold', Arial, sans-serif;
  font-size: 17px;
  padding: 10px;
}
#block-menu-menu-career-menu .content .menu a:hover,
#block-menu-menu-career-menu .content .menu a.active-trail {
  color: #fff;
  background: #2d78ab;
  text-decoration: none;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
}
/*
// Careers Node Type
// ==================
*/
body.node-type-careers {
  background: #fff;
}
/*
// Job Opportunities
// ==================
*/
.page-node-1353 .field-name-field-banner-images {
  background: #f3f1ef;
}
.page-node-1353 .field-name-field-banner-images .field-name-field-image-careers-slideshow {
  width: 960px;
  margin: 0 auto;
  padding: 0 10px;
}
.page-node-1353 h1 {
  text-align: center;
  padding: 30px 0;
  font-family: 'Gill Sans W01 Medium', Arial, sans-serif;
  font-weight: normal;
}
.page-node-1353 #block-system-main {
  background: url(../img/opacity_blue_gradient_v3.png) 0 0 repeat-x;
}
.page-node-1353 #block-system-main .content {
  width: 960px;
  margin: 0 auto;
  padding: 0 10px;
}
.page-node-1353 #block-system-main .field-name-field-content-careers {
  display: inline;
  float: left;
  width: 540px;
}
.page-node-1353 #block-system-main .field-name-field-content-careers h2 {
  font-size: 24px;
  font-family: 'Gill Sans W01 Medium', Arial, sans-serif;
  font-weight: normal;
  -webkit-box-shadow: 0 16px 20px -19px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 16px 20px -19px rgba(0, 0, 0, 0.5);
  box-shadow: 0 16px 20px -19px rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
}
.page-node-1353 #block-system-main .field-name-field-content-careers iframe {
  width: 100%;
  height: 750px;
}
.page-node-1353 #block-system-main .field-name-field-body-careers {
  display: inline;
  float: left;
  width: 400px;
  margin-left: 20px;
}
.page-node-1353 #block-system-main .field-name-field-body-careers h3 {
  font-size: 24px;
  font-family: 'Gill Sans W01 Medium', Arial, sans-serif;
  font-weight: normal;
  -webkit-box-shadow: 0 16px 20px -19px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 16px 20px -19px rgba(0, 0, 0, 0.5);
  box-shadow: 0 16px 20px -19px rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
  text-align: center;
}
.page-node-1353 #block-system-main .field-name-field-body-careers .fraud-alert h3 {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.page-node-1353 #block-system-main .field-name-field-body-careers p {
  margin-bottom: 1.5em;
}
.page-node-1353 #block-system-main .opportunities {
  *zoom: 1;
  font-family: 'Gill Sans W01 Bold', Arial, sans-serif;
  margin-bottom: 20px;
}
.page-node-1353 #block-system-main .opportunities:before,
.page-node-1353 #block-system-main .opportunities:after {
  display: table;
  content: "";
  line-height: 0;
}
.page-node-1353 #block-system-main .opportunities:after {
  clear: both;
}
.page-node-1353 #block-system-main .opportunities .opportunity {
  display: inline;
  float: left;
  width: 31%;
  margin-left: 2%;
}
.page-node-1353 #block-system-main .opportunities .opportunity:first-child {
  margin-left: 0;
}
.page-node-1353 #block-system-main .technical-help {
  margin-bottom: 20px;
}
.page-node-1353 #block-system-main .technical-help img {
  margin-bottom: 10px;
}
#block-block-43 {
  background: #efefef;
  border-bottom: 1px solid #2d78ab;
  *zoom: 1;
}
#block-block-43:before,
#block-block-43:after {
  display: table;
  content: "";
  line-height: 0;
}
#block-block-43:after {
  clear: both;
}
#block-block-43 .content {
  width: 960px;
  margin: 0 auto;
  position: relative;
  padding: 0 10px;
}
#block-block-43 .content p {
  margin: 0;
}
#jo-seattle-info,
#jo-dc-info {
  width: 154px;
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.45);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.45);
  color: #000;
  position: absolute;
  top: 15px;
  left: 105px;
  display: none;
}
#jo-seattle-info p,
#jo-dc-info p {
  font-size: 13px;
  padding: 10px;
}
#jo-dc-info {
  top: 40px;
  left: 645px;
}
/*
// Careers - Who We Are - Slides
// ==================
*/
#who-we-are-slides-wrapper {
  position: relative;
  height: 335px;
  background: #fff;
  margin-bottom: 20px;
  margin-top: 0;
}
#who-we-are-slides-wrapper #who-we-are-slides {
  height: 335px;
  width: 960px;
  margin: 0 auto;
  position: relative;
}
#who-we-are-slides-wrapper #who-we-are-slides .carousel-inner {
  height: 315px;
  width: 960px;
  padding-bottom: 20px;
}
#who-we-are-slides-wrapper #who-we-are-slides .item {
  height: 335px;
}
#who-we-are-slides-wrapper #who-we-are-slides img {
  position: absolute;
  width: 960px;
  height: 335px;
  left: 50%;
  margin-left: -480px;
}
#who-we-are-slides-wrapper #who-we-are-slides .carousel-control {
  top: 146px;
}
#who-we-are-slides-wrapper #who-we-are-slides .carousel-indicators {
  position: relative;
  margin-top: -22px;
  padding: 5px 0;
  height: 20px;
}
#who-we-are-slides-wrapper #who-we-are-slides .carousel-indicators li {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#who-we-are-slides-wrapper #who-we-are-slides .carousel-indicators li.active {
  -webkit-box-shadow: 1px 0 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 0 1px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 0 1px rgba(0, 0, 0, 0.75);
  background-color: #d5d5d5;
  background-image: -moz-linear-gradient(top, #ededed, #b0b0b0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ededed), to(#b0b0b0));
  background-image: -webkit-linear-gradient(top, #ededed, #b0b0b0);
  background-image: -o-linear-gradient(top, #ededed, #b0b0b0);
  background-image: linear-gradient(to bottom, #ededed, #b0b0b0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffededed', endColorstr='#ffb0b0b0', GradientType=0);
}
#who-we-are-slides-wrapper .who-we-are-slides-indicators {
  width: 100%;
  height: 20px;
  background: #96897D;
  position: absolute;
  bottom: 0;
}
/*
// Careers - Who We Are - Good Fit/Who We Are
// ==================
*/
.page-node-1355 #who-we-are-slides-wrapper {
  background: #EFEFEF;
}
.page-node-1355 .field-name-field-content-careers {
  width: 960px;
  margin: 0 auto;
  padding: 0 10px;
}
.page-node-1355 .field-name-field-content-careers h2 {
  margin-bottom: 20px;
}
.page-node-1355 .field-name-field-content-careers h2 .btn-primary {
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  font-size: 20px;
  font-family: 'Gill Sans W01 Bold', Arial, sans-serif;
  padding: 14px 25px;
}
.page-node-1355 .field-name-field-content-careers h2 + h2 {
  font-size: 30px;
  font-family: 'Gill Sans W01 Medium', Arial, sans-serif;
  font-weight: normal;
  background: url(../img/bkgd_dotted-line_v1.png) center bottom no-repeat;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.page-node-1355 .field-name-field-content-careers .who-qualities {
  padding-top: 160px;
  background: url(../img/who_qualities_bg.png) center 25px no-repeat;
  margin-bottom: 50px;
  *zoom: 1;
}
.page-node-1355 .field-name-field-content-careers .who-qualities:before,
.page-node-1355 .field-name-field-content-careers .who-qualities:after {
  display: table;
  content: "";
  line-height: 0;
}
.page-node-1355 .field-name-field-content-careers .who-qualities:after {
  clear: both;
}
.page-node-1355 .field-name-field-content-careers .who-qualities .who-column {
  display: inline;
  float: left;
  width: 18%;
  margin: 0 1%;
  text-align: center;
}
.page-node-1355 .field-name-field-content-careers .who-qualities .who-column + .who-column + .who-column {
  width: 20%;
  margin: 0;
}
.page-node-1355 .field-name-field-content-careers .who-qualities .who-column + .who-column + .who-column + .who-column {
  width: 18%;
  margin: 0 1%;
}
.page-node-1355 .field-name-field-content-careers .who-qualities strong {
  font-family: 'Gill Sans W01 Bold', Arial, sans-serif;
}
.page-node-1355 .field-name-field-body-careers {
  background: #efefef;
  padding: 10px 0 35px 0;
}
.page-node-1355 .field-name-field-body-careers .content {
  width: 960px;
  margin: 0 auto;
  padding: 0 10px;
}
.page-node-1355 .field-name-field-body-careers .content h3 {
  font-size: 26px;
  font-family: 'Gill Sans W01 Medium', Arial, sans-serif;
  font-weight: normal;
}
.page-node-1355 .field-name-field-body-careers:before {
  content: "";
  display: block;
  height: 20px;
  background: url(../img/opacity_gray_gradient_v2.png) center top repeat-x;
  position: relative;
  top: -30px;
}
.page-node-1355 .field-name-field-body-careers strong {
  font-family: 'Gill Sans W01 Bold', Arial, sans-serif;
}
/*
// Careers - Working for World Vision
// ==================
*/
.page-node-1354 #who-we-are-slides-wrapper {
  height: 355px;
  margin-bottom: 2px;
}
.page-node-1354 #who-we-are-slides-wrapper #who-we-are-slides {
  height: 355px;
}
.page-node-1354 #who-we-are-slides-wrapper #who-we-are-slides .carousel-outer {
  position: relative;
  z-index: 1;
  height: 355px;
}
.page-node-1354 #who-we-are-slides-wrapper #who-we-are-slides .carousel-middle {
  height: 355px;
}
.page-node-1354 #who-we-are-slides-wrapper #who-we-are-slides .carousel-inner {
  height: 325px;
  padding-bottom: 30px;
}
.page-node-1354 #who-we-are-slides-wrapper #who-we-are-slides .carousel-indicators {
  margin-top: -32px;
  padding: 10px 0;
}
.page-node-1354 #who-we-are-slides-wrapper #who-we-are-slides .item {
  height: 325px;
}
.page-node-1354 #who-we-are-slides-wrapper #who-we-are-slides img {
  height: 325px;
}
.page-node-1354 #who-we-are-slides-wrapper .who-we-are-slides-indicators {
  background: #2D78AB;
  height: 30px;
}
.page-node-1354 #block-system-main {
  padding-top: 20px;
  background: url(../img/opacity_blue_gradient_v3.png) 0 0 repeat-x;
}
.page-node-1354 #block-system-main .html-article.node {
  padding-bottom: 40px;
}
.page-node-1354 #block-system-main .field-name-field-content-careers {
  width: 960px;
  margin: 0 auto;
  padding: 0 10px;
  *zoom: 1;
}
.page-node-1354 #block-system-main .field-name-field-content-careers:before,
.page-node-1354 #block-system-main .field-name-field-content-careers:after {
  display: table;
  content: "";
  line-height: 0;
}
.page-node-1354 #block-system-main .field-name-field-content-careers:after {
  clear: both;
}
.page-node-1354 #block-system-main .field-name-field-content-careers .btn-primary {
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  font-size: 20px;
  font-family: 'Gill Sans W01 Bold', Arial, sans-serif;
  padding: 14px 40px;
  margin-top: 30px;
}
.page-node-1354 #block-system-main .field-name-field-body-careers {
  width: 960px;
  margin: 0 auto;
  padding: 0 10px;
  *zoom: 1;
}
.page-node-1354 #block-system-main .field-name-field-body-careers:before,
.page-node-1354 #block-system-main .field-name-field-body-careers:after {
  display: table;
  content: "";
  line-height: 0;
}
.page-node-1354 #block-system-main .field-name-field-body-careers:after {
  clear: both;
}
.page-node-1354 #block-system-main .field-name-field-body-careers .span6 {
  margin-left: 0;
}
.page-node-1354 #block-system-main .field-name-field-body-careers .span6 + .span6 {
  margin-right: 0;
  margin-left: 40px;
}
.page-node-1354 #block-system-main .field-name-field-body-careers ul {
  list-style-position: inside;
  width: 436px;
}
.page-node-1354 #block-system-main .field-name-field-body-careers ul li {
  border-top: 1px solid #d9d9d9;
  line-height: 1.5em;
}
.page-node-1354 #block-system-main .field-name-field-body-careers ul li:first-child {
  border-top: none;
}
.page-node-1354 #block-system-main .field-name-field-body-careers .benefit-options-link {
  display: block;
  float: right;
  margin-top: -100px;
  width: 175px;
  font-size: 13px;
  font-family: 'Gill Sans W01 Bold', Arial, sans-serif;
  padding: 12px 12px 37px 62px;
  background: #ffffff url(../img/download_icon.png) 12px 12px no-repeat;
}
.page-node-1354 #block-block-41 {
  background: #efefef;
  padding: 0 0 25px 0;
}
.page-node-1354 #block-block-41 h2 {
  width: 960px;
  margin: 0 auto;
  padding: 0 10px;
  font-size: 24px;
  text-align: center;
  font-family: 'Gill Sans W01 Medium', Arial, sans-serif;
  font-weight: normal;
}
.page-node-1354 #block-block-41 .content {
  width: 960px;
  margin: 0 auto;
  padding: 0 10px;
  font-size: 13px;
}
.page-node-1354 #block-block-41:before {
  content: "";
  display: block;
  height: 20px;
  background: url(../img/opacity_gray_gradient_v2.png) center top repeat-x;
  position: relative;
  top: -20px;
}
.page-node-1354 #block-block-41 strong {
  font-family: 'Gill Sans W01 Bold', Arial, sans-serif;
}
/*
// Internships
// ==================
*/
body.page-node-1412 {
  background: #fff;
}
/*
// Get Involved
// ==================
*/
.heading-row {
  padding-bottom: 20px;
}
.get-involved {
  padding: 20px 0 60px;
}
.get-involved .feat h3 {
  font-size: 18px;
  line-height: 18px;
  height: 36px;
  display: table-cell;
  vertical-align: middle;
  width: 178px;
  padding: 8px 10px;
}
.get-involved .feat .tapestry {
  width: 160px;
  padding-bottom: 10px;
}
.get-involved .feat .tapestry img:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.get-involved .feat .tapestry p {
  padding-bottom: 0;
}
.get-involved .feat .tapestry p strong {
  font-family: 'Gill Sans W01 Bold', Arial, sans-serif;
}
.get-involved .feat .tapestry a.more {
  font-family: 'Gill Sans W01 Bold', Arial, sans-serif;
  margin-left: 10px;
}
.get-involved .views-exposed-form .views-exposed-widget {
  padding: 0 0 30px;
  width: 100%;
}
.get-involved .views-exposed-form .views-exposed-widget label {
  font-weight: normal;
}
.get-involved .views-exposed-form .views-exposed-widget > label {
  cursor: default;
  width: 100%;
  font-family: 'Gill Sans W01 Book', Arial, sans-serif;
  font-size: 23px;
  line-height: 27px;
  text-shadow: 3px 0 3px #ffffff;
  background: url(../img/bkgd_dotted-line_v1.png) center bottom no-repeat;
  padding-bottom: 7px;
  margin-bottom: 15px;
}
.get-involved .views-exposed-form .views-exposed-widget label.option {
  color: #2d78ab;
}
.get-involved .views-exposed-form .views-exposed-widget label.option:hover {
  text-decoration: underline;
}
.get-involved .views-exposed-form .views-exposed-widget .views-widget,
.get-involved .views-exposed-form .views-exposed-widget .views-exposed-widget {
  float: left;
}
.get-involved .views-exposed-form .views-exposed-widget .form-type-select {
  height: auto;
  background: none;
  filter: none;
  float: left;
}
.get-involved .views-exposed-form .form-item {
  margin-bottom: 10px;
}
.get-involved .views-exposed-form .form-item input[type="checkbox"] {
  margin: -4px 5px 0 0;
}
.get-involved-row {
  margin-bottom: 30px;
}
/*
// Programs Related
// ==================
*/
.node-programs .icon-play.med-play {
  top: 92px;
  margin-left: -53px;
}
.node-programs .span6.relative .caption.overlay {
  background: url(../img/opacity_blue_80_v1.png) 0 0 repeat;
  color: #ffffff;
  text-align: left;
  padding: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.node-programs .span6.relative .caption.overlay p {
  font-family: 'Gill Sans W01 Light', Arial, sans-serif;
  font-size: 15px;
  line-height: 18px;
  padding: 7px 10px;
  margin: 0;
}
.node-programs .span6.relative .caption.overlay p a {
  color: #ffffff;
  font-family: 'Gill Sans W01 Medium', Arial, sans-serif;
  font-weight: normal;
  text-decoration: underline;
}
.subhead-description {
  padding-top: 20px;
  text-align: center;
}
.latest {
  margin-top: 30px;
}
.latest .feature_grid {
  height: 180px;
  padding-top: 20px;
  position: relative;
}
.latest .feature_grid img {
  -webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.75);
}
.latest .overlay {
  max-height: 160px;
  background: url(../img/opacity_blue_80_v1.png) 0 0 repeat;
  color: #ffffff;
  text-align: left;
  padding: 7px 10px;
  position: absolute;
  bottom: 0;
  font-family: 'Gill Sans W01 Light', Arial, sans-serif;
}
.latest .overlay h3 {
  font-family: 'Gill Sans W01 Medium', Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  padding: 0;
  margin: 0;
}
.latest .overlay p {
  margin: 5px 0;
}
.latest .overlay a {
  color: #ffffff;
  font-family: 'Gill Sans W01 Medium', Arial, sans-serif;
  font-weight: normal;
}
.latest .overlay:hover {
  cursor: pointer;
}
.node-209 #tabs-0 {
  min-height: 527px;
  background: url(../img/program_pane_bkgd_kits_v1.jpg) center center no-repeat;
}
/*
// Our Impact Related
// ==================================
*/
.page-node-195 {
  /* OUR IMPACT MAP THEMING */
}
.page-node-195 .node-195 {
  background: url(../img/bkgd_gradient_blue_btm_v2.png) left bottom repeat-x;
}
.page-node-195 .node-195 #block-views-impact-areas-block h3 {
  padding: 0;
}
.page-node-195 p {
  font-family: 'Gill Sans W01 Book', Arial, sans-serif !important;
}
.page-node-195 p a {
  color: #2d78ab;
}
.page-node-195 #sub_container {
  width: 980px;
  margin-left: -20px;
  margin-top: 30px;
  background: url(../img/bkgd_relief_shadow_v1.png) center bottom no-repeat;
  padding-bottom: 27px;
}
.page-node-195 #sub_container p {
  font-size: 16px;
}
.page-node-195 .all-left-contentbox,
.page-node-195 .all-right-contentbox {
  float: left;
}
.page-node-195 .lightbox-single-below {
  clear: both;
}
.page-node-195 #map .tabs {
  background: #ffffff;
  /*a:hover {
        color: @wv-orange;
    }*/
}
.page-node-195 #map .tabs h1 {
  font-size: 24px;
  line-height: 28px;
  font-family: 'Gill Sans W01 Medium', Arial, sans-serif;
  font-weight: normal;
}
.page-node-195 #map .tabs #lbox-all-menu {
  background: #000;
  width: 100%;
}
.page-node-195 #map .tabs #lbox-all-menu li span,
.page-node-195 #map .tabs #lbox-all-menu li a {
  padding: 8px 5px;
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
}
.page-node-195 #map .tabs #lbox-all-menu li.health {
  width: 67px;
}
.page-node-195 #map .tabs #lbox-all-menu li.health span,
.page-node-195 #map .tabs #lbox-all-menu li.health a {
  padding: 15px 5px !important;
  height: 16px;
}
.page-node-195 #map .tabs #lbox-all-menu li.clean-water {
  width: 64px;
}
.page-node-195 #map .tabs #lbox-all-menu li.education span,
.page-node-195 #map .tabs #lbox-all-menu li.education a {
  padding: 15px 5px !important;
  height: 16px;
}
.page-node-195 #map .tabs #lbox-all-menu li.food-agriculture {
  width: 109px;
}
.page-node-195 #map .tabs #lbox-all-menu li.child-protection {
  width: 101px;
}
.page-node-195 #map .tabs #lbox-all-menu li.economic-development {
  width: 116px;
}
.page-node-195 #map .tabs #lbox-all-menu li.us-work {
  width: 52px;
}
.page-node-195 #map .tabs #lbox-all-menu li.disaster-response {
  width: 84px;
}
.page-node-195 #sub_menu {
  width: 980px;
  height: 50px;
  background: #fffefe;
  /* SUBMENU RELATED*/
}
.page-node-195 #sub_menu ul {
  margin: 0;
  padding: 0;
}
.page-node-195 #sub_menu li a {
  height: 50px !important;
  background-image: url(../img/our_impact_sub-menu_v1.png) !important;
}
.page-node-195 #sub_menu li.googlenav-active a {
  background-position-y: -50px !important;
}
.page-node-195 #sub_menu li#all a {
  width: 64px;
  background-position: 0 0;
  background-color: transparent;
}
.page-node-195 #sub_menu li#all a:hover {
  background: #ff6600;
  background-position: 0 -50px !important;
}
.page-node-195 #sub_menu li#all.googlenav-active a {
  background: #ff6600;
  background-position: 0 -50px !important;
}
.page-node-195 #sub_menu li#health a {
  width: 100px;
  background-position: -64px 0;
  background-color: transparent;
}
.page-node-195 #sub_menu li#health a:hover {
  background-color: #96897d;
  background-position: -64px -50px !important;
}
.page-node-195 #sub_menu li#health.googlenav-active a {
  background-color: #96897d;
  background-position: -64px -50px !important;
}
.page-node-195 #sub_menu li#clean_water a {
  width: 90px;
  background-position: -164px 0;
  background-color: transparent;
}
.page-node-195 #sub_menu li#clean_water a:hover {
  background-color: #80a0cf;
  background-position: -164px -50px !important;
}
.page-node-195 #sub_menu li#clean_water.googlenav-active a {
  background-color: #80a0cf;
  background-position: -164px -50px !important;
}
.page-node-195 #sub_menu li#education a {
  width: 120px;
  background-position: -254px 0;
  background-color: transparent;
}
.page-node-195 #sub_menu li#education a:hover {
  background-color: #f9ac00;
  background-position: -254px -50px !important;
}
.page-node-195 #sub_menu li#education.googlenav-active a {
  background-color: #f9ac00;
  background-position: -254px -50px !important;
}
.page-node-195 #sub_menu li#food a {
  width: 140px;
  background-position: -374px 0;
  background-color: transparent;
}
.page-node-195 #sub_menu li#food a:hover {
  background-color: #944d09;
  background-position: -374px -50px !important;
}
.page-node-195 #sub_menu li#food.googlenav-active a {
  background-color: #944d09;
  background-position: -374px -50px !important;
}
.page-node-195 #sub_menu li#child_protection a {
  width: 128px;
  background-position: -514px 0;
  background-color: transparent;
}
.page-node-195 #sub_menu li#child_protection a:hover {
  background-color: #2d78ab;
  background-position: -514px -50px !important;
}
.page-node-195 #sub_menu li#child_protection.googlenav-active a {
  background-color: #2d78ab;
  background-position: -514px -50px !important;
}
.page-node-195 #sub_menu li#economics a {
  width: 132px;
  background-position: -642px 0;
  background-color: transparent;
}
.page-node-195 #sub_menu li#economics a:hover {
  background-color: #9fa91f;
  background-position: -642px -50px !important;
}
.page-node-195 #sub_menu li#economics.googlenav-active a {
  background-color: #9fa91f;
  background-position: -642px -50px !important;
}
.page-node-195 #sub_menu li#us_work a {
  width: 88px;
  background-position: -774px 0;
  background-color: transparent;
}
.page-node-195 #sub_menu li#us_work a:hover {
  background-color: #0c4972;
  background-position: -774px -50px !important;
}
.page-node-195 #sub_menu li#us_work.googlenav-active a {
  background-color: #0c4972;
  background-position: -774px -50px !important;
}
.page-node-195 #sub_menu li#disater {
  /* the typo is in the module's ID attribute */
}
.page-node-195 #sub_menu li#disater a {
  width: 118px;
  background-position: -862px 0;
  background-color: transparent;
}
.page-node-195 #sub_menu li#disater a:hover {
  background-color: #000000;
  background-position: -862px -50px !important;
}
.page-node-195 #sub_menu li#disater.googlenav-active a {
  background-color: #000000;
  background-position: -862px -50px !important;
}
.page-node-195 #sub_menu .bottom_band {
  width: 980px;
  background: #ff6600;
}
.page-node-195 #sub_menu .bottom_band.all {
  background: #ff6600;
}
.page-node-195 #sub_menu .bottom_band.health {
  background: #96897d;
}
.page-node-195 #sub_menu .bottom_band.clean_water {
  background: #80a0cf;
}
.page-node-195 #sub_menu .bottom_band.education {
  background: #f9ac00;
}
.page-node-195 #sub_menu .bottom_band.food {
  background: #944d09;
}
.page-node-195 #sub_menu .bottom_band.child_protection {
  background: #2d78ab;
}
.page-node-195 #sub_menu .bottom_band.economics {
  background: #9fa91f;
}
.page-node-195 #sub_menu .bottom_band.us_work {
  background: #0c4972;
}
.page-node-195 #sub_menu .bottom_band.disaster {
  background: #000000;
}
.page-node-195 .bkgd_darken {
  background: none;
  padding-top: 40px;
}
.page-node-195 .bkgd_darken:before {
  display: none;
}
.infographics_block {
  text-align: center;
}
.infographics_block h3 {
  color: #2d78ab;
  font-size: 17px;
  line-height: 20px;
  font-weight: normal;
  font-family: 'Gill Sans W01 Bold', Arial, sans-serif;
}
.infographics_block h3 span {
  display: block;
  font-size: 34px;
  line-height: 40px;
  font-family: 'Gill Sans W01 Bold', Arial, sans-serif;
}
.infographics_block p {
  font-size: 11px;
  line-height: 14px;
}
.our-impact-text-links ul.inline li {
  padding: 0;
  text-align: center;
}
.our-impact-text-links a {
  display: inline-block;
  font-size: 24px;
  line-height: 28px;
  font-family: 'Gill Sans W01 Bold', Arial, sans-serif;
  margin-top: 30px;
}
/* Country Profile Landing */
.page-node-1222 h2 {
  font-size: 40px;
  margin-bottom: 20px;
}
.page-node-1222 .html-article.node {
  display: none;
}
.page-node-1222 .form-item {
  width: 206px;
  margin: 5px 0 0;
}
.page-node-1222 #country-profile-selector .bootstrap-select.btn-group {
  width: 186px;
}
.page-node-1222 #country-profile-selector .dropdown-menu {
  width: 186px;
  min-width: 186px;
  text-align: left;
}
.page-node-1222 ul {
  max-height: 130px;
}
.page-node-1222 ul li.indent-once {
  padding-left: 10px;
}
.page-node-1222 ul li.indent-twice {
  padding-left: 20px;
}
.page-node-1222 ul li.indent-thrice {
  padding-left: 30px;
}
.ie7 #country-profile-selector .bootstrap-select.btn-group,
.ie8 #country-profile-selector .bootstrap-select.btn-group {
  max-width: none;
}
/*
// Country Profile
// ==================
*/
.node-type-country-profile .bootstrap-select.btn-group {
  max-width: 200px;
}
.node-type-country-profile .bootstrap-select.btn-group .dropdown-menu {
  max-width: 200px;
  text-align: left;
}
.quick_stats .field-label {
  font-family: 'Gill Sans W01 Bold', Arial, sans-serif;
}
.quick_stats ul {
  margin-top: 10px;
}
.quick_stats ul li {
  font-size: 18px;
  line-height: 22px;
  padding: 0 0 10px;
}
.mini_map {
  margin: 20px 0;
}
.mini_map small a {
  display: none;
}
.sector-group-row {
  padding-bottom: 20px;
}
.sector-group-row li.keyoff {
  width: 260px;
  margin: 0 auto;
}
li.sector-group-title {
  list-style: none;
  font-size: 28px;
  line-height: 28px;
  height: 60px;
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px 10px 80px;
}
.health-group li.sector-group-title {
  color: #96897d;
  background: url(../img/sector_icon_health_v1.png) 0 0 no-repeat;
}
.economic-group li.sector-group-title {
  color: #9fa91f;
  background: url(../img/sector_icon_econ_v1.png) 0 0 no-repeat;
}
.foodagri-group li.sector-group-title {
  color: #944d09;
  background: url(../img/sector_icon_food_v1.png) 0 0 no-repeat;
}
.educatio-group li.sector-group-title {
  color: #f9ac00;
  background: url(../img/sector_icon_education_v1.png) 0 0 no-repeat;
}
.disaster-group li.sector-group-title {
  color: #000000;
  background: url(../img/sector_icon_disaster_v1.png) 0 0 no-repeat;
}
.childpro-group li.sector-group-title {
  color: #2d78ab;
  background: url(../img/sector_icon_heart_v1.png) 0 0 no-repeat;
}
.uswork-group li.sector-group-title {
  color: #0c4972;
  background: url(../img/sector_icon_work_v1.png) 0 0 no-repeat;
}
.cleanwat-group li.sector-group-title {
  color: #80a0cf;
  background: url(../img/sector_icon_clean_water_v1.png) 0 0 no-repeat;
}
.ourfaith-group li.sector-group-title {
  color: #ff6600;
  background: url(../img/sector_icon_ourfaith_v1.png) 0 0 no-repeat;
}
#block-country-profile-selectbox {
  text-align: center;
  position: relative;
}
/*
// Country Profile - Sponsorship Widget
// ==================
*/
.sponsorship-widget .dotted {
  padding-bottom: 10px;
  margin-bottom: 20px;
}
#sponsorship {
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: inherit;
  padding: 0;
  font-size: 16px;
}
#child-image-wrapper {
  display: inline;
  float: left;
  width: 292px;
  margin-right: 30px;
}
#child-image-wrapper img {
  border: none;
  width: 182px;
}
#child-image-wrapper .child-name {
  background: #11639A;
  color: #fff;
  font-family: 'Gill Sans W01 Bold', Arial, sans-serif;
  width: 172px;
  text-align: center;
  margin: 0 0 0 54px;
  padding: 5px;
}
#child-image {
  margin: 0 54px;
  height: auto;
}
#child-info {
  font-size: 16px;
}
#child-image-screen {
  top: 0;
  left: 0;
}
#child-nav {
  position: absolute;
  top: 50%;
  margin-top: -22px;
}
#child-nav button.previous {
  height: 43px;
  width: 43px;
  background: transparent url(../img/icons_prev-next_43_v1.png) 0 0 no-repeat;
}
#child-nav button.previous:hover {
  background-position: 0 -43px;
}
#child-nav button.previous span {
  position: absolute;
  right: -999em;
}
#child-nav button.next {
  left: 248px;
  height: 43px;
  width: 43px;
  background: transparent url(../img/icons_prev-next_43_v1.png) -43px 0 no-repeat;
}
#child-nav button.next:hover {
  background-position: -43px -43px;
}
#child-nav button.next span {
  position: absolute;
  left: -999em;
}
#child-details-story {
  display: inline;
  float: left;
  width: 618px;
}
#child-details-story dt {
  font-size: 16px;
  font-family: 'Gill Sans W01 Bold', Arial, sans-serif;
}
#child-details-story dd {
  font-size: 16px;
  margin-left: 0;
}
#child-details {
  display: inline;
  float: left;
  width: 30%;
}
#child-story {
  display: inline;
  float: left;
  width: 70%;
}
#child-story strong {
  font-family: 'Gill Sans W01 Bold', Arial, sans-serif;
}
#child-story .btn-primary {
  border: none;
  text-shadow: 1px 0 1px rgba(0, 0, 0, 0.75);
  background-color: #ff8719;
  background-image: -moz-linear-gradient(top, #ff9d29, #ff6600);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff9d29), to(#ff6600));
  background-image: -webkit-linear-gradient(top, #ff9d29, #ff6600);
  background-image: -o-linear-gradient(top, #ff9d29, #ff6600);
  background-image: linear-gradient(to bottom, #ff9d29, #ff6600);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff9d29', endColorstr='#ffff6600', GradientType=0);
  font-family: 'Gill Sans W01 Bold', Arial, sans-serif;
  font-size: 15px;
  padding: 7px 25px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
#child-story .btn-primary:hover {
  background-color: #fb9e45;
  background-image: -moz-linear-gradient(top, #f9ae51, #ff8534);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9ae51), to(#ff8534));
  background-image: -webkit-linear-gradient(top, #f9ae51, #ff8534);
  background-image: -o-linear-gradient(top, #f9ae51, #ff8534);
  background-image: linear-gradient(to bottom, #f9ae51, #ff8534);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9ae51', endColorstr='#ffff8534', GradientType=0);
}
#child-story .form-actions {
  padding-top: 20px;
}
/*
// Colorbox Related
// ==================
*/
#colorbox,
#cboxContent,
#cboxWrapper {
  overflow: visible;
}
#cboxLoadedContent {
  margin-bottom: 5px;
}
#cboxLoadedContent .html-article.node {
  padding: 20px;
}
#cboxLoadedContent .html-article.node .container {
  width: 100%;
}
#cboxWrapper .main-body.span6 {
  width: 100%;
  margin-left: 0;
}
#cboxClose {
  background: url(../img/icon_close_v1.png) no-repeat 0 0;
  width: 41px;
  height: 41px;
  top: -35px;
  right: -37px;
  bottom: auto;
  z-index: 99999;
}
#cboxClose:hover {
  background-position: 0 0;
}
.colorbox-youtube-wrapper.inline {
  position: relative;
  display: inline-block;
}
.colorbox-youtube-wrapper.inline .colorbox-youtube.inline {
  display: inline-block;
  outline: none;
}
.ie8 .colorbox-youtube-wrapper.inline {
  display: block;
}
/*
// Jump Page
// ==================
*/
.jump-page-heading,
.programs-heading {
  padding: 60px 0 0;
  height: 420px;
  position: relative;
  top: -48px;
}
.jump-page-heading .container,
.programs-heading .container {
  position: relative;
}
.jump-page-heading img,
.programs-heading img {
  position: absolute;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.45);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.45);
}
.jump-page-heading .icon-play.large-play,
.programs-heading .icon-play.large-play {
  top: 140px;
}
.jump-page-heading h1,
.programs-heading h1,
.jump-page-heading h2,
.programs-heading h2 {
  font-family: 'Gill Sans W01 Bold', Arial, sans-serif;
  font-size: 29px;
  line-height: 32px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  margin-top: 5px;
}
.jump-page-heading p,
.programs-heading p {
  font-family: 'Gill Sans W01 Light', Arial, sans-serif;
  padding-bottom: 10px;
}
.jump-page-heading .btn,
.programs-heading .btn {
  font-size: 14px;
}
.jump-page-heading .caption.overlay,
.programs-heading .caption.overlay {
  position: relative;
  top: 40px;
  color: #ffffff;
  padding: 10px 20px;
  width: 224px;
  height: 270px;
}
.jump-page-heading .caption.overlay.left,
.programs-heading .caption.overlay.left {
  left: 30px;
}
.jump-page-heading .caption.overlay.right,
.programs-heading .caption.overlay.right {
  float: right;
  right: 30px;
}
.node-jump-page .icon-play.med-play {
  top: 92px;
  margin-left: -53px;
}
.node-jump-page h3 {
  font-family: 'Gill Sans W01 Medium', Arial, sans-serif;
  font-weight: normal;
  font-size: 22px;
  line-height: 26px;
  margin-top: 0;
}
/*
// Corporate Giving
// ==================================
*/
.node-217 h3.dotted.second-row {
  margin-top: 40px;
}
.node-217 .feat h3 {
  font-size: 20px;
  line-height: 22px;
  padding: 8px 20px;
  height: 44px;
  display: table-cell;
  vertical-align: middle;
  width: 180px;
}
.node-217 .feat .tapestry {
  width: 160px;
  padding-bottom: 10px;
  text-align: center;
}
.node-217 .feat .tapestry p {
  text-align: left;
  padding-bottom: 0;
}
.node-217 .feat .tapestry p strong {
  font-family: 'Gill Sans W01 Bold', Arial, sans-serif;
}
.node-217 .feat .tapestry a.more {
  font-family: 'Gill Sans W01 Bold', Arial, sans-serif;
  text-align: left;
}
.node-217 .corporate-giving-tabbed-section {
  padding-top: 40px;
}
.node-217 .top-five {
  margin-top: 60px;
}
.node-217 .top-five h3.top-five-heading {
  text-align: left;
}
/*
// Sector Related
// ==================
*/
.sector-heading {
  padding: 60px 0 0;
  height: 420px;
  position: relative;
  top: -48px;
}
.sector-heading .container {
  position: relative;
}
.sector-heading img {
  position: absolute;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.45);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.45);
}
.sector-heading .icon-play.large-play {
  top: 140px;
}
.sector-heading h1,
.sector-heading h2 {
  font-family: 'Gill Sans W01 Bold', Arial, sans-serif;
  font-size: 29px;
  line-height: 32px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  margin-top: 5px;
}
.sector-heading p {
  font-family: 'Gill Sans W01 Light', Arial, sans-serif;
  padding-bottom: 10px;
}
.sector-heading .caption.overlay {
  position: relative;
  top: 40px;
  color: #ffffff;
  padding: 10px 20px;
  width: 224px;
  *zoom: 1;
  left: 30px;
}
.sector-heading .caption.overlay:before,
.sector-heading .caption.overlay:after {
  display: table;
  content: "";
  line-height: 0;
}
.sector-heading .caption.overlay:after {
  clear: both;
}
.sector-heading .caption.overlay a {
  color: #ffffff;
  font-family: 'Gill Sans W01 Bold', Arial, sans-serif;
}
.sector-heading .caption.overlay a:hover {
  text-decoration: underline;
}
.ie7 .node-type-sector #nav.wvcsd {
  margin-bottom: -20px;
}
/*
// Sector Colors
// ==================
*/
/* Child Protection */
.page-node-1288 .caption.overlay {
  background: url(../img/sector_color_blue_v1.png) 0 0 repeat;
}
.page-node-1288 .infographics_block h3 {
  color: #2d78ab;
}
/* Clean Water */
.page-node-245 .caption.overlay {
  background: url(../img/sector_color_lilac_v1.png) 0 0 repeat;
}
.page-node-245 .infographics_block h3 {
  color: #80a0cf;
}
.page-node-245 .infographics_block h3 {
  color: #80a0cf;
}
/* Disaster */
.page-node-1289 .caption.overlay {
  background: url(../img/sector_color_black_v1.png) 0 0 repeat;
}
.page-node-1289 .infographics_block h3 {
  color: #000000;
}
/* Economic Development */
.page-node-1290 .caption.overlay {
  background: url(../img/sector_color_green_v1.png) 0 0 repeat;
}
.page-node-1290 .infographics_block h3 {
  color: #9fa91f;
}
/* Education */
.page-node-1291 .caption.overlay {
  background: url(../img/sector_color_golden_v1.png) 0 0 repeat;
}
.page-node-1291 .infographics_block h3 {
  color: #f9ac00;
}
/* Food */
.page-node-1292 .caption.overlay {
  background: url(../img/sector_color_brown_v1.png) 0 0 repeat;
}
.page-node-1292 .infographics_block h3 {
  color: #944d09;
}
/* Health */
.page-node-1293 .caption.overlay {
  background: url(../img/sector_color_gray_v1.png) 0 0 repeat;
}
.page-node-1293 .infographics_block h3 {
  color: #96897d;
}
/* US Work */
.page-node-1294 .caption.overlay {
  background: url(../img/sector_color_dkblue_v1.png) 0 0 repeat;
}
.page-node-1294 .infographics_block h3 {
  color: #0c4972;
}
/* Our Faith */
.page-node-1364 .caption.overlay {
  background: url(../img/sector_color_orange_v1.png) 0 0 repeat;
}
.page-node-1364 .infographics_block h3 {
  color: #ff6600;
}
.node-sector .icon-play.med-play {
  top: 153px;
  left: 170px;
}
.node-sector #our_approach h3 {
  font-family: 'Gill Sans W01 Medium', Arial, sans-serif;
  font-weight: normal;
  font-size: 22px;
  line-height: 26px;
  margin-top: 0;
}
.node-sector .bkgd_gradient {
  margin-top: 40px;
}
.node-sector .outcome_reports {
  padding-bottom: 60px;
  min-height: 198px;
}
.node-sector .outcome_reports h3 {
  font-size: 34px;
  line-height: 40px;
  padding-bottom: 10px;
  text-align: center;
  background: url(../img/bkgd_dotted-line_v1.png) center bottom no-repeat;
  margin-bottom: 20px;
}
.node-sector .outcome_reports img {
  float: left;
  margin: 0 20px 20px 0;
}
#block-views-impact-areas-block .view-id-impact_areas {
  padding-top: 10px;
}
#block-views-impact-areas-block .row {
  padding-bottom: 20px;
}
#block-views-impact-areas-block h3 {
  font-family: 'Gill Sans W01 Book', Arial, sans-serif;
  font-weight: normal;
  color: #333333;
  font-size: 21px;
  line-height: 24px;
  text-transform: uppercase;
  text-shadow: 2px 1px 2px #ffffff;
  margin: 0 0 5px;
}
#block-views-impact-areas-block p {
  margin-bottom: 5px;
}
#block-views-impact-areas-block a {
  font-family: 'Gill Sans W01 Bold', Arial, sans-serif;
}
.accordion-group {
  border: none;
  position: relative;
  margin-bottom: 15px;
}
.accordion-group h3,
.accordion-group .accordion-body {
  padding-left: 40px;
}
.accordion-toggle h3 {
  font-family: 'Gill Sans W01 Medium', Arial, sans-serif;
  font-weight: normal;
  font-size: 22px;
  line-height: 26px;
  margin-top: 0;
}
.collapse-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  text-indent: -999px;
  overflow: hidden;
  display: inline-block;
  background: url(../img/icon_plus-minus_v1.png) left top no-repeat;
}
.collapse-icon:hover {
  background-position: right top;
}
.collapse-icon.minus {
  background-position: left bottom;
}
.collapse-icon.minus:hover {
  background-position: right bottom;
}
.icon.share {
  overflow: hidden;
  text-indent: -999px;
  text-align: left;
  display: inline-block;
  height: 18px;
}
.icon.share.fb {
  width: 57px;
  background: url(../img/icon_share_fb_v1.png) 0 0 no-repeat;
  text-transform: capitalize;
  font-size: 0;
  display: block;
  line-height: 0;
}
.icon.share.fb:hover {
  background-position: left bottom;
}
.icon.share.tw {
  width: 52px;
  background: url(../img/icon_share_tweet_v1.png) 0 0 no-repeat;
}
.icon.share.tw:hover {
  background-position: left bottom;
}
.icon-new-window {
  background: url(../img/icon_new_window_v2.png) 0 0 no-repeat;
  width: 22px;
  height: 19px;
  position: relative;
  top: -2px;
  margin-left: 5px;
}
/*
// Buttons and Forms
// ==================
*/
.btn {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-size: 16px;
  line-height: 22px;
  padding: 9px 15px;
  text-transform: uppercase;
  font-family: 'Gill Sans W01 Medium', Arial, sans-serif;
  font-weight: normal;
}
.btn:hover,
.btn:focus {
  background-position: 0 0;
}
.btn-small {
  font-size: 12px;
  line-height: 16px;
  padding: 4px 15px;
}
.btn-mini {
  font-size: 10px;
  line-height: 12px;
  padding: 4px 15px;
}
.btn-large {
  font-size: 20px;
  line-height: 22px;
  padding: 9px 25px;
}
.btn-primary {
  border: none;
  text-shadow: 1px 0 1px rgba(0, 0, 0, 0.75);
  background-color: #ff8719;
  background-image: -moz-linear-gradient(top, #ff9d29, #ff6600);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff9d29), to(#ff6600));
  background-image: -webkit-linear-gradient(top, #ff9d29, #ff6600);
  background-image: -o-linear-gradient(top, #ff9d29, #ff6600);
  background-image: linear-gradient(to bottom, #ff9d29, #ff6600);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff9d29', endColorstr='#ffff6600', GradientType=0);
}
.btn-primary:hover {
  background-color: #fb9e45;
  background-image: -moz-linear-gradient(top, #f9ae51, #ff8534);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9ae51), to(#ff8534));
  background-image: -webkit-linear-gradient(top, #f9ae51, #ff8534);
  background-image: -o-linear-gradient(top, #f9ae51, #ff8534);
  background-image: linear-gradient(to bottom, #f9ae51, #ff8534);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9ae51', endColorstr='#ffff8534', GradientType=0);
}
.icon-play {
  position: absolute;
  top: 187px;
  left: 50%;
  margin-left: -73px;
  z-index: 10;
  overflow: hidden;
  text-indent: -999px;
  text-align: left;
}
.large-play {
  width: 147px;
  height: 96px;
  background: url(../img/icon_play_96_v1.png) 0 0 no-repeat;
}
.large-play:hover {
  background-position: bottom left;
}
.med-play {
  width: 107px;
  height: 70px;
  background: url(../img/icon_play_70_v1.png) 0 0 no-repeat;
}
.med-play:hover {
  background-position: bottom left;
}
.sm-play {
  width: 64px;
  height: 42px;
  background: url(../img/icon_play_42_v1.png) 0 0 no-repeat;
}
.sm-play:hover {
  background-position: bottom left;
}
input[type="text"],
input[type="password"] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-color: #efefef;
  height: 26px;
  padding: 0 6px;
}
label {
  font-size: 16px;
  font-family: 'Gill Sans W01 Bold', Arial, sans-serif;
}
form .form-item .description {
  font-size: 14px;
}
form .form-actions {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  #tabs,
  #nav.wvcsd,
  #header,
  .aside,
  .breadcrumb,
  .share_group a,
  #footer {
    display: none;
    visibility: hidden;
  }
  #news_head,
  #news_foot {
    width: auto;
    float: none;
  }
  #news_body {
    float: none;
    width: auto;
  }
  #news_body #news_carousel.news-media {
    height: auto;
  }
  #news_body #news_carousel.news-media .caption.overlay {
    position: static !important;
    bottom: auto;
    padding: 0px;
  }
  #news_body #news_carousel.news-media .caption.overlay p {
    padding: 15px 0 0;
  }
  @page {
    margin: 1cm .5cm 2cm;
  }
}
/*
// Media Contacts section
// ==================
*/
#block-views-98d80b9680c3565aeb22f2ca1cdd7ca9,
#block-views-media-contact-page-blocks-block {
  position: relative;
  top: -25px;
}
#block-views-98d80b9680c3565aeb22f2ca1cdd7ca9 .row,
#block-views-media-contact-page-blocks-block .row {
  margin: 0;
}
#block-views-98d80b9680c3565aeb22f2ca1cdd7ca9 .view-header p,
#block-views-media-contact-page-blocks-block .view-header p {
  text-align: center;
  margin: 15px 0 40px 0;
}
#block-views-98d80b9680c3565aeb22f2ca1cdd7ca9 .view-header .dotted {
  text-align: left;
  background-position: 0 bottom;
}
#block-views-98d80b9680c3565aeb22f2ca1cdd7ca9 .view-header p {
  text-align: left;
}
.node-issue-expert p,
.node-issue-expert div {
  font-size: 16px;
}
.node-issue-expert strong,
.node-issue-expert a,
.node-issue-expert .field-name-field-position {
  font-weight: bold;
  margin: 5px 0 12px;
}
.node-issue-expert .field-name-field-image-media-contact {
  float: right;
  position: relative;
  top: -47px;
}
.media-contacts .row-fluid .rows .span3 {
  margin-bottom: 15px;
}
.media-contacts .row-fluid .item-row .span3 {
  margin-left: 20px;
}
.media-contacts .new-row {
  clear: both;
}
.media-contacts h3 {
  font-size: 18px;
  padding: 0;
}
.media-contacts .tapestry {
  background: none;
  box-shadow: none;
  padding: 0 12px;
}
.media-contacts .tapestry p {
  font-size: 14px;
  padding: 10px 0;
}
.media-contacts .tapestry .media-position-title,
.media-contacts .tapestry .expert-position-title {
  font-family: 'Gill Sans W01 Medium', Arial, sans-serif;
  font-weight: normal;
  font-size: 17px;
  line-height: 20px;
  margin: 10px 0 0 0;
}
.media-contacts .tapestry .twitter-icon {
  float: left;
  margin-top: 5px;
  margin-right: 15px;
}
.media-contacts .tapestry .skype-icon {
  float: left;
  position: relative;
  left: -18px;
  top: -17px;
}
.media-contacts .expertise-list h3 {
  display: none;
}
body.node-type-issue h1 {
  font-size: 40px;
  font-weight: bold;
  line-height: 40px;
}
body.node-type-issue .icon-play {
  margin-left: -62px;
  top: 91px;
}
body.node-type-issue #fact-sheets-extras table {
  width: 100%;
  margin: 30px 38px 0;
  border-collapse: inherit;
}
body.node-type-issue #fact-sheets-extras table td {
  padding-right: 35px;
}
body.node-type-issue #fact-sheets-extras table td a {
  font-weight: bold;
  font-size: 16px;
}
body.node-type-issue #fact-sheets-extras table td a .extra-description {
  float: left;
  max-width: 90%;
  margin-bottom: 10px;
}
body.node-type-issue #fact-sheets-extras table td a .extra-download {
  display: block;
  background: url(../img/download_icon_sprite.png) top left no-repeat;
  height: 16px;
  width: 16px;
  float: left;
  margin-top: 3px;
  margin-right: 5px;
}
body.node-type-issue #fact-sheets-extras table td a .extra-download:hover {
  background: url(../img/download_icon_sprite.png) bottom left no-repeat;
}
body.node-type-issue #fact-sheets-extras table td a :hover {
  text-decoration: underline;
}
body.node-type-issue #fact-sheets-extras {
  margin-top: 10px;
}
body.node-type-issue #fact-sheets-extras .view-header p {
  padding: 10px 0;
  text-align: center;
}
body.node-type-issue #fact-sheets-extras #edit-type-wrapper {
  margin-left: 240px;
}
body.node-type-issue #fact-sheets-extras .span10 {
  width: 760px;
  float: right;
  margin-bottom: 20px;
}
body.node-type-issue #fact-sheets-extras .span10.press-kit-image {
  min-height: 80px;
}
body.node-type-issue #fact-sheets-extras h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  margin: 5px 0 0;
  padding: 0;
}
body.node-type-issue #fact-sheets-extras .press-date {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
body.node-type-issue #fact-sheets-extras .views-row {
  clear: both;
}
body.node-type-issue #fact-sheets-extras .row {
  padding-left: 20px;
}
body.node-type-issue #block-views-press-kit-page-block .view-header p {
  padding: 10px 0;
  text-align: center;
}
body.node-type-issue #block-views-press-kit-page-block #edit-type-wrapper {
  margin-left: 240px;
}
body.node-type-issue #block-views-press-kit-page-block .span10 {
  width: 760px;
  float: right;
  margin-bottom: 20px;
}
body.node-type-issue #block-views-press-kit-page-block h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
body.node-type-issue #block-views-press-kit-page-block .press-date {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
body.node-type-issue #block-views-press-kit-page-block .views-row {
  clear: both;
}
body.node-type-issue #block-views-press-kit-resources-block {
  padding-top: 30px;
  font-size: 15px;
}
body.node-type-issue #block-views-press-kit-resources-block h2 {
  margin-right: auto;
  margin-left: auto;
  width: 940px;
  *zoom: 1;
  font-size: 44px;
  line-height: 44px;
  text-shadow: 3px 0 3px #ffffff;
  font-family: 'Gill Sans W01 Medium', Arial, sans-serif;
  font-weight: normal;
  padding-bottom: 20px;
  margin-bottom: 25px;
  text-align: center;
  background: url(../img/bkgd_dotted-line_v1.png) center bottom no-repeat;
}
body.node-type-issue #block-views-press-kit-resources-block h2:before,
body.node-type-issue #block-views-press-kit-resources-block h2:after {
  display: table;
  content: "";
  line-height: 0;
}
body.node-type-issue #block-views-press-kit-resources-block h2:after {
  clear: both;
}
body.node-type-issue #block-views-press-kit-resources-block h2:before,
body.node-type-issue #block-views-press-kit-resources-block h2:after {
  display: table;
  content: "";
  line-height: 0;
}
body.node-type-issue #block-views-press-kit-resources-block h2:after {
  clear: both;
}
body.node-type-issue #block-views-press-kit-resources-block .views-row {
  *zoom: 1;
  margin-bottom: 30px;
}
body.node-type-issue #block-views-press-kit-resources-block .views-row:before,
body.node-type-issue #block-views-press-kit-resources-block .views-row:after {
  display: table;
  content: "";
  line-height: 0;
}
body.node-type-issue #block-views-press-kit-resources-block .views-row:after {
  clear: both;
}
body.node-type-issue #block-views-press-kit-resources-block h3 {
  font-size: 15px;
  line-height: 1.2em;
  font-family: 'Gill Sans W01 Bold', Arial, sans-serif;
  margin: 0;
}
body.node-type-issue #block-views-press-kit-resources-block .span2 {
  margin-left: 0;
}
body.node-type-issue #block-views-press-kit-resources-block .span10 {
  width: 760px;
  float: right;
  margin-bottom: 20px;
}
body.node-type-issue #block-views-press-kit-resources-block .press-date {
  font-size: 13px;
}
body.node-type-issue #block-views-press-kit-contacts-block h3 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: inherit;
  margin-bottom: 7px;
}
body.node-type-issue #block-views-press-kit-contacts-block table {
  width: 100%;
  margin-bottom: 14px;
}
body.node-type-issue #block-views-press-kit-contacts-block table td {
  vertical-align: top;
  width: 50%;
}
body.node-type-issue #block-views-press-kit-contacts-block table td h4 {
  font-size: 15px;
  line-height: 15px;
  font-weight: bold;
  margin: 0;
}
body.page-node-1716 {
  background-color: #fff;
}
.wrapper-404 .image-404 {
  background: url(../img/image-404.png) top left no-repeat;
  height: 491px;
  width: 266px;
  float: left;
  margin-right: 40px;
}
.wrapper-404 #search-form-1 input[type="text"] {
  width: 410px;
  box-shadow: 0 0 5px rgba(160, 160, 160, 0.35);
  height: 30px;
  margin: 5px 15px 3px 0;
}
.wrapper-404 p {
  margin-bottom: 20px;
}
