<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: DNA
Description: Custom WordPress theme for DNA
Author: Falling Up Media
Version: 2.0
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}

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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
/* body, html {
		height:100%;
} */
html {
overflow-x: hidden;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
hr {
	border: 1px solid #cccccc;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
img, a, *:focus {
	outline: none;
}
.active, .active:hover, .active *, .active *:hover {
	cursor: default;
}


/********* GENERAL CLASSES *********/
.left { 
	float: left; 
}
.right { 
	float: right; 
}
.clear { 
	clear: both; 
}
.clear-right { 
	clear: right;
}
.clear-left { 
	clear: left; 
}

/********* GENERAL ELEMENTS *********/
p { 
	line-height: 1.6; 
	text-align: left; 
	margin: 0 0 20px 0;
}
p.center {
	text-align: center;
	margin: 10px 0px;
}
a { 
	color: #152d44;
	text-decoration: underline; 
}
[data-dk-dropdown-value="1"], [data-dk-dropdown-value="3"], [data-dk-dropdown-value="4"], [data-dk-dropdown-value="5"], [data-dk-dropdown-value="6"], [data-dk-dropdown-value="8"], [data-dk-dropdown-value="22"] {
	display: none!important;
}
.none  {
	display: none;
}
a:hover { 
	text-decoration: none; 
}
a.green {
	color: #487c10;
	text-decoration: none;
}
body {
    font-family: ubuntu, sans-serif;
	font-size: 14px; 
	margin: 0px 0 0 0; 
	color: #152d44;
	background: url(images/bg2.jpg) no-repeat 50% top #8dc2f6; 
	overflow-x: hidden;
}
ol {
	margin-left: 40px;
	list-style: decimal;
}
select 
{
    -webkit-appearance: none;
}
/* body.home{ position:relative;top:-13px; } gets rid of a strange black bar at the top... not sure why its there...*/
body.home {
	background: #143053;
}
body.page-id-26 {
	background: url(images/bg-home.jpg) no-repeat 50% top #fff;
}
body.page-template-page-about-php .wrap, body.page-template-page-do-more-php .wrap {
	width: 980px; 
	margin: 0 auto; 
	position: relative; 
	text-align: left;	
}
.wrap { 
	width: 970px;
	margin: 0 auto;
	position: relative; 
	text-align: left;
}
.wrap-home { 
	width: 980px; 
	padding: 0px 10px;
	margin: 0 auto; 
	position: relative; 
	text-align: left;
}
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}


.clearfix {
    *zoom: 1;
}
#content{
	padding-top: 20px;
}
#content ul {
	margin: 20px;
}
#content li {
	line-height: 24px;
}
/*#content li:nth-child(even) {
	color: #d2e5f6;
}*/
#content ol li:nth-child(even) {
	color: #152D44;
}


/********* SPRITE ELEMENTS *********/

.sprite {
    background: transparent url("img/sprite-icons.png") no-repeat;
    display: block;
}
.sprite-header {
    height: 30px;
    width: 30px;
}
.sprite-footer {
    height: 37px;
    width: 37px;
}
.facebook-white {
    background-position: -86px 0;
}
.twitter-white {
    background-position: -58px 0;
}
.mail-white {
    background-position: -29px 0;
}
.search {
    background-position: 1px 0;
    margin-left: 15px;
}
.reg-arrow {
    background-position: 1px -28px;
    margin-left: 5px;
}
.facebook-blue {
    background-position: 0 -59px;
}
.twitter-blue {
    background-position: -38px -59px;
}
.you-tube {
    background-position: 0 -96px;
}
.pinterest {
    background-position: -75px -59px;
}
.instagram {
    background-position: -37px -96px;
}
/********* HEADER ELEMENTS *********/

#header h1 { 
	position: absolute; 
	top: 19px; 
	left: 124px; 
	font-size: 27px;
	color: #000000;
}
#header h1 a {
	text-decoration: none;
}
h1.center { 
	display: block; 
	text-align: center; 
	position: relative;  
	font-size: 41px;
	width: 100%; 
	float: none;
}
h1.storiesheader {
	font-size: 38px;
    margin: 0;
    padding: 30px 15%;
}
.inline {
    display: inline-block;
    margin: 0 !important;
}
p.subheader { 
	font-size: 24px;
	width: 100%; 
	color: #fff; 
	font-weight: 100;
}
p.address {
	padding-left: 20px;
}
/* html, body {
	height: 100%;
} */

#global {
	min-height: 100%;
}

#subfooter {position: relative;
	margin-top: -38px; /* negative value of footer height */
	height: 38px;
	clear:both;} 
/*Opera Fix*/
/* body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
} */
body.home #subfooter, body.page-id-26 #subfooter {
	margin-top: 0px;
}
body.home #global, body.page-id-26 #global {
	min-height: 0%;
}

h1 { 
	display: block; 
	color: #fff; 
	font-size: 34px;
	float: left; 
	margin: 0 0 30px;
}
h2 { 
	display: block; 
	color: #fff; 
	font-size: 24px!important;
	margin: 0 0 30px;
	text-decoration: none;
}
h2 a { 
	color: #fff; 
	font-size: 24px!important;
	text-decoration: none;
}
#gforms_confirmation_message h2 {
	margin: 0px;
}
h3 { 
	display: block; 
	color: #fff; 
	font-size: 24px!important;
	margin: 0 0 30px;
	font-weight: normal!important; 
}
h4 {
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0px; 	
}
h3#reply-title {
	font-family: 'Helvetica W01 Light', Arial;
	font-size: 16px!important; 	
}
#header { 
	width: 100%; 
}
.top-green {
	width: 100%; 
	background: url(images/green-circles.png) top left;
    position: relative;
    color: white;
    font-weight: bold;
}
.top-green .nav {
    margin-top: 13px;
    /* width: 473px; */
    height: 30px;
    line-height: 30px;
    float: right;
}
.top-green .nav &gt; div,
.top-green .nav &gt; ul,
.top-blue ul li,
.top-green .nav &gt; ul li {
    float: left;
}
.top-blue a,
.top-green a {
    color: white;
    font-weight: bold;
    text-decoration: none;
}
.top-green .edit-profile {
    margin-left: 37px;
    margin-right: 37px;
}
.top-green .edit-profile.es{
    margin-right:50px;
}
.top-green .menu-share {
    margin-left: 30px;
}
.top-green .menu-share li {
    margin-left: 4px;
}
.top-blue {
    width: 100%;
    height: 54px;
    background: transparent url("images/menu-blue-bg.png" ) repeat-x;
}
.top-blue ul {
    margin-left: 185px;
    overflow: hidden;
}
.top-blue li {
    height: 54px;
    line-height: 54px;
    font-size: 1.4em;
    margin-right: 80px;
}
.top-blue li:last-child {
    margin: 0;
}
.top-blue a::after{
    content: "";
    display: inline-block;
    height: 18px;
    width: 18px;
    background: transparent url("img/sprite-icons.png") no-repeat -101px -34px;
    margin-left: 7px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}















/* Navigation Menu */
.nav-menu &gt; li &gt; a:after{
	content:'';
	display: inline-block;
    height: 17px;
    width: 18px;
    background: transparent url("img/sprite-icons.png") no-repeat -102px -35px;
    position: relative;
    top: 2px;
    left: 6px;

}
.nav-menu &gt; li &gt; a:hover:after{
	background: transparent url("img/sprite-icons.png") no-repeat -83px -36px;
}
.main-navigation {
	text-align: center;
	border-bottom: 2px solid #70b0f1;
	border-top: 2px solid #53a3f1;
	background: #2d83da;
}
.main-navigation li {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13pt;;
}
.main-navigation a {
	color: white;
}
.main-navigation a:hover,
.main-navigation a:focus {
	color: #21759b;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu &gt; ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle{ display: inline-block; }
.menu-toggle{
	background: transparent;
	border:1px solid transparent;
	padding-bottom:8px;
}
.menu-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #FFF;
  border-radius: 1px;
  margin-top:5px;

}


/* =Media queries
-------------------------------------------------------------- */

/* Does the same thing as &lt;meta name="viewport" content="width=device-width"&gt;,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
@media screen and (min-width: 600px) {
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu &gt; ul {
		/* border-bottom: 2px solid #70b0f1;
		border-top: 2px solid #53a3f1; */
		display: inline-block !important;
		text-align: left;
		width: 100%;
		/* background: #2d83da; */
		padding-left: 190px;
		z-index: 998;
		position: relative;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: white;
		white-space: nowrap;
		font-weight: bold;
		font-family: Ubuntu;
		font-size: 13pt;
		display: block;
		width: 180px;
		height: 50px;
		line-height: 50px;
	}
	.main-navigation li a:hover,
	.main-navigation li a:focus {
		color: #fff;
		background: #0e4f93;
	}
	.main-navigation li:hover {
		background: #0e4f93;
	}
	.main-navigation li {
		position: relative;
		text-align: center;
		margin: 0;;;;
	}
	.main-navigation li ul {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
		margin-top: -3px;
	}
	.main-navigation ul li:hover &gt; ul,
	.main-navigation ul li:focus &gt; ul,
	.main-navigation .focus &gt; ul {
		border-left: 0;
		clip: inherit;
		overflow: inherit;
		height: inherit;
		width: inherit;
	}
	.main-navigation li ul li a {
		background: #3486da;
		display: block;
		font-size: 8pt;
		line-height: 14px;
		padding: 8px 0;
		white-space: normal;
		width: 160px;
		height: auto;
		padding-left: 5px;;
	}
	.main-navigation li ul li a:hover,
	.main-navigation li ul li a:focus {
		background: #0e4f93;
		color: #fff;;
	}
	.main-navigation .sub-menu{
		background:#3486da;
		box-sizing:border-box;
		width:180px!important;
		padding:10px 20px;
		border-top:3px solid #53a3f1;
	}
	.main-navigation .sub-menu li {
		text-align: left;
		border-bottom:2px solid #4191e6;;
	}
	.main-navigation .sub-menu li:last-child {
		border-bottom:0px solid #4191e6;
	}

	.main-navigation .current-menu-item &gt; a,
	.main-navigation .current-menu-ancestor &gt; a,
	.main-navigation .current_page_item &gt; a,
	.main-navigation .current_page_ancestor &gt; a {
		color: #fff;
		font-weight: bold;
	}
	.menu-toggle {
		display: none;
	}
	.top-green, .top-green .wrap{ height:109px;overflow:visible; }
	.registernav{
		position: absolute;
		top: 40px;
		left: 50%;
		margin-left: 50px;
	}
}
@media screen and (min-width: 960px) {
	#skybox{ height:137px !important; }
	.registernav{
		position: static;
		margin-left: 0px;
	}
}

@media screen and (min-width: 1175px) {
}



















.mobile-nav {
	display: none;
}
.social-start {
	margin-left: 0px;
    margin-top: -2px;
}
#headershare .twitter-story{
	background: url("images/twitter-yellow.png") no-repeat scroll left top transparent;
	padding: 0 34px 10px 0;
	text-decoration: none;
}
#headershare .st_facebook_custom{
	background: url("images/facebook-yellow.png") no-repeat scroll left top transparent;
	padding: 0 31px 11px 0;
}
.mobile-nav select {
    position: inherit!important;
    top: 0!important;
    visibility: visible!important;
    font-size: 15px;
}
.st_twitter_custom {
	background: url("images/twitter-header-yellow.png") no-repeat scroll left top transparent;
	padding:0px 22px 2px 0;
}
.st_twitter_custom:hover {
	opacity: 0.7;
	filter: alpha(opacity = 70);
}
.st_facebook_custom{
	background: url("images/faecbook-header-yellow.png") no-repeat scroll left top transparent;
	padding:0px 26px 0 0;
}
.st_facebook_custom:hover {
	opacity: 0.7;
	filter: alpha(opacity = 70);
}
.st_sharethis_custom {
	color: #826d30;	
	text-shadow: 0px -1px 0px #564309;
}
.st_sharethis_custom:hover {
	color: #59a7e0;
	text-shadow: 0px -1px 0px #668c8a;
}
.st_email_custom {
	background: url("images/emaillg.png") no-repeat scroll left top transparent;
	padding:0 36px 9px 0;	
}
.st_sharethis_custom, .st_facebook_custom, .st_twitter_custom, .st_email_custom {
	cursor: pointer;
}
.confirmation .st_twitter_custom {
	background: url("images/twitterlg.png") no-repeat scroll left top transparent;
	padding:0 38px 11px 0;
	margin-right: 5px;
}
.confirmation .st_facebook_custom {
	background: url("images/faecbooklg.png") no-repeat scroll left top transparent;
	padding:0 23px 11px 0;
	margin-right: 2px;
}
.confirmation .customemail {
	background: url("images/emaillg.png") no-repeat scroll left top transparent;
	padding:0 38px 11px 0;
	margin-right: 5px;
}
.honoring-ofsocial {
    float: right;
    position: relative;
    right: 160px;
    top: -48px;
}
.yournamewrap .st_twitter_custom {
	background: url("images/twitterlg.png") no-repeat scroll left top transparent;
	padding:0 31px 11px 0;
	margin-right: 5px;
	text-decoration: none;
}
.yournamewrap .st_facebook_custom {
	background: url("images/faecbooklg.png") no-repeat scroll left top transparent;
	padding:0 28px 11px 0;
	margin-right: 2px;
	text-decoration: none;
}
.yournamewrap .st_email_custom {
	background: url("images/emaillg.png") no-repeat scroll left top transparent;
	padding:0 36px 9px 0;	
	text-decoration: none;
}


body.page-template-page-wall-php #nav a.walllife, body.page-id-2 #nav a.about, body.single-stories #nav a.stories, body.post-type-archive-stories #nav a.stories, body.page-id-46 #nav a.do-more {
	background: url("images/navarrow-current.png") no-repeat scroll 25px 2px transparent; 
	color: #59a7e0;
	text-shadow: 0px -1px 0px #668c8a;
}
.registernav {
    margin-top: 13px;
    background-color: #f6902d;
    width: 270px;
    border-radius: 20px;
    height: 40px;
    line-height: 40px;
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
}
.registernav a::after{
    content: "";
    display: inline-block;
    height: 30px;
    width: 30px;
    background: transparent url("img/sprite-icons.png") no-repeat 1px -28px;
    margin-left: 5px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}
.registernav:hover {
	background-color: #2d83da;
}
.search_stuff{
	position:relative;
	width:35px;
}
.search_stuff form{
	width: 0px;
	display: inline-block;
	background: #d2ff8b;
	height: 28px;
	margin-left: 6px;
	border-radius: 20px 0 0 20px;
	position: absolute;
	left: 33px;
	z-index: 1;
	overflow: hidden;
}
.search_stuff .sprite.search{
	position:absolute;
	right: 0px;
	z-index:2;
}
.search_stuff form input{
	padding: 0;
	background: none;
	border: 0px;
	box-shadow:none;
	height:20px;
	font-weight: normal;
	color:#707070;
	top: 0px;
}
a.logo {
    position: absolute;
    left: 12px;
    top: 7px;
	width: 146px;
	height: 172px;
	display: block;
    z-index: 999;
}
#skybox { 
	background: url(images/sky-bg.jpg) repeat-x top center; 
	width: 100%; 
	height: 200px;
    position: relative;
}
.page-id-26 #skybox {
    height: 220px !important;
}
.homeskywrap {
	float: right;
	width: 73%;
    margin: 0 auto;
    padding: 0 10px;
    text-align: left;	
}
#skybox h1 {
    width: 100%;
	font-size: 30px;
    font-weight: bold;
	color: #fff; 
	text-align: center; 
	margin: 0px;
    float: none;
}
#skybox .namebuttons a#mobile-addname{ display: none; }
#skybox .namebuttons a{ 
	display: inline-block;float:none;
}
#skybox .namebuttons { 
	margin: 20px auto 0;
	text-align: center;
	/* width: 606px; */
	width: auto!important;
	height: 50px;
}
#skybox .namebuttons span { 
	padding: 0px 13px;
}
.inner-wall-link {
	position: absolute;
	height: 331px;
	width: 100%;
	z-index: 500;
	left: 0px;
	text-decoration: none;
}
.inner-wall-link .main-link {
	position: relative;
	height: 375px;
	overflow: hidden;
}
.inner-wall-link .hover-tip {
	position: absolute;
	display: none;
	background: url("images/btn-small-mag-bg.png") repeat scroll right top #accdeb;
	border: 1px solid #274063;
	-moz-box-shadow: -1px 1px 1px #507093;
	-webkit-box-shadow: -1px 1px 1px #507093;
	box-shadow: -1px 1px 1px #507093;
	padding: 7px 29px 5px 13px;
	text-decoration: none;
	font-size: 14px;
}
.inner-wall-link .hover-tip div {
	position: relative;
}
.inner-wall-link .hover-tip span {
	position: absolute;
	right: -37px;
	top: 0;
	display: block;
	width: 11px;
	height: 16px;
	background: url(images/hover-tip.png) no-repeat;
}
ul#headershare { 
	margin: -13px 0 0 15px; 
	display: block; 
	float: left;
}
ul#headershare li { 
	float: left; 
	line-height: 34px; 
	margin: 8px 4px 0 4px; 
	vertical-align: middle;
}
ul#headershare li a img { 
	height: 24px; 
	width: auto; 
}
.noplus-button-plain {
	background: url("images/btn-submit-no-plus-bg.png") repeat scroll 90% top #accdeb;
	border: 1px solid #274063;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: -1px 1px 1px #507093;
	-webkit-box-shadow: -1px 1px 1px #507093;
	box-shadow: -1px 1px 1px #507093;
	text-transform: uppercase;
	padding: 0px 13px;
	text-decoration: none;
    display: inline-block;
    height: 34px;
    line-height: 34px;
}
.noplus-button-plain:hover {
	background: url("images/btn-submit-hover-no-plus-bg.png") repeat scroll 90% top #4e8bcf;
}

.plus-button-plain {
	background: url("images/btn-submit-bg.png") repeat scroll 90% top #accdeb;
	border: 1px solid #274063;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: -1px 1px 1px #507093;
	-webkit-box-shadow: -1px 1px 1px #507093;
	box-shadow: -1px 1px 1px #507093;
	text-transform: uppercase;
	padding: 0px 13px;
	text-decoration: none;
    display: inline-block;
    height: 34px;
    line-height: 34px;
}
.plus-button-plain:hover {
	background: url("images/btn-submit-hover-bg.png") repeat scroll 90% top #4e8bcf;
}
.plus-button {
	background: url("images/btn-bg.png") repeat scroll right top #accdeb;
	border: 1px solid #274063;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: -1px 1px 1px #507093;
	-webkit-box-shadow: -1px 1px 1px #507093;
	box-shadow: -1px 1px 1px #507093;
	text-transform: uppercase;
	padding: 0px 33px 0px 13px;
	text-decoration: none;
    display: inline-block;
    height: 34px;
    line-height: 34px;
}
.plus-button:hover, .current, .plus-button-large:hover {
	background: url("images/btn-hover-bg.png") repeat scroll right top #4e8bcf;
}
.plus-button-large {
	background: url("images/btn-large-bg.png") repeat scroll right top #accdeb;
	border: 1px solid #274063;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: -1px 1px 1px #507093;
	-webkit-box-shadow: -1px 1px 1px #507093;
	box-shadow: -1px 1px 1px #507093;
	text-transform: uppercase;
	padding: 0px 34px 0px 13px;
	text-decoration: none;
	font-size: 16px;
    display: inline-block;
    height: 37px;
    line-height: 37px;
}
.plus-button-large:hover {
	background: url("images/btn-large-hover-bg.png") repeat scroll right top #4e8bcf;
}
.plus-button-small {
	background: url("images/btn-small-bg.png") repeat scroll right top #accdeb;
	border: 1px solid #274063;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: -1px 1px 1px #507093;
	-webkit-box-shadow: -1px 1px 1px #507093;
	box-shadow: -1px 1px 1px #507093;
	padding: 0px 29px 0px 13px;
	text-decoration: none;
	font-size: 14px;
    display: block;
    float: left;
    margin-right: 5px;
    height: 28px;
    line-height: 28px;
}
.plus-button-small:hover {
	background: url("images/btn-small-bg-hover.png") repeat scroll right top #4e8bcf;
}
.lightbox-yourname {
	font-family: 'Helvetica W01 Bold';
	text-transform: uppercase;
}
#mobile-addname {
	display: none;
}
#mobilenamebuttons {
	display: none;
}
.mag-button {
	background: url("images/btn-mag-bg.png") repeat scroll right top #accdeb;
	border: 1px solid #274063;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: -1px 1px 1px #507093;
	-webkit-box-shadow: -1px 1px 1px #507093;
	box-shadow: -1px 1px 1px #507093;
	text-transform: uppercase;
	padding: 0px 33px 0px 13px;
	text-decoration: none;
    display: inline-block;
    height: 28px;
    line-height: 28px;
}
.mag-button:hover, .mag-button-large:hover {
	background: url("images/btn-mag-hover-bg.png") repeat scroll right top #4e8bcf;
}
.mag-button-small {
	background: url("images/btn-small-mag-bg.png") repeat scroll right top #accdeb;
	border: 1px solid #274063;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: -1px 1px 1px #507093;
	-webkit-box-shadow: -1px 1px 1px #507093;
	box-shadow: -1px 1px 1px #507093;
	padding: 7px 29px 5px 13px;
	text-decoration: none;
	font-size: 14px;
	display: block;
	float: left;
}
.mag-button-small:hover {
	background: url("images/btn-small-mag-bg-hover.png") repeat scroll right top #4e8bcf;
}
.margin-button-front {
	margin-bottom: 4px;
	/*margin-left: 195px;*/
}
.register { 
	text-decoration: none;
	font-family: 'Helvetica W01 Bold';
}
.register:hover { 
	opacity:0.7;
	filter:alpha(opacity=70);
}
.register img { 
	position: relative;
	top: 8px;
}
p.no-margin {
	margin: 0px;
}
.domore { 
	background: #c4ddf5 url(images/plus.png) 85px 8px no-repeat; 
	padding: 7px 2px 7px 8px; 
	width: 100px; 
	display: block; 
	border-radius: 3px; 
	border: 1px solid #355788; 
	box-shadow: inset 0px 0px 5px 5px rgba(000, 000, 000, .1); 
	margin: -5px 10px 0 0; 
	float: left; 
	text-transform: uppercase; 
}
.visitwall { 
	background: #c4ddf5 url(images/plus.png) 125px 8px no-repeat; 
	padding: 7px 2px 7px 8px; 
	width: 140px; 
	display: block; 
	border-radius: 3px; 
	border: 1px solid #355788; 
	box-shadow: inset 0px 0px 5px 5px rgba(000, 000, 000, .1);
	margin: -5px 10px 0 0; 
	float: left; 
	text-transform: uppercase; 
}
a.upload { 
	background: #c4ddf5 url(images/camera.png) 120px 7px no-repeat; 
	padding: 7px 2px 7px 8px; 
	width: 150px; 
	display: block; 
	border-radius: 3px; 
	border: 1px solid #355788; 
	box-shadow: inset 0px 0px 5px 5px rgba(000, 000, 000, .1); 
	float: left; 
	margin: 10px 0; 
}
input.commentsubmit { 
	background: #c4ddf5; 
	padding: 5px; 
	width: 150px; 
	height: 32px; 
	display: block; 
	border-radius: 3px; 
	border: 1px solid #355788; 
	box-shadow: inset 0px 0px 5px 5px rgba(000, 000, 000, .1); 
	float: right; 
	margin: 10px 0;
}
input.videosnippit { 
	width: 65%; 
	display: block; 
	margin: 10px auto; 
	background: #c4ddf5; 
	padding: 5px; 
	border-radius: 3px; 
	border: 1px solid #355788; 
	box-shadow: inset 0px 0px 5px 5px rgba(000, 000, 000, .1); 
	font-family: 'Helvetica W01 Light';
}
p.cochin { 
	color: #1e406d; 
	font-family: 'Cochin W01 Roman', georgia;
	font-size: 14px; 
}
p.cochin a { 
	color: #1e406d; 
	font-weight: bold; 
}
p.cochin a:hover { 
	text-decoration: underline;
}
.item { 
	padding: 40px 0; 
	min-height: 126px;
}
.onefourth {
	float: left;
	width: 24%;	
}
.threefourth {
	float: left;
	width: 76%;
}
.item img.image { 
	margin: 0 48px 40px 0;
}
.item h2 {
	margin: 0 0 10px 0;
}
.item ul#headershare { 
	margin: 0px; 
	float: none; 
	display: block; 
	width: 100%; 
	height: 60px;
}
.border { 
	border-top: 1px solid #a6cef7; 
	border-bottom: 1px solid #4f79aa; 
	display: block; 
	height: 0px;
}
.list { 
	list-style: disc; 
}
ul.list li { 
	margin: 0 5px;  
}
ul.inline li { 
	display: inline;
	margin: 0px;
}
.bullet {
	padding: 0px 5px;
	color: #152d44;
}
#findahero { 
	float: left; 
	margin: 0 0 50px 12px;
	width: 270px; 
}
#findahero input[type=text] {
	background: url(images/input-bg.png) repeat;
    color: #1e406d;
    padding: 4px 0px 2px 15px !important;
    height: 24px;
    border: none;
	-moz-box-shadow: inset 0 1px 2px #56636f;
	-webkit-box-shadow: inset 0 1px 2px #56636f;
	box-shadow: inset 0 1px 2px #56636f;
	-moz-border-radius: 20px 0px 0px 20px;
	-webkit-border-radius: 20px 0px 0px 20px;
	border-radius: 20px 0px 0px 20px;
	width: 180px;
    font-family: 'Helvetica W01 Light',Arial;
    font-size: 13px !important;
}
#findahero input:focus {
	background: url(images/input-bg-dark.jpg) repeat;
}
#findahero img {
	position: relative;
	top: 8px;
}
div.half.left { 
	padding-right: 20px; 
	border-right: 1px solid #557caa;
}
div.half.right { 
	padding-left: 20px; 
	border-left: 1px solid #b4d1f5;
	min-height: 177px;
}
.noborder {
	border-right: none!important;
}
.half { 
	width: 479px; 
	min-height: 140px; 
	margin: 0 0 30px 0;
}
#right-confirm-honor {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
input.findahero { 
	background: #c4ddf5 url(images/commentbg.jpg) top left repeat; 
	width: 165px; 
	border-radius: 10px 0px 0px 10px; 
	padding: 3px 10px; 
	float: left; 
	display: block;
}
input.findaherosubmit { 
	float: left; 
	text-indent: -9999px; 
	width: 36px;
	height: 26px; 
	display: block;
	background: url(images/searchicon.png) 7px 5px no-repeat, #e6f1fa; /* fallback */
	background: url(images/searchicon.png) 7px 5px no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6f1fa), color-stop(100%,#82b8e6)); /* Chrome,Safari4+ */
	background: url(images/searchicon.png) 7px 5px no-repeat, -webkit-linear-gradient(top, #e6f1fa 0%,#82b8e6 100%); /* Chrome10+,Safari5.1+ */
	background: url(images/searchicon.png) 7px 5px no-repeat, -moz-linear-gradient(top, #e6f1fa 0%, #82b8e6 100%); /* FF3.6+ */
	background: url(images/searchicon.png) 7px 5px no-repeat, -ms-linear-gradient(top, #e6f1fa 0%,#82b8e6 100%); /* IE10+ */
	background: url(images/searchicon.png) 7px 5px no-repeat, -o-linear-gradient(top, #e6f1fa 0%,#82b8e6 100%); /* Opera 11.10+ */
	background: url(images/searchicon.png) 7px 5px no-repeat, linear-gradient(to bottom, #e6f1fa 0%,#82b8e6 100%); /* W3C */
	border-radius: 0px 10px 10px 0px;
	cursor: pointer;
}

   label code { cursor: pointer; float: left; width: 150px; }
   textarea { height: 5em; width: 20em; }
   .note { border: 1px solid orange; padding: 1em; background: #ffffe0; }

.gform_wrapper li input {
	vertical-align: top;
}
/********* CONTENT ELEMENTS *********/

#wallwrap { 
	width: 100%; 
	position: relative; 
	overflow: hidden;
}
.home #wallwrap {
	height: 375px;
}
#wall { 
	width: 30000px;
    /*height: 600px;*/
	background: url(images/wallbg.jpg); 
	overflow: hidden; 
	padding: 65px 0 45px 0; 
	border-top: 5px solid #b2b0b0; 
	-moz-box-shadow: 1px 1px 1px #5b5b5b inset;
	-webkit-box-shadow: 1px 1px 1px #5b5b5b inset;
	box-shadow: 1px 1px 1px #5b5b5b inset;
	margin-left: -18px;
}
#wallwrap .tooltip {
	background: url(images/tooltips-1.png); 
	padding: 0; 
	height: 316px;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
}
#wallwrap #tooltip-2 {
	background: url(images/tooltips-2.png); 
}
#wallwrap #tooltip-3 {
	background: url(images/tooltips-3.png); 
}
.home #wall {
	width: 100%;
	margin-left: 0;
	background: url(images/wall.jpg); 
	overflow: hidden;
	padding: 0;
	height: 370px;
	}

#wall ul.wordlist {
	color: #89857d;
    font-size: 22px;
    margin: 5px 0 42px 0px;
    width: 600%;
    letter-spacing: 3px;
	font-family:'DIN Next W02 Regular', arial;
    text-shadow: 0 1px 0 #faf7ef;
}
#wall ul.wordlist li { 
	float: left; 
	list-style: none; 
	margin: 0px; 
}
#wall ul.namelist {
	font-family:'DIN Next W02 Medium', arial;
	position: relative;
    height: 415px;
}
#wall ul.namelist li {
	color: #89857d;
    float: left;
    font-size: 16px;
    list-style: none;
    text-transform: uppercase;
    margin: 0 5px 0 0;
    padding: 0px;
    line-height: 30px;
    position: relative;
    text-shadow: 0 1px 0 #faf7ef;
    cursor: default;
}
#wall ul.namelist li.has-story {
    color: #666;
}
#wall ul.namelist li:hover {
	color: #686662;
}
#wall ul.namelist li a {
    text-decoration: none;
    color: #2C6DB7;
}
#wall ul.namelist li a:hover {
    font-size: 18px;
    color: #333;
}
.namelist li p.designation, .namelist li p.registered-donor, .namelist li p.recipient, .namelist li p.waiting-for-the-gift-of-life, .namelist li p.stories, .namelist li p.living-donor, .namelist li p.donor, .namelist li p.donor-family  {
	display: none;	
}
#wall ul.wordlist li:before  {
    content:"\2022";
    padding: 0px 17px;
}
#wall ul.namelist li:before {
    content:"\2022";
    padding: 0px 10px;	
    font-size: 16px;
}
p.term-name {
	margin: 0px;
	display: inline;
}
#people { 
	position: absolute; 
	bottom: 0; 
	left: 0px; 
	height: 315px; 
	width: 100%; 
	background: url(images/people.png) center center repeat-x; 
	z-index: 3;
}
.imagebox { 
	margin: 0px 30px 30px 0 !important; 
	float: left; 
	width: 339px; 
	height: auto; 
	display: block;
}
img.image { 
	border: 6px solid #c6e0f7; 
	margin: 0 0 10px 0;
	-moz-box-shadow: -1px 1px 1px #647c95;
	-webkit-box-shadow: -1px 1px 1px #647c95;
	box-shadow: -1px 1px 1px #647c95;
}
#comment-area img {
	border: 6px solid #c6e0f7; 
	margin: 0 0 10px 0;
	-moz-box-shadow: -1px 1px 1px #647c95;
	-webkit-box-shadow: -1px 1px 1px #647c95;
	box-shadow: -1px 1px 1px #647c95;	
}
#comment-area iframe {
	margin: 0 0 10px 0;
	-moz-box-shadow: -1px 1px 1px #647c95;
	-webkit-box-shadow: -1px 1px 1px #647c95;
	box-shadow: -1px 1px 1px #647c95;	
}
.commentlist li p {

}
.comment-meta {
	margin: 10px 0 20px;
	float: none!important;
	font-family: 'Helvetica W01 Bold';
}
p.date-meta { 
	font-weight: bold; 
	margin: 0 0 5px 0;
}
.reply { 
	padding: 0px; 
	color: #487c10;
}
.reply a { 
	color: #487c10;
	text-decoration: none;
	font-family: 'Helvetica W01 Bold', Arial;
}
a.reply-meta { 
	color: #c0df9e; 
	margin: 0 0 10px 0;
}
#respond, .commentlist {
	padding: 0px 38px;
}
.commentlist li {
	-moz-box-shadow: 0px -1px 0px #A6CEF7;
	-webkit-box-shadow: 0px -1px 0px #A6CEF7;
	box-shadow: 0px -1px 0px #A6CEF7;
    border-top: 1px solid #4F79AA;	
}
.commentlist ul.children li, .commentlist li.first {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
    border-top: none;	
}
.comment-form-author {
	float: left;
	margin: 0px;
}
.comments  { 
	border-top: 1px solid #a6cef7; 
}
.form-submit {
	float: right;
}
.form-submit input#submit {
    width: 109px;	
    margin: 0px;
}
textarea#comment { 
	background: #c4ddf5 url(images/commentbg.jpg) top left repeat; 
	width: 95%; 
	height: 140px; 
	margin: 20px 0px 0px; 
	border-radius: 3px; 
	border: 1px solid #355788; 
	box-shadow: inset 0px 0px 5px 5px rgba(000, 000, 000, .1), -1px 1px 1px #647c95 ; 
	resize: none; 
	padding: 10px 2.5%;
	width: 900px;
}
.comment-footer {
	float: left;
	margin-left: 0px;
}
#commentform input[type=text] {
	background: #c4ddf5 url(images/commentbg.jpg) top left repeat; 
	width: 95%; 
	height: 29px; 
	margin: 20px 0px 0px; 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #355788; 
	-moz-box-shadow: inset 0px 0px 5px 5px rgba(000, 000, 000, .1), -1px 1px 1px #647c95;
	-webkit-box-shadow: inset 0px 0px 5px 5px rgba(000, 000, 000, .1), -1px 1px 1px #647c95;
	box-shadow: inset 0px 0px 5px 5px rgba(000, 000, 000, .1), -1px 1px 1px #647c95;
	resize: none; 
	padding: 10px 2.5%;
	width: 450px;
    font-family: 'Helvetica W01 Light',Arial;
    font-size: 14px !important;
}
#content #comment-area li:nth-child(2n) {
	color: #152D44;
}
.desc-wrap {
	float: left;
	width: 600px;
}
.desc-wrap h2 {
	margin: 0px 0px 15px 0px;		
}
.desc-wrap p {
	font-size: 16px;
}
.imagebox {
	font-size: 15.5px;
}
/* Lightbox background */
body.home #lightbox {
	min-height: 1015px;
}
body.page-id-26 #lightbox {
	min-height: 959px;
}
#lightbox {
	display: none;
	background: url(images/transparent-bg.png) repeat transparent;
	position:absolute;
	top:0px;
	left:0px;
	min-width:100%;
	z-index:1000;
}
/* Lightbox panel with some content */
#lightbox-panel {
	display: none;
	position:absolute;
	top:100px;
	left:50%;
	margin-left:-300px;
	width:600px;
	background: url(images/blue-noise-bg.png) repeat;
	padding:10px 15px 10px 15px;
	z-index:1001;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#close-panel, #close-panel-tool {
    position: absolute;
    top: -11px;
    right: -15px;	
}
.yournamewrap {
	
}
.yournamewrap li p {
    padding-left: 12px;
}

/********* FOOTER ELEMENTS *********/

#footer {
	background-color: #fff;
	display: block; 
}
#footer a {
	color:rgb(66, 139, 202);
	text-decoration: none;
}
#footer p {
	margin: 0px;
}
#footer .box-right {
	display: block; 
    /* font-size: 85%; */
    line-height: 1.3em;
    font-size:12px;
}

#footer .box-center,
#footer .box-left {
	display: block; 
}

#footer .box-left li {
    display: block;
    float: left;
    margin-right: 6px;
}
#footer h2 a {
	font-size: 24px;
	color: #405263;
	margin: 0px;
	text-decoration: none;
}
#footer h2 a:hover { 
	color: #2a3947; 
}
#footer h2 { 
	margin: 0px 0px 7px;
	text-shadow: 1px 1px 1px #d9e8fe;

}
#subfooter { 
	width: 100%; 
	height: 38px; 
	display: block; 
	background: url(images/subfooter.jpg) repeat-x; 
}
#subfooter li { 
	float: left; 
	display: block;
    color: #9ab5cc; 
	font-family: 'Helvetica W01 Light';
	font-size: 12px; 
	margin: 0 5px; 
	line-height: 37px;
}
#subfooter a { 
	color: #9AB5CC;
	text-decoration: none;
}
.social-footer {
	position: relative;
	float: left;
	width: 100%;
}
.social-footer li a img {
	padding: 2px 0px;
    position: relative;
    top: 4px;
}
.social-footer li a:hover {
	opacity: 0.7;
	filter: alpha(opacity = 70);
}

/********* FORM ELEMENTS *********/

input { 
	height: 20px; 
}
input:focus { 
	transition: all .3s ease-in-out;
}
textarea#comments { 
	height: 150px;  
	overflow-y: auto; 
	resize: none; 
}
textarea#comments:focus { 
}
input#submit{ 
	width: 280px; 
	margin: 5px 0 20px 0; 
	transition: all .3s ease-in-out; 
}
input#submit:active, input#submit:hover { 
	transition: all .3s ease-in-out; 
}
label {
	display: none!important;
	font-weight: normal!important;
    color: #1e406d;
    font-family: 'Helvetica W01 Light',Arial;
    font-size: 14px;
}
input[type=text], input[type=tel], input[type=email] {
   background: url("images/input-bg.png") repeat scroll 0 0 transparent;
    border: medium none;
	-moz-box-shadow: inset 0 1px 2px #56636f;
	-webkit-box-shadow: inset 0 1px 2px #56636f;
	box-shadow: inset 0 1px 2px #56636f;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
    color: #1E406D;
    font-family: 'Helvetica W01 Light',Arial;
    font-size: 14px !important;
    height: 35px;
    padding: 5px 0 2px 10px !important;
}

.gfield_error input[type=text], .gfield_error label, .gfield_error a  {
	color: #790000;
}
.gfield_error input::-webkit-input-placeholder {
	color: #790000;	
}
	#content .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
	margin-top: 12px;
	margin-bottom: 10px !important;
	}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required {

}
#gform_wrapper_1 li.gfield.gfield_error.gfield_contains_required, 
#gform_wrapper_5 li.gfield.gfield_error.gfield_contains_required {
	padding-left: 0 !important;
}

body .gform_wrapper li.gfield.gfield_error, body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent !important;
    border: none !important;
    padding: 0px !important;
}
.gform_wrapper .validation_message  {
	display: none;
}
.gform_wrapper .top_label li.gfield.gfield_error.gf_left_half, .gform_wrapper .top_label li.gfield.gfield_error.gf_right_half {
    width: 49%!important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label, .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    margin-top: 0px!important;
}
.ginput_container{
	margin-left: 8px!important; 
}
#field_1_6.gfield_error, #field_5_6.gfield_error {
	width: 176px!important;
}
.searchname {
	clear: both;
	text-align: center;
	/*margin: 12px 0px 6px;*/
	margin: 12px 0 6px 0px;
}
.ie7 .searchname {
	padding-top: 10px;
}
.searchname .suggest {
	display: inline;
}
.searchname input[type=text] {
	margin: 0px;
	width: 591px;
}
.searchname input:focus {
	background: url(images/input-bg-dark.jpg) repeat;
}
.arrows {
    position: relative;
    margin-top:50px;
    text-align: center;
    z-index: 1;
}
#left-button, #right-button {
    height: 42px;
    position: relative;
    top: 16px;
    margin: 0px 15px;
}
.gform_wrapper ul li.gfield {
    clear: both;
    margin: 10px 0 !important;
}
ul.gfield_radio {
	margin: 12px!important;
}
ul.gfield_checkbox {
	margin: 17px!important;
}
ul.gfield_radio label {
	display: inline!important;
    font-size: 17px!important;
    margin: 0 8px 0 0 !important;
}
ul.gfield_checkbox label {
	display: inline!important;
    font-size: 12px;
}
li#field_1_6, li#field_5_6 {
	margin: 10px 10px 0 19px!important;
}
li#field_1_7, li#field_5_7 {
	margin: 0px;
}
li#field_1_8, li#field_5_8 {
	float: left;
}
li#field_1_9 {
	float: left !important;
	width: 24% !important;
	clear: none !important;
}
li#field_1_9, li#field_5_9 {
	margin-right: 0px;
}
li#field_1_12 label, li#field_5_12 label {
	margin: 3px;
}
li#field_1_14, li#field_5_14 {
	clear: both !important;
}
li#field_1_14, li#field_5_14 {
	position: relative;
	margin: 0 0 0 11px !important;
	top: -60px;
}
li#field_1_12, li#field_5_12 {
	position: relative;
	top: -40px;
}
input#input_1_7, input#input_5_7 {
	width: 239px !important;
}
input#input_1_8, input#input_5_8 {
	width: 220px!important;
}
input#input_1_10, input#input_5_10 {
	width: 446px !important;
}
input#input_6_2, input#input_6_2 {
	width: 102.5% !important;
}
li#field_2_2 {
	margin: 10px 0px 0 20px;
}
li#field_2_3 {
	margin: 10px 0 0;
}
ul#input_3_14 {
    margin: 0px 2px !important;
}
ul#input_1_12, ul#input_5_12 {
	margin: 7px 18px !important;	
}
#input_3_14 label {
    margin: 0 11px 0 0px !important;
}
li#field_3_9 {
    margin: -30px 0 30px !important;
}
li#field_6_9, li#field_7_9 {
    margin: -42px 0 25px !important;
}
#input_7_2 {
	width: 102.5%!important;
}
#input_2_1 {
    margin-right: 27px;
    width: 60%;
}
#field_4_3 {
	margin-top: 20px!important;
}
#gform_fields_2 div.uploader {
	margin: 0px 0px 0px 22px;
}
li#field_3_15 {
    left: 248px;
    top: 18px;
    z-index: 5;
}
.confirmation ul#input_6_14 li label, .confirmation ul#input_4_4 li label, .confirmation ul#input_7_14 li label {
    font-size: 13px !important;
    margin-left: 0;
    margin-right: 4px;
}

.confirmation ul#gform_fields_6 {
	margin: 0px;
}
.confirmation ul#gform_fields_7 {
	margin: 0px;
}
.confirmation #comment input#yourname, .confirmation #comment input#another, .confirmation #comment input#remain-text {
	display: none;
}
ul#input_3_14 li label, ul#input_4_4 li label {
	font-size: 14px !important;
	margin-left: 0px;
	margin-right: 10px;
}
#gforms_confirmation_message {
	text-align: left;
	line-height: 24px;
}
ul#input_3_9, ul#input_3_9 label, ul#input_4_4, ul#input_4_4 li, ul#input_4_3 label, ul#input_4_3 li, #input_6_6, #input_6_6 label, ul#input_6_9, ul#input_6_9 label, #input_7_6, #input_7_6 label, ul#input_7_9, ul#input_7_9 label  {
	margin: 0px!important;
}
#input_3_6, #input_3_6 label {
	margin: 26px 0px 0px 0px !important;
}
ul#input_4_3 {
	margin: 10px 0px!important;
}
#field_3_12 p {
    font-size: 15px !important;
    padding: 0px 12px;
}
ul#input_6_9 label, ul#input_7_9 label {
	font-size: 16px!important;
}
p.label {
	font-weight: normal;
    color: #1e406d;
    font-size: 16px!important;
    margin: 0px;
    font-style: italic;	
    padding: 0px!important;
}
.addyourname p {
    font-size: 14px;
    padding: 0px 10px;
}
 .gform_wrapper .top_label li.gfield.gf_left_half input.medium, .gform_wrapper .top_label li.gfield.gf_left_half input.large, .gform_wrapper .top_label li.gfield.gf_right_half input.medium, .gform_wrapper .top_label li.gfield.gf_right_half input.large {

}    
.gform_wrapper .top_label li.gfield.gf_right_half {

}   
select {
    background: url("images/drop-down-bg.png") repeat scroll 100% center transparent;
    border: medium none;
    color: #1E406D;
    font-family: 'Helvetica W01 Light',Arial;
    font-size: 14px !important;
    height: 34px;
    padding: 7px 0 0 7px!important;
    position: inherit;
    top: 0;
    visibility: visible;
    margin: 0px!important;
}
.select-wrapper, .selectfield .ginput_container {
    border: 1px solid #263F62;
    overflow: hidden;
    position: relative;
    width: 100%; 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: -1px 1px 1px #94B2DC;
	-webkit-box-shadow: -1px 1px 1px #94B2DC;
	box-shadow: -1px 1px 1px #94B2DC;

}
#global .home-light .gform_wrapper .namelight {
	width: 100%;
}
	#global .home-light .gform_wrapper .namelight select {
		width: 103%;
	}
#global .horizontal_container .gform_wrapper .namelight {
	width: 100%;
}
	#global .horizontal_container .gform_wrapper .namelight select {
		width: 102.5%;
	}
#content .wrap .gform_wrapper .nameconfirmation {
	width: 104%;
}
	#content .wrap .gform_wrapper .nameconfirmation select {
		width: 104%;
	}
#content .wrap .gform_wrapper .nameconfirmationhonor {
	width: 104%;
}
	#content .wrap .gform_wrapper .nameconfirmationhonor select {
		width: 104%;
	}
#content .wrap .gform_wrapper .story {
	width: 30%!important;
}
	#content .wrap .gform_wrapper .story select {
		width: 100%!important;
	}
#content .wrap .gform_wrapper .registerform {
    width: 21% !important;
}
#content .wrap .gform_wrapper .registerhonor {
    width: 21% !important;
}
#selecthis {
	width: 104%;
}
select option {
    background-color: #afd0ef;
    border-bottom: 1px solid #999;
    padding: 5px 9px;
}
#input_1_6, #input_5_6 {
    width: 113% !important;
}
/* 
    Hide the original radios and checkboxes
    (but still accessible)
    
    :not(#foo) &gt; is a rule filter to block browsers
                 that don't support that selector from
                 applying rules they shouldn't
       
*/
li:not(#foo) &gt; input[type='radio'], 
li:not(#foo) &gt; input[type='checkbox'] {
    
    /* Hide the input, but have it still be clickable */
    opacity: 0;
    margin-left: -15px;    
    float: left;
    width: 18px;
}


li:not(#foo) &gt; input[type='radio'] + label {
    margin: 0;
    clear: none;
    
    /* Left padding makes room for image */
    padding: 5px 0 6px 28px;

    /* Make look clickable because they are */
    cursor: pointer;
    
    background: url(images/radio.png) left center no-repeat; 
}

li:not(#foo) &gt; input[type='checkbox'] + label {
    margin: 0;
    clear: none;
    
    /* Left padding makes room for image */
    padding: 5px 0 4px 28px;

    /* Make look clickable because they are */
    cursor: pointer;
    
    background: url(images/checkbox.png) left center no-repeat; 
}

/*
    Change from unchecked to checked graphic
*/
li:not(#foo) &gt; input[type='radio']:checked + label {
    background-image: url(images/radio-checked.png);
}
li:not(#foo) &gt; input[type='checkbox']:checked + label {
    background-image: url(images/checkbox-checked.png);
}
ul#field_5_9 li, ul#field_1_9 {
	margin: 0 10px 0 0!important;
}
.gform_wrapper ul.gfield_radio {
    margin: 0 12px !important;
    padding: 6px 0 0 !important;
}
textarea {
	background: url(images/input-bg.png) repeat;
    color: #1e406d;
    padding: 6px 0px 2px 10px !important;
    height: 150px!important;
    border: none;
    width: 98.7%!important;
	-moz-box-shadow: inset 0 1px 2px #56636f;
	-webkit-box-shadow: inset 0 1px 2px #56636f;
	box-shadow: inset 0 1px 2px #56636f;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
    font-family: 'Helvetica W01 Light',Arial;
    font-size: 14px !important;
}
input[type=submit] {
	background: url("images/btn-submit-bg.png") repeat scroll right -1px #accdeb;
	border: 1px solid #274063;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: -1px 1px 1px #507093;
	-webkit-box-shadow: -1px 1px 1px #507093;
	box-shadow: -1px 1px 1px #507093;
	text-transform: uppercase;
	padding: 0px 29px 0px 13px!important;
	text-decoration: none;
    display: inline-block;
    line-height: 34px;
    cursor: pointer;
    font-family: 'Helvetica W01 Light',Arial;
    font-size: 14px!important;
    display: inline-block;
    height: 34px;
    line-height: 34px;
}
input[type=submit]:hover {
	background: url("images/btn-submit-hover-bg.png") repeat scroll right -1px #4e8bcf;
}
input[type=file] {
	cursor: pointer;
}
ul.gform_fields  {
	overflow: visible!important;
}
::-webkit-input-placeholder {
   color: #1E406D;
}
:-moz-placeholder {  
   color: #1E406D;  
}
/*#field_2_3 .ginput_container, .comment-footer {
    height: 39px;
    overflow: hidden;
    position: relative;
    width: 177px;
    right: -10px;	
}
#field_2_3 .ginput_container input, .comment-footer input.image-upload {
    font: 500px monospace;
    height: 100%;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity = 0);
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}
#field_2_3 .ginput_container .new-upload-button, .comment-footer .new-upload-button {
    background: url("images/photo-upload.png") no-repeat scroll 0 0 transparent;
    height: 100%;
    position: absolute;
    width: 100%;
}
*/
input#author {
	margin: 0px!important;
}
#lightbox-panel .gform_wrapper {
	overflow: visible;
}
.gform_wrapper {
    position: relative;
}
#gform_wrapper_1 .gform_footer {
    bottom: -120px;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    right: 22px;
}
#gform_wrapper_5 .gform_footer{
    bottom: -30px;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    right: 22px;
}

#gform_wrapper_6 .gform_footer, #gform_wrapper_7 .gform_footer {
    bottom: 0px;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    right: 130px;
    overflow: visible;
}  
#gform_wrapper_3 .gform_footer {
    bottom: 0px;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    right: -2px;
    overflow: visible;	
}
#gform_wrapper_6 .gform_footer, #gform_wrapper_7 .gform_footer {
    bottom: -5px;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    right: -23px;
}  
#field_2_8 p.meta {
	width: 70%;
}
p.meta {
    color: #152D44;
    margin: 0;
    padding: 0px 0 0;
}
.gform_wrapper div.charleft {
	color: #152D44!important;
}
#gform_wrapper_1 .instruction, #gform_wrapper_5 .instruction {
	display: none;
}

input#upload { background: #aaa url(images/bg-btn.png) bottom repeat-x; padding: .4em 1.2em;border: 1px solid #aaa; color: #222; font-size: 1.2em; font-weight: bold; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; cursor: pointer; margin: 2em 0; }
input#upload:hover { background: #eee; color: #111; border-color:#777; }


/*custom upload elements*/
.customfile-input { position: absolute; height: 100px; cursor: pointer; background: transparent; border: 0; opacity: 0; -moz-opacity: 0; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); z-index: 999;  }

.customfile { width: 400px; background: #666; cursor: pointer; overflow: hidden; padding: 2px; border: 1px solid #444; -moz-border-radius:7px; -webkit-border-radius:7px; border-radius:7px;  position: relative; }
.customfile-disabled { opacity: .5; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); cursor: default;  }
.customfile-feedback { display: block; margin: 1px 1px 1px 5px; font-size: 1.2em; color: #fff; font-style: italic; padding: .3em .6em; }
.customfile-feedback-populated { color: #fff; font-style: normal; font-weight: bold; padding-left: 20px; background: url(images/icon-generic.gif) left 4px no-repeat; }
.customfile-button { border: 1px solid #999; background: #333 url(images/bg-submit.gif) bottom repeat-x;  color: #fff; font-weight: bold; float: right; width: 50px; padding: .3em .6em;  text-align: center; text-decoration: none;  font-size: 1.2em; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;  }
.customfile-hover .customfile-button, .customfile-focus .customfile-button  { color:#111; background: #aaa url(images/bg-btn.png) bottom repeat-x; border-color:#aaa;  padding: .3em .6em;  }
.customfile-focus .customfile-button { outline: 1px dotted #ccc;  }

/*file type icons*/
.customfile-ext-jpg, .customfile-ext-gif, .customfile-ext-png, .customfile-ext-jpeg, .customfile-ext-bmp { background-image: url(images/icon-image.gif);}
.customfile-ext-mp3, .customfile-ext-mp4, .customfile-ext-mov, .customfile-ext-swf, .customfile-ext-wav, .customfile-ext-m4v { background-image: url(images/icon-media.gif);}
.customfile-ext-zip, .customfile-ext-tar, .customfile-ext-sit { background-image: url(images/icon-zip.gif);}


/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {
margin: 0; 
padding: 0;
}
.flexslider .slides &gt; li  /* Hide the slides before the JS is loaded. Avoids image jumping */
{
display: none; 
-webkit-backface-visibility: hidden;
}
/* edit here for mobile */
.flexslider .slides li {
    display: block;
    float: left;

}
.flexslider .slides a { 
	width: 25%; 
	text-align: center; 
	display: block; 
	float: left; 
	margin: 10px 0;
	position: relative;
}
.flexslider .slides img { 
	display: block; 
	margin: 0 auto;
}
.flex-pauseplay span {
	text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
content: "."; 
display: block; 
clear: both; 
visibility: hidden; 
line-height: 0; 
height: 0;
} 
html[xmlns] .slides {
display: block;
} 
* html .slides {
height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides &gt; li:first-child {
display: block;
}


/* FlexSlider Default Theme
*********************************/
.flexslider {
margin: 0; 
background: transparent; 
border: none; 
position: relative;
-webkit-border-radius: 0; 
-moz-border-radius: 0; 
-o-border-radius: 0; 
border-radius: 0; 
-webkit-box-shadow: none; 
-moz-box-shadow: none; 
-o-box-shadow: none; 
box-shadow: none;
}
.flex-viewport {
max-height: 2000px; 
-webkit-transition: all 1s ease; 
-moz-transition: all 1s ease; 
transition: all 1s ease;

}
.loading .flex-viewport {
max-height: 300px;
}
.flexslider .slides {
zoom: 1;
/*margin: 0px!important;*/
padding: 24px 0px 0px;
}

.carousel li {
margin-right: 5px;
}


/* Direction Nav */
.flex-direction-nav {
	*height: 0;
}
.flex-direction-nav a {
	width: 42px; 
	height: 42px; 
	margin: -20px 0 0; 
	display: block;  
	position: absolute; 
	top: 50%; 
	cursor: pointer; 
	text-indent: -9999px; 
	opacity: 1; 
	filter: alpha(opacity = 100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.flex-direction-nav .flex-next, 
.flexslider:hover .flex-next {
	background: url(images/right-arrow.png) no-repeat 0 0;
	right: -60px; 
	text-align: left;
}
.flex-direction-nav .flex-prev, 
.flexslider:hover .flex-prev {
	background: url(images/left-arrow.png) no-repeat 0 0;
	left: -55px;
}
.flex-direction-nav .flex-disabled {
	opacity: .3!important; 
	filter:alpha(opacity=30); 
	cursor: default;
}

.flex-direction-nav a:before {
	display: none;
}

.flexslider .slides span p.small img, 
.flexslider .slides .tt-wrapper img {
	width: auto;
}
/* Control Nav */
.flex-control-nav {
	width: auto; 
	/* position: absolute;  */
	position: static; 
	float: right;
	bottom: -30px; 
	right: 10px; 
	text-align: center;
}
.flex-control-nav li {
	margin: 0 6px; 
	display: inline-block; 
	zoom: 1; 
	*display: inline;
}
.flex-control-paging li a {
	width: 23px; 
	height: 24px; 
	display: block; 
	background: url(images/nav-dots.png) no-repeat scroll center top;
	text-indent: -9999px;
	cursor: pointer; 
}
.flex-control-paging li a:hover { 
	background: url(images/nav-dots.png) no-repeat scroll center bottom;
}
.flex-control-paging li a.flex-active { 
	background: url(images/nav-dots.png) no-repeat scroll center bottom;
}

.flex-control-thumbs {
	margin: 5px 0 0; 
	position: static; 
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%; 
	float: left; 
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%; 
	display: block; 
	opacity: .7; 
	filter: alpha(opacity = 70);
	cursor: pointer;
}
.flex-control-thumbs img:hover {
	opacity: 1;
	filter: alpha(opacity = 100);
}
.flex-control-thumbs .flex-active {
	opacity: 1; 
	filter: alpha(opacity = 100);
	cursor: default;
}
img.donor:hover {
	border: 6px solid #abd67d;
}
img.waiting-for-the-gift-of-life:hover {
	border: 6px solid #dbb0e4;
}
img.recipient:hover {
	border: 6px solid #FA8A4F;
}
img.registered-donor:hover {
	border: 6px solid #ffcd69;
}
img.donor-family:hover {
	border: 6px solid #88b8e4;
}
img.living-donor:hover {
	border: 6px solid #EA908E;
}

.flexslider .slides span img { 
    display: inline;
    margin: 0 4px;
    position: relative;
    top: 2px;
}

ul.slides li span {
    margin-left: -125px;
    opacity: 0;
    filter: alpha(opacity = 0);
    position: absolute;
    top: -50px;
    width: 250px;
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	z-index: 1000;
	text-align: center;
	border: 1px solid #898783;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
ul.slides li span p.big {
	font-weight: bold;
}
ul.slides li span.donor {
	background: url(images/green-hover-bg.png) repeat-x transparent;
}
ul.slides li span.donor:after{
	border-top: 10px solid #abd67d;
}
ul.slides li span.waiting-for-the-gift-of-life {
	background: url(images/purple-hover-bg.png) repeat-x transparent;
}
ul.slides li span.waiting-for-the-gift-of-life:after{
	border-top: 10px solid #dbb0e4;
}
ul.slides li span.recipient {
	background: url(images/orange-hover-overlay.png) repeat-x transparent;
}
ul.slides li span.recipient:after{
	border-top: 10px solid #FA8A4F;
}
ul.slides li span.registered-donor {
	background: url(images/yellow-hover-bg.png) repeat-x transparent;
}
ul.slides li span.registered-donor:after{
	border-top: 10px solid #ffcd69;
}
ul.slides li span.donor-family {
	background: url(images/blue-hover-bg.png) repeat-x transparent;
}
ul.slides li span.donor-family:after{
	border-top: 10px solid #88b8e4;
}
ul.slides li span.living-donor {
	background: url(images/red-hover-bg.png) repeat-x transparent;
}
ul.slides li span.living-donor:after{
	border-top: 10px solid #ea908e;
}

ul.slides li span:before,
ul.slides li span:after{
	content: '';
	position: absolute;
	bottom: -11px;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid rgba(0,0,0,0.3);
}
ul.slides li span:after{
	bottom: -10px;
	margin-left: -10px;
}

ul.slides li a:hover span {
	opacity: 1;
	filter: alpha(opacity = 100);
	top: -35px;
	left: 50%;
}


/*==============================*/
/*======= HIGHLIGHT =======*/
/*==============================*/

.highlight {
    background-color: #f8c121;
    -moz-border-radius: 5px; /* FF1+ */
    -webkit-border-radius: 5px; /* Saf3-4 */
    border-radius: 5px; /* Opera 10.5, IE 9, Saf5, Chrome */
    padding:0px;
    font-style: normal;
    font-size: 16px!important;
    bottom: 0px!important;
    color: #686662!important;
}
.highlight a {
    background-color: #f8c121;
    -moz-border-radius: 5px; /* FF1+ */
    -webkit-border-radius: 5px; /* Saf3-4 */
    border-radius: 5px; /* Opera 10.5, IE 9, Saf5, Chrome */
    padding:0px;
    font-style: normal;
    font-size: 16px!important;
    bottom: 0px!important;
    color: #686662!important;
}
.highlight a:hover {
    background-color: #ABCCEB;
}

.tt-wrapper li span.living-donor span.highlight, .tt-wrapper li span.waiting-for-the-gift-of-life span.highlight, .tt-wrapper li span.recipient span.highlight, .tt-wrapper li span.registered-donor span.highlight, .tt-wrapper li span.donor span.highlight, .tt-wrapper li span.donor-family span.highlight {
    background-color: transparent;
    -moz-border-radius: 0px; /* FF1+ */
    -webkit-border-radius: 0px; /* Saf3-4 */
    border-radius: 0px; /* Opera 10.5, IE 9, Saf5, Chrome */
    padding: 0px;
    margin:0px;
	font-family: 'Helvetica W01 Bold';
	font-size: 11px!important;
	color: #2c6db7;
	font-style: italic;
}
.tt-wrapper li span p.big span.highlight {
    color: #2C6DB7;
    font-family: 'DIN Next W01 Bold', arial;
    font-size: 18px!important;
    font-weight: normal;
    line-height: 18px;
    margin: 14px 0 0;
	color: #2c6db7;
	font-style: normal;
}
.tt-wrapper li span p.small span.highlight {
	font-family: 'DIN Next W02 Regular', arial;
	font-size: 17px!important;
	text-align: center;
	margin: 0px;
	line-height: 19px;
	font-style: normal;
}
.tt-wrapper li span.highlight:before, .tt-wrapper li span.highlight:after {
    border-left: transparent;
    border-right: transparent;	
}

/*==============================*/
/*======= HIGHLIGHT =======*/
/*==============================*/

p.big {
    font-size: 13px;
    text-transform: uppercase;
    margin: 8px 0px 0px 0px;
    text-align: center;
    padding: 0px;
}
.tt-wrapper p.big {
    color: #2C6DB7;
    font-family: 'DIN Next W01 Bold', arial;
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
    margin: 14px 0 0;
}
.tt-wrapper p.littlebig {
    color: #2C6DB7;
	font-family:'DIN Next W02 Medium', arial;
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
    margin: 14px 0 0;
}
.namelist li .tool p.big {
	margin: 0px;
	font-style: normal;
}
.tt-wrapper p.small {
	font-family: 'DIN Next W02 Regular', arial;
    font-size: 15.7px;
    letter-spacing: -0.8px;
	text-align: center;
	margin: 0px 0px 8px -7px;
	line-height: 19px;
	font-style: normal;
}
.tt-wrapper span.small {
	font-family: 'DIN Next W02 Regular', arial;
    font-size: 15.7px;
    letter-spacing: -0.8px;
	text-align: center;
	line-height: 19px;
	font-style: normal;
}
.namelist li .tool p.small {
	margin: 3px 0 0 0px;
}
.namelist li .tool img.wallheart {
	position: relative;
	top: 2px;
}
.namelist li .tool img.bigcarrot {
	position: relative;
	top: 2px;
	padding: 0px 3px 0px 0px;
}
.tt-w
.tt-wrapper li{
	margin: 0 2px;
	outline: none;
	position: relative;
}
.tt-wrapper .tool{
	margin: 0 2px;
	outline: none;
	position: relative;
	font-family: 'DIN Next W02 Medium',arial;
	font-size: 19px;
	text-transform: uppercase;
    color: #2C6DB7;
    display: none;
}
.tt-wrapper li .living-donor,
.tt-wrapper li .donor-family,
.tt-wrapper li .waiting-for-the-gift-of-life,
.tt-wrapper li .recipient,
.tt-wrapper li .registered-donor,
.tt-wrapper li .donor {
	width: 400px;
	height: auto;
	line-height: 12px;
	padding: 10px;
	left: 50%;
	margin-left: -195px;
	font-family: 'Helvetica W01 Bold';
	font-size: 11px;
	color: #2c6db7;
	font-style: italic;
	text-align: center;
	border: 1px solid #898783;
	text-indent: 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: absolute;
	bottom: 28px;
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	z-index: 999;
    text-shadow: none!important;
}
.tt-wrapper li#foundname .tool {
	z-index: 998;	
}
.highlight {
	bottom: 0px!important;
}


ul.slides li span.donor {
	background: url(images/green-hover-bg.png) repeat-x transparent;
}
ul.slides li span.donor:after{
	border-top: 10px solid #abd67d;
}






.tt-wrapper li .living-donor {
	background: url(images/red-hover-bg.png) repeat-x #ea908e;
}
.tt-wrapper li .donor-family {
	background: url(images/blue-hover-bg.png) repeat-x #88b8e4;
}
.tt-wrapper li .waiting-for-the-gift-of-life {
	background: url(images/purple-hover-bg.png) repeat-x #dbb0e4;
}
.tt-wrapper li .recipient {
	background: url(images/orange-hover-overlay.png) repeat-x #FA8A4F;
}
.tt-wrapper li .registered-donor {
	background: url(images/yellow-hover-bg.png) repeat-x #ffcd69;
}
.tt-wrapper li .donor {
	background: url(images/green-hover-bg.png) repeat-x #abd67d;
}


.tt-wrapper li .tool:before,
.tt-wrapper li .tool:after{
	content: '';
	position: absolute;
	bottom: -11px;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid rgba(0,0,0,0.3);
}
.tt-wrapper li .tool:after {
	bottom: -10px;
	margin-left: -10px;
}

.ie8 .tt-wrapper li .tool:after {
	bottom: -20px;
}
.tt-wrapper li .active-tip {
	display: block;
	bottom: 35px;
}
.tt-wrapper li:hover .highlight {
	bottom: 0px;
}

.tt-wrapper li .recipient:after{
	border-top: 10px solid #FA8A4F;
}
.tt-wrapper li .registered-donor:after{
	border-top: 10px solid #ffcd69;
}
.tt-wrapper li .donor:after{
	border-top: 10px solid #abd67d;
}
.tt-wrapper li .living-donor:after{
	border-top: 10px solid #ea908e;
}
.tt-wrapper li .donor-family:after{
	border-top: 10px solid #88b8e4;
}
.tt-wrapper li .waiting-for-the-gift-of-life:after{
	border-top: 10px solid #dbb0e4;
}
/*==============================*/
/*======= ToolTip styles =======*/
/*==============================*/


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}

#mti_wfs_colophon {
    visibility: hidden;
}

/********** add this restyle ************/
/* div.addthis_sharing_toolbox{ margin-left:30px; }
a.at-share-btn.at-svc-email{ margin-right:0px; }

a span.at300bs.at15nc.at15t_compact{ position: relative;top:-1px; }

div.addthis_32x32_style .at-share-btn{
	background:transparent !important;
}
div.addthis_32x32_style .dummy .at300bs, div.addthis_32x32_style .at300bs, div.addthis_32x32_style .at-share-btn span{
	background:transparent url("img/sprite-icons.png");
	background-size:auto !important;
	width:30px!important;
	height:30px!important;
}
div.addthis_32x32_style .at-share-btn span.at15t_compact{ display:inline;position:relative;top:-10px;left:-7px;background-image:none!important; }
div.addthis_32x32_style .at-share-btn span.at15t_compact:after{ background:none!important; content:"Share" !important; }
.addthis_sharing_toolbox.es div.addthis_32x32_style .at-share-btn span.at15t_compact{ left:-37px; }
.addthis_sharing_toolbox.es div.addthis_32x32_style .at-share-btn span.at15t_compact:after{ background:none!important; content:"Compartir" !important; }
div.addthis_32x32_style .at15t_facebook{ background-position:-86px 0 !important; }
div.addthis_32x32_style .at15t_twitter{ background-position:-58px 0 !important; }
div.addthis_32x32_style .at15t_email{ background-position:-29px 0 !important; } */

/********** sharethis restyle ************/
span.stLarge{
	background:transparent url("img/sprite-icons.png")!important;
	background-size:auto !important;
	width:30px!important;
	height:30px!important;
}
span.st_sharethis_large span.stLarge{ background:none!important; }
span.st_sharethis_large span.stLarge{ position:relative;top:-10px;left:-7px;color:white;font-size:10pt; }
.addthis_sharing_toolbox.es span.st_sharethis_large span.stLarge{ left:-37px; }
span.st_sharethis_large span.stLarge:after{ content:"Share" !important; }
.addthis_sharing_toolbox.es span.st_sharethis_large span.stLarge:after{ content:"Compartir" !important; }
span.st_facebook_large span.stLarge{ background-position:-86px 0 !important; }
span.st_twitter_large span.stLarge{ background-position:-58px 0 !important; }
span.st_email_large span.stLarge{ background-position:-29px 0 !important; }
</pre></body></html>