@import url(https://fonts.googleapis.com/earlyaccess/cwtexfangsong.css);

@font-face {
	font-family: 'cwTeXFangSong';
	font-style: normal;
	font-weight: 500;
	src: local('Times New Roman');
	unicode-range: U+21-36F;
}

@font-face {
	font-family: 'cwTeXFangSong';
	font-style: normal;
	font-weight: 500;
	src: url('FangSongExtra.ttf');
	unicode-range: U+5CEF;
}

@font-face {
	font-family: 'kk';
	src: url('fonts/kk.ttf');
	src:
		url('fonts/kk.eot') format('embedded-opentype'),
		url('fonts/kk.woff2') format('woff2'),
		url('fonts/kk.woff') format('woff'),
		url('fonts/kk.ttf') format('truetype'),
		url('fonts/kk.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/** For missing Traditional Chinese characters in Fang Song **/
@font-face {
	font-family: 'cwTeXFangSong';
	src: url(MinchoTC-Bold.otf);
	unicode-range: U+57E1,U+555F,U+67E5,U+7172,U+9109;
	font-weight: bold;
} 

body {
	font-family: cwTeXFangSong, serif;
	background-image: linear-gradient(rgba(255,255,255,0.8) 0, rgba(255,255,255,0) 180px), url(images/background.jpg);
	background-repeat: no-repeat, repeat;
	color: rgba(0,0,0,0.5);
	height: 100%;
	overflow-y: scroll;
	line-height: 150%;
}
a:link {
	text-decoration: none;
}
a {
	color: #256a9b;
	opacity: 0.8;
}
a:hover {
	text-decoration: underline;
}

/* Nav */
#nav {
	width: 100%;
	height: 120px;
	padding-top: 25px;
	text-align: center;
	position: relative;
}
#nav ul {
	list-style: none;
}
#nav ul li {
	display: inline-block;
	width: 144px;
	height: 32px;
	opacity: 0.40;
	background-size: 65%;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-filter: brightness(0%);
	filter: brightness(0%);
	cursor: pointer;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}
#nav ul li:hover {
	opacity: 0.6;
}
#nav ul .nav-column.left a:first-child li {
	background-image: url(images/nav-item-facts.svg);
}
#nav ul .nav-column.left a:nth-child(2) li {
	background-image: url(images/nav-item-status.svg);
}
#nav ul .nav-column.left a:nth-child(3) li {
	background-image: url(images/nav-item-protect.svg);
}
#nav ul .nav-column.right a:nth-child(1) li {
	background-image: url(images/nav-item-knowledge.svg);
}
#nav ul .nav-column.right a:nth-child(2) li {
	background-image: url(images/nav-item-about.svg);
}
#nav ul .nav-column.right a:nth-child(3) li {
	background-image: url(images/nav-item-report.svg);
}
#nav a {
	opacity: 1;
}
#nav ul li.header-logo {
	width: 94px;
	height: 94px;
	margin-left: 25px;
	margin-right: 25px;
	background-image: url(images/logo-black.png);
	background-size: 100%;
}
#nav .nav-column {
	display: inline-block;
	box-sizing: border-box;
}
/* hamburger menu icon */
.menu-link {
	display: none;
	position: absolute;
	top: 30px;
	right: 25px;
	width: 65px;
	height: 38px;
	margin-top: 7px;
	font-family: sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: rgba(0,0,0,0.35);
	border-radius: 9px;
	line-height: 100%;
    letter-spacing: 1px;
	cursor: pointer;
/* 			border: 1.5px solid rgba(0,0,0,0.35); */
}
.menu-link .menuicon-bread-container {
	position: absolute;
	width: 20px;
	height: 3px;
	transition: transform 0.3s, opacity 0.3s;
}
.menu-link .menuicon-bread-container.top.closeicon {
	-webkit-transform: translateY(6px);
	transform: translateY(6px);
}
.menu-link .menuicon-bread-container.middle.closeicon {
	-webkit-transform: translateX(-5px);
	transform: translateX(-5px);
	opacity: 0;
}
.menu-link .menuicon-bread-container.bottom.closeicon {
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px);
}
.menu-link .menuicon-bread {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 2px;
	background-color: rgba(0,0,0,0.30);
	transition: transform 0.3s;
}
.menu-link .menuicon-bread-container.top {
	left: 0;
	top: 0;
}
.menu-link .menuicon-bread-container.middle {
	left: 0;
	top: 6px;
}
.menu-link .menuicon-bread-container.bottom {
	left: 0;
	top: 12px;
}
.menu-link #menuicon-bread-top.closeicon {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu-link #menuicon-bread-bottom.closeicon {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.menu-link .menu-link-text {
	position: absolute;
	top: 0;
	left: 28px;
	width: 35px;
	text-align: left;
}

/* Social plugins */
a.facebook-page-link {
	color: #768295;
	font-size: 14px;
	opacity: 1;
	text-decoration: none;
}
.fb-like-button {
	display: inline-block;
	width: 76px;
	height: 24px;
	overflow: hidden;
	-webkit-filter: saturate(45%);
	filter: saturate(45%);
	opacity: 0.73;
}

h2.section-header {
	width: 150px;
	height: 54px;
	font-size: 25px;
	font-family: kk, serif;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.40);
	line-height: 50px;
	letter-spacing: 4px;
    -webkit-font-smoothing: antialiased;
	text-align: left;
	padding-left: 11px;
	padding-top: 0;
	margin-top: 75px;
	margin-bottom: 42px;
	background-image: url(images/brush-stroke-green.gif);
	background-repeat: no-repeat;
	background-size: 154px;
	color: white;
	box-sizing: border-box;
	transform: rotate(-6deg);
	transform-origin: right;
	opacity: 0.85;
}
h2.section-header.short-text {
	padding-left: 30px;
}
h2.section-header.wide {
	width: 210px;
	background-size: 100% 45px;
}
h2.section-header.brown {
	background-image: url(images/brush-stroke-brown.gif);
	opacity: 0.77;
}
/*
h2.section-header {
	width: 150px;
	height: 54px;
	font-size: 25px;
	font-family: kk, serif;
	line-height: 51px;
	letter-spacing: 4px;
    -webkit-font-smoothing: antialiased;
	text-align: center;
	padding-left: 10px;
	margin-top: 75px;
	margin-bottom: 35px;
	background-image: url(images/brush-stroke.png);
	background-repeat: no-repeat;
	background-size: 100%;
	color: white;
	box-sizing: border-box;
}
*/
h2.section-header.no-top-margin {
	margin-top: 0;
}
h2.section-header img {
	height: 25px;
	margin-top: 11px;
	margin-left: 1px;
}

/* warning/error/general messages */
h3.alert {
	width: 80%;
	max-width: 600px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	font-size: 18px;
	font-family: HiraginoSans-W3, HiraKakuPro-W3, "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
	border: 1px solid rgba(124, 58, 32, 0.32);
	background-color: rgba(255, 255, 255, 0.7);
	padding: 10px 15px 10px 15px;
	border-radius: 6px;
	color: rgba(3, 47, 143, 0.63);
}
.general_message {
	text-align: center;
}

/* Page navigator */
.page_navigator {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

/* Labels/Badges distinguish between a leopardcat and domestic cat */
.rounded-badge {
	position: absolute;
	width: 60px;
	height: 60px;
	background-color: #a87b52;
	border-radius: 30px;
	color: white;
	font-family: kk, HiraginoSans-W3, HiraKakuPro-W3, 'Hiragino Kaku Gothic W6 JIS2004', sans-serif;
	font-size: 22px;
	font-weight: normal;
	padding-top: 20px;
	padding-left: 1px;
	box-sizing: border-box;
	opacity: 0.9;
	text-align: center;
	opacity: 0.7;
}
.rounded-badge.leopard-cat::after {
	content: '石虎';
}
.rounded-badge.cat::after {
	content: '家貓';
}

/* Videos */
.video-container {
	width: 560px;
	max-width: 95%;
	margin: 40px auto 40px auto;
}
.video-container.last {
	margin-bottom: 0;
}
.video-container iframe {
	max-width: 100%;
}

/* Footnotes */
.footnotes {
	color: rgba(0,0,0,0.35);
	font-family: HiraginoSans-W3, HiraKakuPro-W3, "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
	font-size: 15px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	margin-top: 30px;
	margin-bottom: 30px;cptstring
}

/* List */
ol.cjk {
	list-style-type: cjk-ideographic;
	list-style-position: outside;
	padding: 0 0 0 30px;
}

/* Arrows in illustrations */
.arrow {
	position: absolute;
	width: 67px;
	height: 100px;
	background: url(images/arrow.png) no-repeat;
	background-size: 100%;
}

/* Footer */
.footer-links-container {
	display: table-cell;
	padding-left: 0;
}
.footer-content {
	display: table-row;
	max-width: 100%;
}
.footer-content div {
	vertical-align: top;
}
#footer .footer-links-container a {
    display: inline-block;
    margin-right: 19px;
    color: rgba(0,0,0,0.7);
}
#footer .row-facts a {
	margin-right: 15px;
}
#footer .footer-links-container a:last-child {
	margin-right: 0;
}
#footer .footer-links-container a {
    text-decoration: underline;
}

#footer span.group-name {
    color: rgba(0,0,0,0.25);
}
#footer .footer-main-text {
	color: rgba(0,0,0,0.55);
}
#footer {
	width: 100%;
	margin-top: 0;
	padding: 30px 30px 30px 30px;
	box-sizing: border-box;
	background-image: url(images/background-green.jpg);
	font-family: HiraginoSans-W3, HiraKakuPro-W3, "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    line-height: 230%;
}
.footer-content-container {
	display: table;margin: auto;
}
.footer-logo-container {
	width: 100px;
	height: auto;
	display: table-cell;
	padding-bottom: 20px;
	padding-right: 60px;
	opacity: 1;
}
.footer-logo {
	display: inline-block;
	width: 100px;
	height: 100px;
	background-image: url(images/logo-black.png);
	background-repeat: no-repeat;
	background-size: 100%;
	opacity: 0.4;
}
.footer-main-text {
	display: table-cell;
	padding-left: 60px;
}
#footer .footer-links-container {
	display: table;
	
}
#footer .footer-links-container div {
	display: table-row;
	
}
#footer .footer-links-container div span {
	display: table-cell;
	
}
#footer .footer-links-container div span.group-name {
	min-width: 66px;
	padding-right: 20px;
}
#footer .button-link {
	margin-top: 7px;
	display: block;
	margin-bottom: 15px;
}
#footer .footer-courtesy {
	color: rgba(0,0,0,0.4);
	text-align: left;
	line-height: 165%;
	font-size: 15px;
}


/* Content */
.main-content {
	margin-top: 70px;
/* 	margin-bottom: 120px; */
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 100%;
}
.main-content.lower {
	margin-top: 90px;
}
.main-content .section-general {
	width: 870px;
	max-width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}
.intro-p-container {
	display: table;
	width: 100%;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	/* padding-left: 15px;
	padding-right: 15px; */
	box-sizing: border-box;
}
.main-content .section-general.no-vpadding {
	padding-top: 0;
	padding-bottom: 0;
}
.main-content .section-general .intro-p-container {
	margin-top: 0;
	margin-bottom: 0;
}
.intro-icon {
	display: table-cell;
	width: 150px;
	height: 150px;
	margin-left: 10px;
	background-repeat: no-repeat;
	background-size: 100%;
	vertical-align: top;
	opacity: 0.8;
}
.intro-icon.large {
	background-size: 150px;
}
.intro-content-container div.intro-icon.lower {
	background-position-y: 180px;
}
.intro-content-container .intro-icon.large {
	padding-top: 300px;
	background-position-y: 80px;
}
#intro-icon-yi {
	background-image: url(images/character-yi.gif);
}
#intro-icon-yy {
	background-image: url(images/character-yu.gif);
}
.intro-text {
	display: table-cell;
	padding-left: 30px;
	padding-top: 5px;
	font-size: 25px;
	font-weight: normal;
	color: rgba(0,0,0,0.5);
	letter-spacing: 2px;
	line-height: 180%;
}
.intro-text.full {
	display: block;
	padding-left: 0;
	padding-right: 0;
}
.intro-content-container .illustration {
	width: 369px;
	height: 595px;
	background-repeat: no-repeat;
	background-size: 369px;
	background-position-x: 0;
	background-position-y: 0;
}
.intro-content-container {
	display: table-row;
}
.intro-content-container div {
	display: table-cell;
}
.intro-content-container .intro-content-text .section-header {
	margin-top: 30px;
}
.intro-content-container .intro-content-text p.general {
	margin-bottom: 0;
}
.intro-content-container .intro-content-text p.general.indent {
	padding-left: 18px;
}
.intro-content-container .intro-content-text p.general.lower {
	margin-top: 70px;
}

p.general {
	width: 100%;
	font-size: 24px;
	text-align: center;
	letter-spacing: 1px;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: left;
	line-height: 160%;
	box-sizing: border-box;
}
p.general.first {
	margin-top: 0;
}
p.general.last {
	margin-bottom: 0;
}
p.general.indent {
	padding-left: 47px;
}
p.general.high {
	margin-top: 110px;
	margin-bottom: 80px;
}
p.general.centered {
	text-align: center;
}
p.general.justify {
	text-align: justify;
}
.headline1 {
	display: block;
	width: 495px;
	max-width: 90%;
	margin: 25px auto 25px auto;
	opacity: 0.8;
}
.image-label {
	position: absolute;
	font-size: 22px;
	color: #846748;
}

figure {
	max-width: 100%;
	overflow: hidden;
	text-align: center;
}
figure.centered {
	margin-left: auto;
	margin-right: auto;
}
figure.right {
	width: 350px;
	max-width: 90%;
	float: right;
	margin-left: 50px;
	margin-bottom: 30px;
}
figure.left {
	float: left;
	margin-right: 50px;
	margin-bottom: 30px;
}
figure img {
	max-width: 100%;
}
figure.map {
	width: 350px;
	max-width: 90%;
}
figure.map img {
	width: 350px;
}
figure.badge {
	width: 350px;
	max-width: 80%;
}
figure.mid {
	width: 700px;
}
figure.facts-comparison-head {
	margin-left: auto;margin-right: auto;width: 465px;
}
.figure-img {
	display: inline-block;
	width: 200px;
	height: 200px;
	background-size: 100%;
	background-repeat: no-repeat;
	border-radius: 10px;
	margin: 15px;
}
.figure-img:first-child {
	background-image: url(images/face-leopard-cat.jpg);
}
.figure-img:nth-child(2) {
	background-image: url(images/face-cat.jpg);
}
figure .caption.mid {
	font-size: 22px;
}

/** Multi-column section **/
.section-block-container {
	width: 100%;
	background-repeat: repeat;
	padding: 55px 30px 55px 30px;
	box-sizing: border-box;
}
.section-block-container.dark, .section-general.dark {
	background-image: url(images/background-dark.jpg);
	border-top: 1px solid #e5e2c6;
	border-bottom: 1px solid #e5e2c6;
}
.section-block-container.purple {
	background-image: url(images/background-purple.jpg);
	border-top: 1px solid #c2cad4;
	border-bottom: 1px solid #c2cad4;
}
.section-block-container > p {
	width: 870px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
.section-block-container .section-general {
	padding: 0;
}
.section-tiles-container {
	width: 100%;
	display: table;
	max-width: 830px;
	margin-left: auto;
	margin-right: auto;
}
.section-tiles-row {
	display: table-row;
}
.section-tile-v {
	display: table-cell;
	padding-left: 40px;
	padding-right: 40px;
}
.section-tile-v.two-col {
	width: 50%;
}
.section-tile-v .tile-img {
	width: 100%;
	height: 400px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center top;
}
.section-tile-v .tile-img.lc-cubs {
	background-image: url(images/facts-5-lc-cubs.gif);
}
.section-tile-v .tile-img.lc-independent {
	background-image: url(images/facts-5-independent.gif);
}
.section-tile-v .section-header {
	margin-top: 15px;
}
.section-tile-v p {
	text-align: justify;
}
.section-tile-v p:last-child {
	margin-bottom: 0;
}

/* Typography */
.roman-text-sans {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 90%;
	letter-spacing: 0;
}
.roman-text-serif {
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, 'Times New Roman', Times, serif;
	font-size: 90%;
	letter-spacing: 0;
}
.warning-text {
	color: #bd4949;
}
.italic {
	font-style: italic;
}

/* Button */
div.button-link {
	display: inline-block;
	border-radius: 8px;
	background-color: #fbf4ed;
	border: 2px dashed rgba(0, 0, 0, 0.25);
	padding: 2px 15px 0px 15px;
	min-width: 100px;
	max-width: 140px;
	text-align: center;
	letter-spacing: 2px;
	line-height: 230%;
	font-weight: bold;
}
div.button-link:hover {
	background-color: #f8f0e3;
}
div.button-link a {
	display: block;
	transform: scaleY(0.9);
	text-align: center;
	font-size: 17px;
	text-decoration: none !important;
	color: #256a9b !important;
	opacity: 0.68;
}
.button-general {
	display: inline-block;
	color: rgba(0, 0, 0, 0.45);
	margin-bottom: 15px;
	border-radius: 8px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-bottom-color: rgba(0, 0, 0, 0.25);
	border-right-color: rgba(0, 0, 0, 0.25);
	padding: 2px 20px 0px 20px;
	min-width: 100px;
	max-width: 95%;
	text-align: center;
	letter-spacing: 2px;
	line-height: 230%;
	font-family: serif;
	font-weight: bold;
	text-decoration: none;
	cursor: default;
}
.button-general:hover {
	color: rgba(0, 0, 0, 0.55);
	background-color: #fffcf9;
	text-decoration: none;
}
.button-general:active {
	color: rgba(0, 0, 0, 0.55);
	border: 1px solid rgba(0, 0, 0, 0.25);
	border-bottom-color: rgba(0, 0, 0, 0.15);
	border-right-color: rgba(0, 0, 0, 0.15);
}

/** Mobile menu **/
.expandable-mask {
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	height: auto;
	height: 84px;
	overflow: hidden;
	-webkit-transition: width 0.5s, height 0.5s;
	transition: width 0.5s, height 0.5s;
}
.expandable-mask.full {
	width: 100%;
	height: 100%;
}
#mobile-menu {
	position: absolute;
	top: 0;
	right: 0;
	max-width: auto;
	width: 375px;
	height: auto;
	min-height: 100%;
	font-family: 'kk', sans-serif;
	font-size: 20px;
	line-height: 38px;
	letter-spacing: 3px;
	padding: 25px 25px 30px 25px;
	box-sizing: border-box;
}
#mobile-menu .footer-logo {
	display: block;
	opacity: 0.5;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}
#mobile-menu ul.menu-group {
	border-top: 1px dashed rgba(0,0,0,0.3);
	padding-top: 12px;
	padding-bottom: 12px;
	/* To prevent this element to be covered by the background, which uses transform */
	-webkit-transform: scale(1);
	transform: scale(1);
}
#mobile-menu ul.menu-group.first {
	margin-top: 60px;
}
#mobile-menu ul.menu-group li {
	transform: scaleY(0.9);
}
#mobile-menu ul.menu-group li.menu-group-name {
	color: rgba(0,0,0,1);
	opacity: 0.25;
}
#mobile-menu ul.menu-group li.menu-item {
	color: rgba(0,0,0,1);
	opacity: 0.406;
	margin-left: 35px;
}
#mobile-menu a {
	color: #000;
	opacity: 1;
	font-family: inherit;
	display: block;
	width: 100%;
	height: 100%;
}
#mobile-menu .menu-group.first .menu-item a {
	display: inline-block;
	width: 70px;
}
#mobile-menu a:hover {
	text-decoration: none;
}
/* Change to a different menu backgorund when the mobile menu is shown */
#menu-background {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: url(images/background-green.jpg);
	background-repeat: repeat;
	opacity: 0;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
	transition-delay: 0.3s;
}
#menu-background.shown {
	opacity: 1;
	transition-delay: 0s;
}
#regular-content-container.no-scroll {
	height: 100%;
	overflow-y: hidden;
}

/* Local nav */
.local-nav-container {
	width: 520px;
	max-width:97%;
	margin-top: 35px;
	padding-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}
.local-nav-container.extra-line {
	margin-top: 0;
}
.local-nav-container.small {
	margin-top: 35px;
}
.local-nav {
	display: table;
	/* width: 520px; */
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	border-width: 20px;
}
.local-nav-menu-items {
	display: table-row;
}
.local-nav-menu-items .local-nav-menu-item {
	display: table-cell;
	opacity: 0.25;
	text-align: center;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	width: 190px;
	height: 50px;
}
.local-nav-menu-items .local-nav-menu-item:hover {
	opacity: 0.5;
}
.local-nav-menu-items .local-nav-menu-item[aria-disabled=true] {
	opacity: 0.5;
}
.local-nav-menu-items .local-nav-menu-item img {
	width: 50%;
}
.local-nav-menu-items.small .local-nav-menu-item img {
	max-width: 86px;
}
.local-nav-container.small .local-nav .local-nav-menu-items .local-nav-menu-item {
	height: 50px;
}
.local-nav-menu-items .local-nav-menu-item a {
	opacity: 1;
}
.local-nav .local-nav-menu-item.ecofarming {
	width: 230px;
}
.local-nav-container .local-nav .local-nav-menu-item.about {
	width: 39%;
}
.local-nav .local-nav-menu-item.about img {
	width: 60%;
}
.local-nav-container .local-nav .local-nav-menu-item.partnership {
	width: 27%;
}
.local-nav-container .local-nav .local-nav-menu-item.partnership img {
	width: 60%;
}
.local-nav-container .local-nav .local-nav-menu-item.ahu {
	width: 34%;
}
.local-nav-container .local-nav .local-nav-menu-item.ahu img {
	width: 70%;
}
.local-nav .local-nav-menu-item.protect {
	width: 42%;
}
.local-nav .local-nav-menu-item.protect img {
	width: 45%;
}
.local-nav .local-nav-menu-item.status img {
	width: 70%;
}
.local-nav .local-nav-menu-item.threats {
	width: 45%;
}
.local-nav .local-nav-menu-item.threats img {
	width: 50%;
}
.local-nav .local-nav-menu-item.farmers {
	width: 52%;
}
.local-nav .local-nav-menu-item.farmers img {
	width: 89%;
}
.local-nav .local-nav-menu-item.farmers-bw {
	width: 42%;
}
.local-nav .local-nav-menu-item.farmers-bw img {
	width: 70%;
}
.local-nav-container.small .local-nav .local-nav-menu-item {
	width: auto;
	height: auto;
	max-width: 87px;
	max-height: 51px;
}
	.local-nav-container.extra-line {
		width: 420px;
	}


/* Only show this br on mobile devices for better layout */
br.show-for-mobile {
	display: none;
}

/* Illustration */
.illustration {
	max-width: 98%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: relative;
}
.illustration.large {
	margin: 90px auto 90px auto;
}
.illustration.large.last {
	margin-bottom: 10px;
}
.illustration.centered {
	margin-left: auto;
	margin-right: auto;
}
.illustration.small {
	width: 590px;
	height: 250px;
	margin-top: 50px;
	margin-bottom: 50px;	
}
.illustration.no-margin {
	margin-top: 0;
	margin-bottom: 0;
}
.illustration.proportional {
	width: 100%;
	height: 1px;
	padding-top: 41%;
}
.proportional-container {
	width: 590px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}

ul.general, ol.general {
    width: 870px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 90px;
    padding-right: 30px;
    box-sizing: border-box;
    font-size: 24px;
    line-height: 170%;
    list-style-position: outside;
    list-style-type: square;
}
ul.reference {
    list-style-type: none;
    text-indent: -1.5em;
}
ol.general {
	list-style-type: decimal;
}

/* Misc */
.icon-top {
	display: block;
	width: 120px;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
}
.tiny-icon {
	width: 18px;
    height: 18px;
    vertical-align: -3px;
}
.small-print {
	font-size: 16px;
}

/* Photo gallery */
.gallery-container {
	display: block;width: 800px;max-width: 100%;text-align: center;margin: 15px auto 15px auto;
}
.gallery-container .col {
	display: inline-block;width: 397px;max-width: 100%;text-align: center;box-sizing: border-box;vertical-align: top;
}
.gallery-container .col img {
	width: 94%;margin-bottom: 17px;
}
.gallery {
	display: table;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}
.gallery div {
	display: table-row;
}
.gallery div div {
	display: table-cell;
	width: 50%;
	text-align: center;
	vertical-align: top;
}
.gallery div div img {
	width: 375px;
	margin-bottom: 17px;
}

/* General layout */
h3 {
	font-size: 28px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.centered {
	text-align: center;
}

/* Cards */
.h-card {
	width: 700px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: table;
	margin-bottom: 50px;
	cursor: pointer;
}
.h-card > div {
	display: table-row;
}
.h-card > div > div {
	display: table-cell;
}
.h-card > div > div:first-child {
	width: 170px;
	height: 170px;
	background-size: cover;
}
.h-card > div > div:nth-child(2) {
	box-sizing: border-box;
	padding: 14px 20px 18px 20px;
	display: table-cell;
	font-size: 22px;
	line-height: 150%;
	background-color: white;
	max-width: 100%;
}
.h-card > div > div:nth-child(2) h2 {
	font-size: 28px;
	margin-top: 6px;
	margin-bottom: 10px;
}
.h-card#xihuge > div > div:first-child {
	background-image: url(images/xihuge-1.jpg);
	background-size: 200%;
	background-position: -25px -12px;
}
.h-card#do-not-feed > div > div:first-child {
	background-image: url(images/do-not-feed-thumbnail.jpg);
	background-position: center;
}
.h-card p {
	line-height: 130%;
}
.h-card p:last-child {
	margin-top: 10px;
}