/*
	Theme Name: Cherish Foundation
	Description: Custom WordPress Theme
	Version: 2.0
	Author: Phil Kingham for Designfront
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {

}
body {
font-family: "aktiv-grotesk", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
background-color:#eee;

}
.fancybox-lock{
    margin-right:0 !important;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
img.alignright {
    margin-right: 20px;
    margin-bottom: 20px;
}
a {
	text-decoration:none;
}
a:hover {

}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
h1 {
	font-size:40px;
	line-height:48px;
	letter-spacing:1px;
	font-weight:300;
}
.page-banner h1 {
	font-size:55px;
	color:#fff;
	letter-spacing:1px;
	font-weight:300;
	position:absolute;
	bottom:110px;
	margin:0px;
	padding:0px;
	left:5%;
}
.battle-content-left h1 {
	color:#FF9966;
}
h2{
	font-size:36px;
	line-height:42px;
	font-weight:300;
	margin:0px;
}
.our-suppporters-wrapper h2,
.latest-updates h2,
.my-story h2{
	color:#293C55;
	font-size:36px;
	margin:0px 0px 30px 0px;
}
.our-suppporters-wrapper h2 {
position: relative;
    z-index: 100;
    float: left;
    width: 35%;
    top: 5px;
}

.latest-updates h2 {
	float:left;
	margin-right:60px;
}

.my-story h3{
	font-size:18px;
	margin:0px 0px 20px 0px;
	padding-bottom:10px;
}
.mystory-extract h3 {
	color:#fff;
	width:100%;
	float:left;
	border-bottom:solid 1px #3D5069;
	background-image: url(img/arrow-button-orange.png);
    background-repeat: no-repeat;
    background-position: top right;
	-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.mystory-extract h3:hover {
	color:#FF9866;
	border-bottom:solid 1px #3D5069;
	background-image: url(img/arrow-button-white.png);
}
.battle-blocks h2 {
	font-size:36px;
	font-weight:300;
	color:#FF9866;
}
.battle-content-right h3 {
	font-size:25px;
	font-weight:300;
	line-height: 38px;
	margin-top: 8px;
}
.campaign-summary h3 {
	font-size:30px;
	line-height: 36px;
	font-weight:300;
	color:#FF9866;
	margin: 0px 0px 20px 0px;
}
.cm-signup h2 {
	font-size:36px;
	float:left;
	margin: 24px 0px 0px 0px;
}
h3 {
	font-size:20px;
	font-weight:300;
}
.sponsor-list h3, .sponsor-list-wide h3, .sponsor-list-gold h3, .sponsor-list-research h3 {
	font-size:12px;
	font-weight:400;
	letter-spacing:1px;
	text-transform:uppercase;
	color:#646464;
}
.sponsor-list-research h3 {
	text-align:right;
}
.sponsor-list-wide h3 {
	text-align:center;
}
/* wrapper */
.wrapper {
	width:100%;
	float:left;
	margin: 70px 0px 0px 0px;
}
/* header */
#searchform {
    max-width: 240px;
    float: right;
    margin: 25px 0px 0px 0px;
    position: absolute;
    top: 0px;
    right: 380px;
}
#s {
	max-width:240px;
	height:30px;
	font-size:15px;
	float:left;
	font-weight:300;
	color:#000;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff!important;
	border-bottom: solid 1px #DCDCDC;
	border-left: solid 1px #fff;
}
#searchsubmit {
	width: 30px;
	float:right;
	height:30px;
	border:none;
	position:absolute;
	top:0px;
	margin:0px 0px 0px 15px;
	border-bottom: solid 1px #fff!important;
	background-image:url(img/search-blue.png)!important;
	background-position:center center;
	background-repeat:no-repeat;
	background-color:#fff;
	background-size: 23px 23px;
	-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
#searchsubmit:hover {
	background-image:url(img/search-orange.png)!important;
}
#searchform imput:focus {
	background-color:#eee;
}
.header {
	width:100%;
	float:left;
	height:80px;
	z-index:555;
	position:fixed;
	top:0px;
	left:0px;
	background-color:#fff;
	padding: 0px 0% 0px 3%;
}
/* logo */
.logo {
	max-width:174px;
	height:auto;
	float:left;
	margin-right:2.5%;
	margin-top:20px;
	-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.logo:hover {
	opacity:0.6;
}
.logo-img {
	width:100%;
	height:auto;
}
/* nav */
.donate-nav {
	width:150px;
	height:80px;
	line-height:80px;
	text-align:center;
	font-size:16px;
	float:right;display:block;
	color:#fff;
	position:relative;
	right:150px;
	background-color:#FF9866;
	-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.donate-nav:hover {
	color:#000;
}
.topmenuhome:hover {
	color:#f99869!important;
}
#click-menu {
	width:150px;
	height:80px;
	line-height:80px;
    text-align: center;
    font-size: 16px!important;
    display: none;
    position: fixed!important;
    padding: 0px!important;
	z-index:777!important;
	-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.click-menu-active {
	color:#f99869!important;
}
#click-menu:hover {
	color:#f99869!important;
}
#click-menu #RMX:hover  {
color:#f99869!important;
}
div#click-menu-label {
    left: 5px;
    position: relative;
}
#responsive-menu .responsive-menu li li a {
    padding-left: 0% !important;
    width: 100% !important;
    overflow: hidden !important;
}
 
#responsive-menu .responsive-menu li a {
    width: 100%!important;
}
#responsive-menu .appendLink {
	display:none;
}
#click-menu .threeLines {
    float: left;
	position: relative;
    top: 35px;
	left:45px;
}
#responsive-menu .responsive-menu li a {
    padding: 10px 0px 8px 0%!important;
	border-top: solid 1px #646464!important;
}
#responsive-menu {
	padding:40px;
    box-shadow: 0px 0px 0px #333333!important;
	z-index:777!important;

}
ul.sub-menu {
    padding-left: 0px;
	margin-bottom: 3px;
	border-bottom: solid 0px #ddd!important;
}
#responsive-menu .responsive-menu li li a {
    color: #C7C7C7;
	font-size:13px;
	padding-top:8px!important;
	border-top: solid 1px #282828!important;
}
#responsive-menu .responsive-menu li li a:hover {
    color: #ff9866;
	-webkit-transition: all .0s ease-in;
    -moz-transition: all .0s ease-in;
    -o-transition: all .0s ease-in;
    transition: all .0s ease-in;
}
.topHome {
	color: #C7C7C7;
	position: relative;
    left: -20px;
    top: -10px;
}
.topHome:hover {
	color: #ff9866;
}
.dontate-icon {
	width:20px;
	height:auto;
	position:relative;
	top: -33px;
	margin-right:10px;
}
.nav {

}
.nav ul li a {
    font-size: 15px; 
	width:auto;
    /*color: #1F324B;*/
	color: #000;
    letter-spacing: 0px;
    text-decoration: none;
    font-weight: 300;
    display: block;
    width: auto;
    float: left;
    margin:0px 25px 5px 0px;
    padding:30px 0px 3px 0px;
	border-bottom: solid 1px #fff; 
	-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.nav ul li a:hover {
	color:#; 
    border-bottom: solid 1px #FF9866; 
}
.nav .current_page_item a { 
	color:#FF9866; 
	border-bottom: solid 1px #FF9866; 
	}
.nav ul {
    list-style: none;
    padding: 0;
    margin: auto;
    float: left;
    position: relative;
    z-index: 3000;
}
.nav ul li {
    float: left;
    position: relative;
    width: auto;
}
.nav li ul {
    position: absolute;
    top: 0;
    display: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    float: left;
}
/* Home banner */
.home-banner {
	width:100%;
	float:left;
	height:550px;
	background-color:#090e39;
}
.slider {
	width:60%;
	float:left;
	height:550px;
	position:relative;
}
#slideV {
	width:100%;
	height:550px;
	position:absolute;
	top:0px;
	left:0px;
	background-color:#090e39;
	background-image:url(http://cherish.org.au/wp-content/uploads/2015/08/slider-1.jpg);
	background-size:cover;
	background-repeat:no-repeat;
}
#video {
	position:absolute;
	width:100%;
	top:0px;
	left:0px;
	background:#;
	z-index:0;
}
.slider-heading {
	width:40%;
	color:#fff;
	font-size:40px;
	font-weight:300;
}
.title_image {
	width:auto;
	max-height:80px;
}
.slider-text a{
	font-size:12px;
	color:#fff;
	padding:8px 14px;
	position:relative;
	margin-right:16px;
	top: ;
	font-weight:700;
	background:#FF9866;
	border:solid 2px #FF9866;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.slider-text a:hover{
	color:#fff;
	background:none;
	border:solid 2px #FF9866;
}
.slider-text {
	color:#EFEFEF;
	font-size:25px;
	font-weight:300;
}
.rslides_tabs {
  list-style: none;
  z-index:222;
  position:relative;
  top:-80px;
  padding: 0;
  font-weight:300;
  font-size: 11px;
  list-style: none;
  margin: 0;
  float:left;
  max-width: ;
  left:0%;
  padding: 0px 0px 0px 4.5%;
  text-align: center;
  width: auto;
  }

.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
  }

.rslides_tabs a {
  width: auto;
  line-height: 34px;
  padding: 10px 20px;
  height: auto;
  color:#fff;
  background: transparent;
  display: inline;
  background-image:url(img/blank-circle-white.png);
  background-repeat:no-repeat;
  background-position:center center;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
  }

.rslides_tabs li:first-child {
  margin-left: 0;
  }

.rslides_tabs .rslides_here a {
  background-image:url(img/blank-circle-orange.png);
  background-repeat:no-repeat;
  background-position:center center;
  color: #fff;
  }.rslides_tabs a:hover {
  background-image:url(img/blank-circle-orange.png);
  background-repeat:no-repeat;
  background-position:center center;
  color: #fff;
  }
.rslides1_nav.next {
	left: auto;
	background-position: right top;
	right: 40%;
}
.rslides1_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 50%;
	left: 0;display:none;
	z-index: 9999;
	opacity: 1;color:#fff;
	text-indent:-9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 38px;
	background: transparent url("img/dark-arrows.png") no-repeat left top;
	margin-top: -45px;
}

.rslides {
  position: relative;
  list-style: none;
  z-index:10;
  overflow: hidden;
  width: 100%;
  padding: 0px 0px 0px 0px;
  margin: 0; 
  }
  .rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  padding: 180px 5% 0px 5%;
  color:#fff;
  width: 100%; 
  left: 0;height:550px;
  background-size:cover; 
  background-position:center center;
  top: 0;
  } 

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
 /* Gyno Slide */
 .illustrated-slider {
	width:100%;
	float:left;	
	background-color:#EFEFEF;
	padding: 0px 5%;
}

 .illustrated-slider .rslides2_nav.next {
	left: auto;
	background-position: right top;
	right: 40%;
}

 .illustrated-slider .rslides2_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 50%;
	left: 0;
	z-index: 9999;
	opacity: 1;
	text-indent:-9999px;
	overflow: hidden;display:none;
	text-decoration: none;
	height: 61px;
	width: 38px;
	background: transparent url("img/dark-arrows.png") no-repeat left top;
	margin-top: -45px;
}

 .illustrated-slider .rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0px 0px 0px 0px;
  margin: 0; 
  }
 .illustrated-slider .rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  padding: 35px 0% 0px 0%;
  color:#fff;
  width: 100%; 
  left: 0;height:380px;
  background-size:cover; 
  background-position:center center;
  top: 0;
  }
.illustration-slider-text {
	width:30%;
	float:left;
	color:#1F324B;
	font-size:20px;
	font-weight:300;
	line-height:28px;
	margin:30px 5% 0px 0px;
 }
.illustration-slider-text a{
	color:#FF9866;
	border-bottom:solid 1px #EFEFEF;
} 
.illustration-slider-text:hover a{
	color:#FF9866;
	border-bottom:solid 1px #dcdcdc;
}
 .illustration-slider-img {
	width:65%;
	float:left;
	color:#1F324B;
	font-size:20px;
	line-height:28px;
	margin:0px 0% 0px 0px;
 } 
 .videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-top:90px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
 .illustration-slider-img img{
	width:auto;
	float:left;
height:300px;
 }

.page-id-325 .page-banner {
	width:100%;
	float:left;
	height:700px!important;
	position:relative;
	background-color:#333;	
	background-size:cover;
	background-position:left center;
 }
.parent-pageid-321 .page-banner, .parent-pageid-327 .page-banner, .page-id-283 .page-banner, .parent-pageid-238 .page-banner, .parent-pageid-224 .page-banner, .parent-pageid-22 .page-banner, .page-id-191 .page-banner, .parent-pageid-834 .page-banner, .page-id-321 .page-banner, .parent-pageid-329 .page-banner, .page-id-329 .page-banner , .page-id-224 .page-banner, .page-id-869 .page-banner, .parent-pageid-399 .page-banner, .parent-pageid-344 .page-banner, .page-id-327 .page-banner , .parent-pageid-325 .page-banner, .parent-pageid-351 .page-banner, .parent-pageid-272 .page-banner, .search-no-results .page-banner,.search-results .page-banner, .parent-pageid-277 .page-banner, .parent-pageid-279 .page-banner, .page-id-365 .page-banner, .page-id-238 .page-banner, .error404 .page-banner, .page-id-1201 .page-banner, .page-id-1204 .page-banner, .page-id-272 .page-banner {
	width:100%;
	float:left;
	height:200px!important;
	position:relative;
    background-color: #1F324B!important;
    background-image: url(img/campaign-home-bg.png)!important;
    background-position: top left!important;
    background-repeat: no-repeat!important;
	background-size:auto!important;
 }
.parent-pageid-321 .page-banner h1, .parent-pageid-327 .page-banner h1, .page-id-283 .page-banner h1, .parent-pageid-238 .page-banner h1, .parent-pageid-224 .page-banner h1, .parent-pageid-22 .page-banner h1 , .page-id-191 .page-banner h1, .parent-pageid-834 .page-banner h1 , .page-id-321 .page-banner h1 , .parent-pageid-329 .page-banner h1 , .page-id-329 .page-banner h1, .page-id-224 .page-banner h1, .page-id-869 .page-banner h1, .parent-pageid-399 .page-banner h1, .parent-pageid-344.page-banner h1, .page-id-327.page-banner h1, .parent-pageid-351 .page-banner h1, .parent-pageid-272 .page-banner h1, .parent-pageid-277 .page-banner h1 , .search-results .page-banner h1 , .search-no-results .page-banner h1, .parent-pageid-325 .page-banner h1, .parent-pageid-279 .page-banner h1, .page-id-238 .page-banner h1, .page-id-1201 .page-banner h1 , .page-id-1204 .page-banner h1 , .page-id-872 .page-banner h1 , .page-id-272 .page-banner h1, 
.error404 .page-banner h1  {
	font-size:55px;
	color:#fff;
	letter-spacing:1px;
	font-weight:300;
	position:absolute;
	bottom:40px;
}
.page-id-336 .page-banner h1, .page-id-344 .page-banner h1, .page-id-325 .page-banner h1, .page-id-340 .page-banner h1  {
color:#000!important;
}
.page-banner {
	width:100%;
	float:left;
	height:700px!important;
	position:relative;
	background-color:#333;	
	background-size:cover!important;
	background-position:center center;
 }
.search-results .page-banner {
	width:100%;
	float:left;
	height:340px;
	position:relative;
	background-size:cover;
	background-position:center center;
 }
.search-no-results .page-banner, .error404 .page-banner {
    background-color: #1F324B!important;
    background-image: url(img/campaign-home-bg.png)!important;
    background-position: top left!important;
    background-repeat: no-repeat!important;
	background-size:auto!important;
 }
.hentry {
	border-bottom:solid 1px #ddd;
	padding:10px 0px;margin-bottom:10px;
}
.hentry h2{
 
}
.banner-right-col {
	width:40%;
	float:left;
	height:550px;
	background-color:#222;
}
.the-battle-home {
	padding-top:40px;
	width:100%;
	float:left;
	height:275px;
	color:#fff;
	font-size:16px;
	font-weight:300;
	text-align:center;
	background-color:#462850;
	background-image:url(img/battle-patter-bg.png);
	background-position:top left;
	background-repeat:no-repeat;
	background-size:cover;
}
.the-battle-home a{
	font-size:12px;
	color:#fff;
	border:solid 2px #fff;
	padding:10px 16px;
	position:relative;
	font-weight:700;
	top:16px;
	background:none;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
		-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.the-battle-home a:hover{
	color:#fff;
	background:#f99869;
	border:solid 2px #f99869;
}
.thebattlehome {
	max-width:160px;
	height:auto;
	font-size:16px;
}
.cherish-partner-home {
	padding: 0px 10% 0px 10%;
	width:100%;
	float:left;
	height:275px;
	color:#282828;
	font-size:16px;
	font-weight:300;
	text-align:center;
	background-color:#333;
	background-size:cover;
	background-position:left top;
}
.cherish-partner-home-inner {
	position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-top:0px;
}
.cherish-partner-home a{
	font-size:12px;
	color:#fff;
	padding:10px 16px;
	position:relative;
	font-weight:700;
	top:10px;
	background:#FF9866;
	border-radius:5px;
	border:solid 2px #FF9866;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.cherish-partner-home a:hover{
	color:#fff;
	background:none;
	border:solid 2px #FF9866;
}
.our-vision-home {
	width:60%;
	height:330px;
	float:left;	
	color:#fff;
	padding:24px 3%;
	font-size:16px;
	line-height:24px;
	font-weight:400;
	background-color:#FF9866;
}
.our-vision-home a{
	font-size:12px;
	color:#000;
	padding:10px 16px;
	position:relative;
	border:solid 2px #fff;
	top:66px;
	background:#fff;
	border-radius:5px;
	font-weight:700;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;	
	-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.our-vision-home a:hover{
	color:#fff;
	border:solid 2px #fff;
	background:none;
}
.home-vision-left {
	width:30%;
	float:left;
	margin:0px;
	padding: 24px 20px 0px 0px;
}
.home-vision-right {
	width:70%;
	float:left;
	margin:0px;
	padding:0px;
}
.facts-home {
	width:40%;
	float:left;
	font-size:25px;
	line-height:35px;
	font-weight:300;
	text-align:center;
	padding:0px 4%;
	color:#fff;
	height:330px;
	background-color:#1F324B;
	background-image:url(img/home-facts-patter-bg.png);
	background-position:top left;
	background-repeat:no-repeat;
}
.facts-home p {
position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-top:0px;
}

.our-suppporters-wrapper {
	width:100%;
	float:left;	
	background-color:#fff;
	padding: 30px 5% 30px 5%;
	position:relative;
}
.suppporters-right {
	width:65%;
	float:right;
	margin:10px 0px 0px 0px;
	position:relative;
	z-index:444;
}
.supportersgrey {
	background-color:#f5f5f5;
	width:100%;
	float:left;
	height:115px;
	position:absolute;
	top:0px;
	z-index:0;
	left:0px;
}


.cm-signup {
	width:100%;
	float:left;
	min-height:160px;
	font-size:36px;
	font-weight:300;
	color:#293C55;
	background-color:#fff;
	padding: 30px 3%;
}
.signupTitle {
	width: 40%;
	float:left;	
}
.signup-button {
	width: 60%;
	text-align:center;
	float:left;	
}
.cm-signup form {
	width: 60%;
	float:left;
}
.cm-signup #fieldName, .cm-signup #fieldEmail {
	background:#fff;
	font-size:15px;
	height:35px;
	color:#1F324B;
	position: relative;
	width: 36%;
    top: 16px;
	margin-right:40px;
	border-top:solid 0px #fff;
	border-right:solid 0px #fff;
	border-bottom:solid 1px #DBDBDB;
	border-left:solid 0px #fff;
}
.cm-signup button {
    font-size: 12px;
    color: #fff;
    padding: 8px 24px;
    position: relative;
    top: 30px;
	float:right;
    background: #FF9866;
    border: solid 2px #FF9866;
	cursor:pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.cm-signup button:hover {
    color: #FF9866;
    background: none;
    border: solid 2px #FF9866;
}
.home-campaigns-wrapper {
	width:100%;
	float:left;
	padding:60px 3%;
	color:#fff;
	background-color:#1F324B;
	background-image:url(img/campaign-home-bg.png);
	background-position:top left;
	background-repeat:no-repeat;
}
.home-campaigns-archive{
	font-size:12px;
	color:#fff;
	font-weight:700;
	display:none;
	border:solid 2px #fff;
	padding:8px 14px;
	position:relative;
	float:right;
	background:none;
	top:0px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.home-campaigns-archive:hover{
	color:#1f324b;
	border:solid 2px #fff;
	background:#fff;
}
.campaign-summary {
	width:45%;
	font-size:16px;
	line-height:26px;
	font-weight:300;
	float:left;
	margin:0px 2.5%;
}
.mystoryreadmore,
.campbutton, .orangeButton {
    font-size: 12px;
    color: #fff;
    padding:10px 16px;
    position: relative;
	font-weight:700;
	font-weight:700;
    margin-right: 16px;
    top: 16px;
    background: #FF9866;
	border: solid 2px #FF9866;
    border-radius: 5px;
    -webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.orangeButton {
	position:relative;
	top:100px;
}
#video {
 
}
.bringmeup {
 
}
.fundraiseNow {
	font-size:12px!important;
    color: #fff!important;
    padding:10px 16px!important;
    position: relative;
	font-weight:700;
    background-color: #FF9866;
	border: solid 2px #FF9866!important;
    border-radius: 5px;
    -webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.fundraiseNow:hover {
	color: #FF9866!important;
	background-color: #fff;
	border: solid 2px #FF9866!important;
}
.mystoryreadmore:hover{
    color: #fff;
    background: none;
	border: solid 2px #f99869;
}

.myextractread:hover{
    color: #fff;
    background-color: #1F324B;
	border: solid 2px #f99869;
}

.campbutton:hover{
    color: #fff;
    background: none;
	border: solid 2px #f99869;
}
.orangeButton:hover{
    color: #f99869;
    background-color: #fff;
	border: solid 2px #f99869;
}
.home-newsrrom-link {
    font-size: 12px;
    color: #fff;
    padding:10px 16px;
    position: relative;
	float:right;
    top: 0px;
    background: #1f324b;
	border: solid 2px #1f324b;
    border-radius: 5px;
    -webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.home-newsrrom-link:hover{
    color: #1f324b;
    background: none;
	border: solid 2px #1f324b;
}
.updatessm {
	width:30px;
	height:30px;
	float:left;
	margin:7px 14px 0px 0px;
-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
#facebook1 {
		width:30px;
	height:30px;
	background-image:url(img/social-facebook-big-blue.png);
	background-size:cover;
	background-position:center center;
		-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
#facebook1:hover {
		width:30px;
	height:30px;
	background-image:url(img/social-facebook-big-orange.png);
	background-size:cover;
	background-position:center center;
}
#twitter1 {
		width:30px;
	height:30px;
	background-image:url(img/social-twitter-big-blue.png);
	background-size:cover;
	background-position:center center;
		-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
#twitter1:hover {
		width:30px;
	height:30px;
	background-image:url(img/social-twitter-big-orange.png);
	background-size:cover;
	background-position:center center;
}
#instagram1 {
		width:30px;
	height:30px;
	background-image:url(img/social-instagram-big-blue.png);
	background-size:cover;
	background-position:center center;
		-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
#instagram1:hover {
		width:30px;
	height:30px;
	background-image:url(img/social-instagram-big-orange.png);
	background-size:cover;
	background-position:center center;
}
.campaign-summary img {
	width:100%;
	height:auto;
	margin:36px 0px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
/* Latest Updates */
.latest-updates-wrapper {
	width:100%;
	float:left;
	padding: 40px 0% 30px 0%;
	background-color:#fff;
}
.latest-updates{
	width:60%;
	float:left;
	padding: 40px 5% 40px 5%;
}
.news-feed-home {
	width:100%;
	float:left;
	border-top: solid 1px #C7C7C7;
	padding:30px 0px;
}
.socialstatus {
	width:100%;
	float:left;
	border-bottom: solid 1px #C7C7C7;
	padding:30px 0px;
	font-size:16px;
	font-weight:300;
	color:#282828;
}
.socialstatus a {
	color:#FF9866;
	border-bottom:solid 1px #fff;
}
.socialstatus a:hover {
	border-bottom:solid 1px #dcdcdc;
}
.socialdate {
	color:#C7C7C7;
	font-size:12px;
}
.socialstatusIcon {
	width:20px;
	height:auto;
	margin-right:10px;
}
.my-story {
	width:35%;
	float:left;
	padding: 40px 0%;
}
.mystory-summary {
	width:100%;
	float:left;
	color:#fff;
	font-size:16px;
	color:#fff;
	line-height:26px;
	padding-bottom:14px;
	background-color:#1F324B;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.mystory-extract {
	width:100%;
	padding:30px 5%;
	float:left;
}
.mystory-extract blockquote {
	margin-left:0px;
}
.mystory-summary-img {
	width:100%;
	float:left;
	position:relative;
}
.my-story-home-overlay {
	width:100%;
	height:auto;
	position:absolute;
	bottom:0px;
	z-index:99;
	left:0px;
}

.mystory-summary img{
	width:100%;
	height:auto;
		border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.view-article {
	display:none;
}
/* footer */
.footer-logos {
	max-width:1400px;
	margin:0 auto;
	padding:0%;
	background-color:#f5f5f5;
}
.footer-top {
	max-width:1400px;
	margin:0 auto;
	background-color:#fff;
}
.footer-arch {
	width:100%;
	height:auto;
	float:left;
}
.sponcol30 {
	width:25%;
	float:left;	
	margin:0px 0px 10px 0px;
}
.sponcol30 img {
	width:auto;
	height:40px;	
	border-radius:0px!important;
	-moz-border-radius:0px!important;
	-webkit-border-radius:0px!important;
}
.sponsor-list {
	width:30%;
	float:left;
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding:0px;
}
.sponsor-list li {
	width:30%;
	float:left;
	list-style:none;
	margin:0px;
	padding: 0px 0% 0px 0px;
	opacity:0.6;
	-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.sponsor-list li img {
	max-height:50px;
	width:auto;
	margin:0px;
	padding:0px;

}
.sponsor-list li:hover, .sponsor-list-gold li:hover, .sponsor-list-research li:hover {
	opacity:1;
}
.sponsor-list-gold {
	width:30%;
	float:left;
	list-style:none;
	margin: 0px 5% 30px 10%;
	padding:0px;
}
.sponsor-list-gold li {
	width:30%;
	float:left;
	list-style:none;
	text-align: ;
	margin:0px;
	padding: 0px 0% 0px 0px;
	opacity:0.6;
	-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.sponsor-list-gold li:nth-of-type(2) {

}
.sponsor-list-gold li img {
	max-height:40px;
	width:auto;
	margin:0px;
	padding:0px;
}
.sponsor-list-research {
	width:25%;
	float:left;
	list-style:none;
	margin: 0px 0px 30px 0px;
	padding:0px;
}
.sponsor-list-research li {
	width:100%;
	float:left;
	list-style:none;
	margin:0px;
	text-align:right;
	padding: 0px 0% 0px 0px;
	opacity:0.6;
	-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.sponsor-list-research li img {
	max-height:40px;
	width:auto;
	margin:0px;
	padding:0px;
}
.sponsor-list-wide {
	width:100%;
	float:left;
	list-style:none;
	text-align:center;
	margin:0px;
	padding:0px;
}
.sponsor-list-wide li {
	width:auto;
	height:70px;
	display: inline-block;
	list-style:none;
	opacity:0.6;
	margin: 0px;
	padding: 0px 2.5% 0px 0px;
	-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.sponsor-list-wide li:hover {
opacity:1;
}
.sponsor-list-wide li img {
	max-height:40px;
	width:auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.footer {
	width:100%;
	color:#fff;
	font-size:16px;
	font-weight:300;
	position:relative;
	z-index:1;
	float:left;
	height:110px;
	padding: 46px 5% 0px 5%;
	background-color:#1F324B;
	background-image:url(img/footer-bg.png);
	background-position:center right;
	background-size:auto 100%;
	background-repeat:no-repeat;
}

.copyright {
	width:auto;
	float:left;
	margin-right:30px;
}
.footer a {
	color:#fff;
	border-bottom: solid 1px #646464;
	padding-bottom:5px;
	-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.footer ul li a {
   /* text-transform: uppercase;*/
    font-size: 16px; 
	color:#EFEFEF;
	border-bottom: solid 1px #646464;
	padding-bottom:5px;
	font-weight:300;
	margin:0px 28px 0px 0px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.footer ul li a:hover, .footer a:hover {
    border-bottom: solid 1px #FF9866; 
}
.footer .current_page_item a { 
	color:#FF9866; 
	border-bottom: solid 1px #FF9866; 
	}

.footer ul {
    list-style: none;
    padding: 0;
    margin: auto;
    float: left;
    position: relative;
    z-index: 3000;
}
.footer ul li {
    float: left;
    position: relative;
    width: auto;
}
.footer li ul {
    position: absolute;
    top: 0;
    display: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    float: left;
}
.footersm {
	width:30px;
	height:30px;
	float:right;
	margin:0px 0px 0px 14px;
	border-bottom: solid 0px #fff!important;
	border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    -webkit-border-radius: 0px!important;
	-webkit-transition:all 0.2s ease-in;  
    -moz-transition:all 0.2s ease-in;  
    -o-transition:all 0.2s ease-in;  
    transition:all 0.2s ease-in;
}
.footersm:hover {
 
}
.breadHead .footersm {
	width:30px;
	height:30px;
	float:right;
	margin:5px 0px 0px 14px;
	border-bottom: solid 0px #fff!important;
	border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    -webkit-border-radius: 0px!important;
}
#facebook {
		width:30px;
	height:30px;
	background-image:url(img/social-facebook-big-orange.png);
	background-size:cover;
	background-position:center center;
		-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
#facebook:hover {
		width:30px;
	height:30px;
	background-image:url(img/social-facebook-big-purple.png);
	background-size:cover;
	background-position:center center;
}
#twitter {
		width:30px;
	height:30px;
	background-image:url(img/social-twitter-big-orange.png);
	background-size:cover;
	background-position:center center;
		-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
#twitter:hover {
		width:30px;
	height:30px;
	background-image:url(img/social-twitter-big-purple.png);
	background-size:cover;
	background-position:center center;
}
#instagram {
		width:30px;
	height:30px;
	background-image:url(img/social-instagram-big-orange.png);
	background-size:cover;
	background-position:center center;
		-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
#instagram:hover {
		width:30px;
	height:30px;
	background-image:url(img/social-instagram-big-purple.png);
	background-size:cover;
	background-position:center center;
}
/* Footer Social media Icons */
#facebookfoot {
		width:30px;
	height:30px;
	background-image:url(img/social-facebook-big-orange.png);
	background-size:cover;
	background-position:center center;
		-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
#facebookfoot:hover {
		width:30px;
	height:30px;
	background-image:url(img/social-facebook-big-white.png);
	background-size:cover;
	background-position:center center;
}
#twitterfoot {
		width:30px;
	height:30px;
	background-image:url(img/social-twitter-big-orange.png);
	background-size:cover;
	background-position:center center;
		-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
#twitterfoot:hover {
		width:30px;
	height:30px;
	background-image:url(img/social-twitter-big-white.png);
	background-size:cover;
	background-position:center center;
}
#instagramfoot {
		width:30px;
	height:30px;
	background-image:url(img/social-instagram-big-orange.png);
	background-size:cover;
	background-position:center center;
		-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
#instagramfoot:hover {
		width:30px;
	height:30px;
	background-image:url(img/social-instagram-big-white.png);
	background-size:cover;
	background-position:center center;
}
/* content page social media icons */
#facebookblue {
		width:30px;
	height:30px;
	background-image:url(img/social-facebook-big-orange.png);
	background-size:cover;
	background-position:center center;
		-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
#facebookblue:hover {
		width:30px;
	height:30px;
	background-image:url(img/social-facebook-big-blue.png);
	background-size:cover;
	background-position:center center;
}
#twitterblue {
		width:30px;
	height:30px;
	background-image:url(img/social-twitter-big-orange.png);
	background-size:cover;
	background-position:center center;
		-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
#twitterblue:hover {
		width:30px;
	height:30px;
	background-image:url(img/social-twitter-big-blue.png);
	background-size:cover;
	background-position:center center;
}
#instagramblue {
	width:30px;
	height:30px;
	display:inline;
	background-image:url(img/social-instagram-big-orange.png);
	background-size:cover;
	background-position:center center;
		-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
#instagramblue:hover {
	width:30px;
	height:30px;
	background-image:url(img/social-instagram-big-blue.png);
	background-size:cover;
	background-position:center center;
}
/* -- /
.footer #facebook:hover {
	background-image:url(img/social-facebook-big-white.png);
	background-size:cover;
	background-position:center center;
}

.footer #twitter:hover {
	background-image:url(img/social-twitter-big-white.png);
	background-size:cover;
	background-position:center center;
}

.footer #instagram:hover {
	background-image:url(img/social-instagram-big-white.png);
	background-size:cover;
	background-position:center center;
}
/*------------------------------------*\
    The Battle
\*------------------------------------*/

.battle-banner {
	width:100%;
	float:left;
	height:280px;
	background-color:#333;
	text-align:center;
	padding:0px 5%;
	font-size:32px;
	font-weight:300;
	color:#fff;
	position:relative;
	background-image:url(img/battle-banner-bg.png);
	background-position:center center;
	background-size:cover;
}
.the-battle {
	max-width:220px;
	height:auto;
	position:relative;
	top:80px;
}
.battleDate {
	float:right;
	text-align:left;
	position:absolute;
	font-weight:300;
	top:80px;
	right:5%;
}
.content-wrapper {
	max-width:1400px;
	margin:0px auto;
	padding:0%;
	background-color:#fff;
}
.content {
	width:100%;
	float:left;
	background-color:#fff;
}
.col20 {
	width:20%;
	floaT:left;
	text-align:center;
}
.col20 img{
	max-width:80%;
	max-height:40px;
	margin:0px 10% 40px 10%;
	border-radius:0px!important;
	-moz-border-radius:0px!important;
	-webkit-border-radius:0px!important;
}
.col20 a{
	opacity:0.6;
	-webkit-transition:all 0.2s ease-in;  
    -moz-transition:all 0.2s ease-in;  
    -o-transition:all 0.2s ease-in;  
    transition:all 0.2s ease-in;
}
.col20 a:hover{
	opacity:1;
	border-bottom: solid 0px #ddd!important;
}
.battle-content-left blockquote {
	width:100%;
	margin-left:0px;
	font-weight:300;
	margin-right:0px;
	font-size:20px;
	line-height:28px;
}
blockquote {
	width:100%;
	margin-left:0px;
	margin-right:0px;
}
/* chresish */
.battle-content-left {
	width:68%;
	float:left;
	color:#282828;
	font-size:16px;
	line-height:26px;
	padding:40px 5%;
}
.page-id-99 .battle-content-left,.parent-pageid-115 .battle-content-left,
.parent-pageid-88 .battle-content-left {
	width:68%;
	float:left;
	color:#462850;
	font-size:16px;
	line-height:26px;
	padding:40px 5%;
}
.battle-content-left img {
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.breadHead {
	width:100%;
	float:left;
	border-bottom: solid 1px #C7C7C7;
	font-size:16px;
	font-weight:300;
	color:#282828;
	padding-bottom: ;
	margin-bottom:34px;
}
.parent-pageid-88 .breadHead, .parent-pageid-115 .breadHead {
	width:100%;
	float:left;
	border-bottom: solid 1px #C7C7C7;
	font-size:16px;
	font-weight:300;
	color:#462850;
	padding-bottom: ;
	margin-bottom:34px;
}
#breadcrumbs {
    width: 50%;
    float: left;
	font-size:16px;
	color:#282828;
	top: -10px;

    position: relative;

}
.parent-pageid-88 #breadcrumbs,.parent-pageid-115 #breadcrumbs {
    width: 50%;
    float: left;
	font-size:16px;
	color:#462850;
	top: -10px;

    position: relative;

}
#breadcrumbs a {
	color:#C7C7C7;
	margin-right:;
	border-bottom:none;
	border-bottom: solid 1px #fff;
	-webkit-transition:all 0.2s ease-in;  
    -moz-transition:all 0.2s ease-in;  
    -o-transition:all 0.2s ease-in;  
    transition:all 0.2s ease-in;
}
#breadcrumbs a:hover {
	color:#; 
    border-bottom: solid 1px #FF9866; 
}
/*#breadcrumbs a:after {
content: " / ";
}
#breadcrumbs a:nth-of-type(1) {
    display:none;
}*/
.battleFollow {
	float:right;
	position:relative;
	top:6px;
	margin-right:0px;
}
.supsystic-social-sharing .sharer-flat.sharer-flat-1 {
    -webkit-border-radius: 5px!important;
    -moz-border-radius: 5px!important;
    border-radius: 5px!important;
}
html body .supsystic-social-sharing a.social-sharing-button.sharer-flat i {
    font-size: 22px!important;
}
html body .supsystic-social-sharing a.social-sharing-button.sharer-flat i.fa.fa-fw.fa-facebook{
    font-size: 26px!important;
}
html body .supsystic-social-sharing a.social-sharing-button {
    width: 30px!important;
    height: 30px!important;
    padding: 4px 0px 0px 1px!important;
	position:relative;
	top:0px;
	float:left;
}
i.fa.fa-fw.fa-facebook {
    position: relative!important;
    top: 2px!important;
    left: 1px!important;
}
html body .supsystic-social-sharing.supsystic-social-sharing-spacing a.social-sharing-button {
    margin-right: 0em!important;
	margin-left: 1.25em;
}
.supsystic-social-sharing .sharer-flat.facebook {
    background-color: #FF9866!important;
}
.supsystic-social-sharing .sharer-flat.twitter {
    background-color: #FF9866!important;
}
.supsystic-social-sharing .sharer-flat.facebook:hover {
    background-color: #1f324b!important;
}
.supsystic-social-sharing .sharer-flat.twitter:hover {
    background-color: #1f324b!important;
}
html body .supsystic-social-sharing {
    font-size: 16px;
    line-height: 1;
    float: right;
}
.battle-content-left ul{
	margin-left:0px;
	padding-left:18px;
}
.battle-content-left ul li {
	margin: 0px 0px 8px 0px;
}
.battle-content-left a {
	color: #FF9866;
	padding-bottom:3px;
	border-bottom:solid 1px #fff;
	-webkit-transition:all 0.2s ease-in;  
    -moz-transition:all 0.2s ease-in;  
    -o-transition:all 0.2s ease-in;  
    transition:all 0.2s ease-in;
}
.battle-content-left a:hover {

	border-bottom:solid 1px #dcdcdc;
}
.battle-content-left hr {
	color: #C8C8C8;
	background-color: #C8C8C8;
	height: 1px;
	border:none;
}
.battle-content-left h2 {
	font-size:30px;
	font-weight:300;
	color: #FF9866;
	margin-bottom:30px;
}
.battle-content-right {
	width:32%;
	float:left;
	color:#282828;
	background-color:#f5f5f5;
	font-size:16px;
	line-height:26px;
	padding:40px 3%;
	margin-bottom:40px;
	border-bottom-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;	
}
.page-id-99 .battle-content-right,.parent-pageid-115 .battle-content-right,
.parent-pageid-88 .battle-content-right {

	width:32%;
	float:left;
	color:#462850;
	background-color:#EFEFEF;
	font-size:16px;
	line-height:26px;
	padding:40px 3%;
	margin-bottom:40px;
	border-bottom-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;	
}
 
.battle-content-right ul li a {
	font-size: 15px;
	color: #FF9866;
	letter-spacing: 0px;
	text-decoration: none;
	font-weight: 400;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px;
	border-top: solid 1px #C7C7C7;
}
.battle-content-right ul li a:hover {
	color:#646464;
}
.sub-menu .current-menu-item a   { color: #000; }
 
.battle-content-right ul {
	list-style: none;
	padding: 0;
	margin: 0px 0px 40px 0px;
	text-align:left;
    float: left;
	border-bottom: solid 1px #C7C7C7;
}
.battle-content-right ul li {
    width:100%;
	float:left;
    text-align:;
    }
.battle-content-right li ul {

	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	border-top: none!important;
	}
	.battle-content-right li ul  li a{
	color:#646464;
	font-size:13px;
	line-height:16px;
	border-top: solid 0px #EFEFEF!important;
	}
	.battle-content-right li ul  li a:hover{
		color: #FF9866;
	}
	
	li#menu-item-124 a {
    border-bottom: none;
}
.registerButton, .sponsorButton {
	width:100%;
	float:left;
	font-size:20px;
	line-height:10px;
	font-weight:300;
	color:#fff;
	padding:18px;
	margin:0px 0px 20px 0px;
	background-color:#462850;
	border-radius:10px;
	border: solid 2px #462850;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background-image:url(img/sidebar-button-arrows.png);
	background-position:right 15px center;
	background-repeat:no-repeat;
	-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.registerButton:hover {
	background-color:transparent;
	color:#462850;
	border: solid 2px #462850;
}
.donateButton {
	width:100%;
	float:left;
	font-size:20px;
	line-height:10px;
	font-weight:300;
	color:#fff;
	padding:18px;
	border: solid 2px #FF9866;
	margin:0px 0px 20px 0px;
	background-color:#FF9866;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background-image:url(img/sidebar-button-purple-arrows.png);
	background-position:right 15px center;
	background-repeat:no-repeat;
	-webkit-transition:all 0.2s ease-in;  
    -moz-transition:all 0.2s ease-in;  
    -o-transition:all 0.2s ease-in;  
    transition:all 0.2s ease-in;
}
.donateButton:hover {
	background-color:transparent;
	color:#FF9866;
	border: solid 2px #FF9866;
}
.everydayheropops1 h2, .everydayheropops h2 {
	font-size:30px;
	font-weight:300;
	margin-top:0px;
}
.everydayheropops1 {
	width:530px;
	height:340px;
	padding:30px;
	background-color:#fff;
	font-size:16px;
	color:#1F324B;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.everydayheropops1 a {
	padding:10px 20px;
	background-color:#FF9866;
	font-size:12px;
	color:#fff;
	position:relative;
	top:0px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.everydayheropops {
	width:530px;
	height:240px;
	padding:30px;
	background-color:#fff;
	font-size:16px;
	color:#1F324B;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.cmsignup {
	width:680px;
	height:1000px;
	padding:30px;
	background-color:#fff;
	font-size:16px;
	color:#1F324B;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.everydayheropops a {
	padding:8px 20px;
	background-color:#FF9866;
	font-size:12px;
	color:#fff;
	position:relative;
	top:16px;
	border: solid 2px #FF9866;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
	font-weight:700;
}
.everydayheropops a:hover{
	background-color:transparent;

	color:#FF9866;
}
.raisedDonateButton {
	float:right;
	background-color:#FF9866;
	font-size:20px;
	line-height:50px;
	width:190px;
	border:solid 2px #FF9866!important;
	text-align:center;
	height:54px;
	color:#fff!important;
	font-weight:300;
	border-top-right-radius:8px;
	-webkit-border-top-right-radius:8px;	
	border-bottom-right-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	background-image:url(img/donate-bar-bg.png);
	background-position:right 15px center;
	background-repeat:no-repeat;
}
.raisedDonateButton:hover {
	color:#FF9866!important;
	background-color:#fff!important;
	border:solid 2px #FF9866!important;
	-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.donate-bar-bg-side {
	position: relative;
    height: 54px;
    float: left;
    top: -2px;
    width: auto;
    left: -3px;
}
.col50 {
	width:50%;
	float:left;
}
.battle-blocks {
	width:100%;
	float:left;
	border-top: solid 1px #C7C7C7;
	padding:40px 0px;
}
/* Everyday Hero */
span.CallToActionButton__label {
    color: #FF9866;
}

/* TD */
.page-template-page-battle-search .LeaderboardItem__rank {
   position: absolute;
    bottom: 85px;
    color: #525252;
    left: 0%;
	font-weight:normal;
	font-size: 12px;
    margin-top: -8px;
}

.page-template-page-battle-search .TeamLeaderboard {
    background:none;
    font-family: Lato,Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #fff;
}

.page-template-page-battle-search .Leaderboard {
    background:none;
    font-family: Lato,Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #fff;
}

.page-template-page-battle-search .LeaderboardItem__name{
	
	box-sizing: border-box;
    width: 65% !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    font-weight:normal !important;
    line-height: 1.2;
	
	}

.page-template-page-battle-search .LeaderboardItem__amount{
	margin-top: -6px;
	}

/*/TD*/
.page-template-page-battle-landing .TeamLeaderboard__items a, 
.page-template-page-battle-landing a.LeaderboardItem, 
.page-template-page-home a.LeaderboardItem{
    width: 18.4%!important;
    margin-right: 2%;
    float: left;
    font-size: 12px;
	position: relative;
    color: #462850;
    border-bottom: solid 0px #DCDCDC;
}
.page-template-page-battle-landing a.LeaderboardItem:nth-of-type(5){
	margin-right:0%;
}
.page-template-page-home a.LeaderboardItem:nth-of-type(5){
	margin-right:0%;
}

.page-template-page-battle-landing a.LeaderboardItem:nth-of-type(10){
	margin-right:0%;
}
.page-template-page-home a.LeaderboardItem:nth-of-type(10){
	margin-right:0%;
}
.TeamLeaderboard__items a:nth-of-type(5){
	margin-right:0%;
}
.TeamLeaderboard__items a:nth-of-type(10){
	margin-right:0%;
}
.page-template-page-home .LeaderboardItem__content {
    background-color: #462850;
    width: 100%;
    float: left;
    color: #fff;
	padding: 14px 10% 8px 10%;
	margin:-1px 0px 20px 0px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	background-image:url(img/leaderboard-top-triangle.png);
	background-position:center -20px;
	background-repeat:no-repeat;
}

.page-template-page-battle-landing .LeaderboardItem__content {
    background-color: #462850;
    width: 100%;
    float: left;
    color: #fff;
	padding: 14px 10% 6px 10%;
	margin:-1px 0px 20px 0px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	background-image:url(img/leaderboard-top-triangle.png);
	background-position:center -20px;
	background-repeat:no-repeat;
}
.page-template-page-home .LeaderboardItem__content:hover,
.page-template-page-battle-landing .LeaderboardItem__content:hover {
color: #FF9866!important;
}

.page-template-page-battle-landing  .LeaderboardItem__amount {
    float: left;
    width: 100%;
    border-top: solid 1px #fff;
}
.page-template-page-home .LeaderboardItem__amount {
    float: left;
    width: 100%;
	padding-top: 4px;
    border-top: solid 1px #fff;
}

#FundsRaisedExample {
	width: 98%;
	background-color:#462850;
	color:#FF9866;
	font-size:30px;
	font-weight:300;
	padding:14px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
.page-template-page-battle-landing  #EntityGoalProgressExample {
	width: 98%;
	background-color:#462850;
	color:#FF9866;
	font-size:30px;
	height:54px;
	font-weight:300;
	padding:0px 14px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
.GoalProgress__text strong {
    font-weight: 300!important;
}
.GoalProgress__text {
    font-size: 24px;
	line-height:30px;
    font-weight: 300!important;
    color: #462850;
}
.page-template-page-battle-landing  .GoalProgress__text {
    position: relative;
    top: 14px;
}
#FundsRaisedExample2 {
	width:100%;
	float:left;
	padding: 20px 0px 10px 0px;
	font-size:40px;
	font-weight:300;
	color:#462850;
}
#AggregateSearchExample, #PageSearchExample {
	    font-size: 20px;
    line-height: 10px;
    font-weight: 300;
    color: #fff;
    padding: 18px;
    border: solid 2px #FF9866;
    margin: 0px 0px 20px 0px;
    background-color: #FF9866;
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
		-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
#AggregateSearchExample:hover, #PageSearchExample:hover {
	background-color:#fff;
	color:#FF9866;
}
.page-template-page-home .LeaderboardItem__amount,
.page-template-page-battle-landing .LeaderboardItem__amount {
	color:#FF9866;
}
.viewLeaderboard {
    float: right;
    padding: 11px;
    font-size: 12px;
    color: #fff!important;
	padding:6px 16px;
	left: 2px;
    position: relative;
    border: solid 2px #FF9966!important;
    background-color: #FF9966;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
	display:none;
}
.viewLeaderboard:hover {
	color: #FF9966!important;
	border: solid 2px #FF9966!important;
    background-color: #fff;
}
.viewLB {
	color:#462850;
	font-size:12px;
	line-height:20px;
	font-weight:300;
	float:right;
	border-bottom:solid 1px #C8C8C8;
	position:relative;
	right:5%;
	top:-30px;
	display:none;
}
.viewLB:hover {
	color:#462850;
	border-bottom:solid 1px #FF9966;
}
.page-template-page-home .LeaderboardItem__name,
.page-template-page-battle-landing .LeaderboardItem__name {
    float: left;
    width: 100%;
    height: 40px;
	padding-left: ;
	-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.page-template-page-battle-landing .LeaderboardItem__name:hover {
	color: #FF9966;
}
.page-template-page-battle-landing #LeaderboardExample, .page-template-page-battle-landing #TeamLeaderboardExample {
	margin-top:40px;
}
.FundsRaised__title, .Leaderboard__heading, .TeamLeaderboard__heading, .battle-content-right .LeaderboardItem__image {
	display:none;
}
ol.Leaderboard__items {
	width:100%;
	float:left;
    margin: 0px;
    padding: 0px;
}
ol.TeamLeaderboard__items {
    margin: 0px;
    padding: 0px;
}
.LeaderboardItem__image img {
	border-radius:100%;
	width: 100%;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
}
.LeaderboardItem__image {
	padding-bottom:21px;
	background-image:url(img/leaderboard-top-triangle.png);
	background-position:center bottom;
	background-repeat:no-repeat;
}
.LeaderboardItem__skin {
	font-size:12px;
	color:#462850;

	border-bottom:solid 1px #DCDCDC;
}
.page-template-page-battle-landing .LeaderboardItem__skin {

	border-bottom:solid 0px #DCDCDC;
}
.page-template-page-battle .LeaderboardItem__skin, .page-template-page-battle-faq .LeaderboardItem__skin {
	width: 100%;
    height: 30px;
    float: left;
}
.LeaderboardItem__amount {
	float:right;
}
.page-template-page-home .LeaderboardItem__name,
.page-template-page-battle-landing .LeaderboardItem__name {
	line-height: 15px;
    left: 22px;
	height:52px;
    position: relative;
	width: 90%;
}
.page-template-page-home .LeaderboardItem__rank {
   position: absolute;
    bottom: 85px;
    color: #fff;
    left: 8%;
}

.page-template-page-battle-landing  .LeaderboardItem__rank {
   position: absolute;
    bottom: 86px;
    color: #fff;
    left: 8%;
}
.LeaderboardItem__name {
    width: auto;
    float: left;
	 position: absolute;
    left: 30px;
}
.LeaderboardItem__content {
    position: relative;
}
.battle-content-right .battle-blocks {
	width:100%;
	float:left;
	padding:20px 20px;
	margin:0px 0px 40px 0px;
	border-top: solid 0px #C7C7C7;
	background-color:#fff;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.battle-content-right .battle-blocks h2{
	font-size:20px;
	font-weight:300;
	border-bottom: solid 1px #C8C8C8;
	padding:0px 0px 10px 0px;
	margin:0px;
}
.promo-boxes {
	width:100%;
	float:left;
	height:270px;
	color:#FFFFFF;
	margin: 20px 0px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	position:relative;
	background-size:cover!important;
	background-position:center center!important;
		-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.page-id-323 .promo-boxes:nth-of-type(2) {
	display:none;
}
.promo-boxes:hover {
	color:#FF9966!important;
}
.promo-bottom1 {
	width:100%;
	height:100%;
	float:left;
	background-image:url(img/promo-box-bg-blue.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size:100% auto;
	padding:20px;
	position:absolute;
	bottom:0px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;

}
.promo-bottom {
	width:100%;
	height:100%;
	float:left;
	background-image:url(img/promo-box-bg.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size:100% auto;
	padding:20px;
	position:absolute;
	bottom:0px;

}
.promo-box-button {
	float:right;
	width:22px;
	height:22px;
	position:absolute;
	bottom: 16px;
	z-index:666;
	right:5%;
	background-image:url(img/arrow-button-orange.png);
	background-repeat:no-repeat;
	background-position:center center;
}

.promo-boxes span, .promo-boxes1 span {
	font-size:15px;
	line-height:22px;
	font-weight:700;
	position:absolute;
	width: 90%;
	bottom: 12px;
	color:#fff;
	background-image: url(img/arrow-button-orange.png);
    background-repeat: no-repeat;
    background-position: center right;
	-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.promo-boxes span:hover, .promo-boxes1 span:hover {
	color:#f99869;
	background-image:url(img/arrow-button-white.png);
}
.page-template-page-battle .footer, .page-template-page-battle-landing .footer, .page-template-page-battle-faq .footer {
	width:100%;
	color:#fff;
	font-size:16px;
	font-weight:300;
	float:left;
	height:110px;
	padding: 46px 5% 0px 5%;
	background-color:#3c2346;
	background-image:url(img/battle-footer-bg.png);
	background-position:center center;
	background-size:cover;
}
.faq-group {
	width:100%;
	float:left;
	border-bottom: solid 1px #C7C7C7;
	padding:20px 0px;

	}
.faq-question {
	width:40%;
	float:left;
	font-size:18px;
	font-weight:400;
	color:#FF9966;
	padding-top:15px;
	padding-right: 5%;
}
.faq-answer {
	width:60%;
	color:#282828;
	font-weight:300;
	font-size:16px;
	line-height:24px;
	float:left;
}
.faq-answer a{
	color:#FF9966;
}
.cmsignup input,.cmsignup select,
.wpcf7-text, .wpcf7-textarea {
    width: 100%;
    float: left;
    color: #282828;
    font-size: 16px;
    padding: 12px;
    margin: 0px 0px 14px 0px;
    border: solid 0px #F0F0F0;
    background-color: #F0F0F0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
textarea.vert { resize:vertical; }
.wpcf7-text:focus, .wpcf7-textarea:focus {
    border: solid 0px #F7F7F7;
    background-color: #F7F7F7;
}
.cmsignup button,
.wpcf7-submit {
    width: 25%;
    float: left;
    padding: 12px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    margin: 0px 0px 14px 0%;
    border: solid 2px #FF9966;
    background-color: #FF9966;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
	text-decoration:none;
}
.cmsignup button:hover,
.wpcf7-submit:hover {
    color: #FF9966;
    cursor: pointer;
    border: solid 2px #FF9966;
    background-color: transparent;
}
.mobile {display:none;}
.desktop: {display:;}
/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media screen and (max-width: 800px) {
.col50 {
	width:100%;
	float:left;
}
.cherish-partner-home {
	background-size:cover;
	background-position:left top;
}
.page-banner h1 {
	font-size:32px!important;
	line-height:40p!important;
	color:#fff;
	letter-spacing:1px;
	font-weight:300;
	position:absolute;
	bottom:60px;
	left:5%;
}
h1 {
	font-size:32px!important;
	line-height:40p!important;
}
.page-template-page-battle-landing .TeamLeaderboard__items a, 
.page-template-page-battle-landing a.LeaderboardItem, 
.page-template-page-home a.LeaderboardItem{
    width: 44%!important;
    margin-right: 3%!important;margin-left: 3%!important;
    float: left;
    font-size: 12px;
	position: relative;
    color: #462850;
    border-bottom: solid 0px #DCDCDC;
}
.footer-top, .footer-logos {
	width:100%;
float:left;
margin:0px;
}

.signupTitle {
width:100%;
float:left;
}
.our-suppporters-wrapper h2,
.latest-updates h2,
.my-story h2{
	font-size:24px;
	margin:0px 0px 20px 0px;
}
.socialstatus {
	padding:10px 0px;
	font-size:16px;

}
.everydayheropops1 {
	width:100%;
	height:480px;
	padding:20px;
}
.everydayheropops {
	width:100%;
	height:240px;
	padding:20px;
}
.wrapper {
	margin: 40px 0px 0px 0px;
}
.header {
	height:50px;
	padding: 0px 0% 0px 3%;
}
/* logo */
.logo {
	max-width:120px;
	margin-right:2.5%;
	margin-top:14px;
}
#breadcrumbs {
    width: 100%;
    float: left;
	font-size:15px;
	color:#462850;
	top: 0px;

}
#click-menu {
    width: 60px;
	height:50px;
	text-align:center;
}
#click-menu .threeLines {
    float: auto;
	position: relative;
    top: 20px;
	left:38%;
}
#click-menu-label {
display:none!important;}
#responsive-menu {
    position: fixed;
    overflow-y: auto;
    bottom: 0px;
    width: 55%!important;
}
.raisedDonateButton {
	float:left;
	font-size:20px;
	line-height:50px;
	width:100%;
	border:solid 2px #FF9866!important;
	height:54px;
	margin-top: 54px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
.donate-bar-bg-side {
	display:none!important;
}
.page-template-page-battle-landing  .FundsRaised__total {
    position: absolute;
    top: 13px;
}
.battle-blocks h2 {
    font-size: 26px;
    line-height:32px;
}
.page-template-page-battle-landing #FundsRaisedExample,
.page-template-page-battle-landing  #EntityGoalProgressExample {
	width: 100%;
	font-size:22px;
	height:54px;
	padding:0px 14px;
	position: relative;
    top: 50px;
}
.breadHead {

    font-size: 16px;
    font-weight: 300;
    color: #462850;
    padding-bottom: 10px;
    margin-bottom: 24px;
}
h2 {
	width:100%;
	float:left;
	font-size:24px;
	margin-bottom:0px;
	line-height:28px;
}
.battleDate {
	width:100%;
	float:left;
    text-align: center;
    position: relative;
    font-weight: 300;
    top: 50px;
    right: 0%;left: 0%;
}
.page-banner {
	width:100%;
	float:left;
	height:320px!important;
 }
 .parent-pageid-321 .page-banner, .parent-pageid-327 .page-banner, .page-id-283 .page-banner, .parent-pageid-238 .page-banner, .parent-pageid-224 .page-banner, .parent-pageid-22 .page-banner, .page-id-191 .page-banner, .parent-pageid-834 .page-banner, .page-id-321 .page-banner, .parent-pageid-329 .page-banner, .page-id-329 .page-banner , .page-id-224 .page-banner, .page-id-869 .page-banner, .parent-pageid-399 .page-banner, .parent-pageid-344 .page-banner, .page-id-327 .page-banner , .parent-pageid-325 .page-banner, .parent-pageid-351 .page-banner, .parent-pageid-272 .page-banner, .search-no-results .page-banner,.search-results .page-banner, .parent-pageid-277 .page-banner, .parent-pageid-279 .page-banner, .page-id-238 .page-banner, .error404 .page-banner, .page-id-1201 .page-banner, .page-id-1204 .page-banner, .page-id-272 .page-banner {

	height:200px!important;
 }
.slider {display:none;}
.our-suppporters-wrapper h2 {
    float: left;
    width: 100%;
	text-align:center;
    top: 5px;
	margin:0px;
}
.our-suppporters-wrapper {
	max-width:1400px;
	float:left;	
	background-color:#EFEFEF;
	padding: 20px 5% 40px 5%;
}
.orangeButton { 
width:60%;
float:left;
margin:0px 20%;
text-align:center;
top: auto;
}
.mobile {display:block;}
.desktop: {display:none!important;}
.campaign-summary {
	width:100%;
	font-size:16px;
	line-height:26px;
	margin:0px 0%;
}
.cm-signup {
    height: 240px;
    font-size: 20px;
    padding: 40px 10%;
}	
.cm-signup button {
	width:100%;
    font-size: 12px;
    color: #fff;
    padding: 8px 24px;
    position: relative;
    top: 0px;
	margin-top:10px;
    float: left;
}
.cm-signup form {
	width: 100%;
	float:left;
}
.cm-signup h2 {
    font-size: 22px;
    float: left;
    margin: 0px 0px 0px 0px;
}
.cm-signup #fieldName, .cm-signup #fieldEmail {
    font-size: 15px;
    height: 35px;
	float:left;
    position: relative;
    width: 100%;
    top: 5px;
    margin: 0px 0px 10px 0px;
}
.battle-banner {
    height: 280px;
    font-size: 26px!important;
    font-weight: 300;
}
.the-battle {
    max-width: 150px;
    height: auto;
    position: relative;
    top: 40px;
}
.mobilehide {
	display:none;
}
.battle-banner {
	height:280px;
	padding:0px 5%;
}
.news-feed-home {
    width: 100%;
margin-top:20px;
    padding: 20px 0px;
}
.latest-updates{
	width:100%;
	float:left;
	padding: 20px 5%;
}
#searchform ,
.nav,.our-vision-home a {
	display:none;
}
.donate-nav {
	display:none;
}
.my-story {
	width:90%;
	padding: 40px 0%;
	margin:0px 5%;
}
.slider {
	width:100%;
	height:350px;
}
.slider-heading {
	width:100%;
}
.home-campaigns-archive {
	display:none;
}
.home-campaigns-wrapper {

    padding: 30px 5%;
}
.banner-right-col {
	width:100%;
	height:350px;
}
.our-vision-home {
	width:100%;
	height:425px;
	padding:20px 5%;
	font-size:15px;
	line-height:23px;
}
.home-vision-left {
	width:100%;
	padding: 24px 0px 0px 0px;
}
.home-vision-right {
	width:100%;
}
.facts-home {
	width:100%;
	float:left;
	font-size:18px;
	line-height:26px;
	padding:0px 10%;
	height:200px;
}
.suppporters-right {
    width:100%;
    float: left;
    margin: 10px 0px 0px 0px;
    position: relative;
    z-index: 444;
}
.home-newsrrom-link,
.supportersgrey {
	display:none;
}
.battle-content-left {
    width: 100%!important;
    font-size: 16px;
    line-height: 26px;
    padding: 20px 5%;
}
.battle-content-right {
    width: 100%!important;
    font-size: 16px;
    line-height: 26px;
    padding: 20px 5%;
    margin: 40px 0%!important;
		border-bottom-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;	
}
.battleFollow {
    float: left;
    position: relative;
    top: 6px;
}
.content-sm {
    width: 100%;
float:left;	
text-align:left;
padding-bottom:10px;
}
.page-template-page-battle-landing .videoWrapper {
    position: relative;
 
    margin-top: 140px;
}
.sponsor-list-wide h3 {
	    text-align: left;
}
.sponsor-list, .sponsor-list-gold, .sponsor-list-research,.sponsor-list-wide {
    width: 100%;
}
.sponsor-list li, .sponsor-list-research li, .sponsor-list-wide li, .sponsor-list-research li {
    width: 44%;
	margin-left:3%;margin-right:3%;
	float:left;
	    
	text-align:center!important;
	margin-bottom:10px!important;
}

.sponsor-list-gold li {
	width: 44%;
	margin-left:3%;margin-right:3%;
	text-align:center!important;
	float:left;
	margin-bottom: 10px!important;
}
.sponsor-list-gold {
	width:100%;
	float:left;
	list-style:none;
	margin: 0px 0% 20px 0%;
	padding:0px;
}
.sponsor-list-gold li {
 
}
.sponsor-list-research h3 {
    text-align: left;
}
.faq-question {
    width: 100%;
    float: left;
    font-size: 18px;
    padding-top: 10px;
    padding-right: 0%;
}
.faq-answer {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    float: left;
}
.col20 {
    width: 50%;
    floaT: left;
    text-align: center;
}
.page-template-page-battle .footer, .page-template-page-battle-landing .footer, .page-template-page-battle-faq .footer {
    height: 240px;
    padding: 20px 5% 20px 5%;
}
.footer {
    width: 100%;
    color: #fff;
    font-size: 16px;
    height: 240px;
    padding: 30px 5% 30px 5%;
    background-image: url(img/footer-bg.png);
    background-position: center right;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.footer ul li a {
    font-size: 16px;
    color: #EFEFEF;
    border-bottom: solid 1px #646464;
    padding-bottom: 5px;
    font-weight: 300;
    margin: 0px 0px 10px 0px;
}
.footer ul li {
    width:100%;
	float:left;
    margin: 0px 0px 10px 0px;
}
.footer ul {
    width:100%;
	float:left;
    margin: 0px 0px 30px 0px;
}

}
@media only screen 
and (min-width : 801px) 
and (max-width : 1240px) {
.nav {
	display:none;
}
}
@media only screen 
and (min-width : 801px) 
and (max-width : 1100px) {
.battleDate {
    float: right;
    position: absolute
    top: 80px;
    right: 3%;
}
.socialmediafooter {

}
.footer {
    width: 100%;
    color: #fff;
    font-size: 14px;
    height: 240px;
    padding: 30px 3% 30px 3%;

}
.latest-updates h2 {
    float: left;
    margin-right: 30px!important;
}
.our-suppporters-wrapper h2, .latest-updates h2, .my-story h2 {
    font-size: 28px!important;
    margin: 0px 0px 20px 0px;
}
.updatessm {
    width: 24px;
    height: 24px;
    float: left;
    margin: 7px 8px 0px 0px;
}
.battle-banner {

    font-size: 26px;
}
@media only screen and (min-width:768px) {

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

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

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

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#ff9866;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#ff9866;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#ff9866;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    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;
}
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%;
	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 .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
