<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
 /* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides:before, .flexslider .slides:after {
  content: "";
  display: table;
}
.flexslider .slides:after {
  clear: both;
}
html[xmlns] .flexslider .slides, .no-js .flexslider .slides &gt; li:first-child {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.flexslider .slides &gt; li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Foundation v2.1.4 http://foundation.zurb.com */
/* Artfully masterminded by ZURB  */
/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/
/* -----------------------------------------
   Shared Styles
----------------------------------------- */
table th {
  font-weight: bold;
}

table td, table th {
  padding: 9px 10px;
  text-align: left;
}

/* Mobile */
@media only screen and (max-width: 500px) {
  table.responsive {
    margin-bottom: 0;
  }

  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 50%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }

  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%;
  }

  .pinned table th, .pinned table td {
    white-space: nowrap;
  }

  .pinned td:last-child {
    border-bottom: 0;
  }

  #block_e60_1 .pinned {
    width: 60%;
  }
  #block_e60_1 div.table-wrapper div.scrollable table {
    margin-left: 60%;
  }

  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
  }

  div.table-wrapper div.scrollable table {
    margin-left: 50%;
  }

  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden;
  }

  table.responsive td, table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
  }

  table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td {
    display: none;
  }
}
/* -----------------------------------------
   Page Name 1
----------------------------------------- */
/* -----------------------------------------
   Page Name 2
----------------------------------------- */
/* fancyBox v2.1.0 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/impact/2012/assets/img/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/impact/2012/assets/img/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/impact/2012/assets/img/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("/impact/2012/assets/img/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

body {
  font-family: arial;
  color: #333;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1,
h2 {
  font-family: 'times new roman',georgia,sans-serif;
}

a {
  text-decoration: none;
  color: #002673;
}
a:hover {
  color: #0eaae5;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

sup,
sub {
  font-size: 0.76923em;
  line-height: 2em;
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}

sub {
  top: 0.4em;
}

img,
embed,
object,
video {
  max-width: 100%;
  display: block;
}

.footnote {
  font-size: 10px;
}

.showTip {
  background: url("/impact/2012/assets/img/icon_tooltip.png") no-repeat 100% 0;
  padding-right: 20px;
  margin-right: 5px;
}

#tipDiv {
  font-size: 13px;
  color: #fff;
  background-color: #0EAAE5;
  padding: 20px;
  width: 210px;
}
#tipDiv a:hover {
  color: #fff;
}
#tipDiv .closeBox {
  top: 20px;
  right: 20px;
}
#tipDiv .closeBox a {
  color: #fff;
}
#tipDiv .closeBox a:hover {
  color: #002673;
}

/*
body {
	border-top:3px solid red;

	@include at-breakpoint($tablet) {
		border-top:3px solid green;
	}
	@include at-breakpoint($desktop) {
		border-top:3px solid orange;
	}
}
*/
h2#header_intro {
  font-family: 'times new roman',georgia,sans-serif;
  font-size: 24px;
  line-height: 1.2em;
  margin-bottom: 40px;
  color: #0EAAE5;
}

#header_container #header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 600;
}
#header_container dl#sticky_nav,
#header_container #sticky_direction {
  display: none;
}
#header_container #nav {
  padding-top: 100px;
}

#header_container.sticky #header {
  padding: 10px 0 0;
}
#header_container.sticky h1 {
  display: none;
}
@media (min-width: 500px) {
  #header_container.sticky h1 {
    display: block;
  }
}
.backgroundsize #header_container.sticky h1 a {
  width: 106px;
  height: 19px;
}
.no-backgroundsize #header_container.sticky h1 a {
  background: url("/impact/2012/assets/img/logo_sticky.png") no-repeat 0 0;
  width: 108px;
  height: 21px;
}
#header_container.sticky p {
  display: none;
}
#header_container.sticky dl#sticky_nav {
  position: relative;
  display: block;
  clear: left;
  float: left;
  margin-bottom: 5px;
}
@media (min-width: 500px) {
  #header_container.sticky dl#sticky_nav {
    position: relative;
    clear: none;
    margin: -4px 0 5px 25px;
  }
}
#header_container.sticky dl#sticky_nav dt {
  background-color: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  cursor: pointer;
  width: 145px;
  height: 27px;
  background: url("/impact/2012/assets/img/btn_stickynav_menu.png") no-repeat 0 0;
}
.backgroundsize #header_container.sticky dl#sticky_nav dt {
  background: url("/impact/2012/assets/img/btn_stickynav_menu_2x.png") no-repeat 0 0;
  background-size: 145px 27px;
}
#header_container.sticky dl#sticky_nav dt.on {
  background: url("/impact/2012/assets/img/btn_stickynav_menu_on.png") no-repeat 0 0;
}
.backgroundsize #header_container.sticky dl#sticky_nav dt.on {
  background: url("/impact/2012/assets/img/btn_stickynav_menu_on_2x.png") no-repeat 0 0;
  background-size: 145px 27px;
}
#header_container.sticky dl#sticky_nav dd {
  -webkit-box-shadow: 0px 2px 4px #777777;
  box-shadow: 0px 2px 4px #777777;
  border-top: 0;
  display: none;
  position: absolute;
  background: #fff;
  left: 2px;
  top: 22px;
  width: 210px;
}
#header_container.sticky dl#sticky_nav dd ul {
  padding: 10px;
}
#header_container.sticky #sticky_direction {
  display: block;
  float: right;
  margin-top: -1px;
}
@media (min-width: 500px) {
  #header_container.sticky #sticky_direction {
    margin-top: -4px;
  }
}
#header_container.sticky #sticky_direction li {
  float: left;
}
#header_container.sticky #sticky_direction .comments {
  line-height: 27px;
  margin-right: 10px;
}
#header_container.sticky #sticky_direction .comments a {
  color: #fff;
  border-right: 1px solid #fff;
  padding-right: 10px;
}
#header_container.sticky #sticky_direction .prev,
#header_container.sticky #sticky_direction .next {
  background-color: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  display: block;
  width: 27px;
  height: 27px;
}
#header_container.sticky #sticky_direction .prev {
  background: url("/impact/2012/assets/img/btn_sticky_prev.png") no-repeat 0 0;
}
#header_container.sticky #sticky_direction .prev:hover {
  background-image: url("/impact/2012/assets/img/btn_sticky_prev_on.png");
}
.backgroundsize #header_container.sticky #sticky_direction .prev {
  background: url("/impact/2012/assets/img/btn_sticky_prev_x2.png") no-repeat 0 0;
  background-size: 27px 27px;
}
.backgroundsize #header_container.sticky #sticky_direction .prev:hover {
  background-image: url("/impact/2012/assets/img/btn_sticky_prev_x2_on.png");
}
#header_container.sticky #sticky_direction .next {
  background: url("/impact/2012/assets/img/btn_sticky_next.png") no-repeat 0 0;
}
#header_container.sticky #sticky_direction .next:hover {
  background-image: url("/impact/2012/assets/img/btn_sticky_next_on.png");
}
.backgroundsize #header_container.sticky #sticky_direction .next {
  background: url("/impact/2012/assets/img/btn_sticky_next_x2.png") no-repeat 0 0;
  background-size: 27px 27px;
}
.backgroundsize #header_container.sticky #sticky_direction .next:hover {
  background-image: url("/impact/2012/assets/img/btn_sticky_next_x2_on.png");
}

#header {
  zoom: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: url("/impact/2012/assets/img/bg_header.png") repeat-x 0 100%;
  padding: 16px 0 12px;
  position: relative;
  z-index: 50;
}
#header:before, #header:after {
  content: "";
  display: table;
}
#header:after {
  clear: both;
}
#header h1 {
  float: left;
}
#header h1 a {
  background-color: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  display: block;
  width: 132px;
  height: 28px;
  background: url("/impact/2012/assets/img/logo_sm.png") no-repeat 0 0;
}
.backgroundsize #header h1 a {
  background-image: url("/impact/2012/assets/img/logo_2x.png");
  background-size: 100%;
}
@media (min-width: 500px) {
  #header h1 a {
    background: url("/impact/2012/assets/img/logo.png") no-repeat 0 0;
    width: 159px;
    height: 32px;
  }
  .backgroundsize #header h1 a {
    background-image: url("/impact/2012/assets/img/logo_2x.png");
  }
}
#header p {
  float: right;
  color: #fff;
  font-size: 25px;
  font-family: 'times new roman',georgia,sans-serif;
}
@media (min-width: 500px) {
  #header p {
    font-size: 33px;
    line-height: 1.2em;
  }
}
@media (min-width: 500px) {
  #header {
    		/*
    		p {
    			float: right;
    			margin: 10px 20px 0 0;
    			display: block;
    		}
    		
    		.no-cssgradients &amp; p {
    			margin-top: 7px;
    			
    			a {
    				@include hide_text;
    				width: 108px;
    				height: 23px;
    				display: block;
    				background: url('/impact/2012/assets/img/btn_about.png') no-repeat 0 0;
    				
    				&amp;:hover {
    					background-position: 0 -23px;
    				}
    			}
    		}
    
    		.cssgradients &amp; p {
    			margin-top: 5px;
    			@include blue_button;
    		}
    		*/
  }
}
.cssgradients #header {
  background-color: #465991;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #465991), color-stop(100%, #193076));
  background-image: -webkit-linear-gradient(top, #465991 0%, #193076 100%);
  background-image: -moz-linear-gradient(top, #465991 0%, #193076 100%);
  background-image: -ms-linear-gradient(top, #465991 0%, #193076 100%);
  background-image: -o-linear-gradient(top, #465991 0%, #193076 100%);
  background-image: linear-gradient(top, #465991 0%, #193076 100%);
  -webkit-box-shadow: 0px 2px 4px #777777;
  box-shadow: 0px 2px 4px #777777;
  margin-bottom: 10px;
}

#nav {
  zoom: 1;
  padding: 25px 0 20px;
  margin-top: -10px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 4px #bebebe;
  box-shadow: 0px 3px 4px #bebebe;
  position: relative;
  z-index: 40;
}
#nav:before, #nav:after {
  content: "";
  display: table;
}
#nav:after {
  clear: both;
}
#entry_44 #nav {
  -webkit-box-shadow: 0px 3px 4px #438ea9;
  box-shadow: 0px 3px 4px #438ea9;
}
#nav.standard {
  -webkit-box-shadow: 0px 3px 4px #b2b2b2;
  box-shadow: 0px 3px 4px #b2b2b2;
}
#nav.nav_img {
  -webkit-box-shadow: 0px 3px 4px #444444;
  box-shadow: 0px 3px 4px #444444;
}
#nav.blue {
  -webkit-box-shadow: 0px 3px 4px #438ea9;
  box-shadow: 0px 3px 4px #438ea9;
}
#nav.light_green {
  -webkit-box-shadow: 0px 3px 4px #4e8f48;
  box-shadow: 0px 3px 4px #4e8f48;
}
#nav.dark_green {
  -webkit-box-shadow: 0px 3px 4px #528550;
  box-shadow: 0px 3px 4px #528550;
}
#nav.yellow {
  -webkit-box-shadow: 0px 3px 4px #9faf02;
  box-shadow: 0px 3px 4px #9faf02;
}
#nav dl {
  position: relative;
}
@media (min-width: 500px) {
  #nav dl {
    width: 75%;
    margin: 0 auto;
  }
}
@media (min-width: 690px) {
  #nav dl {
    margin: 0;
  }
}
@media (min-width: 940px) {
  #nav dl {
    width: 80%;
  }
}
#nav dt {
  background-color: white;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #d4d5d7));
  background-image: -webkit-linear-gradient(top, white 0%, #d4d5d7 100%);
  background-image: -moz-linear-gradient(top, white 0%, #d4d5d7 100%);
  background-image: -ms-linear-gradient(top, white 0%, #d4d5d7 100%);
  background-image: -o-linear-gradient(top, white 0%, #d4d5d7 100%);
  background-image: linear-gradient(top, white 0%, #d4d5d7 100%);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 3px #777777;
  box-shadow: 0px 1px 3px #777777;
  font-size: 15px;
  padding: 10px 0;
  color: #002673;
  text-decoration: none;
  text-align: center;
  display: block;
  cursor: pointer;
}
@media (min-width: 500px) {
  #nav dt {
    display: none;
  }
}
#nav dd {
  text-align: center;
  display: none;
}
@media (min-width: 500px) {
  #nav dd {
    text-align: left;
    display: block;
  }
}
#nav a {
  display: block;
  padding: 5px;
}
@media (min-width: 500px) {
  #nav a {
    border-bottom: 1px solid #EDEDED;
  }
}
#nav .here &gt; a,
#nav .parent-here &gt; a {
  background: #FAFAFA;
  border-bottom: 1px solid #EDEDED;
}
#nav dd &gt; ul {
  margin-top: 10px;
}
@media (min-width: 500px) {
  #nav dd &gt; ul {
    margin-top: 0;
  }
}
@media (min-width: 940px) {
  #nav dd &gt; ul {
    padding-left: 250px;
  }
}
@media (min-width: 500px) {
  #nav dd &gt; ul &gt; li {
    width: 48%;
  }
  #nav dd &gt; ul &gt; li#nav-sub-5, #nav dd &gt; ul &gt; li#nav-sub-6, #nav dd &gt; ul &gt; li#nav-sub-63, #nav dd &gt; ul &gt; li#nav-sub-50, #nav dd &gt; ul &gt; li#nav-sub-43 {
    position: absolute;
    top: 0;
    left: 250px;
  }
  #nav dd &gt; ul &gt; li#nav-sub-5 {
    top: 0px;
  }
  #nav dd &gt; ul &gt; li#nav-sub-6 {
    top: 31px;
  }
  #nav dd &gt; ul &gt; li#nav-sub-63 {
    top: 62px;
  }
  #nav dd &gt; ul &gt; li#nav-sub-50 {
    top: 93px;
  }
  #nav dd &gt; ul &gt; li#nav-sub-43 {
    top: 124px;
  }
  #nav dd &gt; ul &gt; li#nav-sub-40 {
    top: 124px;
  }
  #nav dd &gt; ul &gt; li#nav-sub-44, #nav dd &gt; ul &gt; li#nav-sub-5 {
    border-top: 1px solid #EDEDED;
  }
}
@media (min-width: 940px) {
  #nav dd &gt; ul &gt; li {
    width: 230px;
  }
  #nav dd &gt; ul &gt; li#nav-sub-44, #nav dd &gt; ul &gt; li#nav-sub-2, #nav dd &gt; ul &gt; li#nav-sub-39, #nav dd &gt; ul &gt; li#nav-sub-40 {
    position: absolute;
    left: 0;
    border-top: 1px solid #EDEDED;
  }
  #nav dd &gt; ul &gt; li#nav-sub-44 {
    top: 0;
  }
  #nav dd &gt; ul &gt; li#nav-sub-2 {
    top: 31px;
    border-top: 0;
  }
  #nav dd &gt; ul &gt; li#nav-sub-39 {
    top: 62px;
    left: 0;
    border-top: none;
  }
  #nav dd &gt; ul &gt; li#nav-sub-40 {
    border-top: 0;
  }
  #nav dd &gt; ul &gt; li#nav-sub-4, #nav dd &gt; ul &gt; li#nav-sub-63 {
    border-top: 1px solid #EDEDED;
  }
  #nav dd &gt; ul &gt; li#nav-sub-6, #nav dd &gt; ul &gt; li#nav-sub-5 {
    position: relative;
    left: auto;
    top: auto;
    border-top: none;
  }
  #nav dd &gt; ul &gt; li#nav-sub-63, #nav dd &gt; ul &gt; li#nav-sub-50, #nav dd &gt; ul &gt; li#nav-sub-43 {
    position: absolute;
    left: 500px;
    top: 0;
  }
  #nav dd &gt; ul &gt; li#nav-sub-50 {
    top: 31px;
  }
  #nav dd &gt; ul &gt; li#nav-sub-43 {
    top: 62px;
  }
  #nav dd &gt; ul &gt; li#nav-sub-40 {
    top: 93px;
  }
}
@media (min-width: 500px) {
  #nav dd &gt; ul &gt; li ul {
    border-top: 1px solid #EDEDED;
    position: absolute;
    top: 0;
    left: 50%;
  }
}
@media (min-width: 940px) {
  #nav dd &gt; ul &gt; li ul {
    left: 500px;
  }
}
@media (min-width: 500px) {
  #nav dd &gt; ul &gt; li ul li {
    width: 230px;
  }
}
#nav dd &gt; ul &gt; li ul li a {
  color: #909090;
}
#nav #london2012 {
  max-width: 141px;
  padding-top: 0px;
  margin: 0 auto;
  background: url("/impact/2012/assets/img/bg_london2012.png") no-repeat 0 0;
  border: 0;
}
.cssgradients #nav #london2012 {
  padding-top: 0px;
}
.backgroundsize #nav #london2012 {
  background: url("/impact/2012/assets/img/bg_london2012_x2.png") no-repeat 0 0;
  background-size: 100% auto;
}
@media (min-width: 940px) {
  .backgroundsize #nav #london2012 {
    background-size: 141px 96px;
  }
}
@media (min-width: 690px) {
  #nav #london2012 {
    width: 23.44398%;
    float: right;
    margin-right: 0;
    margin: 0;
  }
}
#nav #london2012 p {
  display: none;
}
@media (min-width: 500px) {
  #nav #london2012 p {
    display: block;
  }
}
@media (min-width: 500px) {
  #nav #london2012 p a {
    background-color: transparent;
    border: 0;
    color: transparent;
    font: 0/0 a;
    text-shadow: none;
    padding: 0;
    background: url("/impact/2012/assets/img/btn_our_london_story.gif") no-repeat 0 0;
    display: block;
    width: 145px;
    height: 25px;
  }
}
#nav #london2012 p a:hover {
  background-position: 0 -25px;
}
.cssgradients #nav #london2012 p {
  display: none;
}
@media (min-width: 500px) {
  .cssgradients #nav #london2012 p {
    min-width: 141px;
    margin-left: -5px;
    padding: 5px;
    display: block;
  }
  .cssgradients #nav #london2012 p a {
    background-color: white;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #eaebec));
    background-image: -webkit-linear-gradient(top, white 0%, #eaebec 100%);
    background-image: -moz-linear-gradient(top, white 0%, #eaebec 100%);
    background-image: -ms-linear-gradient(top, white 0%, #eaebec 100%);
    background-image: -o-linear-gradient(top, white 0%, #eaebec 100%);
    background-image: linear-gradient(top, white 0%, #eaebec 100%);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 3px silver;
    box-shadow: 0px 1px 3px silver;
    font-size: 11px;
    padding: 3px;
    color: #002673;
    text-decoration: none;
    text-align: center;
    display: block;
  }
  .cssgradients #nav #london2012 p a:active {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .cssgradients #nav #london2012 p a {
    width: auto;
    height: auto;
    font-family: arial;
  }
  .cssgradients #nav #london2012 p a:hover {
    background-position: 0 0;
  }
}

#page_body {
  zoom: 1;
  clear: both;
}
#page_body:before, #page_body:after {
  content: "";
  display: table;
}
#page_body:after {
  clear: both;
}

#home_intro {
  zoom: 1;
  background-color: #54c0e7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #54c0e7), color-stop(100%, #0db2e2));
  background-image: -webkit-linear-gradient(top, #54c0e7 0%, #0db2e2 100%);
  background-image: -moz-linear-gradient(top, #54c0e7 0%, #0db2e2 100%);
  background-image: -ms-linear-gradient(top, #54c0e7 0%, #0db2e2 100%);
  background-image: -o-linear-gradient(top, #54c0e7 0%, #0db2e2 100%);
  background-image: linear-gradient(top, #54c0e7 0%, #0db2e2 100%);
  padding: 30px 0 30px 0;
  color: #fff;
}
#home_intro:before, #home_intro:after {
  content: "";
  display: table;
}
#home_intro:after {
  clear: both;
}
.no-cssgradients #home_intro {
  background: #0db2e2 url("/impact/2012/assets/img/bg_page_header_home.gif") repeat-x 0 0;
}
@media (min-width: 500px) {
  #home_intro {
    padding: 40px 0 25px 0;
  }
}
#home_intro h1 {
  font-size: 22px;
  line-height: 1.3em;
  margin-bottom: 20px;
}
#home_intro h2 {
  font-size: 18px;
  line-height: 1.3em;
}
@media (min-width: 500px) {
  #home_intro h1 {
    font-size: 25px;
    line-height: 1.5em;
    margin-bottom: 10px;
  }
  #home_intro h2 {
    font-size: 20px;
  }
}
@media (min-width: 940px) {
  #home_intro h1 {
    font-size: 34px;
    line-height: 1.3em;
    margin-bottom: 30px;
  }
  #home_intro h2 {
    font-size: 27px;
  }
}
#home_intro .video {
  -webkit-box-shadow: 0px 0px 5px #777777;
  box-shadow: 0px 0px 5px #777777;
  margin-bottom: 10px;
  position: relative;
  border: 3px solid #FFFFFF;
  width: 302px;
  height: 184px;
}
@media (min-width: 500px) {
  #home_intro .video {
    width: 291px;
    height: 177px;
  }
}
@media (min-width: 940px) {
  #home_intro .video {
    width: 445px;
    height: 270px;
  }
}

#page_header {
  zoom: 1;
  background-color: #efefef;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #efefef));
  background-image: -webkit-linear-gradient(DDD 0%, #efefef 100%);
  background-image: -moz-linear-gradient(DDD 0%, #efefef 100%);
  background-image: -ms-linear-gradient(DDD 0%, #efefef 100%);
  background-image: -o-linear-gradient(DDD 0%, #efefef 100%);
  background-image: linear-gradient(DDD 0%, #efefef 100%);
  padding-top: 20px;
  border-bottom: 1px solid #E5E5E5;
}
#page_header:before, #page_header:after {
  content: "";
  display: table;
}
#page_header:after {
  clear: both;
}
.no-cssgradients #page_header {
  background: #d8d8d8 url("/impact/2012/assets/img/bg_page_header.gif") repeat-x 0 0;
}
.no-cssgradients #entry_44 #page_header {
  background-position: 0 100%;
}
#page_header #transcript p {
  font-size: 14px;
  background: #fff;
  color: #002673;
  float: left;
  border: 1px solid #E5E5E5;
  border-bottom: 0;
  margin-bottom: -1px;
}
#page_header #transcript p a {
  display: block;
  padding: 7px 15px;
  padding-left: 35px;
  background: url("/impact/2012/assets/img/bullet_arrow.gif") no-repeat 15px 50%;
}
#page_header .video_panel {
  zoom: 1;
  -webkit-box-shadow: 0px 0px 5px #777777;
  box-shadow: 0px 0px 5px #777777;
  margin-bottom: 40px;
  background: #fff;
  position: relative;
}
#page_header .video_panel:before, #page_header .video_panel:after {
  content: "";
  display: table;
}
#page_header .video_panel:after {
  clear: both;
}
#page_header .video_panel .player {
  zoom: 1;
  background-size: cover;
}
#page_header .video_panel .player:before, #page_header .video_panel .player:after {
  content: "";
  display: table;
}
#page_header .video_panel .player:after {
  clear: both;
}
@media (min-width: 500px) {
  #page_header .video_panel .player {
    float: left;
  }
  #page_header .video_panel .player img {
    width: 100%;
  }
}
@media (min-width: 940px) {
  #page_header .video_panel .player {
    height: 350px;
    width: 604px;
  }
  #page_header .video_panel .player img {
    width: auto;
  }
}
#page_header .video_panel .info {
  font-family: arial;
  padding: 10px;
}
@media (min-width: 500px) {
  #page_header .video_panel .info {
    float: left;
  }
}
@media (min-width: 940px) {
  #page_header .video_panel .info {
    width: 280px;
    padding: 30px 0 30px 30px;
  }
}
#page_header .video_panel .info h1 {
  font-size: 22px;
  line-height: 1.1em;
  color: #002673;
  margin-bottom: 30px;
}
@media (min-width: 500px) {
  #page_header .video_panel .info h1 {
    font-size: 39px;
    line-height: 1.1em;
  }
}
@media (min-width: 940px) {
  #page_header .video_panel .info h1 {
    margin: 0;
  }
}
#page_header .video_panel .info p {
  font-size: 12px;
  color: #002673;
}
@media (min-width: 500px) {
  #page_header .video_panel .info p {
    font-size: 14px;
  }
}
@media (min-width: 940px) {
  #page_header .video_panel .info p {
    position: absolute;
    bottom: 30px;
    left: 634px;
  }
}
#page_header .video_panel .info p strong {
  display: block;
  font-weight: normal;
  font-size: 14px;
}
@media (min-width: 500px) {
  #page_header .video_panel .info p strong {
    font-size: 22px;
    line-height: 1.5em;
  }
}
@media (min-width: 940px) {
  #page_header .video_panel .info p strong {
    font-size: 22px;
  }
}
.home #page_header .video {
  -webkit-box-shadow: 0px 0px 5px #777777;
  box-shadow: 0px 0px 5px #777777;
  margin-bottom: 10px;
  position: relative;
  border: 3px solid #FFFFFF;
  width: 302px;
  height: 184px;
}
@media (min-width: 500px) {
  .home #page_header .video {
    margin-top: -60px;
    width: 291px;
    height: 177px;
  }
}
@media (min-width: 940px) {
  .home #page_header .video {
    width: 445px;
    height: 270px;
  }
}
#page_header .flexslider {
  position: relative;
  zoom: 1;
}
#page_header .flexslider .flex-viewport {
  max-height: 2000px;
  -webkit-box-shadow: 0px 0px 5px #777777;
  box-shadow: 0px 0px 5px #777777;
}
#page_header .flexslider .flex-viewport .slides {
  zoom: 1;
  background: #fff;
  /*
  .pad {
  	.left img {
  		@include at-breakpoint($tablet) {
  			margin-left: 50px;
  		}
  	}
  	.right img {
  		@include at-breakpoint($tablet) {
  			margin-right: 50px;
  		}
  	}
  }
  */
}
#page_header .flexslider .flex-viewport .slides .full .inner {
  padding: 30px;
}
@media (min-width: 500px) {
  #page_header .flexslider .flex-viewport .slides .full .inner {
    padding: 30px 50px;
  }
}
@media (min-width: 940px) {
  #page_header .flexslider .flex-viewport .slides .full .inner {
    padding: 50px 60px;
  }
}
#page_header .flexslider .flex-viewport .slides .full_image .inner {
  padding: 0;
  text-align: center;
}
#page_header .flexslider .flex-viewport .slides .full_image .inner img {
  margin: 0 auto;
}
#page_header .flexslider .flex-viewport .slides &gt; li {
  background: #fff;
  color: #515151;
  height: 497px;
}
@media (min-width: 500px) {
  #page_header .flexslider .flex-viewport .slides &gt; li {
    height: 268px;
  }
}
@media (min-width: 940px) {
  #page_header .flexslider .flex-viewport .slides &gt; li {
    height: 340px;
  }
}
#page_header .flexslider .flex-viewport .slides &gt; li h1, #page_header .flexslider .flex-viewport .slides &gt; li h2 {
  font-size: 25px;
  line-height: 1.1em;
  margin-bottom: 20px;
  color: #002673;
}
@media (min-width: 940px) {
  #page_header .flexslider .flex-viewport .slides &gt; li h1, #page_header .flexslider .flex-viewport .slides &gt; li h2 {
    font-size: 37px;
  }
}
#page_header .flexslider .flex-viewport .slides &gt; li h1 a, #page_header .flexslider .flex-viewport .slides &gt; li h2 a {
  color: #0eaae5;
}
#page_header .flexslider .flex-viewport .slides &gt; li h1 a:hover, #page_header .flexslider .flex-viewport .slides &gt; li h2 a:hover {
  color: #002673;
}
#page_header .flexslider .flex-viewport .slides &gt; li p {
  font-family: arial;
  color: #515151;
  font-size: 12px;
  margin-bottom: 20px;
}
@media (min-width: 500px) {
  #page_header .flexslider .flex-viewport .slides &gt; li p {
    font-size: 13px;
  }
}
@media (min-width: 940px) {
  #page_header .flexslider .flex-viewport .slides &gt; li p {
    font-size: 15px;
  }
}
#page_header .flexslider .flex-viewport .slides &gt; li p a {
  color: #0eaae5;
}
#page_header .flexslider .flex-viewport .slides &gt; li p a:hover {
  color: #002673;
}
#page_header .flexslider .flex-viewport .slides &gt; li p.more a {
  background-color: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  display: block;
  float: left;
  width: 61px;
  height: 22px;
  background: url("/impact/2012/assets/img/btn_more.gif") no-repeat 0 0;
}
#page_header .flexslider .flex-viewport .slides &gt; li p.more a:hover {
  background-position: 0 -22px;
}
.cssgradients #page_header .flexslider .flex-viewport .slides &gt; li p.more a {
  background-color: #8fd500;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8fd500), color-stop(100%, #75af00));
  background-image: -webkit-linear-gradient(top, #8fd500 0%, #75af00 100%);
  background-image: -moz-linear-gradient(top, #8fd500 0%, #75af00 100%);
  background-image: -ms-linear-gradient(top, #8fd500 0%, #75af00 100%);
  background-image: -o-linear-gradient(top, #8fd500 0%, #75af00 100%);
  background-image: linear-gradient(top, #8fd500 0%, #75af00 100%);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 2px #bbbbbb;
  box-shadow: 0px 1px 2px #bbbbbb;
  font-size: 11px;
  width: auto;
  height: 20px;
  line-height: 20px;
  font-weight: normal;
  font-family: arial;
  padding: 0 12px;
  color: #fff;
  text-shadow: 0px 1px 1px #639000;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  display: block;
  clear: both;
}
.cssgradients #page_header .flexslider .flex-viewport .slides &gt; li p.more a span {
  background: url("/impact/2012/assets/img/bg_next_arrow.png") no-repeat 100% 0;
  background-size: 6px 12px;
  padding-right: 15px;
}
.cssgradients #page_header .flexslider .flex-viewport .slides &gt; li p.more a:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#page_header .flexslider .flex-viewport .slides &gt; li p.intro {
  font-size: 18px;
}
#page_header .flexslider .flex-viewport .slides &gt; li ul {
  font-family: arial;
  list-style: disc;
  padding-left: 2em;
}
#page_header .flexslider .flex-viewport .slides &gt; li img {
  display: block;
  max-width: 100%;
  height: 232px!important;
  margin: 0 auto;
}
@media (min-width: 500px) {
  #page_header .flexslider .flex-viewport .slides &gt; li img {
    height: 268px!important;
    margin: 0 auto 0;
  }
}
@media (min-width: 940px) {
  #page_header .flexslider .flex-viewport .slides &gt; li img {
    height: auto!important;
    max-width: none;
  }
}
#page_header .flexslider .flex-viewport .slides .left .no_img {
  padding: 30px;
}
@media (min-width: 500px) {
  #page_header .flexslider .flex-viewport .slides .left .no_img {
    padding: 30px 0 0 50px;
  }
}
@media (min-width: 940px) {
  #page_header .flexslider .flex-viewport .slides .left .no_img {
    padding: 50px 0 0 60px;
  }
}
#page_header .flexslider .flex-viewport .slides .right .no_img {
  padding: 30px;
}
@media (min-width: 500px) {
  #page_header .flexslider .flex-viewport .slides .right .no_img {
    padding: 30px 50px 0 0;
  }
}
@media (min-width: 940px) {
  #page_header .flexslider .flex-viewport .slides .right .no_img {
    padding: 50px 60px 0 0;
  }
}
#page_header .flexslider .flex-viewport .slides .left .full_image,
#page_header .flexslider .flex-viewport .slides .right .full_image {
  padding: 0;
}
#page_header .flexslider .flex-viewport .slides li.green {
  background: #92d400;
  color: #fff;
}
#page_header .flexslider .flex-viewport .slides li.green h1, #page_header .flexslider .flex-viewport .slides li.green h2 {
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
#page_header .flexslider .flex-viewport .slides li.green a {
  color: #fff;
  text-decoration: underline;
}
#page_header .flexslider .flex-viewport .slides li.green_title {
  background: #92d400;
  color: #fff;
  text-align: center;
}
#page_header .flexslider .flex-viewport .slides li.green_title .inner {
  padding: 50px;
}
#page_header .flexslider .flex-viewport .slides li.green_title h1, #page_header .flexslider .flex-viewport .slides li.green_title h2 {
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
#page_header .flexslider .flex-viewport .slides li.green_title a {
  color: #fff;
  text-decoration: underline;
}

#disqus_thread {
  clear: both;
  margin-bottom: 30px;
}

.no-cssgradients .flex-direction-nav {
  display: none;
}
@media (min-width: 500px) {
  .no-cssgradients .flex-direction-nav {
    display: block;
  }
  .no-cssgradients .flex-direction-nav a {
    background-color: transparent;
    border: 0;
    color: transparent;
    font: 0/0 a;
    text-shadow: none;
    position: absolute;
    top: 50%;
    margin-top: -53px;
    width: 67px;
    height: 67px;
  }
  .no-cssgradients .flex-direction-nav .flex-prev {
    left: -30px;
    background: url("/impact/2012/assets/img/btn_previous_slide.png") no-repeat 0 0;
  }
  .no-cssgradients .flex-direction-nav .flex-prev:hover {
    background-position: 0 -67px;
  }
  .no-cssgradients .flex-direction-nav .flex-next {
    right: -30px;
    background: url("/impact/2012/assets/img/btn_next_slide.png") no-repeat 0 0;
  }
  .no-cssgradients .flex-direction-nav .flex-next:hover {
    background-position: 0 -67px;
  }
}

.cssgradients .flex-direction-nav {
  display: none;
}
@media (min-width: 500px) {
  .cssgradients .flex-direction-nav {
    display: block;
  }
  .cssgradients .flex-direction-nav a {
    background-color: #8fd500;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8fd500), color-stop(100%, #75af00));
    background-image: -webkit-linear-gradient(top, #8fd500 0%, #75af00 100%);
    background-image: -moz-linear-gradient(top, #8fd500 0%, #75af00 100%);
    background-image: -ms-linear-gradient(top, #8fd500 0%, #75af00 100%);
    background-image: -o-linear-gradient(top, #8fd500 0%, #75af00 100%);
    background-image: linear-gradient(top, #8fd500 0%, #75af00 100%);
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: 0px 1px 2px #9e9e9e;
    box-shadow: 0px 1px 2px #9e9e9e;
    color: #fff;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0px 1px 1px #639000;
    background-color: transparent;
    border: 0;
    color: transparent;
    font: 0/0 a;
    text-shadow: none;
    position: absolute;
    top: 50%;
    margin-top: -50px;
  }
  .cssgradients .flex-direction-nav a:active {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .cssgradients .flex-direction-nav a:hover {
    background: #8FD500;
  }
  .cssgradients .flex-direction-nav span {
    display: block;
    width: 22px;
    height: 39px;
  }
  .cssgradients .flex-direction-nav .flex-prev {
    left: -20px;
  }
  .cssgradients .flex-direction-nav .flex-prev span {
    background: url("/impact/2012/assets/img/bg_prev_arrow.png") no-repeat 0 0;
    background-size: 100% 100%;
    margin: 10px 0 0 15px;
  }
  .cssgradients .flex-direction-nav .flex-next {
    right: -20px;
  }
  .cssgradients .flex-direction-nav .flex-next span {
    background: url("/impact/2012/assets/img/bg_next_arrow.png") no-repeat 0 0;
    background-size: 100% 100%;
    margin: 10px 0 0 20px;
  }
}

.flex-control-nav {
  text-align: center;
  margin: 0 -5px 10px 0;
}
.flex-control-nav li {
  display: inline-block;
  margin-right: 5px;
}
.flex-control-nav li a {
  background-color: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  cursor: pointer;
  width: 19px;
  height: 19px;
  display: block;
}

.flex-control-nav li a {
  background: url("/impact/2012/assets/img/btn_slider.png") no-repeat 0 0;
}
.flex-control-nav li a.flex-active {
  background-position: 0 -19px;
}

.backgroundsize .flex-control-nav li a {
  background-image: url("/impact/2012/assets/img/btn_slider_x2.png");
  background-size: 100%;
}
.backgroundsize .flex-control-nav li a.flex-active {
  background-image: url("/impact/2012/assets/img/btn_slider_x2_on.png");
  background-position: 0 0;
}

.player {
  position: relative;
  width: 308px;
  height: 178px;
}
@media (min-width: 500px) {
  .player {
    width: 636px;
    height: 368px;
  }
}
@media (min-width: 940px) {
  .player {
    width: 604px;
    height: 350px;
  }
}

.play {
  background: url("/impact/2012/assets/img/btn_play.png") no-repeat 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 302px;
  height: 184px;
}
@media (min-width: 500px) {
  .play {
    width: 291px;
    height: 177px;
  }
}
@media (min-width: 940px) {
  .play {
    width: 445px;
    height: 270px;
  }
}
.play:hover {
  background-image: url("/impact/2012/assets/img/btn_play_on.png");
}

.backgroundsize .play {
  background: url("/impact/2012/assets/img/btn_play_x2.png") no-repeat 50% 50%;
  background-size: 67px 68px;
}
.backgroundsize .play:hover {
  background-image: url("/impact/2012/assets/img/btn_play_on_x2.png");
}

.video_panel .play {
  width: 308px;
  height: 178px;
}
@media (min-width: 500px) {
  .video_panel .play {
    width: 636px;
    height: 368px;
  }
}
@media (min-width: 940px) {
  .video_panel .play {
    width: 604px;
    height: 350px;
  }
}

#page_image_header.no_img {
  zoom: 1;
  background-color: #efefef;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #efefef));
  background-image: -webkit-linear-gradient(DDD 0%, #efefef 100%);
  background-image: -moz-linear-gradient(DDD 0%, #efefef 100%);
  background-image: -ms-linear-gradient(DDD 0%, #efefef 100%);
  background-image: -o-linear-gradient(DDD 0%, #efefef 100%);
  background-image: linear-gradient(DDD 0%, #efefef 100%);
  border-bottom: 1px solid #E5E5E5;
}
#page_image_header.no_img:before, #page_image_header.no_img:after {
  content: "";
  display: table;
}
#page_image_header.no_img:after {
  clear: both;
}
.no-cssgradients #page_image_header.no_img {
  background: #d8d8d8 url("/impact/2012/assets/img/bg_page_header.gif") repeat-x 0 0;
}

#page_image_header.light_green {
  background-color: #89ce00;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #89ce00), color-stop(100%, #68a400));
  background-image: -webkit-linear-gradient(top, #89ce00 0%, #68a400 100%);
  background-image: -moz-linear-gradient(top, #89ce00 0%, #68a400 100%);
  background-image: -ms-linear-gradient(top, #89ce00 0%, #68a400 100%);
  background-image: -o-linear-gradient(top, #89ce00 0%, #68a400 100%);
  background-image: linear-gradient(top, #89ce00 0%, #68a400 100%);
  border-color: #538C00;
  color: #fff;
}
.no-cssgradients #page_image_header.light_green {
  background: #89ce00 url("/impact/2012/assets/img/bg_page_header_lightgreen.gif") repeat-x 0 0;
}
#page_image_header.light_green h1 {
  color: #fff;
}

#page_image_header.light_green {
  background-color: #89ce00;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #89ce00), color-stop(100%, #68a400));
  background-image: -webkit-linear-gradient(top, #89ce00 0%, #68a400 100%);
  background-image: -moz-linear-gradient(top, #89ce00 0%, #68a400 100%);
  background-image: -ms-linear-gradient(top, #89ce00 0%, #68a400 100%);
  background-image: -o-linear-gradient(top, #89ce00 0%, #68a400 100%);
  background-image: linear-gradient(top, #89ce00 0%, #68a400 100%);
  border-color: #538C00;
  color: #fff;
}
.no-cssgradients #page_image_header.light_green {
  background: #89ce00 url("/impact/2012/assets/img/bg_page_header_lightgreen.gif") repeat-x 0 0;
}
#page_image_header.light_green h1 {
  color: #fff;
}

#page_image_header.dark_green {
  background-color: #67b300;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #67b300), color-stop(100%, #3b8a2e));
  background-image: -webkit-linear-gradient(top, #67b300 0%, #3b8a2e 100%);
  background-image: -moz-linear-gradient(top, #67b300 0%, #3b8a2e 100%);
  background-image: -ms-linear-gradient(top, #67b300 0%, #3b8a2e 100%);
  background-image: -o-linear-gradient(top, #67b300 0%, #3b8a2e 100%);
  background-image: linear-gradient(top, #67b300 0%, #3b8a2e 100%);
  border-color: #558B00;
  color: #fff;
}
.no-cssgradients #page_image_header.dark_green {
  background: #67b300 url("/impact/2012/assets/img/bg_page_header_darkgreen.gif") repeat-x 0 0;
}
#page_image_header.dark_green h1 {
  color: #fff;
}

#page_image_header.yellow {
  background-color: #c9dd03;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c9dd03), color-stop(100%, #abbc01));
  background-image: -webkit-linear-gradient(top, #c9dd03 0%, #abbc01 100%);
  background-image: -moz-linear-gradient(top, #c9dd03 0%, #abbc01 100%);
  background-image: -ms-linear-gradient(top, #c9dd03 0%, #abbc01 100%);
  background-image: -o-linear-gradient(top, #c9dd03 0%, #abbc01 100%);
  background-image: linear-gradient(top, #c9dd03 0%, #abbc01 100%);
  border-color: #879401;
  color: #fff;
}
.no-cssgradients #page_image_header.yellow {
  background: #c9dd03 url("/impact/2012/assets/img/bg_page_header_yellow.gif") repeat-x 0 0;
}
#page_image_header.yellow h1 {
  color: #fff;
}

#page_image_header.blue {
  background-color: #58c1e7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #58c1e7), color-stop(100%, #10aede));
  background-image: -webkit-linear-gradient(top, #58c1e7 0%, #10aede 100%);
  background-image: -moz-linear-gradient(top, #58c1e7 0%, #10aede 100%);
  background-image: -ms-linear-gradient(top, #58c1e7 0%, #10aede 100%);
  background-image: -o-linear-gradient(top, #58c1e7 0%, #10aede 100%);
  background-image: linear-gradient(top, #58c1e7 0%, #10aede 100%);
  border-color: #4699BA;
  color: #fff;
}
.no-cssgradients #page_image_header.blue {
  background: #58c1e7 url("/impact/2012/assets/img/bg_page_header_blue.gif") repeat-x 0 0;
}
#page_image_header.blue h1 {
  color: #fff;
}

#page_image_header {
  zoom: 1;
  padding-bottom: 30px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #E5E5E5;
  color: #999;
}
#page_image_header:before, #page_image_header:after {
  content: "";
  display: table;
}
#page_image_header:after {
  clear: both;
}
.casestudy #page_image_header h2,
#page_image_header h1 {
  line-height: 1.1em;
  padding-top: 30px;
  margin-bottom: 20px;
  color: #324785;
}
@media (min-width: 940px) {
  .casestudy #page_image_header h2 span,
  #page_image_header h1 span {
    width: 46.75325%;
    float: left;
    margin-right: 6.49351%;
  }
}
#page_image_header h1 {
  font-size: 25px;
  margin-bottom: 10px;
}
@media (min-width: 500px) {
  #page_image_header h1 {
    font-size: 42px;
  }
}
.casestudy #page_image_header h2 {
  padding-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-family: arial;
  color: #999;
}
@media (min-width: 500px) {
  #page_image_header p {
    font-size: 18px;
    line-height: 1.5em;
  }
}
#page_image_header.img_banner {
  background-repeat: no-repeat;
  background-position: 50% 0;
  padding-top: 175px;
}

#page_index {
  zoom: 1;
  font-size: 13px;
  padding: 40px 0;
  clear: both;
  border-bottom: 1px solid #E5E5E5;
  font-weight: normal;
}
#page_index:before, #page_index:after {
  content: "";
  display: table;
}
#page_index:after {
  clear: both;
}
#page_index ul {
  list-style: none;
  padding-left: 0;
}
#page_index .container &gt; div &gt; ul &gt; li {
  font-weight: bold;
}
#page_index .container &gt; div &gt; ul &gt; li &gt; ul {
  font-weight: normal;
}
#page_index .container &gt; ul &gt; li,
#page_index .container &gt; div &gt; ul &gt; li {
  margin-top: 10px;
}
#page_index .container &gt; ul &gt; li span,
#page_index .container &gt; div &gt; ul &gt; li span {
  display: block;
  padding-left: 30px;
  background: url("/impact/2012/assets/img/bullet_arrow.gif") no-repeat 0 0;
}
.backgroundsize #page_index .container &gt; ul &gt; li span, .backgroundsize
#page_index .container &gt; div &gt; ul &gt; li span {
  background: url("/impact/2012/assets/img/bullet_arrow_x2.gif") no-repeat 0 0;
  background-size: 14px 16px;
}
#page_index .container &gt; ul &gt; li ul,
#page_index .container &gt; div &gt; ul &gt; li ul {
  padding-top: 5px;
  margin-bottom: 5px;
}
#page_index .container &gt; ul &gt; li ul li,
#page_index .container &gt; div &gt; ul &gt; li ul li {
  font-size: 11px;
  margin-bottom: 2px;
  padding-left: 30px;
}
#page_index .container &gt; ul.auto &gt; li {
  font-weight: bold;
}
@media (min-width: 500px) {
  #page_index .container &gt; ul.auto &gt; li {
    font-size: 14px;
  }
}
@media (min-width: 940px) {
  #page_index .container &gt; ul.auto &gt; li {
    width: 48.96266%;
    float: left;
    margin-right: 2.07469%;
  }
  #page_index .container &gt; ul.auto &gt; li:nth-child(2n) {
    float: right;
    margin-right: 0;
  }
  #page_index .container &gt; ul.auto &gt; li.end {
    clear: none;
    float: right;
    margin: 0;
  }
}
#page_index .container {
  position: relative;
}
#page_index #comments_link {
  margin: -50px 0 0 -84px;
  position: absolute;
  top: 0;
  left: 50%;
  text-align: center;
}
@media (min-width: 940px) {
  #page_index #comments_link {
    margin-top: -40px;
  }
}
#page_index #comments_link a {
  line-height: 26px;
  font-size: 12px;
  width: 168px;
  height: 33px;
  color: #fff;
  display: block;
  background: url("/impact/2012/assets/img/bg_comments.png") no-repeat 0 100%;
  padding: 0 0 0 0;
}
.backgroundsize #page_index #comments_link a {
  background: url("/impact/2012/assets/img/bg_comments_x2.png") no-repeat 0 100%;
  background-size: 100% 100%;
}
@media (min-width: 500px) {
  #page_index #comments_link {
    left: auto;
    right: 0;
    margin-left: 0;
  }
}

#introduction {
  padding: 30px 0;
  border-bottom: 1px solid #E5E5E5;
}
#introduction p {
  font-weight: bold;
  margin-bottom: 20px;
}
@media (min-width: 500px) {
  #introduction p {
    font-size: 17px;
    line-height: 1.5em;
    font-weight: normal;
  }
}
#introduction h2 {
  zoom: 1;
  font-size: 25px;
  line-height: 1.2em;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #324785;
  border-bottom: 1px solid #92d400;
}
#introduction h2:before, #introduction h2:after {
  content: "";
  display: table;
}
#introduction h2:after {
  clear: both;
}
@media (min-width: 500px) {
  #introduction h2 {
    font-size: 42px;
  }
}
@media (min-width: 940px) {
  #introduction h2 span {
    width: 46.75325%;
    float: left;
    margin-right: 6.49351%;
  }
}

#comments {
  position: relative;
}
#comments .policy a {
  background-color: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  display: block;
  float: left;
  width: 144px;
  height: 22px;
  background: url("/impact/2012/assets/img/btn_policy.gif") no-repeat 0 0;
}
#comments .policy a:hover {
  background-position: 0 -22px;
}
.cssgradients #comments .policy a {
  background-color: #8fd500;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8fd500), color-stop(100%, #75af00));
  background-image: -webkit-linear-gradient(top, #8fd500 0%, #75af00 100%);
  background-image: -moz-linear-gradient(top, #8fd500 0%, #75af00 100%);
  background-image: -ms-linear-gradient(top, #8fd500 0%, #75af00 100%);
  background-image: -o-linear-gradient(top, #8fd500 0%, #75af00 100%);
  background-image: linear-gradient(top, #8fd500 0%, #75af00 100%);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 2px #bbbbbb;
  box-shadow: 0px 1px 2px #bbbbbb;
  font-size: 11px;
  width: auto;
  height: 20px;
  line-height: 20px;
  font-weight: normal;
  font-family: arial;
  padding: 0 12px;
  color: #fff;
  text-shadow: 0px 1px 1px #639000;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  display: block;
  clear: both;
}
.cssgradients #comments .policy a:active {
  -webkit-box-shadow: 0px 0px 0px #bbbbbb;
  box-shadow: 0px 0px 0px #bbbbbb;
}

#content {
  zoom: 1;
  clear: both;
}
#content:before, #content:after {
  content: "";
  display: table;
}
#content:after {
  clear: both;
}
#content.transcript_outer {
  padding: 2px 0 0 0;
}
#content.transcript_outer #block_1 {
  padding-top: 40px;
}
#content .block {
  zoom: 1;
  padding: 40px 0;
  clear: both;
  float: left;
  width: 100%;
  border-bottom: 1px solid #E5E5E5;
}
#content .block:before, #content .block:after {
  content: "";
  display: table;
}
#content .block:after {
  clear: both;
}
#content .block img {
  height: auto!important;
}
#content div.feature,
#content div.goal {
  zoom: 1;
  padding: 20px 20px 5px;
  margin-bottom: 30px;
  background: #3b892e;
  color: #fff;
}
#content div.feature:before, #content div.feature:after,
#content div.goal:before,
#content div.goal:after {
  content: "";
  display: table;
}
#content div.feature:after,
#content div.goal:after {
  clear: both;
}
#content div.feature h4,
#content div.goal h4 {
  color: #fff;
}
#content div.feature p,
#content div.feature ul,
#content div.goal p,
#content div.goal ul {
  margin: 0 0 20px;
}
#content div.feature a,
#content div.goal a {
  color: #fff;
  text-decoration: underline;
}
#content div.goal {
  background: #002673;
}
#content .block_single {
  zoom: 1;
}
#content .block_single:before, #content .block_single:after {
  content: "";
  display: table;
}
#content .block_single:after {
  clear: both;
}
@media (min-width: 940px) {
  #content .block_single div.left {
    width: 74.48133%;
    float: left;
    margin-right: 2.07469%;
  }
}
@media (min-width: 940px) {
  #content .block_single div.right {
    width: 23.44398%;
    float: right;
    margin-right: 0;
  }
}
#content .block_open {
  background-color: #f6f6f6;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(30%, white));
  background-image: -webkit-linear-gradient(top, #f6f6f6 0%, white 30%);
  background-image: -moz-linear-gradient(top, #f6f6f6 0%, white 30%);
  background-image: -ms-linear-gradient(top, #f6f6f6 0%, white 30%);
  background-image: -o-linear-gradient(top, #f6f6f6 0%, white 30%);
  background-image: linear-gradient(top, #f6f6f6 0%, white 30%);
  padding-top: 50px;
  border-top: 1px solid #fff;
}
.no-cssgradients #content .block_open {
  background: url("/impact/2012/assets/img/bg_block.gif") repeat-x 0 0;
}
#content #related {
  background: #F7F7F7;
  border: 1px solid #EDEDED;
  padding: 15px 15px 20px;
}
#content #related h3 {
  font-size: 14px;
  color: #999999;
}
#content #related ul {
  list-style: none;
  padding: 0;
}
#content #related ul li {
  font-size: 13px;
  padding-left: 22px;
  background: url("/impact/2012/assets/img/bullet_arrow_right.gif") no-repeat 0 4px;
}
#content #related p {
  margin: 0;
  font-size: 11px;
}
.cssgradients #content #related p a {
  background-color: #8fd500;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8fd500), color-stop(100%, #75af00));
  background-image: -webkit-linear-gradient(top, #8fd500 0%, #75af00 100%);
  background-image: -moz-linear-gradient(top, #8fd500 0%, #75af00 100%);
  background-image: -ms-linear-gradient(top, #8fd500 0%, #75af00 100%);
  background-image: -o-linear-gradient(top, #8fd500 0%, #75af00 100%);
  background-image: linear-gradient(top, #8fd500 0%, #75af00 100%);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 3px #ababab;
  box-shadow: 0px 1px 3px #ababab;
  padding: 8px;
  color: #fff;
  text-shadow: 0px 1px 1px #639000;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
}
.cssgradients #content #related p a:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cssgradients #content #related p a:hover {
  background: #8fD500;
}
.no-cssgradients #content #related p a {
  background-color: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  display: block;
  width: 207px;
  height: 37px;
  display: block;
  background: url("/impact/2012/assets/img/btn_viewallcasestudies.png") no-repeat 0 0;
}
#content #page_nav {
  zoom: 1;
  clear: both;
}
#content #page_nav:before, #content #page_nav:after {
  content: "";
  display: table;
}
#content #page_nav:after {
  clear: both;
}
#content #page_nav .top a {
  margin-top: -65px;
}
#content h2 {
  zoom: 1;
  font-size: 25px;
  line-height: 1.2em;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #324785;
  border-bottom: 1px solid #92d400;
}
#content h2:before, #content h2:after {
  content: "";
  display: table;
}
#content h2:after {
  clear: both;
}
@media (min-width: 500px) {
  #content h2 {
    font-size: 42px;
  }
}
@media (min-width: 940px) {
  #content h2 span {
    width: 46.75325%;
    float: left;
    margin-right: 6.49351%;
  }
}
#content h3.category_title {
  color: #333;
  margin-bottom: 30px;
}
#content h3 {
  font-size: 16px;
  margin-bottom: 20px;
  color: #0EAAE5;
  clear: both;
  font-weight: normal;
}
@media (min-width: 500px) {
  #content h3 {
    font-size: 24px;
    line-height: 1.2em;
  }
}
#content h3.sub {
  color: #3B892E;
  margin-bottom: 10px;
}
#content h3 .alt {
  font-family: "times new roman", sans-serif;
}
#content h4 {
  font-size: 13px;
  line-height: 1.4em;
  margin-bottom: 20px;
  clear: both;
  font-weight: normal;
}
#content h4 sup {
  top: -0.4em;
  font-size: 10px;
}
@media (min-width: 500px) {
  #content h4 sup {
    top: -1em;
  }
}
@media (min-width: 500px) {
  #content h4 {
    font-size: 19px;
  }
}
#content h4.table_title span {
  color: #999;
  font-size: 11px;
}
@media (min-width: 500px) {
  #content h4.table_title span {
    font-size: 15px;
  }
}
#content p {
  margin-bottom: 20px;
}
#content p.top {
  clear: both;
  margin: 0;
}
.no-cssgradients #content p.top a {
  background-color: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  display: block;
  width: 67px;
  height: 61px;
  background: url("/impact/2012/assets/img/btn_top.png") no-repeat 0 0;
  float: right;
}
.no-cssgradients #content p.top a:hover {
  background-position: 0 -61px;
}
@media (min-width: 500px) {
  .no-cssgradients #content p.top a {
    margin-top: -80px;
  }
}
.cssgradients #content p.top a {
  margin-top: -80px;
  margin-bottom: 20px;
  font-size: 12px;
  background-color: #8fd500;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8fd500), color-stop(100%, #75af00));
  background-image: -webkit-linear-gradient(top, #8fd500 0%, #75af00 100%);
  background-image: -moz-linear-gradient(top, #8fd500 0%, #75af00 100%);
  background-image: -ms-linear-gradient(top, #8fd500 0%, #75af00 100%);
  background-image: -o-linear-gradient(top, #8fd500 0%, #75af00 100%);
  background-image: linear-gradient(top, #8fd500 0%, #75af00 100%);
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: 0px 1px 2px #9e9e9e;
  box-shadow: 0px 1px 2px #9e9e9e;
  color: #fff;
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0px 1px 1px #639000;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  line-height: 60px;
}
.cssgradients #content p.top a:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cssgradients #content p.top a:hover {
  background: #8FD500;
}
@media (min-width: 500px) {
  .cssgradients #content p.top a {
    float: right;
    margin-top: -85px;
    background-color: #8fd500;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8fd500), color-stop(100%, #75af00));
    background-image: -webkit-linear-gradient(top, #8fd500 0%, #75af00 100%);
    background-image: -moz-linear-gradient(top, #8fd500 0%, #75af00 100%);
    background-image: -ms-linear-gradient(top, #8fd500 0%, #75af00 100%);
    background-image: -o-linear-gradient(top, #8fd500 0%, #75af00 100%);
    background-image: linear-gradient(top, #8fd500 0%, #75af00 100%);
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: 0px 1px 2px #9e9e9e;
    box-shadow: 0px 1px 2px #9e9e9e;
    color: #fff;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0px 1px 1px #639000;
    line-height: 80px;
  }
  .cssgradients #content p.top a:active {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .cssgradients #content p.top a:hover {
    background: #8FD500;
  }
}
.cssgradients #content p.top a span {
  position: absolute;
  top: 7px;
  left: 50%;
  display: block;
  width: 26px;
  height: 14px;
  margin-left: -13px;
  background: url("/impact/2012/assets/img/bg_top_arrow.png") no-repeat 0 0;
  background-size: 100% 100%;
}
@media (min-width: 500px) {
  .cssgradients #content p.top a span {
    top: 10px;
    width: 30px;
    height: 17px;
    margin-left: -15px;
  }
}
#content ul {
  list-style: disc;
  padding-left: 2em;
  margin-bottom: 20px;
}
#content ul.spaced {
  margin: 0;
}
#content ul.spaced li {
  margin-bottom: 10px;
}
#content blockquote {
  font-size: 18px;
  margin-bottom: 20px;
  color: #0eaae5;
  font-family: arial;
  font-weight: 400;
}
@media (min-width: 500px) {
  #content blockquote {
    font-size: 24px;
  }
}
#content blockquote p {
  font-family: "times new roman", sans-serif;
  line-height: 1.3em;
}
#content blockquote .cite {
  font-size: 16px;
  font-family: arial;
  font-weight: 300;
  margin: 0;
}
#content blockquote a {
  color: #0eaae5;
}
#content blockquote a:hover {
  color: #002673;
}
#content .blue_border_top {
  list-style: none;
  padding: 0;
}
#content .blue_border_top &gt; li {
  font-size: 16px;
  color: #0eaae5;
  border-top: 1px solid #0eaae5;
  padding-top: 20px;
  margin-bottom: 30px;
}
#content .blue_border_top li {
  line-height: 1.7em;
}
#content .awards {
  zoom: 1;
  list-style: none;
  padding: 0;
}
#content .awards:before, #content .awards:after {
  content: "";
  display: table;
}
#content .awards:after {
  clear: both;
}
#content .awards li {
  font-size: 12px;
  text-align: center;
}
@media (min-width: 500px) {
  #content .awards li {
    width: 48.96266%;
    float: left;
    margin-right: 2.07469%;
    background-size: 100% 100%;
    min-height: 220px;
  }
  #content .awards li:nth-child(2n) {
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 940px) {
  #content .awards li {
    width: 23.44398%;
    float: left;
    margin-right: 2.07469%;
    min-height: 275px;
  }
  #content .awards li:nth-child(4n) {
    float: right;
    margin-right: 0;
  }
}
#content .awards li img {
  display: block;
  margin: 0 auto 20px;
}
#content .awards li p {
  margin: 0;
}
#content .team {
  list-style: none;
  padding: 0;
}
#content .team li {
  float: left;
  width: 100%;
  min-height: 235px;
}
#content .team li img {
  margin-bottom: 10px;
}
#content .team li p.info {
  font-size: 12px;
  margin-bottom: 20px;
  color: #6B6B6B;
}
#content .team li p.info strong {
  font-size: 14px;
  font-weight: normal;
  color: #333333;
}
#content .team li p.bio {
  width: 31.95021%;
  float: right;
  margin-right: 0;
  #margin-left: -20px;
  display: inline;
}
#content .team li p.bio a {
  background-color: white;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #eaebec));
  background-image: -webkit-linear-gradient(top, white 0%, #eaebec 100%);
  background-image: -moz-linear-gradient(top, white 0%, #eaebec 100%);
  background-image: -ms-linear-gradient(top, white 0%, #eaebec 100%);
  background-image: -o-linear-gradient(top, white 0%, #eaebec 100%);
  background-image: linear-gradient(top, white 0%, #eaebec 100%);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 3px silver;
  box-shadow: 0px 1px 3px silver;
  font-size: 11px;
  padding: 3px;
  color: #002673;
  text-decoration: none;
  text-align: center;
  display: block;
}
#content .team li p.bio a:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (min-width: 500px) {
  #content .team li {
    width: 48.96266%;
    float: left;
    margin-right: 2.07469%;
  }
  #content .team li:nth-child(2n) {
    float: right;
    margin-right: 0;
  }
  #content .team li.end_tab {
    float: right;
    margin: 0;
  }
}
@media (min-width: 940px) {
  #content .team li {
    width: 23.44398%;
    float: left;
    margin-right: 2.07469%;
  }
  #content .team li:nth-child(2n) {
    float: left;
    margin-right: 2.07469%;
  }
  #content .team li:nth-child(4n) {
    float: right;
    margin-right: 0;
  }
  #content .team li.end_tab {
    float: left;
    margin-right: 2.07469%;
  }
  #content .team li.end_desk {
    float: right;
    margin: 0;
  }
}
#content .casestudies {
  list-style: none;
  padding: 0;
}
#content .casestudies li {
  margin-bottom: 30px;
  position: relative;
}
#content .casestudies li img {
  margin-bottom: 20px;
}
@media (min-width: 500px) {
  #content .casestudies li img {
    position: absolute;
  }
}
@media (min-width: 500px) {
  #content .casestudies li .info {
    padding-left: 120px;
  }
}
#content .casestudies li h3 {
  font-size: 16px;
}
#content .casestudies li h3 a {
  color: #0eaae5;
}
#content .casestudies li h3 a:hover {
  color: #002673;
}
#content .casestudies li .more {
  margin: 0;
}
#content .casestudies li blockquote {
  font-size: 13px;
  margin: 0 0 20px 0;
  color: #324785;
  font-family: arial;
  background: none;
  border: none;
  padding: 0;
}
#content .casestudies li blockquote p {
  line-height: 1.5em;
}
#content .casestudies li blockquote .cite {
  font-size: 12px;
  font-weight: bold;
}
#content .casestudies li.page_casestudy {
  zoom: 1;
  border-top: 1px solid #92d400;
  padding: 20px 0;
}
#content .casestudies li.page_casestudy:before, #content .casestudies li.page_casestudy:after {
  content: "";
  display: table;
}
#content .casestudies li.page_casestudy:after {
  clear: both;
}
#content .casestudies li.page_casestudy p.more a.all {
  font-size: 11px;
  padding-left: 10px;
  float: left;
  display: block;
}
#content .casestudies li.page_casestudy p.more a.this {
  background-color: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  display: block;
  float: left;
  width: 61px;
  height: 22px;
  background: url("/impact/2012/assets/img/btn_more.gif") no-repeat 0 0;
}
#content .casestudies li.page_casestudy p.more a.this :hover {
  background-position: 0 -22px;
}
.cssgradients #content .casestudies li.page_casestudy p.more a.this {
  background-color: #8fd500;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8fd500), color-stop(100%, #75af00));
  background-image: -webkit-linear-gradient(top, #8fd500 0%, #75af00 100%);
  background-image: -moz-linear-gradient(top, #8fd500 0%, #75af00 100%);
  background-image: -ms-linear-gradient(top, #8fd500 0%, #75af00 100%);
  background-image: -o-linear-gradient(top, #8fd500 0%, #75af00 100%);
  background-image: linear-gradient(top, #8fd500 0%, #75af00 100%);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 2px #bbbbbb;
  box-shadow: 0px 1px 2px #bbbbbb;
  font-size: 11px;
  width: auto;
  height: 20px;
  line-height: 20px;
  font-weight: normal;
  font-family: arial;
  padding: 0 12px;
  color: #fff;
  text-shadow: 0px 1px 1px #639000;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  display: block;
  clear: both;
}
.cssgradients #content .casestudies li.page_casestudy p.more a.this:hover {
  background: #8FD500;
}
.cssgradients #content .casestudies li.page_casestudy p.more a.this:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cssgradients #content .casestudies li.page_casestudy p.more a.this span {
  background: url("/impact/2012/assets/img/bg_next_arrow.png") no-repeat 100% 0;
  background-size: 6px 12px;
  padding-right: 15px;
}
#content .casestudies li.casestudy_feature {
  border-top: 0;
  padding: 0;
}
#content .casestudies li.casestudy_feature img {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
}
#content .casestudies li.casestudy_feature .info {
  padding: 0;
}
#content .casestudies li.casestudy_feature blockquote p {
  line-height: 1.3em;
  font-size: 14px;
}
@media (min-width: 500px) {
  #content .casestudies li.casestudy_feature img {
    width: 48.96266%;
    float: left;
    margin-right: 2.07469%;
  }
  #content .casestudies li.casestudy_feature .info {
    width: 48.96266%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 940px) {
  #content .casestudies li.casestudy_feature img,
  #content .casestudies li.casestudy_feature .info {
    width: auto;
    float: none;
  }
  #content .casestudies li.casestudy_feature .info {
    padding: 20px 0;
  }
}
#content .list_casestudies li {
  overflow: hidden;
}
#content .list_casestudies li p {
  margin-bottom: 10px;
}
#content .list_casestudies li img {
  left: 0;
  top: 0;
}
.cssgradients #content #comments .top a {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 500px) {
  .cssgradients #content #comments .top a {
    margin-top: -85px;
  }
}
#content #download {
  margin-bottom: 20px;
}
#content #download .inner {
  zoom: 1;
  clear: both;
  background: #F3F3F3;
  border: 1px solid #EBEBEB;
  padding: 15px 20px;
}
#content #download .inner:before, #content #download .inner:after {
  content: "";
  display: table;
}
#content #download .inner:after {
  clear: both;
}
#content #download .inner img {
  float: left;
  width: 96px;
  height: 126px;
}
#content #download .inner .info {
  float: right;
  width: 150px;
}
@media (min-width: 500px) {
  #content #download .inner .info {
    width: 295px;
  }
}
#content #download .inner .info h2 {
  color: #999999;
  font-size: 13px;
  font-family: arial;
  padding: 0;
  border: none;
  margin-bottom: 10px;
}
#content #download .inner .info h3 {
  color: #002673;
  font-family: 'times new roman',georgia,sans-serif;
  font-size: 18px;
  margin-bottom: 15px;
}
@media (min-width: 500px) {
  #content #download .inner .info h3 {
    font-size: 24px;
  }
}
#content #download .inner .info p {
  margin: 0;
  font-size: 11px;
}
.cssgradients #content #download .inner .info p a {
  background-color: #8fd500;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8fd500), color-stop(100%, #75af00));
  background-image: -webkit-linear-gradient(top, #8fd500 0%, #75af00 100%);
  background-image: -moz-linear-gradient(top, #8fd500 0%, #75af00 100%);
  background-image: -ms-linear-gradient(top, #8fd500 0%, #75af00 100%);
  background-image: -o-linear-gradient(top, #8fd500 0%, #75af00 100%);
  background-image: linear-gradient(top, #8fd500 0%, #75af00 100%);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 3px #ababab;
  box-shadow: 0px 1px 3px #ababab;
  padding: 8px;
  color: #fff;
  text-shadow: 0px 1px 1px #639000;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
}
.cssgradients #content #download .inner .info p a:hover {
  background: #8FD500;
}
.cssgradients #content #download .inner .info p a:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.no-cssgradients #content #download .inner .info p {
  background-color: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
}
.no-cssgradients #content #download .inner .info p a {
  display: block;
  width: 116px;
  height: 27px;
  background: url("/impact/2012/assets/img/btn_download.png") no-repeat 0 0;
}

@media (min-width: 940px) {
  img.right {
    padding: 0 0 20px 20px;
    float: right;
  }
}

@media (min-width: 940px) {
  img.left {
    padding: 0 20px 20px 0;
    float: left;
  }
}

.team #content h3 {
  font-size: 15px;
}

#content ul.left {
  margin-right: 0;
  width: 40%;
}

#content ul.right {
  width: 40%;
}

@media (min-width: 500px) {
  table {
    display: table;
  }

  thead {
    display: table-header-group;
  }

  tbody {
    display: table-row-group;
  }

  tr {
    display: table-row;
  }

  th,
  td {
    display: table-cell;
    vertical-align: top;
  }
}
#content h3.table_title {
  margin-bottom: 10px;
}
@media (min-width: 500px) {
  #content h3.table_title {
    font-size: 18px;
  }
}

#content h3.table_title_mini {
  font-size: 15px;
}

@media (min-width: 500px) {
  table.no_mb {
    margin-bottom: 8px;
  }
}

@media (min-width: 500px) {
  #content h3.inset {
    margin: 0 0 -30px 0;
  }
}
table {
  width: 100%;
  margin-bottom: 40px;
  /*
  td:before { 
  	//Now like a table header
  	position: absolute;
  	//Top/left values mimic padding
  	top: 6px;
  	left: 6px;
  	width: 45%; 
  	padding-right: 10px; 
  	white-space: nowrap;
  	color: $light-blue;
  	
  	@include at-breakpoint($tablet) {
  		display: none;
  		position: static;
  		padding: 0;
  		width: auto;
  	}
  }
  */
}
table thead th {
  color: #0eaae5;
  vertical-align: bottom;
}
table thead th.title {
  font-family: arial;
}
@media (min-width: 500px) {
  table thead th.title {
    font-size: 24px;
    line-height: 1em;
  }
}
table thead th.table_col_3 {
  width: 33%;
}
@media (min-width: 500px) {
  table thead th.title {
    width: 55%;
  }
  table thead th.y10 {
    width: 15%;
  }
  table thead th.y11 {
    width: 15%;
  }
  table thead th.y12 {
    width: 15%;
  }
}
@media (min-width: 500px) {
  table thead th.when {
    width: 20%;
  }
}
table thead tr {
  	/*
  	position: absolute;
  	top: -9999px;
  	left: -9999px;
  
  	@include at-breakpoint($tablet) {
  		position: static;
  	}
  	*/
}
table tbody {
  font-size: 12px;
}
table tbody th {
  font-size: 11px;
  border-bottom: 1px solid #ccc;
}
@media (min-width: 500px) {
  table tbody th {
    border-color: #0eaae5;
    position: static;
    font-size: 13px;
    color: #3e3e3e;
  }
}
@media (min-width: 500px) {
  table tr {
    border: none;
  }
}
@media (min-width: 500px) {
  table th {
    border-bottom: 1px solid #0eaae5;
    padding: 8px 5px;
  }
}
table td {
  border: none;
  border-bottom: 1px solid #ccc;
  position: relative;
  /*
  padding-left: 50%;
  padding: 8px 5px 8px 50%;
  
  @include at-breakpoint($tablet) {
  	padding: 8px 5px;
  }
  */
}
@media (min-width: 500px) {
  table td {
    border-color: #0eaae5;
  }
}
table td.dull {
  color: #999;
}
table th.sub,
table td.sub {
  border-color: #EBEBEB;
}

#content h3.green,
.green thead th {
  color: #92d400;
}

@media (min-width: 500px) {
  .green th,
  .green tbody td {
    border-color: #92d400;
  }
}

#content h3.blue,
.blue thead th {
  color: #002673;
}

@media (min-width: 500px) {
  .blue th,
  .blue tbody td {
    border-color: #002673;
  }
}

.casestudy .video,
.casestudy .video .play,
.casestudy .video img {
  width: 308px;
  height: 150px;
}
@media (min-width: 500px) {
  .casestudy .video,
  .casestudy .video .play,
  .casestudy .video img {
    width: 636px;
    height: 309px;
  }
}
@media (min-width: 940px) {
  .casestudy .video,
  .casestudy .video .play,
  .casestudy .video img {
    width: 718px;
    height: 230px;
  }
}

.casestudy .video {
  position: relative;
  margin-bottom: 20px;
}

#entry_58 #content .casestudies p a {
  font-weight: bold;
}
#entry_58 #content .casestudies blockquote p {
  font-family: arial;
  color: #333;
}

#entry_5 #block_4 p {
  clear: both;
}
#entry_5 #block_4 p.read_more {
  margin-bottom: 20px;
  overflow: hidden;
}
#entry_5 #page_header .flexslider .flex-viewport .slides .slide_1 {
  position: relative;
}
#entry_5 #page_header .flexslider .flex-viewport .slides .slide_1 h2 {
  font-size: 36px;
}
#entry_5 #page_header .flexslider .flex-viewport .slides .slide_1 p {
  font-size: 12px;
}
@media (min-width: 500px) {
  #entry_5 #page_header .flexslider .flex-viewport .slides .slide_1 #para_1 {
    width: 40%;
    position: absolute;
    left: 50px;
    top: 30px;
  }
}
@media (min-width: 940px) {
  #entry_5 #page_header .flexslider .flex-viewport .slides .slide_1 #para_1 {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
  }
}
#entry_5 #page_header .flexslider .flex-viewport .slides .slide_1 img {
  display: none;
}
@media (min-width: 940px) {
  #entry_5 #page_header .flexslider .flex-viewport .slides .slide_1 img {
    display: block;
  }
}
#entry_5 #page_header .flexslider .flex-viewport .slides .slide_1 p {
  clear: both;
  margin-bottom: 10px;
}
#entry_5 #page_header .flexslider .flex-viewport .slides .slide_1 p.more {
  zoom: 1;
}
#entry_5 #page_header .flexslider .flex-viewport .slides .slide_1 p.more:before, #entry_5 #page_header .flexslider .flex-viewport .slides .slide_1 p.more:after {
  content: "";
  display: table;
}
#entry_5 #page_header .flexslider .flex-viewport .slides .slide_1 p.more:after {
  clear: both;
}

p.read_more a {
  background-color: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  display: block;
  float: left;
  width: 61px;
  height: 22px;
  background: url("/impact/2012/assets/img/btn_more.gif") no-repeat 0 0;
}
p.read_more a:hover {
  background-position: 0 -22px;
}

.cssgradients p.read_more a {
  background-color: #8fd500;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8fd500), color-stop(100%, #75af00));
  background-image: -webkit-linear-gradient(top, #8fd500 0%, #75af00 100%);
  background-image: -moz-linear-gradient(top, #8fd500 0%, #75af00 100%);
  background-image: -ms-linear-gradient(top, #8fd500 0%, #75af00 100%);
  background-image: -o-linear-gradient(top, #8fd500 0%, #75af00 100%);
  background-image: linear-gradient(top, #8fd500 0%, #75af00 100%);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 2px #bbbbbb;
  box-shadow: 0px 1px 2px #bbbbbb;
  font-size: 11px;
  width: auto;
  height: 20px;
  line-height: 20px;
  font-weight: normal;
  font-family: arial;
  padding: 0 12px;
  color: #fff;
  text-shadow: 0px 1px 1px #639000;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  display: block;
  clear: both;
}
.cssgradients p.read_more a span {
  background: url("/impact/2012/assets/img/bg_next_arrow.png") no-repeat 100% 0;
  background-size: 6px 12px;
  padding-right: 15px;
}
.cssgradients p.read_more a:active {
  -webkit-box-shadow: 0px 0px 0px #bbbbbb;
  box-shadow: 0px 0px 0px #bbbbbb;
}

#block_e62_1.block {
  border-bottom: none;
  padding-bottom: 0;
}

@media (min-width: 500px) {
  #block_e60_1 table {
    margin-bottom: 40px;
  }
}
#block_e60_1 h3 {
  font-size: 18px;
  margin-bottom: 0px;
}
#block_e60_1 h3.blue {
  color: #002673;
}
#block_e60_1 h3.green {
  color: #92d400;
}

#entry_63 #content {
  padding-top: 0;
}
#entry_63 #content #block_1 {
  padding-top: 40px;
}

@media (min-width: 940px) {
  #entry_6 #content .cs_id_53 {
    border-top: 0;
  }
}

/*
Label the data

td:nth-of-type(1):before { content: "FY10"; }
td:nth-of-type(2):before { content: "FY11"; }
td:nth-of-type(3):before { content: "FY12"; }
*/
#entry_4 #block_10 {
  border-bottom: 0;
}

@media (min-width: 500px) {
  #entry_44 #home_intro {
    padding-bottom: 35px;
  }
}
#entry_44 #home_intro h2 {
  margin-bottom: 30px;
}
@media (min-width: 940px) {
  #entry_44 #home_intro h2 {
    margin-bottom: 0;
  }
}
#entry_44 #home_intro .video {
  margin: 0 auto;
}
#entry_44 #page_header {
  padding: 30px 0 0;
}
#entry_44 #page_header .left,
#entry_44 #page_header .right {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
#entry_44 #page_header .left .thumb,
#entry_44 #page_header .right .thumb {
  -webkit-box-shadow: 0px 0px 5px #777777;
  box-shadow: 0px 0px 5px #777777;
  float: left;
  display: block;
  border: 3px solid #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 599;
}
#entry_44 #page_header .left .info,
#entry_44 #page_header .right .info {
  position: relative;
  padding-left: 80px;
}
#entry_44 #page_header .left .info h2,
#entry_44 #page_header .right .info h2 {
  float: none;
  color: #002673;
  font: 18px arial;
}
@media (min-width: 500px) {
  #entry_44 #page_header .left .info h2,
  #entry_44 #page_header .right .info h2 {
    font-size: 20px;
  }
}
@media (min-width: 940px) {
  #entry_44 #page_header .left .info h2,
  #entry_44 #page_header .right .info h2 {
    font-size: 24px;
  }
}
#entry_44 #page_header .left .info p,
#entry_44 #page_header .right .info p {
  color: #002673;
  float: none;
  text-align: left;
  font-size: 11px;
  margin-bottom: 10px;
}
@media (min-width: 500px) {
  #entry_44 #page_header .left .info p,
  #entry_44 #page_header .right .info p {
    font-size: 12px;
  }
}
@media (min-width: 940px) {
  #entry_44 #page_header .left .info p,
  #entry_44 #page_header .right .info p {
    margin: 0;
  }
}
#entry_44 #page_header .left .info p strong,
#entry_44 #page_header .right .info p strong {
  color: #002673;
  font-size: 14px;
}
@media (min-width: 500px) {
  #entry_44 #page_header .left .info p strong,
  #entry_44 #page_header .right .info p strong {
    font-size: 15px;
  }
}
#entry_44 #page_header .left .info .more,
#entry_44 #page_header .right .info .more {
  float: none;
}
@media (min-width: 940px) {
  #entry_44 #page_header .left .info .more,
  #entry_44 #page_header .right .info .more {
    position: absolute;
    bottom: 2px;
    right: 2px;
    margin: 0;
  }
}
#entry_44 #page_header .left .info .more a,
#entry_44 #page_header .right .info .more a {
  background-color: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  float: left;
  width: 61px;
  height: 22px;
  background: url("/impact/2012/assets/img/btn_more.gif") no-repeat 0 0;
}
#entry_44 #page_header .left .info .more a:hover,
#entry_44 #page_header .right .info .more a:hover {
  background-position: 0 -22px;
}
.cssgradients #entry_44 #page_header .left .info .more a, .cssgradients
#entry_44 #page_header .right .info .more a {
  background-color: #8fd500;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8fd500), color-stop(100%, #75af00));
  background-image: -webkit-linear-gradient(top, #8fd500 0%, #75af00 100%);
  background-image: -moz-linear-gradient(top, #8fd500 0%, #75af00 100%);
  background-image: -ms-linear-gradient(top, #8fd500 0%, #75af00 100%);
  background-image: -o-linear-gradient(top, #8fd500 0%, #75af00 100%);
  background-image: linear-gradient(top, #8fd500 0%, #75af00 100%);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 2px #bbbbbb;
  box-shadow: 0px 1px 2px #bbbbbb;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  font-size: 11px;
  width: auto;
  height: auto;
  line-height: 20px;
  font-weight: normal;
  font-family: arial;
  padding: 0 12px;
  color: #fff;
  text-shadow: 0px 1px 1px #639000;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  clear: both;
}
.cssgradients #entry_44 #page_header .left .info .more a:hover, .cssgradients
#entry_44 #page_header .right .info .more a:hover {
  background: #8FD500;
}
.cssgradients #entry_44 #page_header .left .info .more a:active, .cssgradients
#entry_44 #page_header .right .info .more a:active {
  -webkit-box-shadow: 0px 0px 0px #bbbbbb;
  box-shadow: 0px 0px 0px #bbbbbb;
}
.cssgradients #entry_44 #page_header .left .info .more a span, .cssgradients
#entry_44 #page_header .right .info .more a span {
  background: url("/impact/2012/assets/img/bg_next_arrow.png") no-repeat 100% 0;
  background-size: 6px 12px;
  padding-right: 15px;
}
#entry_44 #content {
  padding-top: 0;
}
@media (min-width: 500px) {
  #entry_44 #content h3 {
    padding-bottom: 20px;
  }
}
#entry_44 #content .top {
  display: none;
}

#content dl.tabs {
  zoom: 1;
  margin-top: 1.53846em;
  position: relative;
  margin-bottom: 40px;
}
#content dl.tabs:before, #content dl.tabs:after {
  content: "";
  display: table;
}
#content dl.tabs:after {
  clear: both;
}
@media (min-width: 500px) {
  #content dl.tabs {
    margin-top: 60px;
  }
}
#content dl.tabs dt {
  font-size: 14px;
  background-color: #0eaae5;
  color: #fff;
  cursor: pointer;
  font-family: arial;
  cursor: pointer;
  clear: both;
  color: #fff;
  font-weight: normal;
  text-align: center;
  position: relative;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#content dl.tabs dt a {
  color: #fff;
}
@media (min-width: 500px) {
  #content dl.tabs dt#tab_1 {
    background-image: url("/impact/2012/assets/img/curve_tl_lightblue.gif");
  }
  #content dl.tabs dt#tab_1 span {
    background-image: url("/impact/2012/assets/img/curve_tr_lightblue.gif");
  }
}
#content dl.tabs dt#tab_2 {
  background-color: #002673;
  color: #fff;
  cursor: pointer;
}
#content dl.tabs dt#tab_2 a {
  color: #fff;
}
@media (min-width: 500px) {
  #content dl.tabs dt#tab_2 {
    background-image: url("/impact/2012/assets/img/curve_tl_darkblue.gif");
  }
  #content dl.tabs dt#tab_2 span {
    background-image: url("/impact/2012/assets/img/curve_tr_darkblue.gif");
  }
}
#content dl.tabs dt#tab_3 {
  background-color: #92d400;
  color: #fff;
  cursor: pointer;
}
#content dl.tabs dt#tab_3 a {
  color: #fff;
}
@media (min-width: 500px) {
  #content dl.tabs dt#tab_3 {
    background-image: url("/impact/2012/assets/img/curve_tl_green.gif");
  }
  #content dl.tabs dt#tab_3 span {
    background-image: url("/impact/2012/assets/img/curve_tr_green.gif");
  }
}
@media (min-width: 500px) {
  #content dl.tabs dt {
    font-size: 15px;
    position: absolute;
    top: -50px;
    left: 0;
    width: 33%;
    height: 50px;
  }
  #content dl.tabs dt.on {
    z-index: 200;
  }
  #content dl.tabs dt#tab_2 {
    left: 33.5%;
  }
  #content dl.tabs dt#tab_3 {
    float: right;
    margin-right: 0;
    left: 67.1%;
  }
}
@media (min-width: 940px) {
  #content dl.tabs dt {
    font-size: 18px;
    height: auto;
    top: -50px;
  }
}
#content dl.tabs dt span {
  display: block;
  padding: 16px 5px;
  background-repeat: no-repeat;
  background-position: 100% 0;
}
@media (min-width: 500px) {
  #content dl.tabs dt span {
    padding: 6px 5px;
  }
}
@media (min-width: 940px) {
  #content dl.tabs dt span {
    padding: 16px 5px;
  }
}
#content dl.tabs dd {
  zoom: 1;
  -webkit-box-shadow: 0px 1px 4px #bbbbbb;
  box-shadow: 0px 1px 4px #bbbbbb;
  padding: 20px;
}
#content dl.tabs dd:before, #content dl.tabs dd:after {
  content: "";
  display: table;
}
#content dl.tabs dd:after {
  clear: both;
}
#content dl.tabs dd ul {
  padding-left: 0;
  list-style: none;
}
#content dl.tabs dd ul li {
  margin-bottom: 20px;
  clear: both;
  overflow: hidden;
}
#content dl.tabs dd ul li ul {
  list-style: circle;
}
#content dl.tabs dd ul li ul li:last-child {
  margin: 0;
}
@media (min-width: 500px) {
  #content dl.tabs dd {
    position: relative;
    width: 100%;
    border-top: 5px solid #0eaae5;
    padding: 0 0 20px;
  }
  #content dl.tabs dd ul {
    margin: 40px 50px 0;
    padding-left: 0;
  }
  #content dl.tabs dd#tab_body_2 {
    border-color: #002673;
  }
  #content dl.tabs dd#tab_body_3 {
    border-color: #92d400;
  }
}
@media (min-width: 940px) {
  #content dl.tabs dd .left ul {
    margin: 40px 0 0 50px;
  }
  #content dl.tabs dd .left ul ul {
    margin: 0;
  }
  #content dl.tabs dd .right ul {
    margin: 40px 50px 0 0;
  }
  #content dl.tabs dd .left ul ul,
  #content dl.tabs dd .right ul ul {
    margin: 20px 0 0 0;
    padding-left: 2em;
  }
}
#content dl.tabs dd img {
  height: auto!important;
}

a.page_nav {
  font-size: 14px;
  font-weight: bold;
}
a.page_nav .title {
  display: none;
}
@media (min-width: 940px) {
  a.page_nav .title {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    padding-top: 4px;
    float: left;
  }
}
a.page_nav span.button {
  background-color: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  float: left;
  width: 97px;
  height: 27px;
}
a.page_nav.prev {
  float: left;
  clear: both;
}
a.page_nav.prev .button {
  margin-right: 10px;
  background: url("/impact/2012/assets/img/btn_prev_page.png") no-repeat 0 0;
}
a.page_nav.prev .button:hover {
  background-position: 0 -27px;
}
a.page_nav.next {
  float: right;
}
a.page_nav.next .button {
  margin-left: 10px;
  background: url("/impact/2012/assets/img/btn_next_page.png") no-repeat 0 0;
}
a.page_nav.next .button:hover {
  background-position: 0 -27px;
}

.cssgradients a.page_nav span.button {
  background-color: #8fd500;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8fd500), color-stop(100%, #75af00));
  background-image: -webkit-linear-gradient(top, #8fd500 0%, #75af00 100%);
  background-image: -moz-linear-gradient(top, #8fd500 0%, #75af00 100%);
  background-image: -ms-linear-gradient(top, #8fd500 0%, #75af00 100%);
  background-image: -o-linear-gradient(top, #8fd500 0%, #75af00 100%);
  background-image: linear-gradient(top, #8fd500 0%, #75af00 100%);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 2px #bbbbbb;
  box-shadow: 0px 1px 2px #bbbbbb;
  font-size: 11px;
  width: auto;
  height: auto;
  font-weight: normal;
  font-family: arial;
  padding: 12px;
  color: #fff;
  text-shadow: 0px 1px 1px #639000;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
}
.cssgradients a.page_nav span.button:hover {
  background: #8FD500;
}
.cssgradients a.page_nav span.button:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cssgradients a.page_nav.prev .button span {
  background: url("/impact/2012/assets/img/bg_prev_arrow.png") no-repeat 0 0;
  background-size: 6px 12px;
  padding-left: 15px;
}
.cssgradients a.page_nav.next .button span {
  background: url("/impact/2012/assets/img/bg_next_arrow.png") no-repeat 100% 0;
  background-size: 6px 12px;
  padding-right: 15px;
}

div.left img,
div.right img {
  margin: 0 auto;
}
@media (min-width: 940px) {
  div.left img,
  div.right img {
    margin: 0;
  }
}

@media (min-width: 500px) {
  #page_header div.left {
    width: 46.75325%;
    float: left;
    margin-right: 6.49351%;
  }
}
@media (min-width: 940px) {
  div.left {
    width: 46.75325%;
    float: left;
    margin-right: 6.49351%;
  }
}

@media (min-width: 500px) {
  #page_header div.right {
    width: 46.75325%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 940px) {
  div.right {
    width: 46.75325%;
    float: right;
    margin-right: 0;
  }
}

#sig {
  font-family: arial;
  color: #C4C4C4;
}
#sig strong {
  color: #333;
}
#sig img {
  margin: 0;
}

#structure {
  zoom: 1;
  background-color: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  margin: 0 auto 30px;
  width: 299px;
  height: 1018px;
  background: url("/impact/2012/assets/img/structure.jpg") no-repeat 0 0;
}
#structure:before, #structure:after {
  content: "";
  display: table;
}
#structure:after {
  clear: both;
}
@media (min-width: 500px) {
  #structure {
    width: 516px;
    height: 648px;
    background: url("/impact/2012/assets/img/structure_tablet.jpg") no-repeat 0 0;
    margin-bottom: 50px;
  }
}
@media (min-width: 940px) {
  #structure {
    width: 989px;
    height: 355px;
    background: url("/impact/2012/assets/img/structure_desktop.jpg") no-repeat 0 0;
    margin-bottom: 70px;
  }
}

#footer.show_comments {
  margin-top: -20px;
}

#footer {
  zoom: 1;
  padding: 30px 0;
  font-size: 10px;
  clear: both;
  color: #999999;
  background: #f5f5f5;
}
#footer:before, #footer:after {
  content: "";
  display: table;
}
#footer:after {
  clear: both;
}
#footer p {
  margin-bottom: 10px;
}
#footer p a {
  text-decoration: underline;
}
#footer .copyright li {
  float: left;
  margin-right: 10px;
}
#footer .copyright li a {
  color: #99A3C2;
}
@media (min-width: 940px) {
  #footer .copyright {
    width: 57.46888%;
    float: left;
    margin-right: 2.07469%;
  }
  #footer .download {
    width: 31.95021%;
    float: right;
    margin-right: 0;
  }
}
#footer .download {
  margin-bottom: 20px;
}
#footer .download .inner {
  zoom: 1;
  clear: both;
  background: #fff;
  border: 1px solid #EBEBEB;
  padding: 15px 20px;
}
#footer .download .inner:before, #footer .download .inner:after {
  content: "";
  display: table;
}
#footer .download .inner:after {
  clear: both;
}
#footer .download .inner img {
  float: left;
  width: 96px;
  height: 126px;
}
#footer .download .inner .info {
  float: left;
  width: 140px;
  margin-left: 20px;
}
@media (min-width: 500px) {
  #footer .download .inner .info {
    width: auto;
  }
}
@media (min-width: 940px) {
  #footer .download .inner .info {
    width: 150px;
  }
}
#footer .download .inner .info h2 {
  color: #999999;
  font-size: 13px;
  font-family: arial;
}
#footer .download .inner .info h3 {
  color: #002673;
  font-family: 'times new roman',georgia,sans-serif;
  font-size: 20px;
  margin-bottom: 20px;
}
#footer .download .inner .info p {
  margin: 0;
}
.cssgradients #footer .download .inner .info p a {
  background-color: #8fd500;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8fd500), color-stop(100%, #75af00));
  background-image: -webkit-linear-gradient(top, #8fd500 0%, #75af00 100%);
  background-image: -moz-linear-gradient(top, #8fd500 0%, #75af00 100%);
  background-image: -ms-linear-gradient(top, #8fd500 0%, #75af00 100%);
  background-image: -o-linear-gradient(top, #8fd500 0%, #75af00 100%);
  background-image: linear-gradient(top, #8fd500 0%, #75af00 100%);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 3px #ababab;
  box-shadow: 0px 1px 3px #ababab;
  padding: 8px;
  color: #fff;
  text-shadow: 0px 1px 1px #639000;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
}
.cssgradients #footer .download .inner .info p a:hover {
  background: #8FD500;
}
.cssgradients #footer .download .inner .info p a:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#footer .download .inner .info p a {
  text-decoration: none;
}
.no-cssgradients #footer .download .inner .info p {
  background-color: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
}
.no-cssgradients #footer .download .inner .info p a {
  display: block;
  width: 116px;
  height: 27px;
  background: url("/impact/2012/assets/img/btn_download.png") no-repeat 0 0;
}

.cc-cookies h2 {
  font-size: 20px;
  margin-bottom: 10px;
}
.cc-cookies p {
  margin-bottom: 10px;
}
.cc-cookies a:hover {
  color: #fff;
}

/* To be used with cookieCuttr by Chris Wharton (http://cookiecuttr.com) */
.cc-cookies {
  position: fixed;
  width: 250px;
  right: 20px;
  bottom: 20px;
  padding: 10px;
  background: #0EAAE5;
  color: #fff;
  z-index: 99999;
}

.cc-cookies a, .cc-cookies a:hover {
  color: #fff;
  text-decoration: underline;
}

.cc-cookies a:hover {
  text-decoration: none;
}

.cc-overlay {
  height: 100%;
  padding-top: 25%;
}

.cc-cookies-error {
  float: left;
  width: 90%;
  text-align: center;
  margin: 1em 0 2em 0;
  background: #fff;
  padding: 2em 5%;
  border: 1px solid #ccc;
  font-size: 18px;
  color: #333;
}

.cc-cookies a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background: #002673;
  padding: 0.5em 0.75em;
  border-radius: 3px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  -o-transition: background 0.5s ease-in;
  -webkit-transition: background 0.25s ease-in;
  -moz-transition: background 0.25s ease-in;
}

.cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline {
  background: #af3b3b;
  margin-left: 0.5em;
}

.cc-cookies a.cc-cookie-reset {
  background: #f15b00;
}

.cc-cookies a:hover.cc-cookie-accept, .cc-cookies-error a:hover.cc-cookie-accept, .cc-cookies a:hover.cc-cookie-decline, .cc-cookies-error a:hover.cc-cookie-decline, .cc-cookies a:hover.cc-cookie-reset {
  background: #000;
  -o-transition: background 0.5s ease-in;
  -webkit-transition: background 0.25s ease-in;
  -moz-transition: background 0.25s ease-in;
}

.cc-cookies-error a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-decline {
  display: block;
  margin-top: 1em;
}

.cc-cookies.cc-discreet {
  width: auto;
  padding: 0.5em 1em;
  left: auto;
  top: auto;
}

.cc-cookies.cc-discreet a.cc-cookie-reset {
  background: none;
  text-shadow: none;
  padding: 0;
  text-decoration: underline;
}

.cc-cookies.cc-discreet a:hover.cc-cookie-reset {
  text-decoration: none;
}

* html {
  font-size: 81.25%;
}

html {
  font-size: 13px;
  line-height: 1.53846em;
}

.container {
  *zoom: 1;
  max-width: 308px;
  _width: 308px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}

/* -------------------------------------------------------------------------*/
/* Layout */
.container {
  *zoom: 1;
  max-width: 308px;
  _width: 308px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 500px) {
  .container {
    max-width: 636px;
  }
}
@media (min-width: 940px) {
  .container {
    max-width: 964px;
  }
}

/* Localized */

@media (min-width: 940px) {
	#nav .container {
		min-height: 125px;
	}	
}</pre></body></html>