/* site styles */
body {
	font-family:Arial, Helvetica, sans-serif;
}

.buttonDonate {display:none;}

body.resources .ym-page-section {padding: 0 20px;}
body.resources #header .menu, 
body.resources .schoolYear, 
body.resources .additionalHeaderLinks,
body.resources .dyear {display:none;}
body.resources #headerWrapper {
  padding-bottom:20px;
}
div.content {
	font-family: Montserrat,Helvetica Neue,Arial,sans-serif;
	background: #fff;
	padding:0px;
}

h1 {
	color:#404447;
	font-size:25px;
	text-transform:uppercase;
	padding:0px;
	margin:0px;
}
body.resources h1 {
  margin-bottom:0px;
  text-align:center;
  font-weight:bold;
  text-transform:initial;
  font-size:30px;
  padding: 20px;
  background:#0066cc;
  color:#fff;
}

h2 {
	color:#404447;
	font-size:20px;
	text-transform:uppercase;
	padding:0px;
	margin:0px;
}
h5, .h5 {
  font-size: 14px;
  font-weight: bold;
  margin-top:0px;
}
P, LI, OL, UL, TABLE, TR, TH, TD, .Explicit, select, option {
  font-family: Arial,Helvetica,sans-serif;
}
select, option {
	font-size: 16px;
}
a, a:link, a:visited, a:focus {
    color: #293239;
    text-decoration: none;
}
body.resources .ym-page-section a {color: #cc0000}
.innerContent a:focus {
	outline:revert;
}
button {
	display:inline-block;
	color:#fff;
	font-size:16px;
	border:none;
	padding: 10px 15px;
}
button.orange {
	color:#000;
	background:#ec6c20;
}
button.red {
	background:#e53b51;
}
button.green {
	background:#87c138;
}
#headerWrapper {
    border-bottom: 2px solid #007F8A;
}
.leftRegion {
    width: 100%;
	padding-top:20px;
}
.leftRegion a.myLifeLogo {
  background: url("http://www2.hėart.org/aha-luminate/dist/youth-markets/image/aha-logo.png") no-repeat center center;
}
.rightRegion {
    width: 420px;
	position:absolute;
	right:0;
}
.leftRegion a.myLifeLogo.khclogo {
    background: url("../images/AHC-KHC Logo.png") no-repeat center center;
    width: 200px;
    background-size: 200px;
}
.leftRegion a.myLifeLogo.hmlogo {
  background: url("../images/hm_logo2.png?v=4") no-repeat center center;
  width:153px;
}
.leftRegion a.myLifeLogo.grlogo {
  background: rgba(0, 0, 0, 0) url("http://www2.hėart.org/aha-luminate/dist/middle-school/image/middle-school-logo.png") no-repeat scroll center center;
  margin-top: 5px;
  max-height: 70px;
  width:190px;
  margin-right:0px;
  background-size: 80%;  
}
.leftRegion a.myLifeLogo.dhclogo {
  background: rgba(0, 0, 0, 0) url("http://www2.hėart.org/aha-luminate/dist/district-heart/image/district-heart-logo.png") no-repeat scroll center center;
  margin-top: 5px;
  max-height: 70px;
  width: 190px;
  margin-right:0px;  
  background-size: 80%;  
}

.container {
    max-width: 1055px;
	position:relative;
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
.menu,
#main {
	background: #0066cc;
}

#main {
	padding-bottom:30px;
}

.bannerImage {
	margin: 0 auto;
	max-width:1055px;
}
.bannerImage img {
	width:100%;
}

ul.nav {
	max-width:1055px;
	width:100%;
	margin:0 auto;
	background:none;
	padding: 0px;
	list-style:none;
}
ul.nav li {
	width:145px;
	background:#666f76;
	padding: 0px;
	list-style:none;
	margin:0px 1px 0 0;
	float:left;
	text-align:center;
}
ul.nav li a {
	text-decoration:none;
	color:#fff;
	text-transform:uppercase;
	display:block;
	padding:17px 16px 16px 16px;
}
ul.nav li.resources a {
	min-height:63px;
	padding-top:24px;
}
ul.nav li a:hover,
ul.nav li a.active,
ul.nav li a:focus {
	background:#eeeeee;
	color:#274462;
}
ul.nav li.login {
	float:right;
	margin-right:0px;
	/*width: 11%;*/
}
ul.nav li.login .loginError {
	color:#FF0000;
	font-style:italic;
}
ul.nav li.login .loginBox {
  border: 2px solid #007F8A;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 45px;
  z-index: 99999;
  display:none;
  background:#f9f9f9;
  width:300px;
  text-align:left;
}
ul.nav li.login .loginBox label,
ul.nav li.login .loginBox .title {
	display:block;
	color:#293239;
	font-size:16px;
}
ul.nav li.login .loginBox input,
ul.nav li.login .loginBox select {
	display:block;
	margin-bottom:20px;
	font-size:16px;
	width:100%;
}
ul.nav li.login .loginBox button {
	margin:20px 0;
	display:block;
}
ul.nav li.login .loginBox .loginDetails {
	display:nonex;
	margin-top:20px;
}
ul.nav li.login .loginBox .loginboxhide {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #ec6c20;
  float: right;
  font-size: 10px;
  padding: 10px 0 0;
  text-transform: none;
}
ul.nav li.logout {
  float: right;
  margin-left: 10px;
  margin-right: 0;
  margin-top: 9px;
  text-align: center;
  width: 17px;
}
ul.nav li.login a,
ul.nav li.logout a {
	background:#007F8A;
}
ul.nav li.logout a {
	display: table-cell;
    padding: 5px;
}
ul.nav li.login a:hover,
ul.nav li.logout a:hover,
ul.nav li.login a:focus,
ul.nav li.logout a:focus {
	color:#ffffff;
	text-decoration:underline;
}
ul.nav li.user {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #f9f9f9;
  float: right;
  text-transform:uppercase;
  text-align:right;
  /*padding-right:20px;*/
  width:auto;
  max-width:400px; /*215px;*/
}
ul.nav li.user span {
  display: table-cell;
  height: 45px;
  vertical-align: middle;
}
.content {
	clear:both;
	max-width:1055px;
	width:100%;
	margin:0 auto;
	background:#eeeeee;
	padding: 30px;
}
.innerContent {
	background:#fff;
	padding:40px;
	position:relative;
	margin-bottom:35px;
	overflow:hidden;
}
#mapOuter {
	position:relative;
}
.mapIcon {
  background: rgba(0, 0, 0, 0) url("../images/map_icon_large.png") no-repeat scroll left center;
  color: #ec6c20;
  font-size: 21px;
  margin-left: 123px;
  margin-top: 30px;
  padding-left: 50px;
  text-transform: uppercase;
  width: 65%;
  min-height:45px;
}
.mapIcon-text {
	color:#404447;
	font-size:12px;
}

.stateSelect {
	float:right;
	margin:0 15px;
}

.stateSelect select {
	font-size: 16px;
	width: 300px;
	height: 35px;
	padding:5px;
}
.stateSelect select option {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

.advSearch {
  text-align: right;
}
.advSearch a {
  color: #A50006;
  text-transform: uppercase;
  margin-right:10px;
}
.advSearch a.hideSearch {
  display:none;
}

#advSearchPanel {
	display:none;
	overflow:hidden;
	width:100%;
	min-height:643px;
}
#advSearchPanel label {
  font-size: 14px;
  width: 58px;
}
#advSearchPanel input, 
#advSearchPanel select {
  display: block;
  font-size: 16px;
  margin-bottom: 20px;
}
#advSearchPanel ul {
	list-style:none;
	margin:0;
	padding:0;
}
#advSearchPanel ul.searchResults {
	max-height:595px;
	overflow-y:scroll;
}
#advSearchPanel tr.results {
  margin-bottom: 10px;
  cursor:pointer;
  outline:none;
  display:block;
}
#advSearchPanel .name {
  font-weight:bold;
  text-decoration:underline;
  font-size:18px;
  width:300px;
  text-align:left;
}
#advSearchPanel th.city {
	font-size:16px;
}

#advSearchPanel .col1 {
  display: inline-block;
  vertical-align: top;
  width: 25%;
}
#advSearchPanel .col2 {
  display: inline-block;
  max-height: 575px;
  overflow: scroll;
  vertical-align: top;
  width: 70%;
}

#map {
	width:90%;
	height: 540px;
	margin:20px;
	text-align:left;
}

#map .jvectormap-zoomin, 
#map .jvectormap-zoomout {
    height: 15px;
    width: 15px;
}
#map .markerName {
	color:#ec6c20;
}
#map circle {
	opacity:0.7;
}

.stateTitle {
	color:#ec6c20;
}

.totals {
	border: 1px solid #293239;
	padding:20px;
	width:100%;
	text-align:center;
}

.totals .goal,
.totals .districts,
.totals .recruitments {
	font-size: 18px;
	color:#007F8A;
	text-transform:uppercase;
	font-weight:bold;
	display:inline-block;
}
.totals .goal {
	padding:0 20px;
}
.totals .goal .totalGoal,
.totals .districts .totalDistricts,
.totals .recruitments .totalRecruitments {
	color:#293239;
	font-weight:normal;
	display:inline-block;
	padding-right:0px;
}
.totals .raised {
	font-size: 18px;
	color:#007F8A;
	text-transform:uppercase;
	font-weight:bold;
	display:inline-block;
}
.totals .raised .totalRaised {
	color:#293239;
	font-weight:normal;
}

.loadmore {
	width:500px;
	margin:0 auto;
	border: 1px solid #007F8A;
	padding: 10px 100px;
	font-size:18px;
	text-align:center;
	color: #007F8A;
	margin-top:40px;
	cursor:pointer;
}
.loadmore::after {
	content:" \25be";
}

ul.toptotals {
	list-style:none;
	padding:0;
	margin:0;
	box-sizing:border-box;
}
ul.toptotals li {
	margin:5px 0;
}
ul.toptotals li.even {
	background:#f9f9f9;
}
ul.toptotals li.more {
	display:none;
}

.toptotals li > div {
	display:inline-block;
	vertical-align:middle;
	text-transform:uppercase;
}
.toptotals div.count {
	background:#FFDA00;
	color:#000;
	font-size:18px;
	margin-right:10px;
	width:43px;
	height:43px;
	text-align:center;
	padding:10px;
}
.toptotals .state div.count {
	background:none;
}
.statetotals div.count,
.citytotals div.count {
	width:85px;
}
.toptotals div.name {
	color:#293239;
	font-size:18px;
	font-weight:bold;
	width:49%;
	margin-right:15px;
}
.toptotals.statestats div.name {
	width:58%;
}
.toptotals div.city,
.toptotals div.state,
.toptotals div.raised {
	color:#293239;
	font-size:18px;
	width:20%;
	margin-right:10px;
}
.toptotals div.state {
	width:8%;
}
.statetotals div.state,
.citytotals div.state {
	width:75%;
}
.toptotals.statestats div.state {
	display:none;
}
.toptotals div.raised {
	width:12%;
	margin-right:0px;
	text-align:center;
}
.toptotals .title > div {
	background:none;
	font-weight:bold;
	color:#007F8A;
	font-size:20px;
	margin-right:8px;
}
.statetotals .title > div {
   display:inline-block;
}
.toptotals .title > div.raised {
	margin-right:0px;
}
.overviewIntro {
	color:#293239;
	font-size:16px;
	margin:20px 0;
}

.overviewReport {
	margin:20px 0;
	width:100%;
	white-space:nowrap;
	overflow:scroll;
	max-height:500px;
}
.overviewReport h1 {
	margin:10px 0;
}
.overviewReport .reportCell {
	padding:10px;
	text-align:center;
	/*max-width:150px;*/
	white-space:normal;
}

#footer_wrapper ul {
	list-style:none;
	padding:0;
	margin:0;
}
#footer_wrapper a, 
#footer_wrapper a:link, 
#footer_wrapper a:visited, 
#footer_wrapper a:focus {
    color: #0267ac;
    text-decoration: none;
}

#modal-inline {
    box-shadow: 10px 10px 15px #333333;
    left: 55%;
    padding: 5px 5px 20px;
    top: 40% !important;
    width: 350px;
	font-size:14px;
}
.searchResults #modal-inline {
	box-shadow:none;
	padding:0px;
}
#modal-inline #heading {
  border-radius: 4px 4px 0 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  padding: 12px 10px 0;
  text-align: left;
  width: inherit;
}
#modal-inline #heading .district {
	color: #ec6c20;
	text-transform:uppercase;
	font-size:16px;
}
#modal-inline #heading .location {
	color: #666f76;
	font-size:16px;
}

#modal-inline #content {
  border-radius: 0 0 4px 4px;
  height: auto;
  padding: 10px 10px 0 10px;
  width: auto;
  overflow: hidden;
}
.searchResults #modal-inline #content {
  padding-left: 0;
}
#modal-inline .col1 {
    float: left;
    width: 47%;
}
#modal-inline .col2 {
    float: left;
    width: 53%;
}
#modal-inline .col1 label {
	width:70px;
}
#modal-inline .col2 label {
	width:85px;
}
#modal-inline .col1 span {
	display:inline-block;
}
#modal-inline .col2 span {
	display:inline-block;
	width:60px;
	text-align:right;
}

/* modal */
#modal {
    box-shadow: 10px 10px 15px #333333;
    left: 55%;
    padding: 5px 5px 20px;
    top: 40% !important;
    width: 350px;
	font-size:14px;
}
#modal #heading {
  border-radius: 4px 4px 0 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  padding: 12px 10px 0;
  text-align: left;
  width: inherit;
}
#modal #heading .district {
	color: #ec6c20;
	text-transform:uppercase;
	font-size:16px;
}
#modal #heading .location {
	color: #666f76;
	font-size:16px;
}

#modal #content {
  border-radius: 0 0 4px 4px;
  height: auto;
  padding: 10px 10px 0 10px;
  width: auto;
  overflow: hidden;
}

#modal .col1 {
    float: left;
    width: 47%;
}
#modal .col2 {
    float: left;
    width: 53%;
}
#modal .col1 label {
	width:70px;
}
#modal .col2 label {
	width:85px;
}
#modal .col1 span {
	display:inline-block;
}
#modal .col2 span {
	display:inline-block;
	width:60px;
	text-align:right;
}
#modal div.close {
    text-align: right;
}
#modal div.close a {
    text-decoration: none;
}

body .jvectormap-tip {
    font-size: 14px;
    padding: 5px;
	font-family:Arial, Helvetica, sans-serif;
}


/* ---- */
.box {
	margin: 5px;
	max-width: 325px;
	/*border: 1px solid #91c855;*/
	padding: 10px;
	min-height:210px;
  position:relative;
}
.box4 {
	max-width: 240px;
}
.box a {text-decoration:none;color:#cc0000;display:block;}
.box img {max-width:100%;}
.items {display:none;}
.item-title {text-align:center;color:#cc0000;font-weight:bold;height:30px;}
.box-sels {
	text-align: center;
}
.box-sels a.selschool {display:inline-block;margin: 0 0 10px 0;text-decoration:none;padding:20px;background:#e6e6e6;font-size:16px;font-family: Montserrat,Helvetica Neue,Arial,sans-serif;font-weight:bold;}
.box-sels a.selschool.selected {font-weight:bold;color:#fff;background:#CC0000;}
.textbox {
	background: #f2f2f2;
	padding: 10px 10px 5px;
	color: #cc0000;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.box.coming-soon img {opacity:.4}
.box.coming-soon::after {
	position: absolute;
	content: "Coming Soon";
	top: 60px;
	left: 16px;
	transform: rotate(-25deg);
	color: red;
	font-size: 28px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000;
}