@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('http://opportunity.heritage.org/wp-content/themes/opportunity/fonts/proximanova-bold-webfont.eot');
    src: url('http://opportunity.heritage.org/wp-content/themes/opportunity/fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://opportunity.heritage.org/wp-content/themes/opportunity/fonts/proximanova-bold-webfont.woff') format('woff'),
         url('http://opportunity.heritage.org/wp-content/themes/opportunity/fonts/proximanova-bold-webfont.ttf') format('truetype'),
         url('http://opportunity.heritage.org/wp-content/themes/opportunity/fonts/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
.none{ display:none;}
.left { float:left;}
.right { float:right;}
.no-thanks { 
	border: none;
	background:transparent;
	padding:0;
	margin:0;
	font-size:11px;
	font-family:"open sans";
	padding-top:10px;
}

html {
	background: rgb(64,87,118); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(64,87,118,1) 0%, rgba(118,143,174,1) 25%, rgba(176,187,191,1) 63%, rgba(176,187,191,1) 74%, rgba(116,125,130,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(64,87,118,1)), color-stop(25%,rgba(118,143,174,1)), color-stop(63%,rgba(176,187,191,1)), color-stop(74%,rgba(176,187,191,1)), color-stop(100%,rgba(116,125,130,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(64,87,118,1) 0%,rgba(118,143,174,1) 25%,rgba(176,187,191,1) 63%,rgba(176,187,191,1) 74%,rgba(116,125,130,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(64,87,118,1) 0%,rgba(118,143,174,1) 25%,rgba(176,187,191,1) 63%,rgba(176,187,191,1) 74%,rgba(116,125,130,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(64,87,118,1) 0%,rgba(118,143,174,1) 25%,rgba(176,187,191,1) 63%,rgba(176,187,191,1) 74%,rgba(116,125,130,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(64,87,118,1) 0%,rgba(118,143,174,1) 25%,rgba(176,187,191,1) 63%,rgba(176,187,191,1) 74%,rgba(116,125,130,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#405776', endColorstr='#747d82',GradientType=1 ); /* IE6-9 */
}
body {
	background: url(../images/bg-photo1.png) no-repeat center top;
	color: #474747;
	font: 15px 'Open Sans', sans-serif;
	min-height: 748px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
#container {
	margin: 0px auto;
	width: 476px;
	padding-top: 30px;
	text-shadow: 1px 1px 0px #fff;
	text-shadow: 1px 1px 0px rgba(255,255,255,.75);
}
h1 {
	font-size: 2em;
	line-height: 32px;
	font-weight: normal;
	font-family: 'proxima_nova_rgbold', Arial, sans-serif;
	margin-bottom: .35em;
	color: #004b8d;
}
h2 {
	font-size: 1.5em;
	line-height: 28px;
	font-weight: normal;
	font-family: 'proxima_nova_rgbold', Arial, sans-serif;
	margin-bottom: .5em;
	color: #fff;
	text-shadow: 1px 1px 0px #000;
	text-shadow: 1px 1px 0px rgba(0,0,0,.75);
	margin-top:35px;
}
p {
	line-height:24px;
	margin-bottom: 0.75em;
}
p.intro { margin-bottom:60px;}
.box {
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.6) 60%, rgba(255,255,255,0.6) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(60%,rgba(255,255,255,0.6)), color-stop(100%,rgba(255,255,255,0.6))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 60%,rgba(255,255,255,0.6) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 60%,rgba(255,255,255,0.6) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 60%,rgba(255,255,255,0.6) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 60%,rgba(255,255,255,0.6) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#99ffffff',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 15px;
	-webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, .5);
    box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, .5);
	margin-top: 25px;
	overflow: auto;
}
.text {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #7e7e7e;
	font: 13px 'Open Sans', sans-serif;
	padding: 5px 10px;
	-webkit-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, .3), 0px 0px 0px 4px rgba(255, 255, 255, .75);
    box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, .3), 0px 0px 0px 4px rgba(255, 255, 255, .75);
	border: solid 1px #c1c3c5;
	margin-bottom:18px;
	width: 95%;
	outline: none;
	background:#fff;
}
.text:hover {border: solid 1px #7d8b96;}
.text:active {border: solid 1px #404447;}
.arrow-down {
   width: 30px;
   height: 15px;
   position: relative;
   overflow: hidden;
   margin-left:79%;
}
.arrow-down:after {
   content: "";
   position: absolute;
   width: 20px;
   height: 20px;
   background: #E9EBEC;
   transform: rotate(45deg);
   -ms-transform:rotate(45deg); /* IE 9 */
	-moz-transform:rotate(45deg); /* Firefox */
	-webkit-transform:rotate(45deg); /* Safari and Chrome */
	-o-transform:rotate(45deg); /* Opera */
   top: -10px;
	left: 4px;
	-webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, .5);
    box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, .5);
}
.privacy {
	float: left;
	font-size: 11px;
	margin-top: 15px;
	text-shadow: 1px 1px 0px #000;
	text-shadow: 1px 1px 0px rgba(0,0,0,.75);
}
.button {
	background: rgb(0,94,156); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,94,156,1) 0%, rgba(0,61,124,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,94,156,1)), color-stop(100%,rgba(0,61,124,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,94,156,1) 0%,rgba(0,61,124,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,94,156,1) 0%,rgba(0,61,124,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,94,156,1) 0%,rgba(0,61,124,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,94,156,1) 0%,rgba(0,61,124,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005e9c', endColorstr='#003d7c',GradientType=0 ); /* IE6-9 */
	border: none 0px;
	color: #fff;
	text-transform: uppercase;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0px 1px 0px 0px #009ac6, inset 0px -1px 0px 0px #005590, 0px 2px 5px 0px rgba(0, 0, 0, .5);
	box-shadow: inset 0px 1px 0px 0px #009ac6, inset 0px -1px 0px 0px #005590, 0px 2px 5px 0px rgba(0, 0, 0, .5);
	padding: 10px 30px;
	font-family: 'proxima_nova_rgbold', Arial, sans-serif;
	font-size: 13px;
	float:right;
	margin-top:10px;
	text-shadow:none;
}
.twolines .button, .add .button { margin:0;}
.add .button { margin-bottom:20px;}
.button:hover {
	background: rgb(0,67,127); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,67,127,1) 0%, rgba(0,38,93,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,67,127,1)), color-stop(100%,rgba(0,38,93,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,67,127,1) 0%,rgba(0,38,93,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,67,127,1) 0%,rgba(0,38,93,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,67,127,1) 0%,rgba(0,38,93,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,67,127,1) 0%,rgba(0,38,93,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00437f', endColorstr='#00265d',GradientType=0 ); /* IE6-9 */
}
.quote {
	font-size:12px;
	color: #fff;
	text-shadow: 1px 1px 0px #000;
	text-shadow: 1px 1px 0px rgba(0,0,0,.75);
	margin-bottom:15px;
}
.quote img {
	webkit-border-radius: 4px;
	border-radius: 4px;
}
.left-image .q-cite {margin-left: 74px;}
.right-image .q-cite {margin-right: 74px;}
q, cite { display:block;}

.footer {
	font-size:11px;
	color: #fff;
	text-shadow: 1px 1px 0px #000;
	text-shadow: 1px 1px 0px rgba(0,0,0,.75);
	text-align:center;
	margin-top:60px;
}
.footer a {
	background: url(../images/footer.png) no-repeat;
	height: 62px;
	width: 180px;
	display:block;
	text-indent: -9999px;
	margin-left:147px;
}
.label, .intro, .quotes {display:none;}

/* Desktops and laptops ----------- */
@media only screen 
and (max-width : 745px) {
body {background-position: -411px top;}
}


/* Desktops and laptops ----------- */
@media only screen 
and (max-width : 681px) {
body {background-position: -454px top;}
}


/* Desktops and laptops ----------- */
@media only screen 
and (max-width : 593px) {
body {background-position: -472px top;}
}


/* Desktops and laptops ----------- */
@media only screen 
and (max-width : 550px) {
body {background-position: center top;}
}


/* Desktops and laptops ----------- */
@media only screen 
and (max-width : 490px) {
#container {
	margin: 0px auto;
	width: 91%;
}
body {font-size: 14px;}
p {line-height:21px;}
.arrow-down {margin-left:72%;}
.footer a {margin-left:25%;}
}


.addfriend, .addfriend:link, .addfriend:visited, .addfriend:hover
{
	color: #0000FF;
}