.mobile {
	display: none;
}
@media only screen and (min-width:400px) {
.mobile {
	display: block
}
}
.tablet {
	display: none;
}
@media only screen and (min-width:780px) {
.tablet {
	display: block
}
}
.desktop {
	display: none;
}
@media only screen and (min-width:960px) {
.desktop {
	display: block
}
}
.mobile-bp, .tablet-bp, .desktop-bp {
	position: fixed;
	top: 0;
	right: 0;
	padding: 16px;
	background: #fff;
	font-size: 20px;
	z-index: 999;
	font-weight: 300;
	display: none
}/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/*html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden], template {
display:none
}
a {
	background-color: transparent;
}
a:active, a:hover {
	outline: 0
}
abbr[title] {
	border-bottom: 1px dotted
}
b, strong {
	font-weight: bold
}
dfn {
	font-style: italic
}
h1 {
	font-size: 2em;
	margin: .67em 0
}
mark {
	background: #ff0;
	color: #000
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -.5em
}
sub {
	bottom: -.25em
}
img {
	border: 0
}
svg:not(:root) {
	overflow: hidden
}
figure {
	margin: 1em 40px
}
hr {
	box-sizing: content-box;
	height: 0
}
pre {
	overflow: auto
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0
}
button {
	overflow: visible
}
button, select {
	text-transform: none
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}
button[disabled], html input[disabled] {
	cursor: default
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}
input {
	line-height: normal
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
height:auto
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance:none
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em
}
legend {
	border: 0;
	padding: 0
}
textarea {
	overflow: auto
}
optgroup {
	font-weight: bold
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
td, th {
	padding: 0
}
html {
	box-sizing: border-box;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
html *, html *::before, html *::after {
	box-sizing: inherit
}
audio, canvas, img, video {
	vertical-align: middle
}
body {
	position: relative;
	min-height: 100%;
	width: 100%
}*/
.gg-wrapper {
	/*max-width: 960px;
	width: 85%;*/
	margin: 0 auto;
	display: block
}
.gg-wrapper::after {
	content: '';
	display: table;
	clear: both
}
.tips .gg-wrapper {
    max-width: initial;
    width: 100%;
}
.browsehappy {
	margin: .2em 0;
	background: #e4e9e9;
	color: #192c3d;
	padding: .2em 0
}
@import '../../bower_components/remodal/dist/jquery.remodal.css';
.remodal-wrapper {
	padding: 30px;
}
.remodal-wrapper::after {
	content: none
}
@media only screen and (max-width:400px) {
.remodal-wrapper {
	padding: 30px 15px
}
}
.remodal {
	width: 90%;
	max-width: 960px;
	position: relative;
	-webkit-transform: scale(.7);
	-ms-transform: scale(.7);
	transform: scale(.7);
	margin: 0 auto;
	padding: 40px;
	opacity: 0;
	background: #fff;
	br: 6px;
	font-family: "Open Sans", sans-serif !important;
	color: #192c3d;
}
.remodal * {
	font-family: "Open Sans", sans-serif !important;
	font-weight: 400;
	color: #192c3d
}
.remodal h1, .remodal h2, .remodal h3 {
	font-family: "Open Sans", sans-serif !important
}
.remodal .remodal-confirm {
	border-radius: 9999px;
	padding: 12px 18px;
	font-weight: 600;
	font-size: 16px;
	font-size: 1rem;
	background: #e74c3c;
	color: #fff;
	border: none
}
body.remodal-is-active .remodal {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1
}
.remodal .remodal-close {
	display: none
}
.remodal-overlay {
	background: rgba(17,17,17,0.4)
}
@font-face {
	font-family: 'icon';
	src: url("fonts/icomoon.eot");
	src: url("fonts/icomoon.eot?#iefix") format('embedded-opentype'), url("fonts/icomoon.woff") format('woff'), url("fonts/icomoon.ttf") format('truetype'), url("fonts/icomoon.otf") format('opentype');
	font-weight: 'normal';
	font-style: 'normal'
}
[data-icon]::before {
	font-family: 'icon';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	vertical-align: middle;
	content: attr(data-icon) !important
}
@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
}
p, h2, h3 {
	orphans: 3;
	widows: 3
}
h2, h3 {
	page-break-after: avoid
}
}
html, body, button, input, select, textarea {
	color: #192c3d;
	font-family: "Open Sans", Helvetica, Arial, sans-serif
}
html, body {
	font-size: 1rem
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	margin: 0;
	line-height: 1.3
}
p {
	font-size: 1rem;
	text-align: justify;
	line-height: 1.6;
}
p a {
	color: #3498db;
	border-bottom: none;
}
p a:hover {
	color: #3498db;
	border-bottom: none
}
a {
	text-decoration: none;
	color: inherit;
}
a :visited, a :active {
	color: inherit
}
strong {
	font-weight: 700
}
small {
font-size:.875rem;
	color: #a3aab0
}
input[type='email'], input[type='number'], input[type='password'], input[type='search'], input[type='tel'], input[type='text'], input[type='url'], input[type='color'], input[type='date'], input[type='datetime'], input[type='datetime-local'], input[type='month'], input[type='time'], input[type='week'], textarea {
	outline: 0;
	padding: 8px;
	border: 2px solid #e4e9e9;
	border-radius: 3px;
	color: inherit
}
hr {
	display: block;
	height: 1px;
	border: 0;
	padding: 0;
	border-top: 1px solid #a3aab0;
	margin: 20px auto
}
button {
	outline: none;
	border: none;
	background: none;
	trans: color
}
.questions .nav {
    margin: 0 0 20px;
}
.faq {
	margin: 0 auto;
	display: block;
	padding: 50px 0 80px;
}
.faq::after {
	content: '';
	display: table;
	clear: both
}
.faq h1 {
	/*color: #7f8c8d;*/
	font-size: 64px;
	/*font-size: 4.236068065859262rem;*/
	text-align: center;
	font-weight: 300;
	margin-bottom: 50px;
}
@media only screen and (max-width:780px) {
.faq h1 {
	font-size: 47px;
	font-size: 2.9452882783005rem;
	margin-bottom: 40px
}
}
@media only screen and (max-width:400px) {
.faq h1 {
	font-size: 42px;
	font-size: 2.618034025156rem
}
}
.faq .faq-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
@media only screen and (max-width:780px) {
.faq .faq-wrap {
	display: block;
	position: relative
}
.faq .faq-wrap.active .questions {
	left: 0
}
.faq .faq-wrap.active .answers {
	right: -350px
}
}
.faq .faq-wrap .questions {
	width: 350px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 45px;
	-webkit-transition: left 200ms ease;
	transition: left 200ms ease;
	z-index:300;
}
@media only screen and (max-width:780px) {
.faq .faq-wrap .questions {
	position: absolute;
	left: -320px
}
}
.faq .faq-wrap .questions ul {
	padding: 0;
	margin: 0;
	border-right: 2px solid #e4e9e9;
	padding: 0 25px 30px 0;
	height: 100%;
	overflow: scroll;
}
@media only screen and (max-width:780px) {
.faq .faq-wrap .questions ul {
	padding-right: 60px
}
}
.faq .faq-wrap .questions .show-questions {
	display: none;
	position: relative;
	width: 100%;
	right: -50px;
	text-align: right;
	color: #7f8c8d;
	font-size: 26px;
	font-size: 1.618034rem;
	font-weight: 700;
	cursor: pointer;
}
@media only screen and (max-width:780px) {
.faq .faq-wrap .questions .show-questions {
	display: block
}
}
.faq .faq-wrap .questions li {
	display: inline-block;
	width: 100%;
	margin: 15px 0;
	list-style: none;
	font-weight: 700;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}
.faq .faq-wrap .questions li a {
	color: #7f8c8d !important;
}
.faq .faq-wrap .questions li a:hover {
	color: #e74c3c !important;
}
.faq .answers {
	-webkit-transition: right 200ms ease;
	transition: right 200ms ease;
}
@media only screen and (max-width:780px) {
.faq .answers {
	position: relative;
	margin-left: 50px;
	right: 0
}
}
.faq .answers .answer {
	margin: 60px 0;
}
.faq .answers .answer:first-of-type {
	margin-top: 0
}
.faq .answers .answer h2 {
	color: #e74c3c;
	font-weight: 700;
	font-size: 26px;
	font-size: 1.618034rem
}
.faq .answers .answer a {
	color: #3498db
}
.index {
	max-width: 960px;
	width: 85%;
	margin: 0 auto;
	display: block;
	padding: 0 0 80px;
}
.index::after {
	content: '';
	display: table;
	clear: both
}
.index>h1 {
	font-size: 64px;
	text-align: center;
	font-weight: 300;
	margin-bottom: 50px;
	margin-top:50px;
}
@media only screen and (max-width:780px) {
.index h1 {
	font-size: 47px;
	font-size: 2.9452882783005rem;
	margin-bottom: 40px
}
}
@media only screen and (max-width:400px) {
.index h1 {
	font-size: 42px;
	font-size: 2.618034025156rem
}
}
.index .basics-links, .index .evidence-links, .index .resources-links {
	margin: 50px 0;
	display: inline-block;
	width: 100%;
}
.index .basics-links::after, .index .evidence-links::after, .index .resources-links::after {
	content: '';
	display: table;
	clear: both
}
.index .basics-links h1, .index .evidence-links h1, .index .resources-links h1 {
	font-size: 42px;
	font-size: 2.618034025156rem;
	font-weight: 400;
	color: #a3aab0;
	text-align: center;
	margin-bottom: 21px
}
.index .basics-link, .index .evidence-link, .index .resources-link {
*zoom:1;
	float: left;
	text-align: inherit;
	width: 29.999999999999996%;
	margin-left: 0%;
	margin-right: 5%;
	margin-top: 3%;
	margin-bottom: 3%;
	text-align: center;
}
.index .basics-link:before, .index .evidence-link:before, .index .resources-link:before, .index .basics-link:after, .index .evidence-link:after, .index .resources-link:after {
	content: '';
	display: table
}
.index .basics-link:after::after, .index .evidence-link:after::after, .index .resources-link:after::after {
content:'';
display:table;
clear:both
}
.index .basics-link::after, .index .evidence-link::after, .index .resources-link::after {
	content: '';
	display: table;
	clear: both
}
.index .basics-link:nth-child(3n), .index .evidence-link:nth-child(3n), .index .resources-link:nth-child(3n) {
	margin-right: 0%;
	float: right
}
.index .basics-link:nth-child(3n+1)::after, .index .evidence-link:nth-child(3n+1)::after, .index .resources-link:nth-child(3n+1)::after {
	content: '';
	display: table;
	clear: both
}
@media only screen and (max-width:780px) {
.index .basics-link, .index .evidence-link, .index .resources-link {
*zoom:1;
	float: left;
	text-align: inherit;
	width: 47.5%;
	margin-left: 0%;
	margin-right: 5%;
	text-align: center
}
.index .basics-link:before, .index .evidence-link:before, .index .resources-link:before, .index .basics-link:after, .index .evidence-link:after, .index .resources-link:after {
	content: '';
	display: table
}
.index .basics-link:after::after, .index .evidence-link:after::after, .index .resources-link:after::after {
content:'';
display:table;
clear:both
}
.index .basics-link::after, .index .evidence-link::after, .index .resources-link::after {
	content: '';
	display: table;
	clear: both
}
.index .basics-link:nth-child(3n), .index .evidence-link:nth-child(3n), .index .resources-link:nth-child(3n) {
	margin-right: 5%;
	float: left
}
.index .basics-link:nth-child(3n+1)::after, .index .evidence-link:nth-child(3n+1)::after, .index .resources-link:nth-child(3n+1)::after {
	content: '';
	display: table;
	clear: both
}
.index .basics-link:nth-child(2n), .index .evidence-link:nth-child(2n), .index .resources-link:nth-child(2n) {
	margin-right: 0%;
	float: right
}
.index .basics-link:nth-child(2n+1)::after, .index .evidence-link:nth-child(2n+1)::after, .index .resources-link:nth-child(2n+1)::after {
	content: '';
	display: table;
	clear: both
}
}
@media only screen and (max-width:400px) {
.index .basics-link, .index .evidence-link, .index .resources-link {
	display: block;
	float: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center
}
.index .basics-link::after, .index .evidence-link::after, .index .resources-link::after {
	content: '';
	display: table;
	clear: both
}
.index .basics-link:first-child, .index .evidence-link:first-child, .index .resources-link:first-child {
	margin-left: auto
}
.index .basics-link:last-child, .index .evidence-link:last-child, .index .resources-link:last-child {
	margin-right: auto
}
}
.index .basics-link a, .index .evidence-link a, .index .resources-link a {
	display: inline-block
}
.index .basics-link img, .index .evidence-link img, .index .resources-link img {
	display: block;
	width: 110px;
height:;
	margin: 0 auto
}
.index .basics-link span, .index .evidence-link span, .index .resources-link span {
	display: inline-block;
	font-size: 14px;
font-size:.875rem;
	font-weight: 600;
	color: #7f8c8d;
	width: 100%;
	max-width: 250px;
	text-align: center;
	margin: 18px auto 0 auto
}
.index hr {
	border-radius: 9999px;
	width: 125px;
	height: 4px;
	margin: 30px auto;
	background: #e4e9e9;
	box-shadow: none;
	border-top: 0
}
.index .what {
	padding: 50px 0;
}
.index .what > h1 {
	color: #e74c3c;
	font-size: 42px;
	font-size: 2.618034025156rem;
	text-align: center;
	font-weight: 400;
	margin-bottom: 42px;
}
@media only screen and (max-width:780px) {
.index .what > h1 {
	font-size: 29px;
	font-size: 1.82028825rem;
	margin-bottom: 35px
}
}
.index .what .example {
	display: inline-block;
	margin: 25px 0 25px 25px;
	padding-left: 30px;
	border-left: 5px solid rgba(231,76,60,0.75);
	color: #7f8c8d;
}
.index .what .example h2 {
	font-weight: 700;
	color: #a3aab0
}
.index .why {
	padding: 50px 0;
}
.index .why > h1 {
	color: #e74c3c;
	font-size: 42px;
	font-size: 2.618034025156rem;
	text-align: center;
	font-weight: 400;
	margin-bottom: 42px;
}
@media only screen and (max-width:780px) {
.index .why > h1 {
	font-size: 29px;
	font-size: 1.82028825rem;
	margin-bottom: 35px
}
}
.index .why img {
	width: 100%;
	margin: 40px 0
}
.contact-form {
	width: 500px;
	padding: 45px 60px;
}
.contact-form h1 {
	font-size: 42px;
	font-size: 2.618034025156rem;
	color: #e74c3c
}
.contact-form .disclaimer {
	font-size: 14px;
font-size:.875rem;
	color: #7f8c8d;
	font-style: italic;
	text-align: center;
	margin-top: 14px
}
.contact-form form {
	text-align: left;
	margin-top: 25px;
}
.contact-form form input[type="text"], .contact-form form input[type="email"] {
	width: 100%;
	margin: 14px 0;
	border: 0;
	padding-left: 0;
	border-bottom: 2px solid #e4e9e9;
	width: 85%
}
.contact-form form textarea {
	width: 100%;
	margin-top: 26px
}
.contact-form form input[type="submit"] {
	display: block;
	width: 120px;
	font-weight: 600;
	font-size: 14px;
font-size:.875rem;
	background: #e74c3c;
	margin: 30px auto 0 auto;
	padding: 14px;
	border-radius: 9999px
}
header {
	position: absolute;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
	text-align: center;
}
header .logo {
	display: block;
	margin: 40px auto 20px auto
}
header nav {
	display: inline-block;
}
header nav li {
	display: inline-block;
	margin: 0 25px;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 600;
	text-shadow: 0 0 10px rgba(17,17,17,0.25)
}
.header-banner {
	height: 500px;
	background: url("/img/banner-bg.png") center;
	background-size: cover;
	position: relative;
}
.header-banner .page-title {
	position: absolute;
	top: auto;
	right: auto;
	bottom: 30px;
	left: 60px;
	color: #fff;
	font-size: 29px;
	font-size: 1.82028825rem;
	font-weight: 600
}
.resources {
	padding: 50px 0 80px;
	padding-bottom: 0;
}
/*@media only screen and (max-width:780px) {
.resources h1 {
	font-size: 47px;
	font-size: 2.9452882783005rem;
	margin-bottom: 40px
}
}
@media only screen and (max-width:400px) {
.resources h1 {
	font-size: 42px;
	font-size: 2.618034025156rem
}
}*/
.resources h1 {
	/*color: #a3aab0;
	font-weight: 500;
	font-size: 42px;
	font-size: 2.618034025156rem;*/
	text-align: center;
	margin-bottom: 10px !important;
}
.resources .overview {
	text-align: center;
	font-size: 18px;
	font-size: 1.125rem;
	color: #a3aab0;
	max-width: 80%;
    margin: 0 auto 40px;
}
.resources .additional-resources {
	padding: 40px 0;
}
.resources .additional-resources::after {
	content: '';
	display: table;
	clear: both
}


.resources .additional-resources .main-resource {
*zoom:1;
	margin-top: 2.5%;
	margin-bottom: 2.5%;
	display: inline-block;
	text-align: center;
	font-weight: 700;
	color: #a3aab0 !important;
	font-size:1.3rem;
}
.main-resource em {
	font-size: 80px;
    background-color: #565656;
    color: transparent;
    text-shadow: 0px 2px 3px rgba(255,255,255,0.6);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    display: block;
}
.resources .additional-resources .main-resource:before, .resources .additional-resources .main-resource:after {
	content: '';
	display: table
}
.resources .additional-resources .main-resource:after::after {
content:'';
display:table;
clear:both
}
.resources .additional-resources .main-resource::after {
	content: '';
	display: table;
	clear: both
}
.additional-resources h2 {
    text-align: center;
    font-weight: 400;
    color: #a3aab0;
    margin-top: 50px;
}
.additional-resources .span3 {
    text-align: center;
    margin-top: 30px;
	margin-bottom: 50px;
}
.resources .additional-resources .additional-resource {
/**zoom:1;
	float: left;
	text-align: inherit;
	width: 19%;
	margin-left: 0%;
	margin-right: 8%;
	margin-top: 2.5%;
	margin-bottom: 2.5%;
	display: inline-block;
	text-align: center;*/
	font-weight: 700;
	color: #a3aab0 !important;
}
.additional-resource em {
	font-size: 60px;
    background-color: #565656;
    color: transparent;
    text-shadow: 0px 2px 3px rgba(255,255,255,0.6);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    display: block;
}
.resources .additional-resources .additional-resource:before, .resources .additional-resources .additional-resource:after {
	content: '';
	display: table
}
.resources .additional-resources .additional-resource:after::after {
content:'';
display:table;
clear:both
}
.resources .additional-resources .additional-resource::after {
	content: '';
	display: table;
	clear: both
}
.resources .additional-resources .additional-resource:nth-child(4n) {
	margin-right: 0%;
	float: right
}
.resources .additional-resources .additional-resource:nth-child(4n+1)::after {
	content: '';
	display: table;
	clear: both
}
.resources .additional-resources .additional-resource:hover, .resources .additional-resources .main-resource:hover {
	color: #e74c3c !important;
}
@media only screen and (max-width:570px) {
.resources .additional-resources .additional-resource {
*zoom:1;
	float: left;
	text-align: inherit;
	width: 46.5%;
	margin-left: 0%;
	margin-right: 7.000000000000001%;
	text-align: center;
	margin-top: 3.5%;
	margin-bottom: 3.5%
}
.resources .additional-resources .additional-resource:before, .resources .additional-resources .additional-resource:after {
	content: '';
	display: table
}
.resources .additional-resources .additional-resource:after::after {
content:'';
display:table;
clear:both
}
.resources .additional-resources .additional-resource::after {
	content: '';
	display: table;
	clear: both
}
.resources .additional-resources .additional-resource:nth-child(4n) {
	margin-right: 7.000000000000001%;
	float: left
}
.resources .additional-resources .additional-resource:nth-child(4n+1)::after {
	content: '';
	display: table;
	clear: both
}
.resources .additional-resources .additional-resource:nth-child(2n) {
	margin-right: 0%;
	float: right
}
.resources .additional-resources .additional-resource:nth-child(2n+1)::after {
	content: '';
	display: table;
	clear: both
}
}
@media only screen and (max-width:400px) {
.resources .additional-resources .additional-resource {
*zoom:1;
	float: left;
	text-align: inherit;
	width: 100%;
	margin-left: 0%;
	margin-right: 3%;
	margin: 40px 0;
	text-align: center
}
.resources .additional-resources .additional-resource:before, .resources .additional-resources .additional-resource:after {
	content: '';
	display: table
}
.resources .additional-resources .additional-resource:after::after {
content:'';
display:table;
clear:both
}
.resources .additional-resources .additional-resource::after {
	content: '';
	display: table;
	clear: both
}
.resources .additional-resources .additional-resource:nth-child(2n) {
	margin-right: 3%;
	float: left
}
.resources .additional-resources .additional-resource:nth-child(2n+1)::after {
	content: '';
	display: table;
	clear: both
}
.resources .additional-resources .additional-resource:last-child {
	margin-right: 0%
}
}
/*.resources .additional-resources .additional-resource::before {
	width: 100%;
	margin-bottom: 25px;
	font-size: 29px;
	font-size: 1.82028825rem;
	text-align: center
}*/
.resources .charity-kits {
	margin-top: 90px;
}
.resources .charity-kits::after {
	content: '';
	display: table;
	clear: both
}
.charity-kits .span4 {
    margin-bottom: 50px;
	text-align:center;
}
.resources .charity-kits .charity-kit {
*zoom:1;
	/*float: left;
	text-align: inherit;
	width: 29.999999999999996%;
	margin-left: 0%;
	margin-right: 5%;*/
	margin-top: 3%;
	margin-bottom: 3%;
	text-align: center;
}
.resources .charity-kits .charity-kit:before, .resources .charity-kits .charity-kit:after {
	content: '';
	display: table
}
.resources .charity-kits .charity-kit:after::after {
content:'';
display:table;
clear:both
}
.resources .charity-kits .charity-kit::after {
	content: '';
	display: table;
	clear: both
}
.resources .charity-kits .charity-kit:nth-child(3n) {
	margin-right: 0%;
	float: right
}
.resources .charity-kits .charity-kit:nth-child(3n+1)::after {
	content: '';
	display: table;
	clear: both
}
@media only screen and (max-width:780px) {
.resources .charity-kits .charity-kit {
*zoom:1;
	float: left;
	text-align: inherit;
	width: 47.5%;
	margin-left: 0%;
	margin-right: 5%;
	text-align: center
}
.resources .charity-kits .charity-kit:before, .resources .charity-kits .charity-kit:after {
	content: '';
	display: table
}
.resources .charity-kits .charity-kit:after::after {
content:'';
display:table;
clear:both
}
.resources .charity-kits .charity-kit::after {
	content: '';
	display: table;
	clear: both
}
.resources .charity-kits .charity-kit:nth-child(3n) {
	margin-right: 5%;
	float: left
}
.resources .charity-kits .charity-kit:nth-child(3n+1)::after {
	content: '';
	display: table;
	clear: both
}
.resources .charity-kits .charity-kit:nth-child(2n) {
	margin-right: 0%;
	float: right
}
.resources .charity-kits .charity-kit:nth-child(2n+1)::after {
	content: '';
	display: table;
	clear: both
}
}
@media only screen and (max-width:400px) {
.resources .charity-kits .charity-kit {
	display: block;
	float: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center
}
.resources .charity-kits .charity-kit::after {
	content: '';
	display: table;
	clear: both
}
.resources .charity-kits .charity-kit:first-child {
	margin-left: auto
}
.resources .charity-kits .charity-kit:last-child {
	margin-right: auto
}
}
.resources .charity-kits .charity-kit a {
	display: inline-block
}
.resources .charity-kits .charity-kit img {
	display: block;
	width: 110px;
height:;
	margin: 0 auto
}
.resources .charity-kits .charity-kit span {
	display: inline-block;
	font-size: 14px;
font-size:.875rem;
	font-weight: 600;
	color: #7f8c8d;
	width: 100%;
	max-width: 250px;
	text-align: center;
	margin: 18px auto 0 auto
}
.resources .charity-kits .charity-kit:hover .charity-img::before, .resources .charity-kits .charity-kit:hover .charity-img::after {
	opacity: 1
}
.resources .charity-kits .charity-kit .charity-kit-wrap {
	width: 100%;
	max-width: 180px;
	margin: 0 auto;
	display: inline-block
}
.resources .charity-kits .charity-kit .charity-name {
	font-size: 18px;
	font-size: 1.125rem;
	color: #a3aab0
}
.resources .charity-kits .charity-kit .charity-img {
	border-radius: 9999px;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background-size: cover !important;
	position: relative;
}
.resources .charity-kits .charity-kit .charity-img::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: rgba(249,249,249,0.85);
	color: #7f8c8d;
	font-size: 42px;
	font-size: 2.618034025156rem;
	opacity: 0;
	transition:all .2s;
}
.resources .charity-kits .charity-kit .charity-img::after {
	font-family: 'icon';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	vertical-align: middle;
	content: '\e608';
	width: 2.9452882783005rem;
	height: 2.9452882783005rem;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	color: #a3aab0;
	font-size: 47px;
	font-size: 2.9452882783005rem;
	opacity: 0;
	z-index: 2;
	line-height: 1
}
.resources .charity-kits .charity-kit .charity-img.sci {
	background: url("//thelifeyoucansave.org/portals/_default/skins/generic/images/schistosomiasiscontrol_list.jpg") center center no-repeat
}
.resources .charity-kits .charity-kit .charity-img.ea {
	background: url("//thelifeyoucansave.org/portals/_default/skins/generic/images/evidenceaction_list.jpg") center center no-repeat
}
.resources .charity-kits .charity-kit .charity-img.gd {
	background: url("//thelifeyoucansave.org/portals/_default/skins/generic/images/givedirectly_list.jpg") center center no-repeat
}
.resources .charity-kits .charity-kit .charity-img.amf {
	background: url("//thelifeyoucansave.org/portals/_default/skins/generic/images/againstmalaria_list.jpg") center center no-repeat
}
.resources .charity-kits .charity-kit .charity-img.oxfam {
	background: url("//thelifeyoucansave.org/portals/_default/skins/generic/images/oxfam_list.jpg") center center no-repeat
}
.resources .charity-kits .charity-kit .charity-img.ipa {
	background: url("//thelifeyoucansave.org/portals/_default/skins/generic/images/provenimpactfund_list.jpg") center center no-repeat
}
.resources .charity-kits .charity-kit .charity-img.fistula {
	background: url("//thelifeyoucansave.org/portals/_default/skins/generic/images/fistulafoundation_list.jpg") center center no-repeat
}
.resources .charity-kits .charity-kit .charity-img.seva {
	background: url("//thelifeyoucansave.org/portals/_default/skins/generic/images/seva_list.jpg") center center no-repeat
}
.resources .charity-kits .charity-kit .charity-img.ff {
	background: url("//thelifeyoucansave.org/portals/_default/skins/generic/images/fredhollows_list.jpg") center center no-repeat
}
.resources .charity-kits .charity-kit .charity-img.phc {
	background: url("//thelifeyoucansave.org/portals/_default/skins/generic/images/projecthealthychildren_list.jpg") center center no-repeat
}
.resources .charity-kits .charity-kit .charity-img.possible {
	background: url("//thelifeyoucansave.org/portals/_default/skins/generic/images/possible_list.jpg") center center no-repeat
}
.resources .charity-kits .charity-kit .charity-img.psi {
	background: url("//thelifeyoucansave.org/portals/_default/skins/generic/images/populationservicesintl_list.jpg") center center no-repeat
}
.resources .charity-kits .charity-kit .charity-img.ign {
	background: url("//thelifeyoucansave.org/portals/_default/skins/generic/images/ign_list.jpg") center center no-repeat
}
.resources .charity-kits .charity-kit .charity-img.gain {
	background: url("//thelifeyoucansave.org/portals/_default/skins/generic/images/gain_list.jpg") center center no-repeat
}
.resources .charity-kits .charity-kit .charity-img.lg {
	background: url("//thelifeyoucansave.org/portals/_default/skins/generic/images/lg_list.jpg") center center no-repeat
}
.resources .charity-kits .charity-kit .charity-img.dmi {
	background: url("//thelifeyoucansave.org/portals/_default/skins/generic/images/dmi_list.jpg") center center no-repeat
}
.resources .charity-kits .charity-kit .charity-img.oaf {
	background: url("//thelifeyoucansave.org/portals/_default/skins/generic/images/oneacrefund_list.jpg") center center no-repeat
}
.tips {
	padding: 50px 0 80px;
}
.tips h1 {
	/*color: #7f8c8d;*/
	font-size: 64px;
	/*font-size: 4.236068065859262rem;*/
	text-align: center;
	font-weight: 300;
	margin-bottom: 50px;
}
@media only screen and (max-width:780px) {
.tips h1 {
	font-size: 47px;
	font-size: 2.9452882783005rem;
	margin-bottom: 40px
}
}
@media only screen and (max-width:400px) {
.tips h1 {
	font-size: 42px;
	font-size: 2.618034025156rem
}
}
.tips .tips-overview {
	color: #a3aab0;
	font-style: italic;
	text-align: center;
	font-size: 18px;
	font-size: 1.125rem
}
.tips .tips-grid {
	margin-top: 90px;
}
.tips .tips-grid .tip {
*zoom:1;
	float: left;
	text-align: inherit;
	width: 28.66666666666666%;
	margin-left: 0%;
	margin-right: 7.000000000000001%;
	margin-top: 2.5%;
	margin-bottom: 2.5%;
}
.tips .tips-grid .tip:before, .tips .tips-grid .tip:after {
	content: '';
	display: table
}
.tips .tips-grid .tip:after::after {
content:'';
display:table;
clear:both
}
.tips .tips-grid .tip::after {
	content: '';
	display: table;
	clear: both
}
.tips .tips-grid .tip:nth-child(3n) {
	margin-right: 0%;
	float: right
}
.tips .tips-grid .tip:nth-child(3n+1)::after {
	content: '';
	display: table;
	clear: both
}
@media only screen and (max-width:960px) {
.tips .tips-grid .tip {
*zoom:1;
	float: left;
	text-align: inherit;
	width: 45%;
	margin-left: 0%;
	margin-right: 10%
}
.tips .tips-grid .tip:before, .tips .tips-grid .tip:after {
	content: '';
	display: table
}
.tips .tips-grid .tip:after::after {
content:'';
display:table;
clear:both
}
.tips .tips-grid .tip::after {
	content: '';
	display: table;
	clear: both
}
.tips .tips-grid .tip:nth-child(3n) {
	margin-right: 10%;
	float: left
}
.tips .tips-grid .tip:nth-child(3n+1)::after {
	content: '';
	display: table;
	clear: both
}
.tips .tips-grid .tip:nth-child(2n) {
	margin-right: 0%;
	float: right
}
.tips .tips-grid .tip:nth-child(2n+1)::after {
	content: '';
	display: table;
	clear: both
}
}
@media only screen and (max-width:780px) {
.tips .tips-grid .tip {
*zoom:1;
	float: left;
	text-align: inherit;
	width: 100%;
	margin-left: 0%;
	margin-right: 3%;
	margin: 30px 0
}
.tips .tips-grid .tip:before, .tips .tips-grid .tip:after {
	content: '';
	display: table
}
.tips .tips-grid .tip:after::after {
content:'';
display:table;
clear:both
}
.tips .tips-grid .tip::after {
	content: '';
	display: table;
	clear: both
}
.tips .tips-grid .tip:nth-child(2n) {
	margin-right: 3%;
	float: left
}
.tips .tips-grid .tip:nth-child(2n+1)::after {
	content: '';
	display: table;
	clear: both
}
.tips .tips-grid .tip:last-child {
	margin-right: 0%
}
}
.tips .tip h2 {
	color: #e74c3c;
	font-weight: 700;
	font-size: 18px;
	font-size: 1.125rem;
	text-align: center;
}
@media only screen and (min-width:400px) and (max-width:780px) {
.tips .tips-grid .tip h2 {
	font-size: 26px;
	font-size: 1.618034rem
}
}
.tips .tips-grid .tip p {
	color: #7f8c8d
}

.example img {
	float: right;
    margin-left: 30px;
    margin-bottom: 5px;
    width: 40%;
    padding-top: 5px;
    margin-right: -50px;
}
.gg-support dl {
    counter-reset: demo-counter;
    padding: 0 0 30px 0;
    display: block;
    margin-left: 4.5%;
    margin-right: -100%;
    width: 91%;
}
.gg-support dl:before, .gg-support dl dd:before {
    content: " ";
    display: table;
}
.gg-support dl:after, .gg-support dl dd:after {
    content: " ";
    display: table;
    clear: both;
}
.gg-support dl dt {
    font-size: 20px;
    font-weight: 900;
    position: relative;
    padding: 62px 0 0 38px;
    margin-bottom: 15px;
}
.gg-support dl dt:before {
    content: counter(demo-counter);
    counter-increment: demo-counter;
    font-size: 68px;
    font-weight: 300;
    position: absolute;
    color: #1785c8;
    top: 60px;
    left: -30px;
}
.gg-support dl dd {
    padding: 0 0 25px 38px;
    text-align: justify;
}
.gg-support-thanks {
    text-align: center;
    font-size: 34px;
    margin-bottom: 80px;
    font-weight: 900;
}
.gg-support-thanks span {
    font-size: 26px;
    font-weight: 700;
}
/* affix sidebar */

.affix-top,.affix{
 position: static;
}

@media (min-width: 979px) {
  #sidebar.affix-top {
    position: static;
  	width:173px;
  }
  
  #sidebar.affix {
    position: fixed;
    top:150px;
    width:173px;
  }
}
@media (min-width: 1200px) {
  #sidebar.affix-top {
    position: static;
  	width:250px;
  }
  
  #sidebar.affix {
    position: fixed;
    top:150px;
    width:250px;
  }
}
#sidebar li {
	padding-right:15px;
	font-size:14px;
}
#sidebar li.active {
  border:0 #eee solid;
  border-right-width:5px;
}
.nav>li {
    position: relative;
    display: block;
}
.faq .span3 {
	position: relative;
    min-height: 1px;
}
@media (max-width: 1200px) {
	.faq .span3 {
	width:173px;
}
}

/*NEW STYLES*/
.gg-section {margin: 80px auto;width: 90%;}
.gg-section h2 {text-align: center;margin-bottom: 25px !important; font-size:44px;}
.gg-intro {text-align: center;font-size: 20px;line-height: 30px;width: 85%;  margin: 0 auto;font-style: italic;}
.gg-item strong {font-style: italic;font-weight: 600;}
.gg-item {margin: 50px auto;padding: 30px 0;border-bottom: 1px solid #ddd;}
.gg-section .gg-item:first-of-type {margin-top: 0px;padding-top: 10px;}
.gg-item h3 {margin-bottom: 60px !important;text-align: center;max-width: 80%;margin: 0 auto;}
.gg-item h4 {font-weight: 700;font-size: 48px;}
.gg-news-section {padding: 80px 5%;background: #fff;}
.gg-news-section h1 {text-align: center;margin-bottom: 40px !important;}
.gg-news-section .span2 {display: inline-block;vertical-align: middle;float: none;}
.gg-news-section img:hover {opacity: 1;-webkit-filter: grayscale(0%);filter: grayscale(0%);}
.gg-news-section img {max-width: 228px;max-height: 55px;-webkit-filter: grayscale(100%);filter: grayscale(100%);opacity: 0.75;-webkit-transition: all 1s;transition: all 1s;}
.gg-item em {
    font-size: 90px;
	display:block;
	background-color: #565656;
    color: transparent;
    text-shadow: 0px 2px 3px rgba(255,255,255,0.6);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
}
.gg-item .span4>div, .gg-item .span6>div {
    font-size: 14px;
    text-transform: uppercase;
    max-width: 220px;
    margin: 0 auto;
	line-height:22px;
}
.gg-item>.row-fluid {
    margin-bottom: 50px;
}
.gg-item .valign {
    display: inline-block;
    height: 66px;
    vertical-align: middle;
}
.gg-item .valign:first-child {
    margin-right: 12px;
}
.gg-involved h2 {
    margin-bottom: 60px !important;
}
.gg-involved-1 {
    display: block;
    height: 0;
    background: url(img/rungame.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 77.8%;
    position: relative;
}
.gg-involved-2 {
    display: block;
    height: 0;
    background: url(img/sponsor.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 77.8%;
    position: relative;
}
.gg-involved-3 {
    display: block;
    height: 0;
    background: url(img/learn.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 77.8%;
    position: relative;
}
.gg-cta {
    display: block;
    width: 100%;
    padding: 20px 10px;
    background: rgba(0,0,0,.4);
    color: #fff;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    font-size: 20px;
	transition: all 0.2s;
}
.gg-involved .span4 a div:hover .gg-cta {
    border-top: 4px solid #e74c3c;
	background: rgba(0,0,0,.7);
	padding: 50px 10px;
}
@media (min-width: 767px) and (max-width: 979px) {
	.gg-cta {
		font-size:14px;
		line-height:1.3;
}
}

/*ODOMETER*/
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  font-weight: 700;
  font-size: 48px;
  margin-bottom: 0 !important;
}
.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
  text-align: center;
}
/*END ODOMETER*/