/*
Theme Name: Fine Agrochemicals
Theme URI: http://www.fine.eu/
Author: Fenwick Studio
Author URI: http://www.fenwickstudio.co.uk/
Description: Responsive Wordpress Theme for Fine Agrochemicals
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fine-agrochemicals
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.

Fine Agrochemicals is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
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: 0.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: -0.5em;
}

sub {
	bottom: -0.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: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
2.0 Base layout
--------------------------------------------------------------*/
.site-header {
	background-color: #14601e; /* Green */
	padding-top: 28px;
}

.landing .site-header {
	background-color: transparent;
	padding: 0;
}

.constrained {
	margin: auto;
	max-width: 1040px;
	min-width: 320px;
	padding: 0 40px;
	position: relative;
	width: 100%;
}

.site-content {
	margin: 80px 0 0 0;
}

.single-products .site-content {
	margin-top: 45px;
}

.landing .site-content {
	margin-top: 0;
}

@media screen and (max-width: 800px) {
	.constrained {
		padding: 0 30px;
	}
}

@media screen and (max-width: 600px) {
	.constrained {
		padding: 0 20px;
	}
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #706f73;
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 300;
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #76b729;
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 700;
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 1.4em 0;
}

p.intro {
	color: #76b729;
	font-weight: 500;
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.2;
	margin-bottom: 1em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

body.landing {
	background-color: #14601e; /* Green */
	padding: 30px;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.4em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	background: #76b729;
	font-size: 19px;
    font-size: 1.1875rem;
	line-height: 1;
	padding: 2px 8px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #90dc35;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #90dc35;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
}

select {
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/* contact form */
div.wpforms-container-full .wpforms-form button[type=submit] {
	background: #76b729 url("/source/a558da8fd2a36eaf230ca492acd5cb36/btn-arrow.png") no-repeat center right;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-weight: 300;
	height: 36px;
	margin: 0;
	padding: 3px 40px 3px 18px;
	overflow: hidden;
}
div.wpforms-container-full .wpforms-form button[type=submit]:hover, div.wpforms-container-full .wpforms-form button[type=submit]:active {
	background-color: #90dc35;
	border: 0;
	cursor: pointer;
}
.wpforms-confirmation-container-full {
	color: #76b729;
	margin: 0;
	background: none;
	border: none;
	padding: 0;
}

/* Trial Information Forms - 25/03/19 */

.form-section {
	margin-bottom: 25px;
}

@media screen and (min-width: 960px) {
	.form-section {
		margin-bottom: 50px;
	}
}

.form-section h3,
.form-section p {
	color: #76b729 !important;
}

.form-section h3 span {
	font-size: 14px;
}

@media screen and (min-width: 960px) {
	.form-section h3 span {
		font-size: 16px;
	}
}

.form-section label,
.form-section .two-columns p,
.form-section .column p,
.table-scroll > p {
	display: none;
}

.form-section .formgroup_radio label {
	float: left;
	display: block;
	font-size: 14px;
	color: black;
}

@media screen and (min-width: 960px) {
	.form-section .formgroup_radio label {
		font-size: 16px;
	}
}

.form-section .other-objectives {
	margin-top: 15px;
}

.form-section .three-columns .other-objectives .wpcf7-textarea {
	height: 110px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: black;
}
::-moz-placeholder { /* Firefox 19+ */
  color: black;
}
:-ms-input-placeholder { /* IE 10+ */
  color: black;
}
:-moz-placeholder { /* Firefox 18- */
  color: black;
}

.form-section .other-objectives label {
	margin-bottom: 10px;
}

.form-section .formgroup_radio .wpcf7-form-control-wrap {
	position: relative;
	top: 18px;
	float: right;
	padding-right: 30px;
	font-size: 14px;
}

@media screen and (min-width: 960px) {
	.form-section .formgroup_radio .wpcf7-form-control-wrap {
		font-size: 16px;
	}
}

.form-section input[type=text],
.form-section input[type=email],
.form-section textarea {
	background: #e6e7e8;
	border: none;
	width: 100%;
	font-size: 14px;
	margin-bottom: 8px;
	padding: 8px;
}

@media screen and (min-width: 960px) {
	.form-section input[type=text],
	.form-section input[type=email],
	.form-section textarea {
		font-size: 16px;
	}
}

.form-section textarea {
	height: 100px;
	resize: vertical;
}

.form-section .formgroup {
	overflow: hidden;
}

@media screen and (min-width: 960px) {
	.form-section .two-columns,
	.form-section .three-columns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.form-section .two-columns .column {
		width: 49.5%;
	}

	.form-section .three-columns .column {
		width: 32%;
	}

	.form-section .two-columns .column:first-of-type,
	.form-section .three-columns .column:first-of-type {
		margin-right: 1%;
	}
}

.form-section table {
	border-top: 5px solid #76b729;
	margin-bottom: 0;
	min-width: 600px;
}

.form-section table th,
.form-section table td {
	font-size: 14px;
	background: #e6e7e8;
	border-left: 2px solid white;
	border-right: 2px solid white;
	border-bottom: 2px solid white;
}

.form-section table th:first-of-type,
.form-section table td:first-of-type,
.form-section table th:last-of-type,
.form-section table td:last-of-type {
	border-left: none;
	border-right: none;
}

.form-section table th,
.form-section table td:first-of-type {
	padding: 10px;
}

.form-section table td input[type=text] {
	text-align: center;
	padding: 15px;
}

.form-section .table-footnote {
	position: relative;
	top: -15px;
}

.form-section .inset-table {
	border-top: none;
	min-width: auto;
}

.form-section th.two-column-header {
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-bottom: 0 !important;
}

.form-section th.two-column-header .inset-table td {
	border-top: 2px solid white !important;
	font-weight: 300;
}

.form-section .inset-table td {
	border-bottom: none;
	padding: 0;
}

.form-section .inset-table td:first-of-type {
	border-right: 2px solid white;
}

.table-scroll {
    position: relative;
    overflow: auto;
    padding: 50px 0 0;
    width: 100%;
}

.table-scroll::before {
	content: 'Scroll right to browse table';
	position: absolute;
	top: 8px;
	left: 50%;
	transform: translateX(-50%);
	width: 180px;
	background: #76b729;
	color: white;
	padding: 8px;
	font-size: 12px;
	border-radius: 30px;
	text-align: center;
}

@media screen and (min-width: 600px) {
	.table-scroll {
		padding: 0;
	}

	.table-scroll::before {
		display: none;
	}
}

.pp-acceptance {
	margin-top: -20px;
	padding-bottom: 30px;
}

.pp-acceptance .wpcf7-form-control-wrap {
	width: 100%;
}

.pp-acceptance .wpcf7-list-item {
	margin-left: 3px;
}

.pp-acceptance .wpcf7-list-item input[type=checkbox] {
	position: relative;
	top: 2px;
	left: -5px;
}

@media screen and (min-width: 600px) {
	.pp-acceptance .wpcf7-list-item input[type=checkbox] {
		top: -1px;
	}
}

.pp-acceptance .wpcf7-list-item-label {
	font-size: 14px;
}

.wpcf7-submit {
	background: #76b729 url("/source/a558da8fd2a36eaf230ca492acd5cb36/btn-arrow.png") center right no-repeat !important;
	color: #ffffff;
	display: block;
	font-weight: 700;
	padding: 10px 35px 10px 10px !important;
	text-decoration: none;
}

.wpcf7-submit:hover {
	background: #285f2d url("/source/a558da8fd2a36eaf230ca492acd5cb36/btn-arrow.png") center right no-repeat !important;
}

/* Privacy Policy */

#text-8.widget_text {
	border-top: none;
}
.privacy-policy-container {
	margin-bottom: 50px;
}
.privacy-policy-container h2 {
	font-size: 1em;
	margin-bottom: 12px;
}
.privacy-policy-container h3 {
	font-size: 0.7em;
	color: #706f73;
}
.privacy-policy-container p {
	font-size: 0.65em;
}

/* Search and filter dropdowns */
.searchandfilter ul {
    margin: 0;
	padding: 0;
}
.searchandfilter ul li {
	background-color: #fff;
    background: #fff url("/source/03ba949b234019b091212c76bf3e6366/select-dd-arrow.gif") no-repeat 95% 50%;
	float: left;
    padding: 0;
    margin: 0 20px 0 0;
    border: 1px solid #a9abad;
    width: 180px;
    overflow: hidden;
}
.searchandfilter select {
    padding: 3px 6px;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #76b729;
	font-weight: 400;
	font-size: 17px;
	font-size: 1.0625rem;
}
.searchandfilter select:focus {
    outline: none;
}

.searchandfilter select::-ms-expand {
	display: none;
}

@media screen and (max-width: 480px) {
	.searchandfilter ul li {
		float: none;
		margin: 0 0 20px 0;
	}
}

/* WP Forms */
.wpforms-field-text .wpforms-field-label {
	font-weight: 400 !important;
}

.wpforms-field-likert_scale .wpforms-field-label {
	color: #76b729;
	font-size: 18px;
	font-size: 1.125rem;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #76b729;
	text-decoration: none;
}

a:visited {
	color: #76b729;
}

a:hover,
a:focus,
a:active {
	text-decoration: underline;
}

a.btn {
	background-color: #76b729;
	background-position:  center right;
	background-repeat: no-repeat;
	color:#fff;
	display: inline-block;
	font-weight: 400;
	padding: 2px 8px;
	text-decoration: none;
}

a.btn:hover {
	background-color: #90dc35;
}

a.btn.arrow {
	background-image: url("/source/a558da8fd2a36eaf230ca492acd5cb36/btn-arrow.png");
	padding: 3px 30px 3px 8px;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	bottom: 19px;
	clear: right;
	display: block;
	float: right;
	line-height: 1;
	position: absolute;
	right: 40px;
}

.main-navigation ul {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation li:before {
	color: #76b729;
	content: "|";
	margin: 0 8px;
}

.main-navigation li:first-child:before {
	content: "";
}

.main-navigation a {
	color: #76b729;
	font-weight: 400;
	text-decoration: none;
}

.main-navigation a:hover, .main-navigation .current_page_item a, .main-navigation .current-menu-item a, .main-navigation .current_page_parent > a, .main-navigation .current_page_ancestor a, .main-navigation .current-page-ancestor a {
	color: #fff;
}

/* Small menu. */
.menu-toggle {
	display: none;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* Link list. */
.section-links h3 {
	color: #76b729;
	font-weight: 500;
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.2;
	margin-bottom: 0.5em;
}

.link-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.link-list li {
	margin-bottom: 10px;
}

.link-list li a {
	background: #76b729 url("/source/a558da8fd2a36eaf230ca492acd5cb36/btn-arrow.png") center right no-repeat;
	color: #ffffff;
	display: block;
	font-weight: 700;
	padding: 0.4em;
	text-decoration: none;
}

.link-list li:hover a,
.link-list .current_page_item > a,
.link-list .current-menu-item > a,
.link-list .current-cat > a {
	background-color: #006126;
}

@media screen and (max-width: 800px) {
	.main-navigation {
		right: 30px;
	}
	.section-links {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.menu-toggle, .main-navigation.toggled .nav-menu {
		display: block;
		padding-top: 23px;
	}
	.menu-toggle {
		background: none;
		border: none;
		float: right;
		padding: 0;
		position: absolute;
		right: 0;
		top: -23px;
	}
	.menu-toggle:before {
		content: "";
		background: url("/source/8beef8e73e3c78c5ec81f5b1cca181eb/nav-bars.png") no-repeat;
		width: 24px;
		height: 20px;
		display: inline-block;
		position: absolute;
		right: 0;
	}
	.menu-toggle:hover, .menu-toggle:focus {
		background: none;
		outline: none;
		border-color: none;
		box-shadow: none;
	}
	.main-navigation {
		clear: both;
		float: none;
		left: 0;
		position: relative;
		right: 0;
	}
	.main-navigation ul {
		display: none;
	}
	.main-navigation li {
		border-top: 1px solid #76b729;
		float: none;
		margin: 0;
	}
	.main-navigation li:before {
		content: "";
		margin: 0;
	}
	.main-navigation a {
		display: block;
		padding: 0.5em 0;
	}
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-branding {
	float: left;
	margin: 24px 0 20px 0;
}

.site-title {
	height: 66px;
	margin: 0;
	width: 131px;
}

.site-title a {
	background-image: url("/source/435596fa74566619d8e3434cd2877755/fine-logo.png");
	background-repeat: no-repeat;
	background-size: 131px 66px;
	display: block;
	height: 66px;
	text-indent: -9999em;
	width: 131px;
}

.site-description {
	display: none;
}

.site-language {
	color: #ffffff;
	float: right;
}

.site-language > a {
	color: #ffffff;
	float: left;
	font-size: 13px;
	font-size: 0.8125rem;
	margin: 8px 12px 0 0;
}

#google_language_translator {
	float: left;
	margin-left: 20px;
}

#google_language_translator select.goog-te-combo {
	background-color: #14601e;
	color: #ffffff !important;
}

@media screen and (max-width: 480px) {
	.site-language {
		position: absolute;
		right: 20px;
		top: -10px;
	}
}

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
/* Hero area for products */
.hero-area {
	padding-top: 25.5%;  /* 266px/1040px = 0.255 */
	background-size: cover;
	-moz-background-size: cover;  /* Firefox 3.6 */
	background-position: center;  /* Internet Explorer 7/8 */
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

.widget_text {
	border-top: 4px solid #76b729;
}

.widget-title {
	font-size: 23px;
    font-size: 1.4375rem;
	color: #006126;
    line-height: 1.1em;
    margin-bottom: 0.5em;
	padding-top: 0.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Nav widget. */
.widget_nav ul {
	border-top: 4px solid #76b729;
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget_nav li {
	border-bottom: #706f73 solid 1px;
}

.widget_nav li a {
	color: #706f73;
	display: block;
	padding: 0.4em 0;
	text-decoration: none;
}

.widget_nav li:hover a,
.widget_nav .current_page_item > a,
.widget_nav .current-menu-item > a,
.widget_nav .current-cat > a {
	color: #76b729;
	font-weight: 700;
}

@media screen and (max-width: 800px) {
	.widget_text {
		float: left;
		margin-right: 1.5em;
	}
}

/*--------------------------------------------------------------
# Callouts
--------------------------------------------------------------*/
.callout {
	margin: 0;
	position: relative;
	overflow: hidden;
	width: 250px;
}

.callout img {
	max-width: 100%;
	display: block;
	position: relative;
}

.callout figcaption {
	background: rgb(0, 0, 0); /* The Fallback */
    background: rgba(0, 0, 0, 0.6);
	bottom: 74px;
	color: #fff;
	height: 240px;
	left: 0;
	padding: 26px;
	position: absolute;
	text-align: center;
	top: auto;
	transform: translateY(100%);
	transition: transform 0.4s;
	width: 100%;
}

.callout figcaption h3 {
	color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.1em;
	margin: 0 0 26px 0;
	padding: 0;
}

.callout figcaption a {
	background: #76b729 url("/source/a558da8fd2a36eaf230ca492acd5cb36/btn-arrow.png") center right no-repeat;
	color: #fff;
	display: inline-block;
	margin-bottom: 7px;
	padding: 4px 7px;
	text-align: left;
	text-decoration: none;
	width: 180px;
}

.callout figcaption a:hover {
	background-color: #90dc35;
}

.callout:hover figcaption {
	opacity: 1;
	transform: translateY(74px);
	transition: transform 0.4s;
}

/*--------------------------------------------------------------
# Listings
--------------------------------------------------------------*/
/* list of facts that can be added to each page */
.key-facts {
	color: #76b729;
	list-style: none;
	margin: 0;
	padding: 0;
}

.key-facts li {
	border-top: 1px solid #76b729;
	padding: 10px 0;
}

.key-facts .big {
	border-right: 1px solid #76b729;
	display: inline-block;
	font-size: 42px;
	font-size: 2.625rem;
	font-weight: 700;
	line-height: 1em;
	margin-right: 15px;
	padding-right: 15px;
}

.key-facts .text {
	display: inline-block;
}
/* product lists */
.article-area .entry-thumb {
    height: 92px;
    width: 92px;
    border-radius: 50%;
	margin: 0 auto 15px auto;
    overflow: hidden;
}

.article-area .entry-title {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 15px;
	height: 23px;
	text-indent: -9999em;
	width: 100%;
}

.article-area .entry-content {
	border-top: 1px solid #dbdbdc;
	text-align: center;
	margin: 0;
	padding: 8px 0 0 0;
}

.article-area .entry-content p {
	font-size: 16px;
    font-size: 1rem;
	margin-bottom: 12px;
}

/*--------------------------------------------------------------
# Sidebar accordion
--------------------------------------------------------------*/
.accordion, .accordion ul {
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
}

.accordion .acc-sec-title {
	background: url("/source/29b074a679fd91eb63d4b6d8147d0b87/sidebar-arrow.png") center right no-repeat;
	color: #006126;
	cursor: pointer;
	display: block;
    font-size: 23px;
    font-size: 1.4375rem;
	font-weight: 700;
	position: relative;
}

.accordion ul {
	/* by default hide all sub menus */
	display: none;
	margin-top: 5px;
}

.accordion > li {
	border-top: 4px solid #76b729;
	padding: 0.4em 0;
}

.accordion a {
	color: #706f73;
	display: block;
	font-size: 14px;
    font-size: 0.875rem;
	position: relative;
	padding: 0;
}

/*--------------------------------------------------------------
# Landing pages
--------------------------------------------------------------*/
.landing .site {
	background-color: #ffffff;
}

.landing .site-branding {
	margin: 60px 0;
}

.landing .site-main {
  	margin: 0;
}

.landing .site-title {
 	background: url("/source/6833d58118de8d3a8789d47a7896965e/fine-logo-green.png");
	background-image: url("/source/6833d58118de8d3a8789d47a7896965e/fine-logo-green.png");
    background-size: 174px 88px;
	background-repeat: no-repeat;
	display: block;
	height: 88px;
	text-indent: -9999em;
	width: 174px;
}

.landing .entry-header {
    border-bottom: none !important;
}

.landing .entry-title {
	color: #006126; /* Dark Green */
    padding: 0 !important;
    font-size: 30px !important;
    font-size: 1.875rem !important;
	font-weight: 400;
}

.landing .site-footer {
    font-size: 12px;
    font-size: 0.75rem;
	padding: 30px 0;
}

/*--------------------------------------------------------------
# Country list
--------------------------------------------------------------*/
.country-list-title {
	border-top: 1px solid #76b729;
	color: #76b729 !important;
	padding-top: 1.2em;
}
.country-list {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.country-list li {
	background-repeat: no-repeat;
	display: inline-block;
	height: 32px;
	margin-right: 10px;
	text-indent: -9999em;
	width: 32px;
}

.country-list li.south-africa {
	background-image: url("/source/46e2aa85398dbdf7016009a67bc54e18/South-Africa.png");
}
.country-list li.afghanistan {
	background-image: url("/source/4f7eced10926ab5583522596e77f2904/Afghanistan.png");
}
.country-list li.aland {
	background-image: url("/source/037b35ea6e22e30972874dac00968a69/Aland.png");
}
.country-list li.albania {
	background-image: url("/source/bc05ba30263e259dff2d1bcc9342c3a5/Albania.png");
}
.country-list li.algeria {
	background-image: url("/source/d9bb50ab69ea788da486a09af85eeca1/Algeria.png");
}
.country-list li.american-Samoa {
	background-image: url("/source/e35b0f8f137aa47cd88a34a2975ebd6e/American-Samoa.png");
}
.country-list li.andorra {
	background-image: url("/source/aa51e8b96bf09bc319c4373596713f59/Andorra.png");
}
.country-list li.angola {
	background-image: url("/source/921a083dcf8d428675bbb1f57cd3a524/Angola.png");
}
.country-list li.anguilla {
	background-image: url("/source/432650445673d004b996559109113092/Anguilla.png");
}
.country-list li.antigua-and-barbuda {
	background-image: url("/source/2704fa57cc62b0a720bfeb37e484cd28/Antigua-and-Barbuda.png");
}
.country-list li.argentina {
	background-image: url("/source/13b8ec0e9653ffcb6cb9aa837f9a8fa5/Argentina.png");
}
.country-list li.armenia {
	background-image: url("/source/f0b7e971a1756681b646a77343a40124/Armenia.png");
}
.country-list li.aruba {
	background-image: url("/source/8a4b42d94632443e10eeb625e0ecb6f1/Aruba.png");
}
.country-list li.australia {
	background-image: url("/source/6808004d569b5ffcbbc9e43dfd3db918/Australia.png");
}
.country-list li.austria {
	background-image: url("/source/fa05dd282dbf4e0f46c70fee86940fa6/Austria.png");
}
.country-list li.azerbaijan {
	background-image: url("/source/acea911a23a9bb34261b785b3810ad96/Azerbaijan.png");
}
.country-list li.bahamas {
	background-image: url("/source/4e97515762302c46ee7ca7b58f1ee545/Bahamas.png");
}
.country-list li.bahrain {
	background-image: url("/source/e4538548a1931e4b33c88fdb399e8fe1/Bahrain.png");
}
.country-list li.bangladesh {
	background-image: url("/source/caa3842b18309aef49549e607b982584/Bangladesh.png");
}
.country-list li.barbados {
	background-image: url("/source/8914b16c7b6663592b98056558c0ce6f/Barbados.png");
}
.country-list li.basque-country {
	background-image: url("/source/f35b662c46be948f60710dffdbc6fe42/Basque-Country.png");
}
.country-list li.belarus {
	background-image: url("/source/e11154683c46401a797518e28707d04f/Belarus.png");
}
.country-list li.belgium {
	background-image: url("/source/8ef385db313cd3b43be3050b7222e795/Belgium.png");
}
.country-list li.belize {
	background-image: url("/source/63bd6f580b16d859c4975c68d7ef2c31/Belize.png");
}
.country-list li.benin {
	background-image: url("/source/20ac5ad89abd82fb27721f7aa3184290/Benin.png");
}
.country-list li.bermuda {
	background-image: url("/source/108e326fbfee08d26c67fc439666f258/Bermuda.png");
}
.country-list li.bhutan {
	background-image: url("/source/16fbe5e66902e44113856f6dd9767c3a/Bhutan.png");
}
.country-list li.bolivia {
	background-image: url("/source/9a87481ad7093b65e4850314002c916e/Bolivia.png");
}
.country-list li.bosnia-and-herzegovina {
	background-image: url("/source/2309201d15d53cdd4642b5db1eb6b9bf/Bosnia-and-Herzegovina.png");
}
.country-list li.botswana {
	background-image: url("/source/065ca5b6c5c661a8613c3606ec048c13/Botswana.png");
}
.country-list li.brazil {
	background-image: url("/source/6d8dde5f1ae03e53054e5a3979c84b8c/Brazil.png");
}
.country-list li.british-virgin-islands {
	background-image: url("/source/6c74cc4a27fe23fe5b3035b8cb5e45f2/British-Virgin-Islands.png");
}
.country-list li.brunei {
	background-image: url("/source/4558548b9aaad96cefe3b36794cd0dbb/Brunei.png");
}
.country-list li.bulgaria {
	background-image: url("/source/bbcbbb98ac0a261ff5cf375e6bdb7244/Bulgaria.png");
}
.country-list li.burkina-faso {
	background-image: url("/source/728739958847ecd1ceb09387b237c0a3/Burkina-Faso.png");
}
.country-list li.burundi {
	background-image: url("/source/73b1556dfd5e23bcc34f0ac0ebf46089/Burundi.png");
}
.country-list li.cambodia {
	background-image: url("/source/5ee7d27932cbcd68069e574966e475f2/Cambodia.png");
}
.country-list li.cameroon {
	background-image: url("/source/3c23a009a0aefd9a1f8f5125da9d80cd/Cameroon.png");
}
.country-list li.canada {
	background-image: url("/source/ec39f6e8e8c1e7657e7dc87066e5c37e/Canada.png");
}
.country-list li.canary-islands {
	background-image: url("/source/13c5c2e40779c6fe2368fe57ca5e4786/Canary-Islands.png");
}
.country-list li.cape-verde {
	background-image: url("/source/5440fbac4026925c902ed9b4fbcdbfeb/Cape-Verde.png");
}
.country-list li.cayman-islands {
	background-image: url("/source/ed327366e558393f386c65c2901bc4ba/Cayman-Islands.png");
}
.country-list li.central-african-republic {
	background-image: url("/source/df37fb7839d2eb1c2e2903aed5481de4/Central-African-Republic.png");
}
.country-list li.chad {
	background-image: url("/source/360e1782a3ea42fcdbc653b67b9fd8d9/Chad.png");
}
.country-list li.chile {
	background-image: url("/source/bcc4ebada843369b367d6fe17abded89/Chile.png");
}
.country-list li.china {
	background-image: url("/source/a4e9702f41c1ad37ddd3aff0a4c9b450/China.png");
}
.country-list li.cocos-keeling-islands {
	background-image: url("/source/daccb3bc3186a8a7434d9a10aefa2e9f/Cocos-Keeling-Islands.png");
}
.country-list li.colombia {
	background-image: url("/source/eddfafc8040a182194962e6f5c86e85b/Colombia.png");
}
.country-list li.comoros {
	background-image: url("/source/92b003c3fec97160ef7836465e7c1fef/Comoros.png");
}
.country-list li.cook-islands {
	background-image: url("/source/c9a1a22741a9571f76ba4807297b5cf7/Cook-Islands.png");
}
.country-list li.costa-rica {
	background-image: url("/source/8e42fa4dbd9a3773e4d673a14b047b8f/Costa-Rica.png");
}
.country-list li.cote-divoire {
	background-image: url("/source/a5f9d94f7113dccc6320a19100705cef/Cote-dIvoire.png");
}
.country-list li.croatia {
	background-image: url("/source/9097abeb5f88656c72d7f6aa05249983/Croatia.png");
}
.country-list li.cuba {
	background-image: url("/source/8fddd597fabee21d43df6243d894928c/Cuba.png");
}
.country-list li.curacao {
	background-image: url("/source/746cf6bcb799b97744d8826863a88a75/Curacao.png");
}
.country-list li.cyprus {
	background-image: url("/source/99ca8c4a73f5a962e22844d38129026a/Cyprus.png");
}
.country-list li.czech-republic {
	background-image: url("/source/d1db68bea158b9ca83f619252ed85917/Czech-Republic.png");
}
.country-list li.democratic-republic-of-the-congo {
	background-image: url("img/flags/Democratic-Republic-of-the-Congo.pngv");
}
.country-list li.denmark {
	background-image: url("/source/edcd0d41cfcffd84625e183ef699c719/Denmark.png");
}
.country-list li.djibouti {
	background-image: url("/source/b2809fe3919b74abc3d38b491778f756/Djibouti.png");
}
.country-list li.dominica {
	background-image: url("/source/41be77da89803c5f26979054a0ecca00/Dominica.png");
}
.country-list li.dominican-republic {
	background-image: url("/source/9abdd66fc792efc937f1e7fdd6f65926/Dominican-Republic.png");
}
.country-list li.east-timor {
	background-image: url("/source/4c9066c939f9b59c9ad6f183aa20e47a/East-Timor.png");
}
.country-list li.ecuador {
	background-image: url("/source/6fa3aa167828cca01b4a6ebc1792f404/Ecuador.png");
}
.country-list li.egypt {
	background-image: url("/source/0c34680e912a76f505587a34885f60a8/Egypt.png");
}
.country-list li.el-salvador {
	background-image: url("/source/477ea97db6a4d9f513c57eec2e354466/El-Salvador.png");
}
.country-list li.england {
	background-image: url("/source/c0b1ff4f0f9d89176204b619fdf5e433/England.png");
}
.country-list li.equatorial-guinea {
	background-image: url("/source/074b501aa43a9b5ecc4988dc76966278/Equatorial-Guinea.png");
}
.country-list li.eritrea {
	background-image: url("/source/300fa8503fd7578b78edfda8c60ce570/Eritrea.png");
}
.country-list li.estonia {
	background-image: url("/source/d5d1708c74267de01c15fc7b67090075/Estonia.png");
}
.country-list li.ethiopia {
	background-image: url("/source/7a8c8c26d6d9bc4057218069c2cb9d3b/Ethiopia.png");
}
.country-list li.falkland-islands {
	background-image: url("/source/d4c35d4fbc8c5db3b18a55df73a28f3a/Falkland-Islands.png");
}
.country-list li.faroes {
	background-image: url("/source/b80fbb6394aad06f666803dd136f28da/Faroes.png");
}
.country-list li.fiji {
	background-image: url("/source/18f96615b25ec4b499a59278be6f3eaf/Fiji.png");
}
.country-list li.finland {
	background-image: url("/source/b7df3f6b9efa3d570f777c47d7e092cf/Finland.png");
}
.country-list li.france {
	background-image: url("/source/e993fa442eef7d1a7c1132faab45b6f9/France.png");
}
.country-list li.french-polynesia {
	background-image: url("/source/fb0ffcae1b7e9a20002693806a1dbee5/French-Polynesia.png");
}
.country-list li.french-southern-territories {
	background-image: url("/source/22e9d30674b6af1bd5069cbcf33a5e1e/French-Southern-Territories.png");
}
.country-list li.gabon {
	background-image: url("/source/b2d79dc8fe8eaddedef47264ee09073d/Gabon.png");
}
.country-list li.gambia {
	background-image: url("/source/c20bda8d526093b3fecc5b5a2b3e0649/Gambia.png");
}
.country-list li.georgia {
	background-image: url("/source/bb46587cded7eb3ef02176dbf19c1db1/Georgia.png");
}
.country-list li.germany {
	background-image: url("/source/2e95a42fcbc69364e2ee5b810c9bc92e/Germany.png");
}
.country-list li.ghana {
	background-image: url("/source/68842a2c9c2b072c150dfc09dcb8f402/Ghana.png");
}
.country-list li.gibraltar {
	background-image: url("/source/adec17566a1e8d8064b08a556db18992/Gibraltar.png");
}
.country-list li.greece {
	background-image: url("/source/021a91606818f34836220533a982fbf0/Greece.png");
}
.country-list li.greenland {
	background-image: url("/source/62972dca0edfce383e5628a61774a2db/Greenland.png");
}
.country-list li.grenada {
	background-image: url("/source/eaba4ef5c3191fd7a9a1a077773b522c/Grenada.png");
}
.country-list li.guam {
	background-image: url("/source/9d065a038b3c493920a30eb715d29228/Guam.png");
}
.country-list li.guatemala {
	background-image: url("/source/6b7ac8ac99981916d95e047d43c4ea5a/Guatemala.png");
}
.country-list li.guernsey {
	background-image: url("/source/bfac7450a876b81b925515e3e188d787/Guernsey.png");
}
.country-list li.guinea-bissau {
	background-image: url("/source/a7b8f5514730da175bf511ebc2532c65/Guinea-Bissau.png");
}
.country-list li.guinea {
	background-image: url("/source/77307721fd5763152bd1ed3cad76aa03/Guinea.png");
}
.country-list li.guyana {
	background-image: url("/source/6e0a3450c056e8ed7af3f500c16c3fb1/Guyana.png");
}
.country-list li.haiti {
	background-image: url("/source/3a7c5e5edc59ef4afb6ac945d38e75fc/Haiti.png");
}
.country-list li.honduras {
	background-image: url("/source/1f6073f03d54f34351b914821af2ba7e/Honduras.png");
}
.country-list li.hong-kong {
	background-image: url("/source/a884eaa3591a3c9868b98bcebff2ea8a/Hong-Kong.png");
}
.country-list li.hungary {
	background-image: url("/source/ab821dbb5ab646e682148797da1206c8/Hungary.png");
}
.country-list li.iceland {
	background-image: url("/source/a995bb614d99fd87fb02830afaa309f8/Iceland.png");
}
.country-list li.italy {
	background-image: url("/source/13589d4e03dd966ed473caf4670fa133/Italy.png");
}
.country-list li.india {
	background-image: url("/source/c2ef7d6bcd73faea6e0383b1b1b7edfa/India.png");
}
.country-list li.indonesia {
	background-image: url("/source/1c62fb5bf49e78207225e316f4a156c1/Indonesia.png");
}
.country-list li.iran {
	background-image: url("/source/4a7c277ba7cd39915db8adbe69658827/Iran.png");
}
.country-list li.iraq {
	background-image: url("/source/af41c320926ed6f8a406fff6a05f2835/Iraq.png");
}
.country-list li.ireland {
	background-image: url("/source/6360254f7f8d9f79ea43c955b56d2b1a/Ireland.png");
}
.country-list li.isle-of-man {
	background-image: url("/source/8d0823baa1481ac01a2f3629c203bf9b/Isle-of-Man.png");
}
.country-list li.israel {
	background-image: url("/source/50f3ba5039c8c822cd1abdc7ec1ea861/Israel.png");
}
.country-list li.jamaica {
	background-image: url("/source/3f0a6af2f37758ce4af0d163add8c108/Jamaica.png");
}
.country-list li.japan {
	background-image: url("/source/a338a7771e56cfea0451b43bc2519a5e/Japan.png");
}
.country-list li.jersey {
	background-image: url("/source/78487b09be7d8ad442e65d91f885710e/Jersey.png");
}
.country-list li.jordan {
	background-image: url("/source/c969d485bde296ccc97c4a84e5b21505/Jordan.png");
}
.country-list li.kazakhstan {
	background-image: url("/source/64ac5d70b394efc02a53d6339dbe3857/Kazakhstan.png");
}
.country-list li.kenya {
	background-image: url("/source/86181ffd60d1f754cccbf568bf9dc2b7/Kenya.png");
}
.country-list li.kiribati {
	background-image: url("/source/4fecaecb291936c52b20a8033e21947d/Kiribati.png");
}
.country-list li.kosovo {
	background-image: url("/source/f0a28f28da3113ae74f7c8987dc72417/Kosovo.png");
}
.country-list li.kuwait {
	background-image: url("/source/51a893ab01621778ad8596aec33e2341/Kuwait.png");
}
.country-list li.kyrgyzstan {
	background-image: url("/source/70408ff0b565294df0d772a8dc3b527a/Kyrgyzstan.png");
}
.country-list li.laos {
	background-image: url("/source/bcf88609402e9dcf33ed5591ecb1d028/Laos.png");
}
.country-list li.latvia {
	background-image: url("/source/4d0062dcfb349bdb67b887c9416339b0/Latvia.png");
}
.country-list li.lebanon {
	background-image: url("/source/c30a91b4f7ccf562bc91328e16dc0727/Lebanon.png");
}
.country-list li.lesotho {
	background-image: url("/source/20cd936f519bf38f268ff71218c7714c/Lesotho.png");
}
.country-list li.liberia {
	background-image: url("/source/790e5f0c3551963547a9f5dab049886f/Liberia.png");
}
.country-list li.libya {
	background-image: url("/source/6becaa91854a74d2003214138218f8e7/Libya.png");
}
.country-list li.liechtenstein {
	background-image: url("/source/da98c183335e354630d2648346ff7507/Liechtenstein.png");
}
.country-list li.lithuania {
	background-image: url("/source/5f7e7319d245955329ae84f0e25f3dee/Lithuania.png");
}
.country-list li.luxembourg {
	background-image: url("/source/21dfa4a61045757c72c3c4bab4077b3b/Luxembourg.png");
}
.country-list li.macau {
	background-image: url("/source/62fa381910e44708e6b2ac4603a390de/Macau.png");
}
.country-list li.macedonia {
	background-image: url("/source/4681f962bea6cb174cf0c384b937fc8d/Macedonia.png");
}
.country-list li.madagascar {
	background-image: url("/source/febeb251229a3560b2ecc6dad78a4d17/Madagascar.png");
}
.country-list li.malawi {
	background-image: url("/source/290db51b7d26f63d348060a9ffe8bad8/Malawi.png");
}
.country-list li.malaysia {
	background-image: url("/source/91c28f3de1139df0c2762f23c679900d/Malaysia.png");
}
.country-list li.maldives {
	background-image: url("/source/7b2f5a4a717694902ffe7cf3cccb85da/Maldives.png");
}
.country-list li.mali {
	background-image: url("/source/96e280ec141f749d6fbc1193a81de38d/Mali.png");
}
.country-list li.malta {
	background-image: url("/source/5a2b43be9338c5870261b3c440b1ccdf/Malta.png");
}
.country-list li.marshall-islands {
	background-image: url("/source/9e17d37be47f40d99d2e0cc125a9665a/Marshall-Islands.png");
}
.country-list li.martinique {
	background-image: url("/source/7c92ea33c0f654b69ff6e59d62d11b94/Martinique.png");
}
.country-list li.mauritania {
	background-image: url("/source/7cf5fb42a594a9c1aa20a6f0a66ffef2/Mauritania.png");
}
.country-list li.mauritius {
	background-image: url("/source/d3f62bbeeeae72164e2b179c29a14219/Mauritius.png");
}
.country-list li.mayotte {
	background-image: url("/source/06654ab2f27acae940963f3e148ea1b9/Mayotte.png");
}
.country-list li.mexico {
	background-image: url("/source/3bd048ad920e184eba9ae8b2639c750e/Mexico.png");
}
.country-list li.micronesia {
	background-image: url("/source/182ea565fa2a7b3211d6d642b9323f17/Micronesia.png");
}
.country-list li.moldova {
	background-image: url("/source/c1450efdde0725e9a5098ede28ebf9ec/Moldova.png");
}
.country-list li.monaco {
	background-image: url("/source/d06c23e337d438ee5b5afb7f30661ed5/Monaco.png");
}
.country-list li.mongolia {
	background-image: url("/source/fbb0b5c1b4eaaeac6a924d9bcadb7112/Mongolia.png");
}
.country-list li.montenegro {
	background-image: url("/source/79b2568e1ff22896f41c1d5c59c35a9f/Montenegro.png");
}
.country-list li.montserrat {
	background-image: url("/source/0500352e416701757188f9feac4ee7e0/Montserrat.png");
}
.country-list li.morocco {
	background-image: url("/source/e1f1306a7fb2265c49e0f770514f383f/Morocco.png");
}
.country-list li.mozambique {
	background-image: url("/source/1a838035b07f01101cf63e3279292cee/Mozambique.png");
}
.country-list li.myanmar {
	background-image: url("/source/4b58436b7e1822613f38eef26cab8e04/Myanmar.png");
}
.country-list li.nagorno-karabakh {
	background-image: url("/source/f0e36fa8611bf74fcd626b51066e0ddb/Nagorno-Karabakh.png");
}
.country-list li.namibia {
	background-image: url("/source/7ce680c620f7587cab23f01d4faaef24/Namibia.png");
}
.country-list li.nauru {
	background-image: url("/source/2a3903a20404ecb6f25403665c44851c/Nauru.png");
}
.country-list li.nepal {
	background-image: url("/source/3d29d9b4a3014b690223364cf4dd7341/Nepal.png");
}
.country-list li.netherlands-antilles {
	background-image: url("/source/f7d61ed4caa36cbc9a25fd1eb61b334c/Netherlands-Antilles.png");
}
.country-list li.netherlands {
	background-image: url("/source/b28d3a2aa338d57f8251f9dbf6d2316a/Netherlands.png");
}
.country-list li.new-caledonia {
	background-image: url("/source/50d9cc8a3a8f47a8adb5983d00fe6825/New-Caledonia.png");
}
.country-list li.new-zealand {
	background-image: url("/source/83d386aff4d735d135f3260a56d26289/New-Zealand.png");
}
.country-list li.nicaragua {
	background-image: url("/source/17742da9a3ba7bc03918f46a5d9fb9cf/Nicaragua.png");
}
.country-list li.niger {
	background-image: url("/source/8bcbc833c688005c2879c28862dd1320/Niger.png");
}
.country-list li.nigeria {
	background-image: url("/source/52c61bf6fc2829b3023eb5dd7d90a868/Nigeria.png");
}
.country-list li.niue {
	background-image: url("/source/52743013b9153fc16f33418fa5212860/Niue.png");
}
.country-list li.norfolk-island {
	background-image: url("/source/23995f79e28ae9a1816efce636910feb/Norfolk-Island.png");
}
.country-list li.north-korea {
	background-image: url("/source/25789b52311741abe3e99df7e9cb1b79/North-Korea.png");
}
.country-list li.northern-cyprus {
	background-image: url("/source/d9dfaf74f373cf3d01cc4a4955a7264a/Northern-Cyprus.png");
}
.country-list li.northern-mariana-islands {
	background-image: url("/source/a0f45830288347ec408e63285d58da91/Northern-Mariana-Islands.png");
}
.country-list li.norway {
	background-image: url("/source/f0dc69aead4bc569a55f0eeda45cfcc8/Norway.png");
}
.country-list li.oman {
	background-image: url("/source/b333233998545f7e751c9aa888a1a6ac/Oman.png");
}
.country-list li.pakistan {
	background-image: url("/source/2e1e8f71a7676856dff5e46acf0d23f8/Pakistan.png");
}
.country-list li.palau {
	background-image: url("/source/81d60213c517cf13bc33262aabe59be2/Palau.png");
}
.country-list li.palestine {
	background-image: url("/source/b1efa487e9678e3d4f7956ee73ca51ed/Palestine.png");
}
.country-list li.panama {
	background-image: url("/source/e68b6d652f6f6aba49254746c779e638/Panama.png");
}
.country-list li.papua-new-guinea {
	background-image: url("/source/2dd53a8282a190d77bf0775e8dfef237/Papua-New-Guinea.png");
}
.country-list li.paraguay {
	background-image: url("/source/67d6ff9c4447f3b2dcb7a3cf56a521b2/Paraguay.png");
}
.country-list li.peru {
	background-image: url("/source/8cf9a739d8d8416d21f7980f13fcb70e/Peru.png");
}
.country-list li.philippines {
	background-image: url("/source/a26f65c9e539efbffe0d06aafe3cb749/Philippines.png");
}
.country-list li.pitcairn-islands {
	background-image: url("/source/e8783ef2e56e56842eca819e7a1dbc2e/Pitcairn-Islands.png");
}
.country-list li.poland {
	background-image: url("/source/5c99031ec5ce058054dc751d8e984cb2/Poland.png");
}
.country-list li.portugal {
	background-image: url("/source/3935be8f6df0d46ea9e4103c7c5d0d62/Portugal.png");
}
.country-list li.puerto-rico {
	background-image: url("/source/ceec8e87088bfebad5507bcf0fdfa182/Puerto-Rico.png");
}
.country-list li.qatar {
	background-image: url("/source/c0ac15a964a5bdb87882f77c8699046d/Qatar.png");
}
.country-list li.republic-of-the-congo {
	background-image: url("/source/a243ca9d0b9aea69f27c0d1f085b6041/Republic-of-the-Congo.png");
}
.country-list li.romania {
	background-image: url("/source/f3ec2f08330e3fad4bc3d3d5579e491b/Romania.png");
}
.country-list li.russia {
	background-image: url("/source/134fba2b31bc0fccf8ed28bd16f505cc/Russia.png");
}
.country-list li.rwanda {
	background-image: url("/source/23fcba3919bc937a44dcf00d4667950c/Rwanda.png");
}
.country-list li.saint-barthelemy {
	background-image: url("/source/197a8aa4478c04ca997e24ee67592057/Saint-Barthelemy.png");
}
.country-list li.saint-helena {
	background-image: url("/source/d02284585885a578f8c8aac029a4bf47/Saint-Helena.png");
}
.country-list li.saint-kitts-and-nevis {
	background-image: url("/source/a3cb7c3aa06e6e28cb87f524cd4b831a/Saint-Kitts-and-Nevis.png");
}
.country-list li.saint-lucia {
	background-image: url("/source/be828b4f00f10825b648059cd90775c8/Saint-Lucia.png");
}
.country-list li.saint-martin {
	background-image: url("/source/337f78ec327f5c2ef7ebb17eded88019/Saint-Martin.png");
}
.country-list li.saint-vincent-and-the-grenadines {
	background-image: url("/source/4290f130daa96efb7e4c710b91e81314/Saint-Vincent-and-the-Grenadines.png");
}
.country-list li.samoa {
	background-image: url("/source/6da841cec8adb319b5c689e521369650/Samoa.png");
}
.country-list li.san-marino {
	background-image: url("/source/ebb8da3fe59ff06dcc71782f4e7e94c7/San-Marino.png");
}
.country-list li.sao-tome-and-principe {
	background-image: url("/source/7062969f689988b22897dd7e874ff38c/Sao-Tome-and-Principe.png");
}
.country-list li.saudi-arabia {
	background-image: url("/source/d4cf5d771b9ab630d68812fbe5e09163/Saudi-Arabia.png");
}
.country-list li.scotland {
	background-image: url("/source/6a48ba5c973706a1541e184041a9d24d/Scotland.png");
}
.country-list li.senegal {
	background-image: url("/source/a73277c0b236fcd6349ddb916958298b/Senegal.png");
}
.country-list li.serbia {
	background-image: url("/source/55fb5d89fbd3d99a982fbda8593a565d/Serbia.png");
}
.country-list li.seychelles {
	background-image: url("/source/ae98dac2eac89ef19b0c09f7836cac2b/Seychelles.png");
}
.country-list li.sierra-leone {
	background-image: url("/source/5bd5a18b2357c8d717c9372e9cda5e9d/Sierra-Leone.png");
}
.country-list li.singapore {
	background-image: url("/source/f6da15edf3e3f07d3e3978bf3e02d9a8/Singapore.png");
}
.country-list li.slovakia {
	background-image: url("/source/4ee64c27a326462f3337bb011dd82e4e/Slovakia.png");
}
.country-list li.slovenia {
	background-image: url("/source/a9f196bcd95e95744b0e550f64915067/Slovenia.png");
}
.country-list li.solomon-islands {
	background-image: url("/source/1b2f5dce4f437300ebcf315dda0901bb/Solomon-Islands.png");
}
.country-list li.somalia {
	background-image: url("/source/7cfd78f87e981226dc60d15277ab847c/Somalia.png");
}
.country-list li.somaliland {
	background-image: url("/source/ec15d5c323675b71045958f169961063/Somaliland.png");
}
.country-list li.south-africa {
	background-image: url("/source/46e2aa85398dbdf7016009a67bc54e18/South-Africa.png");
}
.country-list li.south-georgia-and-the-south-sandwich-islands {
	background-image: url("/source/4457ad3b24855a8f78f25652367afd22/South-Georgia-and-the-South-Sandwich-Islands.png");
}
.country-list li.south-korea {
	background-image: url("/source/0b39f8ce5dddd69c4978614917c6a377/South-Korea.png");
}
.country-list li.south-ossetia {
	background-image: url("/source/396b7d837d62056a9365a45b64298492/South-Ossetia.png");
}
.country-list li.south-sudan {
	background-image: url("/source/3817c13ab18567a64064390cc5a9d46d/South-Sudan.png");
}
.country-list li.spain {
	background-image: url("/source/e23ece14426bdadf06d5d6562e87a4ad/Spain.png");
}
.country-list li.ari-lanka {
	background-image: url("/source/f53def2f600e989ab887b46e976a2ebe/Sri-Lanka.png");
}
.country-list li.sudan {
	background-image: url("/source/b5d13d26a869c1d72731a95ace4041ff/Sudan.png");
}
.country-list li.suriname {
	background-image: url("/source/56f1bc932583614094c01c042ff13403/Suriname.png");
}
.country-list li.swaziland {
	background-image: url("/source/547bfb134d36773f44c5727b8517ea2c/Swaziland.png");
}
.country-list li.sweden {
	background-image: url("/source/061a8f2afe24273406cc835233e6334b/Sweden.png");
}
.country-list li.switzerland {
	background-image: url("/source/bf486aeca3f37b8d246ffb5a612b2859/Switzerland.png");
}
.country-list li.syria {
	background-image: url("/source/2e4d8dcbaa13a296943a8ae74167bffc/Syria.png");
}
.country-list li.taiwan {
	background-image: url("/source/6ec5f4eba9c92e512587cc457e6349a6/Taiwan.png");
}
.country-list li.tajikistan {
	background-image: url("/source/494189bf05299aaed8001ba44b20f6c7/Tajikistan.png");
}
.country-list li.tanzania {
	background-image: url("/source/bb82364125fffaa01111026944608a99/Tanzania.png");
}
.country-list li.thailand {
	background-image: url("/source/728a215400f195b208db329cc2f258ad/Thailand.png");
}
.country-list li.togo {
	background-image: url("/source/69cf9f2765c70b0f58010a02c1af57ad/Togo.png");
}
.country-list li.tokelau {
	background-image: url("/source/145000ebd4f8e1b1dc4616365e8e41cd/Tokelau.png");
}
.country-list li.tonga {
	background-image: url("/source/836aaf61eb9e865d1b73b2cb8556f60e/Tonga.png");
}
.country-list li.trinidad-and-tobago {
	background-image: url("/source/847f591b7770c21694bef0c5c2ca496f/Trinidad-and-Tobago.png");
}
.country-list li.tunisia {
	background-image: url("/source/593b62e28664319d597b511e1fad1baf/Tunisia.png");
}
.country-list li.turkey {
	background-image: url("/source/36089f2569bc7ca153edafc9ee43a246/Turkey.png");
}
.country-list li.turkmenistan {
	background-image: url("/source/84821e585beab92b2dad2830c18e1a34/Turkmenistan.png");
}
.country-list li.turks-and-caicos-islands {
	background-image: url("/source/2080469ea0c29a036b358180d282d1f1/Turks-and-Caicos-Islands.png");
}
.country-list li.tuvalu {
	background-image: url("/source/580adb29f21ba2436e7a86bc75f54490/Tuvalu.png");
}
.country-list li.uganda {
	background-image: url("/source/327ac9c142d7eb7c77644ff00ca2586a/Uganda.png");
}
.country-list li.ukraine {
	background-image: url("/source/6c72884d328404d4cea091436b6f33b0/Ukraine.png");
}
.country-list li.united-arab-emirates {
	background-image: url("/source/dd536436db4ea29cfc8d11537cbfd8aa/United-Arab-Emirates.png");
}
.country-list li.united-kingdom {
	background-image: url("/source/562f0675da335761a1644f8b87d0e25c/United-Kingdom.png");
}
.country-list li.united-nations {
	background-image: url("/source/f9bacae4ba430552c3de4876708bbe24/United-Nations.png");
}
.country-list li.united-states {
	background-image: url("/source/7ec88122435aef8f209b68353711a33d/United-States.png");
}
.country-list li.uruguay {
	background-image: url("/source/252553575e2a827a623916e1e02f951b/Uruguay.png");
}
.country-list li.us-virgin-islands {
	background-image: url("/source/ed5f405ba4b4f72c727fde725678dded/US-Virgin-Islands.png");
}
.country-list li.uzbekistan {
	background-image: url("/source/0539a13a57c44691f9ed3504a6ff23b9/Uzbekistan.png");
}
.country-list li.vanuatu {
	background-image: url("/source/5259474e48c842f6207648e2fcf66adc/Vanuatu.png");
}
.country-list li.vatican-city {
	background-image: url("/source/63e70a0d380be2e7ab47d50b7f68cd6a/Vatican-City.png");
}
.country-list li.venezuela {
	background-image: url("/source/2e3aa446c4c5e87049960ad0e8ae2718/Venezuela.png");
}
.country-list li.vietnam {
	background-image: url("/source/0b8fb7b8c0628be2b9a5d03fa91972fd/Vietnam.png");
}
.country-list li.wales {
	background-image: url("/source/7b5dfde0431892a4ff0ae61ba6bff721/Wales.png");
}
.country-list li.wallis-and-futuna {
	background-image: url("/source/ed84db592d8a3e46c84649981bc95b47/Wallis-And-Futuna.png");
}
.country-list li.western-sahara {
	background-image: url("/source/6ded44c9c9f8a0bd3e88ce9bc13d0a11/Western-Sahara.png");
}
.country-list li.yemen {
	background-image: url("/source/d325626a2216abc9dfd2e55b5bf80d54/Yemen.png");
}
.country-list li.zambia {
	background-image: url("/source/e3261686956d44a879b08cf475daf269/Zambia.png");
}
.country-list li.zimbabwe {
	background-image: url("/source/06bd98166aa99248eb334d1b124d2206/Zimbabwe.png");
}

/*--------------------------------------------------------------
# Mapify Pro
--------------------------------------------------------------*/
.mpfy-tooltip .center {
	padding: 20px !important;
}

.mpfy-tooltip img {
	margin-top: 15px;
	max-width: 140px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.page .entry-header, .page-header, .single .entry-header {
	border-bottom: 4px solid #76b729;
}

.page .entry-title, .page-title, .single .entry-title {
    padding-bottom: 0.3em;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.1em;
}

.page-title .single-cat-title {
	color: #706f73;
	font-weight: 300;
}

.single-products .entry-title {
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 0.4em;
	padding: 0;
	height: 47px;
	text-indent: -9999em;
	width: 100%;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	color: #006126;
	line-height: 1.1em;
	margin-bottom: 0.5em;
}

.entry-content h2 {
    font-size: 23px;
    font-size: 1.4375rem;
}

.entry-content h3 {
	font-size: 20px;
    font-size: 1.25rem;
}

.entry-content ul {
    margin: 0 0 1.4em 0;
}

.entry-content ul.tick {
	border-top: 1px solid #76b729;
	border-bottom: 1px solid #76b729;
    color: #76b729;
	list-style-image: url("/source/001db63b9015fe8976699e9b5fab6474/tick.gif");
	padding: 1.4em 0 1.4em 1.4em;
}

.entry-content ul.tick li {
	margin-bottom: 0.5em;
}

.entry-content ul.tick li:last-child {
	margin-bottom: 0;
}

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.page-intro,
.entry-content,
.entry-summary,
#masonry-container,
.entry-footer {
	margin: 2.4em 0 0;
}

.entry-image {
	margin: 0 0 1.4em 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.single .entry-footer {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
}

/* Cookie Law Plugin Table */
.cookielawinfo-row-cat-table thead th {
    text-align: left;
}

.cookielawinfo-row-cat-table td, .cookielawinfo-row-cat-table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

/*--------------------------------------------------------------
## Index and Archive
--------------------------------------------------------------*/
.entry-cat-header .cat-title {
	background-repeat: no-repeat;
	background-position: 12px center;
	color: #fff;
	font-size: 20px;
    font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.1;
	text-transform: uppercase;
	margin: 0;
	padding: 12px 12px 12px 68px;
}
.blog .entry-header {
	padding: 12px;
}
.blog .entry-title {
	font-size: 20px;
    font-size: 1.25rem;
}
.blog .entry-content {
	padding: 0 12px 12px 12px;
	margin: 0;
}
.blog .entry-content p {
	margin: 0;
}
.blog .entry-footer {
	border-top: 1px solid #dbdbdc;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	margin: 0 12px 12px 12px;
	padding-top: 12px;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

.wp-block-embed-vimeo {
	margin: 0 0 1em 0;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.group-link {
	border-top: 1px solid #a9abad;
	padding: 24px 0;
	text-align: center;
}

.site-info {
	border-top: 1px solid #a9abad;
	font-size: 12px;
    font-size: 0.75rem;
	padding: 5px 0 40px 0;
}

#footer-menu {
    float: left;
    list-style: none;
	margin: 0;
	padding: 0;
}

#footer-menu li {
    display: inline;
}

#footer-menu li a {
	color: #706f73;
    display: inline-block;
	padding-right: 10px;
}

.copyright {
	float: right;
	margin: 0;
}

@media screen and (max-width: 480px) {

	#footer-menu {
		float: none;
		text-align: center;
		margin-bottom: 5px;
	}

	#footer-menu li a {
		padding: 0 5px;
	}

	.copyright {
		display: block;
		float: none;
		text-align: center;
		width: 100%;
	}

}
