/*
Theme Name: hbrf
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hbrf
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 hbrf is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

@import url(http://fonts.googleapis.com/css?family=Roboto:400,400italic,700,700italic);
@import url(style-underscores.css);

.clearfix:after {
  content: "";
  display: table;
  clear: both;
  float: none;
}

html {min-height: 100%;}
body {height: 100%; font-family: roboto, sans-serif; color: #555;
	background: #005aab;
	background: -o-linear-gradient(top, #003975 0%, #005aab 500px);
	background: -moz-linear-gradient(top, #003975 0%, #005aab 500px);
	background: -webkit-linear-gradient(top, #003975 0%, #005aab 500px);
	background: linear-gradient(to bottom, #003975 0%, #005aab 500px);
}
a {color: #005aab; text-decoration: underline; cursor: pointer;}
a:hover {color: #d89a11;}

#page {position: relative; max-width: 1170px; margin: 0 auto;}
#content {background: #fff;}
#main {padding: 50px 55px; overflow: hidden;}
.home #main {padding: 30px 55px;}

@media screen and (min-width: 1024px) and (max-width: 1200px) {/* DESKTOP */
	#page {margin: 0 10px;}
}
@media screen and (min-width: 1024px) {/* DESKTOP */
	#content {border-radius: 0 0 7px 7px;}
	#mainnav {border-radius: 7px 7px 0 0;}
}
@media screen and (max-width: 767px) {/* PHONE */
	#masthead {padding: 0 10px;}
	#main {padding: 30px 25px;}
	.home #main {padding: 30px 25px;}
}


/*** NAV STYLES ***/

#mainnav, #menu-toggle {position: relative; padding: 10px 10px 0; z-index: 9999;
	background: #4d8cc4;
	background: -o-linear-gradient(top, #4d8cc4 0%, #4d8cc4 50%, #2e77ba 100%);
	background: -moz-linear-gradient(top, #4d8cc4 0%, #4d8cc4 50%, #2e77ba 100%);
	background: -webkit-linear-gradient(top, #4d8cc4 0%, #4d8cc4 50%, #2e77ba 100%);
	background: linear-gradient(to bottom, #4d8cc4 0%, #4d8cc4 50%, #2e77ba 100%);
}
#mainnav .menu > li {padding: 0 5px 10px 0;}
#mainnav .menu > li > a {padding: 5px 10px; font-size: 18px; font-size: 1.8rem; color: #fff; text-shadow: 1px 1px 2px #1968b3;}
#mainnav .menu > li:hover > a {background: rgba(255,255,255,.3); border-radius: 7px;}
#mainnav .menu > li.current-menu-item > a , #site-navigation .menu > li.current-menu-ancestor > a {border-radius: 7px; text-shadow: 1px 1px 2px #e0ab17;
	background: #e7ba1f;
	background: -o-linear-gradient(top, #edca42 0%, #e7ba1f 100%);
	background: -moz-linear-gradient(top, #edca42 0%, #e7ba1f 100%);
	background: -webkit-linear-gradient(top, #edca42 0%, #e7ba1f 100%);
	background: linear-gradient(to bottom, #edca42 0%, #e7ba1f 100%);
}

#mainnav .sub-menu {border-radius: 0 0 7px 7px; padding: 10px 0;
	background: #4d8cc4;
	background: -o-linear-gradient(top, #4d8cc4 0%, #4d8cc4 50%, #2e77ba 100%);
	background: -moz-linear-gradient(top, #4d8cc4 0%, #4d8cc4 50%, #2e77ba 100%);
	background: -webkit-linear-gradient(top, #4d8cc4 0%, #4d8cc4 50%, #2e77ba 100%);
	background: linear-gradient(to bottom, #4d8cc4 0%, #4d8cc4 50%, #2e77ba 100%);
}
#mainnav .sub-menu a {padding: 5px 15px; color: #fff; text-shadow: 1px 1px 2px #1968b3; width: auto; float: none; white-space: no-wrap;}
#mainnav .sub-menu a:hover {background: rgba(255,255,255,.3);}

#subnav {position: relative; padding: 0 15px; z-index: 1;
	background: #e7ba1f;
	background: -o-linear-gradient(top, #e7ba1f 0%, #e0ab17 100%);
	background: -moz-linear-gradient(top, #e7ba1f 0%, #e0ab17 100%);
	background: -webkit-linear-gradient(top, #e7ba1f 0%, #e0ab17 100%);
	background: linear-gradient(to bottom, #e7ba1f 0%, #e0ab17 100%);
}
#subnav .sub-menu > li {padding: 5px 0; margin-right: 5px;}
#subnav .menu > li, #subnav .menu > li.current-menu-item > a, #subnav .menu > li.current-menu-ancestor > a {display: none;}
#subnav .menu > li.current-menu-item, #subnav .menu > li.current-menu-ancestor {display: block;}
#subnav .menu ul {display: block;}
#subnav a {padding: 5px 15px; font-size: 18px; font-size: 1.8rem; color: #fff; text-shadow: 1px 1px 2px #e0ab17;}
#subnav a:hover {background: #d89a11; border-radius: 7px;}
#subnav .sub-menu > li.current-menu-item > a, #subnav .sub-menu > li.current-menu-ancestor > a {background: rgba(255,255,255,.3); border-radius: 7px;}

#menu-toggle {display: none;}

@media screen and (max-width: 599px) {/* SMALL PHONE */
	#menu-toggle {display: block; padding: 0 0 0 65px; overflow: hidden;}
	#menu-toggle > * {float: left; font-size: 21px; font-size: 2.1rem; line-height: 50px; color: #fff; text-shadow: 1px 1px 2px #1968b3; cursor: pointer;}
	#menu-toggle a {position: absolute; left: 0; top: 0; width: 65px; text-indent: -1000px; background: url(img/mobile-home.png) center center no-repeat;}
	#menu-toggle span {display: block; border-left: 1px solid rgba(255,255,255,.2); background: url(img/mobile-menu.png) 15px center no-repeat; padding: 0 15px 0 50px;}
	#mainnav {display: none; padding: 0;}
	#mainnav .menu > li {float: none; padding: 0;}
	#mainnav li {border-top: 1px solid rgba(255,255,255,.2);}
	#mainnav a {background: none !important; text-shadow: 1px 1px 2px #1968b3 !important; padding: 10px 20px !important;}
	#mainnav .sub-menu {position: static; display: block !important; border-radius: 0; background: rgba(0,61,123,.5); padding: 0;}
	#mainnav .sub-menu a {padding: 10px 20px 10px 40px !important;}
	#subnav {display: none;}
}


/*** FOOTER STYLES ***/

#colophon {padding: 15px; color: #fff; font-size: 14px; font-size: 1.4rem;}
.footer-left {float: left; width: 40%;}
.footer-right {float: right; width: 40%; text-align: right;}

@media screen and (max-width: 599px) {/* SMALL PHONE */
	.footer-left, .footer-right {float: none; width: auto; text-align: center; margin: 20px 10px;}
}


/*** SLIDESHOW STYLES ***/

.pixelwise-slideshow {position: relative;}
.pixelwise-slideshow .slide {display: none; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; overflow: hidden;}
/*.pixelwise-slideshow ul.controls, .pixelwise-slideshow ul.controls li {margin: 0 !important; padding: 0 !important; list-style: none !important; z-index: 20;}
.pixelwise-slideshow ul.dots {position: absolute; right: 0; bottom: -20px; max-width: 280px; overflow: hidden;}
.pixelwise-slideshow ul.dots li {float: left; width: 15px; height: 15px; margin: 0 0 0 5px !important; background: rgba(255,219,183,.25) !important; cursor: pointer;}
.pixelwise-slideshow ul.dots li.on {background: rgba(255,219,183,.75) !important;}
.pixelwise-slideshow ul.numbers {position: absolute; right: 0; bottom: 0;}
.pixelwise-slideshow ul.numbers li {float: left; width: 20px; height: 15px; overflow: hidden; line-height: 200px; margin: 0 5px 0 0 !important; background: #999 !important; cursor: pointer;}
.pixelwise-slideshow ul.numbers li.on {background: #900 !important;}
.pixelwise-slideshow ul.arrows {}
.pixelwise-slideshow ul.arrows li {position: absolute; top: 0; height: 100%; cursor: pointer; background: none !important;}
.pixelwise-slideshow ul.arrows li.prev {left: 0; width: 40%;}
.pixelwise-slideshow ul.arrows li.next {right: 0; width: 60%;}
.pixelwise-slideshow ul.arrows li.prev:hover {background: url(/img/ui/slideshow-prev.png) left center no-repeat !important;}
.pixelwise-slideshow ul.arrows li.next:hover {background: url(/img/ui/slideshow-next.png) right center no-repeat !important;}*/


/*** HOMEPAGE STYLES ***/

#homeslides {height: 370px;}
#homeslides .caption {position: absolute; right: 0; top: 0; bottom: 0; min-width: 20%; max-width: 33%; padding: 20px; background: rgba(0,57,117,.8); color: #fff; font-size: 27px; font-size: 2.7rem;}

#homefeatures {margin: 30px -25px; padding: 0; list-style: none; overflow: hidden;}
#homefeatures li {margin: 0; padding: 0 5px; list-style: none; float: left; width: 33.333%;}
#homefeatures a {position: relative; display: block; height: 150px; background-position: center center; border-radius: 7px; overflow: hidden; font-size: 21px; font-size: 2.1rem; text-align: center;}
#homefeatures span {position: absolute; left: 0; right: 0; bottom: 0; padding: 5px; background: rgba(0,57,117,.8); color: #fff;}
#homefeatures a:hover span {background: rgba(0,90,171,.8);}

@media screen and (max-width: 1023px) {/* TABLET AND PHONE */
	#homefeatures a {font-size: 14px; font-size: 1.4rem;}
}
@media screen and (max-width: 599px) {/* SMALL PHONE */
	#homefeatures {margin: 30px -5px;}
	#homefeatures li {float: none; width: auto; padding-top: 10px;}
	#homefeatures li:first-child {padding-top: 0;}
	#homefeatures a {font-size: 18px; font-size: 1.8rem;}
}



/*** CONTENT STYLES ***/

#content h1 {font-size: 36px; font-size: 3.6rem; color: #003975; margin-top: 0; line-height: 1.2;}
#content h1 span {color: #83afd6; font-weight: normal; padding-right: 5px;}
#content h2 {font-size: 24px; font-size: 2.4rem; color: #003975;}
#content h3 {font-size: 21px; font-size: 2.1rem; color: #003975;}
#content h4 {font-size: 18px; font-size: 1.8rem; color: #003975;}
#content h5 {font-size: 16px; font-size: 1.6rem; color: #003975; text-transform: uppercase;}
#content h6 {font-size: 14px; font-size: 1.4rem; color: #003975; text-transform: uppercase;}

@media screen and (max-width: 599px) {/* PHONE */
	#content h1 {font-size: 30px; font-size: 3.0rem;}
}

.columns .column {float: left; padding: 0 30px;}
.columns .column:first-child {padding-left: 0;}
.columns .column:last-child {padding-right: 0;}

@media screen and (max-width: 767px) {/* PHONE */
	.columns .column {padding: 0 20px;}
}

@media screen and (max-width: 599px) {/* SMALL PHONE */
	.columns .column {float: none; padding: 0; width: auto !important;}
}

.box {background: #fcf4d2; border-radius: 7px; padding: 20px;}
.box > :first-child {margin-top: 0;}
.box > :last-child {margin-bottom: 0;}

.buttonlike {position: relative; display: block; border: 1px solid #e6e6e6; border-radius: 4px; box-shadow: 0 1px 1px rgba(0,0,0,.05);
	background: #ffffff;
	background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
	background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
}

ul.pastgrants, ul.pastgrants ul, ul.pastgrants li {margin: 0; padding: 0; list-style: none;}
ul.pastgrants > li {margin-bottom: 10px; cursor: pointer;}
ul.pastgrants > li > .buttonlike {color: #4d8cc4; font-weight: bold; font-size: 18px; font-size: 1.8rem; padding: 5px 15px;}
ul.pastgrants > li > .buttonlike:after {content: ''; position: absolute; right: 15px; top: 0; bottom: 0; width: 13px; background: url(img/arrow-down.png) center center no-repeat;}
ul.pastgrants > li.open > .buttonlike:after {background-image: url(img/arrow-up.png);}
ul.pastgrants ul {display: none; padding: 15px 0;}
ul.pastgrants ul li {overflow: hidden; border-top: 1px dotted #f0f0f0; padding: 5px 15px;}
ul.pastgrants ul > li:first-child {border: 0;}
ul.pastgrants ul span {float: left; padding-right: 15px;}
ul.pastgrants ul span.organization {width: 40%;}
ul.pastgrants ul span.project {width: 40%;}
ul.pastgrants ul span.amount {width: 20%; text-align: right; padding-right: 0;}

@media screen and (max-width: 449px) {/* SMALL PHONE */
	ul.pastgrants ul span {display: block; float: none; width: auto !important; padding-right: 0;}
	ul.pastgrants ul span.organization {font-weight: bold;}
	ul.pastgrants ul span.project {}
	ul.pastgrants ul span.amount {font-weight: bold; font-size: 14px; font-size: 1.4rem; color: #83afd6; text-align: left;}
}

.questiongroup {}
.question {margin-bottom: 5px;}
.answer {display: none; margin-bottom: 15px;}

ul.boardmembers {margin: 0 -10px; padding: 0; list-style: none; overflow: hidden;}
ul.boardmembers li {margin: 0; padding: 0; list-style: none; float: left; padding: 10px;}

@media screen and (max-width: 1023px) {/* DESKTOP ONLY */
	ul.boardmembers li {width: 25%;}
	ul.boardmembers li:nth-child(4n+1) {clear: left;}
}
@media screen and (max-width: 1023px) {/* TABLET AND PHONE */
	ul.boardmembers li {width: 50%;}
	ul.boardmembers li:nth-child(2n+1) {clear: left;}
}
@media screen and (max-width: 599px) {/* SMALL PHONE */
	ul.boardmembers li {float: none; width: auto;}
}



/*** COIN GALLERY STYLES ***/

#main.coin-main {padding-left: 0; padding-right: 0;}
#coin-sidebar, #coin-content {padding: 0 25px;}
#coin-content {padding-top: 20px;}

@media screen and (min-width: 768px) {/* LARGE PHONE AND UP */
	#coin-sidebar {float: left; width: 20%; padding: 0;}
	#coin-content {float: right; width: 80%; padding: 0 55px;}
}

.coin-module {margin-bottom: 20px; background: #f0f0f0; border-radius: 0 7px 7px 0; padding: 10px; overflow: hidden;}
#content .coin-module h2 {background: #83afd6 right center no-repeat; color: #fff; font-weight: bold; text-transform: uppercase; border-bottom: 1px solid #fff; font-size: 14px; font-size: 1.4rem; line-height: 1.2;}
#coin-meta-key, #coin-meta-value {margin-bottom: 10px;}
#coin-meta-value {background: #fff url(img/coin-meta-value.png) 5px center no-repeat; padding-left: 20px;}
#coin-search-submit {clear: both; width: 100%; border: 0; text-transform: uppercase; font-weight: bold; color: #fff; font-size: 17px; font-size: 1.7rem; padding: 7px; text-shadow: none; box-shadow: none; font-family: inherit;
	background: #1968b3;
	background: -o-linear-gradient(top, #4d8cc4 0%, #1968b3 100%);
	background: -moz-linear-gradient(top, #4d8cc4 0%, #1968b3 100%);
	background: -webkit-linear-gradient(top, #4d8cc4 0%, #1968b3 100%);
	background: linear-gradient(to bottom, #4d8cc4 0%, #1968b3 100%);
}

@media screen and (min-width: 1024px) {/* DESKTOP ONLY */
	.coin-module {padding: 20px;}
	#content .coin-module h2 {margin: -20px -20px 20px; padding: 10px 20px;}
	#coin-meta-key, #coin-meta-value {float: left; width: 49%;}
	#coin-meta-value {float: right;}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {/* TABLET AND PHONE */
	#content .coin-module h2 {margin: -10px -10px 10px; padding: 10px;}
	#coin-nav > ul {margin: -10px;}
	#coin-nav a {padding: 10px 10px 10px 25px;}
	#coin-nav > ul > li > a {background-position: 10px 14px;}
	#coin-nav > ul > li.current > a {background-position: 7px 17px;}
}
@media screen and (max-width: 767px) {/* SMALL PHONE */
	.coin-module {margin-bottom: 10px; padding: 20px; border-radius: 7px;}
	.coin-module > * {display: none;}
	#content .coin-module > h2 {display: block; margin: -20px; padding: 15px 60px 15px 20px; border-bottom-width: 0; background-image: url(img/arrow-down-white.png); cursor: pointer;}
	#content .coin-module.open > h2 {margin-bottom: 20px; border-bottom-width: 1px; background-image: url(img/arrow-up-white.png);}
}

#coin-nav ul, #coin-nav li {margin: 0; padding: 0; list-style: none;}
#coin-nav > ul {margin: -20px;}
#coin-nav li {border-top: 1px solid #fff;}
#coin-nav > ul > li:first-child {border-top: 0;}
#coin-nav a {display: block; padding: 10px 20px 10px 35px; font-size: 16px; font-size: 1.6rem; line-height: 1.3; text-decoration: none;}
#coin-nav > ul > li > a {background: url(img/arrow-right.png) 20px 14px no-repeat;}
#coin-nav ul ul a {font-size: 14px; font-size: 1.4rem; line-height: 1.1;}
#coin-nav ul > li > a:hover {background-color: #eac02d; color: #1968b3;}
#coin-nav > ul > li.current > a {background: #eac02d url(img/arrow-down.png) 17px 17px no-repeat; color: #555;}
#coin-nav ul ul a:hover {background: #f4dc69; color: #1968b3;}
#coin-nav ul ul li.current a {background: #f4dc69; color: #555;}
#coin-nav ul ul {display: none; max-height: 250px; overflow-y: scroll; background: #e1e1e1;}
#coin-nav ul li.current ul {display: block;}
#coin-nav ul ul a strong {display: block;}

ul.coin-category-list, ul.coin-category-list li {margin: 0; padding: 0; list-style: none;}
ul.coin-category-list li {margin-bottom: 10px;}
ul.coin-category-list a {position: relative; display: block; padding: 15px 15px 15px 150px; min-height: 130px; overflow: hidden; text-decoration: none;}
ul.coin-category-list span {display: block;}
ul.coin-category-list .image {position: absolute; left: 15px; top: 15px;}
ul.coin-category-list .image img {display: block; border-radius: 7px;}
ul.coin-category-list .name {font-weight: normal; margin: 5px 0;}
ul.coin-category-list .description {color: #555;}
ul.coin-category-list .more {display: inline; color: #1968b3; font-size: 12px; font-size: 1.2rem; font-weight: bold; text-transform: uppercase; white-space: nowrap; padding-right: 11px; background: url(img/arrow-more.png) right center no-repeat;}

@media screen and (max-width: 449px) {/* SMALL PHONE */
	ul.coin-category-list a {padding-left: 15px; min-height: auto;}
	ul.coin-category-list .image {position: static;}
}

#coin-category-description {position: relative; margin-bottom: 1.5em; overflow: hidden;}
#coin-category-description .fade {position: absolute; left: 0; bottom: 0; right: 0; height: 100px; border-bottom: 40px solid #fff;
	background: none;
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, #ffffff 100%);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #ffffff 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #ffffff 100%);
}
#coin-category-description .more, #coin-category-description .less {position: absolute; left: 0; bottom: 0; right: 0; font-weight: bold; font-size: 12px; font-size: 1.2rem; text-transform: uppercase; text-align: center; color: #83afd6; border-top: 5px solid #fff; padding: 5px; cursor: pointer;
	background: #ffffff;
	background: -o-linear-gradient(top, #e5e5e5 0%, #ffffff 10px);
	background: -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 10px);
	background: -webkit-linear-gradient(top, #e5e5e5 0%, #ffffff 10px);
	background: linear-gradient(to bottom, #e5e5e5 0%, #ffffff 10px);
}
#coin-category-description .less {position: static;}
#coin-category-description .more:hover, #coin-category-description .less:hover {color: #fff;
	background: #1968b3;
	background: -o-linear-gradient(top, #4d8cc4 0%, #1968b3 100%);
	background: -moz-linear-gradient(top, #4d8cc4 0%, #1968b3 100%);
	background: -webkit-linear-gradient(top, #4d8cc4 0%, #1968b3 100%);
	background: linear-gradient(to bottom, #4d8cc4 0%, #1968b3 100%);
}

ul.coin-list, ul.coin-list li {margin: 0; padding: 0; list-style: none;}
ul.coin-list {margin: 0 -10px; overflow: hidden;}
ul.coin-list li {float: left; padding: 0 10px 20px;}
ul.coin-list a {display: block; text-align: center; text-decoration: none; padding: 10px;}
ul.coin-list span {display: block;}
ul.coin-list .image {padding: 15px; background: #fff; border: 1px solid #eee; border-radius: 2px; box-shadow: inset 0 2px 3px rgba(0,0,0,.05);}
ul.coin-list .image img {display: block;}
ul.coin-list .name {font-weight: normal; margin: 10px 0 0; line-height: 1.2;}
ul.coin-list .description {color: #555; font-size: 14px; font-size: 1.4rem;}

@media screen and (min-width: 1024px) {/* DESKTOP ONLY */
	ul.coin-list li {width: 33.333%;}
	ul.coin-list li:nth-child(3n+1) {clear: left;}
}
@media screen and (min-width: 450px) and (max-width: 1023px) {/* TABLET AND PHONE */
	ul.coin-list li {width: 50%;}
	ul.coin-list li:nth-child(2n+1) {clear: left;}
}
@media screen and (max-width: 449px) {/* SMALL PHONE */
	ul.coin-list li {float: none;}
}


dl.coin-numbers {margin: 1.5em 0; overflow: hidden;}
dl.coin-numbers dt, dl.coin-numbers dd {float: left; margin: 0 0 3px;}
dl.coin-numbers dt {clear: left; width: 80px; font-weight: bold;}

dl.coin-descriptions {margin: 1.5em 0; overflow: hidden; border-top: 2px solid #e4e4e4;}
dl.coin-descriptions dt, dl.coin-descriptions dd {margin: 0 0 10px; padding: 10px 5px 0; border-top: 1px dotted #ddd;}
dl.coin-descriptions dt {clear: left; float: left; width: 155px; font-weight: bold;}
dl.coin-descriptions dd {margin-left: 155px;}
dl.coin-descriptions dt.first, dl.coin-descriptions dd.first {border: 0;}
.na {color: #999; font-size: 12px; font-size: 1.2rem; text-transform: uppercase;}

.coin-images + h1 {clear: none;}
.coin-images {float: right; width: 50%; overflow: hidden; margin: 0 0 20px 20px;}
.coin-images > .buttonlike {padding: 10px;}
.coin-images .image {padding: 10px; background: #fff; border: 1px solid #eee; border-radius: 2px; box-shadow: inset 0 2px 3px rgba(0,0,0,.05); overflow: hidden;}
.coin-images .image a {float: left; width: 50%; padding: 5px;}
.coin-images .text {display: block; font-size: 11px; color: #999; text-align: center; padding-top: 5px;}
.coin-images ul, .coin-images ul li {margin: 0; padding: 0; list-style: none;}
.coin-images ul {margin: 0 -3px;}
.coin-images ul li {float: left; width: 50%; padding: 6px 3px;}
.coin-images ul a {text-align: center; font-weight: bold; text-decoration: none; color: #555; font-size: 14px; font-size: 1.4rem; padding: 5px;}

.footnotes {border-top: 2px solid #e4e4e4; color: #777; font-size: 14px; font-size: 1.4rem; padding: 5px;}
