@import 'reset.css';
#dev {
	position: absolute;
	opacity: 0.6;
	left: 2px;
	top: 3px;
	display: none;
	z-index: 9999999999;
}
body {
	font-family: "Museo Sans W01 500", Arial, sans-serif;
}
.global_width {
	margin: 0px auto;
	width: 1000px;
}
.left {
	float: left;
}
.main.left:before {
    content: "";
    display: block;
}
.main.left:after {
    clear: both;
    content: "";
    display: table;
}
.main.left {
    display: block;
    float: none;
}
.right {
	float: right;
}
.button {
	padding: 11px 19px;
	font-family: "Museo Sans W01 700", Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
}
.green {
	background-color: #71b31c;
}
.blue {
	background-color: #1cb4e1;
}
.purple-bic {
	background-color: #2A3567;
}
.green.button.left:hover {
  background-color: #7ED60C;
}
.blue.button.left:hover {
  background-color: #00C5FF;
}
.purple-bic.button.left:hover {
  background-color: #4B5FB7;
}
.dark_blue {
	background-color: #00529b;
}
.pattern_bg {
	background: url("../img/nav_bg.png") repeat;
	overflow: hidden;
	position: relative;
	z-index: 99;
}
/** Layout **/
.header {
  padding: 5px 0;
}
.header .button {
	margin: 0 17px 0 0;
}
.header .right {
  margin: 25px 0 0;
}
@media (min-width: 1050px) {
.header {
  height: 85px;
}
}
.search_container{
    float:left;
}
#search {
	border: none;
	color: #6B6B6B;
	font-family: "Museo Sans W01 500", Arial, sans-serif;
	font-size: 15px;
	height: 22px;
	margin: 0 -22px 0 0;
	width: 0px;
	padding: 5px 10px;
	border-bottom: 2px solid #d6d8d4;
	border-left: 2px solid #d6d8d4;
	border-top: 2px solid #d6d8d4;
}
#searchForm {
	display: inline;
	height: 22px;
	width: 0;
}
#search.open {
	margin: 0 -2px 0 0;
}
#search_toggle {
	background: url("../img/search.png") no-repeat 0 0 #FFFFFF;
	width: 44px;
	height: 36px;
	border-left: solid 2px #d6d8d4;
	border-right: solid 2px #d6d8d4;
}
.nav li, .mobile_elements li {
	float: left;
}
.main li {
	margin: 0 8px 0 0;
}
.utility li {
	margin: 0 0 0 15px;
}
.nav a, .mobile_elements a {
	display: block;
	text-decoration: none;
}
.main a {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 16px;
	padding: 19px 10px 17px;
}
.main.left.home a:hover {
  background-color: #136FC3;
  margin: 9px 0 7px;
  padding: 10px;
}
.utility a {
	color: #6DB3F0;
	font-size: 15px;
	font-weight: normal;
	padding: 20px 2px 17px;
}
.utility a:hover, .sitemap a:hover, .main_site:hover {
  color: #FFFFFF;
}
.utility_active a {
  color: #6DB3F0;
  font-size: 15px;
  font-weight: normal;
  padding: 20px 2px 17px;
}
.utility_active a:hover {
  background-color: transparent !important;
  color: #fff;
}
.utility_active.right > a:hover {
  margin: 0 !important;
  padding: 20px 2px 17px !important;
}
.utility_active li {
  margin: 0 0 0 15px;
}
.utility_active.right {
  float: right !important;
}
li.utility_active.right {
  background-color: rgba(0, 0, 0, 0) !important;
  margin-top: 0px !important;
}
.content {
	clear: both;
}
.footer {
	background: url("../img/nav_bg.png") repeat 0 0;
	overflow: hidden;
	padding: 32px 0 46px;
}
.footer a {
	color: #6DB3F0;
	font-size: 14px;
	text-decoration: none;
}
.footer .utility {
	margin: 4px 0 0 1px;
	height: 17px;
}
.footer .utility li {
	float: left;
	margin: 0 15px 0 -4px;
}
.footer_logo {
	margin: 39px 0 14px;
}
.footer .left p {
	margin: 0 0 8px;
	color: #FFFFFF;
}
.social li {
	float: left;
	margin: 0 10px 0 0;
}
.footer .right {
	width: 32.5%;
}
.footer .right ul {
	clear: both;
	float: left;
	margin: 0 0 23px;
}
.sitemap li {
	margin: 0 0 9px;
}
/** Slider **/
.slider {
	height: 748px;
	overflow: hidden;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
	height: 748px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #ffffff;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
.slider_controls {
	float: right;
	font-size: 45px;
	position: relative;
	right: -12px;
	top: 26px;
	display: none;
}
.slider_controls a {
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	display: block;
	float: left;
	height: 30px;
	line-height: 22px;
	margin: 0 5px;
	opacity: 0.8;
	text-align: center;
	text-decoration: none;
	width: 30px;
}
.slider_controls a:hover {
  border: 3px solid #1CB4E1;
  color: #1CB4E1;
}
.slide_content {
	background: url("../img/transparent.png") repeat scroll 0 0 transparent;
	color: #FFFFFF;
	font-size: 25px;
	height: auto;
	padding: 30px 25px 30px 30px;
	position: absolute;
	top: 75px;
	width: 355px;
}
.slide_content h1 {
	font-size: 50px;
	font-family: "Museo Sans W01 900", Arial, sans-serif;
	line-height: 1.2;
	margin: 17px 0 15px;
	text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
	-moz-text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
	-o-text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
	-ms-text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
}
.slide_content p {
	line-height: 29px;
}
.slide_content .button {
	float: left;
	margin: 25px 0 0;
}
#slider_overlay {
	display: none;
	background-color: rgba(0,0,0,0.6);
	height: 748px;
	position: absolute;
	top: 131px;
	width: 100%;
	z-index: 2;
}
/** Homepage **/
.action_boxes {
	background-color: #FFFFFF;
	overflow: hidden;
	padding: 19px 20px 0;
	position: relative;
	margin-top: -119px;
	z-index: 11;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.action_box {
	float: left;
	margin: 0 0 0 2%;
	width: 32%;
	border-bottom: solid 4px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	height: 100px;
	padding: 0;
	text-align: center;
}
.action_box:hover {
	border-bottom-width: 14px;
}
.action_box:first-child {
	margin: 0;
}
.action_box.green {
	background: #fff; /*url("../img/give_now_icon.png") no-repeat 99px 0px transparent;*/
	border-color: #71b31c;
}
.action_box.purple {
	background: #fff; /*url("../img/support_icon.png") no-repeat 112px 0px transparent;*/
	border-color: #860962;
}
.action_box.blue {
	background: #fff; /*url("../img/get_involved_icon.png") no-repeat 112px 0px transparent;*/
	border-color: #1cb4e1;
}
.action_box a {
	display: block;
	font-size: 23px;
	font-family: "Museo Sans W01 900", Arial, sans-serif;
	margin: 0 0 7px;
	text-decoration: none;
}
.action_box.green a {
	color: #71b31c;
}
.action_box.purple a {
	color: #860962;
}
.action_box.blue a {
	color: #1cb4e1;
}
.action_box p {
	color: #6B6B6B;
	font-size: 17px;
	font-family: "Museo Sans W01 500", Arial, sans-serif;
	line-height: 22px;
}
.action_boxes.featured_items {
	margin: 48px auto 63px;
}
.featured_items .action_box {
	background-color: #F3F3F3;
	border: medium none;
	height: auto;
	padding: 0 0 28px;
	position: relative;
	text-align: left;
}
.featured_items .button {
	font-size: 14px;
	position: absolute;
	right: 0;
	top: 0;
}
.featured_items h2 {
	color: #00529B;
	font-size: 23px;
	margin: 25px 0 12px;
	padding: 0 0 0 29px;
}
.featured_items p {
	color: #6B6B6B;
	font-size: 15px;
	padding: 0 0 0 29px;
}
.button.event {
	background: url("../img/calendar_icon.png") no-repeat scroll 21px 10px #1CB4E1;
	padding-left: 42px;
}
.button.event:after{
    content:"event";
}
.button.campaign {
	background: url("../img/campaign_icon.png") no-repeat scroll 20px 12px #1CB4E1;
	padding-left: 39px;
}
.button.campaign:after {
    content:"campaign";
}
.button.news {
  background: url("../img/news_icon.png") no-repeat scroll 20px 10px #1CB4E1;
  padding-left: 48px;
}
.button.news:after {
    content:"news";
}
.featured_items .more {
	color: #1CB4E1;
	font-size: 17px;
	margin: 14px 0 0 30px;
	font-family: "Museo Sans W01 500", Arial, sans-serif;
}
/** Homepage Events section **/
.action_box.events h2 {
  color: #6B6B6B;
  font-size: 28px;
  font-family: "Museo Sans W01 900", Arial, sans-serif;
  margin: -4px 0 13px;
  padding: 0;
  text-align: center;
}
.events .view_all {
  color: #1CB4E1;
  font-size: 17px;
  font-family: "Museo Sans W01 700", Arial, sans-serif;
  margin: 0 0 22px;
  text-align: center;
}
.action_box.events {
  background-color:transparent;
}
.action_box.events .event {
  float: left;
  margin: 0 0 15px;
  background-color:#F3F3F3;
}
.action_box .event_date {
  background-color: #860962;
  color: #FFFFFF;
  float: left;
  padding: 15px 0 12px;
  text-align: center;
  width: 66px;
}
.event_date .month {
  color: #E77BC8;
  font-size: 14px;
  text-transform: uppercase;
}
.event_date .day {
  font-size: 25px;
  font-family: "Museo Sans W01 900", Arial, sans-serif;
}
.action_box .event_title a {
  color: #00529B;
  font-size: 15px;
  font-family: "Museo Sans W01 500", Arial, sans-serif;
}
.action_box .event_title {
  float: left;
  line-height: 1.4;
  padding: 10px 20px 7px;
  width: 200px;
}
/** Action Boxes Popups **/
.action_popup_container {
	position: absolute;
	width: 100%;
}
.popup {
	height: 0;
	position: relative;
	top: -188px;
	width: 600px;
	z-index: 2;
}
.give_now_popup {
	border-bottom: 0px solid #71B31C;
}
.support_popup {
	border-bottom: 0px solid #860962;
}
.get_involved_popup {
	border-bottom: 0px solid #1cb4e1;
}
.popup_content {
	background: url("../img/selected_action.png");
	background-repeat: no-repeat;
	height: 346px;
	padding: 50px 70px 61px;
}
.popup_content * {
	display: none;
}
.mobile .popup_content * {
	display: block;
}
.popup_content .close {
	background: url("../img/close.png") no-repeat scroll 0 0;
	color: #FFFFFF;
	font-size: 20px;
	height: 29px;
	position: absolute;
	right: 20px;
	text-decoration: none;
	text-indent: -999999px;
	top: 20px;
	width: 29px;
}
.give_now_popup .popup_content {
	background-position: 156px 437px;
}
.support_popup .popup_content {
	background-position: 471px 437px;
}
.get_involved_popup .popup_content {
  background-position: 806px 437px;
}
.popup_content h2 {
	color: #FFFFFF;
	font-size: 50px;
	font-family: "Museo Sans W01 300", Arial, sans-serif;
	margin: 0 0 20px;
	text-align: center;
}
.popup_content input, .select_container {
	border: 2px solid #AAD770;
	color: #6B6B6B;
	float: left;
	font-size: 24px;
	height: 36px;
	margin: 0 0 20px;
	overflow: hidden;
	padding: 3px 13px;
	/*width: 393px;*/
	width: 45.6%;
}
.blue_select {
	background: url("../img/blue_select.gif") no-repeat 99% center #FFFFFF;
}
.select_container {
	margin: 0 0 28px;
}
.select_container select {
	background: none repeat scroll 0 0 transparent;
	border: none;
	height: 32px;
	margin-left: -12px;
	padding: 1px 0 0 10px;
	width: 435px;
}
.select_container select, .select_container select option {
	color: #6B6B6B;
	font-size: 24px;
}
.popup_content .margin_right {
	margin: 0 14px 0 0;
}
.large_button {
  clear: both;
  display: block;
  font-size: 24px;
  margin: 20px auto 17px;
  padding: 10px 19px;
  text-align: center;
  width: 152px;
}
.popup_content h3 {
	color: #FFFFFF;
	font-size: 20px;
	margin: 0 0 11px;
	text-align: center;
}
.popup_content h4 {
  color: #FFFFFF;
  font-size: 50px;
  margin: 85px 0 11px;
  text-align: center;
}
.popup_content h4 a {
  text-decoration: underline;
}
.popup_content p {
	font-size: 14px;
	text-align: center;
}
.popup_content a {
	text-decoration: none;
	color: #FFFFFF;
}
.support_popup .popup_content h2 {
	margin: 0 0 33px;
	padding-top: 106px;
}
#search_tr_field {
	border: solid 2px #d36bb5;
	margin: 0 20px 0 21px;
	/*width: 579px;*/
	width: 67.5%;
}
.support_popup .button {
	float: left;
	font-size: 24px;
	padding: 11px 57px;
	text-transform: none;
}
/** Popup Slide 1 **/
.support {
  margin: 0 auto;
  padding: 0 0 0 50px;
  text-align: center;
}
.amount {
  display: inline-block;
  margin: 0 auto;
  padding: 10px 0;
}
.amount ul {
  list-style-type: none;
}
.amount ul li {
  background-color: #FFFFFF;
  border: 2px solid #AED071;
  display: inline;
  float: left;
  height: 90px;
  margin-bottom: 10px;
  margin-right: 37px;
  text-align: center;
  width: 104px;
}
.amount li:hover{
  background-color:#AED071;
  color: #fff;
}
.amount li a:hover{
  color: #fff !important;
}
.amount li:hover, .amount li a.selected{
  background-color:#AED071;
  color: #fff;
}
.amount li a:hover,.amount li a.selected{
  color: #fff !important;
}
.amount li a {
  color: #6B6B6B !important;
  display: block;
  font-size: 29px;
  padding: 31px 0;
  text-align: center;
  text-decoration: none;
}
.hidden-other {
  display: none !important;
}
.other-last{
  background-color: rgba(0, 0, 0, 0);
  border: medium none;
  color: #1CB4E1;
  display: block;
  font-size: 14px;
  padding: 12px 8px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
}
.other-last:hover {
  color: #fff;
  cursor: pointer;
}
.other {
  display: inline-block;
  margin: -7px 0 -25px 371px;
  padding: 0;
}
label > span {
  color: #FFFFFF;
  font-family: Arial;
  font-size: 23px;
  padding: 0 8px;
}
.other > label {
  color: #FFFFFF;
  display: inline-block;
  font-size: 23px;
  font-weight: normal;
  padding: 16px 0;
}
.other > input {
  border: 2px solid #AED071;
  color: #6B6B6B;
  float: none;
  font-size: 23px;
  height: 29px;
  width: 150px;
}
.checks > label {
  display: inline;
}
.regular-checkbox {
  display: none !important;
}
.regular-checkbox + label {
  background-color: #fff;
  border: 2px solid #AED071;
  padding: 9px;
  display: inline-block;
  position: relative;
}
.regular-checkbox:checked + label {
  background-color: #fff;
  border: 2px solid #AED071;
  color: #AED071;
}
.regular-checkbox:checked + label:after {
  content: '\2714';
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #AED071;
}
.big-checkbox + label {
  margin: 10px 0 -8px;
  padding: 15px;
}
.big-checkbox:checked + label:after {
  font-size: 32px;
  left: 3px;
}
.checks {
  padding: 0 0 15px 43px;
  text-align: left;
}
.checks span {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 22px;
  margin: 10px 24px 0 10px;
}
/** Mobile Styles **/
.mobile_elements, .mobile_search, .mobile_nav, #mobile_verification {
	display: none;
}
#mobile_search_toggle {
	background: url("../img/mobile_search.png") no-repeat scroll center center;
	height: 30px;
	padding: 11px 4px;
	width: 30px;
}
.top_buttons .button {
	margin: 10px;
	padding: 16px 25px;
}
.mobile_search {
	float: left;
	padding: 2% 2% 1%;
	width: 96%;
}
#mobile_search {
  border: 2px solid #D6D8D4;
  color: #6B6B6B;
  font-family: "Museo Sans W01 500",Arial,sans-serif;
  font-size: 15px;
  height: 22px;
  margin: 0 -22px 0 0;
  padding: 5px 10px;
  width: 93%;
}
.mobile_nav {
	float: left;
	margin: 0;
	width: 100%;
}
.mobile_nav .main li {
	border-bottom: 1px solid #D6D8D4;
	margin: 0;
}
.mobile_nav a {
	color: #00529B;
	display: block;
	padding: 15px;
	text-decoration: none;
}
.mobile .popup_content {
	background-image: none !important;
}
.mobile_nav .main li:hover {
  background: none repeat scroll 0 0 #136FC3;
}
.main > li > a:hover {
  color: #FFFFFF;
}
@media all and (max-width:1050px) {
	img {
		max-width: 100%;
	}
	.global_width,.footer .global_width .left,.footer .right {
		width: 100%;
	}
	.header {
		padding: 8px 5% 4px;
	}
	.header .right, .nav,.sitemap,.main_site {
		display: none;
	}
	.mobile_elements, #mobile_verification {
		display: block;
	}
	.utility li{
	  margin:0 0 0 13px;
	}
	.main ul {
		padding: 0 !important;
	}
	.slider_controls a {
		line-height: 35px;
	}
	.footer .utility {
		height: auto;
	}
	.action_box {
		width: 100%;
		background-position: center 0 !important;
	}
	.pattern_bg {
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		-o-box-shadow: none;
		-ms-box-shadow: none;
	}
	.slider {
		height: auto;
	}
	.rslides li {
		background-position: -876px -35px;
		background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		-ms-background-size: cover;
	}
	.slide_content {
		font-size: 18px;
		height: auto;
		padding: 6%;
		top: 265px;
		width: 88%;
	}
	.slide_content h1 {
		font-size: 35px;
		margin: 2px 0 8px;
	}
	.slide_content p {
		line-height: 22px;
	}
	.slider_controls {
		right: -5px;
		top: 25px;
	}
	.mobile_elements .utility {
		margin: 0 auto;
		overflow: hidden;
		width: 305px;
	}
	.action_boxes {
		padding: 28px 12px 0;
		margin-top: -188px;
	}
	.action_boxes .action_box {
		height: auto;
		margin: 0 0 30px;
		padding: 72px 0 20px;
	}
	.action_box:hover {
		border-bottom-width: 4px;
	}
	.give_now_popup .popup_content {
		background: none #71B31C;
	}
	.support_popup .popup_content {
		background: none #860962;
	}
	.get_involved_popup .popup_content{
	    background: none #1cb4e1;
	}
	.popup_content {
		height: 476px;
		padding: 50px 10px;
	}
	.popup_content h2 {
		font-size: 30px;
	}
	#slider_overlay {
		top: 176px;
	}
	.popup_content input, .select_container, .popup_content .margin_right {
  float: none;
  margin: 0 auto 10px;
  width: 89%;
	}
	.check_boxes label {
  width: 0;
}
	.popup_content .large_button {
  padding: 10px 15px;
  width: 89%;
}
.popup_content .blue {
  float: none;
  margin: 0 auto;
  padding: 11px 13px;
  width: 89%;
}
.select_container select {
  width: 120%;
}
.support_popup .popup_content h2 {
  padding: 0;
}
#search_tr_field {
  margin: 0 auto 10px;
  width: 89%;
}
.action_box a {
  font-size: 20px;
}
.footer {
  padding: 8px 0 0;
}
.footer .utility li {
  float: none;
  margin: 0;
  border-bottom:solid 1px #5588b6;
}
.footer .utility a {
  display: block;
  padding: 13px 0;
  text-align: center;
}
.footer_logo {
  display: block;
  margin: 39px auto 14px;
  width:auto;
}
.footer .left p {
  font-size: 11px;
  text-align: center;
}
.footer .divider {
  color: transparent;
  display: block;
}
.footer .right ul.social {
  float: none;
  margin: 23px auto;
  width: 130px;
}
.footer .right {
  padding: 0 0 70px;
}
.amount {
  display: inline-block !important;
}
.amount ul li {
  display: inline !important;
  height: 89px;
  width: 92px;
}
.other {
  display: inline-block !important;
  margin: -7px 0 -25px 312px;
  padding: 0 0 20px;
}
.other > label {
  color: #FFFFFF;
  display: inline-block !important;
  font-size: 23px;
  font-weight: normal;
  padding: 16px 0;
}
label > span {
  color: #FFFFFF;
  display: inline-block !important;
  font-family: Arial;
  font-size: 23px;
  padding: 0 8px;
}
.other > input {
  border: 2px solid #AED071;
  color: #6B6B6B;
  display: inline-block !important;
  float: none;
  font-size: 23px;
  height: 29px;
  width: 150px !important;
}
.checks {
  display: inline-block !important;
  padding: 0 0 15px;
  text-align: left;
}
.regular-checkbox + label {
  display: inline-block !important;
}
.checks span {
  color: #FFFFFF;
  display: inline-block !important;
  font-size: 17px;
  line-height: 22px;
  margin: 10px 24px 0 10px;
}
.popup_content h4 {
  font-size: 28px;
  margin: 50px 0 11px;
}
#findFriendForm #searchFirstName {
  margin-left: 14px !important;
}
#findFriendForm input[type="submit"] {
  margin-left: 19px;
}
.popup_content h4 a {
  display: inline !important;
}
.support_popup .popup_content h2 {
  padding-top: 5px;
}
}
@media all and (max-width:768px) {
	.slide_content {
		top: 265px;
	}
}
@media all and (max-width:650px) {
.support {
  padding: 0 0 0 14px;


}
.amount ul li {
  height: 73px;
  margin-right: 20px;
  width: 73px;
}
.amount li a {
  font-size: 24px;
  padding: 25px 0;
}
.checks span {
  font-size: 15px;
  margin: 10px 10px 0;
}
.other {
  margin: -7px 0 -25px 214px;
}
.other > input {
  width: 100px !important;
}
.big-checkbox + label {
  margin: 10px 0 -6px;
  padding: 10px;
}
.slide_content {
  top: 283px;
}
}
@media all and (max-width:480px) {
.rslides li {
  background-position: -1011px -35px;
  background-size: cover;
}
.amount ul li {
  height: 60px;
  margin-right: 13px;
  width: 60px;
}
.amount li a {
  font-size: 19px;
  padding: 21px 0;
}
.other {
  margin: -7px 0 -25px 127px;
}
.checks span {
  display: block !important;
  font-size: 15px;
  margin: 10px 0 0;
}
.big-checkbox + label {
  margin: 10px 0 -5px;
  padding: 8px;
}
.slide_content {
	top: 300px;
}
}
@media all and (max-width:480px) {
#rslides1_s0 {
  background-image: url("http://giving.childrenshospital.org/assets/homepage-banners/mobile-hero-image-first-slide.jpg") !important;
}
#rslides1_s0 {
    background-position: -234px -160px !important;
}
#rslides1_s1 {
  background-image: url("http://giving.childrenshospital.org/assets/homepage-banners/mobile-hero-image-second-slide.jpg") !important;
}
#rslides1_s1 {
  background-position: -234px -160px !important;
}
#rslides1_s2 {
  background-image: url("http://giving.childrenshospital.org/assets/homepage-banners/mobile-hero-image-third-slide.jpg") !important;
}
#rslides1_s2 {
  background-position: -234px -160px !important;
}
#rslides1_s3 {
  background-image: url("http://giving.childrenshospital.org/assets/homepage-banners/mobile-hero-image-fourth-slide.jpg") !important;
}
#rslides1_s3 {
  background-position: -234px -160px !important;
}
#rslides1_s4 {
  background-image: url("http://giving.childrenshospital.org/assets/homepage-banners/mobile-hero-image-fifth-slide.jpg") !important;
}
#rslides1_s4 {
  background-position: -234px -160px !important;
}
#rslides1_s5 {
  background-image: url("http://giving.childrenshospital.org/assets/homepage-banners/mobile-hero-image-sixth-slide.jpg") !important;
}
#rslides1_s5 {
  background-position: -234px -160px !important;
}
.amount ul li {
  height: 49px;
  margin-right: 6px;
  width: 49px;
}
.amount li a {
  font-size: 16px;
  padding: 17px 0;
}
.other {
  margin: -7px 0 -25px 70px;
}
.other > input {
  width: 80px !important;
  height: 24px;
}
.slide_content {
	top: 290px;
}
.check_boxes {
  padding: 0 !important;
}
.check_boxes span {
  font-size: 15px !important;
  margin: 15px 24px 0 0  !important;;
}
.popup_content h4 {
  font-size: 19px;
  margin: 50px 0 11px;
}
#findFriendForm #searchFirstName {
  margin-left: 6px !important;
}
}
@media all and (max-width:340px) {
#rslides1_s1 {
  background-position: -186px -28px !important;
}
.slide_content {
	top: 298px;
}
.amount ul li {
  height: 40px;
  margin-right: 6px;
  width: 40px;
}
.amount li a {
  font-size: 14px;
  padding: 14px 0;
}
.other {
  margin: -7px 0 -25px;
}
.other > input {
  width: 80px !important;
  height: 24px;
}
.other > label {
  font-size: 18px;
}
label > span {
  font-size: 23px;
}
.other > input {
  font-size: 20px;
}
}


/**************** Enews Lightbox ****************/
.enews-lightbox {
  color: #ffffff;
  float: right;
  font-family: "Museo Sans W01 500",Arial,sans-serif;
  height: 350px;
  margin: 40px 0 0;
  padding: 0 20px;
  width: 337px;
}
.enews-lightbox-bic {
  color: #FFFFFF;
  float: right;
  font-family: "Museo Sans W01 500",Arial,sans-serif;
  margin: 40px 28px;
}
.enews-title {
  color: #FFFFFF;
  font-family: "Museo Sans W01 700",Arial,sans-serif;
  font-size: 30px;
  padding: 0;
}
.enews-lightbox p {
  color: #FFFFFF;
  font-family: "Museo Sans W01 500",Arial,sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
  margin: 18px 0 33px;
}
.enews-lightbox-bic p {
  color: #FFFFFF;
  font-family: "Museo Sans W01 500",Arial,sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
  margin: 18px 0 33px;
}
.sign_up_form label {
  display: inline-block;
  float: left;
  font-family: "Museo Sans W01 300",Arial,sans-serif;
  font-size: 17px;
  width: 86px;
}
.sign_up_form input {
  margin: 0 15px 5px;
  width: 200px;
}
.sign_up_form #ACTION_SUBMIT_SURVEY_RESPONSE {
  width: 110px;
}
.sign_up {
  background: url("../img/lightbox-boy.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: none;
  position: relative;
  width: 700px;
  height: 390px;
}
.sign_up.bic-lightbox {
  background: #2A3567;
  display: none;
  position: relative;
  width: 390px;
  height: 390px;
}
.sign_up .enews-close {
  background: url("../img/close2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #FFFFFF;
  font-size: 20px;
  height: 15px;
  position: absolute;
  right: 7px;
  text-decoration: none;
  text-indent: -999999px;
  top: 7px;
  width: 15px;
}
.Button {
  background-color: #FFEA84;
  border: medium none;
  color: #00468C;
  cursor: pointer;
  font-family: "Museo Sans W01 500",Arial,sans-serif;
  font-size: 17px;
  margin-left: 101px !important;
  padding: 7px 13px;
}

@media all and (max-width:650px) {
.sign_up {
  background: none repeat scroll 0 0 #00468C;
  height: auto;
  width: auto;
}
.enews-lightbox, .enews-lightbox-bic {
  float: none;
  margin: 40px 0;
  padding: 0 20px;
  width: 250px;
  height: auto
}
.enews-lightbox br {
  display: none;
}
.sign_up_form label {
  width: 100px;
}
.sign_up_form input {
  display: block;
  margin: 25px 0;
  width: 130px;
}
.Button {
  margin-left: 0 !important;
}
}
