/*!
Theme Name: Solvent
Author: Solvent
Description: Solvent theme based off of underscores.me starter theme.
Version: 1.0.3
Text Domain: solvent
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin: 15px 0;
}

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;
  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;
}

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

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

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

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

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:visited {
  color: #800080;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

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;
  border-radius: 3px;
  padding: 3px;
}

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;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

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

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

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

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

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

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

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

.widget select {
  max-width: 100%;
}

/* 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 logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* 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;
  display: grid;
  grid-gap: 1.5em;
}

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

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.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;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

body {
  font-family: "Poppins", sans-serif !important;
  background-color: #f9f9f9;
}

.post, .page {
  margin-top: 0;
  margin-bottom: 0;
}

div,
p,
section,
a,
.container,
.container-md,
.modal-wrapper {
  font-family: "Poppins", sans-serif !important;
}

.has-text-align-left {
  text-align: left;
}

.has-text-align-center {
  text-align: center;
}

.has-text-align-right {
  text-align: right;
}

a, a:visited {
  color: #5AAE5F;
  text-decoration: none;
}

a:hover {
  color: #A5C61F;
}

h1 {
  font-size: 250%;
  line-height: 120%;
  margin: 30px 0;
}

h2 {
  font-size: 225%;
  line-height: 120%;
  margin: 30px 0;
}

h3 {
  font-size: 200%;
  line-height: 120%;
  margin: 30px 0;
}

h4 {
  font-size: 175%;
  line-height: 120%;
  margin: 30px 0;
}

h5 {
  font-size: 150%;
  line-height: 120%;
  margin: 30px 0;
}

hr {
  width: 100%;
}

.has-default-font-size {
  font-size: 100%;
}

.has-small-font-size {
  font-size: 90%;
}

.has-normal-font-size {
  font-size: 100%;
}

.has-medium-font-size {
  font-size: 125%;
}

.has-large-font-size {
  font-size: 160%;
}

.has-huge-font-size {
  font-size: 200%;
}

div#page {
  background-color: #ffffff;
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  flex-flow: row wrap;
  position: relative;
}

main#primary {
  padding: 30px;
  width: 80%;
  order: 2;
}
main#primary h1.entry-title {
  font-size: 32px;
  line-height: 38px;
  margin: 0 0 20px 0;
}
main#primary .entry-meta {
  font-size: 18px;
  line-height: 29px;
  color: #6C6C6C;
  margin: 0 0 10px 0;
}
main#primary .entry-meta a, main#primary .entry-meta a:visited {
  color: #6C6C6C;
}

.home main#primary {
  padding: 0;
  width: 100%;
}

aside#secondary {
  width: 20%;
  order: 1;
  padding: 30px 0 30px 30px;
  font-size: 16px;
  line-height: 24px;
}
aside#secondary section {
  margin-bottom: 30px;
}
aside#secondary section h2 {
  font-size: 16px;
  line-height: 24px;
  color: #6C6C6C;
  margin: 0;
}

footer#colophon {
  width: 100%;
  order: 3;
  display: block;
  clear: both;
}
footer#colophon div.site-info {
  max-width: 1800px;
  margin: 0 auto;
  padding: 60px;
  text-align: center;
  background-color: #eeeeee;
}
footer#colophon div.site-info .inner {
  display: flex;
  flex-flow: row wrap;
  font-size: 80%;
  text-align: left;
}
footer#colophon div.site-info .inner #f-logo {
  width: 24%;
  padding: 0 15px 0 0;
}
footer#colophon div.site-info .inner #f-logo img {
  width: 80%;
  max-width: 140px;
}
footer#colophon div.site-info .inner .f-links {
  width: 19%;
  padding: 0 15px 0 0;
}
footer#colophon div.site-info .inner .f-links h4 {
  font-size: 14px;
}
footer#colophon div.site-info .inner .f-links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer#colophon div.site-info .inner .f-links ul li {
  margin: 0;
  padding: 5px 0;
  line-height: 130%;
}
footer#colophon div.site-info .inner .f-links ul li a {
  color: #000000;
}
footer#colophon div.site-info .inner .f-links ul li a img {
  display: inline-block;
  height: 20px;
  width: 20px;
  vertical-align: middle;
  margin-right: 2px;
}
footer#colophon div.site-info .inner .f-links.icons span.linktext {
  display: none;
}
footer#colophon div.site-info .inner .f-links.icons ul li {
  display: inline-block;
}
footer#colophon div.site-info .inner #f-legal {
  width: 100%;
  text-align: center;
  padding: 30px 0;
  color: #616161;
  margin-top: 30px;
  border-top: solid 1px #d3d3d3;
}

div#csreport a, div#csreport a:visited, div#csreport a:active, div#csreport a:hover, div#csreport span.download-tips, div#csreport h2.title, div#csreport h2.creditors-title, div#csreport div.show-more, div#csreport h1, div#csreport p.subsubtitle, div#csreport h3.subsubtitle, div#csreport h4.content-title {
  color: #5AAE5F !important;
}
div#csreport .container {
  padding: 0;
}

div.mp_wrapper a, div.mp_wrapper a:visited, div.mp_wrapper a:active, div.mp_wrapper a:hover {
  color: #5AAE5F !important;
}

form {
  margin: 10px 0;
  padding: 0;
  overflow: hidden;
}
form fieldset {
  border: 0;
  margin: 0 0 10px 0;
  padding: 0;
}
form label {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #616161;
}
form select {
  width: 100%;
  font-size: 16px;
  line-height: 19px;
  color: #444444;
  background: #EAEAEA;
  border: 1px solid #B4B4B4;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 5px;
}
form input {
  width: 100%;
  padding: 10px;
  border-radius: 3px;
  border: solid 1px #bbbbbb;
  background-color: #f9f9f9;
}
form input[type=checkbox], form input[type=radio] {
  width: auto;
}
form input[type=text] {
  padding: 10px;
  border: solid 1px #bbbbbb;
}
form input[type=submit] {
  width: auto;
}

a.button, input[type=submit] {
  display: inline-block;
  background: #FCC615;
  border: 1px solid #A68006;
  box-sizing: border-box;
  border-radius: 4px;
  color: #000000;
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 100;
  line-height: 21px;
  color: #000000;
  padding: 10px 20px;
  cursor: pointer;
}

.button.large {
  padding: 15px 25px;
  font-size: 100%;
}

.button.large:hover {
  animation: pulse;
  animation-duration: 0.5s;
}

.green {
  color: #5AAE5F;
}

.darkgreen {
  color: #1C6630;
}

ul, ol {
  margin: 5px 5px 5px 22px;
  padding: 0;
}

.widget_search input {
  display: block;
  width: 90%;
  max-width: 300px;
  margin-bottom: 5px;
}
.widget_search button {
  padding: 10px 15px;
}

#backtotop {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 0;
  z-index: 1000;
  padding: 10px 15px;
  background-color: #5AAE5F;
  color: #ffffff;
  border-radius: 5px 0 0 5px;
  box-shadow: 0 5px 10px #999999;
  font-size: 24px;
  cursor: pointer;
}

.mepr_mepr_xxtrustedformcerturl {
  display: none !important;
}

.adsbygoogle {
  display: none !important;
  margin: 30px auto;
  background: #f6f6f6;
}

.medialeader {
  display: block !important;
  width: 100%;
  min-height: 90px;
  background-color: #f6f6f6;
  margin: 0 auto;
  padding: 20px !important;
  text-align: center;
}

.mediafooter {
  display: block !important;
  width: 100%;
  min-height: 90px;
  margin: 0 auto;
  padding: 20px !important;
  margin-bottom: 30px;
  text-align: center;
}

.mediaincontent {
  display: block !important;
  width: 100%;
  min-height: 90px;
  margin: 0 auto;
  padding: 20px !important;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  h1 {
    font-size: 225%;
  }
  h2 {
    font-size: 200%;
  }
  h3 {
    font-size: 175%;
  }
  h4 {
    font-size: 150%;
  }
  h5 {
    font-size: 125%;
  }
  main#primary {
    width: 100%;
    order: 1;
  }
  aside#secondary {
    width: 100%;
    order: 2;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    background-color: #f9f9f9;
  }
  aside#secondary section {
    width: 50%;
  }
}
@media screen and (max-width: 800px) {
  footer#colophon div.site-info .inner #f-logo {
    width: 100%;
    order: 2;
    text-align: center;
  }
  footer#colophon div.site-info .inner .f-links {
    width: 100%;
    order: 1;
    text-align: center;
  }
  footer#colophon div.site-info .inner #f-legal {
    order: 3;
  }
  aside#secondary section {
    width: 100%;
  }
}
header#masthead {
  display: flex;
  flex-flow: row-wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-shadow: 0 0 5px #cccccc;
  background: #ffffff;
  position: relative;
  z-index: 100;
  max-width: 1800px;
  margin: 0 auto;
}
header#masthead div.site-branding {
  width: 15%;
  text-align: center;
}
header#masthead div.site-branding img.menu {
  display: none;
}
header#masthead div.site-branding h1.site-title {
  margin: 0;
  padding: 0;
  font-size: 24px;
}
header#masthead div.site-branding p.site-description {
  display: none;
}
header#masthead div.site-branding img {
  height: 40px;
  width: auto;
}
header#masthead nav#site-navigation {
  width: 65%;
  display: flex;
  flex-flow: row-wrap;
  text-align: left;
  padding: 0;
}
header#masthead nav#site-navigation div.navblock {
  width: 200px;
  line-height: 12px;
  padding: 25px 5px;
  position: relative;
}
header#masthead nav#site-navigation div.navblock .border {
  display: none;
}
header#masthead nav#site-navigation div.navblock div.top {
  display: flex;
  flex-flow: col-wrap;
  align-items: center;
  cursor: pointer;
}
header#masthead nav#site-navigation div.navblock div.top div.text {
  width: 85%;
}
header#masthead nav#site-navigation div.navblock div.top div.text h2 {
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  margin: 0;
  padding: 0;
}
header#masthead nav#site-navigation div.navblock div.top div.text h2 a {
  color: #404040;
}
header#masthead nav#site-navigation div.navblock div.top div.text p {
  display: inline-block;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  margin: 0;
  padding: 0;
}
header#masthead nav#site-navigation div.navblock div.top div.text p a {
  color: #404040;
}
header#masthead nav#site-navigation div.navblock div.top div.img {
  width: 15%;
}
header#masthead nav#site-navigation div.navblock div.top div.img img {
  height: 20px;
  width: 20px;
  border-radius: 0px;
  text-align: left;
}
header#masthead nav#site-navigation div.navblock.active {
  background-color: #f9f9f9;
}
header#masthead nav#site-navigation div.navblock.active div.border {
  display: block;
  position: absolute;
  height: 8px;
  left: 0;
  right: 0;
  top: 0;
  background-color: #5AAE5F;
}
header#masthead div.account {
  width: 20%;
  text-transform: uppercase;
}
header#masthead div.account a, header#masthead div.account a:visited {
  display: inline-block;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: center;
  text-decoration: none;
  color: #000000;
}
header#masthead div.account a.create {
  background: #FFB93E;
  border: 2px solid #A68006;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 5px 10px;
  margin-left: 10px;
}

div#dropdown {
  display: none;
  position: absolute;
  z-index: 99;
  top: 89px;
  left: 0;
  background: #ffffff;
  width: 100%;
  box-shadow: 0 0 30px 0 #666666;
  padding: 10px 0;
}
div#dropdown div#dropinner {
  display: flex;
  flex-flow: row wrap;
}
div#dropdown div#dropinner nav#site-navigation2 {
  display: none;
}
div#dropdown div#dropinner div#sections {
  width: 100%;
}
div#dropdown div#dropinner div#sections a#back {
  display: none;
}
div#dropdown div#dropinner div#sections div.dropdown {
  padding: 0 0 20px 0;
  display: none;
  flex-flow: row-wrap;
}
div#dropdown div#dropinner div#sections div.dropdown div.section {
  width: 350px;
}
div#dropdown div#dropinner div#sections div.dropdown div.section h3 {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #6C6C6C;
  margin: 5px 0;
}
div#dropdown div#dropinner div#sections div.dropdown div.section div.links {
  overflow: hidden;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  padding: 0;
}
div#dropdown div#dropinner div#sections div.dropdown div.section div.links img {
  display: inline-block;
  height: 42px;
  width: auto;
  vertical-align: middle;
}
div#dropdown div#dropinner div#sections div.dropdown div.section div.links a, div#dropdown div#dropinner div#sections div.dropdown div.section div.links a:visited {
  vertical-align: middle;
  display: inline-block;
  color: #000000;
  text-decoration: none;
  padding: 15px 0;
  border-bottom: solid 1px #eeeeee;
}
div#dropdown div#dropinner div#sections div.dropdown div.section.leftborder div.links {
  margin-left: 0px;
  border-left: solid 1px #eeeeee;
}
div#dropdown div#dropinner div#sections div.dropdown div.section.leftborder div.links a {
  margin: 0 5px;
}
div#dropdown div#dropinner div#sections div.dropdown div.section.links {
  width: 225px;
}
div#dropdown div#dropinner div#sections div.dropdown div.section.links div.links a {
  padding: 5px 0;
}
div#dropdown div#dropinner div.promo {
  width: 100%;
  background-color: #5AAE5F;
  text-align: center;
  padding: 20px 0;
  margin-bottom: -10px;
}
div#dropdown div#dropinner div.promo p {
  display: inline-block;
  padding: 0;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0em;
  color: #ffffff;
  margin: 0;
  vertical-align: middle;
}
div#dropdown div#dropinner div.promo a {
  display: inline-block;
  background: #FFB93E;
  border: 2px solid #A68006;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 5px 10px;
  margin-left: 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: center;
  color: #000000;
  vertical-align: middle;
}

@media screen and (max-width: 1200px) {
  header#masthead nav#site-navigation div.navblock div.top div.text {
    width: auto;
  }
  header#masthead nav#site-navigation div.navblock div.top div.text p {
    display: none;
  }
  header#masthead nav#site-navigation div.navblock div.top div.img {
    width: auto;
    padding-left: 5px;
  }
  header#masthead div.account a {
    vertical-align: middle;
  }
  header#masthead div.account a.create {
    width: 100px;
    line-height: 16px;
  }
  div#dropdown {
    top: 74px;
  }
}
@media screen and (max-width: 1024px) {
  header#masthead nav#site-navigation div.navblock div.top div.text {
    width: auto;
  }
  header#masthead nav#site-navigation div.navblock div.top div.text p {
    display: none;
  }
  header#masthead nav#site-navigation div.navblock div.top div.img {
    width: auto;
    padding-left: 5px;
  }
  header#masthead div.account a {
    vertical-align: middle;
  }
  header#masthead div.account a.create {
    width: 100px;
    line-height: 16px;
  }
}
@media screen and (max-width: 960px) {
  header#masthead {
    padding: 0 30px;
  }
  header#masthead div.site-branding {
    width: 50%;
    text-align: left;
    height: 60px;
    line-height: 60px;
  }
  header#masthead div.site-branding img.menu {
    cursor: pointer;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 9px 10px 0 0;
    vertical-align: middle;
  }
  header#masthead div.site-branding img.custom-logo {
    display: inline-block;
    vertical-align: middle;
  }
  header#masthead nav#site-navigation {
    display: none;
  }
  header#masthead div.account {
    width: 50%;
    text-align: right;
  }
  div#dropdown {
    display: none;
    margin-top: -14px;
  }
  div#dropdown div#dropinner {
    flex-flow: row wrap;
  }
  div#dropdown div#dropinner nav#site-navigation2 {
    background-color: #ffffff;
    width: 25%;
    margin: 0;
    display: block;
  }
  div#dropdown div#dropinner nav#site-navigation2 div.navblock {
    width: 100%;
    line-height: 12px;
    padding: 15px 5px 15px 15px;
    position: relative;
  }
  div#dropdown div#dropinner nav#site-navigation2 div.navblock .border {
    display: none;
  }
  div#dropdown div#dropinner nav#site-navigation2 div.navblock div.top {
    display: flex;
    flex-flow: col-wrap;
    align-items: center;
    cursor: pointer;
  }
  div#dropdown div#dropinner nav#site-navigation2 div.navblock div.top div.text {
    width: 85%;
  }
  div#dropdown div#dropinner nav#site-navigation2 div.navblock div.top div.text h2 {
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0;
    padding: 0;
  }
  div#dropdown div#dropinner nav#site-navigation2 div.navblock div.top div.text p {
    display: none;
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0;
    padding: 0;
  }
  div#dropdown div#dropinner nav#site-navigation2 div.navblock div.top div.img {
    width: 15%;
  }
  div#dropdown div#dropinner nav#site-navigation2 div.navblock div.top div.img img {
    height: 20px;
    width: 20px;
    border-radius: 0px;
    text-align: left;
    transform: rotate(-90deg);
  }
  div#dropdown div#dropinner nav#site-navigation2 div.navblock.active {
    background-color: #f9f9f9;
  }
  div#dropdown div#dropinner nav#site-navigation2 div.navblock.active div.border {
    display: block;
    position: absolute;
    height: 52px;
    left: 0;
    top: 0;
    width: 8px;
    background-color: #5AAE5F;
  }
  div#dropdown div#dropinner div#sections {
    width: 75%;
    padding-left: 10px;
  }
  div#dropdown div#dropinner div#sections .dropdown {
    display: none;
  }
  div#dropdown div#dropinner div.promo {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  header#masthead {
    padding: 0 10px;
  }
  header#masthead div.site-branding img.menu {
    margin: 4px 5px 0 5px;
  }
  header#masthead div.site-branding img.custom-logo {
    max-width: 90px;
    height: auto;
  }
  header#masthead div.account a.create {
    margin-left: 5px;
  }
  div#dropdown {
    width: 100%;
    overflow: hidden;
  }
  div#dropdown div#dropinner {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: top;
    width: 200%;
  }
  div#dropdown div#dropinner nav#site-navigation2 {
    display: flex;
    flex-flow: row wrap;
    width: 50%;
    height: auto;
  }
  div#dropdown div#dropinner nav#site-navigation2 div.navblock {
    width: 100%;
  }
  div#dropdown div#dropinner nav#site-navigation2 div.navblock div.img {
    text-align: right;
    padding-right: 10px;
  }
  div#dropdown div#dropinner div#sections {
    width: 50%;
    flex-flow: row wrap;
    padding: 0 20px;
  }
  div#dropdown div#dropinner div#sections a#back {
    display: block;
    width: 100%;
    margin: 10px 0 10px 0;
    color: #000000;
    font-weight: 600;
    font-size: 16px;
  }
  div#dropdown div#dropinner div#sections a#back img {
    display: inline-block;
    vertical-align: middle;
    height: 24px;
    width: 24px;
    transform: rotate(90deg);
    margin-top: -4px;
  }
  div#dropdown div#dropinner div#sections div.dropdown {
    display: flex;
    flex-flow: row wrap;
  }
  div#dropdown div#dropinner div#sections div.dropdown div.section.leftborder div.links {
    margin-left: 0;
    border-left: 0;
  }
  div#dropdown div#dropinner div#sections div.dropdown div.section.leftborder div.links a {
    margin-left: 0;
  }
  div#dropdown div#dropinner div#sections div.dropdown div.section.links {
    width: 50%;
    padding: 0 0 10px 10px;
  }
  div#dropdown div#dropinner div#sections div.dropdown div.section.icons {
    padding: 0 0 10px 10px;
  }
  div#dropdown div#dropinner div.promo {
    width: 100%;
    margin-right: 50%;
  }
}
@media screen and (max-width: 600px) {
  header#masthead div.account a.create {
    display: none;
  }
}
main#primary {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top right;
}

#hp-intro {
  width: 100%;
}
#hp-intro .inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 10px 30px 30px 30px;
}
#hp-intro .inner h1 {
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
#hp-intro .inner a.button {
  margin-bottom: 20px;
}
#hp-intro .inner h3 {
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin: 30px 0 0 0;
}
#hp-intro .inner h4 {
  color: #FCC615;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin: 0 0 20px 0;
}
#hp-intro .inner .biglinks {
  display: flex;
  flex-flow: row wrap;
  margin: 30px 7% 0 7%;
}
#hp-intro .inner .biglinks .biglink {
  width: 29%;
  margin: 2%;
  padding: 20px 10px;
  background-color: #ffffff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  text-align: center;
}
#hp-intro .inner .biglinks .biglink img {
  width: 60px;
  height: auto;
  margin: 0 auto;
}
#hp-intro .inner .biglinks .biglink p {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  color: #000000;
  margin: 5px 0;
}
#hp-intro .inner .biglinks .biglink:hover {
  animation: pulse;
  animation-duration: 0.5s;
}

#hp-about {
  width: 100%;
  position: relative;
}
#hp-about .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
}
#hp-about .inner .img {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 40%;
  z-index: 9;
}
#hp-about .inner .img img {
  width: 100%;
  height: auto;
  max-width: 500px;
}
#hp-about .inner .para {
  margin-left: 35%;
  position: relative;
  z-index: 10;
  padding-right: 30px;
}
#hp-about .inner .para p, #hp-about .inner .para ul {
  font-size: 100%;
  line-height: 170%;
}
#hp-about .inner .para h2 {
  color: #121212;
  margin-top: 10px;
}
#hp-about .inner .para a.button {
  display: inline-block;
  margin: 30px auto;
}

#hp-cardsearch {
  width: 100%;
  background-color: #ffffff;
  position: relative;
  padding: 30px;
}
#hp-cardsearch .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 0 40px 0;
}
#hp-cardsearch .inner .header h4 {
  text-align: center;
  color: #8DC63F;
  margin: 30px 0 5px 0;
}
#hp-cardsearch .inner .header h3 {
  text-align: center;
  color: #121212;
  margin: 5px 0;
}
#hp-cardsearch .inner .header h5 {
  font-weight: normal;
  text-align: center;
  margin: 5px 0;
  font-size: 100%;
}
#hp-cardsearch .inner .form {
  background-color: #E6F8E7;
  border-radius: 5px;
  padding: 8px 10px 15px 10px;
  margin-top: 15px;
}
#hp-cardsearch .inner form {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
#hp-cardsearch .inner form fieldset {
  width: 40%;
  margin-top: auto;
  padding: 15px 15px 0 15px;
}
#hp-cardsearch .inner form fieldset input, #hp-cardsearch .inner form fieldset select {
  padding: 10px;
  font-size: 120%;
  font-weight: 500;
}
#hp-cardsearch .inner form fieldset.submit {
  width: 20%;
  text-align: right;
}
#hp-cardsearch .inner form fieldset.submit input {
  width: 100%;
}
#hp-cardsearch .inner a.green {
  margin-left: 20px;
}

#hp-articles {
  width: 100%;
  background-color: #ffffff;
  position: relative;
  padding: 60px 30px;
}
#hp-articles .inner {
  max-width: 1000px;
  margin: 0 auto;
}
#hp-articles .inner .img {
  position: absolute;
  top: -50px;
  right: 0;
  width: 40%;
  z-index: 9;
}
#hp-articles .inner .img img {
  width: 100%;
  height: auto;
  max-width: 600px;
  float: right;
}
#hp-articles .inner .para {
  margin-right: 30%;
  position: relative;
  z-index: 10;
  font-size: 95%;
}
#hp-articles .inner .para h2 {
  color: #121212;
  margin: 0;
}
#hp-articles .inner .para h4 {
  color: #616161;
  margin: 10px 0;
}
#hp-articles .inner .articles {
  display: flex;
  flex-flow: row wrap;
  overflow: hidden;
}
#hp-articles .inner .articles .article {
  width: 48%;
  padding-top: 32%;
  margin: 1%;
  position: relative;
  overflow: hidden;
}
#hp-articles .inner .articles .article img {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}
#hp-articles .inner .articles .article .box {
  position: absolute;
  bottom: 0;
  z-index: 10;
  padding: 10px;
  width: 100%;
}
#hp-articles .inner .articles .article .box p.type {
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #FFFFFF;
  padding-bottom: 5px;
}
#hp-articles .inner .articles .article .box p {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin: 0;
  padding: 0;
}
#hp-articles .inner .articles .article:hover {
  animation: pulse;
  animation-duration: 0.5s;
}

#hp-reviews {
  width: 100%;
  background-color: #ffffff;
  position: relative;
  padding: 60px 30px;
}
#hp-reviews .inner {
  max-width: 900px;
  margin: 0 auto;
}
#hp-reviews .inner h2 {
  text-align: center;
  color: #1C6630;
  margin: 0;
}
#hp-reviews .inner h5 {
  text-align: center;
  color: #616161;
  margin: 10px 0 30px 0;
}
#hp-reviews .inner .reviews .review {
  display: flex;
  flex-flow: row wrap;
  border-bottom: solid 2px #D3D3D3;
  padding: 30px 0;
}
#hp-reviews .inner .reviews .review .logo {
  width: 20%;
  font-size: 28px;
  line-height: 28px;
  font-weight: bold;
}
#hp-reviews .inner .reviews .review .logo img {
  width: 100%;
  height: auto;
  padding-right: 30px;
}
#hp-reviews .inner .reviews .review .logo p {
  margin: 5px 0;
}
#hp-reviews .inner .reviews .review .logo .stars {
  font-size: 16px;
  line-height: 16px;
  color: #FCC615;
}
#hp-reviews .inner .reviews .review .para {
  width: 70%;
}
#hp-reviews .inner .reviews .review .para h4 {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  text-align: left;
}
#hp-reviews .inner .reviews .review .para p {
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  color: #000000;
}
#hp-reviews .inner .reviews .review .para a {
  float: right;
}
#hp-reviews .inner .reviews .review:last-child {
  border: 0;
}

#hp-testimonials {
  width: 100%;
  background-color: #A5C61F;
  position: relative;
  padding: 0;
}
#hp-testimonials .inner {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
#hp-testimonials .inner a.left {
  position: absolute;
  z-index: 125;
  left: 20px;
  top: 50%;
  height: 40px;
  width: 40px;
}
#hp-testimonials .inner a.right {
  position: absolute;
  z-index: 125;
  right: 20px;
  top: 50%;
  height: 40px;
  width: 40px;
}
#hp-testimonials .inner .testimonial {
  display: block;
  position: relative;
  z-index: 100;
  padding-top: 50%;
  overflow: hidden;
  width: 100%;
}
#hp-testimonials .inner .testimonial .greenbg {
  position: absolute;
  background-color: #A5C61F;
  width: 100%;
  height: 200%;
  top: -50%;
  left: -70%;
  z-index: 102;
  transform: rotate(45deg);
  padding: 20px 20px 145px 145px;
  opacity: 0.8;
  box-shadow: 2px 2px 5px #666666;
}
#hp-testimonials .inner .testimonial .img {
  position: absolute;
  z-index: 101;
  top: 0;
  right: 0;
  width: 100%;
}
#hp-testimonials .inner .testimonial .img img {
  width: 100%;
}
#hp-testimonials .inner .testimonial .para {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  position: absolute;
  top: 0;
  left: -10%;
  width: 50%;
  padding: 20px 20px 145px 145px;
  height: 100%;
  transform: rotate(45deg);
  z-index: 103;
}
#hp-testimonials .inner .testimonial .para .content {
  transform: rotate(-45deg);
}
#hp-testimonials .inner .testimonial .para .content h4 {
  margin: auto 0 10px 0;
}
#hp-testimonials .inner .testimonial .para .content p {
  margin: 0;
}
#hp-testimonials .inner .testimonial .para .content p.name {
  margin: 10px 0 auto 0;
}

@media screen and (max-width: 1100px) {
  main#primary {
    background-size: 110%;
  }
  #hp-about .inner .img {
    left: -5%;
    width: 45%;
  }
  #hp-articles .inner .img {
    right: -5%;
    width: 45%;
  }
}
@media screen and (max-width: 900px) {
  main#primary {
    background-size: 130%;
  }
  #hp-about .inner .img {
    left: -13%;
    width: 55%;
  }
  #hp-about .inner .para {
    font-size: 90%;
  }
  #hp-cardsearch .inner form fieldset {
    width: 35%;
  }
  #hp-cardsearch .inner form fieldset.submit {
    width: 30%;
  }
  #hp-testimonials .inner .testimonial .para {
    font-size: 90%;
  }
}
@media screen and (max-width: 800px) {
  main#primary {
    background-size: 150%;
    background-position: top 0 right 20%;
  }
  #hp-intro .inner h2 {
    margin: 0 0 3vw 0;
  }
  #hp-intro .inner .biglinks .biglink {
    padding: 10px 5px 5px 5px;
  }
  #hp-intro .inner .biglinks .biglink img {
    width: 50px;
  }
  #hp-intro .inner .biglinks .biglink p {
    font-size: 16px;
  }
  #hp-about .inner {
    padding-top: 0;
  }
  #hp-articles .inner .para {
    margin-right: 20%;
  }
  #hp-articles .inner .img {
    right: -5%;
    width: 45%;
  }
  #hp-testimonials .inner .testimonial .para {
    font-size: 85%;
  }
}
@media screen and (max-width: 700px) {
  #hp-intro .inner h1 {
    font-size: 170%;
  }
  #hp-intro .inner h3 {
    font-size: 120%;
  }
  #hp-intro .inner h4 {
    font-size: 120%;
  }
  #hp-intro .inner .biglinks {
    margin: 20px 0 0 0;
  }
  #hp-about .inner .img {
    left: -20%;
    width: 65%;
  }
  #hp-about .inner .para {
    font-size: 85%;
  }
  #hp-about .inner .para li {
    margin-bottom: 10px;
  }
  #hp-about .inner .para a.button {
    margin-left: 20px;
  }
  #hp-cardsearch .inner {
    padding-top: 0;
    padding-bottom: 0;
  }
  #hp-cardsearch .inner form {
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
  }
  #hp-cardsearch .inner form fieldset {
    width: 100%;
    padding: 5px;
  }
  #hp-cardsearch .inner form fieldset.submit {
    width: 100%;
    padding: 15px 5px;
  }
  #hp-cardsearch .inner a.green {
    display: block;
    max-width: 400px;
    margin: 0 auto 20px auto;
    text-align: center;
  }
  #hp-articles {
    padding-top: 0;
  }
  #hp-articles .inner .img {
    display: none;
  }
  #hp-articles .inner .para {
    margin-top: 0;
  }
  #hp-testimonials .inner .testimonial .para {
    padding-left: 120px;
    padding-bottom: 120px;
    font-size: 80%;
    line-height: 130%;
  }
}
@media screen and (max-width: 600px) {
  main#primary {
    background-size: 180%;
    background-position: top 0 right 30%;
  }
  #hp-about {
    padding-bottom: 275px;
  }
  #hp-about .inner .img {
    left: 0;
    width: 100%;
  }
  #hp-about .inner .img img {
    max-height: 350px;
    width: auto;
  }
  #hp-about .inner .para {
    margin-left: 0;
    padding-left: 30px;
    font-size: 90%;
  }
  #hp-articles .inner .para {
    margin-right: 0;
  }
  #hp-articles .inner .para .articles .article {
    width: 100%;
    padding-top: 65%;
    margin-bottom: 3%;
  }
  #hp-articles .inner .para .articles .article .box p {
    font-size: 130%;
    line-height: 140%;
  }
  #hp-articles .inner .para .articles .article .box p.type {
    font-size: 110%;
  }
  #hp-reviews .inner .reviews .review .logo {
    width: 100%;
    margin-bottom: 10px;
  }
  #hp-reviews .inner .reviews .review .logo img {
    float: left;
    max-width: 162px;
  }
  #hp-reviews .inner .reviews .review .logo .rating {
    float: right;
    text-align: right;
  }
  #hp-reviews .inner .reviews .review .para {
    width: 100%;
  }
  #hp-testimonials .inner a.right, #hp-testimonials .inner a.left {
    top: 40%;
  }
  #hp-testimonials .inner .testimonial {
    padding-top: 0;
  }
  #hp-testimonials .inner .testimonial .greenbg {
    display: none;
  }
  #hp-testimonials .inner .testimonial .img {
    position: static;
    height: 200px;
    overflow: hidden;
  }
  #hp-testimonials .inner .testimonial .para {
    width: 100%;
    position: static;
    padding-left: 120px;
    padding-bottom: 120px;
    font-size: 80%;
    line-height: 130%;
    transform: rotate(0deg);
    padding: 0;
  }
  #hp-testimonials .inner .testimonial .para .content {
    transform: rotate(0deg);
    padding: 30px;
  }
}
@media screen and (max-width: 500px) {
  main#primary {
    background-size: 200%;
    background-position: top 0 right 35%;
  }
  #hp-intro .inner .biglinks {
    display: flex;
    flex-flow: row wrap;
    margin: 30px 0 0 0;
  }
  #hp-intro .inner .biglinks .biglink {
    width: 31%;
    margin: 1%;
  }
  #hp-intro .inner .biglinks .biglink img {
    width: 40px;
  }
  #hp-intro .inner .biglinks .biglink p {
    font-size: 13px;
  }
  #hp-about .inner {
    padding-bottom: 0;
  }
  #hp-about .inner .img {
    width: 50%;
  }
  #hp-about .inner .img img {
    height: 300px;
  }
}
@media screen and (max-width: 400px) {
  main#primary {
    background-size: 250%;
    background-position: top 0 right 35%;
  }
}
.memberpressproduct-template-page-register header#masthead {
  display: none;
}

main#primary.register {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  padding: 0;
}
main#primary.register h3 {
  color: #00866B;
}
main#primary.register h4 {
  color: #FFB93E;
}
main#primary.register h3.form-header {
  color: #000000;
  font-size: 20px;
}
main#primary.register .regform {
  padding: 20px;
  box-shadow: 0 0 50px #cccccc;
  border-radius: 10px;
}
main#primary.register form.mepr-signup-form {
  display: flex;
  flex-flow: row wrap;
}
main#primary.register form.mepr-signup-form .mp-form-row, main#primary.register form.mepr-signup-form .mp-form-submit {
  display: none;
  width: 100%;
}
main#primary.register form.mepr-signup-form .mp-form-row.mepr_first_name {
  display: block;
  width: 48% !important;
  margin-right: 4%;
}
main#primary.register form.mepr-signup-form .mp-form-row.mepr_last_name {
  display: block;
  width: 48% !important;
}
main#primary.register form.mepr-signup-form .mp-form-row.row-name {
  display: block;
}
main#primary.register form.mepr-signup-form .mp-form-row.mepr_email {
  display: block;
}
main#primary.register form.mepr-signup-form .mp-form-row.mepr_password {
  display: block;
}
main#primary.register form.mepr-signup-form .mp-form-row.mepr_mepr_state {
  width: 48% !important;
  margin-right: 4%;
}
main#primary.register form.mepr-signup-form .mp-form-row.mepr_mepr_zip_code {
  width: 48% !important;
}
main#primary.register form.mepr-signup-form .mp-form-row.mepr_password_confirm {
  display: block;
}
main#primary.register form.mepr-signup-form .mp-form-row.mepr_mepr_month {
  width: 30.3% !important;
  margin-right: 3%;
}
main#primary.register form.mepr-signup-form .mp-form-row.mepr_mepr_day {
  width: 30.3% !important;
  margin-right: 3%;
}
main#primary.register form.mepr-signup-form .mp-form-row.mepr_mepr_year {
  width: 30.3% !important;
}
main#primary.register form.mepr-signup-form input {
  width: 100%;
  display: block;
}
main#primary.register form.mepr-signup-form input[type=radio] {
  width: auto;
  display: inline-block;
}
main#primary.register form.mepr-signup-form button.next-button {
  display: block;
  width: 100%;
  background: #FCC615;
  border: 1px solid #A68006;
  box-sizing: border-box;
  border-radius: 4px;
  color: #000000;
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 100;
  line-height: 21px;
  color: #000000;
  padding: 10px 20px;
  cursor: pointer;
  margin: 20px 0;
}
main#primary.register .accountinfo {
  width: 50%;
  order: 2;
  padding: 60px 20px 20px 20px;
  background: rgba(141, 198, 63, 0.25);
  display: block;
}
main#primary.register .accountinfo .icon {
  width: 25%;
  text-align: center;
  padding: 20px;
}
main#primary.register .accountinfo .icon img {
  width: 80%;
  max-width: 90px;
}
main#primary.register .accountinfo .text {
  padding: 20px 40px 20px 0;
  width: 75%;
}
main#primary.register .accountinfo .text h2 {
  margin: 0 0 10px 0;
  font-size: 100%;
  line-height: 150%;
}
main#primary.register article {
  width: 50%;
  order: 1;
  padding: 30px;
  text-align: center;
}
main#primary.register article .mp_wrapper {
  margin-bottom: 30px;
}

.nosidebar {
  max-width: 1200px;
  margin: 0 auto;
}

.page-template-page-account a, .page-template-page-account a:visited {
  color: #5AAE5F;
}
.page-template-page-account .entry-content {
  display: flex;
  flex-flow: row wrap;
}
.page-template-page-account .entry-content .mp_wrapper {
  width: 100%;
  order: 1;
}
.page-template-page-account .entry-content .csbox {
  width: 100%;
  order: 0;
}

.offers .offer {
  margin: 20px 0 30px 0 !important;
  box-shadow: none !important;
  padding: 20px 0 30px 0 !important;
  border-bottom: solid 5px #eeeeee;
  border-radius: 0 !important;
}
.offers .offer .offer__btn {
  padding: 0.5rem 1rem;
}
.offers .offer .specs {
  padding: 0 !important;
  align-items: flex-end !important;
}
.offers .offer .specs .spec {
  flex-basis: auto !important;
  display: block !important;
  width: auto !important;
  border-left: 0 !important;
  margin: 20px 0 0 0 !important;
}
.offers .offer .specs .spec .spec__name {
  text-align: center;
}

img.scorepreview {
  margin: 0 auto;
  display: block;
  max-width: 500px;
  width: 100%;
}

.page-template-page-account form.mepr-account-form {
  background-color: #E6F8E7;
  border-radius: 5px;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  padding-bottom: 5px;
}
.page-template-page-account form.mepr-account-form input[type=submit] {
  width: auto !important;
  padding: 15px 30px;
  margin: 0 15px 10px auto;
  display: inline-block;
}
.page-template-page-account form.mepr-account-form .mepr-form-has-errors {
  width: 100%;
  text-align: right;
  padding: 0 15px 10px 0;
}

.mp_wrapper .mp-form-row {
  width: 100% !important;
}

#mepr-account-nav {
  display: none;
}

.mepr-account-change-password {
  font-weight: bold;
}

.search-results h4.page-title, .archive h4.page-title {
  margin: 0 0 10px 0;
}
.search-results .archive-description p, .archive .archive-description p {
  margin: 0;
}
.search-results article, .archive article {
  overflow: hidden;
}
.search-results article img.wp-post-image, .archive article img.wp-post-image {
  width: 200px;
  height: auto;
  float: left;
  margin: 5px 25px 5px 0;
}
.search-results article h4.entry-title, .archive article h4.entry-title {
  margin: 30px 0 10px 0;
  font-size: 22px;
}
.search-results article .entry-summary, .archive article .entry-summary {
  margin: 0;
}
.search-results article p, .archive article p {
  margin: 0;
}

article.page {
  max-width: 1100px;
  margin: 0 auto;
}

.solv-offer {
  position: fixed;
  bottom: -1000px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #ffffff;
  padding: 20px 20px 40px 20px;
  text-align: center;
  box-shadow: 0 0 20px #666666;
  border-radius: 10px 10px 0 0;
}
.solv-offer img {
  border-radius: 10px;
}
.solv-offer h4 {
  font-size: 20px;
}
.solv-offer a.button.boost {
  background-color: #af1685;
  color: #ffffff;
  font-size: 20px;
  border-radius: 10px;
}
.solv-offer .purple {
  color: #af1685;
}
.solv-offer small {
  color: #999999;
}
.solv-offer a.close {
  position: absolute;
  top: -10px;
  right: 0;
  font-size: 24px;
  background: #666666;
  color: #ffffff;
  padding: 2px 15px;
  border-radius: 50%;
}

.page-template-page-offer {
  background-color: #eeeeee;
}
.page-template-page-offer header#masthead {
  box-shadow: none;
  padding: 20px;
}
.page-template-page-offer header#masthead .site-branding {
  text-align: center;
}
.page-template-page-offer .offer {
  margin-bottom: 100px;
}
.page-template-page-offer footer#colophon {
  display: none !important;
}

@media screen and (max-width: 900px) {
  main#primary.register .accountinfo {
    width: 100%;
  }
  main#primary.register article {
    width: 100%;
  }
  main#primary.register article form {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 700px) {
  .mp_wrapper .mp-form-row {
    width: 100% !important;
  }
  .solv-offer {
    left: 5%;
    width: 90%;
    transform: translate(0, 0);
  }
}
/* Pillar Pages
--------------------------------------------- */
main#primary.site-pillar {
  width: 100% !important;
  padding: 0;
}
main#primary.site-pillar article.page {
  padding: 60px 30px 30px 30px;
}

#pillar-intro {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#pillar-intro div.overlay {
  position: absolute;
  background: #5AAE5F;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0.6;
}
#pillar-intro .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 30px 30px 30px;
  position: relative;
  z-index: 10;
}
#pillar-intro .inner h1 {
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin: 22px 0;
}
#pillar-intro .inner a.button {
  margin-bottom: 20px;
}
#pillar-intro .inner h3 {
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin: 0;
}
#pillar-intro .inner h4 {
  color: #FCC615;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin: 0 0 20px 0;
}
#pillar-intro .inner .biglinks {
  display: flex;
  flex-flow: row wrap;
  margin-top: 0px;
  margin-bottom: -80px;
}
#pillar-intro .inner .biglinks .biglink {
  width: 23%;
  margin: 1%;
  padding: 28px 16px;
  background-color: #ffffff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  text-align: center;
}
#pillar-intro .inner .biglinks .biglink img {
  width: 84px;
  height: auto;
  margin: 0 auto;
}
#pillar-intro .inner .biglinks .biglink p {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #000000;
  margin: 5px 0;
}
#pillar-intro .inner .biglinks .biglink:hover {
  animation: pulse;
  animation-duration: 0.5s;
}

/* Pillar Mobile CSS */
@media screen and (max-width: 700px) {
  #pillar-intro .inner h1 {
    margin-top: 0px;
  }
  #pillar-intro .inner h2 {
    margin: 0 0 3vw 0;
  }
  #pillar-intro .inner h3 {
    font-size: 125%;
  }
  #pillar-intro .inner .biglinks .biglink {
    padding: 10px 3px 5px 3px;
    width: 24%;
    margin: 0.5%;
  }
  #pillar-intro .inner .biglinks .biglink img {
    width: 50%;
  }
  #pillar-intro .inner .biglinks .biglink p {
    font-size: 15px;
  }
  #pillar-about .inner {
    padding-top: 0;
  }
  #pillar-articles .inner .para {
    margin-right: 20%;
  }
  #pillar-articles .inner .img {
    right: -5%;
    width: 45%;
  }
  #pillar-testimonials .inner .testimonial .para {
    font-size: 85%;
  }
  #pillar-intro .inner .biglinks .biglink p {
    font-size: 13px;
    font-weight: 500;
    line-height: 1em;
  }
  .site-pillar {
    width: 100% !important;
    padding: 0 !important;
  }
}
.pro-label {
  display: none;
}

.post-thumbnail img {
  width: 100%;
  height: auto;
}

blockquote.wp-block-quote {
  border-left: solid 10px #5AAE5F;
  padding-left: 20px;
}

.wp-block-pullquote {
  padding: 30px;
  font-size: 130%;
  background-image: linear-gradient(225deg, #5AAE5F 0%, #1C6630 100%);
  color: #ffffff;
  margin: 20px 0;
}
.wp-block-pullquote blockquote {
  margin: 0;
  padding: 0;
}
.wp-block-pullquote blockquote p {
  margin: 0;
}
.wp-block-pullquote blockquote cite {
  font-size: 75%;
}

div.wp-block-columns {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
div.wp-block-columns div.wp-block-column {
  padding: 10px;
}

.are-vertically-aligned-top, .is-vertically-aligned-top {
  display: flex;
  align-items: flex-start;
}

.are-vertically-aligned-center, .is-vertically-aligned-center {
  display: flex;
  align-items: center;
}

.are-vertically-aligned-bottom, .is-vertically-aligned-bottom {
  display: flex;
  align-items: flex-end;
}

.wp-block-media-text {
  margin: 15px 0;
  align-items: center;
  display: grid;
  grid-template-columns: 50% auto;
}
.wp-block-media-text .wp-block-media-text__content {
  padding: 0 20px;
}

.wp-block-embed.is-type-video {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}

.wp-block-embed.is-type-video iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.wp-block-group.has-background {
  padding: 20px;
  margin: 15px 0 15px 0;
}

.has-green-background-color {
  background-color: #5AAE5F;
}

.has-lightgreen-background-color {
  background-color: #8DC63F;
}

.has-extralightgreen-background-color {
  background-color: #e9f3e6;
}

.has-darkgreen-background-color {
  background-color: #0A6F63;
}

.has-teal-background-color {
  background-color: #22CDBA;
}

.has-orange-background-color {
  background-color: #FFB93E;
}

.has-yellow-background-color {
  background-color: #FCCD15;
}

.has-black-background-color {
  background-color: #000000;
}

.has-white-background-color {
  background-color: #ffffff;
}

.has-grey-background-color {
  background-color: #999999;
}

.has-lightgrey-background-color {
  background-color: #eeeeee;
}

.has-darkgrey-background-color {
  background-color: #666666;
}

.has-green-color {
  color: #5AAE5F;
}

.has-lightgreen-color {
  color: #8DC63F;
}

.has-extralightgreen-color {
  color: #e9f3e6;
}

.has-darkgreen-color {
  color: #0A6F63;
}

.has-teal-color {
  color: #22CDBA;
}

.has-orange-color {
  color: #FFB93E;
}

.has-yellow-color {
  color: #FCCD15;
}

.has-black-color {
  color: #000000;
}

.has-white-color {
  color: #ffffff;
}

.has-grey-color {
  color: #999999;
}

.has-lightgrey-color {
  color: #eeeeee;
}

.has-darkgrey-color {
  color: #666666;
}

/* COVER */
.wp-block-cover-image,
.wp-block-cover {
  position: relative;
  background-size: cover;
  background-position: center center;
  min-height: 430px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  margin: 15px 0;
  box-sizing: border-box;
  /**
   * Set a default background color for has-background-dim _unless_ it includes another
   * background-color class (e.g. has-green-background-color). The presence of another
   * background-color class implies that another style will provide the background color
   * for the overlay.
   *
   * See:
   *   - Issue with background color specificity: https://github.com/WordPress/gutenberg/issues/26545
   *   - Issue with alternative fix: https://github.com/WordPress/gutenberg/issues/26545
   */
}
.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
  background-attachment: fixed;
}
@supports (-webkit-overflow-scrolling: touch) {
  .wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
    background-attachment: scroll;
  }
}
@media (prefers-reduced-motion: reduce) {
  .wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
    background-attachment: scroll;
  }
}
.wp-block-cover-image.is-repeated,
.wp-block-cover.is-repeated {
  background-repeat: repeat;
  background-size: auto;
}
.wp-block-cover-image.has-background-dim:not([class*=-background-color]),
.wp-block-cover.has-background-dim:not([class*=-background-color]) {
  background-color: #000000;
}
.wp-block-cover-image.has-background-dim::before,
.wp-block-cover.has-background-dim::before {
  content: "";
  background-color: inherit;
}
.wp-block-cover-image.has-background-dim:not(.has-background-gradient)::before,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient)::before,
.wp-block-cover .wp-block-cover__gradient-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  opacity: 0.5;
}
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
  opacity: 0;
}
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10 {
  opacity: 0.1;
}
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20 {
  opacity: 0.2;
}
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30 {
  opacity: 0.3;
}
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40 {
  opacity: 0.4;
}
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50 {
  opacity: 0.5;
}
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60 {
  opacity: 0.6;
}
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70 {
  opacity: 0.7;
}
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80 {
  opacity: 0.8;
}
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90 {
  opacity: 0.9;
}
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100 {
  opacity: 1;
}
.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  max-width: 50%;
  width: 100%;
}
.wp-block-cover-image::after,
.wp-block-cover::after {
  display: block;
  content: "";
  font-size: 0;
  min-height: inherit;
}
@supports (position: sticky) {
  .wp-block-cover-image::after,
.wp-block-cover::after {
    content: none;
  }
}
.wp-block-cover-image.aligncenter, .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  display: flex;
}
.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
  width: 100%;
  z-index: 2;
  color: #ffffff;
}
.wp-block-cover-image.is-light .wp-block-cover__inner-container,
.wp-block-cover.is-light .wp-block-cover__inner-container {
  color: #000000;
}
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color) {
  color: inherit;
}
.wp-block-cover-image.is-position-top-left,
.wp-block-cover.is-position-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}
.wp-block-cover-image.is-position-top-center,
.wp-block-cover.is-position-top-center {
  align-items: flex-start;
  justify-content: center;
}
.wp-block-cover-image.is-position-top-right,
.wp-block-cover.is-position-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}
.wp-block-cover-image.is-position-center-left,
.wp-block-cover.is-position-center-left {
  align-items: center;
  justify-content: flex-start;
}
.wp-block-cover-image.is-position-center-center,
.wp-block-cover.is-position-center-center {
  align-items: center;
  justify-content: center;
}
.wp-block-cover-image.is-position-center-right,
.wp-block-cover.is-position-center-right {
  align-items: center;
  justify-content: flex-end;
}
.wp-block-cover-image.is-position-bottom-left,
.wp-block-cover.is-position-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}
.wp-block-cover-image.is-position-bottom-center,
.wp-block-cover.is-position-bottom-center {
  align-items: flex-end;
  justify-content: center;
}
.wp-block-cover-image.is-position-bottom-right,
.wp-block-cover.is-position-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}
.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
  margin: 0;
  width: auto;
}
.wp-block-cover-image img.wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background,
.wp-block-cover img.wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  outline: none;
  border: none;
  box-shadow: none;
}

.wp-block-cover__video-background {
  z-index: 2;
}

.wp-block-cover__image-background {
  z-index: 1;
}

section.wp-block-cover-image h2,
.wp-block-cover-image-text,
.wp-block-cover-text {
  color: #ffffff;
}
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:hover,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:active,
.wp-block-cover-image-text a,
.wp-block-cover-image-text a:hover,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:active,
.wp-block-cover-text a,
.wp-block-cover-text a:hover,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:active {
  color: #ffffff;
}

.wp-block-cover-image .wp-block-cover.has-left-content {
  justify-content: flex-start;
}
.wp-block-cover-image .wp-block-cover.has-right-content {
  justify-content: flex-end;
}

section.wp-block-cover-image.has-left-content > h2,
.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text {
  margin-left: 0;
  text-align: left;
}

section.wp-block-cover-image.has-right-content > h2,
.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text {
  margin-right: 0;
  text-align: right;
}

section.wp-block-cover-image > h2,
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text {
  font-size: 2em;
  line-height: 1.25;
  z-index: 1;
  margin-bottom: 0;
  max-width: 100%;
  padding: 0.44em;
  text-align: center;
}

.wp-block-cover.has-background-dim-10:not(.has-background-gradient)::before {
  opacity: 0.1;
}

.wp-block-cover.has-background-dim-20:not(.has-background-gradient)::before {
  opacity: 0.2;
}

.wp-block-cover.has-background-dim-30:not(.has-background-gradient)::before {
  opacity: 0.3;
}

.wp-block-cover.has-background-dim-40:not(.has-background-gradient)::before {
  opacity: 0.4;
}

.wp-block-cover.has-background-dim-50:not(.has-background-gradient)::before {
  opacity: 0.5;
}

.wp-block-cover.has-background-dim-60:not(.has-background-gradient)::before {
  opacity: 0.6;
}

.wp-block-cover.has-background-dim-70:not(.has-background-gradient)::before {
  opacity: 0.7;
}

.wp-block-cover.has-background-dim-80:not(.has-background-gradient)::before {
  opacity: 0.8;
}

.wp-block-cover.has-background-dim-90:not(.has-background-gradient)::before {
  opacity: 0.9;
}

.wp-block-cover {
  padding: 30px;
}
.wp-block-cover p {
  margin: 0;
  padding: 0;
}

.wp-block-cover {
  line-height: 250%;
  margin: 30px 0;
}

@media screen and (max-width: 800px) {
  div.wp-block-columns {
    display: block;
  }
  div.wp-block-columns div.wp-block-column {
    padding: 0;
  }
}
form, fieldset, div {
  box-sizing: border-box;
}

div#paycalc {
  font-family: sans-serif;
  background-color: #eeeeee;
}
div#paycalc form {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  background-color: #dddddd;
}
div#paycalc form fieldset {
  border: 0;
  width: 25%;
  margin: 0;
  padding: 10px;
  align-self: flex-end;
}
div#paycalc form fieldset label {
  display: block;
  color: #666666;
}
div#paycalc form fieldset input {
  width: 96%;
  padding: 2%;
  font-size: 16px;
  border: solid 1px #cccccc;
  border-radius: 3px;
}
div#paycalc form fieldset input[type=submit] {
  background-color: #5AAE5F;
  color: #ffffff;
  cursor: pointer;
  font-weight: bold;
  width: 100%;
  padding: 4% 0;
}
div#paycalc div.error {
  padding: 15px;
  background-color: #ffdddd;
  font-size: 14px;
  display: none;
}
div#paycalc div#results {
  display: flex;
  flex-flow: row wrap;
  color: #666666;
  padding: 0.5%;
}
div#paycalc div#results div {
  width: 24%;
  padding: 5px;
  text-align: center;
}
div#paycalc div#results div p {
  margin: 0;
}
div#paycalc div#results div div.value {
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
}
div#paycalc div#results div.result {
  background-color: #dddddd;
  margin: 0.5% 0.5% 0.5% 0.5%;
}
div#paycalc div#results div.perc {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  margin: 0.5% 0.5% 0.5% 0.5%;
  padding: 0;
}
div#paycalc div#results div.perc div {
  width: 50%;
}
div#paycalc div#results div.perc div div.value {
  width: 100%;
}
div#paycalc div#results div.perc div.p {
  background-color: #ccffcc;
}
div#paycalc div#results div.perc div.i {
  background-color: #ffffcc;
  overflow: visible;
}

@media screen and (max-width: 750px) {
  div#paycalc form fieldset {
    width: 50%;
  }
  div#paycalc form fieldset:nth-child(3) {
    padding-top: 0;
  }
  div#paycalc div#results div {
    width: 49%;
  }
}
@media screen and (max-width: 500px) {
  div#paycalc {
    font-size: 90%;
  }
}
.account_offers {
  text-align: center;
}
.account_offers h3 {
  font-size: 120%;
}
.account_offers h4 {
  font-size: 110%;
}
.account_offers .account_offer.hidden {
  display: none;
}
.account_offers .account_offer {
  max-width: 600px;
  margin: 0 auto;
}
.account_offers .account_offer img {
  border-radius: 10px;
  border: solid 1px #cccccc;
  box-shadow: 0 0 10px #dddddd;
}
.account_offers .account_offer img.large {
  display: block;
}
.account_offers .account_offer img.small {
  display: none;
}
.account_offers .hidden {
  display: none;
}

@media screen and (max-width: 500px) {
  a.previous_offer, a.next_offer {
    font-size: 90%;
    padding: 5px 10px;
  }
}
