/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

body, html {
	font-family: "freight-sans-pro";
	color: black;
  width: 100%;
	font-weight: 400;
	color: rgb(51,51,51);
}

b {
	font-weight: bold;
	padding: 3px;
}

h2 {
	color: white;
	text-align: center;
	padding: 70px 10px 0px 10px;
	font-size: 25px;
	font-weight: 600;
	letter-spacing: 0.7px;
}

h3 {
  color: RGB(202, 16, 40);
  font-size: 25px;
  font-weight: bold;
  padding: 15px 0;
}

h4 {
	color: RGB(202, 16, 40);
	font-size: 21px;
	text-align: center;
	max-width: 760px;
	margin:  auto;
	padding: 80px 20px 40px 20px;
}

section {
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
  width: auto\9; /* ie8 */
}

.donateButton {
  background: transparent;
	height: 40px;
	width: 140px;
	text-align: center;
	border-radius: 3px;
	font-size: 14px;
	margin: 20px 0;
	font-weight: 700;
	border: 3px solid white;
	-webkit-appearance: none;
}

.whiteBtn {
  color: white;
  border-color: white;
}

.whiteBtn:hover {
	color: RGB(202, 16, 40);
	background-color: white;
	cursor:pointer;
}

.whiteBtn:active {
	color: RGB(202, 16, 40);
	background-color: white;
	cursor:pointer;
}

.redBtn {
  color: RGB(202, 16, 40);
  border-color: RGB(202, 16, 40);
}

.redBtn:hover {
	cursor:pointer;
	background-color: RGB(202, 16, 40);
	color: white;
}

.redBtn:active  {
	cursor:pointer;
	background-color: RGB(202, 16, 40);
	color: white;
}

.topContactUsBox {
	color: RGB(153, 153, 153);
	font-weight: normal;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: 600;
}

.contactUsGrey {
	color: RGB(153, 153, 153);
	font-size: 14px;
}

.topImage {
  min-width: 100%;
  min-height: 700px;
}

.redLogo {
  height: 150px;
  width: 150px;
  background-image: url("images/red_logo.png");
  background-repeat: no-repeat;
  background-size: 150px;
}

.topBox{
	min-height: 600px;
	display: table-cell;
	vertical-align: middle;
}

.topTextContainer {
	display: table;
	overflow: hidden;
	min-height: 800px;
	background: url('images/header_image.png') center;
	background-size: cover;
	width: 100%;
}

.topText {
	max-width: 780px;
	line-height: 1.5;
	padding: 10px;
	margin: auto;
}

.topSubText {
	padding: 10px 0 0 0;
	font-size: 13px;
	color: RGB(120, 120, 120);
}

.optionsContainer {
  padding: 0 10%;
  text-align: center;
}

.options {
  display: inline-table;
  max-width: 29%;
  padding: 0 2%;
	min-width:250px;
	padding-top: 35px;
}

.oText {
	padding: 30px 5px 0 5px;
}

.imagesRow {
  margin:100px 0 0 0;
  position: relative;
	margin-bottom: -5px;
}
.imagesRow img{
  width: 33.33%;
}

.footer {
  position: absolute;
	background: url('images/footer_image.png') bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	/* min-width: 100%; */
	max-width: 100%;
	/* height: auto; */
}

.footer img {
  width: 100%;
  z-index: -1;
  min-height: 450px;
}

.bottomTextContainer {
  /*position: absolute;*/
  top: 0;
  margin: auto;
  left: 0;
  right: 0;
}

.footerText {
  color: white;
  margin: auto;
  text-align: center;
  max-width: 610px;
  padding: 15px;
	font-size: 15px;
}

.contactUsBox {
  text-align: center;
  color: white;
	font-size: 14px;
	padding-bottom: 30px;
}

.contactUs {
    color: white;
}

.footerBottom {
  /*position: absolute;
  bottom: 0;*/
	width: 100%;
}

.footerBottom img {
  width: 30px;
  min-height: 30px;
	position: absolute;
}

.copyright {
  display: inline-block;
	color: white;
	font-size: 12px;
}

.whiteLogoBox {
	display: inline-block;
	position: relative;
	width: 30px;
	height: 15px;
	z-index: 2;
	padding: 0 0 5px 14px;
}

.footerLeft {
	min-width: 245px;
	display: inline-block;
	float: left;
	padding-top: 5px;
}

.footerRight {
	display: inline-block;
	float: right;
}
.footerRightInner {
	max-width: 240px;
	color: white;
	right: 0;
	float: right;
	bottom: 0;
	padding: 15px;
	font-size: 12px;
}

.footerRight a {
	text-decoration: underline;
	color: white;
}

.footerRight img {
	width: 20px;
	height: 20px;
	min-height: 0;
	position: absolute;
	z-index: 3;
	padding: 0px 6px 3px 2px;
}

.footerRight span {
	display: inline-block;
	margin-left: 28px;
}

.fbImage {
	display: inline;
	position: relative;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
