@charset "UTF-8";
/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */
/* Variables */
/* Colors for 4cs */
/* Hover over colors for 4cs */
/* Import Sass mixins, variables, Compass modules, etc. */
@media (min-width: 62em) {
  body:before {
    content: "desktop";
    display: none;
    /* Prevent from displaying. */
  }
}
@media only screen and (max-width: 61.9375em) and (min-width: 48em) and (max-width: 61.9375em), only screen and (max-width: 61.9375em) and (min-width: 48em) and (min-width: 62em) {
  body:before {
    content: "tablet";
    display: none;
    /* Prevent from displaying. */
  }
}
@media only screen and (max-width: 47.9375em) {
  body:before {
    content: "mobile";
    display: none;
    /* Prevent from displaying. */
  }
}
/* HTML element (SMACSS base) rules */
/**
 * @file
 * Normalize.css is intended to be used as an alternative to CSS resets.
 *
 * This file is a slight fork of these original sources:
 * - normalize.css v2.1.2 | MIT License | git.io/normalize
 * - normalize.scss v2.1.2 | MIT/GPLv2 License | bit.ly/normalize-with-compass
 *
 * It's suggested that you read the normalize.scss file and customise it to meet
 * your needs, rather then including the file in your project and overriding the
 * defaults later in your CSS.
 * @see http://nicolasgallagher.com/about-normalize-css/
 *
 * Also: @see http://meiert.com/en/blog/20080419/reset-style-sheets-are-bad/
 *       @see http://snook.ca/archives/html_and_css/no_css_reset/
 */
/**
 * HTML5 display definitions
 */
/* Correct `block` display not defined in IE 8/9. */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

/* Correct `inline-block` display not defined in IE 8/9. */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* Address styling not present in IE 8/9. */
[hidden] {
  display: none;
}

/**
 * Base
 *
 * Instead of relying on the fonts that are available on a user's computer, you
 * can use web fonts which, like images, are resources downloaded to the user's
 * browser. Because of the bandwidth and rendering resources required, web fonts
 * should be used with care.
 *
 * Numerous resources for web fonts can be found on Google. Here are a few
 * websites where you can find Open Source fonts to download:
 * - http://www.fontsquirrel.com/fontface
 * - http://www.theleagueofmoveabletype.com
 *
 * In order to use these fonts, you will need to convert them into formats
 * suitable for web fonts. We recommend the free-to-use Font Squirrel's
 * Font-Face Generator:
 *   http://www.fontsquirrel.com/fontface/generator
 *
 * The following is an example @font-face declaration. This font can then be
 * used in any ruleset using a property like this:  font-family: Example, serif;
 *
 * Since we're using Sass, you'll need to declare your font faces here, then you
 * can add them to the font variables in the _init.scss partial.
 */
/*
@font-face {
  font-family: 'Example';
  src: url('//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/fonts/example.eot?yocs=_&yoloc=eu');
  src: url('//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/fonts/example.eot?iefix&yocs=_&yoloc=eu') format('eot'),
    url('//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/fonts/example.woff?yocs=_&yoloc=eu') format('woff'),
    url('//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/fonts/example.ttf?yocs=_&yoloc=eu') format('truetype'),
    url('//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/fonts/example.svg#webfontOkOndcij?yocs=_&yoloc=eu') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
html {
  font-family: "Merriweather", serif;
  /* 1 */
  font-size: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  line-height: 1.5em;
}

/* Remove default margin. */
body {
  margin: 0;
  padding: 0;
}

/**
 * Links
 *
 * The order of link states are based on Eric Meyer's article:
 * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
 */
/* Address `outline` inconsistency between Chrome and other browsers. */
a:focus {
  outline: thin dotted;
}

/* Improve readability when focused and also mouse hovered in all browsers. */
a:active,
a:hover {
  outline: 0;
}

/**
 * Typography
 *
 * To achieve a pleasant vertical rhythm, we use Compass' Vertical Rhythm mixins
 * so that the line height of our base font becomes the basic unit of vertical
 * measurement. We use multiples of that unit to set the top and bottom margins
 * for our block level elements and to set the line heights of any fonts.
 * For more information, see http://24ways.org/2006/compose-to-a-vertical-rhythm
 */
/* Set 1 unit of vertical rhythm on the top and bottom margin. */
p,
pre {
  margin: 1.5em 0;
}

blockquote {
  /* Also indent the quote on both sides. */
  margin: 1.5em 30px;
}

/* Address styling not present in IE 8/9, Safari 5, and Chrome. */
abbr[title] {
  border-bottom: 1px dotted;
}

/* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
b,
strong {
  font-weight: bold;
}

/* Address styling not present in Safari 5 and Chrome. */
dfn {
  font-style: italic;
}

/* Address differences between Firefox and other browsers. */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  border: 1px solid #666;
  padding-bottom: -1px;
  margin: 1.5em 0;
}

/* Address styling not present in IE 8/9. */
mark {
  background: #ff0;
  color: #000;
}

/* Correct font family set oddly in Safari 5 and Chrome. */
code,
kbd,
pre,
samp,
tt,
var {
  font-family: "Merriweather", serif;
  font-size: 1em;
  line-height: 1.5em;
}

/* Improve readability of pre-formatted text in all browsers. */
pre {
  white-space: pre-wrap;
}

/* Set consistent quote types. */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* Address inconsistent and variable font size in all browsers. */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/**
 * Lists
 */
dl,
menu,
ol,
ul {
  /* Address margins set differently in IE 6/7. */
  margin: 1.5em 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  /* Turn off margins on nested lists. */
  margin: 0;
}

dd {
  margin: 0 0 0 30px;
  /* LTR */
}

/* Address paddings set differently in IE 6/7. */
menu,
ol,
ul {
  padding: 0 0 0 30px;
  /* LTR */
}

/**
 * Embedded content and figures
 *
 * @todo Look into adding responsive embedded video.
 */
img {
  /* Remove border when inside `a` element in IE 8/9. */
  border: 0;
  /* Suppress the space beneath the baseline */
  /* vertical-align: bottom; */
  /* Responsive images */
  max-width: 100%;
  height: auto;
  /* Correct IE 8 not scaling image height when resized. */
  width: auto;
}

/* Correct overflow displayed oddly in IE 9. */
svg:not(:root) {
  overflow: hidden;
}

/* Address margin not present in IE 8/9 and Safari 5. */
figure {
  margin: 0;
}

/**
 * Forms
 */
/* Define consistent border, margin, and padding. */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.4625em;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 0.9125em;
  border-left-width: 0.0625em;
  border-left-style: solid;
  padding-left: 0.9125em;
  border-right-width: 0.0625em;
  border-right-style: solid;
  padding-right: 0.9125em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 * 4. Improve appearance and consistency with IE 6/7.
 * 5. Keep form elements constrained in their containers.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  max-width: 100%;
  /* 5 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 5 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* Drupal-style form labels. */
label {
  display: block;
  font-weight: bold;
}

/**
 * Tables
 */
table {
  /* Remove most spacing between table cells. */
  border-collapse: collapse;
  border-spacing: 0;
  /* Prevent cramped-looking tables */
  /* width: 100%; */
  /* Add vertical rhythm margins. */
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/* Component (SMACSS module) rules */
/**
 * @file
 * SMACSS Modules
 *
 * Adds modular sets of styles.
 *
 * Additional useful selectors can be found in Zen's online documentation.
 * https://drupal.org/node/1707736
 */
/**
 * Wireframes.
 */
.with-wireframes #header, .with-wireframes .header,
.with-wireframes #main,
.with-wireframes #content,
.with-wireframes #navigation,
.with-wireframes .region-sidebar-first,
.with-wireframes .region-sidebar-second,
.with-wireframes #footer, .with-wireframes .footer_nav
.region-bottom {
  outline: 1px solid #ccc;
}

/**
 * Accessibility features.
 */
/* element-invisible as defined by http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
.element-invisible,
.element-focusable,
#navigation .block-menu .block__title,
#navigation .block-menu-block .block__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* Turns off the element-invisible effect. */
.element-focusable:active, .element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 */
#skip-link {
  margin: 0;
}
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

/**
 * Branding header.
 */
/* Wrapping link for logo. */
.header__logo {
  float: left;
  /* LTR */
  margin: 0;
  padding: 0;
}

/* Logo image. */
.header__logo-image {
  vertical-align: bottom;
}

/* Wrapper for website name and slogan. */
.header__name-and-slogan {
  float: left;
}

/* The name of the website. */
.header__site-name {
  margin: 0;
  font-size: 2em;
  line-height: 1.5em;
}

/* The link around the name of the website. */
.header__site-link:link, .header__site-link:visited {
  color: #000;
  text-decoration: none;
}
.header__site-link:hover, .header__site-link:focus {
  text-decoration: underline;
}

/* The slogan (or tagline) of a website. */
.header__site-slogan {
  margin: 0;
}

/* The secondary menu (login, etc.) */
.header__secondary-menu {
  float: right;
  /* LTR */
}

/* Wrapper for any blocks placed in the header region. */
.header__region {
  /* Clear the logo. */
  clear: both;
}

/**
 * Navigation bar.
 */
#navigation {
  /* Sometimes you want to prevent overlapping with main div. */
  /* overflow: hidden; */
  /* Main menu and secondary menu links and menu block links. */
}
#navigation .block {
  margin-bottom: 0;
}
#navigation .links,
#navigation .menu {
  margin: 0;
  padding: 0;
  text-align: left;
  /* LTR */
}
#navigation .links li,
#navigation .menu li {
  /* A simple method to get navigation links to appear in one line. */
  float: left;
  /* LTR */
  padding: 0 10px 0 0;
  /* LTR */
  list-style-type: none;
  list-style-image: none;
}

/**
 * Breadcrumb navigation.
 */
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/**
 * Titles.
 */
.page__title,
.node__title,
.block__title,
.comments__title,
.comments__form-title,
.comment__title {
  /* Comment title. */
  margin: 0;
}

/**
 * Messages.
 */
.messages, .messages--status, .messages--warning, .messages--safety-warning, .messages--error {
  margin: 1.5em 0;
  padding: 10px 10px 10px 50px;
  /* LTR */
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAD6UlEQVR42s2WX0xbVRzH3YwmC4k+GF/0ZS/S267/bmnX9nL7bwstZlnbjTDYyoC5GCbB0ZW5pdJCe6swbLFA6bpWIGuRMWVjKGP+21QW3SZBSAjGh4XEaTZTH82Cm/3ztS2xs7mw4KLRk3xyzj33/H6fe5Pz7zEA/yr/vUDukj9FH6drqTaqT8EoPs/UV+nX6TD1BlUh9AqLHlmgPKLcRHmoCOWmElK/FOKTYpS8UwLJkASiUyLI3pKhlClN0g46qj+qL/pbArlbrlO1q25JeiSgR2iYJ8ywXLSg/qP6LNl2ro8+Q4MMkKCd9K2t3q3KdQnkXXIF5aISkgEJzONm1F2qW52pDJN1MI2bUBIuAdVOJWSMTPNQgX6/vkjVpvpREpag6oMqWCYta1IzbsHh9ga0RJtzY8URMdRO9U/KSuWmNQUqh2pY3CtG+fvlqJyofMAFNrZAE+7e/RWR4X4cD9tgOGsA2U2CdtMDqwqyMyIzQ5KKqAKmcyaYxkzYd3YvjGNGFtXRPRj58DT+LOemRrFnrBLyITmUDmUyO/NYgu2d26ukHVJo3tXAMGpAs+cQmh0NeClan30uwN7TgnQ6nRd4r3thOGOAJqYB2UVC79AfZAnKHGUxQa8A2tNaNLW/jKvXv8Dyb8s4yryKA4O10A3roIvpUB+swTdz1/LJZ27PQBvT5lBH1RD4BChzlQ2wBNtc22aE/ULQgzRCl4P5BPcT93GMOYz9wb2QhCRgAq35d8u/L2PXe7tADVGgBlcQ+AXQtmlvsP/gzbJZvp8PMkJCFBYh8m0knyiVSsHe0YIGZz1+/uVOvt8z7QGvnwf+ST5EIRHIUyR4fh50rbp5lsDcYR4ReAXgBrng9q/Qfa0bfy035r7Ot2dvz4IX4IEIEAXwvDzscOw4zxJUd1YfEXlE4Aa4BQHMlwzSSBeI7iXvoTxWDqKPYCFsFaKmr+YVliB0JfS89DVpiuhlB9k/tSOZTuYFvq98yI7L0/MAsVWcGp0bfW61hbahwltxSeARsIKyWKesSKQSWIwvYkvvllwfx88pgOvhwthu/AzAxlVX8vz385tLbaVxwpcLZtEw0QDjsBGctzksiE4CimZFfHp++oWHbnbuUfdB0komMgHsRN1r0MWBsEmYODF5onY92/UTwcvBxuzXcN1ccHycVSn2FaPYWwzCQUDWKIt7z3utAJ5c74Hz+OLSomynY+cVfiM/xW3JiDyZpB3FuZrj4oCwE+Ad4qWMjPHjpTtL0mzMoxyZz9yM39Q7Y85Ok930icqm+k59TL2wm9l90dZv8y/8sPAigGf/iUN/Q4anM2zOsdLe+L+4VfwBVVjDs2rTYx0AAAAASUVORK5CYII=');
  background-position: 8px 8px;
  /* LTR */
  background-repeat: no-repeat;
  border: 1px solid #be7;
}

.messages--warning {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACuElEQVRIiWP4//8/Ay0xSYqntTpnT252zqeJBf0Njhsykrz/pyd6/e9vcNpGVQv6q2wlm0qc/r0+IPD/3UG+/61l9v9mdrjIUc2C7hqHUzc3S///eZwBjO9tF/vfWe1wjioWTKixVm8otPn38wQT3IKfxxn/t5Va/utpsNSg2ILWcttrNzdJgQ3+dpQRjEHs+9tE/zeXWt+gyILOamuTqlxrsOtPLub+7+emBsSq/88v5wL7oqHQ9H9nmbkF2RbUF1rev7lJEuziuU3i/90ddcB4UZsoJC62ifyvK7R4QJYFrcUGrmUZ5v9hYb9hosh/bzcDMN42VRgeF9W5hv8bi/XdSbagKtfs2c1NEvCIPbaQ/7+/pwkYn17Ki0hR24T/l2eZPCfJgsZ83dCiNOP/yCnn7iau/8G+5mD8aBsHSoqqyNL9X5erHUm0BcVpRm9ubhZHMoTh/4eDzP/DA23+RwTZ/P96hAlF7t5Wof8FyfpvibKgNk8noyDZ4D9quofg1Bjr/1kJlhjiIF+Upmn/r83RzCJoQXaC3qcbm8SwGMLwvybP/H8jMGlik7u7VeB/Zqz2J7wWVGdr1uTG62J1PQgfWST1/+hiCaxyIF8UJqv9r8hQrcVpQVqkzrcbG0WwGvB2H/P/lnx5MAaxsam5vYn3f2KY+jesFpSlqfZnxWjidP2OGWL/g/0swBjExu4Lhv958Ur/i5KU+lEsCA1lYI4JUv95bZ0gTo2Pt3P+z0myBmMQG5e6mxu4/kf4Kf8EmQm3oCRNebKrvSawIGPBqRG9sMOp5hjjfwdrlf/58bKT4RaUpWvtcLZV/39iscD/H0AFP46jYwYiMeP/44u4/9tbKQODSXUH3II9G7v18hI0n8YGKv+IDVT6joxj/BVx4mgcOCde/SnITPRUJAHEGlTCEkQV19TAAN8FC67hZdFXAAAAAElFTkSuQmCC');
  border-color: #ed5;
}

.messages--safety-warning {
  border: none;
  background-image: none;
  margin: .75em 0;
  padding: 10px 0;
}
.messages--safety-warning:before {
  font-family: hfcicons;
  content: '\e00b';
  line-height: 1em;
  color: #000;
  font-size: 1.5em;
  vertical-align: middle;
  margin-right: 8px;
}

.messages--error {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACpElEQVR42rWWTUgbQRiGQ0Tx4MWDeFM8eBA9iKAoggiCoCiiIiL4L3oQV1CJB0UEf6iRYFpK7UniTw9VSqL2kvQsVDBpSZrtRo35czVNW3oprRf17exSl4yzu1ikAy9h59vvedhkMrMGAGoxknAk2w8MJ/WosXThiZkZt9jdLeglPjn5ATc3mhJNuNjbK0QbG3ExMICL/n6IfX0gcxB7ekDAELu6IHZ2IlJbi1hLS1BLogmPtbUhMTv7oMSamzUlqnByMxLT0/8STQkDj9TV4ZLj5OysrODl8jIu5Gs68dFR7JG6dWkJ0fFx+TpSX89IDMnwcHU1yKec12Yz3rlc4HkeLwjkXJpPip3U3+7vIx6P4ymph4eG5PlwTQ0lMdytlmBxMWKtrXLeT0zA5XTibvj9fjxfXETkb/3N/Dz2dneVuiTZtliU/rPSUsQ5ziuxZYG03IIlJdKKUPJjdRUAKMmzuTnskB/VYbdTtd9HR4g2NCi9Z2VliDY1BSnBaUEBzsrLqXyzWCiQ9HU5HA4afniIUFWV0hOqqMBpURErOM7NxWlhIZOvCwvA7S3Uxq+DA5AnZ3pO8vJYQSArC8c5Oeqx2Rj4udeLQH6+6v2B7GxW8DkjA0JmJpONwUHY7XZGIAgCzCYTeJUewmIFfqMRfEoKlQ2yJbza2oLWcLvdeDI2hk/3+iQWKzAYkJzNjg5srq9TwJ9OJ76YTNScx+ORJT66X1/grKyEbW2NgfPp6XKd/JMZySrHaQsSU1Oe+0/w3WpVgyu5HBlR6lc+H8gioevDwz6JrWwV5+3txyoSFk5DcOX1MnCyJ4Vwfb1zt1UY9SR8aioDpuppaVpwZbPTl+hHF04dOKzk8XBF8DgJC3/woU/W/EciOtELOWi8DDwp//215Q+p7kiKh2lQSAAAAABJRU5ErkJggg==');
  border-color: #ed541d;
}

.messages__list {
  margin: 0;
}

.messages__item {
  list-style-image: none;
}

/* Core/module installation error messages. */
.messages--error p.error {
  color: #333;
}

/* System status report. */
.ok,
.messages--status {
  background-color: #f8fff0;
  color: #234600;
}

.warning,
.messages--warning {
  background-color: #fffce5;
  color: #840;
}

.safety-warning,
.messages--safety-warning {
  color: #5B4D4E;
  font-size: 16px;
}

.error,
.messages--error {
  background-color: #fef5f1;
  color: #8c2e0b;
}

/**
 * Tabs.
 */
/* Basic positioning styles shared by primary and secondary tabs. */
.tabs-primary, .tabs-secondary {
  overflow: hidden;
  *zoom: 1;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYmJiYmJiIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(100%, #bbbbbb), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(bottom, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  background-image: -webkit-linear-gradient(bottom, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  background-image: linear-gradient(to top, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  /* IE 9 and earlier don't understand gradients. */
  list-style: none;
  border-bottom: 1px solid #bbb \0/ie;
  margin: 1.5em 0;
  padding: 0 2px;
  white-space: nowrap;
}

.tabs-primary__tab, .tabs-primary__tab.is-active, .tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  float: left;
  /* LTR */
  margin: 0 3px;
}

a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active, a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  border: 1px solid #e9e9e9;
  border-right: 0;
  border-bottom: 0;
  display: block;
  line-height: 1.5em;
  text-decoration: none;
}

/* Primary tabs. */
.tabs-primary__tab, .tabs-primary__tab.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  text-shadow: 1px 1px 0 #fff;
  border: 1px solid #bbb;
  border-bottom-color: transparent;
  /* IE 9 and earlier don't understand gradients. */
  border-bottom: 0 \0/ie;
}

.tabs-primary__tab.is-active {
  border-bottom-color: #fff;
}

a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #333;
  background-color: #dedede;
  letter-spacing: 1px;
  padding: 0 1em;
  text-align: center;
}

a.tabs-primary__tab-link:hover, a.tabs-primary__tab-link:focus {
  background-color: #e9e9e9;
  border-color: #f2f2f2;
}

a.tabs-primary__tab-link:active, a.tabs-primary__tab-link.is-active {
  background-color: transparent;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE9E9E9', endColorstr='#00E9E9E9');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e9e9), color-stop(100%, rgba(233, 233, 233, 0)));
  background-image: -moz-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -webkit-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  border-color: #fff;
}

/* Secondary tabs. */
.tabs-secondary {
  font-size: .9em;
  /* Collapse bottom margin of ul.primary. */
  margin-top: -1.5em;
}

.tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  margin: 0.75em 3px;
}

a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  -moz-border-radius: 0.75em;
  -webkit-border-radius: 0.75em;
  border-radius: 0.75em;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-shadow: 1px 1px 0 #fff;
  background-color: #f2f2f2;
  color: #666;
  padding: 0 .5em;
}

a.tabs-secondary__tab-link:hover, a.tabs-secondary__tab-link:focus {
  background-color: #dedede;
  border-color: #999;
  color: #333;
}

a.tabs-secondary__tab-link:active, a.tabs-secondary__tab-link.is-active {
  text-shadow: 1px 1px 0 #333;
  background-color: #666;
  border-color: #000;
  color: #fff;
}

/**
 * Inline styles.
 */
/* List of links generated by theme_links(). */
.inline {
  display: inline;
  padding: 0;
}
.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
  /* LTR */
}

/* The inline field label used by the Fences module. */
span.field-label {
  padding: 0 1em 0 0;
  /* LTR */
}

/**
 * "More" links.
 */
.more-link {
  text-align: right;
  /* LTR */
}

.more-help-link {
  text-align: right;
  /* LTR */
}

.more-help-link a {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA7UlEQVR42qWTPQqDQBCFcwSPkCNITpAj5AjeIm1uYpkyR7Cy2Mot7OwsBAsRwUKwmOwLGRle3EIy8PyBfZ/z3J2TiPylz8VWWZZpUB40BonRKyizaxkA88MYYiqCEgv4MTvnZJom0VqWRbz3FlJZgLYtqmEY1Lg9r+sKsIXcLSC3AC019H0vqLquLeC5AfiHYSGkcdAJimKIBQiJ4+CO92OAtm0FNc8zOjkMwE5Q63FAtbeg6zpAYvG8BWR7i5qmQYwY4MIHqYhE2DOPQWcGJBQF2XU72ZzyUeZ5GCNt5/hybJgYdAXsq5sOEE/jG6dC5IOqCXTmAAAAAElFTkSuQmCC');
  background-position: 0 50%;
  /* LTR */
  background-repeat: no-repeat;
  padding: 1px 0 1px 20px;
  /* LTR */
}

/**
 * Pager.
 */
/* A list of page numbers when more than 1 page of content is available. */
.pager {
  clear: both;
  padding: 0;
  text-align: center;
}

.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis, .pager-current {
  display: inline;
  padding: 0 0.5em;
  list-style-type: none;
  background-image: none;
}

.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis {
  /* A concatenation of several list items using an ellipsis. */
}

/* The current page's list item. */
.pager-current {
  font-weight: bold;
}

/**
 * Blocks.
 */
/* Block wrapper. */
.block {
  margin-bottom: 1.5em;
}

/**
 * Menus.
 */
.menu__item.is-leaf {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHBAMAAAA2fErgAAAAD1BMVEX///+/v7+Li4sAAADAwMBFvsw8AAAAAXRSTlMAQObYZgAAAB1JREFUCFtjYAADYwMGBmYVZSDhKAwkFJWhYiAAAB2+Aa/9ugeaAAAAAElFTkSuQmCC');
  list-style-type: square;
}

.menu__item.is-expanded {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  list-style-type: circle;
}

.menu__item.is-collapsed {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  /* LTR */
  list-style-type: disc;
}

/* The active item in a Drupal menu. */
.menu a.active {
  color: #000;
}

/**
 * Marker.
 */
/* The "new" or "updated" marker. */
.new,
.update {
  color: #c00;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
}

/**
 * Unpublished note.
 */
/* The word "Unpublished" displayed underneath the content. */
.unpublished {
  height: 0;
  overflow: visible;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  /* A very nice CSS3 property. */
  word-wrap: break-word;
}

/**
 * Comments.
 */
/* Wrapper for the list of comments and its title. */
.comments {
  margin: 1.5em 0;
}

/* Preview of the comment before submitting new or updated comment. */
.comment-preview {
  /* Drupal core will use a #ffffea background. See #1110842. */
  background-color: #ffffea;
}

/* Wrapper for a single comment. */
.comment {
  /* Comment's permalink wrapper. */
}
.comment .permalink {
  text-transform: uppercase;
  font-size: 75%;
}

/* Nested comments are indented. */
.indented {
  /* Drupal core uses a 25px left margin. */
  margin-left: 30px;
  /* LTR */
}

/**
 * Forms.
 */
/* Wrapper for a form element (or group of form elements) and its label. */
.form-item {
  margin: 1.5em 0;
  /* Pack groups of checkboxes and radio buttons closer together. */
  /* Form items in a table. */
  /* Highlight the form elements that caused a form submission error. */
  /* The descriptive help text (separate from the label). */
}
.form-checkboxes .form-item, .form-radios .form-item {
  /* Drupal core uses "0.4em 0". */
  margin: 0;
}
tr.odd .form-item, tr.even .form-item {
  margin: 0;
}
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}
.form-item .description {
  font-size: 0.85em;
}

.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em;
}

/* The part of the label that indicates a required field. */
.form-required {
  color: #c00;
}

/* Labels for radios and checkboxes. */
label.option {
  display: inline;
  font-weight: normal;
}

/* Buttons used by contrib modules like Media. */
a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
}

/* Password confirmation. */
.password-parent,
.confirm-parent {
  margin: 0;
}

/* Drupal's default login form block. */
#user-login-form {
  text-align: left;
  /* LTR */
}

/**
 * OpenID
 *
 * The default styling for the OpenID login link seems to assume Garland's
 * styling of list items.
 */
/* OpenID creates a new ul above the login form's links. */
.openid-links {
  /* Position OpenID's ul next to the rest of the links. */
  margin-bottom: 0;
}

/* The "Log in using OpenID" and "Cancel OpenID login" links. */
.openid-link,
.user-link {
  margin-top: 1.5em;
}

html.js #user-login-form li.openid-link,
#user-login-form li.openid-link {
  /* Un-do some of the padding on the ul list. */
  margin-left: -20px;
  /* LTR */
}

#user-login ul {
  margin: 1.5em 0;
}

/**
 * Drupal admin tables.
 */
form th {
  text-align: left;
  /* LTR */
  padding-right: 1em;
  /* LTR */
  border-bottom: 3px solid #ccc;
}
form tbody {
  border-top: 1px solid #ccc;
}
form table ul {
  margin: 0;
}

tr.even,
tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}

tr.even {
  background-color: #fff;
}

/* Markup generated by theme_tablesort_indicator(). */
td.active {
  background-color: #ddd;
}

/* Center checkboxes inside table cell. */
td.checkbox,
th.checkbox {
  text-align: center;
}

/* Drupal core wrongly puts this in system.menus.css. Since we override that, add it back. */
td.menu-disabled {
  background: #ccc;
}

/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list. */
#autocomplete .selected {
  background: #0072b9;
  color: #fff;
}

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
html.js .collapsible .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  background-position: 5px 65%;
  /* LTR */
  background-repeat: no-repeat;
  padding-left: 15px;
  /* LTR */
}
html.js .collapsed .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  /* LTR */
  background-position: 5px 50%;
  /* LTR */
}
.fieldset-legend .summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
tr.drag {
  background-color: #fffff0;
}

tr.drag-previous {
  background-color: #ffd;
}

.tabledrag-toggle-weight {
  font-size: 0.9em;
}

/**
 * TableSelect behavior.
 *
 * @see tableselect.js
 */
tr.selected td {
  background: #ffc;
}

/**
 * Progress bar.
 *
 * @see progress.js
 */
.progress {
  font-weight: bold;
}
.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.progress .filled {
  background-color: #0072b9;
  background-image: url('//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/progress.gif?yocs=_&yoloc=eu');
}

.section-separator-h {
  margin: 60px 0 30px;
  border-top: solid 1px #5B4D4E;
  position: relative;
  margin: 25px 0;
}
.section-separator-h:after {
  position: absolute;
  content: '';
  background-image: url('//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/smiling-h/red-oval.png?yocs=_&yoloc=eu');
  background-size: 100% 100%;
  width: 18px;
  height: 18px;
  left: calc(50% - 8px);
  top: -8px;
  display: block;
}

.section-separator {
  border-top: solid 1px #5B4D4E;
  position: relative;
  margin: 25px 0;
}

.section-separator-dotted {
  border-top: solid 1px #5B4D4E;
  position: relative;
  margin: 25px 0;
  border-top-style: dotted;
  border-top-width: 3px;
  border-top-color: #A59899;
  clear: both;
}

.double-section-separator {
  border-top: solid 1px #5B4D4E;
  position: relative;
  margin: 25px 0;
  height: 5px;
  border-bottom: solid 1px #5B4D4E;
}

@media only screen and (max-width: 47.9375em) {
  .hidden-xs {
    display: none;
  }
}

.region-google-analytics {
  display: none;
}

body > img[src*="mathtag"] {
  position: absolute;
  z-index: -99999;
  bottom: 0;
}

label.checkbox {
  font-size: 0;
  display: block;
}
label.checkbox > span {
  font-size: 1rem;
}
label.checkbox .checkbox-styled {
  display: inline-block;
  height: 18px;
  width: 18px;
  border: solid 1px #A59899;
  vertical-align: top;
  margin: 7px 3px 0 0;
  border-radius: 2px;
}
label.checkbox .checkbox-styled:after {
  -moz-transition: opacity 0.3s, visibility 0.3s;
  -o-transition: opacity 0.3s, visibility 0.3s;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  content: '\e040';
  font-family: hfcicons;
  font-size: 20px;
  line-height: 1em;
  color: #E02619;
  display: block;
  opacity: 0;
  visibility: hidden;
  margin-top: -2px;
}
label.checkbox .checkbox-title {
  display: inline-block;
  vertical-align: top;
  max-width: calc(100% - 21px);
  font-weight: 300;
  padding-left: 5px;
  font-size: 15px;
  font-family: "Montserrat", Verdana, sans-serif;
}
label.checkbox input[type=checkbox] {
  display: none;
}
label.checkbox input[type=checkbox]:checked + span.checkbox-styled:after {
  opacity: 1;
  visibility: visible;
}

label.radio {
  font-size: 0;
}
label.radio > span {
  font-size: 1rem;
}
label.radio .radio-styled {
  display: inline-block;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  border: solid 2px #A59899;
  vertical-align: top;
  margin: 2px 3px 0 0;
  -moz-transition: border-color 0.5s;
  -o-transition: border-color 0.5s;
  -webkit-transition: border-color 0.5s;
  transition: border-color 0.5s;
}
label.radio .radio-styled:after {
  -moz-transition: opacity 0.5s, visibility 0.5s;
  -o-transition: opacity 0.5s, visibility 0.5s;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
  content: '';
  margin: 50% 0 0 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #E02619;
  display: block;
  opacity: 0;
  visibility: hidden;
}
label.radio .radio-title {
  display: inline-block;
  vertical-align: top;
  max-width: calc(100% - 21px);
  font-weight: 300;
  padding-left: 5px;
  font-size: 12px;
}
label.radio input[type=radio] {
  display: none;
}
label.radio input[type=radio]:checked + span.radio-styled {
  border-color: #e02619;
}
label.radio input[type=radio]:checked + span.radio-styled:after {
  opacity: 1;
  visibility: visible;
}

.button-styled {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  padding: 0.8em;
  min-width: 260px;
}
.button-styled:hover {
  text-decoration: none;
}
.button-styled:focus {
  outline: 0;
}
.button-styled:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.button-styled:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.button-styled:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .button-styled {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .button-styled {
    min-width: auto;
  }
}
.button-styled.button-ghosted {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  color: #e02619;
  border-color: #F92506;
  background-color: white;
  background-color: white;
  padding: 0.8em;
  min-width: 260px;
}
.button-styled.button-ghosted:hover {
  text-decoration: none;
}
.button-styled.button-ghosted:focus {
  outline: 0;
}
.button-styled.button-ghosted:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.button-styled.button-ghosted:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.button-styled.button-ghosted:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .button-styled.button-ghosted {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .button-styled.button-ghosted {
    min-width: auto;
  }
}

.button-styled.button-styled--blue {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  padding: 0.8em;
  min-width: 260px;
}
.button-styled.button-styled--blue:hover {
  text-decoration: none;
}
.button-styled.button-styled--blue:focus {
  outline: 0;
}
.button-styled.button-styled--blue:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.button-styled.button-styled--blue:active {
  border-color: #127B89;
  background-color: #127B89;
}
.button-styled.button-styled--blue:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .button-styled.button-styled--blue {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .button-styled.button-styled--blue {
    min-width: auto;
  }
}
.button-styled.button-styled--blue.button-ghosted {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  color: #0995A2;
  border-color: #0EBECE;
  background-color: white;
  background-color: white;
  padding: 0.8em;
  min-width: 260px;
}
.button-styled.button-styled--blue.button-ghosted:hover {
  text-decoration: none;
}
.button-styled.button-styled--blue.button-ghosted:focus {
  outline: 0;
}
.button-styled.button-styled--blue.button-ghosted:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.button-styled.button-styled--blue.button-ghosted:active {
  border-color: #127B89;
  background-color: #127B89;
}
.button-styled.button-styled--blue.button-ghosted:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .button-styled.button-styled--blue.button-ghosted {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .button-styled.button-styled--blue.button-ghosted {
    min-width: auto;
  }
}

.button-styled.button-styled--green {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  padding: 0.8em;
  min-width: 260px;
}
.button-styled.button-styled--green:hover {
  text-decoration: none;
}
.button-styled.button-styled--green:focus {
  outline: 0;
}
.button-styled.button-styled--green:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.button-styled.button-styled--green:active {
  border-color: #18A764;
  background-color: #18A764;
}
.button-styled.button-styled--green:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .button-styled.button-styled--green {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .button-styled.button-styled--green {
    min-width: auto;
  }
}
.button-styled.button-styled--green.button-ghosted {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  color: #1BC475;
  border-color: #26EC90;
  background-color: white;
  background-color: white;
  padding: 0.8em;
  min-width: 260px;
}
.button-styled.button-styled--green.button-ghosted:hover {
  text-decoration: none;
}
.button-styled.button-styled--green.button-ghosted:focus {
  outline: 0;
}
.button-styled.button-styled--green.button-ghosted:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.button-styled.button-styled--green.button-ghosted:active {
  border-color: #18A764;
  background-color: #18A764;
}
.button-styled.button-styled--green.button-ghosted:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .button-styled.button-styled--green.button-ghosted {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .button-styled.button-styled--green.button-ghosted {
    min-width: auto;
  }
}

.view-with-pagination .view-empty, .view-display-id-search_database_results .view-empty {
  clear: both;
}
.view-with-pagination .view-content, .view-display-id-search_database_results .view-content {
  overflow: hidden;
  clear: both;
}
.view-with-pagination .view-footer, .view-display-id-search_database_results .view-footer {
  border-top: solid 1px #5B4D4E;
  margin-top: 20px;
  padding-top: 10px;
  color: #5B4D4E;
  font-size: 12px;
  font-weight: 300;
  font-family: "Montserrat", Verdana, sans-serif;
}
.view-with-pagination .item-list, .view-display-id-search_database_results .item-list {
  float: right;
  margin: 20px 0 0;
}
.view-with-pagination .item-list .pager, .view-display-id-search_database_results .item-list .pager {
  margin: 0;
  font-size: 12px;
  margin-top: 15px;
  font-family: "Montserrat", Verdana, sans-serif;
}
.view-with-pagination .item-list .pager:before, .view-display-id-search_database_results .item-list .pager:before {
  content: 'Page';
  color: #D5CBCB;
  padding-right: 10px;
  font-weight: 300;
  font-size: 14px;
}
.view-with-pagination .item-list .pager .pager-first, .view-with-pagination .item-list .pager .pager-last, .view-display-id-search_database_results .item-list .pager .pager-first, .view-display-id-search_database_results .item-list .pager .pager-last {
  display: none;
}
.view-with-pagination .item-list .pager .pager-previous > a:before, .view-display-id-search_database_results .item-list .pager .pager-previous > a:before {
  content: '\f0d9';
  font-family: fontawesome;
  font-size: 14px;
  color: #E02619;
  padding: 0 5px;
  padding: 0 5px 0 0;
}
.view-with-pagination .item-list .pager .pager-previous > a:before:hover, .view-display-id-search_database_results .item-list .pager .pager-previous > a:before:hover {
  text-decoration: none;
}
.view-with-pagination .item-list .pager .pager-next > a:before, .view-display-id-search_database_results .item-list .pager .pager-next > a:before {
  content: '\f0da';
  font-family: fontawesome;
  font-size: 14px;
  color: #E02619;
  padding: 0 5px;
}
.view-with-pagination .item-list .pager .pager-next > a:before:hover, .view-display-id-search_database_results .item-list .pager .pager-next > a:before:hover {
  text-decoration: none;
}
.view-with-pagination .item-list .pager .pager-item > a, .view-display-id-search_database_results .item-list .pager .pager-item > a {
  color: #5B4D4E;
  padding: 5px;
  font-family: "Montserrat", Verdana, sans-serif;
}
.view-with-pagination .item-list .pager .pager-current, .view-display-id-search_database_results .item-list .pager .pager-current {
  background-color: #E02619;
  color: white;
  border-radius: 50%;
  padding: 4px 8px 4px 7px;
}

@media (min-width: 62em) {
  .hide-desktop, .hide-above-tablet {
    display: none !important;
  }
}

@media only screen and (max-width: 61.9375em) {
  .show-desktop, .hide-below-desktop {
    display: none !important;
  }
}

@media only screen and (max-width: 47.9375em) {
  .show-tablet, .hide-mobile {
    display: none !important;
  }
}

@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  .hide-tablet, .hide-above-mobile, .show-mobile-only {
    display: none !important;
  }
}

.uppercase {
  text-transform: uppercase;
}

/**
 * @file
 * Print styling
 *
 * We provide some sane print styling for Drupal using Zen's layout method.
 */
/**
 * By importing this CSS file as media "all", we allow this print file to be
 * aggregated with other stylesheets, for improved front-end performance.
 */
@media print {
  /* Underline all links. */
  a:link,
  a:visited {
    text-decoration: underline !important;
    /* Don't underline header. */
  }
  a:link.header__site-link,
  a:visited.header__site-link {
    text-decoration: none !important;
  }

  #content {
    /* Add visible URL after links. */
    /* Only display useful links. */
    /* Add visible title after abbreviations. */
  }
  #content a[href]:after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 16px;
  }
  #content a[href^="javascript:"]:after,
  #content a[href^="#"]:after {
    content: "";
  }
  #content abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* Un-float the content. */
  #content {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Turn off any background colors or images. */
  body,
  #page,
  #main,
  #content {
    color: #000;
    background-color: transparent !important;
    background-image: none !important;
  }

  /* Hide sidebars and nav elements. */
  #skip-link,
  #toolbar,
  #navigation,
  .region-sidebar-first,
  .region-sidebar-second,
  #footer, .footer_nav
  .breadcrumb,
  .tabs,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .pager,
  .feed-icons {
    visibility: hidden;
    display: none;
  }
}
/* Layout rules */
/**
 * @file
 * Positioning for a responsive layout.
 *
 * Define CSS classes to create a fluid grid layout with optional sidebars
 * depending on whether blocks are placed in the left or right sidebars.
 *
 * This layout uses the Zen Grids plugin for Compass: http://zengrids.com
 */
/**
 * Center the page.
 *
 * For screen sizes larger than 1200px, prevent excessively long lines of text
 * by setting a max-width.
 */
#page,
.region-bottom {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

/* Apply the shared properties of grid items in a single, efficient ruleset. */
#header, .header,
#content,
#navigation,
.region-sidebar-first,
.region-sidebar-second,
#footer, .footer_nav {
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

/* Containers for grid items and flow items. */
#header:before, #header:after, .header:before, .header:after,
#main:before,
#main:after,
#footer:before,
#footer:after, .footer_nav:before, .footer_nav:after {
  content: "";
  display: table;
}
#header:after, .header:after,
#main:after,
#footer:after, .footer_nav:after {
  clear: both;
}

/* Navigation bar */
@media all and (min-width: 480px) {
  #main {
    /* Move all the children of #main down to make room. */
    padding-top: 3em;
    position: relative;
  }

  #navigation {
    /* Move the navbar up inside #main's padding. */
    position: absolute;
    top: 0;
    height: 3em;
    width: 100%;
  }
}
/**
 * Use 3 grid columns for smaller screens.
 */
@media all and (min-width: 480px) and (max-width: 959px) {
  /**
   * The layout when there is only one sidebar, the left one.
   */
  .sidebar-first {
    /* Span 2 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
  }
  .sidebar-first #content {
    float: left;
    width: 200%;
    margin-left: 100%;
    margin-right: -300%;
  }
  .sidebar-first .region-sidebar-first {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }

  /**
   * The layout when there is only one sidebar, the right one.
   */
  .sidebar-second {
    /* Span 2 columns, starting in 1st column from left. */
    /* Span 1 column, starting in 3rd column from left. */
  }
  .sidebar-second #content {
    float: left;
    width: 200%;
    margin-left: 0%;
    margin-right: -200%;
  }
  .sidebar-second .region-sidebar-second {
    float: left;
    width: 100%;
    margin-left: 200%;
    margin-right: -300%;
  }

  /**
   * The layout when there are two sidebars.
   */
  .two-sidebars {
    /* Span 2 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
    /* Start a new row and span all 3 columns. */
  }
  .two-sidebars #content {
    float: left;
    width: 200%;
    margin-left: 100%;
    margin-right: -300%;
  }
  .two-sidebars .region-sidebar-first {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  .two-sidebars .region-sidebar-second {
    float: left;
    width: 300%;
    margin-left: 0%;
    margin-right: -300%;
    padding-left: 0;
    padding-right: 0;
    clear: left;
    /* Apply the shared properties of grid items in a single, efficient ruleset. */
    /* Span 1 column, starting in the 1st column from left. */
    /* Span 1 column, starting in the 2nd column from left. */
    /* Span 1 column, starting in the 3rd column from left. */
  }
  .two-sidebars .region-sidebar-second .block {
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  .two-sidebars .region-sidebar-second .block:nth-child(3n+1) {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    clear: left;
  }
  .two-sidebars .region-sidebar-second .block:nth-child(3n+2) {
    float: left;
    width: 100%;
    margin-left: 100%;
    margin-right: -200%;
  }
  .two-sidebars .region-sidebar-second .block:nth-child(3n) {
    float: left;
    width: 100%;
    margin-left: 200%;
    margin-right: -300%;
  }
}
/**
 * Use 5 grid columns for larger screens.
 */
@media all and (min-width: 960px) {
  /**
   * The layout when there is only one sidebar, the left one.
   */
  .sidebar-first {
    /* Span 4 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
  }
  .sidebar-first #content {
    float: left;
    width: 400%;
    margin-left: 100%;
    margin-right: -500%;
  }
  .sidebar-first .region-sidebar-first {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }

  /**
   * The layout when there is only one sidebar, the right one.
   */
  .sidebar-second {
    /* Span 4 columns, starting in 1st column from left. */
    /* Span 1 column, starting in 5th column from left. */
  }
  .sidebar-second #content {
    float: left;
    width: 400%;
    margin-left: 0%;
    margin-right: -400%;
  }
  .sidebar-second .region-sidebar-second {
    float: left;
    width: 100%;
    margin-left: 400%;
    margin-right: -500%;
  }

  /**
   * The layout when there are two sidebars.
   */
  .two-sidebars {
    /* Span 3 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
    /* Span 1 column, starting in 5th column from left. */
  }
  .two-sidebars #content {
    float: left;
    width: 300%;
    margin-left: 100%;
    margin-right: -400%;
  }
  .two-sidebars .region-sidebar-first {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  .two-sidebars .region-sidebar-second {
    float: left;
    width: 100%;
    margin-left: 400%;
    margin-right: -500%;
  }
}
/*Customizations*/
#main {
  margin-left: auto;
  margin-right: auto;
}
#main #content {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
#main #content .breadcrumb {
  display: none;
}
#main fieldset {
  clear: both;
}

#tinymce .accordion {
  border: 1px solid grey;
}
#tinymce .accordion .accordion_title {
  color: lightgrey;
  border-bottom: 1px dashed grey;
}

/* SMACSS theme rules */
/* @import "//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/css/theme-A?yocs=_&yoloc=eu"; */
/* @import "//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/css/theme-B?yocs=_&yoloc=eu"; */
* {
  box-sizing: border-box;
}

body {
  background: #fff;
  font-family: "Merriweather", serif;
  font-size: 16px;
  font-weight: inherit;
  line-height: 1.75em;
  color: #4a4a4a;
  margin: 0;
  padding: 0;
}

p {
  font-family: "Merriweather", serif;
  font-size: 16px;
  line-height: 2em;
}

h1, h2, h3, h4, h5, h6 {
  color: #E02619;
  font-family: "Montserrat", Verdana, sans-serif;
  font-weight: normal;
}

h1,
header h1 {
  font-size: 42px;
  line-height: 46px;
  margin: 0;
}
@media only screen and (max-width: 47.9375em) {
  h1,
  header h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 36px;
  line-height: 42px;
}

h3 {
  font-size: 32px;
  line-height: 38px;
}

h4 {
  font-size: 26px;
  line-height: 32px;
}

h5 {
  font-size: 24px;
  line-height: 30px;
}

h6 {
  font-size: 20px;
  line-height: 26px;
}

h3,
h4,
h5,
h6 {
  margin: 1em 0;
}

p {
  margin: 1em 0;
}

a {
  text-decoration: none;
  color: #127B89;
}
a:hover {
  color: #0EBECE;
  text-decoration: underline;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

ul {
  padding-left: 0;
}

ul.menu {
  text-align: left;
}

button {
  font-family: "Montserrat", Verdana, sans-serif;
}

#primary {
  border-right: 0.0625em solid #e1e1e1;
}

form .searchbox, .search-submit {
  display: none;
}

#page,
.region-bottom {
  margin-left: auto;
  margin-right: auto;
  max-width: none;
  overflow: hidden;
}

.clearfix:before, .container:before, .row:before,
.footermap:before,
.region-header:before, .clearfix:after, .container:after, .row:after,
.footermap:after,
.region-header:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after, .container:after, .row:after,
.footermap:after,
.region-header:after {
  clear: both;
}

.container {
  width: 64em;
  margin: 0 auto;
}

.col3 {
  width: 21.3125em;
  float: left;
  padding: 0 1.875em;
  margin-top: 1.875em;
}

.col9 {
  width: 42.6875em;
  float: left;
  padding: 0 1.875em;
  margin-top: 1.875em;
}

.col12 {
  width: 100%;
  max-width: 64em;
  margin: 0 auto;
}

@media only screen and (min-width: 75em) {
  /* full-width header and footer */
  #utility-nav-wrapper,
  .header .container,
  footer .container,
  #footer-main-wrapper,
  .header .col12 {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 61.9375em) {
  .container {
    width: 48em;
  }

  .col3 {
    width: 17.8125em;
    padding: 0 0.9375em;
  }

  .col9 {
    width: 30.1875em;
    padding: 0 1.875em 0 0.9375em;
  }
}
@media only screen and (max-width: 47.9375em) {
  .container {
    width: 100%;
  }

  .col3 {
    width: 100%;
    float: none;
    padding: 0;
  }

  .col9 {
    width: 100%;
    float: none;
    padding: 0 0.625em;
  }
}
@media (min-width: 62em) {
  .about-highlights {
    border-right: solid 1px #A59899;
    padding-right: 20px;
  }
}
.about-highlights h2 {
  color: #E02619;
  margin: 26px 0 28px;
  font-size: 2em;
  font-family: 'Montserrat', Verdana, sans-serif;
  font-weight: normal;
}
@media only screen and (max-width: 47.9375em) {
  .about-highlights h2 {
    font-size: 1.5em;
  }
}
.about-highlights h2:before {
  content: '';
  width: 35px;
  height: 29.4px;
  background-image: url('//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/smiling-h/rhomboid.png?yocs=_&yoloc=eu');
  background-size: 100% 100%;
  display: inline-block;
  margin-right: 10px;
}
.about-highlights a {
  color: #0995A2;
}
.about-highlights a:hover {
  color: #127B89;
}
.about-highlights a.angle-after {
  font-size: 14px;
  font-family: 'Montserrat', Verdana, sans-serif;
}
.about-highlights a.angle-after:after {
  font-family: fontawesome;
  content: ' \f105';
  font-size: .8em;
}
.about-highlights p {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 2em;
}

@media only screen and (max-width: 61.9375em) {
  .about-highlights-int {
    border-top: solid 1px #A59899;
  }
}
.about-highlights-int h2 {
  color: #BC1108;
  font-size: 1.3em;
  margin: 26px 0 10px;
}
.about-highlights-int a {
  color: #0995A2;
  font-family: 'Montserrat', Verdana, sans-serif;
  font-size: 16px;
}
.about-highlights-int a:hover {
  color: #127B89;
}
.about-highlights-int a:after {
  font-family: fontawesome;
  content: ' \f105';
  font-size: .8em;
}
.about-highlights-int ul {
  list-style: none none;
  margin-top: 0;
}

.contact-us-panel {
  text-align: center;
  margin-top: 0;
}
.contact-us-panel h2 {
  background: url('//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/contact-us/zig-zag-background.png?yocs=_&yoloc=eu') repeat-x bottom;
  color: white;
  line-height: 3em;
  margin-left: calc((-100vw + 100%) / 2);
  margin-right: calc((-100vw + 100%) / 2);
  margin-top: 60px;
  font-size: 26px;
  font-weight: 300;
}
@media only screen and (max-width: 47.9375em) {
  .contact-us-panel h2 {
    font-size: .9em;
  }
}
.contact-us-panel h2 > strong {
  font-weight: 400;
}
.contact-us-panel a {
  color: #0995A2;
  font-family: 'Montserrat', Verdana, sans-serif;
  font-size: 1.25em;
}
.contact-us-panel a:focus {
  outline: none;
}
.contact-us-panel a:hover {
  color: #0EBECE;
}
@media only screen and (max-width: 61.9375em) {
  .contact-us-panel a {
    font-size: 1.125em;
  }
}
@media only screen and (max-width: 47.9375em) {
  .contact-us-panel a {
    font-size: .9em;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.contact-us-panel .row {
  margin-top: 1.5em;
  margin-bottom: 0;
}
@media only screen and (max-width: 47.9375em) {
  .contact-us-panel .row {
    margin-top: 10px;
  }
}
.contact-us-panel .mobile-icon {
  line-height: 90px;
  padding-left: 100px;
  display: inline-block;
  position: relative;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-us-panel .mobile-icon:before {
  content: '';
  width: 90px;
  height: 90px;
  background-image: url('//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/contact-us/phone-icon-outline.png?yocs=_&yoloc=eu');
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.contact-us-panel .mobile-icon:hover:before {
  background-image: url('//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/contact-us/phone-icon-solid.png?yocs=_&yoloc=eu');
}
@media only screen and (max-width: 61.9375em) and (max-width: 47.9375em) {
  .contact-us-panel .mobile-icon {
    line-height: 70px;
    padding-left: 73px;
  }
  .contact-us-panel .mobile-icon:before {
    width: 70px;
    height: 70px;
    left: 0;
  }
}

.contact-us-panel .email-icon {
  line-height: 90px;
  padding-left: 100px;
  display: inline-block;
  position: relative;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-us-panel .email-icon:before {
  content: '';
  width: 90px;
  height: 90px;
  background-image: url('//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/contact-us/mail-icon-outline.png?yocs=_&yoloc=eu');
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.contact-us-panel .email-icon:hover:before {
  background-image: url('//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/contact-us/mail-icon-solid.png?yocs=_&yoloc=eu');
}
@media only screen and (max-width: 61.9375em) and (max-width: 47.9375em) {
  .contact-us-panel .email-icon {
    line-height: 70px;
    padding-left: 73px;
  }
  .contact-us-panel .email-icon:before {
    width: 70px;
    height: 70px;
    left: 0;
  }
}

.contact-us-panel .mobile-icon-q {
  line-height: 90px;
  padding-left: 100px;
  display: inline-block;
  position: relative;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-us-panel .mobile-icon-q:before {
  content: '';
  width: 90px;
  height: 90px;
  background-image: url('//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/contact-us/phone-icon-outline.png?yocs=_&yoloc=eu');
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.contact-us-panel .mobile-icon-q:hover:before {
  background-image: url('//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/contact-us/phone-icon-solid.png?yocs=_&yoloc=eu');
}
@media only screen and (max-width: 61.9375em) and (max-width: 47.9375em) {
  .contact-us-panel .mobile-icon-q {
    line-height: 70px;
    padding-left: 73px;
  }
  .contact-us-panel .mobile-icon-q:before {
    width: 70px;
    height: 70px;
    left: 20px;
  }
}

@media only screen and (max-width: 61.9375em) {
  .contact-us-panel .mobile-icon-q {
    padding-left: 90px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .contact-us-panel .mobile-icon-q {
    width: 110px;
    padding-left: 0;
    padding-top: 72px;
    line-height: 30px;
  }
}
.contact-us-panel .email-icon-q {
  line-height: 90px;
  padding-left: 100px;
  display: inline-block;
  position: relative;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-us-panel .email-icon-q:before {
  content: '';
  width: 90px;
  height: 90px;
  background-image: url('//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/contact-us/mail-icon-outline.png?yocs=_&yoloc=eu');
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.contact-us-panel .email-icon-q:hover:before {
  background-image: url('//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/contact-us/mail-icon-solid.png?yocs=_&yoloc=eu');
}
@media only screen and (max-width: 61.9375em) and (max-width: 47.9375em) {
  .contact-us-panel .email-icon-q {
    line-height: 70px;
    padding-left: 73px;
  }
  .contact-us-panel .email-icon-q:before {
    width: 70px;
    height: 70px;
    left: 9px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .contact-us-panel .email-icon-q {
    width: 90px;
    padding-left: 1px;
    padding-top: 72px;
    line-height: 30px;
    margin-left: 2px;
  }
}
.contact-us-panel .mobile-faq-icon-q {
  line-height: 90px;
  padding-left: 100px;
  display: inline-block;
  position: relative;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-us-panel .mobile-faq-icon-q:before {
  content: '';
  width: 90px;
  height: 90px;
  background-image: url('//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/contact-us/faq-icon-outline.png?yocs=_&yoloc=eu');
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.contact-us-panel .mobile-faq-icon-q:hover:before {
  background-image: url('//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/contact-us/faq-icon-solid.png?yocs=_&yoloc=eu');
}
@media only screen and (max-width: 61.9375em) and (max-width: 47.9375em) {
  .contact-us-panel .mobile-faq-icon-q {
    line-height: 70px;
    padding-left: 73px;
  }
  .contact-us-panel .mobile-faq-icon-q:before {
    width: 70px;
    height: 70px;
    left: -15px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .contact-us-panel .mobile-faq-icon-q {
    padding-left: 0;
    padding-top: 72px;
    line-height: 30px;
  }
}
.contact-us-panel .chat-section {
  position: relative;
  display: inline-block;
}
.contact-us-panel .chat-section .chat-icon {
  line-height: 99px;
  display: block;
  position: relative;
  text-align: left;
}
.contact-us-panel .chat-section .chat-icon:before {
  content: '';
  width: 90px;
  height: 90px;
  background-size: 100% 100%;
  background-image: url('//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/contact-us/faq-icon-outline.png?yocs=_&yoloc=eu');
  position: absolute;
  left: -99px;
  top: 0;
}
.contact-us-panel .chat-section .chat-icon:hover:before {
  content: '';
  background-image: url('//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/contact-us/faq-icon-solid.png?yocs=_&yoloc=eu');
}
.contact-us-panel .chat-section .chat-icon.open + div {
  display: block;
}
.contact-us-panel .chat-section .field-name-field-live-chat-urls {
  text-align: left;
  margin-top: -40px;
  position: absolute;
  z-index: 1;
  line-height: 18px;
  display: none;
}
.contact-us-panel .chat-section .field-name-field-live-chat-urls a {
  font-size: 12px;
}

.articles-activities-links a {
  color: #0EBECE;
}
.articles-activities-links .field:not(.field-name-field-additional-links) .field-items {
  text-align: center;
}
.articles-activities-links .audio-editions {
  color: #E02619;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100px;
  font-size: 12px;
  line-height: 16px;
}
@media only screen and (max-width: 47.9375em) {
  .articles-activities-links .audio-editions {
    font-size: 10px;
  }
}
.articles-activities-links .audio-editions:before {
  content: '';
  display: block;
  width: 100%;
  max-width: 100px;
  padding-top: 100%;
  background: url('//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/articles-activities/headphones.png?yocs=_&yoloc=eu') no-repeat;
  background-size: 100% 100%;
}
.articles-activities-links .audio-editions:hover:before {
  background-image: url('//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/articles-activities/headphones-solid.png?yocs=_&yoloc=eu');
}
.articles-activities-links .parents-guides {
  color: #E02619;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100px;
  font-size: 12px;
  line-height: 16px;
}
@media only screen and (max-width: 47.9375em) {
  .articles-activities-links .parents-guides {
    font-size: 10px;
  }
}
.articles-activities-links .parents-guides:before {
  content: '';
  display: block;
  width: 100%;
  max-width: 100px;
  padding-top: 100%;
  background: url('//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/articles-activities/parent-guide.png?yocs=_&yoloc=eu') no-repeat;
  background-size: 100% 100%;
}
.articles-activities-links .parents-guides:hover:before {
  background-image: url('//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/articles-activities/parent-guide-solid.png?yocs=_&yoloc=eu');
}
.articles-activities-links .teachers-guides {
  color: #E02619;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100px;
  font-size: 12px;
  line-height: 16px;
}
@media only screen and (max-width: 47.9375em) {
  .articles-activities-links .teachers-guides {
    font-size: 10px;
  }
}
.articles-activities-links .teachers-guides:before {
  content: '';
  display: block;
  width: 100%;
  max-width: 100px;
  padding-top: 100%;
  background: url('//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/articles-activities/teacher-guide.png?yocs=_&yoloc=eu') no-repeat;
  background-size: 100% 100%;
}
.articles-activities-links .teachers-guides:hover:before {
  background-image: url('//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/articles-activities/teacher-guide-solid.png?yocs=_&yoloc=eu');
}
.articles-activities-links .additional-links {
  padding: 10px 0 10px 15px;
}
@media only screen and (max-width: 47.9375em) {
  .articles-activities-links .additional-links {
    border-top: solid 1px #A59899;
    margin-top: 15px;
    padding-left: 0;
    overflow: hidden;
  }
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  .articles-activities-links .additional-links {
    border-left: solid 1px #A59899;
  }
}

.articles-activities-links .additional-links a {
  font-size: 14px;
  display: block;
}
.articles-activities-links .additional-links a:after {
  content: ' \f105';
  font-family: fontawesome;
}
@media only screen and (max-width: 47.9375em) {
  .articles-activities-links .additional-links a {
    width: 50%;
    float: left;
    font-size: 11px;
  }
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  .articles-activities-links .col-sm-cust:not(:last-child) {
    width: 21.66667%;
  }
  .articles-activities-links .col-sm-cust:last-child {
    width: 35%;
  }
}

.pane-bundle-highlights-guaranteed {
  margin: 20px 0;
}
@media only screen and (max-width: 47.9375em) {
  .pane-bundle-highlights-guaranteed {
    text-align: center;
  }
}
@media only screen and (max-width: 61.9375em) and (min-width: 48em) and (max-width: 61.9375em), only screen and (max-width: 61.9375em) and (min-width: 48em) and (min-width: 62em) {
  .pane-bundle-highlights-guaranteed {
    margin: 40px 0;
  }
}

@media (min-width: 62em) {
  .pane-bundle-highlights-guaranteed {
    margin: 60px 0;
  }
}
.pane-bundle-highlights-guaranteed p {
  margin: 20px 0;
  font-size: 16px;
  line-height: 2em;
}
@media only screen and (max-width: 47.9375em) {
  .pane-bundle-highlights-guaranteed p {
    line-height: 1.9em;
  }
}
@media only screen and (max-width: 61.9375em) and (min-width: 48em) and (max-width: 61.9375em), only screen and (max-width: 61.9375em) and (min-width: 48em) and (min-width: 62em) {
  .pane-bundle-highlights-guaranteed p {
    font-size: 18px;
  }
}

@media (min-width: 62em) {
  .pane-bundle-highlights-guaranteed p {
    font-size: 20px;
  }
}
.pane-bundle-highlights-guaranteed .red {
  color: #E02619;
}
.pane-bundle-highlights-guaranteed > h2.pane-title {
  font-weight: 300;
  font-size: 30px;
  margin: 0;
}
@media only screen and (max-width: 47.9375em) {
  .pane-bundle-highlights-guaranteed > h2.pane-title {
    margin-bottom: 10px;
    font-size: 25px;
  }
}
.pane-bundle-highlights-guaranteed > .fieldable-panels-pane {
  overflow: hidden;
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  .pane-bundle-highlights-guaranteed > .fieldable-panels-pane > .field.field-name-field-guaranteed-image {
    float: right;
    width: 30%;
    margin: 0 0 20px 40px;
  }
}

@media only screen and (min-width: 48em) and (max-width: 61.9375em) and (max-width: 61.9375em) and (min-width: 48em) and (max-width: 61.9375em), only screen and (min-width: 48em) and (min-width: 62em) and (max-width: 61.9375em) and (min-width: 48em) and (max-width: 61.9375em), only screen and (min-width: 48em) and (max-width: 61.9375em) and (max-width: 61.9375em) and (min-width: 48em) and (min-width: 62em), only screen and (min-width: 48em) and (min-width: 62em) and (max-width: 61.9375em) and (min-width: 48em) and (min-width: 62em) {
  .pane-bundle-highlights-guaranteed > .fieldable-panels-pane > .field.field-name-field-guaranteed-image {
    margin-top: 30px;
    width: 35%;
  }
}

@media only screen and (max-width: 47.9375em) {
  .pane-bundle-highlights-guaranteed > .fieldable-panels-pane > .field.field-name-field-guaranteed-image img {
    max-width: 250px;
  }
}
.pane-bundle-highlights-guaranteed > .fieldable-panels-pane > .field.field-name-field-guarantee-text {
  text-align: left;
}
.pane-bundle-highlights-guaranteed > .fieldable-panels-pane > .field.field-name-field-guarantee-text a {
  text-decoration: underline;
}

.baby-gallery-links {
  margin: 0 auto;
}
@media only screen and (max-width: 61.9375em) {
  .baby-gallery-links {
    max-width: 450px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .baby-gallery-links {
    max-width: 340px;
  }
}
.baby-gallery-links h2 {
  margin: 0 0 .625em;
  color: #5B4D4E;
}
@media only screen and (max-width: 47.9375em) {
  .baby-gallery-links h2 {
    font-size: 30px;
  }
}
.baby-gallery-links .field-name-field-baby-gal-link-desc {
  font-size: 16px;
  font-weight: 300;
}
.baby-gallery-links .field-name-field-baby-gal-link {
  margin-top: 15px;
}
.baby-gallery-links .field-name-field-baby-gal-link a {
  display: block;
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  color: #0995A2;
  border-color: #0EBECE;
  background-color: white;
  background-color: white;
  text-align: center;
  padding: 10px;
  font-weight: 300;
}
.baby-gallery-links .field-name-field-baby-gal-link a:hover {
  text-decoration: none;
}
.baby-gallery-links .field-name-field-baby-gal-link a:focus {
  outline: 0;
}
.baby-gallery-links .field-name-field-baby-gal-link a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.baby-gallery-links .field-name-field-baby-gal-link a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.baby-gallery-links .field-name-field-baby-gal-link a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .baby-gallery-links .field-name-field-baby-gal-link a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .baby-gallery-links .field-name-field-baby-gal-link a {
    min-width: auto;
  }
}
.baby-gallery-links .field-name-field-baby-gal-link a:after {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 5px;
  font-family: hfcicons;
  content: "\e00c";
}
.baby-gallery-links .field-name-field-baby-gal-images {
  overflow: hidden;
  margin-top: 5px;
}
@media only screen and (max-width: 61.9375em) {
  .baby-gallery-links .field-name-field-baby-gal-images {
    margin-top: 30px;
  }
}
.baby-gallery-links .field-name-field-baby-gal-images .field-item {
  float: left;
}
.baby-gallery-links .field-name-field-baby-gal-images .field-item:first-child {
  width: 66.66667%;
  padding-right: 2.5px;
}
.baby-gallery-links .field-name-field-baby-gal-images .field-item:nth-child(2) {
  width: 33.33333%;
  padding: 0 0 2.5px 2.5px;
}
.baby-gallery-links .field-name-field-baby-gal-images .field-item:nth-child(3) {
  width: 33.33333%;
  padding: 2.5px 0 0 2.5px;
}

.author--teaser {
  clear: both;
  overflow: hidden;
}
.author--teaser .author__image {
  float: left;
  margin-right: 20px;
}
@media only screen and (max-width: 47.9375em) {
  .author--teaser .author__image {
    max-width: 50%;
  }
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  .author--teaser .author__image {
    max-width: 260px;
  }
}

.author--teaser .author__image img {
  max-height: 260px;
}
.author--teaser .author__title {
  font-weight: bold;
}
.author--teaser .author__body p {
  font-size: 14px;
  margin: 0.5em 0 1em 0;
}

.node-type-parents-activity .field-name-field-parent-article-author {
  display: inline-block;
}
@media only screen and (max-width: 47.9375em) {
  .node-type-parents-activity .content_header_date {
    margin-bottom: 15px;
  }
}

.node-type-parents-article .field-name-field-parent-article-author {
  display: inline-block;
}
@media only screen and (max-width: 47.9375em) {
  .node-type-parents-article .content_header_date {
    margin-bottom: 15px;
  }
}

.region-homepage-hero .views-field-field-overlay-text {
  text-align: center;
  white-space: nowrap;
  background-color: rgba(218, 7, 22, 0.8);
  color: white;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: -70px;
  position: relative;
  font-family: 'Montserrat', Verdana, sans-serif;
  font-size: 32px;
  line-height: 119%;
}
@media only screen and (max-width: 47.9375em) {
  .region-homepage-hero .views-field-field-overlay-text {
    font-size: .75em;
    white-space: normal;
    padding-top: 5px;
    padding-bottom: 30px;
    margin-top: 0px;
    background-color: #da0716;
  }
}
.region-homepage-hero .slick-dots {
  bottom: 0;
  position: relative;
  margin: .25em 0;
}
.region-homepage-hero .slick-prev::before, .region-homepage-hero .slick-next::before {
  color: #da0716;
}
.region-homepage-hero .slick-slide {
  opacity: 0.3;
  -webkit-filter: blur(2px);
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  /* For IE8 and earlier */
  filter: alpha(opacity=30) blur(2px);
  /* For IE8 and earlier */
}
.region-homepage-hero .slick--center .slick-slide.slick-center {
  opacity: 1;
  -webkit-filter: blur(0);
  -webkit-transform: scale(1);
  transform: scale(1);
  /* For IE8 and earlier */
  filter: alpha(opacity=100) blur(0);
  /* For IE8 and earlier */
}
.region-homepage-hero .slick--center .slide__content {
  overflow: visible;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
  -webkit-transform: scale(1);
  transform: scale(1);
}
.region-homepage-hero .slick-prev {
  margin-left: 60px;
  width: auto;
  height: auto;
}
@media only screen and (max-width: 61.9375em) {
  .region-homepage-hero .slick-prev {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .region-homepage-hero .slick-prev {
    margin-left: 6px;
  }
}
.region-homepage-hero .slick-prev::before {
  content: url("//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/slickprev01.png?yocs=_&yoloc=eu");
}
@media only screen and (max-width: 47.9375em) {
  .region-homepage-hero .slick-prev::before {
    content: url("//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/slickprev02.png?yocs=_&yoloc=eu");
  }
}
.region-homepage-hero .slick-prev:hover::before {
  content: url("//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/slickprev01_hover.png?yocs=_&yoloc=eu");
}
@media only screen and (max-width: 47.9375em) {
  .region-homepage-hero .slick-prev:hover::before {
    content: url("//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/slickprev02_hover.png?yocs=_&yoloc=eu");
  }
}
.region-homepage-hero .slick-next {
  margin-right: 60px;
  width: auto;
  height: auto;
}
@media only screen and (max-width: 61.9375em) {
  .region-homepage-hero .slick-next {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .region-homepage-hero .slick-next {
    margin-right: 6px;
  }
}
.region-homepage-hero .slick-next::before {
  content: url("//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/slicknext01.png?yocs=_&yoloc=eu");
}
@media only screen and (max-width: 47.9375em) {
  .region-homepage-hero .slick-next::before {
    content: url("//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/slicknext02.png?yocs=_&yoloc=eu");
  }
}
.region-homepage-hero .slick-next:hover::before {
  content: url("//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/slicknext01_hover.png?yocs=_&yoloc=eu");
}
@media only screen and (max-width: 47.9375em) {
  .region-homepage-hero .slick-next:hover::before {
    content: url("//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/slicknext02_hover.png?yocs=_&yoloc=eu");
  }
}
.region-homepage-hero .slick-track {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.region-homepage-hero .slick-dots li.slick-active button::before {
  opacity: 1;
  content: url("//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/hh_dot_fill.png?yocs=_&yoloc=eu");
}
.region-homepage-hero .slick-dots li button:before {
  opacity: 1;
  content: url("//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/hh_dot_empty.png?yocs=_&yoloc=eu");
}
.region-homepage-hero .slick-list {
  height: auto !important;
}
.region-homepage-hero .slick__arrow {
  top: 46%;
}
@media only screen and (max-width: 61.9375em) {
  .region-homepage-hero .slick__arrow {
    top: 46%;
  }
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  .region-homepage-hero .slick__arrow {
    top: 46%;
  }
}

@media only screen and (max-width: 47.9375em) {
  .region-homepage-hero .slick__arrow {
    top: 46%;
  }
}

.region-homepage-hero a {
  color: white;
  text-decoration: none;
}

.region-homepage-hero a:link {
  color: white;
  text-decoration: none;
}

.region-homepage-hero a:visited {
  color: white;
  text-decoration: none;
}

.region-homepage-hero a:hover {
  color: white;
  text-decoration: none;
}

.region-homepage-hero a:active {
  color: white;
  text-decoration: none;
}

.view-homepage-video {
  border-top: solid 1px #A59899;
  margin: 2em 0;
  clear: both;
  text-align: center;
  position: relative;
  width: 100%;
  display: inline-block;
}
.view-homepage-video .field-content {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
}
@media only screen and (max-width: 47.9375em) {
  .view-homepage-video .field-content {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.view-homepage-video .homepage-video-row {
  display: inline-block;
  text-align: center;
  margin-top: 20px;
  width: 32%;
  vertical-align: top;
}
.view-homepage-video .video-container {
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}
.view-homepage-video .view-header {
  text-align: center;
  margin-top: -1.25em;
}
.view-homepage-video .view-header p {
  font-family: "Montserrat", Verdana, sans-serif;
}
.view-homepage-video .view-header > p:first-child {
  color: #BC1108;
  display: inline-block;
  position: relative;
  font-size: 1.2em;
  padding: 0 50px;
  z-index: 0;
  line-height: 2.5em;
  font-weight: normal;
  margin: 0;
}
@media only screen and (max-width: 47.9375em) {
  .view-homepage-video .view-header > p:first-child {
    padding: 0 25px;
    font-size: 1em;
  }
}
.view-homepage-video .view-header > p:first-child:after {
  content: '';
  display: block;
  border-top: 2.5em solid #A59899;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  height: 0;
  width: calc(100% - 20px);
  position: absolute;
  z-index: -2;
  left: 0;
  bottom: 0;
}
.view-homepage-video .view-header > p:first-child:before {
  content: '';
  display: block;
  border-top: calc(2.5em - 2px) solid white;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  height: 0;
  width: calc(100% - 21px);
  position: absolute;
  z-index: -1;
  left: 1.5px;
  bottom: 1px;
}
.view-homepage-video .video-tn img {
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  height: auto;
  width: auto;
}
.view-homepage-video .video-play-icon {
  opacity: 0.6;
  filter: alpha(opacity=60);
  display: inline-block;
}
@media only screen and (max-width: 47.9375em) {
  .view-homepage-video .video-play-icon img {
    transform: scale(0.4, 0.4);
  }
}
.view-homepage-video .video-text {
  font-size: 1.2em;
  font-family: "Montserrat", Verdana, sans-serif;
  margin-top: -20%;
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  .view-homepage-video .video-text {
    margin-top: -5%;
  }
}

@media only screen and (max-width: 47.9375em) {
  .view-homepage-video .video-text {
    font-size: 1em;
    margin-top: -20%;
  }
}
.view-homepage-video .video-text a {
  color: #0995A2;
}

.hfc_classroom .hfc_page_tabs {
  border-bottom: 1px solid #A59899;
  padding-bottom: 1em;
  margin-bottom: 4em;
  margin-top: 1.5em;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_classroom .hfc_page_tabs {
    border-bottom: 0;
  }
}
@media (min-width: 769px) {
  .hfc_classroom .hfc_page_tabs .tabs-0-tabs .item-list {
    position: relative;
  }
}
.hfc_classroom .hfc_page_tabs ul.resp-tabs-list {
  margin-bottom: -1px;
}
.hfc_classroom .hfc_page_tabs ul.resp-tabs-list li {
  border: none;
  margin-left: 5px;
  padding: 6px 20px !important;
  border-radius: 4px 4px 0 0;
  display: inline-block;
  color: #5B4D4E;
  font-family: 'Montserrat', Verdana, sans-serif;
  font-size: 16px;
  font-weight: bold;
}
.hfc_classroom .hfc_page_tabs ul.resp-tabs-list li:hover {
  color: #E02619;
  text-decoration: none;
}
.hfc_classroom .hfc_page_tabs ul.resp-tabs-list li:focus {
  outline: none;
}
.hfc_classroom .hfc_page_tabs ul.resp-tabs-list li.resp-tab-active {
  border: 1px solid #5B4D4E;
  border-bottom-color: #fff;
  color: #FF4844;
}
.hfc_classroom .hfc_page_tabs ul.resp-tabs-list li.first {
  margin-left: 20px;
}
.hfc_classroom .hfc_page_tabs ul.resp-tabs-list li a {
  color: #5B4D4E;
  font-family: 'Montserrat', Verdana, sans-serif;
  font-size: 16px;
}
.hfc_classroom .hfc_page_tabs ul.resp-tabs-list li a:hover {
  color: #E02619;
  text-decoration: none;
}
.hfc_classroom .hfc_page_tabs ul.resp-tabs-list li a:focus {
  outline: none;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_classroom .hfc_page_tabs ul.resp-tabs-list {
    display: none;
  }
}
.hfc_classroom .hfc_page_tabs .resp-tab-content,
.hfc_classroom .hfc_page_tabs .resp-tab-content-active {
  border: none;
}
@media (min-width: 769px) {
  .hfc_classroom .hfc_page_tabs .resp-tab-content,
  .hfc_classroom .hfc_page_tabs .resp-tab-content-active {
    border-top: 1px solid #5B4D4E;
  }
}
.hfc_classroom .hfc_page_tabs .resp-tabs-container {
  display: none;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_classroom .hfc_page_tabs .resp-tabs-container {
    display: block;
    border-bottom: 1px solid #D5CBCB !important;
  }
  .hfc_classroom .hfc_page_tabs .resp-tabs-container.first {
    border-top: 1px solid #D5CBCB !important;
  }
}
.hfc_classroom .hfc_page_tabs .resp-tabs-container .resp-accordion {
  background: #fff !important;
  margin: 0;
  font-family: 'Montserrat', Verdana, sans-serif;
  font-size: 16px;
  cursor: pointer;
}
.hfc_classroom .hfc_page_tabs .resp-tabs-container .resp-accordion i.fa {
  float: right;
  font-size: 24px;
  margin: 4px 0 0;
  color: #E02619;
}
.hfc_classroom .hfc_page_tabs .resp-tabs-container .resp-accordion i.fa.fa-minus-circle {
  display: none;
}
.hfc_classroom .hfc_page_tabs .resp-tabs-container .resp-accordion a {
  color: #372829;
}
@media (max-width: 768px) {
  .hfc_classroom .hfc_page_tabs .resp-tabs-container .resp-accordion {
    border: none !important;
  }
}
.hfc_classroom .hfc_page_tabs .resp-tabs-container .resp-accordion.resp-mobile-active a {
  color: #E02619;
}
.hfc_classroom .hfc_page_tabs .resp-tabs-container .resp-accordion.resp-mobile-active i.fa.fa-minus-circle {
  display: block;
}
.hfc_classroom .hfc_page_tabs .resp-tabs-container .resp-accordion.resp-mobile-active i.fa.fa-plus-circle {
  display: none;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_classroom .hfc_page_tabs .resp-tabs-container .resp-mobile-inactive {
    display: none;
  }
}
.hfc_classroom .hfc_page_tabs .resp-tabs-container.resp-tab-active {
  display: block !important;
  overflow: hidden !important;
  border-top: 1px solid #5B4D4E;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_classroom .hfc_page_tabs .resp-tabs-container.resp-tab-active {
    border-top: none;
  }
}
.hfc_classroom .hfc_page_tabs .resp-tabs-container .resp-accordion {
  display: none;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_classroom .hfc_page_tabs .resp-tabs-container .resp-accordion {
    display: block;
  }
}
.hfc_classroom .hfc_page_tabs .resp-tabs-container li {
  font-family: 'Montserrat', Verdana, sans-serif;
}
.hfc_classroom .hfc_page_tabs .resp-tabs-container ul {
  list-style-type: disc;
  padding-left: 1.5em;
}
.hfc_classroom .hfc_page_tabs .resp-tabs-container ul li {
  margin-left: 1.5em;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_classroom .hfc_page_tabs .resp-tabs-container ul li {
    margin-left: auto;
  }
}

.photoswipe-gallery > .field.field-name-field-store-images > .field-items {
  text-align: center;
}
.photoswipe-gallery > .field.field-name-field-store-images > .field-items > .field-item:not(:first-child) {
  display: none;
}

.photo-gallery-button {
  margin-top: 15px;
  text-align: center;
}
.photo-gallery-button a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  color: #e02619;
  border-color: #F92506;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  max-width: 365px;
  margin: 0 auto 1em;
}
.photo-gallery-button a:hover {
  text-decoration: none;
}
.photo-gallery-button a:focus {
  outline: 0;
}
.photo-gallery-button a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.photo-gallery-button a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.photo-gallery-button a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .photo-gallery-button a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .photo-gallery-button a {
    min-width: auto;
  }
}
.photo-gallery-button a.book:after {
  font-family: hfcicons;
  content: ' \e016';
}

.view-grow-with-highlights {
  display: table;
}

.product-grow-with-highlights {
  text-align: center;
}
.product-grow-with-highlights h2.gwh-title {
  font-weight: 300;
  font-size: 30px;
  margin: 0;
}
@media only screen and (max-width: 47.9375em) {
  .product-grow-with-highlights h2.gwh-title {
    margin-bottom: 10px;
    font-size: 25px;
  }
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  .product-grow-with-highlights h2.gwh-title {
    text-align: left;
  }
}

.product-grow-with-highlights h3.gwh-subtitle {
  font-weight: 300;
  font-size: 26px;
  margin: 0;
  line-height: 1;
}
@media only screen and (max-width: 47.9375em) {
  .product-grow-with-highlights h3.gwh-subtitle {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  .product-grow-with-highlights h3.gwh-subtitle {
    text-align: left;
  }
}

@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  .product-grow-with-highlights .view-content .views-row {
    font-size: 0;
  }
}

.product-grow-with-highlights .views-field-field-gwh-image-override {
  margin: 20px auto;
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  .product-grow-with-highlights .views-field-field-gwh-image-override {
    display: inline-block;
    float: left;
    width: 25%;
    vertical-align: middle;
  }
}

@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  .product-grow-with-highlights .views-field-field-gwh-title-override {
    display: table;
    width: 75%;
    vertical-align: middle;
    float: right;
  }
}

.product-grow-with-highlights .views-field-field-gwh-title-override .field-content {
  margin: 35px 0 10px;
  line-height: 2em;
  text-align: center;
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  .product-grow-with-highlights .views-field-field-gwh-title-override .field-content {
    padding-left: 40px;
    text-align: left;
  }
}

@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  .product-grow-with-highlights .views-field-field-gwh-text-override {
    display: table;
    width: 75%;
    vertical-align: middle;
    float: right;
  }
}

.product-grow-with-highlights .views-field-field-gwh-text-override .field-content p {
  margin: 10px 0 20px;
  font-size: 16px;
  line-height: 2em;
  text-align: left;
}
@media only screen and (max-width: 47.9375em) {
  .product-grow-with-highlights .views-field-field-gwh-text-override .field-content p {
    line-height: 1.9em;
  }
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  .product-grow-with-highlights .views-field-field-gwh-text-override .field-content p {
    padding-left: 40px;
    font-size: 20px;
    text-align: left;
  }
}

@media only screen and (max-width: 61.9375em) and (min-width: 48em) and (max-width: 61.9375em), only screen and (max-width: 61.9375em) and (min-width: 48em) and (min-width: 62em) {
  .product-grow-with-highlights .views-field-field-gwh-text-override .field-content p {
    font-size: 18px;
  }
}

.pane-node-body {
  clear: both;
}

.pane-bundle-your-child-and-you-image .pane-title {
  font-size: 1em;
  line-height: 1;
  display: none;
}
.pane-bundle-your-child-and-you-image img {
  display: block;
  margin: 0 auto;
}
.pane-bundle-your-child-and-you-image .fieldable-panels-pane {
  margin-bottom: 10px;
}

.field-name-field-yc-y-post {
  text-align: center;
  margin: 10px 0;
  color: #A59899;
}
@media only screen and (max-width: 47.9375em) {
  .field-name-field-yc-y-post {
    display: none;
  }
}
@media only screen and (max-width: 61.9375em) {
  .field-name-field-yc-y-post {
    font-size: 14px;
  }
}

.parents-view-footer-link {
  color: #02546f;
  display: block;
  font-size: 1.5em;
  line-height: normal;
  text-align: center;
  font-style: italic;
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  .parents-view-footer-link {
    text-align: right;
  }
}

.parents-view-footer-link a {
  color: #0995A2;
  font-family: "Montserrat", Verdana, sans-serif;
  font-size: 16px;
  font-weight: 300;
}
@media only screen and (max-width: 47.9375em) {
  .parents-view-footer-link a {
    display: block;
    border: solid 1px;
    padding: 5px;
    border-radius: 5px;
    max-width: 280px;
    margin: auto;
  }
}
.parents-view-footer-link a:after {
  content: ' \00bb';
}

.horizontal-list {
  margin: 20px 0;
}
.horizontal-list .pane-title {
  color: #5B4D4E;
  font-weight: 300;
  margin: 0;
}
@media only screen and (max-width: 47.9375em) {
  .horizontal-list .pane-title {
    text-align: center;
  }
}
.horizontal-list .image-wrapper img {
  height: 133px;
  max-width: none;
  overflow: hidden;
  width: 100%;
}
.horizontal-list .icon {
  border-radius: 50%;
  top: 126px;
  right: 6px;
  position: absolute;
}
.horizontal-list .icon .views-row {
  padding: 0;
}
.horizontal-list .icon img {
  border-radius: 50%;
  width: 34px;
  height: 34px;
}
.horizontal-list .link {
  display: block;
  font-size: 1.25em;
  line-height: 1.25em;
  margin-bottom: 1.25em;
  margin-top: 5px;
}
.horizontal-list .link a {
  color: #92b7bb;
}
.horizontal-list .link .pane-title {
  display: none;
}
.horizontal-list .info {
  display: none;
}
.horizontal-list .read-more {
  bottom: 0;
  position: absolute;
  right: 0;
  margin-bottom: 5px;
  margin-right: 8px;
}
.horizontal-list .read-more a:after {
  content: '\00bb';
}
.horizontal-list .node-readmore {
  font-size: 0.8125em;
  font-style: italic;
  line-height: normal;
  text-align: right;
}
.horizontal-list .node-readmore a {
  color: #02546f;
  text-decoration: none;
}
.horizontal-list--carousel {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  .horizontal-list--carousel.parents-surrounding-border .slick--view--hfc-recent-content {
    border: 1px solid #A59899;
  }
}

.horizontal-list--carousel .view-footer {
  margin: 10px 0;
}
.horizontal-list--carousel .slick-slider {
  margin-bottom: 0;
}
.horizontal-list--carousel .slick-track {
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 47.9375em) {
  .horizontal-list--carousel {
    max-width: 280px;
  }
}
.horizontal-list--carousel img {
  width: 100%;
}
.horizontal-list--carousel .pane-title {
  font-size: 1.5em;
  margin: 0;
}
.horizontal-list--carousel .slick__arrow {
  top: 122px;
}
.horizontal-list--carousel .slick__arrow .slick-arrow {
  cursor: pointer;
}
.horizontal-list--carousel .slick__arrow .slick-arrow.slick-next {
  right: -15px;
  top: 0;
}
.horizontal-list--carousel .slick__arrow .slick-arrow.slick-next:before {
  content: url(//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/carousel-arrow-right.png?yocs=_&yoloc=eu);
}
.horizontal-list--carousel .slick__arrow .slick-arrow.slick-prev {
  left: -15px;
  top: 0;
}
.horizontal-list--carousel .slick__arrow .slick-arrow.slick-prev:before {
  content: url(//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/carousel-arrow-left.png?yocs=_&yoloc=eu);
}

.parents_author_image {
  clear: left;
}

.parents_author_name {
  color: #555555;
  font-size: 1.25em;
  font-weight: bold;
  line-height: normal;
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  .parents_author_name {
    float: left;
    padding-right: 5px;
    width: auto;
  }
}

.parents_author_profession {
  color: #555555;
  font-size: 1.25em;
  font-weight: bold;
  line-height: normal;
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  .parents_author_profession {
    padding: 0;
    width: auto;
  }
}

.parents_author_history {
  border-bottom: 2px dotted #7f7f7f;
  clear: both;
  color: #555555;
  font-size: 0.875em;
  line-height: normal;
  margin: 0 15px 10px;
  padding: 15px 0 25px;
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  .parents_author_history {
    border-bottom: 0;
    clear: none;
    margin: 0 0 25px;
    padding: 15px;
  }
}

/*.radix-layouts-content {

    .pane-highlights-4cs-view-panel-pane-1 {
        box-shadow: none;
        margin: 20px 0;
        display: block;

        @include above_tablet {
            display: none;
        }
    }
    @include above_tablet {
        //width: 75%;
    }
}*/
/*.radix-layouts-sidebar {

    @include above_tablet {
        width: 25%;
    }

    .panel-pane.pane-fieldable-panels-pane {

        .pane-title {
            font-weight: normal;
            margin: 0 0 8px;
            line-height: 20px;
        }

        @include above_tablet {
            // border-bottom: 1px solid #f3f3f3;
            // padding-bottom: 20px;
            margin-bottom: 20px;
        }
    }
}*/
.panel-share-buttons--content-top,
.panel-share-buttons--content-bottom {
  margin: 0 0 25px;
}
.panel-share-buttons--content-top .pane-title,
.panel-share-buttons--content-bottom .pane-title {
  display: none;
}
@media (min-width: 62em) {
  .panel-share-buttons--content-top .pane-title,
  .panel-share-buttons--content-bottom .pane-title {
    display: block;
  }
}

.panel-share-buttons--content-bottom {
  margin: 25px 0 0;
}
@media (min-width: 62em) {
  .panel-share-buttons--content-bottom {
    float: left;
    border: 0;
    padding-bottom: 0;
    margin: 0;
  }
}

.button.button-styled.print {
  width: 200px;
  padding: 0;
  border: 0;
  float: left;
}
.button.button-styled.print span, .button.button-styled.print i {
  float: left;
  padding: 4.5px;
  text-align: center;
}
.button.button-styled.print a {
  color: white;
}
.button.button-styled.print a .icon {
  border-right: 2px solid white;
  width: 29%;
  font-size: 26px;
}
.button.button-styled.print a span {
  font-weight: 300;
  font-size: 0.9em;
  width: 70%;
}

@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  .parents-page-layout__content {
    min-height: 800px;
  }
}

.parents-page-layout__content .button.print {
  float: right;
  margin-top: 50px;
}
@media only screen and (max-width: 47.9375em) {
  .parents-page-layout__content .button.print {
    float: none;
    clear: both;
    margin-top: 0;
  }
}
.parents-page-layout__content .share_pane {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 47.9375em) {
  .parents-page-layout__content .share_pane {
    width: 100%;
    margin: 15px 0;
  }
}

.pane-highlights-4cs-view-panel-pane-1 {
  margin-bottom: 20px;
  text-align: center;
  border: 1px solid #E5DEDE;
  padding: 15px 0;
}
.pane-highlights-4cs-view-panel-pane-1 .pane-title {
  color: #e02619;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  margin: 0;
}
.pane-highlights-4cs-view-panel-pane-1 .view-highlights-4cs-view {
  font-size: 0;
}
.pane-highlights-4cs-view-panel-pane-1 .view-highlights-4cs-view .views-row {
  font-size: 1rem;
  float: none;
  margin: 10px -1px;
  display: inline-block;
}
@media (min-width: 62em) {
  .pane-highlights-4cs-view-panel-pane-1 .view-highlights-4cs-view .views-row {
    margin: 10px -3px;
  }
}
.pane-highlights-4cs-view-panel-pane-1 .view-highlights-4cs-view .views-row img {
  border-radius: 50%;
  width: 46px;
  height: 46px;
  padding: 2px;
  background-color: #FFFFFF;
}
.pane-highlights-4cs-view-panel-pane-1 .learn-more {
  color: #02546f;
  font-size: 0.8125em;
  font-style: italic;
}
.pane-highlights-4cs-view-panel-pane-1 .view-footer {
  margin: 0;
}
.pane-highlights-4cs-view-panel-pane-1 .view-footer a {
  font-family: "Montserrat", Verdana, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.pane-age-group {
  display: none;
}
@media (min-width: 62em) {
  .pane-age-group {
    border-bottom: 1px solid #f3f3f3;
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.pane-age-group .pane-title {
  display: none;
}

.view-id-highlights_4cs_view h2,
.view-highlights-4cs-selected-view h2 {
  display: none;
}
.view-id-highlights_4cs_view .views-footer,
.view-highlights-4cs-selected-view .views-footer {
  margin-top: 70px;
}
.view-id-highlights_4cs_view .view-content,
.view-highlights-4cs-selected-view .view-content {
  position: relative;
}
.view-id-highlights_4cs_view .view-content .views-row,
.view-highlights-4cs-selected-view .view-content .views-row {
  padding: 0.3125em;
}
.view-id-highlights_4cs_view .view-content .views-row.open,
.view-highlights-4cs-selected-view .view-content .views-row.open {
  margin-bottom: 238px;
}
.view-id-highlights_4cs_view .view-content .views-row.open .views-field-field-parents-4cs-icon,
.view-highlights-4cs-selected-view .view-content .views-row.open .views-field-field-parents-4cs-icon {
  position: relative;
}
.view-id-highlights_4cs_view .view-content .views-row.open .views-field-field-parents-4cs-icon .field-content.Confident:after,
.view-highlights-4cs-selected-view .view-content .views-row.open .views-field-field-parents-4cs-icon .field-content.Confident:after {
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border: 7px solid transparent;
  border-bottom-color: #4ca0d8;
  margin-left: -7px;
  position: absolute;
  bottom: -8px;
  left: 50%;
}
.view-id-highlights_4cs_view .view-content .views-row.open .views-field-field-parents-4cs-icon .field-content.Creative:after,
.view-highlights-4cs-selected-view .view-content .views-row.open .views-field-field-parents-4cs-icon .field-content.Creative:after {
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border: 7px solid transparent;
  border-bottom-color: #facd51;
  margin-left: -7px;
  position: absolute;
  bottom: -8px;
  left: 50%;
}
.view-id-highlights_4cs_view .view-content .views-row.open .views-field-field-parents-4cs-icon .field-content.Caring:after,
.view-highlights-4cs-selected-view .view-content .views-row.open .views-field-field-parents-4cs-icon .field-content.Caring:after {
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border: 7px solid transparent;
  border-bottom-color: #9ad86d;
  margin-left: -7px;
  position: absolute;
  bottom: -8px;
  left: 50%;
}
.view-id-highlights_4cs_view .view-content .views-row.open .views-field-field-parents-4cs-icon .field-content.Curious:after,
.view-highlights-4cs-selected-view .view-content .views-row.open .views-field-field-parents-4cs-icon .field-content.Curious:after {
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border: 7px solid transparent;
  border-bottom-color: #fe8c67;
  margin-left: -7px;
  position: absolute;
  bottom: -8px;
  left: 50%;
}
.view-id-highlights_4cs_view .view-content .views-row.open .views-field-description,
.view-highlights-4cs-selected-view .view-content .views-row.open .views-field-description {
  display: block;
}
.view-id-highlights_4cs_view .view-content .views-row .views-field-description,
.view-highlights-4cs-selected-view .view-content .views-row .views-field-description {
  z-index: 2;
  display: none;
  font-size: 0.8125em;
  line-height: normal;
  width: 18.75em;
  padding: 8px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.view-id-highlights_4cs_view .view-content .views-row .views-field-description .field-content .hfc_4c_popup,
.view-highlights-4cs-selected-view .view-content .views-row .views-field-description .field-content .hfc_4c_popup {
  position: relative;
  padding: 10px;
  color: #FFFFFF;
  font-family: 'Lato';
  width: 100%;
  max-width: 260px;
}
.view-id-highlights_4cs_view .view-content .views-row .views-field-description .field-content .hfc_4c_popup .hfc_4c_popup_close_button,
.view-highlights-4cs-selected-view .view-content .views-row .views-field-description .field-content .hfc_4c_popup .hfc_4c_popup_close_button {
  border: 1px solid #FFFFFF;
  border-radius: 30px;
  background: #FFFFFF;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
}
.view-id-highlights_4cs_view .view-content .views-row .views-field-description .field-content .hfc_4c_popup .hfc_4c_popup_content,
.view-highlights-4cs-selected-view .view-content .views-row .views-field-description .field-content .hfc_4c_popup .hfc_4c_popup_content {
  padding: 10px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 20px;
}
.view-id-highlights_4cs_view .view-content .views-row .views-field-description .field-content .hfc_4c_popup .hfc_4c_popup_title,
.view-highlights-4cs-selected-view .view-content .views-row .views-field-description .field-content .hfc_4c_popup .hfc_4c_popup_title {
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
}
.view-id-highlights_4cs_view .view-content .views-row .views-field-description .field-content .hfc_4c_popup a.hfc_4c_popup_button,
.view-highlights-4cs-selected-view .view-content .views-row .views-field-description .field-content .hfc_4c_popup a.hfc_4c_popup_button {
  @inlude button;
  display: block;
  font-family: 'Lato';
  line-height: normal;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #FFFFFF;
  font-size: 14px;
  padding: 10px;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  margin: 5px;
  text-decoration: none;
  color: #FFFFFF;
  min-width: 0;
}
.view-id-highlights_4cs_view .view-content .views-row .views-field-description .field-content .hfc_4c_popup .hfc_4c_popup_button.confident:hover,
.view-highlights-4cs-selected-view .view-content .views-row .views-field-description .field-content .hfc_4c_popup .hfc_4c_popup_button.confident:hover {
  background-color: #288fbc;
  border: 1px solid #288fbc;
}
.view-id-highlights_4cs_view .view-content .views-row .views-field-description .field-content .hfc_4c_popup .hfc_4c_popup_button.creative:hover,
.view-highlights-4cs-selected-view .view-content .views-row .views-field-description .field-content .hfc_4c_popup .hfc_4c_popup_button.creative:hover {
  background-color: #f2b149;
  border: 1px solid #f2b149;
}
.view-id-highlights_4cs_view .view-content .views-row .views-field-description .field-content .hfc_4c_popup .hfc_4c_popup_button.curious:hover,
.view-highlights-4cs-selected-view .view-content .views-row .views-field-description .field-content .hfc_4c_popup .hfc_4c_popup_button.curious:hover {
  background-color: #ea7159;
  border: 1px solid #ea7159;
}
.view-id-highlights_4cs_view .view-content .views-row .views-field-description .field-content .hfc_4c_popup .hfc_4c_popup_button.caring:hover,
.view-highlights-4cs-selected-view .view-content .views-row .views-field-description .field-content .hfc_4c_popup .hfc_4c_popup_button.caring:hover {
  background-color: #86c654;
  border: 1px solid #86c654;
}
.view-id-highlights_4cs_view .view-content .views-row .views-field-description .field-content .hfc_4c_popup.confident .hfc_4c_popup_close_button,
.view-highlights-4cs-selected-view .view-content .views-row .views-field-description .field-content .hfc_4c_popup.confident .hfc_4c_popup_close_button {
  color: #4ca0d8 !important;
}
.view-id-highlights_4cs_view .view-content .views-row .views-field-description .field-content .hfc_4c_popup.creative .hfc_4c_popup_close_button,
.view-highlights-4cs-selected-view .view-content .views-row .views-field-description .field-content .hfc_4c_popup.creative .hfc_4c_popup_close_button {
  color: #facd51 !important;
}
.view-id-highlights_4cs_view .view-content .views-row .views-field-description .field-content .hfc_4c_popup.curious .hfc_4c_popup_close_button,
.view-highlights-4cs-selected-view .view-content .views-row .views-field-description .field-content .hfc_4c_popup.curious .hfc_4c_popup_close_button {
  color: #fe8c67 !important;
}
.view-id-highlights_4cs_view .view-content .views-row .views-field-description .field-content .hfc_4c_popup.caring .hfc_4c_popup_close_button,
.view-highlights-4cs-selected-view .view-content .views-row .views-field-description .field-content .hfc_4c_popup.caring .hfc_4c_popup_close_button {
  color: #9ad86d !important;
}
.view-id-highlights_4cs_view .view-content .views-row .views-field-description .field-content .confident,
.view-highlights-4cs-selected-view .view-content .views-row .views-field-description .field-content .confident {
  background-color: #4ca0d8;
}
.view-id-highlights_4cs_view .view-content .views-row .views-field-description .field-content .creative,
.view-highlights-4cs-selected-view .view-content .views-row .views-field-description .field-content .creative {
  background-color: #facd51;
}
.view-id-highlights_4cs_view .view-content .views-row .views-field-description .field-content .curious,
.view-highlights-4cs-selected-view .view-content .views-row .views-field-description .field-content .curious {
  background-color: #fe8c67;
}
.view-id-highlights_4cs_view .view-content .views-row .views-field-description .field-content .caring,
.view-highlights-4cs-selected-view .view-content .views-row .views-field-description .field-content .caring {
  background-color: #9ad86d;
}

.highlights_share a {
  display: block;
  float: left;
  font-size: 1em;
  margin: 0 0.1875em;
  width: 2.5em !important;
  height: 2.75em !important;
  color: transparent;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
}
.highlights_share a:first-child {
  margin-left: 0.0625em;
}
.highlights_share .addthis_button_facebook {
  background-image: url(//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/icon-share-facebook.png?yocs=_&yoloc=eu);
}
.highlights_share .addthis_button_twitter {
  background-image: url(//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/icon-share-twitter.png?yocs=_&yoloc=eu);
}
.highlights_share .addthis_button_pinterest {
  background-image: url(//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/icon-share-pinterest.png?yocs=_&yoloc=eu);
}
.highlights_share .addthis_button_pinterest span {
  display: none;
}
.highlights_share .addthis_button_email {
  background-image: url(//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/icon-share-email.png?yocs=_&yoloc=eu);
}
.highlights_share .addthis_button_print {
  background-image: url(//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/icon-share-print.png?yocs=_&yoloc=eu);
  float: right;
  margin-right: 5em;
  margin-top: 0.1875em;
  width: 9.4375em !important;
  height: 2.375em !important;
}
@media only screen and (max-width: 47.9375em) {
  .highlights_share .addthis_button_print {
    display: none;
    margin-top: 1.25em;
    margin-right: 0;
  }
}
.highlights_share .addthis_button_google_plusone_share {
  background-image: url(//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/icon-share-googleplus.png?yocs=_&yoloc=eu);
}
.highlights_share .addthis_button_instagram {
  background-image: url(//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/icon-share-instagram.png?yocs=_&yoloc=eu);
}

.region-content ul.flippy {
  padding: 0;
}

.pane-flippy-flippy-pager {
  border: 0;
  margin-bottom: 20px !important;
  padding-bottom: 20px;
}

.flippy.highlight_flippy {
  position: relative;
  overflow: hidden;
}
.flippy.highlight_flippy:before, .flippy.highlight_flippy:after {
  background: #A59899;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 20px;
}
.flippy.highlight_flippy:before {
  top: 0;
}
.flippy.highlight_flippy:after {
  bottom: 0;
}
.flippy.highlight_flippy li {
  display: block;
  width: 50%;
  float: left;
}
.flippy.highlight_flippy li a {
  text-decoration: none;
  display: block;
  font-family: "Montserrat", Verdana, sans-serif;
}
.flippy.highlight_flippy li.next {
  border-left: 2px solid #A59899;
}
.flippy.highlight_flippy li.next .link_text {
  text-align: right;
}
.flippy.highlight_flippy li.next .link_text:after {
  display: inline-block;
  content: "\00a0\e003";
  font-family: hfcicons;
  position: relative;
  top: 2px;
}
.flippy.highlight_flippy li.next:first-child {
  float: right;
}
.flippy.highlight_flippy li.prev {
  border-right: 2px solid #A59899;
  margin-right: -2px;
}
.flippy.highlight_flippy li.prev .link_text {
  text-align: left;
}
.flippy.highlight_flippy li.prev .link_text:before {
  display: inline-block;
  content: "\00a0\e003";
  font-family: hfcicons;
  position: relative;
  top: 2px;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.flippy.highlight_flippy li .link_text {
  color: #A59899;
  font-weight: 400;
  padding-bottom: 5px;
}
.flippy.highlight_flippy li .link_name {
  padding-top: 5px;
  color: #127B89;
  font-size: 12px;
  line-height: 1.2em;
  text-align: left;
  white-space: normal;
  font-weight: 300;
}
.flippy.highlight_flippy li .link_thumbnail {
  width: 100%;
}

.side-promo {
  margin: 35px auto;
  text-align: center;
  max-width: 320px;
}
.side-promo--subscribe {
  margin: 0 0 5px;
  padding: 0;
}
.side-promo .pane-title {
  display: none;
}
.side-promo .side-promo {
  margin: 0;
}

.pane-node-field-sidebar-link {
  display: none;
}

.node-poll header,
.node-poll .links {
  display: none;
}

.pane-node .node-teaser .node-title,
.pane-node .node-teaser .submitted {
  display: none;
}

.share_pane {
  overflow: hidden;
  margin-bottom: 40px;
}
.share_pane .pane-title {
  color: #5B4D4E;
  margin: 0;
  font-size: 18px;
}
@media only screen and (max-width: 47.9375em) {
  .share_pane .pane-title {
    font-size: 14px;
  }
}
.share_pane.half {
  width: 50%;
  float: left;
}

.parents_tags {
  font-size: 20px;
  margin-bottom: 25px;
}
.parents_tags .field-label,
.parents_tags .pane-title {
  color: #5B4D4E;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.parents_tags .field-item {
  font-family: "Montserrat", Verdana, sans-serif;
  display: inline-block;
  margin-right: 5px;
  color: #A59899;
}
.parents_tags .field-item:not(:last-child):after {
  content: ',';
}

.filter-pane {
  margin: 20px 0;
}
.filter-pane .pane-title {
  font-size: 2em;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: normal;
  margin: 0;
}
.filter-pane .views-exposed-widget {
  float: none;
  padding: 0 0 15px 0;
}
.filter-pane .views-exposed-widget label {
  border-bottom: 1px dotted #555555;
  color: #555555;
  font-size: 1.25em;
  font-weight: 500;
  line-height: normal;
  padding: 8px 14px;
  text-transform: uppercase;
}
.filter-pane .views-exposed-widget .form-item,
.filter-pane .views-exposed-widget .form-checkboxes {
  padding: 8px 14px;
  overflow: hidden;
  text-transform: uppercase;
}
.filter-pane .views-exposed-widget .form-item .form-checkboxes,
.filter-pane .views-exposed-widget .form-checkboxes .form-checkboxes {
  padding: 0;
}
.filter-pane .views-exposed-widget .form-item .form-item,
.filter-pane .views-exposed-widget .form-checkboxes .form-item {
  padding: 8px 0;
}
.filter-pane .views-exposed-widget .form-item .form-item .form-checkboxes,
.filter-pane .views-exposed-widget .form-checkboxes .form-item .form-checkboxes {
  padding: 0;
}
.filter-pane .views-exposed-widget .form-item input,
.filter-pane .views-exposed-widget .form-checkboxes input {
  cursor: pointer;
  float: left;
}
.filter-pane .views-exposed-widget .form-item label,
.filter-pane .views-exposed-widget .form-checkboxes label {
  cursor: pointer;
  border: 0;
  color: #8f8f8f;
  float: left;
  font-size: 1.125em;
  line-height: 22px;
  margin: -4px 0 0 10px;
  padding: 0;
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  .filter-pane .views-exposed-widget .form-item label,
  .filter-pane .views-exposed-widget .form-checkboxes label {
    max-width: 175px;
  }
}

@media print {
  header,
  footer,
  .parents_article_header_icon,
  .share_pane,
  .hide-desktop,
  .hide-tablet {
    display: none;
  }

  #your-child-and-you {
    text-align: left;
    margin-top: 0;
  }

  #main[style] {
    padding-top: 0 !important;
  }
}
.pane-node-field-image-copyright {
  line-height: 12px;
  font-size: 12px;
  text-align: right;
  padding: 10px 0 0;
}
.pane-node-field-image-copyright .pane-title {
  font-size: 12px;
  font-family: 'Montserrat', Verdana, sans-serif;
  color: #A59899;
  display: inline;
  line-height: 12px;
}
.pane-node-field-image-copyright .field-name-field-image-copyright {
  display: inline;
}
.pane-node-field-image-copyright .field-name-field-image-copyright .field-items {
  display: inline;
}
.pane-node-field-image-copyright .field-name-field-image-copyright .field-items .field-item {
  font-family: 'Montserrat', Verdana, sans-serif;
  color: #A59899;
  display: inline;
}

.parents-page {
  margin-top: 40px;
}
@media only screen and (max-width: 47.9375em) {
  .parents-page {
    margin-top: 25px;
  }
}

.parents-decorate-border {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 3px dotted #A59899;
  border-bottom: 3px dotted #A59899;
}

.node-type-parents-article .pane-q-a-portrait-panel-pane-1 + .pane-highlights-4cs-selected-view-panel-pane-1 {
  display: none;
}
.node-type-parents-article .parents-page-layout__header .view-id-q_a_portrait {
  position: relative;
}
.node-type-parents-article .parents-page-layout__header .view-id-q_a_portrait .q-a-portrait img {
  border-radius: 50%;
}
.node-type-parents-article .parents-page-layout__header .view-id-q_a_portrait .q-a-portrait .views-field-field-parents-4cs-icon {
  position: absolute;
  bottom: -10px;
  right: 10px;
  width: 33%;
}
.node-type-parents-article .parents-page-layout__header .view-id-q_a_portrait .q-a-portrait .q-a-default {
  width: 130px;
  max-width: 100%;
}
.node-type-parents-article .parents-page-layout__header .view-id-q_a_portrait .q-a-portrait.q-a-portrait--default .views-field-field-parents-4cs-icon {
  bottom: 0;
  right: 10px;
  width: 33%;
}
.node-type-parents-article p {
  font-size: 16px;
}
.node-type-parents-article .pane-node-field-parents-video {
  margin-bottom: 10px;
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  .node-type-parents-article .pane-node-field-parents-video {
    margin-bottom: 50px;
  }
}

.node-type-parents-article .article__body {
  clear: both;
  color: #555555;
}
.node-type-parents-article .article__body .field-items {
  padding-top: 1px;
}
.node-type-parents-article .article__body .media-element {
  display: block;
  margin: 25px 0;
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  .node-type-parents-article .article__body .caption {
    max-width: 200px !important;
  }
}

@media (min-width: 62em) {
  .node-type-parents-article .article__body .caption {
    max-width: 350px !important;
  }
}
.node-type-parents-article .article__body .caption .media-element {
  margin: 0 0 5px 0;
}
.node-type-parents-article .article__body .caption .caption-inner {
  background: none;
  border: 0;
  text-align: left;
}
.node-type-parents-article .article__body h4 {
  color: #555555;
  margin-bottom: 0;
}
.node-type-parents-article .article__body h4 ~ p {
  margin-top: 0;
}
.node-type-parents-article .faqfield-question,
.node-type-parents-article .faqfield-answer {
  color: #555555;
  font-family: "Merriweather", serif;
  position: relative;
  padding-left: 65px;
  padding-top: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 2em;
}
.node-type-parents-article .faqfield-question:before,
.node-type-parents-article .faqfield-answer:before {
  border-radius: 50%;
  position: absolute;
  font-weight: 400;
  font-size: 26px;
  padding: 10px 14px 14px;
  top: 0;
  left: 0;
  color: white;
  font-family: "Montserrat", Verdana, sans-serif;
}
.node-type-parents-article .faqfield-question {
  font-weight: 700;
}
.node-type-parents-article .faqfield-question:before {
  content: "Q.";
  background-color: #1B829B;
}
.node-type-parents-article .faqfield-answer {
  font-weight: 300;
  margin-left: 60px;
  margin-bottom: 3em;
  white-space: pre-line;
}
.node-type-parents-article .faqfield-answer:before {
  content: "A.";
  background-color: #00ADEE;
}

.node-type-parents-activity .parents_recipes_sidetext_one {
  float: right;
  width: 22%;
  margin-bottom: 15px;
}
.node-type-parents-activity .parents_recipes_sidetext_one p {
  margin: 0;
  font-size: 16px;
  font-family: "Montserrat", Verdana, sans-serif;
  font-weight: 300;
  color: #A59899;
  line-height: 30px;
}
.node-type-parents-activity .parents_recipes_sidetext_one b, .node-type-parents-activity .parents_recipes_sidetext_one strong {
  font-weight: 300;
  color: #5B4D4E;
}
.node-type-parents-activity .parents_recipes_sidetext_two {
  clear: right;
  float: right;
  width: 22%;
  margin-bottom: 15px;
}
.node-type-parents-activity .parents_recipes_sidetext_two p {
  margin: 0;
  font-size: 16px;
  font-family: "Montserrat", Verdana, sans-serif;
  font-weight: 300;
  color: #A59899;
  line-height: 30px;
}
.node-type-parents-activity .parents_recipes_sidetext_two b, .node-type-parents-activity .parents_recipes_sidetext_two strong {
  font-weight: 300;
  color: #5B4D4E;
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  .node-type-parents-activity .parents_recipes_sidetext_two + .parents_feature_image {
    width: 75%;
  }
  .node-type-parents-activity .parents_recipes_sidetext_two + .parents_feature_image + .pane-node-field-image-copyright {
    width: 75%;
  }
}

.node-type-parents-activity .parents_recipes_sidetext_mobile {
  clear: both;
  margin: 15px 0;
}
.node-type-parents-activity .parents_recipes_sidetext_mobile p {
  margin: 0;
  font-size: 16px;
  font-family: "Montserrat", Verdana, sans-serif;
  font-weight: 300;
  color: #A59899;
  line-height: 30px;
}
.node-type-parents-activity .parents_recipes_sidetext_mobile b, .node-type-parents-activity .parents_recipes_sidetext_mobile strong {
  font-weight: 300;
  color: #5B4D4E;
}

body.node-type-parents-activity-landing .activities__yc-and-y--mobile {
  margin: 30px 0;
}
@media (min-width: 62em) {
  body.node-type-parents-activity-landing .activities__yc-and-y--desktop {
    margin: 40px 0 30px;
  }
}
body.node-type-parents-activity-landing .activities__page-title {
  color: #555555;
  font-size: 32px;
  line-height: normal;
  margin: 8px 0 0;
  text-transform: uppercase;
}
body.node-type-parents-activity-landing .activities__page-info {
  color: #8f8f8f;
  font-size: 16px;
  line-height: 22px;
  margin: 20px 0;
}
@media (min-width: 62em) {
  body.node-type-parents-activity-landing .activities__page-info {
    margin: 0;
  }
}
body.node-type-parents-activity-landing .btn--activities-filter {
  background: #e02619;
  color: #ffffff;
  font-size: 27px;
  line-height: normal;
  text-transform: uppercase;
  width: 230px;
}
body.node-type-parents-activity-landing .btn--activities-filter span {
  margin-left: 5px;
}
body.node-type-parents-activity-landing .activity-item {
  border: 1px solid #f3f3f3;
  margin: 22px 0;
  padding: 26px 10px;
  overflow: hidden;
}
@media (min-width: 62em) {
  body.node-type-parents-activity-landing .activity-item {
    margin: 12px 0;
    padding: 16px 20px 16px 16px;
  }
}
body.node-type-parents-activity-landing .activity-item__image-wrapper {
  border-bottom: 5px solid #9ad76c;
  position: relative;
}
body.node-type-parents-activity-landing .activity-item__icon {
  border: 3px solid #ffffff;
  border-radius: 50%;
  bottom: -10px;
  right: -15px;
  position: absolute;
}
body.node-type-parents-activity-landing .activity-item__link {
  display: block;
  color: #92b7bb;
  font-size: 27px;
  line-height: 27px;
  margin-top: 5px;
}
@media (min-width: 62em) {
  body.node-type-parents-activity-landing .activity-item__link {
    font-size: 20px;
    line-height: 20px;
    min-height: 40px;
  }
}
body.node-type-parents-activity-landing .activity-item__read-more {
  font-size: 13px;
  font-style: italic;
  line-height: normal;
  margin-top: 5px;
  text-align: right;
}
body.node-type-parents-activity-landing .activity-item__read-more a {
  color: #02546f;
}
body.node-type-parents-activity-landing .activity-item--featured .activity-item__link {
  float: left;
  min-height: 0;
}
body.node-type-parents-activity-landing .activity-item--featured .activity-item__read-more {
  float: right;
  margin-top: 10px;
}
body.node-type-parents-activity-landing .activity__see-more {
  color: #02546f;
  display: block;
  font-size: 30px;
  font-style: italic;
  line-height: normal;
  text-align: center;
}
@media (min-width: 62em) {
  body.node-type-parents-activity-landing .activity__see-more {
    font-size: 20px;
    margin-top: 30px;
    text-align: right;
  }
}
body.node-type-parents-activity-landing .highlight_flippy li {
  display: block;
  width: 50%;
  float: left;
}
body.node-type-parents-activity-landing .highlight_flippy li a {
  color: #8f8f8f;
  text-decoration: none;
}
body.node-type-parents-activity-landing .highlight_flippy li.next {
  border-left: 1px solid #8f8f8f;
}
body.node-type-parents-activity-landing .highlight_flippy li.next .link_text {
  text-align: right;
}
body.node-type-parents-activity-landing .highlight_flippy li.prev .link_text {
  text-align: left;
}
body.node-type-parents-activity-landing .highlight_flippy li .link_text, body.node-type-parents-activity-landing .highlight_flippy li .link_thumbnail, body.node-type-parents-activity-landing .highlight_flippy li .link_name {
  display: block;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.node-type-parents-activity-landing .highlight_flippy li .link_thumbnail,
body.node-type-parents-activity-landing .highlight_flippy li .link_name {
  text-align: center;
}
body.node-type-parents-activity-landing .highlight_flippy li .link_text {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 3px;
  text-transform: uppercase;
}
body.node-type-parents-activity-landing .highlight_flippy li .link_name {
  font-size: 18px;
  line-height: 18px;
  margin-top: 8px;
}
@media (min-width: 62em) {
  body.node-type-parents-activity-landing .highlight_flippy {
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 20px;
    margin-bottom: 20px;
    overflow: hidden;
  }
}
body.node-type-parents-activity-landing .panel-share-buttons {
  border-bottom: 1px solid #f3f3f3;
  display: none;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
body.node-type-parents-activity-landing .panel-share-buttons .pane-title {
  font-size: 20px;
  margin: 0 0 8px;
  line-height: 20px;
}
@media (min-width: 62em) {
  body.node-type-parents-activity-landing .panel-share-buttons {
    display: block;
  }
}
@media (min-width: 62em) {
  body.node-type-parents-activity-landing .pane-highlights-4cs-content {
    display: none;
  }
}
body.node-type-parents-activity-landing .pane-highlights-4cs-sidebar {
  display: none;
}
@media (min-width: 62em) {
  body.node-type-parents-activity-landing .pane-highlights-4cs-sidebar {
    display: block;
  }
}
body.node-type-parents-activity-landing .pane-activity-filter {
  border-bottom: 1px solid #f3f3f3;
  color: #8f8f8f;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
body.node-type-parents-activity-landing .pane-activity-filter .filter__title {
  color: #555555;
  font-size: 32px;
  line-height: normal;
  margin: 0;
  text-transform: uppercase;
}
body.node-type-parents-activity-landing .pane-activity-filter .filter__type__title {
  border-bottom: 1px dotted #555555;
  color: #555555;
  font-size: 20px;
  line-height: normal;
  margin: 0;
  padding: 8px 14px;
  text-transform: uppercase;
}
body.node-type-parents-activity-landing .pane-activity-filter ul {
  font-size: 18px;
  line-height: 22px;
  margin: 0;
}
body.node-type-parents-activity-landing .pane-activity-filter .filter__type--age {
  text-transform: uppercase;
}
body.node-type-parents-activity-landing .pane-activity-filter .filter__type--age li span {
  display: inline-block;
  vertical-align: top;
}
body.node-type-parents-activity-landing .pane-activity-filter li {
  padding: 8px 14px;
}
body.node-type-parents-activity-landing .pane-age-group {
  border-bottom: 1px solid #f3f3f3;
  padding: 0 0 20px;
  margin: 20px 0;
  text-align: center;
}
@media (min-width: 62em) {
  body.node-type-parents-activity-landing .pane-age-group {
    text-align: left;
  }
}
body.node-type-parents-activity-landing .pane-age-group .pane-title {
  display: none;
}
body.node-type-parents-activity-landing .pane-node-field-parents-random-ad {
  border-bottom: 1px solid #f3f3f3;
  padding: 0 0 20px;
  margin: 20px 0;
  text-align: center;
}
@media (min-width: 62em) {
  body.node-type-parents-activity-landing .pane-node-field-parents-random-ad {
    text-align: left;
  }
}
body.node-type-parents-activity-landing .pane-node-field-parents-random-ad .pane-node-field-parents-random-ad {
  margin: 0;
  padding: 0;
  border: 0;
}
body.node-type-parents-activity-landing .view-id-highlights_4cs_view h2, body.node-type-parents-activity-landing .view-highlights-4cs-selected-view h2 {
  display: none;
}
body.node-type-parents-activity-landing .view-id-highlights_4cs_view .views-row, body.node-type-parents-activity-landing .view-highlights-4cs-selected-view .views-row {
  float: left;
  padding: 0.3125em;
  position: relative;
}
body.node-type-parents-activity-landing .view-id-highlights_4cs_view .views-row:hover .views-field-description, body.node-type-parents-activity-landing .view-highlights-4cs-selected-view .views-row:hover .views-field-description {
  display: block;
}
body.node-type-parents-activity-landing .view-id-highlights_4cs_view .views-row .views-field-description, body.node-type-parents-activity-landing .view-highlights-4cs-selected-view .views-row .views-field-description {
  z-index: 2;
  display: none;
  font-size: 13px;
  line-height: normal;
  position: absolute;
  border: 1px solid #8f8f8f;
  width: 9.375em;
  background-color: #ffffff;
  top: 2.875em;
  left: -50%;
  padding: 8px;
}
body.node-type-parents-activity-landing .view-id-highlights_4cs_view .views-field-description, body.node-type-parents-activity-landing .view-highlights-4cs-selected-view .views-field-description {
  position: absolute;
}

.parents_dotted_hr {
  border: none;
  border-top: 2px dotted #A59899;
  clear: both;
}

.parents_ycay_small {
  width: 17%;
  float: left;
  margin-right: 25px;
}
.parents_ycay_small .panopoly-image-full {
  width: auto !important;
}

.hfc-4cs-header .panopoly-image-thumbnail {
  float: right;
}

.parents_pillar_landing_heading h2 {
  font-size: 36px;
  font-family: "Montserrat", Verdana, sans-serif;
  color: #5B4D4E;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 1.5em;
  font-weight: 300;
}
.parents_pillar_landing_heading h2 strong {
  font-weight: 400;
}
.parents_pillar_landing_heading p {
  font-size: 16px;
  font-family: "Montserrat", Verdana, sans-serif;
  color: #5B4D4E;
  margin: 0;
  line-height: normal;
  font-weight: 300;
}

.hfc_follow_us {
  text-align: center;
  width: 100%;
}
.hfc_follow_us .hfc_follow_us_text {
  font-size: 16px;
  font-family: "Montserrat", Verdana, sans-serif;
  margin: 0;
  line-height: normal;
  line-height: 2;
}
.hfc_follow_us a,
.hfc_follow_us a:hover,
.hfc_follow_us .hfc_follow_us {
  color: #5B4D4E;
}
.hfc_follow_us ul {
  margin: 0 0 0.5em;
}
.hfc_follow_us li {
  display: inline-block;
}
.hfc_follow_us a {
  line-height: 1.35em;
  display: inline-block;
  font-size: 24px;
  padding: 3px;
}
.hfc_follow_us a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 47.9375em) {
  .hfc-parents-activity-subtype {
    margin-left: 20px;
  }
}
.hfc-parents-activity-subtype h2 {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 20px;
  margin: 0.1em 0 0;
  color: #5B4D4E;
}
@media only screen and (max-width: 47.9375em) {
  .hfc-parents-activity-subtype h2 {
    line-height: 36px;
  }
  .hfc-parents-activity-subtype h2 .hfc-parents-activity-subtype-icon-dropdown:after {
    font-family: fontawesome;
    content: '\f0d7';
    cursor: pointer;
    margin-left: 10px;
    color: #e02619;
  }
  .hfc-parents-activity-subtype h2 .hfc-parents-activity-subtype-icon-dropdown.rotate-arrow:after {
    content: '\f0d8';
  }
}
.hfc-parents-activity-subtype ul.menu {
  margin: 12px 0;
}
@media only screen and (max-width: 47.9375em) {
  .hfc-parents-activity-subtype ul.menu {
    display: none;
  }
  .hfc-parents-activity-subtype ul.menu.hfc-parents-activity-subtype-show {
    display: block;
    margin-top: 0;
  }
}
.hfc-parents-activity-subtype ul.menu li.menu__item.is-leaf {
  list-style-image: none;
  list-style-type: none;
  line-height: 1.5em;
}
.hfc-parents-activity-subtype .menu a {
  font-weight: 300;
  font-size: 15px;
  font-family: "Montserrat", Verdana, sans-serif;
  color: #5B4D4E;
  text-decoration: none;
}
.hfc-parents-activity-subtype .menu a.active {
  color: #e02619;
}

body.node-type-parents-pillar .pane-taxonomy-term {
  position: relative;
}
body.node-type-parents-pillar .vocabulary-highlights-pillars h2 {
  font-size: 25px;
  letter-spacing: 3px;
  line-height: normal;
  margin: 0 0 0 130px;
  min-height: 125px;
  padding: 20px 0;
  text-transform: uppercase;
}
@media (min-width: 62em) {
  body.node-type-parents-pillar .vocabulary-highlights-pillars h2 {
    margin: 0 130px 0 195px;
    min-height: 0;
    padding: 10px 0;
  }
}
body.node-type-parents-pillar .vocabulary-highlights-pillars h2 a {
  color: #555555;
}
@media (min-width: 62em) {
  body.node-type-parents-pillar .pane-node-body {
    clear: none;
  }
}
@media (min-width: 62em) {
  body.node-type-parents-pillar .taxonomy-term-description {
    margin: 0 130px 0 195px;
  }
  body.node-type-parents-pillar .taxonomy-term-description p {
    margin: 0;
  }
}
body.node-type-parents-pillar .horizontal-list--activities {
  border: 0;
  margin: 0;
}
body.node-type-parents-pillar .pager-load-more {
  padding-top: 15px;
}

.node-type-parents-step-by-step p {
  line-height: 1.25em;
}
.node-type-parents-step-by-step .content_header_author {
  clear: both;
  margin-left: 15px;
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  .node-type-parents-step-by-step .content_header_author {
    clear: none;
  }
}

.node-type-parents-step-by-step .content_header_author .field-name-field-parent-article-author {
  display: inline-block;
}
.node-type-parents-step-by-step .content_header_author .field-name-field-parent-article-author .field-name-field-parent-article-author {
  display: inline-block;
}
.node-type-parents-step-by-step .parents_feature_image {
  clear: both;
  margin: 15px -15px 25px;
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  .node-type-parents-step-by-step .parents_feature_image {
    margin: 15px 15px 30px;
  }
}

.node-type-parents-step-by-step .pane-node-body {
  border-bottom: 2px dotted #7f7f7f;
  margin: 0 15px 30px;
}
.node-type-parents-step-by-step .caption {
  float: none;
  margin: 15px 0;
  width: auto !important;
}
.node-type-parents-step-by-step .caption-width-container {
  display: block;
}
.node-type-parents-step-by-step .caption-inner {
  background: none;
  color: #4a4a4a;
  font-size: 16px;
  padding: 15px;
  overflow: hidden;
  text-align: left;
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  .node-type-parents-step-by-step .caption-inner img,
  .node-type-parents-step-by-step .caption-inner .caption-object {
    float: left;
    height: 150px;
    width: 245px;
  }
}

.node-type-parents-step-by-step .caption-inner .caption-text {
  margin-top: 5px;
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  .node-type-parents-step-by-step .caption-inner .caption-text {
    margin-left: 265px;
    margin-top: 0;
  }
}

.node-type-parents-step-by-step .horizontal-list {
  border: 0;
  margin-top: 0;
}
.node-type-parents-step-by-step .steps ol,
.node-type-parents-step-by-step .steps ul {
  padding: 0;
}
.node-type-parents-step-by-step .steps li {
  background: none;
  border: 1px solid #CCC;
  color: #4a4a4a;
  font-size: 16px;
  margin: 15px 0;
  max-width: 100%;
  overflow: hidden;
  padding: 15px;
  text-align: left;
  width: auto;
}
.node-type-parents-step-by-step .steps li img {
  float: left;
  margin-right: 15px;
}

.node-type-parents-activity.parents-activity--recipes .field-name-body ol {
  counter-reset: li;
  margin-left: 35px;
  padding-left: 0;
}
@media only screen and (max-width: 47.9375em) {
  .node-type-parents-activity.parents-activity--recipes .field-name-body ol {
    padding-right: 0;
  }
}
.node-type-parents-activity.parents-activity--recipes .field-name-body ol > li {
  position: relative;
  margin: 0 0 45px 25px;
  padding: 0 0 0 28px;
  list-style: none;
}
@media only screen and (max-width: 47.9375em) {
  .node-type-parents-activity.parents-activity--recipes .field-name-body ol > li {
    padding-left: 15px;
  }
}
.node-type-parents-activity.parents-activity--recipes .field-name-body ol > li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: 2px;
  left: -20px;
  font-size: 38px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Montserrat", Verdana, sans-serif;
}
@media only screen and (max-width: 47.9375em) {
  .node-type-parents-activity.parents-activity--recipes .field-name-body ol > li:before {
    font-size: 28px;
  }
}
.node-type-parents-activity.parents-activity--recipes .field-name-body ol > li:after {
  background: url("//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/checkmark-off.png?yocs=_&yoloc=eu") left top no-repeat;
  content: "";
  cursor: pointer;
  display: block;
  height: 26px;
  position: absolute;
  width: 26px;
  top: 5px;
  left: -63px;
}
.node-type-parents-activity.parents-activity--recipes .field-name-body ol > li.checked:after {
  background-image: url("//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/checkmark-on.png?yocs=_&yoloc=eu");
  width: 33px;
  height: 27px;
}
.node-type-parents-activity.parents-activity--recipes .field-name-body .accordion {
  background: #edfeff;
  border: 1px solid #0995A2;
  border-radius: 2px;
  padding: 15px;
  margin: 20px 0;
  position: relative;
  font-weight: normal;
}
@media only screen and (max-width: 47.9375em) {
  .node-type-parents-activity.parents-activity--recipes .field-name-body .accordion {
    margin-left: -77px;
  }
}
.node-type-parents-activity.parents-activity--recipes .field-name-body .accordion i {
  position: absolute;
  font-size: 28px;
  cursor: pointer;
  color: #127B89;
  display: none;
  line-height: 31px;
}
.node-type-parents-activity.parents-activity--recipes .field-name-body .accordion i:before {
  vertical-align: middle;
}
.node-type-parents-activity.parents-activity--recipes .field-name-body .accordion i.icon-plus {
  display: block;
}
.node-type-parents-activity.parents-activity--recipes .field-name-body .accordion i.icon-plus:before {
  content: "\e01c";
}
.node-type-parents-activity.parents-activity--recipes .field-name-body .accordion .accordion_title {
  color: #127B89;
  margin-left: 35px;
  font-size: 20px;
  font-family: "Montserrat", Verdana, sans-serif;
  font-weight: normal;
  cursor: pointer;
  line-height: 31px;
}
@media only screen and (max-width: 47.9375em) {
  .node-type-parents-activity.parents-activity--recipes .field-name-body .accordion .accordion_title {
    font-size: 18px;
  }
}
.node-type-parents-activity.parents-activity--recipes .field-name-body .accordion .accordion_content {
  margin-top: 1em;
}
.node-type-parents-activity.parents-activity--recipes .field-name-body .accordion.apply-hover i,
.node-type-parents-activity.parents-activity--recipes .field-name-body .accordion.apply-hover .accordion_title {
  color: #0EBECE;
}
.node-type-parents-activity.parents-activity--recipes .field-name-body .accordion.accordion_open .icon-plus {
  display: none;
}
.node-type-parents-activity.parents-activity--recipes .field-name-body .accordion.accordion_open .icon-plus-circled {
  display: block;
}
.node-type-parents-activity.parents-activity--recipes .field-name-body .accordion.accordion_open .accordion_content {
  display: none;
}

.page-parents .home-header, .page-your-child-and-you .home-header {
  text-align: center;
}
.page-parents .home-header img, .page-your-child-and-you .home-header img {
  width: auto !important;
  margin: 25px 0 35px;
}
.page-parents .home-carousel, .page-your-child-and-you .home-carousel {
  margin-top: 10px;
}
@media only screen and (max-width: 47.9375em) {
  .page-parents .home-carousel, .page-your-child-and-you .home-carousel {
    padding-bottom: 60px;
  }
}
.page-parents .home-carousel .views-field-field-carousel-image .field-content, .page-your-child-and-you .home-carousel .views-field-field-carousel-image .field-content {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
}
@media only screen and (max-width: 47.9375em) {
  .page-parents .home-carousel .views-field-field-carousel-image .field-content, .page-your-child-and-you .home-carousel .views-field-field-carousel-image .field-content {
    min-height: 325px;
  }
}
.page-parents .home-carousel .views-field-field-carousel-image .field-content .hfc-parents-carousel-item__image, .page-your-child-and-you .home-carousel .views-field-field-carousel-image .field-content .hfc-parents-carousel-item__image {
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
}
.page-parents .home-carousel .slick-slide, .page-your-child-and-you .home-carousel .slick-slide {
  opacity: 1.0;
  filter: alpha(opacity=100);
}
.page-parents .home-carousel .slick__arrow .slick-arrow, .page-your-child-and-you .home-carousel .slick__arrow .slick-arrow {
  min-width: auto;
  margin-top: 0;
}
.page-parents .home-carousel .slick__arrow .slick-next, .page-parents .home-carousel .slick__arrow .slick-prev, .page-your-child-and-you .home-carousel .slick__arrow .slick-next, .page-your-child-and-you .home-carousel .slick__arrow .slick-prev {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  .page-parents .home-carousel .slick__arrow .slick-next, .page-your-child-and-you .home-carousel .slick__arrow .slick-next {
    right: -15px;
    background-image: url("//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/carousel-arrow-right.png?yocs=_&yoloc=eu");
  }
}

@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  .page-parents .home-carousel .slick__arrow .slick-prev, .page-your-child-and-you .home-carousel .slick__arrow .slick-prev {
    left: -15px;
    background-image: url("//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/carousel-arrow-left.png?yocs=_&yoloc=eu");
  }
}

.page-parents .home-carousel .slick__arrow .slick-next::before, .page-parents .home-carousel .slick__arrow .slick-prev::before, .page-your-child-and-you .home-carousel .slick__arrow .slick-next::before, .page-your-child-and-you .home-carousel .slick__arrow .slick-prev::before {
  display: none;
}
.page-parents .home-carousel .views-field-field-carousel-link .field-content a, .page-your-child-and-you .home-carousel .views-field-field-carousel-link .field-content a {
  color: white;
  text-decoration: none;
  padding: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  color: white;
  font-family: "Montserrat", Verdana, sans-serif;
  font-size: 24px;
  display: block;
  background-color: rgba(224, 38, 25, 0.9);
  position: absolute;
  left: 0;
  bottom: 20px;
  margin-right: 20px;
}
@media (min-width: 62em) {
  .page-parents .home-carousel .views-field-field-carousel-link .field-content a, .page-your-child-and-you .home-carousel .views-field-field-carousel-link .field-content a {
    font-size: 30px;
    left: 20px;
  }
}
.page-parents .home-carousel .views-field-field-carousel-link .field-content a:hover, .page-your-child-and-you .home-carousel .views-field-field-carousel-link .field-content a:hover {
  text-decoration: underline;
}
.page-parents .home-carousel .views-label, .page-your-child-and-you .home-carousel .views-label {
  display: none;
}
.page-parents .home-carousel .slick-dots, .page-your-child-and-you .home-carousel .slick-dots {
  padding: 0;
  width: auto;
  left: 0;
  right: 0;
  bottom: -50px;
  margin: 0;
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  .page-parents .home-carousel .slick-dots, .page-your-child-and-you .home-carousel .slick-dots {
    bottom: -44px;
    left: auto;
  }
}

.page-parents .home-carousel .slick-dots li, .page-your-child-and-you .home-carousel .slick-dots li {
  margin-right: 5px;
  padding: 0;
  width: 15px;
  height: 15px;
}
.page-parents .home-carousel .slick-dots li:last-child, .page-your-child-and-you .home-carousel .slick-dots li:last-child {
  margin-right: 0;
}
.page-parents .home-carousel .slick-dots li button:before, .page-your-child-and-you .home-carousel .slick-dots li button:before {
  background-color: #D5CBCB;
  border-radius: 50%;
  content: "";
  height: 15px;
  opacity: 1;
  width: 15px;
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  .page-parents .home-carousel .slick-dots li button:before, .page-your-child-and-you .home-carousel .slick-dots li button:before {
    height: 15px;
    opacity: 1;
    width: 15px;
  }
}

.page-parents .home-carousel .slick-dots li.slick-active button:before, .page-your-child-and-you .home-carousel .slick-dots li.slick-active button:before {
  background-color: #E02619;
}
.page-parents .home__pane, .page-parents .home-editors-picks, .page-your-child-and-you .home__pane, .page-your-child-and-you .home-editors-picks {
  display: none;
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  .page-parents .home__pane, .page-your-child-and-you .home__pane {
    display: block;
    margin-top: 45px;
    padding-bottom: 20px;
    border: 1px solid #F3F3F3;
  }
  .page-parents .home__pane .pane-title, .page-your-child-and-you .home__pane .pane-title {
    color: #555555;
    font-size: 1.250em;
    font-weight: 300;
    line-height: normal;
    margin: 20px 0 30px;
    text-align: left;
    text-transform: uppercase;
  }
}

@media only screen and (min-width: 48em) and (max-width: 61.9375em) and (min-width: 48em) and (max-width: 61.9375em), only screen and (min-width: 48em) and (min-width: 62em) and (min-width: 48em) and (max-width: 61.9375em), only screen and (min-width: 48em) and (max-width: 61.9375em) and (min-width: 48em) and (min-width: 62em), (min-width: 48em) and (min-width: 62em) and (min-width: 48em) and (min-width: 62em) {
  .page-parents .home__pane--left, .page-your-child-and-you .home__pane--left {
    padding: 0 5px 0 35px;
    border-right: 0;
  }
  .page-parents .home__pane--right, .page-your-child-and-you .home__pane--right {
    padding: 0 35px 0 5px;
    border-left: 0;
  }
}

@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  .page-parents .home__pane.pane-hfc-editors-picks-editors-picks-view, .page-your-child-and-you .home__pane.pane-hfc-editors-picks-editors-picks-view {
    clear: both;
  }
  .page-parents .home__pane .home-item--stacked, .page-your-child-and-you .home__pane .home-item--stacked {
    border: 0;
    margin: 0 0 40px;
    height: 150px;
    padding: 0;
    position: relative;
    width: 100%;
  }
  .page-parents .home__pane .home-item--stacked p, .page-your-child-and-you .home__pane .home-item--stacked p {
    font-size: 1em;
    line-height: 1.1em;
  }
  .page-parents .home__pane .home-item--stacked:last-child, .page-your-child-and-you .home__pane .home-item--stacked:last-child {
    margin-bottom: 45px;
  }
  .page-parents .home__pane .home-item--stacked .image-wrapper, .page-your-child-and-you .home__pane .home-item--stacked .image-wrapper {
    clip: rect(0, 120px, 140px, 0);
    position: absolute;
  }
  .page-parents .home__pane .home-item--stacked .image-wrapper img, .page-your-child-and-you .home__pane .home-item--stacked .image-wrapper img {
    height: 140px;
    max-width: none;
  }
  .page-parents .home__pane .home-item--stacked .image-wrapper.confident img, .page-your-child-and-you .home__pane .home-item--stacked .image-wrapper.confident img {
    border-bottom: 4px solid #9ad86d;
  }
  .page-parents .home__pane .home-item--stacked .image-wrapper.creative img, .page-your-child-and-you .home__pane .home-item--stacked .image-wrapper.creative img {
    border-bottom: 4px solid #fbcd51;
  }
  .page-parents .home__pane .home-item--stacked .image-wrapper.caring img, .page-your-child-and-you .home__pane .home-item--stacked .image-wrapper.caring img {
    border-bottom: 4px solid #4ca0d8;
  }
  .page-parents .home__pane .home-item--stacked .image-wrapper.curious img, .page-your-child-and-you .home__pane .home-item--stacked .image-wrapper.curious img {
    border-bottom: 4px solid #fe8c67;
  }
  .page-parents .home__pane .home-item--stacked .icon, .page-your-child-and-you .home__pane .home-item--stacked .icon {
    left: 88px;
    position: absolute;
    top: 108px;
  }
  .page-parents .home__pane .home-item--stacked .icon img, .page-your-child-and-you .home__pane .home-item--stacked .icon img {
    height: 34px;
    width: 34px;
  }
  .page-parents .home__pane .home-item--stacked .link, .page-your-child-and-you .home__pane .home-item--stacked .link {
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 10px 130px;
  }
  .page-parents .home__pane .home-item--stacked .info, .page-your-child-and-you .home__pane .home-item--stacked .info {
    margin: 0 0 0 130px;
    padding-bottom: 15px;
  }
  .page-parents .home__pane .home-item--stacked .info p, .page-your-child-and-you .home__pane .home-item--stacked .info p {
    margin: 0;
  }
  .page-parents .home__pane .home-item--stacked .read-more, .page-your-child-and-you .home__pane .home-item--stacked .read-more {
    bottom: 0;
    right: 0;
    width: 100%;
  }
  .page-parents .home__pane .home-item--stacked .read-more .node-readmore, .page-your-child-and-you .home__pane .home-item--stacked .read-more .node-readmore {
    font-size: 16px;
    font-style: normal;
  }
}

@media only screen and (min-width: 48em) and (max-width: 61.9375em) and (min-width: 48em) and (max-width: 61.9375em), only screen and (min-width: 48em) and (min-width: 62em) and (min-width: 48em) and (max-width: 61.9375em), only screen and (min-width: 48em) and (max-width: 61.9375em) and (min-width: 48em) and (min-width: 62em), (min-width: 48em) and (min-width: 62em) and (min-width: 48em) and (min-width: 62em) {
  .page-parents .home__pane .home-item--stacked .read-more .node-readmore, .page-your-child-and-you .home__pane .home-item--stacked .read-more .node-readmore {
    text-align: left;
    margin-left: 130px;
  }
}

@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  .page-parents .home__pane .home-item--stacked .read-more .node-readmore a, .page-your-child-and-you .home__pane .home-item--stacked .read-more .node-readmore a {
    color: #0995A2;
    text-decoration: none;
  }
  .page-parents .home__pane .home-item--stacked .read-more a:after, .page-your-child-and-you .home__pane .home-item--stacked .read-more a:after {
    content: '\00bb';
  }
  .page-parents .home-editors-picks, .page-your-child-and-you .home-editors-picks {
    display: block;
    border: 0;
  }
}

@media only screen and (min-width: 48em) and (max-width: 61.9375em) and (min-width: 48em) and (max-width: 61.9375em), only screen and (min-width: 48em) and (min-width: 62em) and (min-width: 48em) and (max-width: 61.9375em), only screen and (min-width: 48em) and (max-width: 61.9375em) and (min-width: 48em) and (min-width: 62em), (min-width: 48em) and (min-width: 62em) and (min-width: 48em) and (min-width: 62em) {
  .page-parents .home-editors-picks, .page-your-child-and-you .home-editors-picks {
    margin: 30px 0;
  }
}

@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  .page-parents .home-editors-picks .pane-title, .page-your-child-and-you .home-editors-picks .pane-title {
    color: #555555;
    font-size: 1.250em;
    font-weight: 300;
    line-height: normal;
    margin: 20px 0 30px;
    text-align: left;
    text-transform: uppercase;
  }
  .page-parents .home-editors-picks .pane-title, .page-your-child-and-you .home-editors-picks .pane-title {
    margin-left: 15px;
  }
}

.node-type-parents-q-a .parents-page-layout__header {
  position: relative;
}
.node-type-parents-q-a .q-a-default-portrait,
.node-type-parents-q-a .pane-node-field-parents-q-a-portrait {
  position: absolute;
  top: 0;
  right: 0;
}
.node-type-parents-q-a .q-a-default-portrait img,
.node-type-parents-q-a .pane-node-field-parents-q-a-portrait img {
  max-width: 132px;
  max-height: 132px;
}
.node-type-parents-q-a .parents_qa_intro {
  color: #555555;
  font-size: 16px;
  line-height: 20px;
  margin: 0 15px;
}
.node-type-parents-q-a .pane-node-field-parents-q-a-body {
  border-bottom: 2px dotted #7f7f7f;
  clear: both;
  color: #555555;
  font-size: 16px;
  line-height: 20px;
  margin: 0 15px 30px;
}

@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  body.node-type-parents-blog .pane-node-field-parents-story-tile {
    float: left;
    margin-bottom: 32px;
  }
}

body.node-type-parents-blog .pane-node-field-parents-story-tile .field-collection-view.clearfix, body.node-type-parents-blog .pane-node-field-parents-story-tile .field-collection-view.container, body.node-type-parents-blog .pane-node-field-parents-story-tile .field-collection-view.row,
body.node-type-parents-blog .pane-node-field-parents-story-tile .field-collection-view.footermap,
body.node-type-parents-blog .pane-node-field-parents-story-tile .field-collection-view.region-header {
  clear: none;
}
body.node-type-parents-blog .pane-node-field-parents-story-tile .field-collection-view.clearfix:after, body.node-type-parents-blog .pane-node-field-parents-story-tile .field-collection-view.container:after, body.node-type-parents-blog .pane-node-field-parents-story-tile .field-collection-view.row:after,
body.node-type-parents-blog .pane-node-field-parents-story-tile .field-collection-view.footermap:after,
body.node-type-parents-blog .pane-node-field-parents-story-tile .field-collection-view.region-header:after {
  clear: none;
}
body.node-type-parents-blog .pane-node-field-parents-story-tile .field-name-field-tile-dimensions {
  display: none;
}
body.node-type-parents-blog .pane-node-field-parents-story-tile .field-item header {
  display: none;
}
body.node-type-parents-blog .pane-node-field-parents-story-tile .field-item img {
  width: 100%;
}
body.node-type-parents-blog .pane-node-field-parents-story-tile .field-item .field-label {
  display: none;
}
body.node-type-parents-blog .pane-node-field-parents-story-tile .field-item .field-name-field-tile-image {
  margin-bottom: 10px;
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  body.node-type-parents-blog .pane-node-field-parents-story-tile .field-item .field-name-field-tile-image {
    margin: 0;
  }
}

body.node-type-parents-blog .pane-node-field-parents-story-tile .field-item .field-name-field-tile-caption {
  margin-bottom: 20px;
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  body.node-type-parents-blog .pane-node-field-parents-story-tile .field-item .field-name-field-tile-caption {
    margin: 0;
  }
}

@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  body.node-type-parents-blog .pane-node-field-parents-story-tile .field-item.tile_dimension_12_by_6, body.node-type-parents-blog .pane-node-field-parents-story-tile .field-item.tile_dimension_6_by_6, body.node-type-parents-blog .pane-node-field-parents-story-tile .field-item.tile_dimension_6_by_3, body.node-type-parents-blog .pane-node-field-parents-story-tile .field-item.tile_dimension_3_by_3 {
    float: left;
    height: 0;
    overflow: hidden;
    padding: 10px;
    position: relative;
    text-overflow: ellipsis;
  }
  body.node-type-parents-blog .pane-node-field-parents-story-tile .field-item.tile_dimension_12_by_6 .field-name-field-tile-caption, body.node-type-parents-blog .pane-node-field-parents-story-tile .field-item.tile_dimension_6_by_6 .field-name-field-tile-caption, body.node-type-parents-blog .pane-node-field-parents-story-tile .field-item.tile_dimension_6_by_3 .field-name-field-tile-caption, body.node-type-parents-blog .pane-node-field-parents-story-tile .field-item.tile_dimension_3_by_3 .field-name-field-tile-caption {
    background-color: #ffffff;
    bottom: 0;
    max-height: 50%;
    position: absolute;
    width: 100%;
  }
  body.node-type-parents-blog .pane-node-field-parents-story-tile .field-item.tile_dimension_12_by_6 {
    padding-bottom: 50%;
    width: 100%;
  }
  body.node-type-parents-blog .pane-node-field-parents-story-tile .field-item.tile_dimension_6_by_6 {
    padding-bottom: 50%;
    width: 50%;
  }
  body.node-type-parents-blog .pane-node-field-parents-story-tile .field-item.tile_dimension_6_by_3 {
    padding-bottom: 25%;
    width: 50%;
  }
  body.node-type-parents-blog .pane-node-field-parents-story-tile .field-item.tile_dimension_3_by_3 {
    padding-bottom: 25%;
    width: 25%;
  }
}

body.node-type-parents-blog .pane-node-body p {
  color: #555555;
  font-size: 16px;
  line-height: 20px;
  margin: 25px 0;
}
body.node-type-parents-blog .pane-node-body blockquote {
  background: url("//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/quote.png?yocs=_&yoloc=eu") left top no-repeat;
  border: 0;
  color: #777777;
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
  line-height: 24px;
  padding: 36px 18px 0 36px;
  margin: -25px 0 25px -36px;
  width: 260px;
}
@media screen and (min-width: 1024px) {
  body.node-type-parents-blog .pane-node-body blockquote {
    float: left;
  }
}
body.node-type-parents-blog .parents_tags {
  clear: both;
  font-size: 20px;
  line-height: 20px;
  margin: 32px 0 15px;
  border-top: 2px dotted #7F7F7F;
  margin-bottom: 25px;
  padding-bottom: 0;
  padding-top: 15px;
}
body.node-type-parents-blog .parents_tags .pane-title {
  font-size: 20px;
  line-height: 20px;
  margin: 0 0 3px 0;
}
body.node-type-parents-blog .parents_tags .field-item {
  display: inline-block;
  margin-right: 5px;
}
body.node-type-parents-blog .parents_tags .field-item a {
  color: #44c3d5;
}
body.node-type-parents-blog .share_pane {
  margin-left: 0px;
  width: 100%;
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  body.node-type-parents-blog .horizontal-list {
    border: 0;
  }
}

.node-type-parents-listing-page .pane-node-body {
  border-bottom: 2px dotted #7f7f7f;
  color: #555555;
  margin: 30px 15px;
}
.node-type-parents-listing-page .pane-node-body .field-items {
  padding-top: 1px;
}
.node-type-parents-listing-page .pane-node-body p {
  color: #555555;
  font-size: 16px;
  line-height: 20px;
  margin: 25px 0;
}
.node-type-parents-listing-page .pane-node-body .media-element {
  display: block;
  margin: 25px 0;
}
.node-type-parents-listing-page .field-type-text-with-summary {
  clear: both;
}
.node-type-parents-listing-page .pane-node-field-listing-items {
  border-bottom: 2px dotted #7f7f7f;
  margin: 30px 15px;
  padding-bottom: 25px;
}
.node-type-parents-listing-page div.node-parents-listing-item {
  margin-bottom: 40px;
}
.node-type-parents-listing-page div.node-parents-listing-item .item__title {
  color: #92B7BB;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  .node-type-parents-listing-page div.node-parents-listing-item .item__title {
    font-size: 20px;
    margin-top: 0;
  }
}

.node-type-parents-listing-page div.node-parents-listing-item .item__title .pane-title {
  display: none;
}
@media (min-width: 62em) {
  .node-type-parents-listing-page div.node-parents-listing-item .field-name-field-landing-item-image img {
    height: 110px;
  }
}
.node-type-parents-listing-page div.node-parents-listing-item .field-name-field-landing-item-text {
  font-size: 16px;
  line-height: 1.25em;
}
@media (min-width: 62em) {
  .node-type-parents-listing-page .share_pane {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .node-type-parents-listing-page .horizontal-list {
    border: 0;
    margin-top: 0;
  }
}

.node-type-parents-quiz {
  counter-reset: questions;
}
.node-type-parents-quiz .parents_feature_image {
  margin-bottom: 10px;
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  .node-type-parents-quiz .parents_feature_image {
    margin-bottom: 50px;
  }
}

.node-type-parents-quiz .content_header_subtitle {
  width: 100%;
}
.node-type-parents-quiz .pane-node-field-quiz-question {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin-top: 25px;
}
.node-type-parents-quiz .pane-node-field-quiz-question:before {
  counter-increment: questions;
  content: "Question " counter(questions) " ";
}
.node-type-parents-quiz .pane-node-field-quiz-answer {
  margin: 10px 0;
  overflow: hidden;
}
.node-type-parents-quiz .quiz_answer {
  display: table;
  font-size: 16px;
  font-weight: 300;
  margin: 5px 0;
  width: 100%;
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  .node-type-parents-quiz .quiz_answer {
    float: left;
    width: 50%;
  }
}

.node-type-parents-quiz .quiz_answer_radio,
.node-type-parents-quiz .quiz_answer_text {
  display: table-cell;
  vertical-align: top;
}
.node-type-parents-quiz .quiz_answer_radio {
  width: 25px;
}
.node-type-parents-quiz .quiz_answer_radio input {
  width: 20px;
}
.node-type-parents-quiz .quiz_answer_text {
  padding-right: 30%;
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  .node-type-parents-quiz .quiz_answer_text {
    padding-right: 10%;
  }
}

@media (min-width: 62em) {
  .node-type-parents-quiz .quiz_answer_text {
    padding-right: 30%;
  }
}
.node-type-parents-quiz .field-name-field-quiz-results {
  margin: 15px 0;
}
.node-type-parents-quiz .results-pane.disabled .pane-title {
  background-color: #8F8F8F;
  color: #BFBFBF;
}
.node-type-parents-quiz .results-pane.disabled .pane-title:hover {
  cursor: default;
}
.node-type-parents-quiz .results-pane .pane-title {
  background-color: #BD0D1A;
  border-radius: 5px;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 1.5em;
  letter-spacing: 0;
  margin: 30px auto;
  max-width: 165px;
  text-align: center;
}
.node-type-parents-quiz .results-pane .pane-title:before {
  content: 'See ';
}
.node-type-parents-quiz .results-pane .field-name-field-quiz-results {
  display: none;
}
.node-type-parents-quiz .results-pane.open .pane-title:before {
  content: none;
}
.node-type-parents-quiz .results-pane.open .field-name-field-quiz-results {
  display: block;
}
.node-type-parents-quiz .share_pane {
  border: 0;
}

@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  .page-topics #your-child-and-you {
    margin-right: 30px;
    margin-bottom: 110px;
  }
}

@media (min-width: 62em) {
  .page-topics #your-child-and-you {
    margin-bottom: 30px;
  }
}
.page-topics .header-pane {
  margin: 0 15px;
}
.page-topics .filter-pane--drop-down form {
  display: none;
}
.page-topics .filter-pane--drop-down form .form-item label {
  width: auto;
}
.page-topics .filter-pane--drop-down .pane-title {
  background-color: #BD0D1A;
  border-radius: 5px;
  color: #FFFFFF;
  letter-spacing: 0;
  margin: 0 25px;
  text-align: center;
}
.page-topics .filter-pane--drop-down .pane-title a,
.page-topics .filter-pane--drop-down .pane-title a:hover,
.page-topics .filter-pane--drop-down .pane-title a:active,
.page-topics .filter-pane--drop-down .pane-title a:focus {
  color: #FFFFFF;
  text-decoration: none;
}
.page-topics .filter-pane--drop-down.open form {
  border: 2px solid #BD0D1A;
  border-radius: 5px;
  display: block;
  margin-top: -6px;
}

body.node-type-parents-podcast audio {
  width: 94%;
}
body.node-type-parents-podcast .content_header_subtitle {
  margin-bottom: 0;
}
body.node-type-parents-podcast .audio_buttons {
  padding-top: 15px;
  position: absolute;
  right: 98px;
}
@media only screen and (max-width: 61.9375em) {
  body.node-type-parents-podcast .audio_buttons {
    position: relative;
    right: 0;
  }
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  body.node-type-parents-podcast .audio_buttons {
    width: auto;
  }
}

body.node-type-parents-podcast .audio_buttons .btn {
  background-color: #BD0D1A;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 1.25em;
  font-weight: 700;
  margin: 0 5px;
  padding: 5px;
  text-align: center;
}
body.node-type-parents-podcast .audio_buttons .btn:hover, body.node-type-parents-podcast .audio_buttons .btn:focus, body.node-type-parents-podcast .audio_buttons .btn:active {
  text-decoration: none;
}
body.node-type-parents-podcast .audio_buttons .btn.subscribe {
  display: none;
}
body.node-type-parents-podcast .podcast_body {
  clear: none;
}
body.node-type-parents-podcast .chapters {
  border-bottom: 2px dotted #7f7f7f;
  clear: both;
  margin: 15px;
  padding: 0 0 15px;
}
@media only screen and (max-width: 47.9375em) {
  body.node-type-parents-podcast .chapters {
    margin-left: 0;
  }
}
body.node-type-parents-podcast .chapters .item a {
  border: 1px solid #EEEEEE;
  font-size: 1.25em;
  font-weight: 500;
  margin: 6px 7px;
  min-height: 74px;
  padding: 20px 0px 15px 15px;
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  body.node-type-parents-podcast .chapters .item a {
    width: 47%;
  }
}

@media only screen and (max-width: 61.9375em) and (min-width: 48em) and (max-width: 61.9375em), only screen and (max-width: 61.9375em) and (min-width: 48em) and (min-width: 62em) {
  body.node-type-parents-podcast .chapters .item a {
    font-size: 1em;
  }
}

body.node-type-parents-podcast .chapters .item .podcast_track_number {
  padding-right: 0;
  width: 28%;
}
@media only screen and (max-width: 47.9375em) {
  body.node-type-parents-podcast .chapters .item .podcast_track_number {
    width: 36%;
  }
}
body.node-type-parents-podcast .chapters .item .podcast_track_number:before {
  content: '\25B6';
  float: left;
  font-size: 2em;
  margin-right: 5px;
  margin-left: -18px;
}
@media only screen and (max-width: 61.9375em) and (min-width: 48em) and (max-width: 61.9375em), only screen and (max-width: 61.9375em) and (min-width: 48em) and (min-width: 62em) {
  body.node-type-parents-podcast .chapters .item .podcast_track_number:before {
    font-size: 1.5em;
    margin-left: -25px;
  }
}

body.node-type-parents-podcast .chapters .item .podcast_chapter {
  width: 72%;
}
@media only screen and (max-width: 47.9375em) {
  body.node-type-parents-podcast .chapters .item .podcast_chapter {
    width: 64%;
  }
}
body.node-type-parents-podcast .chapters .item.played .podcast_track_number:before {
  content: '\21BA';
}
body.node-type-parents-podcast .chapters .item.active a {
  color: #92B7BB;
}
body.node-type-parents-podcast .parents_tags {
  padding-left: 0;
}
body.node-type-parents-podcast .horizontal-list {
  border: 0;
  margin-top: 0;
  padding-top: 0;
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  body.node-type-parents-podcast .horizontal-list {
    float: left;
  }
}

.parents_teaser h2 {
  line-height: 1.2em;
  min-height: 42px;
}
.parents_teaser.limit_header h2 {
  height: 42px;
  overflow: hidden;
}
.parents_teaser .field-name-field-parents-4cs-icon > .field-label {
  display: none;
}
.parents_teaser .field-name-field-parents-4cs-icon img {
  margin: 0;
  width: 34px;
  float: right;
  -moz-transform: translate(3px, -50%);
  -ms-transform: translate(3px, -50%);
  -webkit-transform: translate(3px, -50%);
  transform: translate(3px, -50%);
}
.parents_teaser .node-title {
  font-size: 18px;
  color: #0995A2;
  font-weight: 300;
  margin: 5px 0;
}
@media (min-width: 62em) {
  .parents_teaser.with_border {
    padding: 15px;
    border: solid 1px #D5CBCB;
  }
}
.parents_teaser .field-name-body p, .parents_teaser .field-name-body div {
  font-size: 12px;
  line-height: 1.5em;
  margin: 0;
}
.parents_teaser .read_more {
  overflow: hidden;
  font-style: italic;
}
.parents_teaser .read_more > a {
  float: right;
  font-size: 14px;
  font-family: "Montserrat", Verdana, sans-serif;
  font-weight: 300;
}
.parents_teaser .read_more > a:after {
  content: '\00a0\000BB';
}
.parents_teaser.curious .field-name-field-parents-4cs-icon {
  border-bottom: solid 5px #fe8c67;
}
.parents_teaser.creative .field-name-field-parents-4cs-icon {
  border-bottom: solid 5px #facd51;
}
.parents_teaser.caring .field-name-field-parents-4cs-icon {
  border-bottom: solid 5px #9ad86d;
}
.parents_teaser.confident .field-name-field-parents-4cs-icon {
  border-bottom: solid 5px #4ca0d8;
}

.slick-initialized .parents_teaser {
  padding: 15px;
}

@media (min-width: 62em) {
  .view-hfc-editors-picks .view-content, .view-hfc-recent-content .view-content {
    margin: 0 -5px;
  }
  .view-hfc-editors-picks .view-content .slick--view--hfc-editors-picks > div, .view-hfc-editors-picks .view-content .slick--view--hfc-recent-content > div, .view-hfc-recent-content .view-content .slick--view--hfc-editors-picks > div, .view-hfc-recent-content .view-content .slick--view--hfc-recent-content > div {
    font-size: 0;
  }
  .view-hfc-editors-picks .view-content .slick--view--hfc-editors-picks > div .slick__slide, .view-hfc-editors-picks .view-content .slick--view--hfc-recent-content > div .slick__slide, .view-hfc-recent-content .view-content .slick--view--hfc-editors-picks > div .slick__slide, .view-hfc-recent-content .view-content .slick--view--hfc-recent-content > div .slick__slide {
    font-size: 1rem;
    display: inline-block;
    width: 33.33333%;
    vertical-align: top;
    padding: 5px;
  }
  .view-hfc-editors-picks .view-content .slick--view--hfc-editors-picks > .parents_teaser, .view-hfc-editors-picks .view-content .slick--view--hfc-recent-content > .parents_teaser, .view-hfc-recent-content .view-content .slick--view--hfc-editors-picks > .parents_teaser, .view-hfc-recent-content .view-content .slick--view--hfc-recent-content > .parents_teaser {
    width: 33.33333%;
    padding: 15px;
  }
}
@media (min-width: 62em) {
  .view-highlights-related-content-view .view-content {
    margin: 0 -5px;
  }
  .view-highlights-related-content-view .view-content .parents_teaser {
    margin: 5px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .parent-node #main #content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.parent-node .field-name-field-parents-article-desc {
  font-family: "Montserrat", Verdana, sans-serif;
  color: #5B4D4E;
  margin: 15px 0;
}
.parent-node .field-name-body h1 {
  font-size: 2.625em;
  line-height: 1.3125;
  margin: 1.3125em 0 .65625em 0;
}
.parent-node .field-name-body h2 {
  font-size: 2.25em;
  line-height: 1.25;
  margin: 1.25em 0 .625em 0;
}
.parent-node .field-name-body h3 {
  font-size: 2em;
  line-height: 1.3125;
  margin: 1.125em 0 .5625em 0;
}
.parent-node .field-name-body h4 {
  font-size: 1.625em;
  line-height: 1.3125;
  margin: 1.3125em 0 .65625em 0;
}
.parent-node .field-name-body h5 {
  font-size: 1.5em;
  line-height: 1.45;
  margin: 1.45em 0 .725em 0;
}
.parent-node .field-name-body h6 {
  font-size: 1.25em;
  line-height: 1.425;
  margin: 1.425em 0 .7125em 0;
}
.parent-node .field-name-body h2, .parent-node .field-name-body h2 a, .parent-node .field-name-body h3, .parent-node .field-name-body h3 a, .parent-node .field-name-body h4, .parent-node .field-name-body h4 a, .parent-node .field-name-body h5, .parent-node .field-name-body h5 a, .parent-node .field-name-body h6, .parent-node .field-name-body h6 a {
  color: #5B4D4E;
}
.parent-node .field-name-body, .parent-node .field-name-body p {
  font-size: 1rem;
}
.parent-node .field-name-body blockquote {
  background: url('//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/quote.png?yocs=_&yoloc=eu') left top no-repeat;
  border: 0;
  color: #777777;
}
@media (min-width: 62em) {
  .parent-node .field-name-body blockquote {
    width: calc(50% + 15px);
    float: left;
    clear: left;
    padding: 15px 30px 0 36px;
    margin: 0 0 30px -36px;
  }
}
@media only screen and (max-width: 61.9375em) {
  .parent-node .field-name-body blockquote {
    text-align: center;
    padding: 30px 0 15px;
  }
}
.parent-node .field-name-body blockquote p {
  font-size: 18px;
  margin: 0;
  font-family: "Merriweather", serif;
  font-style: italic;
  color: #5B4D4E;
  line-height: 36px;
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  .parent-node .field-name-body blockquote p {
    font-size: 20px;
  }
}

.parent-node .field-name-body .media.row {
  margin-left: 0;
  margin-right: 0;
}
.parent-node .field-name-body ol, .parent-node .field-name-body ul {
  margin-left: 0;
  padding-left: 40px;
  padding-right: 20px;
}
.parent-node .field-name-body ol > li, .parent-node .field-name-body ul > li {
  padding-left: 10px;
  font-family: "Merriweather", serif;
  font-size: 1rem;
  line-height: 2em;
  margin-bottom: .75em;
}
.parent-node .field-name-body ol > li > table, .parent-node .field-name-body ul > li > table {
  margin: -1em 0 0 0;
}
.parent-node .field-name-body ol > li > table td, .parent-node .field-name-body ul > li > table td {
  vertical-align: top;
}
.parent-node .field-name-body ol > li > table td img, .parent-node .field-name-body ol > li > table td img.media-element, .parent-node .field-name-body ul > li > table td img, .parent-node .field-name-body ul > li > table td img.media-element {
  max-width: none;
  display: block;
  margin: auto;
}
@media only screen and (max-width: 47.9375em) {
  .parent-node .field-name-body ol > li > table td:first-child:nth-last-child(2), .parent-node .field-name-body ol > li > table td:last-child:nth-child(2), .parent-node .field-name-body ul > li > table td:first-child:nth-last-child(2), .parent-node .field-name-body ul > li > table td:last-child:nth-child(2) {
    display: block;
  }
}
.parent-node .pane-node-field-parents-list,
.parent-node .pane-node-field-parent-steps {
  clear: both;
}
.parent-node .node-parents-step h4,
.parent-node .node-parents-article-list-item h4 {
  margin-bottom: 17px;
}
.parent-node .node-parents-step h4,
.parent-node .node-parents-article-list-item h4 {
  color: #5B4D4E;
}
.parent-node .node-parents-step .field-name-field-featured-image,
.parent-node .node-parents-article-list-item .field-name-field-featured-image {
  float: left;
  padding: 8px 30px 30px 0;
  max-width: 50%;
}
.parent-node .node-parents-step .field-name-field-featured-image {
  padding-top: 16px;
}
.parent-node .dotted-before-author + .dotted-after-author {
  display: none;
}

.pane-simple-ajax-subscribe {
  position: relative;
  font-family: "Merriweather",serif;
  font-size: 16px;
  color: #A59899;
  border: 1px solid #E5DEDE;
  padding: 15px 15px 55px 15px;
  max-width: 320px;
  margin: 60px auto 0;
}
.pane-simple-ajax-subscribe:before {
  background: url("//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/envelope.png?yocs=_&yoloc=eu") 95% top no-repeat;
  content: "";
  display: block;
  height: 64px;
  right: 5%;
  position: absolute;
  top: -40px;
  width: 75px;
}
.pane-simple-ajax-subscribe .pane-title {
  font-family: "Merriweather",serif;
  color: #E02619;
  font-size: 1.125em;
  font-style: italic;
  font-weight: normal;
  line-height: 22px;
  margin: 0;
}
.pane-simple-ajax-subscribe #hfc-newsletter-subscribe-ajax-form-mdb_fwap .form-item {
  margin: 15px 0;
}
.pane-simple-ajax-subscribe #hfc-newsletter-subscribe-ajax-form-mdb_fwap .form-item input[type=text] {
  background: #FFFFFF;
  border: 1px solid #A59899;
  border-radius: 2px;
  font-family: Montserrat-Light;
  font-size: 12px;
  color: #A59899;
  line-height: 14px;
  padding: 14px 5px;
}
.pane-simple-ajax-subscribe #hfc-newsletter-subscribe-ajax-form-mdb_fwap input[type=submit] {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  float: right;
}
.pane-simple-ajax-subscribe #hfc-newsletter-subscribe-ajax-form-mdb_fwap input[type=submit]:hover {
  text-decoration: none;
}
.pane-simple-ajax-subscribe #hfc-newsletter-subscribe-ajax-form-mdb_fwap input[type=submit]:focus {
  outline: 0;
}
.pane-simple-ajax-subscribe #hfc-newsletter-subscribe-ajax-form-mdb_fwap input[type=submit]:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.pane-simple-ajax-subscribe #hfc-newsletter-subscribe-ajax-form-mdb_fwap input[type=submit]:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.pane-simple-ajax-subscribe #hfc-newsletter-subscribe-ajax-form-mdb_fwap input[type=submit]:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .pane-simple-ajax-subscribe #hfc-newsletter-subscribe-ajax-form-mdb_fwap input[type=submit] {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .pane-simple-ajax-subscribe #hfc-newsletter-subscribe-ajax-form-mdb_fwap input[type=submit] {
    min-width: auto;
  }
}

.view-parents-article-and-activity-listing, .view-parents-activity-subtype-landing {
  margin: 1em 0;
}
.view-parents-article-and-activity-listing .view-content, .view-parents-activity-subtype-landing .view-content {
  clear: both;
}
.view-parents-article-and-activity-listing .view-content .views-row, .view-parents-activity-subtype-landing .view-content .views-row {
  font-size: 1rem;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}
@media (min-width: 62em) {
  .view-parents-article-and-activity-listing .view-content .views-row:nth-child(3n+1), .view-parents-activity-subtype-landing .view-content .views-row:nth-child(3n+1) {
    clear: both;
  }
}
.view-parents-article-and-activity-listing.hfc-parents-listing-top-two .views-row > .with_border, .view-parents-activity-subtype-landing.hfc-parents-listing-top-two .views-row > .with_border {
  border: 0;
  padding: 0;
}
.view-parents-article-and-activity-listing .view-empty h3, .view-parents-activity-subtype-landing .view-empty h3 {
  margin-top: 0;
}
.view-parents-article-and-activity-listing .view-empty + .views-footer, .view-parents-activity-subtype-landing .view-empty + .views-footer {
  display: none;
}

.parent-magazine-teaser {
  overflow: hidden;
  border-bottom: dotted 3px #D5CBCB;
  padding: 15px 0;
}
.parent-magazine-teaser > a:hover {
  text-decoration: none;
}
.parent-magazine-teaser .image-container {
  float: left;
}
.parent-magazine-teaser .image-container img {
  max-width: 60px;
}
.parent-magazine-teaser .content-container {
  overflow: hidden;
  padding-left: 10px;
}
.parent-magazine-teaser .content-container .content-info {
  min-height: 57px;
}
.parent-magazine-teaser .content-container .content-info h3 {
  font-size: 12px;
  margin: 0;
  line-height: 1.5em;
}
.parent-magazine-teaser .content-container .content-info .field-name-field-age {
  font-size: 12px;
  color: #5B4D4E;
  line-height: 1.5em;
  font-family: "Montserrat", Verdana, sans-serif;
}
.parent-magazine-teaser .content-container .learn-more {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  color: #e02619;
  border-color: #F92506;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 180px;
  text-align: center;
  line-height: 1.8em;
  font-size: 12px;
  padding: 0;
  min-width: 0;
}
.parent-magazine-teaser .content-container .learn-more:hover {
  text-decoration: none;
}
.parent-magazine-teaser .content-container .learn-more:focus {
  outline: 0;
}
.parent-magazine-teaser .content-container .learn-more:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.parent-magazine-teaser .content-container .learn-more:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.parent-magazine-teaser .content-container .learn-more:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .parent-magazine-teaser .content-container .learn-more {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .parent-magazine-teaser .content-container .learn-more {
    min-width: auto;
  }
}

.view-parents-shop-highlights {
  overflow: hidden;
  border: solid 1px #D5CBCB;
  padding: 15px;
  margin-top: 30px;
}
@media only screen and (max-width: 47.9375em) {
  .view-parents-shop-highlights {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
.view-parents-shop-highlights .view-header h2 {
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
  padding-left: 60px;
  color: white;
  background: #E02619 url('//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/poll-heading.png?yocs=_&yoloc=eu') no-repeat;
  background-size: auto 100%;
  margin: 0 -15px 0 0;
}
.view-parents-shop-highlights .view-footer {
  overflow: hidden;
}
.view-parents-shop-highlights .view-footer a {
  float: right;
  font-style: italic;
  color: #0995A2;
  font-size: 16px;
}
.view-parents-shop-highlights .view-footer a:after {
  content: '\00a0\00bb';
  font-family: fontawesome;
}

.parent_mission p {
  font-size: 16px;
  line-height: 1.875em;
}
.parent_mission .hfc_4cicons .hfc_4cicons_oneandtwo {
  display: inline-block;
}
.parent_mission .hfc_4cicons .hfc_4cicons_oneandtwo img {
  height: 46px;
  width: 46px;
  margin: 7px;
}
@media only screen and (max-width: 47.9375em) {
  .parent_mission .hfc_4cicons .hfc_4cicons_oneandtwo {
    float: right;
  }
  .parent_mission .hfc_4cicons .hfc_4cicons_oneandtwo img {
    height: 35px;
    width: 35px;
    margin: 2px;
  }
}
.parent_mission .hfc_4cicons .hfc_4cicons_threeandfour {
  display: inline-block;
}
.parent_mission .hfc_4cicons .hfc_4cicons_threeandfour img {
  height: 46px;
  width: 46px;
  margin: 7px;
}
@media only screen and (max-width: 47.9375em) {
  .parent_mission .hfc_4cicons .hfc_4cicons_threeandfour {
    float: right;
    clear: right;
  }
  .parent_mission .hfc_4cicons .hfc_4cicons_threeandfour img {
    height: 35px;
    width: 35px;
    margin: 2px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .parent_mission .parents_dotted_hr_first hr {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .parent_mission .share_pane {
    margin-bottom: 0;
  }
}
.parent_mission .hfc_4c_intro {
  margin-bottom: 2em;
}
.parent_mission .field-name-field-4c-icon {
  float: left;
  margin-right: 20px;
  height: 46px;
  width: 46px;
}
.parent_mission .field-name-field-4c-description {
  float: left;
  width: 66%;
  clear: left;
}
@media only screen and (max-width: 47.9375em) {
  .parent_mission .field-name-field-4c-description {
    float: none;
    width: 100%;
  }
}
.parent_mission .field-name-field-how-to-raise-article {
  float: right;
  width: 33%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 47.9375em) {
  .parent_mission .field-name-field-how-to-raise-article {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 47.9375em) {
  .parent_mission .field-name-field-how-to-raise-article .node-title {
    text-align: center;
  }
}
.parent_mission .field-name-field-article-and-activity-link {
  float: left;
  width: 33%;
  padding: 10px 15px 10px 0;
  clear: left;
}
@media only screen and (max-width: 47.9375em) {
  .parent_mission .field-name-field-article-and-activity-link {
    float: none;
    width: 100%;
    padding: 3px 10px;
  }
}
.parent_mission .field-name-field-nurture-tips-link {
  float: left;
  width: 33%;
  padding: 10px 10px 10px 0;
}
@media only screen and (max-width: 47.9375em) {
  .parent_mission .field-name-field-nurture-tips-link {
    float: none;
    width: 100%;
    padding: 3px 10px;
  }
}
.parent_mission .field-name-field-4c-name {
  font-family: "Montserrat", Verdana, sans-serif;
  font-size: 24px;
  line-height: 50px;
}
.parent_mission .field-name-field-article-and-activity-link, .parent_mission .field-name-field-nurture-tips-link {
  font-family: "Montserrat", Verdana, sans-serif;
  font-size: 15px;
  color: white;
  cursor: pointer;
}
.parent_mission .hfc_4c_creative .field-name-field-4c-name {
  color: #facd51;
}
.parent_mission .hfc_4c_creative .field-name-field-article-and-activity-link .button, .parent_mission .hfc_4c_creative .field-name-field-article-and-activity-link .button-styled, .parent_mission .hfc_4c_creative .field-name-field-nurture-tips-link .button, .parent_mission .hfc_4c_creative .field-name-field-nurture-tips-link .button-styled {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  padding: 0.8em;
  min-width: 260px;
  text-align: center;
  line-height: 1.8em;
  font-size: 14px;
  padding: 10px 0;
  width: 100%;
  display: block;
  border: 1px solid #facd51;
  border-radius: 5px;
  background-color: #facd51;
  min-width: 0;
}
.parent_mission .hfc_4c_creative .field-name-field-article-and-activity-link .button:hover, .parent_mission .hfc_4c_creative .field-name-field-article-and-activity-link .button-styled:hover, .parent_mission .hfc_4c_creative .field-name-field-nurture-tips-link .button:hover, .parent_mission .hfc_4c_creative .field-name-field-nurture-tips-link .button-styled:hover {
  text-decoration: none;
}
.parent_mission .hfc_4c_creative .field-name-field-article-and-activity-link .button:focus, .parent_mission .hfc_4c_creative .field-name-field-article-and-activity-link .button-styled:focus, .parent_mission .hfc_4c_creative .field-name-field-nurture-tips-link .button:focus, .parent_mission .hfc_4c_creative .field-name-field-nurture-tips-link .button-styled:focus {
  outline: 0;
}
.parent_mission .hfc_4c_creative .field-name-field-article-and-activity-link .button:hover, .parent_mission .hfc_4c_creative .field-name-field-article-and-activity-link .button-styled:hover, .parent_mission .hfc_4c_creative .field-name-field-nurture-tips-link .button:hover, .parent_mission .hfc_4c_creative .field-name-field-nurture-tips-link .button-styled:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.parent_mission .hfc_4c_creative .field-name-field-article-and-activity-link .button:active, .parent_mission .hfc_4c_creative .field-name-field-article-and-activity-link .button-styled:active, .parent_mission .hfc_4c_creative .field-name-field-nurture-tips-link .button:active, .parent_mission .hfc_4c_creative .field-name-field-nurture-tips-link .button-styled:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.parent_mission .hfc_4c_creative .field-name-field-article-and-activity-link .button:disabled, .parent_mission .hfc_4c_creative .field-name-field-article-and-activity-link .button-styled:disabled, .parent_mission .hfc_4c_creative .field-name-field-nurture-tips-link .button:disabled, .parent_mission .hfc_4c_creative .field-name-field-nurture-tips-link .button-styled:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .parent_mission .hfc_4c_creative .field-name-field-article-and-activity-link .button, .parent_mission .hfc_4c_creative .field-name-field-article-and-activity-link .button-styled, .parent_mission .hfc_4c_creative .field-name-field-nurture-tips-link .button, .parent_mission .hfc_4c_creative .field-name-field-nurture-tips-link .button-styled {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .parent_mission .hfc_4c_creative .field-name-field-article-and-activity-link .button, .parent_mission .hfc_4c_creative .field-name-field-article-and-activity-link .button-styled, .parent_mission .hfc_4c_creative .field-name-field-nurture-tips-link .button, .parent_mission .hfc_4c_creative .field-name-field-nurture-tips-link .button-styled {
    min-width: auto;
  }
}
.parent_mission .hfc_4c_creative .field-name-field-article-and-activity-link .button:hover, .parent_mission .hfc_4c_creative .field-name-field-article-and-activity-link .button-styled:hover, .parent_mission .hfc_4c_creative .field-name-field-nurture-tips-link .button:hover, .parent_mission .hfc_4c_creative .field-name-field-nurture-tips-link .button-styled:hover {
  border: 1px solid #f2b149;
  background-color: #f2b149;
}
.parent_mission .hfc_4c_curious .field-name-field-4c-name {
  color: #fe8c67;
}
.parent_mission .hfc_4c_curious .field-name-field-article-and-activity-link .button, .parent_mission .hfc_4c_curious .field-name-field-article-and-activity-link .button-styled, .parent_mission .hfc_4c_curious .field-name-field-nurture-tips-link .button, .parent_mission .hfc_4c_curious .field-name-field-nurture-tips-link .button-styled {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  padding: 0.8em;
  min-width: 260px;
  text-align: center;
  line-height: 1.8em;
  font-size: 14px;
  padding: 10px 0;
  width: 100%;
  display: block;
  border: 1px solid #fe8c67;
  border-radius: 5px;
  background-color: #fe8c67;
  min-width: 0;
}
.parent_mission .hfc_4c_curious .field-name-field-article-and-activity-link .button:hover, .parent_mission .hfc_4c_curious .field-name-field-article-and-activity-link .button-styled:hover, .parent_mission .hfc_4c_curious .field-name-field-nurture-tips-link .button:hover, .parent_mission .hfc_4c_curious .field-name-field-nurture-tips-link .button-styled:hover {
  text-decoration: none;
}
.parent_mission .hfc_4c_curious .field-name-field-article-and-activity-link .button:focus, .parent_mission .hfc_4c_curious .field-name-field-article-and-activity-link .button-styled:focus, .parent_mission .hfc_4c_curious .field-name-field-nurture-tips-link .button:focus, .parent_mission .hfc_4c_curious .field-name-field-nurture-tips-link .button-styled:focus {
  outline: 0;
}
.parent_mission .hfc_4c_curious .field-name-field-article-and-activity-link .button:hover, .parent_mission .hfc_4c_curious .field-name-field-article-and-activity-link .button-styled:hover, .parent_mission .hfc_4c_curious .field-name-field-nurture-tips-link .button:hover, .parent_mission .hfc_4c_curious .field-name-field-nurture-tips-link .button-styled:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.parent_mission .hfc_4c_curious .field-name-field-article-and-activity-link .button:active, .parent_mission .hfc_4c_curious .field-name-field-article-and-activity-link .button-styled:active, .parent_mission .hfc_4c_curious .field-name-field-nurture-tips-link .button:active, .parent_mission .hfc_4c_curious .field-name-field-nurture-tips-link .button-styled:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.parent_mission .hfc_4c_curious .field-name-field-article-and-activity-link .button:disabled, .parent_mission .hfc_4c_curious .field-name-field-article-and-activity-link .button-styled:disabled, .parent_mission .hfc_4c_curious .field-name-field-nurture-tips-link .button:disabled, .parent_mission .hfc_4c_curious .field-name-field-nurture-tips-link .button-styled:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .parent_mission .hfc_4c_curious .field-name-field-article-and-activity-link .button, .parent_mission .hfc_4c_curious .field-name-field-article-and-activity-link .button-styled, .parent_mission .hfc_4c_curious .field-name-field-nurture-tips-link .button, .parent_mission .hfc_4c_curious .field-name-field-nurture-tips-link .button-styled {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .parent_mission .hfc_4c_curious .field-name-field-article-and-activity-link .button, .parent_mission .hfc_4c_curious .field-name-field-article-and-activity-link .button-styled, .parent_mission .hfc_4c_curious .field-name-field-nurture-tips-link .button, .parent_mission .hfc_4c_curious .field-name-field-nurture-tips-link .button-styled {
    min-width: auto;
  }
}
.parent_mission .hfc_4c_curious .field-name-field-article-and-activity-link .button:hover, .parent_mission .hfc_4c_curious .field-name-field-article-and-activity-link .button-styled:hover, .parent_mission .hfc_4c_curious .field-name-field-nurture-tips-link .button:hover, .parent_mission .hfc_4c_curious .field-name-field-nurture-tips-link .button-styled:hover {
  border: 1px solid #ea7159;
  background-color: #ea7159;
}
.parent_mission .hfc_4c_caring .field-name-field-4c-name {
  color: #9ad86d;
}
.parent_mission .hfc_4c_caring .field-name-field-article-and-activity-link .button, .parent_mission .hfc_4c_caring .field-name-field-article-and-activity-link .button-styled, .parent_mission .hfc_4c_caring .field-name-field-nurture-tips-link .button, .parent_mission .hfc_4c_caring .field-name-field-nurture-tips-link .button-styled {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  padding: 0.8em;
  min-width: 260px;
  text-align: center;
  line-height: 1.8em;
  font-size: 14px;
  padding: 10px 0;
  width: 100%;
  display: block;
  border: 1px solid #9ad86d;
  border-radius: 5px;
  background-color: #9ad86d;
  min-width: 0;
}
.parent_mission .hfc_4c_caring .field-name-field-article-and-activity-link .button:hover, .parent_mission .hfc_4c_caring .field-name-field-article-and-activity-link .button-styled:hover, .parent_mission .hfc_4c_caring .field-name-field-nurture-tips-link .button:hover, .parent_mission .hfc_4c_caring .field-name-field-nurture-tips-link .button-styled:hover {
  text-decoration: none;
}
.parent_mission .hfc_4c_caring .field-name-field-article-and-activity-link .button:focus, .parent_mission .hfc_4c_caring .field-name-field-article-and-activity-link .button-styled:focus, .parent_mission .hfc_4c_caring .field-name-field-nurture-tips-link .button:focus, .parent_mission .hfc_4c_caring .field-name-field-nurture-tips-link .button-styled:focus {
  outline: 0;
}
.parent_mission .hfc_4c_caring .field-name-field-article-and-activity-link .button:hover, .parent_mission .hfc_4c_caring .field-name-field-article-and-activity-link .button-styled:hover, .parent_mission .hfc_4c_caring .field-name-field-nurture-tips-link .button:hover, .parent_mission .hfc_4c_caring .field-name-field-nurture-tips-link .button-styled:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.parent_mission .hfc_4c_caring .field-name-field-article-and-activity-link .button:active, .parent_mission .hfc_4c_caring .field-name-field-article-and-activity-link .button-styled:active, .parent_mission .hfc_4c_caring .field-name-field-nurture-tips-link .button:active, .parent_mission .hfc_4c_caring .field-name-field-nurture-tips-link .button-styled:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.parent_mission .hfc_4c_caring .field-name-field-article-and-activity-link .button:disabled, .parent_mission .hfc_4c_caring .field-name-field-article-and-activity-link .button-styled:disabled, .parent_mission .hfc_4c_caring .field-name-field-nurture-tips-link .button:disabled, .parent_mission .hfc_4c_caring .field-name-field-nurture-tips-link .button-styled:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .parent_mission .hfc_4c_caring .field-name-field-article-and-activity-link .button, .parent_mission .hfc_4c_caring .field-name-field-article-and-activity-link .button-styled, .parent_mission .hfc_4c_caring .field-name-field-nurture-tips-link .button, .parent_mission .hfc_4c_caring .field-name-field-nurture-tips-link .button-styled {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .parent_mission .hfc_4c_caring .field-name-field-article-and-activity-link .button, .parent_mission .hfc_4c_caring .field-name-field-article-and-activity-link .button-styled, .parent_mission .hfc_4c_caring .field-name-field-nurture-tips-link .button, .parent_mission .hfc_4c_caring .field-name-field-nurture-tips-link .button-styled {
    min-width: auto;
  }
}
.parent_mission .hfc_4c_caring .field-name-field-article-and-activity-link .button:hover, .parent_mission .hfc_4c_caring .field-name-field-article-and-activity-link .button-styled:hover, .parent_mission .hfc_4c_caring .field-name-field-nurture-tips-link .button:hover, .parent_mission .hfc_4c_caring .field-name-field-nurture-tips-link .button-styled:hover {
  border: 1px solid #86c654;
  background-color: #86c654;
}
.parent_mission .hfc_4c_confident .field-name-field-4c-name {
  color: #4ca0d8;
}
.parent_mission .hfc_4c_confident .field-name-field-article-and-activity-link .button, .parent_mission .hfc_4c_confident .field-name-field-article-and-activity-link .button-styled, .parent_mission .hfc_4c_confident .field-name-field-nurture-tips-link .button, .parent_mission .hfc_4c_confident .field-name-field-nurture-tips-link .button-styled {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  padding: 0.8em;
  min-width: 260px;
  text-align: center;
  line-height: 1.8em;
  font-size: 14px;
  padding: 10px 0;
  width: 100%;
  display: block;
  border: 1px solid #4ca0d8;
  border-radius: 5px;
  background-color: #4ca0d8;
  min-width: 0;
}
.parent_mission .hfc_4c_confident .field-name-field-article-and-activity-link .button:hover, .parent_mission .hfc_4c_confident .field-name-field-article-and-activity-link .button-styled:hover, .parent_mission .hfc_4c_confident .field-name-field-nurture-tips-link .button:hover, .parent_mission .hfc_4c_confident .field-name-field-nurture-tips-link .button-styled:hover {
  text-decoration: none;
}
.parent_mission .hfc_4c_confident .field-name-field-article-and-activity-link .button:focus, .parent_mission .hfc_4c_confident .field-name-field-article-and-activity-link .button-styled:focus, .parent_mission .hfc_4c_confident .field-name-field-nurture-tips-link .button:focus, .parent_mission .hfc_4c_confident .field-name-field-nurture-tips-link .button-styled:focus {
  outline: 0;
}
.parent_mission .hfc_4c_confident .field-name-field-article-and-activity-link .button:hover, .parent_mission .hfc_4c_confident .field-name-field-article-and-activity-link .button-styled:hover, .parent_mission .hfc_4c_confident .field-name-field-nurture-tips-link .button:hover, .parent_mission .hfc_4c_confident .field-name-field-nurture-tips-link .button-styled:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.parent_mission .hfc_4c_confident .field-name-field-article-and-activity-link .button:active, .parent_mission .hfc_4c_confident .field-name-field-article-and-activity-link .button-styled:active, .parent_mission .hfc_4c_confident .field-name-field-nurture-tips-link .button:active, .parent_mission .hfc_4c_confident .field-name-field-nurture-tips-link .button-styled:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.parent_mission .hfc_4c_confident .field-name-field-article-and-activity-link .button:disabled, .parent_mission .hfc_4c_confident .field-name-field-article-and-activity-link .button-styled:disabled, .parent_mission .hfc_4c_confident .field-name-field-nurture-tips-link .button:disabled, .parent_mission .hfc_4c_confident .field-name-field-nurture-tips-link .button-styled:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .parent_mission .hfc_4c_confident .field-name-field-article-and-activity-link .button, .parent_mission .hfc_4c_confident .field-name-field-article-and-activity-link .button-styled, .parent_mission .hfc_4c_confident .field-name-field-nurture-tips-link .button, .parent_mission .hfc_4c_confident .field-name-field-nurture-tips-link .button-styled {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .parent_mission .hfc_4c_confident .field-name-field-article-and-activity-link .button, .parent_mission .hfc_4c_confident .field-name-field-article-and-activity-link .button-styled, .parent_mission .hfc_4c_confident .field-name-field-nurture-tips-link .button, .parent_mission .hfc_4c_confident .field-name-field-nurture-tips-link .button-styled {
    min-width: auto;
  }
}
.parent_mission .hfc_4c_confident .field-name-field-article-and-activity-link .button:hover, .parent_mission .hfc_4c_confident .field-name-field-article-and-activity-link .button-styled:hover, .parent_mission .hfc_4c_confident .field-name-field-nurture-tips-link .button:hover, .parent_mission .hfc_4c_confident .field-name-field-nurture-tips-link .button-styled:hover {
  border: 1px solid #288fbc;
  background-color: #288fbc;
}
.parent_mission #edit-field-4c-icon {
  float: none;
  margin: 0 0 200px;
}
.parent_mission #edit-field-4c-icon-und-0-remove-button {
  padding-right: 70px;
}
.parent_mission #edit-field-article-and-activity-link {
  color: black;
}
.parent_mission #edit-field-nurture-tips-link {
  color: black;
}

.pane-node-field-parents-poll {
  margin: 20px 0;
  font-family: 'Montserrat', Verdana, sans-serif;
  font-size: 12px;
  line-height: 14px;
  /* We don't want the cancel vote button to show */
}
@media only screen and (max-width: 47.9375em) {
  .pane-node-field-parents-poll {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 62em) {
  .pane-node-field-parents-poll {
    display: block;
  }
}
.pane-node-field-parents-poll .parents-poll__inner {
  border: 1px solid #D5CBCB;
  padding: 15px;
}
.pane-node-field-parents-poll .parents-poll__heading {
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
  padding-left: 60px;
  color: white;
  background: #E02619 url('//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/poll-heading.png?yocs=_&yoloc=eu') no-repeat;
  background-size: auto 100%;
  margin: 0 -15px 0 0;
}
.pane-node-field-parents-poll .parents-poll__intro {
  margin: 20px 0;
  color: #5B4D4E;
}
.pane-node-field-parents-poll .parents-poll__item .choices {
  display: block;
  line-height: 20px;
}
.pane-node-field-parents-poll .parents-poll__item .form-radios .form-item {
  line-height: 20px;
  margin-bottom: 10px;
}
.pane-node-field-parents-poll .form-submit {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  padding: 0.8em;
  min-width: 260px;
  width: 100%;
  min-width: 0;
  font-size: 16px;
  padding: 10px;
  font-weight: 300;
}
.pane-node-field-parents-poll .form-submit:hover {
  text-decoration: none;
}
.pane-node-field-parents-poll .form-submit:focus {
  outline: 0;
}
.pane-node-field-parents-poll .form-submit:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.pane-node-field-parents-poll .form-submit:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.pane-node-field-parents-poll .form-submit:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .pane-node-field-parents-poll .form-submit {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .pane-node-field-parents-poll .form-submit {
    min-width: auto;
  }
}
.pane-node-field-parents-poll .text {
  font-weight: 300;
  margin-top: 10px;
}
.pane-node-field-parents-poll .bar {
  background-color: #D5CBCB;
}
.pane-node-field-parents-poll .bar .foreground {
  background-color: #e02619;
}
.pane-node-field-parents-poll .total {
  margin-top: 10px;
}
.pane-node-field-parents-poll .ajax-cancel input[type=submit] {
  display: none;
}

.parents-page .parents-page-layout__header .your-child-and-you, .parents-page .parents-page-layout__header #your-child-and-you {
  color: #1a819a;
  font-family: 'Roboto Slab';
  font-size: 2.15em;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: .9em;
  text-align: center;
  width: 100%;
  margin-bottom: 25px;
}
.parents-page .parents-page-layout__header .your-child-and-you a:link, .parents-page .parents-page-layout__header .your-child-and-you a:visited, .parents-page .parents-page-layout__header .your-child-and-you a:hover, .parents-page .parents-page-layout__header .your-child-and-you a:active, .parents-page .parents-page-layout__header #your-child-and-you a:link, .parents-page .parents-page-layout__header #your-child-and-you a:visited, .parents-page .parents-page-layout__header #your-child-and-you a:hover, .parents-page .parents-page-layout__header #your-child-and-you a:active {
  color: #1a819a;
  font-family: 'Roboto Slab';
  text-decoration: none;
}
.parents-page .parents-page-layout__header .your-child-and-you .light-blue, .parents-page .parents-page-layout__header #your-child-and-you .light-blue {
  color: #45c2d4;
}
@media (min-width: 62em) {
  .parents-page .parents-page-layout__header .your-child-and-you, .parents-page .parents-page-layout__header #your-child-and-you {
    font-size: 52px;
    width: 148px;
    float: left;
    padding-right: 15px;
    margin-right: 10px;
  }
}
.parents-page .parents-page-layout__header .ph-4c-icon {
  float: right;
}
@media only screen and (max-width: 61.9375em) {
  .parents-page .parents-page-layout__header .ph-4c-icon img {
    height: 42px;
    width: 42px;
  }
}
@media (min-width: 62em) {
  .parents-page .parents-page-layout__header .ph-4c-icon img {
    height: 62px;
    width: 62px;
  }
}
@media only screen and (max-width: 61.9375em) {
  .parents-page .parents-page-layout__header .ph-4c-icon ~ .ph-description, .parents-page .parents-page-layout__header .ph-4c-icon ~ .ph-title-strong, .parents-page .parents-page-layout__header .ph-4c-icon ~ .ph-title-thin {
    margin-right: 52px;
  }
}
@media (min-width: 62em) {
  .parents-page .parents-page-layout__header .ph-4c-icon ~ .ph-description, .parents-page .parents-page-layout__header .ph-4c-icon ~ .ph-title-strong, .parents-page .parents-page-layout__header .ph-4c-icon ~ .ph-title-thin {
    margin-right: 72px;
  }
}
.parents-page .parents-page-layout__header .ph-image {
  float: right;
  margin-bottom: 25px;
}
.parents-page .parents-page-layout__header .ph-image:not(.hfc_4cicons) {
  max-width: 25%;
  margin-top: 10px;
}
.parents-page .parents-page-layout__header .ph-image:not(.hfc_4cicons) ~ .ph-title-strong, .parents-page .parents-page-layout__header .ph-image:not(.hfc_4cicons) ~ .ph-title-thin {
  margin-right: 140px;
}
@media only screen and (max-width: 550px) {
  .parents-page .parents-page-layout__header .ph-image:not(.hfc_4cicons) ~ .ph-title-strong, .parents-page .parents-page-layout__header .ph-image:not(.hfc_4cicons) ~ .ph-title-thin {
    margin-right: calc(25% + 10px);
  }
}
.parents-page .parents-page-layout__header .ph-image:not(.hfc_4cicons) ~ .ph-description {
  margin-right: 140px;
}
@media only screen and (max-width: 550px) {
  .parents-page .parents-page-layout__header .ph-image:not(.hfc_4cicons) ~ .ph-description {
    margin-right: calc(25% + 10px);
  }
}
@media (min-width: 62em) {
  .parents-page .parents-page-layout__header .ph-image.hfc_4cicons {
    margin-top: 10px;
  }
}
.parents-page .parents-page-layout__header .ph-image.hfc_4cicons p {
  margin: 0;
  min-width: 78px;
}
@media only screen and (max-width: 61.9375em) {
  .parents-page .parents-page-layout__header .ph-image.hfc_4cicons ~ .ph-title-strong, .parents-page .parents-page-layout__header .ph-image.hfc_4cicons ~ .ph-title-thin {
    margin-right: 88px;
  }
}
@media (min-width: 62em) {
  .parents-page .parents-page-layout__header .ph-image.hfc_4cicons ~ .ph-title-strong, .parents-page .parents-page-layout__header .ph-image.hfc_4cicons ~ .ph-title-thin {
    margin-right: 250px;
  }
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  .parents-page .parents-page-layout__header .ph-image.hfc_4cicons ~ .ph-description {
    margin-right: 140px;
  }
}

@media only screen and (min-width: 48em) and (max-width: 61.9375em) and (max-width: 550px), only screen and (min-width: 48em) and (min-width: 62em) and (max-width: 550px) {
  .parents-page .parents-page-layout__header .ph-image.hfc_4cicons ~ .ph-description {
    margin-right: calc(25% + 10px);
  }
}

.parents-page .parents-page-layout__header .ph-title-strong, .parents-page .parents-page-layout__header .ph-title-thin {
  font-family: "Montserrat", Verdana, sans-serif;
  line-height: normal;
  color: #5B4D4E;
}
@media (min-width: 62em) {
  .parents-page .parents-page-layout__header .ph-title-strong, .parents-page .parents-page-layout__header .ph-title-thin {
    margin-left: 158px;
  }
}
@media (min-width: 62em) {
  .parents-page .parents-page-layout__header .ph-title-strong, .parents-page .parents-page-layout__header .ph-title-thin {
    font-size: 30px;
  }
}
@media only screen and (max-width: 61.9375em) {
  .parents-page .parents-page-layout__header .ph-title-strong, .parents-page .parents-page-layout__header .ph-title-thin {
    font-size: 24px;
  }
}
.parents-page .parents-page-layout__header .ph-title-strong:not(:first-child), .parents-page .parents-page-layout__header .ph-title-thin:not(:first-child) {
  margin-top: 7px;
}
.parents-page .parents-page-layout__header .ph-title-strong h1, .parents-page .parents-page-layout__header .ph-title-strong h2, .parents-page .parents-page-layout__header .ph-title-thin h1, .parents-page .parents-page-layout__header .ph-title-thin h2 {
  font-family: "Montserrat", Verdana, sans-serif;
  line-height: normal;
  color: #5B4D4E;
  margin: 0;
}
@media (min-width: 62em) {
  .parents-page .parents-page-layout__header .ph-title-strong h1, .parents-page .parents-page-layout__header .ph-title-strong h2, .parents-page .parents-page-layout__header .ph-title-thin h1, .parents-page .parents-page-layout__header .ph-title-thin h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 61.9375em) {
  .parents-page .parents-page-layout__header .ph-title-strong h1, .parents-page .parents-page-layout__header .ph-title-strong h2, .parents-page .parents-page-layout__header .ph-title-thin h1, .parents-page .parents-page-layout__header .ph-title-thin h2 {
    font-size: 24px;
  }
}
.parents-page .parents-page-layout__header .ph-title-strong h1:not(:first-child), .parents-page .parents-page-layout__header .ph-title-strong h2:not(:first-child), .parents-page .parents-page-layout__header .ph-title-thin h1:not(:first-child), .parents-page .parents-page-layout__header .ph-title-thin h2:not(:first-child) {
  margin-top: 7px;
}
.parents-page .parents-page-layout__header .ph-title-thin {
  font-weight: 300;
}
.parents-page .parents-page-layout__header .ph-title-thin h1, .parents-page .parents-page-layout__header .ph-title-thin h2 {
  font-weight: 300;
}
.parents-page .parents-page-layout__header .ph-title-thin h1 strong, .parents-page .parents-page-layout__header .ph-title-thin h1 b, .parents-page .parents-page-layout__header .ph-title-thin h2 strong, .parents-page .parents-page-layout__header .ph-title-thin h2 b {
  font-weight: 400;
  text-transform: uppercase;
}
.parents-page .parents-page-layout__header .ph-description {
  margin-top: 7px;
}
@media (min-width: 62em) {
  .parents-page .parents-page-layout__header .ph-description {
    margin-left: 158px;
  }
}
.parents-page .parents-page-layout__header .ph-description p, .parents-page .parents-page-layout__header .ph-description div {
  font-family: "Montserrat", Verdana, sans-serif;
  font-weight: 300;
  line-height: 1.7em;
  margin: 0;
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  .parents-page .parents-page-layout__header .ph-description p, .parents-page .parents-page-layout__header .ph-description div {
    font-size: 16px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .parents-page .parents-page-layout__header .ph-description p, .parents-page .parents-page-layout__header .ph-description div {
    font-size: 14px;
  }
}
.parents-page .parents-page-layout__header .ph-author-date {
  font-family: "Montserrat", Verdana, sans-serif;
  color: #A59899;
  font-size: 16px;
  margin-top: 10px;
}
@media (min-width: 62em) {
  .parents-page .parents-page-layout__header .ph-author-date {
    margin-left: 158px;
  }
}
.parents-page .parents-page-layout__header .ph-author-date .views-field {
  display: inline-block;
}
.parents-page .parents-page-layout__header .ph-author-date .views-field:not(:last-child):after {
  content: "|";
}
.parents-page .parents-page-layout__header .ph-author-date .views-field > div {
  display: inline;
}

.baby-gallery-description p {
  font-family: 'Montserrat', Verdana, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.baby-gallery-thank-you {
  max-width: 600px;
  min-width: 200px;
  border: 1px solid;
  border-color: #18A764;
  text-align: center;
  padding: 15px;
  position: relative;
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  .baby-gallery-thank-you {
    width: calc(100% - 170px);
  }
}

.baby-gallery-thank-you i {
  position: absolute;
  top: 3px;
  right: 3px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  font-size: 24px;
  cursor: pointer;
}
.baby-gallery-thank-you h2 {
  font-family: 'Montserrat', Verdana, sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #5B4D4E;
}
.baby-gallery-thank-you p {
  line-height: 1.2;
  font-family: 'Montserrat', Verdana, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.baby-gallery-hello-back-cover-above-mobile {
  float: right;
  width: 150px;
}
@media only screen and (max-width: 47.9375em) {
  .baby-gallery-hello-back-cover-above-mobile {
    display: none;
  }
}

.baby-gallery-hello-back-cover-mobile {
  margin: 15px auto 0;
  width: 150px;
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  .baby-gallery-hello-back-cover-mobile {
    display: none;
  }
}

.baby-gallery-form {
  font-family: 'Montserrat', Verdana, sans-serif;
  font-size: 20px;
  font-weight: 300;
}
.baby-gallery-form label {
  font-size: 20px;
  font-weight: 400;
}
@media only screen and (max-width: 47.9375em) {
  .baby-gallery-form {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 62em) {
  .baby-gallery-form {
    display: block;
  }
}
.baby-gallery-form .webform-component--your-name {
  max-width: 600px;
}
.baby-gallery-form .webform-component--email {
  max-width: 600px;
}
.baby-gallery-form .webform-component--childs-first-name {
  max-width: 400px;
}
@media (min-width: 62em) {
  .baby-gallery-form .webform-component--childs-first-name {
    float: left;
  }
}
.baby-gallery-form .webform-component--childs-age {
  float: left;
}
@media (min-width: 62em) {
  .baby-gallery-form .webform-component--childs-age {
    padding-left: 20px;
  }
}
.baby-gallery-form .webform-component--childs-age input {
  width: 50px;
  display: inline-block;
}
.baby-gallery-form .webform-component--childs-age .description {
  font-size: 14px;
  display: inline-block;
  line-height: 2em;
  vertical-align: bottom;
}
.baby-gallery-form .webform-component--state-province {
  min-width: 200px;
  max-width: 400px;
  clear: both;
}
.baby-gallery-form .webform-component--select-your-photo {
  margin-bottom: 0;
}
.baby-gallery-form .webform-component--months-or-years {
  float: left;
  margin-top: 60px;
}
.baby-gallery-form .webform-component--styled-upload-button-post-script {
  margin-top: 0;
}
.baby-gallery-form .webform-component--styled-upload-button-post-script p {
  font-family: 'Montserrat', Verdana, sans-serif;
  font-size: 14px;
  font-weight: 300;
}
.baby-gallery-form .webform-component--i-agree .checkbox-title {
  font-size: 14px;
  font-weight: 300;
}
.baby-gallery-form .webform-component--styled-upload-button {
  margin: 0px;
  min-width: 200px;
}
.baby-gallery-form .webform-component--legalese p {
  font-family: 'Montserrat', Verdana, sans-serif;
  font-size: 14px;
  font-weight: 300;
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  .baby-gallery-form .webform-component-file {
    width: calc(100% - 170px);
  }
}

.baby-gallery-form .webform-component-file .form-managed-file {
  margin-bottom: -120px;
  position: relative;
  z-index: 1;
  opacity: 0;
}
.baby-gallery-form .webform-component-file .form-managed-file input[type=file] {
  min-width: 200px;
  max-width: 600px;
  height: 120px;
  font-size: 0;
  width: 100%;
  cursor: pointer;
}
.baby-gallery-form .webform-component-file .form-managed-file input[type=submit] {
  display: none;
}
.baby-gallery-form .p {
  font-family: 'Montserrat', Verdana, sans-serif;
  font-size: 18px;
  font-weight: 300;
}
.baby-gallery-form .webform-component--select-your-photo .description {
  display: none;
}
.baby-gallery-form .styled-upload-button {
  max-width: 600px;
  min-width: 200px;
  height: 120px;
  border: 3px dotted #D5CBCB;
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  .baby-gallery-form .styled-upload-button {
    width: calc(100% - 170px);
  }
}

.baby-gallery-form .styled-upload-button .icon-plus-circled {
  position: absolute;
  top: 3px;
  right: 3px;
  font-size: 24px;
  color: #5B4D4E;
  cursor: pointer;
  z-index: 2;
}
.baby-gallery-form .styled-upload-button .styled-upload-button--camera {
  color: #D5CBCB;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.baby-gallery-form .styled-upload-button .styled-upload-button--camera i {
  font-size: 40px;
  padding-bottom: 2px;
  display: block;
}
.baby-gallery-form .styled-upload-button.styled-upload-button-uploaded {
  cursor: default;
  border-color: #5B4D4E;
}
.baby-gallery-form .styled-upload-button.styled-upload-button-uploaded .icon-plus-circled {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.baby-gallery-form .styled-upload-button.styled-upload-button-uploaded .styled-upload-button--camera {
  color: #5B4D4E;
}
.baby-gallery-form .form-text {
  border: 2px solid #D5CBCB;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  padding: 10px;
}
.baby-gallery-form .form-text::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.baby-gallery-form #webform-client-form-1036 .form-submit {
  outline: none;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #1BC475;
  border-color: #18A764;
  background-color: white;
  width: 400px;
  font-size: 18px;
  padding: 10px;
  font-weight: 300;
}
.baby-gallery-form #webform-client-form-1036 .form-submit:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.baby-gallery-form #webform-client-form-1036 .form-submit:active {
  border-color: #18A764;
  background-color: #18A764;
}
.baby-gallery-form #webform-client-form-1036 .form-submit:disabled {
  border-color: white;
  background-color: white;
}

.baby-gallery-tos-back-button a {
  display: block;
  width: 60%;
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  color: #0995A2;
  border-color: #0EBECE;
  background-color: white;
  background-color: white;
  text-align: center;
  padding: 10px;
  font-weight: 300;
}
.baby-gallery-tos-back-button a:hover {
  text-decoration: none;
}
.baby-gallery-tos-back-button a:focus {
  outline: 0;
}
.baby-gallery-tos-back-button a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.baby-gallery-tos-back-button a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.baby-gallery-tos-back-button a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .baby-gallery-tos-back-button a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .baby-gallery-tos-back-button a {
    min-width: auto;
  }
}
.baby-gallery-tos-back-button a:before {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 5px;
  font-family: hfcicons;
  content: "\e00c";
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
@media only screen and (max-width: 47.9375em) {
  .baby-gallery-tos-back-button a {
    width: 100%;
  }
}

.baby-gallery-tos-back-text a {
  font-family: "Montserrat", Verdana, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.view-parents-unpublished-teasers .views-row {
  margin: 10px;
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  .view-parents-unpublished-teasers .views-row {
    float: left;
  }
}

@media only screen and (max-width: 61.9375em) and (min-width: 48em) and (max-width: 61.9375em), only screen and (max-width: 61.9375em) and (min-width: 48em) and (min-width: 62em) {
  .view-parents-unpublished-teasers .views-row:nth-child(2n+1) {
    clear: both;
  }
}

@media (min-width: 62em) {
  .view-parents-unpublished-teasers .views-row:nth-child(3n+1) {
    clear: both;
  }
}
.view-parents-unpublished-teasers .views-row .parents_teaser {
  max-width: 230px;
}

.hfc_classroom .hfc_classroom_main_header {
  background-color: gray;
  background-image: url("//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/classroom/highlights-classroom-header.jpg?yocs=_&yoloc=eu");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  margin-left: calc((-100vw + 100%) / 2);
  margin-right: calc((-100vw + 100%) / 2);
  margin-top: -18px;
  text-align: center;
  min-height: 480px;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_classroom .hfc_classroom_main_header {
    min-height: 380px;
  }
}
.hfc_classroom .hfc_classroom_main_header .hfc_classroom_main_banner_header {
  padding-top: 220px;
  color: white;
  font-size: 4.4em;
  line-height: 1.25em;
  margin: 0;
  font-weight: 300;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_classroom .hfc_classroom_main_header .hfc_classroom_main_banner_header {
    font-size: 3em;
    padding-top: 150px;
  }
}
.hfc_classroom .hfc_classroom_main_header .hfc_classroom_main_banner_header b {
  font-weight: 400;
}
.hfc_classroom .hfc_classroom_main_header .hfc_classroom_main_banner_link {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  padding: 0.8em;
  min-width: 260px;
  float: right;
  margin-right: 130px;
  margin-top: 40px;
  line-height: 1em;
  background: none;
  font-weight: 1em;
  border-color: white;
  font-size: 0.8em;
}
.hfc_classroom .hfc_classroom_main_header .hfc_classroom_main_banner_link:hover {
  text-decoration: none;
}
.hfc_classroom .hfc_classroom_main_header .hfc_classroom_main_banner_link:focus {
  outline: 0;
}
.hfc_classroom .hfc_classroom_main_header .hfc_classroom_main_banner_link:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_classroom .hfc_classroom_main_header .hfc_classroom_main_banner_link:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_classroom .hfc_classroom_main_header .hfc_classroom_main_banner_link:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_classroom .hfc_classroom_main_header .hfc_classroom_main_banner_link {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_classroom .hfc_classroom_main_header .hfc_classroom_main_banner_link {
    min-width: auto;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_classroom .hfc_classroom_main_header .hfc_classroom_main_banner_link {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_classroom .hfc_classroom_main_header .hfc_classroom_main_banner_link {
    margin-right: 20px;
    margin-top: 30px;
  }
}
.hfc_classroom .pane-menu-classroom {
  margin-left: calc((-100vw + 100%) / 2);
  margin-right: calc((-100vw + 100%) / 2);
}
.hfc_classroom .pane-menu-classroom ul {
  border-bottom: 1px solid #e02619;
  text-align: center;
}
.hfc_classroom .pane-menu-classroom ul li {
  display: inline-block;
  padding: 0 20px;
}
.hfc_classroom .pane-menu-classroom ul li a {
  color: #4a4a4a;
  font-family: "Montserrat",Verdana,sans-serif;
  font-weight: normal;
  font-size: 15px;
  font-weight: 300;
}
.hfc_classroom .pane-menu-classroom ul li a:hover {
  text-decoration: none;
}
.hfc_classroom .pane-menu-classroom ul li .clicked {
  color: #e02619;
}
.hfc_classroom .pane-menu-classroom ul li .clicked:after {
  border-bottom: 3px solid #e02619;
  content: '';
  display: block;
}
.hfc_classroom .classroom-menu-anchor {
  position: relative;
  top: -135px;
}
.hfc_classroom .hfc_classroom_main_school_io {
  padding: 10px;
  text-align: center;
}
.hfc_classroom .hfc_classroom_main_school_io .hfc_classroom_main_schoolio_header {
  margin: 1em 0;
}
.hfc_classroom .hfc_classroom_main_school_io .hfc_classroom_main_schoolio_link {
  margin: 4.25em 0;
  width: 100%;
  min-width: 0;
}
.hfc_classroom .hfc_classroom_main_school_io .hfc_classroom_main_schoolio_link a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  padding: 0.8em;
  min-width: 260px;
  display: inline-block;
  width: 60%;
  min-width: 0;
  background: none;
  font-size: 1.25em;
  color: #0995A2;
  border-color: #0EBECE;
}
.hfc_classroom .hfc_classroom_main_school_io .hfc_classroom_main_schoolio_link a:hover {
  text-decoration: none;
}
.hfc_classroom .hfc_classroom_main_school_io .hfc_classroom_main_schoolio_link a:focus {
  outline: 0;
}
.hfc_classroom .hfc_classroom_main_school_io .hfc_classroom_main_schoolio_link a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_classroom .hfc_classroom_main_school_io .hfc_classroom_main_schoolio_link a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_classroom .hfc_classroom_main_school_io .hfc_classroom_main_schoolio_link a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_classroom .hfc_classroom_main_school_io .hfc_classroom_main_schoolio_link a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_classroom .hfc_classroom_main_school_io .hfc_classroom_main_schoolio_link a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_classroom .hfc_classroom_main_school_io .hfc_classroom_main_schoolio_link a {
    width: 100%;
    min-width: 0;
    padding: 0.5em 0;
  }
}
.hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines {
  clear: both;
  text-align: center;
  position: relative;
  width: 100%;
  float: left;
  margin: 60px 0;
}
.hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .views-slideshow-controls-top {
  margin-bottom: 20px;
  margin-top: 20px;
}
@media only screen and (max-width: 61.9375em) {
  .hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .views-slideshow-controls-top {
    margin-bottom: 10px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .views-slideshow-controls-top {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .views-slideshow-controls-text .views-slideshow-controls-text-pause {
  display: none;
}
.hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .views-slideshow-controls-text .views-slideshow-controls-text-previous {
  position: absolute;
  left: 0;
  z-index: 10;
  top: 14.6875em;
}
.hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .views-slideshow-controls-text .views-slideshow-controls-text-previous > a {
  display: none;
}
.hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .views-slideshow-controls-text .views-slideshow-controls-text-previous:after {
  content: url("//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/product-carousel-angle.png?yocs=_&yoloc=eu");
  display: block;
  -moz-transform: rotate(180deg) scale(0.5) translateY(-50%);
  -ms-transform: rotate(180deg) scale(0.5) translateY(-50%);
  -webkit-transform: rotate(180deg) scale(0.5) translateY(-50%);
  transform: rotate(180deg) scale(0.5) translateY(-50%);
}
.hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .views-slideshow-controls-text .views-slideshow-controls-text-next {
  position: absolute;
  right: 0;
  z-index: 10;
  top: 14.6875em;
}
.hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .views-slideshow-controls-text .views-slideshow-controls-text-next > a {
  display: none;
}
.hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .views-slideshow-controls-text .views-slideshow-controls-text-next:after {
  content: url("//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/product-carousel-angle.png?yocs=_&yoloc=eu");
  display: block;
  -moz-transform: scale(0.5) translateY(50%);
  -ms-transform: scale(0.5) translateY(50%);
  -webkit-transform: scale(0.5) translateY(50%);
  transform: scale(0.5) translateY(50%);
}
.hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .views-slideshow-cycle-main-frame-row {
  width: 100% !important;
  height: auto;
}
.hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .bulksub_product_carousel-item {
  margin: 0 48px;
}
@media (max-width: 35.625em) {
  .hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .bulksub_product_carousel-item {
    margin: 0;
  }
}
@media (max-width: 35.625em) and (orientation: landscape) {
  .hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .bulksub_product_carousel-item {
    width: 100% !important;
  }
}
@media (max-width: 35.625em) and (orientation: portrait) {
  .hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .bulksub_product_carousel-item {
    width: 100% !important;
  }
}

.hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .bulksub_product_carousel-item .bulksub_product_carousel-column {
  display: inline-block;
  vertical-align: top;
  float: none;
}
@media (min-width: 48em) {
  .hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .bulksub_product_carousel-item .bulksub_product_carousel-column.bulksub_product_carousel-image_container {
    width: 30%;
  }
  .hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .bulksub_product_carousel-item .bulksub_product_carousel-column.bulksub_product_carousel-description {
    width: 50%;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .bulksub_product_carousel-item .bulksub_product_carousel-column {
    max-width: 100%;
  }
}
@media only screen and (max-width: 61.9375em) and (min-width: 48em) and (max-width: 61.9375em), only screen and (max-width: 61.9375em) and (min-width: 48em) and (min-width: 62em) {
  .hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .bulksub_product_carousel-item .bulksub_product_carousel-column {
    float: left;
  }
}

@media (max-width: 35.625em) {
  .hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .bulksub_product_carousel-item .bulksub_product_carousel-column.bulksub_product_carousel-image_container {
    max-width: 75%;
  }
}
@media (min-width: 62.0625em) and (max-width: 64em) {
  .hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .bulksub_product_carousel-item .bulksub_product_carousel-column.bulksub_product_carousel-image_container {
    min-width: 284px;
  }
}
.hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .bulksub_product_carousel-item .bulksub_product_carousel-column .bulksub_product_carousel-image {
  display: block;
  max-width: 255px;
}
.hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .hfc_classroom_home_bulksub_header {
  font-size: 42px;
  line-height: 46px;
  margin: 0;
}
.hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .hfc_classroom_home_bulksub_text {
  color: #5B4D4E;
  font-weight: 300;
  float: none;
  margin: 1em auto;
  font-size: 26px;
  line-height: 32px;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .hfc_classroom_home_bulksub_text {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.25em;
    line-height: 1.425em;
  }
}
.hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .bulksub_product_carousel-link-header {
  margin-bottom: 15px;
}
.hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .bulksub_product_carousel-link-header:hover {
  text-decoration: none;
}
.hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .bulksub_product_carousel-title {
  margin: 0.3em 0;
  font-size: 36px;
  line-height: 42px;
}
@media (max-width: 64em) {
  .hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .bulksub_product_carousel-title {
    font-size: 1.5em;
    line-height: 1.5em;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .bulksub_product_carousel-title {
    text-align: left;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .bulksub_product_carousel-title {
    text-align: center;
  }
}
.hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .bulksub_product_carousel-ages-grades {
  display: inline-block;
  margin: 0;
  font-weight: 300;
  color: #5B4D4E;
}
@media (max-width: 64em) {
  .hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .bulksub_product_carousel-ages-grades {
    font-size: 1em;
    max-width: 12.5em;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .bulksub_product_carousel-ages-grades {
    text-align: center;
    margin: 0 auto;
  }
}
.hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .bulksub_product_carousel-ages-grades .field {
  display: inline-block;
}
.hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .bulksub_product_carousel-ages-grades .field .field-items {
  display: inline-block;
}
.hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .bulksub_product_carousel-ages-grades .field .field-items .field-item {
  display: inline-block;
}
.hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .bulksub_product_carousel-description {
  text-align: left;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .bulksub_product_carousel-description {
    text-align: center;
  }
}
.hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .bulksub_product_carousel-link-text, .hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .bulksub_product_carousel-link-text_below {
  font-family: "Montserrat",Verdana,sans-serif;
  font-size: 0.875em;
  display: inline-block;
  font-weight: 300;
}
.hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .bulksub_product_carousel-link-text a, .hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .bulksub_product_carousel-link-text_below a {
  text-decoration: underline;
  color: #0995A2;
}
.hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .bulksub_product_carousel-link-text a:hover, .hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .bulksub_product_carousel-link-text_below a:hover {
  color: #0EBECE;
}
.hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .bulksub_product_carousel-link-text {
  text-decoration: underline;
  color: #0995A2;
}
.hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .bulksub_product_carousel-link-text:hover {
  color: #0EBECE;
}
.hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .bulksub_product_carousel-link-text_below_drop_top {
  font-family: "Montserrat",Verdana,sans-serif;
  font-size: 0.875em;
  font-weight: 300;
  display: inline-block;
  color: #0995A2;
  text-decoration: underline;
}
.hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .bulksub_product_carousel-link-text_below_drop_top:after {
  content: ' \e023';
  font-family: hfcicons;
}
.hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .bulksub_product_carousel-link-text_below_drop_top.closed:after {
  content: ' \e01d';
  font-family: hfcicons;
}
.hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .bulksub_product_carousel-link-text_below_drop_top:hover {
  color: #0EBECE;
  cursor: pointer;
}
.hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .bulksub_product_carousel-link-text_below_drop_text {
  display: none;
  font-family: "Montserrat",Verdana,sans-serif;
  font-size: 0.875em;
  font-weight: 300;
}
.hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .bulksub_product_carousel-link-text_below_drop_text.open {
  display: block;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .bulksub_product_carousel-link-text_below_drop_text {
    margin-top: 0.7em;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .bulksub_product_carousel-link-text_below_drop_text .bulksub_product_carousel-link-prefix {
    display: inline-block;
    float: left;
    text-align: right;
    min-width: 25%;
  }
}
.hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .bulksub_product_carousel-link-text_below_drop_text .bulksub_product_carousel-link-contact-container {
  display: inline;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .bulksub_product_carousel-link-text_below_drop_text .bulksub_product_carousel-link-contact-container {
    text-align: left;
    float: right;
    width: 70%;
  }
}
.hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .bulksub_product_carousel-link-text_below_drop_text a {
  font-family: "Montserrat",Verdana,sans-serif;
  font-size: 1em;
  color: #0995A2;
  text-decoration: underline;
  margin-right: 1em;
}
@media (max-width: 64em) {
  .hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .bulksub_product_carousel-link-text_below_drop_text a {
    margin-right: 2px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .bulksub_product_carousel-link-text_below_drop_text a {
    display: block;
    margin-right: 0;
  }
}
.hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .bulksub_product_carousel-link-text_below_drop_text a:hover {
  color: #0EBECE;
}
.hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .bulksub_product_carousel-link-text_below_drop_text a:before {
  text-decoration: none;
  display: inline-block;
  margin-right: 0.2em;
  vertical-align: middle;
  font-size: 1.5em;
}
.hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .bulksub_product_carousel-link-text_below_drop_text a.bulksub_product_carousel-link-phone:before {
  content: "\e056";
  font-family: hfcicons;
}
.hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .bulksub_product_carousel-link-text_below_drop_text a.bulksub_product_carousel-link-email:before {
  content: "\e00e";
  font-family: hfcicons;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .bulksub_product_carousel-link-text_below_drop_text a.bulksub_product_carousel-link-email {
    display: block;
    margin-right: 0;
  }
}
.hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .bulksub_product_carousel-link-text_below_drop_text a.bulksub_product_carousel-link-fax:before {
  content: "\f1ac";
  font-family: 'FontAwesome';
  font-size: 1em;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .bulksub_product_carousel-link-text_below_drop_text a.bulksub_product_carousel-link-fax:before {
    margin-left: 0.2em;
    margin-right: 0.55em;
  }
}
.hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .bulksub_product_carousel-link-button {
  margin: 20px 0;
}
.hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .bulksub_product_carousel-link-button a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  color: #e02619;
  border-color: #F92506;
  background-color: white;
  background-color: white;
  padding: 1em;
  min-width: 380px;
  border-radius: 5px;
  width: 100%;
  min-width: 0;
  display: block;
  text-align: center;
}
.hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .bulksub_product_carousel-link-button a:hover {
  text-decoration: none;
}
.hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .bulksub_product_carousel-link-button a:focus {
  outline: 0;
}
.hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .bulksub_product_carousel-link-button a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .bulksub_product_carousel-link-button a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .bulksub_product_carousel-link-button a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .bulksub_product_carousel-link-button a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .bulksub_product_carousel-link-button a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .bulksub_product_carousel-link-button a {
    font-size: 0.9em;
  }
}
@media (max-width: 300px) {
  .hfc_classroom .pane-classroom-bulk-sub-magazines-bulk-sub-magazines .bulksub_product_carousel-link-button a {
    font-size: 12px;
  }
}
.hfc_classroom .hfc_classroom_main_resources {
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_classroom .hfc_classroom_main_resources .hfc_classroom_main_resources_header {
    font-size: 2em;
  }
}
.hfc_classroom .hfc_classroom_main_resources .hfc_classroom_main_resources_text {
  font-family: "Montserrat",Verdana,sans-serif;
  color: #5B4D4E;
  font-size: 1.625em;
  font-weight: 300;
  line-height: 1.3125em;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_classroom .hfc_classroom_main_resources .hfc_classroom_main_resources_text {
    font-size: 1.25em;
  }
}

.hfc_classroom {
  color: #5B4D4E;
}
.hfc_classroom p {
  font-family: "Montserrat", Verdana, sans-serif;
}
.hfc_classroom .hfc_classroom_bulk_subs_header {
  text-align: center;
  line-height: 1.25em;
  margin: .5em 0;
}
.hfc_classroom .hfc_classroom_bulk_subs_text {
  line-height: 2em;
  text-align: center;
}
.hfc_classroom .classroom-request-button-section {
  text-align: center;
}
.hfc_classroom .classroom-request-button-section p {
  font-size: 14px;
  font-weight: 300;
  width: 100%;
  margin: 0 auto;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .hfc_classroom .classroom-request-button-section p {
    width: 95%;
  }
}
.hfc_classroom .classroom-request-button-section .hfc_classroom_bulk_quote_button {
  margin: 2em 0;
  width: 100%;
  min-width: 0;
}
.hfc_classroom .classroom-request-button-section .hfc_classroom_bulk_quote_button a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  padding: 0.8em;
  min-width: 260px;
  display: inline-block;
  width: 50%;
  min-width: 0;
  background: none;
  font-size: 1.25em;
  color: #0995A2;
  border-color: #0EBECE;
}
.hfc_classroom .classroom-request-button-section .hfc_classroom_bulk_quote_button a:hover {
  text-decoration: none;
}
.hfc_classroom .classroom-request-button-section .hfc_classroom_bulk_quote_button a:focus {
  outline: 0;
}
.hfc_classroom .classroom-request-button-section .hfc_classroom_bulk_quote_button a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_classroom .classroom-request-button-section .hfc_classroom_bulk_quote_button a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_classroom .classroom-request-button-section .hfc_classroom_bulk_quote_button a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_classroom .classroom-request-button-section .hfc_classroom_bulk_quote_button a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_classroom .classroom-request-button-section .hfc_classroom_bulk_quote_button a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_classroom .classroom-request-button-section .hfc_classroom_bulk_quote_button a {
    width: 100%;
    min-width: 0;
    padding: 0.5em 0;
  }
}
.hfc_classroom .hfc_classroom_bulksubs_header {
  background-color: gray;
  background-image: url("//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/classroom/highlights-classroom-bulksub-header.jpg?yocs=_&yoloc=eu");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  margin-left: calc((-100vw + 100%) / 2);
  margin-right: calc((-100vw + 100%) / 2);
  margin-top: -18px;
  text-align: center;
  min-height: 480px;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_classroom .hfc_classroom_bulksubs_header {
    min-height: 380px;
  }
}
.hfc_classroom .hfc_classroom_bulksubs_header .hfc_classroom_bulksubs_banner_header {
  padding: 200px 20px 30px;
  color: white;
  font-size: 4.4em;
  line-height: 1.25em;
  margin: 0 auto;
  font-weight: 400;
  max-width: 1120px;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_classroom .hfc_classroom_bulksubs_header .hfc_classroom_bulksubs_banner_header {
    font-size: 2.5em;
    padding-top: 150px;
  }
}
.hfc_classroom .hfc_classroom_bulksubs_header .hfc_classroom_bulksubs_banner_header b {
  font-weight: 400;
}
.hfc_classroom .hfc_classroom_bulksubs_header .hfc_classroom_bulksubs_banner_link {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  padding: 0.8em;
  min-width: 260px;
  float: right;
  margin-right: 130px;
  margin-top: 40px;
  line-height: 1em;
  background: none;
  font-weight: 1em;
  border-color: white;
  font-size: 0.8em;
}
.hfc_classroom .hfc_classroom_bulksubs_header .hfc_classroom_bulksubs_banner_link:hover {
  text-decoration: none;
}
.hfc_classroom .hfc_classroom_bulksubs_header .hfc_classroom_bulksubs_banner_link:focus {
  outline: 0;
}
.hfc_classroom .hfc_classroom_bulksubs_header .hfc_classroom_bulksubs_banner_link:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_classroom .hfc_classroom_bulksubs_header .hfc_classroom_bulksubs_banner_link:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_classroom .hfc_classroom_bulksubs_header .hfc_classroom_bulksubs_banner_link:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_classroom .hfc_classroom_bulksubs_header .hfc_classroom_bulksubs_banner_link {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_classroom .hfc_classroom_bulksubs_header .hfc_classroom_bulksubs_banner_link {
    min-width: auto;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_classroom .hfc_classroom_bulksubs_header .hfc_classroom_bulksubs_banner_link {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_classroom .hfc_classroom_bulksubs_header .hfc_classroom_bulksubs_banner_link {
    margin-right: 20px;
    margin-top: 30px;
  }
}
.hfc_classroom .classroom-avg-subscription-rates {
  text-align: center;
}
.hfc_classroom .classroom-avg-subscription-rates .col-xs-4 {
  border-right: grey solid 2px;
  margin-bottom: 2em;
}
@media (max-width: 420px) {
  .hfc_classroom .classroom-avg-subscription-rates .col-xs-4 {
    width: 100%;
    border-bottom: grey solid 2px;
    border-right: none;
    margin: 0;
  }
  .hfc_classroom .classroom-avg-subscription-rates .col-xs-4.first {
    margin-top: -1.5em;
  }
}
.hfc_classroom .classroom-avg-subscription-rates .col-xs-4 h5 {
  margin: .5em 0;
  line-height: 1em;
}
@media (max-width: 768px) and (min-width: 421px) {
  .hfc_classroom .classroom-avg-subscription-rates .col-xs-4 h5 {
    font-size: 17px;
    max-width: 142px;
    margin: 0 auto;
  }
}
@media (max-width: 630px) and (min-width: 421px) {
  .hfc_classroom .classroom-avg-subscription-rates .col-xs-4 p {
    max-width: 118px;
    margin: 1em auto;
    line-height: 1em;
  }
}
.hfc_classroom .classroom-avg-subscription-rates .col-xs-4 span {
  font-size: 35px;
  font-weight: 300;
}
.hfc_classroom .classroom-avg-subscription-rates .col-xs-4.last {
  border: none;
}
.hfc_classroom h2.cls-avg-sub-title {
  margin: 0.5em 0;
  text-align: center;
}
@media (max-width: 420px) {
  .hfc_classroom h2.cls-avg-sub-title {
    font-size: 25px;
  }
}
.hfc_classroom .center-div {
  width: auto;
  margin: 0 auto;
  display: inline-block;
}
.hfc_classroom .our-magazines {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: "Montserrat",Verdana,sans-serif;
}
.hfc_classroom .cls-all-products {
  font-family: "Montserrat", Verdana, sans-serif;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 200px;
  line-spacing: 0;
}
.hfc_classroom .cls-all-products .cls-product-recommendations {
  font-size: .875em;
  font-weight: 300;
  margin: 0 0 10px 0;
}
.hfc_classroom .cls-all-products p {
  margin: 0;
}
.hfc_classroom .cls-all-products img {
  max-width: 200px;
  margin-bottom: 10px;
}
.hfc_classroom .cls-all-products .cls-product-title {
  font-size: 1em;
  color: #E02619;
  display: block;
}
.hfc_classroom .cls-all-products .request-a-quote {
  float: left;
  font-size: .75em;
  font-weight: 300;
  text-decoration: underline;
}
.hfc_classroom .cls-all-products .submit-orders {
  white-space: nowrap;
  float: right;
  font-size: .75em;
  font-weight: 300;
  color: #127B89;
  text-decoration: underline;
  cursor: pointer;
}
.hfc_classroom .cls-all-products .submit-orders:hover {
  color: #0EBECE;
}
.hfc_classroom .cls-all-products .submit-orders:after {
  content: '\e01d';
  font-family: hfcicons;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
.hfc_classroom .cls-all-products .submit-orders.open:after {
  color: #0EBECE;
  content: ' \e023';
}
.hfc_classroom .cls-all-products .open {
  dislay: block;
}
.hfc_classroom .cls-all-products .contact-options {
  font-size: .75em;
  clear: both;
  display: none;
  font-weight: 300;
  max-width: 200px;
}
.hfc_classroom .cls-all-products .contact-options a {
  display: block;
  float: left;
  margin-left: 50px;
  text-decoration: underline;
}
.hfc_classroom .cls-all-products .contact-options a:before {
  font-size: 1.5em;
  font-family: 'hfcicons';
  padding-right: 10px;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
.hfc_classroom .cls-all-products #send-email:before {
  content: "\e00e";
}
.hfc_classroom .cls-all-products #call-phone:before {
  content: '\e056';
}
@media only screen and (max-width: 47.9375em) {
  .hfc_classroom .cls-all-products #call-phone:before {
    padding-left: 0;
  }
}
.hfc_classroom .cls-all-products #send-fax:before {
  font-family: 'fontawesome';
  content: '\f1ac';
}
.hfc_classroom .pane-classroom-related-items-all-bulk-products {
  margin-bottom: 40px;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_classroom .pane-classroom-related-items-all-bulk-products {
    margin-bottom: -10px;
  }
}
.hfc_classroom .pane-classroom-related-items-all-bulk-products .slick__slide {
  width: 25%;
  outline: none;
}

@media only screen and (max-width: 47.9375em) {
  .view-display-id-all_bulk_products .view-header {
    margin-bottom: -52px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .view-display-id-all_bulk_products {
    margin-bottom: -52px;
  }
}

.hfc_classroom_bulksubs_page_header_section p {
  font-family: "Montserrat", Verdana, sans-serif;
  font-weight: 400;
  font-size: 1.25em;
  line-height: 1.425em;
  color: #A59899;
}

.hfc_bulksub_product_page {
  font-size: 1em;
  line-height: 1.875em;
  font-weight: 300;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_bulksub_product_page {
    text-align: center;
  }
}
.hfc_bulksub_product_page h2 {
  font-size: 42px;
  line-height: 46px;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_bulksub_product_page h2 {
    font-size: 1.8em;
    margin-bottom: 10px;
    margin-top: -20px;
  }
}
.hfc_bulksub_product_page h3 {
  margin-top: 30px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_bulksub_product_page h3 {
    font-size: 1.4em;
    margin-bottom: 10px;
  }
}
.hfc_bulksub_product_page div.bulksubs_img_container {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 270px;
}
@media only screen and (max-width: 61.9375em) {
  .hfc_bulksub_product_page div.bulksubs_img_container {
    margin: 0 auto;
    max-width: 330px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_bulksub_product_page div.bulksubs_img_container {
    width: 40%;
    min-width: 270px;
  }
}
.hfc_bulksub_product_page div.bulksubs_img_container img {
  display: block;
  float: none;
  width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_bulksub_product_page div.bulksubs_img_container img {
    width: auto;
    height: auto;
    margin: 0 auto;
  }
}
.hfc_bulksub_product_page div.bulksubs_img_container a#btn_free_digital {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  color: #e02619;
  border-color: #F92506;
  background-color: white;
  background-color: white;
  padding: 1em;
  min-width: 380px;
  min-width: 0;
  display: block;
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(50%);
  font-family: Montserrat;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7143em;
  padding: 0;
  border-radius: 0px 0px 2px 2px;
  margin: 0;
  margin-bottom: 15px;
  width: 100%;
}
.hfc_bulksub_product_page div.bulksubs_img_container a#btn_free_digital:hover {
  text-decoration: none;
}
.hfc_bulksub_product_page div.bulksubs_img_container a#btn_free_digital:focus {
  outline: 0;
}
.hfc_bulksub_product_page div.bulksubs_img_container a#btn_free_digital:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_bulksub_product_page div.bulksubs_img_container a#btn_free_digital:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_bulksub_product_page div.bulksubs_img_container a#btn_free_digital:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_bulksub_product_page div.bulksubs_img_container a#btn_free_digital {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_bulksub_product_page div.bulksubs_img_container a#btn_free_digital {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_bulksub_product_page div.bulksubs_img_container a#btn_free_digital {
    margin: 0 auto;
    margin-bottom: 20px;
    min-width: 0;
  }
}
.hfc_bulksub_product_page div.bulksubs_img_container a.learn-more {
  display: block;
  font-family: "Montserrat", Verdana, sans-serif;
  text-decoration: underline;
  font-size: .87em;
  margin-top: 10px;
  font-weight: 300;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_bulksub_product_page div.bulksubs_img_container a.learn-more {
    text-align: center;
    margin-top: 0;
  }
}
.hfc_bulksub_product_page div.hfc_bulksub_product_page_age {
  font-family: "Montserrat", Verdana, sans-serif;
  font-size: 1.4em;
  font-weight: 300;
}
@media only screen and (max-width: 61.9375em) {
  .hfc_bulksub_product_page div.hfc_bulksub_product_page_age {
    font-size: .95em;
  }
}
.hfc_bulksub_product_page div.hfc_bulksub_product_page_age div {
  display: inline;
  padding: 0;
  margin: 0;
  border: 0;
}
.hfc_bulksub_product_page div#sharing_container {
  margin-top: 50px;
  overflow: hidden;
  margin-left: 15px;
  padding-left: 0;
}
.hfc_bulksub_product_page div#sharing_container hr {
  border: 0;
  border-top: solid 1px #A59889;
  padding: 0;
  margin: 0;
  margin-bottom: 24px;
  margin-right: 10px;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_bulksub_product_page div#sharing_container {
    margin-left: 0;
    padding-right: 0;
  }
}
.hfc_bulksub_product_page div#sharing_icons {
  display: block;
  width: 350px;
  float: right;
  overflow: hidden;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_bulksub_product_page div#sharing_icons {
    float: none;
    overflow: visible;
    width: auto;
    text-align: left;
  }
}
.hfc_bulksub_product_page div#sharing_icons #share_title {
  display: block;
  float: left;
  font-family: "Montserrat", Verdana, sans-serif;
  font-weight: 300;
  padding-right: 6px;
  margin-top: 8px;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_bulksub_product_page div#sharing_icons #share_title {
    float: none;
  }
}
.hfc_bulksub_product_page div#sharing_icons .addthis_toolbox.addthis_default_style {
  margin-top: 6px;
}

.tab-rates {
  font-family: "Montserrat", Verdana, sans-serif;
  font-weight: 300;
}
.tab-rates .classroom-avg-subscription-rates {
  max-width: 600px;
}
.tab-rates .classroom-avg-subscription-rates h5 {
  font-size: 17px;
}
.tab-rates .classroom-avg-subscription-rates .col-xs-4 span {
  font-size: 25px;
}
.tab-rates .classroom-avg-subscription-rates p {
  font-size: 13px;
  white-space: nowrap;
}
.tab-rates .classroom-avg-subscription-rates p span {
  white-space: normal;
}
.tab-rates .hfc_classroom_bulk_quote_button {
  margin: 0 0 2em 0;
  width: 45%;
  min-width: 0;
  float: left;
  text-align: center;
}
.tab-rates .hfc_classroom_bulk_quote_button a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  padding: 0.8em;
  min-width: 260px;
  display: inline-block;
  padding: 0.6em;
  width: 100%;
  min-width: 0;
  background: none;
  font-size: 1.25em;
  color: #0995A2;
  border-color: #0EBECE;
}
.tab-rates .hfc_classroom_bulk_quote_button a:hover {
  text-decoration: none;
}
.tab-rates .hfc_classroom_bulk_quote_button a:focus {
  outline: 0;
}
.tab-rates .hfc_classroom_bulk_quote_button a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.tab-rates .hfc_classroom_bulk_quote_button a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.tab-rates .hfc_classroom_bulk_quote_button a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .tab-rates .hfc_classroom_bulk_quote_button a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .tab-rates .hfc_classroom_bulk_quote_button a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .tab-rates .hfc_classroom_bulk_quote_button a {
    width: 100%;
    min-width: 0;
    padding: 0.5em 0;
  }
}
@media only screen and (max-width: 47.9375em) {
  .tab-rates .hfc_classroom_bulk_quote_button {
    width: 100%;
    margin: 0.75em 0;
  }
}
.tab-rates .call-for-quote {
  float: left;
  margin: 0.6em 0 0 2em;
}
@media only screen and (max-width: 47.9375em) {
  .tab-rates .call-for-quote {
    float: none;
    text-align: center;
    margin: 0;
  }
}
.tab-rates p {
  clear: both;
}
.tab-rates .text-small {
  font-size: 12px;
  line-height: 1.5em;
}
.tab-rates .break-before:before {
  content: "\A";
  white-space: pre;
}
@media only screen and (max-width: 47.9375em) {
  .tab-rates .break-before:before {
    content: "";
    white-space: normal;
  }
}

.hfc_classroom form#hfc-bulk-subs-form label {
  font-family: Montserrat;
  font-size: 16px;
  color: #5B4D4E;
  font-weight: 300;
}
.hfc_classroom form#hfc-bulk-subs-form input {
  background: #FFFFFF;
  border: 1px solid #A59899;
  border-radius: 2px;
  padding: .8em;
  font-family: Montserrat;
  font-weight: 300;
  font-size: 16px;
  color: #5B4D4E;
  width: 60%;
}
.hfc_classroom form#hfc-bulk-subs-form input:active {
  background: #FFFFFF;
  border: 1px solid #5B4D4E;
  border-radius: 2px;
}
.hfc_classroom form#hfc-bulk-subs-form input.error {
  background: #FFFFFF;
  border: 1px solid #F92506;
  border-radius: 2px;
}
@media (max-width: 605px) {
  .hfc_classroom form#hfc-bulk-subs-form input {
    width: 100%;
  }
}
.hfc_classroom form#hfc-bulk-subs-form #edit-submit {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  padding: 0.8em;
  min-width: 260px;
  background: none;
  border: 2px solid #1BC475;
  border-radius: 2px;
  font-family: Montserrat;
  font-size: 18px;
  color: #18A764;
  letter-spacing: 0px;
  width: 65%;
  padding: 1.25em;
}
.hfc_classroom form#hfc-bulk-subs-form #edit-submit:hover {
  text-decoration: none;
}
.hfc_classroom form#hfc-bulk-subs-form #edit-submit:focus {
  outline: 0;
}
.hfc_classroom form#hfc-bulk-subs-form #edit-submit:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_classroom form#hfc-bulk-subs-form #edit-submit:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_classroom form#hfc-bulk-subs-form #edit-submit:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_classroom form#hfc-bulk-subs-form #edit-submit {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_classroom form#hfc-bulk-subs-form #edit-submit {
    min-width: auto;
  }
}
@media (max-width: 605px) {
  .hfc_classroom form#hfc-bulk-subs-form #edit-submit {
    width: 100%;
    margin-top: 2em;
  }
}
.hfc_classroom form#hfc-bulk-subs-form .fine-print {
  margin-top: 0;
  font-weight: 300;
  font-size: 12px;
  color: #A59899;
}
.hfc_classroom form#hfc-bulk-subs-form .fine-print.submit-desc {
  font-size: 14px;
  width: 65%;
  text-align: center;
}
@media (max-width: 605px) {
  .hfc_classroom form#hfc-bulk-subs-form .fine-print.submit-desc {
    width: 100%;
  }
}
.hfc_classroom form#hfc-bulk-subs-form .form-item-multiple-addresses {
  margin-bottom: 0;
}
.hfc_classroom form#hfc-bulk-subs-form .form-item-multiple-addresses .description {
  font-weight: 300;
  font-size: 12px;
  font-family: "Montserrat", Verdana, sans-serif;
}
.hfc_classroom form#hfc-bulk-subs-form .mag-label {
  margin-top: 0;
  font-size: 20px;
}
@media (max-width: 605px) {
  .hfc_classroom form#hfc-bulk-subs-form .mag-label {
    display: none;
  }
}
.hfc_classroom form#hfc-bulk-subs-form .mag-label span {
  font-weight: 200;
}
.hfc_classroom form#hfc-bulk-subs-form .mobile-mag-label {
  display: none;
  cursor: pointer;
  padding: 1em 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 1em;
  width: 90%;
  position: relative;
}
@media (max-width: 605px) {
  .hfc_classroom form#hfc-bulk-subs-form .mobile-mag-label {
    display: block;
  }
}
.hfc_classroom form#hfc-bulk-subs-form .mobile-mag-label:after {
  content: '\f055';
  font-family: fontawesome;
  color: #E02619;
  position: absolute;
  left: 105%;
  top: 35%;
  font-size: 23px;
}
.hfc_classroom form#hfc-bulk-subs-form .mobile-mag-label.minus-button:after {
  content: '\f056';
}
@media (max-width: 605px) {
  .hfc_classroom form#hfc-bulk-subs-form .border-bottom-full {
    border-bottom: #A59899 solid 1px;
    width: 120%;
    margin-left: -10%;
  }
}
.hfc_classroom form#hfc-bulk-subs-form .clear {
  clear: both;
}
.hfc_classroom form#hfc-bulk-subs-form .mag-cover {
  height: 225px;
  width: 175px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 1.5em;
  margin-bottom: 5em;
  float: left;
}
@media (max-width: 605px) {
  .hfc_classroom form#hfc-bulk-subs-form .mag-cover {
    display: none;
    float: none;
    margin: 0 auto;
  }
}
.hfc_classroom form#hfc-bulk-subs-form .mag-cover.hfk-img {
  background-image: url(//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/mag-covers/hfk-cover.png?yocs=_&yoloc=eu);
}
.hfc_classroom form#hfc-bulk-subs-form .mag-cover.hhf-img {
  background-image: url(//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/mag-covers/hhf-cover.png?yocs=_&yoloc=eu);
}
.hfc_classroom form#hfc-bulk-subs-form .mag-cover.hfb-img {
  background-image: url(//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/mag-covers/hfb-cover.png?yocs=_&yoloc=eu);
}
.hfc_classroom form#hfc-bulk-subs-form .mag-cover.hho-img {
  background-image: url(//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/mag-covers/hho-cover.png?yocs=_&yoloc=eu);
}
.hfc_classroom form#hfc-bulk-subs-form .form-type-select .chosen-container {
  font-weight: 300;
  color: #372829;
}
.hfc_classroom form#hfc-bulk-subs-form .form-type-select .chosen-container > a {
  background: none;
  height: auto;
  overflow: visible;
}
.hfc_classroom form#hfc-bulk-subs-form .form-type-select .chosen-container > a > span:before {
  content: 'Arrange by: ';
  color: #A59899;
}
.hfc_classroom form#hfc-bulk-subs-form .form-type-select .chosen-container > a > div {
  background-color: #E02619;
  width: 25px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}
.hfc_classroom form#hfc-bulk-subs-form .form-type-select .chosen-container > a > div:after {
  font-family: fontawesome;
  content: '\f0d7';
  color: white;
  float: right;
  padding: 0 8px;
}
.hfc_classroom form#hfc-bulk-subs-form .form-type-select .chosen-container > a > div > b {
  display: none;
}
.hfc_classroom form#hfc-bulk-subs-form .form-type-select .chosen-container > .chosen-drop {
  text-align: center;
  border: none;
  background: transparent;
  box-shadow: none;
}
.hfc_classroom form#hfc-bulk-subs-form .form-type-select .chosen-container > .chosen-drop > ul {
  margin: 15px 0 0 0;
  background: rgba(255, 255, 255, 0.95);
  border: solid 1px #A59899;
  padding: 0;
  font-weight: 400;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  overflow: visible;
  position: relative;
}
.hfc_classroom form#hfc-bulk-subs-form .form-type-select .chosen-container > .chosen-drop > ul > li {
  padding: 10px;
}
.hfc_classroom form#hfc-bulk-subs-form .form-type-select .chosen-container > .chosen-drop > ul > li.highlighted {
  background-color: #E02619;
  background-image: none;
}
.hfc_classroom form#hfc-bulk-subs-form .form-type-select .chosen-container > .chosen-drop > ul > li:first-child:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 8px 8px;
  border-color: #A59899 transparent;
  display: block;
  width: 0;
  z-index: 1;
  top: -8px;
  right: 5px;
}
.hfc_classroom form#hfc-bulk-subs-form .form-type-select .chosen-container > .chosen-drop > ul > li:first-child:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 7px 7px;
  border-color: white transparent;
  display: block;
  width: 0;
  z-index: 2;
  top: -7px;
  right: 6px;
}
.hfc_classroom form#hfc-bulk-subs-form .form-type-select .chosen-container > .chosen-drop > ul > li:first-child.highlighted:before {
  border-color: #E02619 transparent;
}
.hfc_classroom form#hfc-bulk-subs-form .form-type-select .chosen-container.chosen-with-drop > a {
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.hfc_classroom form#hfc-bulk-subs-form .form-type-select .chosen-container.chosen-with-drop > a > div:after {
  content: '\f0d8';
}
.hfc_classroom form#hfc-bulk-subs-form#hfc-bulk-subs-form .chosen-container {
  font-weight: 300;
  font-family: Montserrat;
  color: #372829;
  width: 42% !important;
  font-size: 16px;
}
@media (max-width: 605px) {
  .hfc_classroom form#hfc-bulk-subs-form#hfc-bulk-subs-form .chosen-container {
    width: 100% !important;
  }
}
.hfc_classroom form#hfc-bulk-subs-form#hfc-bulk-subs-form .chosen-container > a > span:before {
  content: '';
  color: #A59899;
}
.hfc_classroom form#hfc-bulk-subs-form#hfc-bulk-subs-form .chosen-container > a > div {
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  width: 45px;
  text-align: center;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
}
.hfc_classroom form#hfc-bulk-subs-form#hfc-bulk-subs-form .chosen-container > a > div:after {
  font-family: fontawesome;
  content: '\f0d7';
  color: white;
  float: none;
  padding: 0;
  font-size: 16px;
  margin-top: 12px;
  display: block;
}
.hfc_classroom form#hfc-bulk-subs-form#hfc-bulk-subs-form .chosen-container .chosen-single {
  border-radius: 4px;
  padding: .75em;
}
.hfc_classroom form#hfc-bulk-subs-form#hfc-bulk-subs-form .chosen-container.chosen-with-drop .chosen-single div:after {
  content: '\f0d8';
}
.hfc_classroom form#hfc-bulk-subs-form#hfc-bulk-subs-form .chosen-container .chosen-search {
  display: none;
}
.hfc_classroom form#hfc-bulk-subs-form#hfc-bulk-subs-form .chosen-container .chosen-results {
  overflow: scroll;
  margin: 0;
}
.hfc_classroom form#hfc-bulk-subs-form#hfc-bulk-subs-form .chosen-container#edit_hfk_sub_length_chosen, .hfc_classroom form#hfc-bulk-subs-form#hfc-bulk-subs-form .chosen-container#edit_hhf_sub_length_chosen, .hfc_classroom form#hfc-bulk-subs-form#hfc-bulk-subs-form .chosen-container#edit_hfb_sub_length_chosen, .hfc_classroom form#hfc-bulk-subs-form#hfc-bulk-subs-form .chosen-container#edit_hho_sub_length_chosen {
  width: 45% !important;
}
@media (max-width: 605px) {
  .hfc_classroom form#hfc-bulk-subs-form#hfc-bulk-subs-form .chosen-container#edit_hfk_sub_length_chosen, .hfc_classroom form#hfc-bulk-subs-form#hfc-bulk-subs-form .chosen-container#edit_hhf_sub_length_chosen, .hfc_classroom form#hfc-bulk-subs-form#hfc-bulk-subs-form .chosen-container#edit_hfb_sub_length_chosen, .hfc_classroom form#hfc-bulk-subs-form#hfc-bulk-subs-form .chosen-container#edit_hho_sub_length_chosen {
    width: 100% !important;
  }
}
.hfc_classroom form#hfc-bulk-subs-form#hfc-bulk-subs-form .chosen-container.error {
  background: #FFFFFF;
}
.hfc_classroom form#hfc-bulk-subs-form#hfc-bulk-subs-form .chosen-container.error .chosen-single {
  border: 1px solid #F92506;
}
.hfc_classroom form#hfc-bulk-subs-form#hfc-bulk-subs-form .form-item-state {
  float: left;
  width: 42%;
  margin-right: 2em;
  margin-top: 0;
}
.hfc_classroom form#hfc-bulk-subs-form#hfc-bulk-subs-form .form-item-state .chosen-container {
  width: 100% !important;
}
@media (max-width: 605px) {
  .hfc_classroom form#hfc-bulk-subs-form#hfc-bulk-subs-form .form-item-state {
    width: 100%;
  }
}
.hfc_classroom form#hfc-bulk-subs-form#hfc-bulk-subs-form ::-webkit-input-placeholder {
  color: white;
}
.hfc_classroom form#hfc-bulk-subs-form#hfc-bulk-subs-form :-moz-placeholder {
  color: white;
}
.hfc_classroom form#hfc-bulk-subs-form#hfc-bulk-subs-form :-ms-input-placeholder {
  color: white;
}
.hfc_classroom form#hfc-bulk-subs-form#hfc-bulk-subs-form ::-moz-placeholder {
  color: white;
}
.hfc_classroom form#hfc-bulk-subs-form#hfc-bulk-subs-form input.error::-webkit-input-placeholder {
  opacity: 0.8;
  color: #E02619;
}
.hfc_classroom form#hfc-bulk-subs-form#hfc-bulk-subs-form input.error:-moz-placeholder {
  opacity: 0.8;
  color: #E02619;
}
.hfc_classroom form#hfc-bulk-subs-form#hfc-bulk-subs-form input.error:-ms-input-placeholder {
  opacity: 0.8;
  color: #E02619;
}
.hfc_classroom form#hfc-bulk-subs-form#hfc-bulk-subs-form input.error::-moz-placeholder {
  opacity: 0.8;
  color: #E02619;
}
.hfc_classroom form#hfc-bulk-subs-form#hfc-bulk-subs-form .form-item {
  margin-top: 0;
}
.hfc_classroom form#hfc-bulk-subs-form .form-item-hear-about-us {
  clear: both;
}
.hfc_classroom form#hfc-bulk-subs-form .form-item-zip-code {
  float: left;
  width: 50%;
  margin-top: 0;
}
.hfc_classroom form#hfc-bulk-subs-form .form-item-zip-code #edit-zip-code {
  width: 30%;
}
@media (max-width: 605px) {
  .hfc_classroom form#hfc-bulk-subs-form .form-item-zip-code #edit-zip-code {
    width: 80%;
  }
}
.hfc_classroom form#hfc-bulk-subs-form .form-item-country {
  clear: both;
}
.hfc_classroom form#hfc-bulk-subs-form h3 {
  margin: 2em 0 0;
}
@media (max-width: 605px) {
  .hfc_classroom form#hfc-bulk-subs-form h3 {
    font-size: 22px;
  }
}
.hfc_classroom form#hfc-bulk-subs-form p {
  line-height: 1.25em;
}
.hfc_classroom form#hfc-bulk-subs-form #edit-hfk-quantity, .hfc_classroom form#hfc-bulk-subs-form #edit-hhf-quantity, .hfc_classroom form#hfc-bulk-subs-form #edit-hfb-quantity, .hfc_classroom form#hfc-bulk-subs-form #edit-hho-quantity {
  width: 15%;
}
@media (max-width: 605px) {
  .hfc_classroom form#hfc-bulk-subs-form #edit-hfk-quantity, .hfc_classroom form#hfc-bulk-subs-form #edit-hhf-quantity, .hfc_classroom form#hfc-bulk-subs-form #edit-hfb-quantity, .hfc_classroom form#hfc-bulk-subs-form #edit-hho-quantity {
    width: 100%;
  }
}
@media (max-width: 605px) {
  .hfc_classroom form#hfc-bulk-subs-form .form-item-hfk-sub-length, .hfc_classroom form#hfc-bulk-subs-form .form-item-hhf-sub-length, .hfc_classroom form#hfc-bulk-subs-form .form-item-hho-sub-length, .hfc_classroom form#hfc-bulk-subs-form .form-item-hfb-sub-length, .hfc_classroom form#hfc-bulk-subs-form .form-item-hfk-quantity, .hfc_classroom form#hfc-bulk-subs-form .form-item-hho-quantity, .hfc_classroom form#hfc-bulk-subs-form .form-item-hfb-quantity, .hfc_classroom form#hfc-bulk-subs-form .form-item-hhf-quantity {
    display: none;
  }
}
.hfc_classroom .error-messaging {
  background: #FFF0EF;
  border: 1px solid #E02619;
  border-radius: 2px;
  display: none;
  padding: 1em;
  font-family: Montserrat;
  font-weight: 300;
  font-size: 16px;
  color: #A00000;
}
@media (max-width: 605px) {
  .hfc_classroom .error-messaging {
    font-size: 14px;
  }
}
.hfc_classroom .error-messaging:before {
  content: '\e001';
  font-family: hfcicons;
  font-size: 30px;
  color: #BC1108;
  vertical-align: middle;
  padding-right: 0.5em;
  postion: relative;
}
.hfc_classroom .error-messaging.products {
  margin-bottom: 2em;
}
.hfc_classroom .parents-page-layout__content {
  min-height: 0;
}
.hfc_classroom .quote-form-avg {
  position: absolute;
  right: 0;
  max-width: 250px;
  margin-right: 1em;
}
@media (max-width: 768px) {
  .hfc_classroom .quote-form-avg {
    position: static;
    max-width: 100%;
  }
}
.hfc_classroom .quote-form-avg .cls-avg-sub-title {
  padding-bottom: 1em;
}
.hfc_classroom .quote-form-avg p {
  font-weight: 300;
  font-size: 13px;
  color: #5B4D4E;
}
.hfc_classroom .quote-form-avg .col-xs-4 {
  margin-bottom: 2em;
  width: 100%;
  padding: 0.8em 0;
  border-bottom: grey solid 2px;
  margin: 0;
}
.hfc_classroom .quote-form-avg .col-xs-4.first {
  margin-top: -1.5em;
  border-top: grey solid 2px;
}
.hfc_classroom .quote-form-avg .col-xs-4 h5 {
  font-size: 17px;
  margin: 0 auto;
}
.hfc_classroom .quote-form-avg .col-xs-4 p {
  margin: 1em auto;
  margin-top: 0.5em;
  line-height: 1em;
  font-size: 15px;
}
.hfc_classroom .quote-form-avg .col-xs-4 span {
  font-size: 25px;
  font-weight: 300;
}
.hfc_classroom .quote-form-avg .col-xs-4.last {
  border: none;
}
@media (min-width: 769px) {
  .hfc_classroom .col-md-8.radix-layouts-content.panel-panel {
    width: 66.6666666%;
    float: left;
  }
}
@media (min-width: 769px) {
  .hfc_classroom .col-md-4.radix-layouts-sidebar.panel-panel {
    width: 33.33333333%;
    float: left;
  }
}
.hfc_classroom .hfc_classroom_quote_form_header {
  background-color: gray;
  background-image: url("//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/classroom/highlights-classroom-quote-form-header.jpg?yocs=_&yoloc=eu");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  margin-left: calc((-100vw + 100%) / 2);
  margin-right: calc((-100vw + 100%) / 2);
  margin-top: -18px;
  text-align: center;
  height: 280px;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_classroom .hfc_classroom_quote_form_header {
    height: 200px;
  }
}
.hfc_classroom .hfc_classroom_quote_form_header .hfc_classroom_quote_form_banner_header {
  padding-top: 0;
  color: white;
  font-size: 4.4em;
  line-height: 1.25em;
  margin: 0;
  font-weight: 400;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_classroom .hfc_classroom_quote_form_header .hfc_classroom_quote_form_banner_header {
    font-size: 2.4em;
  }
}
.hfc_classroom .hfc_classroom_quote_form_header h3 {
  color: white;
  padding-top: 100px;
  font-weight: 300;
  margin: 0.5em 0 0;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_classroom .hfc_classroom_quote_form_header h3 {
    padding-top: 45px;
    font-size: 1.5em;
  }
}
.hfc_classroom .hfc-classroom-po-offer p {
  font-size: 20px;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_classroom .hfc-classroom-po-offer p {
    font-size: 16px;
  }
}
.hfc_classroom .hfc-classroom-po-offer .have-po-offer {
  font-size: 14px;
  font-family: "Montserrat", Verdana, sans-serif;
  font-weight: 300;
  margin-top: 1em;
}
.hfc_classroom .hfc-classroom-po-offer .have-po-offer .submit-orders {
  white-space: nowrap;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_classroom .hfc-classroom-po-offer .have-po-offer .submit-orders {
    color: #0EBECE;
    text-decoration: underline;
    cursor: pointer;
  }
  .hfc_classroom .hfc-classroom-po-offer .have-po-offer .submit-orders:after {
    content: '\e01d';
    font-family: hfcicons;
    text-decoration: none;
    display: inline-block;
    font-size: 1.5em;
    vertical-align: middle;
  }
  .hfc_classroom .hfc-classroom-po-offer .have-po-offer .submit-orders.open:after {
    content: ' \e023';
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_classroom .hfc-classroom-po-offer .have-po-offer .contact-options {
    display: none;
    font-size: 12px;
  }
  .hfc_classroom .hfc-classroom-po-offer .have-po-offer .contact-options.open {
    display: block;
  }
}
.hfc_classroom .hfc-classroom-po-offer .have-po-offer a {
  white-space: nowrap;
}
.hfc_classroom .hfc-classroom-po-offer .have-po-offer a:before {
  font-family: 'hfcicons';
  padding-left: 10px;
  text-decoration: none;
  display: inline-block;
  font-size: 1.5em;
  vertical-align: middle;
}
.hfc_classroom .hfc-classroom-po-offer .have-po-offer #send-email:before {
  content: "\e00e";
  padding-right: 2px;
}
.hfc_classroom .hfc-classroom-po-offer .have-po-offer #call-phone:before {
  content: '\e056';
}
@media only screen and (max-width: 47.9375em) {
  .hfc_classroom .hfc-classroom-po-offer .have-po-offer #call-phone:before {
    padding-left: 0;
  }
}
.hfc_classroom .hfc-classroom-po-offer .have-po-offer #send-fax:before {
  font-family: 'fontawesome';
  content: '\f1ac';
  font-size: 1em;
}

.hfc_classroom_rewards .hfc_classroom_rewards_header {
  background-color: gray;
  background-image: url("//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/classroom/highlights-classroom-rewards-header.jpg?yocs=_&yoloc=eu");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  margin-left: calc((-100vw + 100%) / 2);
  margin-right: calc((-100vw + 100%) / 2);
  text-align: center;
  min-height: 480px;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_classroom_rewards .hfc_classroom_rewards_header {
    min-height: 380px;
  }
}
.hfc_classroom_rewards .hfc_classroom_rewards_header .hfc_classroom_rewards_banner_header {
  padding-top: 220px;
  color: white;
  font-size: 4.375em;
  line-height: 1.15em;
  margin: 0;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_classroom_rewards .hfc_classroom_rewards_header .hfc_classroom_rewards_banner_header {
    font-size: 3em;
    padding-top: 150px;
  }
}
.hfc_classroom_rewards .hfc_classroom_rewards_header .hfc_classroom_rewards_banner_header b {
  font-weight: 400;
}
.hfc_classroom_rewards .hfc_classroom_rewards_header .hfc_classroom_rewards_banner_subheader {
  color: white;
  font-size: 3.25em;
  line-height: 1.15em;
  font-family: 'Montserrat', Verdana, sans-serif;
  font-weight: 300;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_classroom_rewards .hfc_classroom_rewards_header .hfc_classroom_rewards_banner_subheader {
    font-size: 2em;
  }
}
.hfc_classroom_rewards .hfc_classroom_rewards_header .hfc_classroom_rewards_banner_text {
  font-size: 0.875em;
  font-family: 'Montserrat', Verdana, sans-serif;
  float: right;
  font-weight: 300;
  margin-right: 130px;
  margin-top: 40px;
}
.hfc_classroom_rewards .hfc_classroom_rewards_header .hfc_classroom_rewards_banner_text .hfc_classroom_rewards_banner_link {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  padding: 0.8em;
  min-width: 260px;
  display: inline-block;
  line-height: 1em;
  background: none;
  font-weight: 400;
  border-color: white;
  font-size: 1em;
  margin-left: 10px;
}
.hfc_classroom_rewards .hfc_classroom_rewards_header .hfc_classroom_rewards_banner_text .hfc_classroom_rewards_banner_link:hover {
  text-decoration: none;
}
.hfc_classroom_rewards .hfc_classroom_rewards_header .hfc_classroom_rewards_banner_text .hfc_classroom_rewards_banner_link:focus {
  outline: 0;
}
.hfc_classroom_rewards .hfc_classroom_rewards_header .hfc_classroom_rewards_banner_text .hfc_classroom_rewards_banner_link:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_classroom_rewards .hfc_classroom_rewards_header .hfc_classroom_rewards_banner_text .hfc_classroom_rewards_banner_link:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_classroom_rewards .hfc_classroom_rewards_header .hfc_classroom_rewards_banner_text .hfc_classroom_rewards_banner_link:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_classroom_rewards .hfc_classroom_rewards_header .hfc_classroom_rewards_banner_text .hfc_classroom_rewards_banner_link {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_classroom_rewards .hfc_classroom_rewards_header .hfc_classroom_rewards_banner_text .hfc_classroom_rewards_banner_link {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_classroom_rewards .hfc_classroom_rewards_header .hfc_classroom_rewards_banner_text .hfc_classroom_rewards_banner_link {
    line-height: 0.8em;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_classroom_rewards .hfc_classroom_rewards_header .hfc_classroom_rewards_banner_text {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_classroom_rewards .hfc_classroom_rewards_header .hfc_classroom_rewards_banner_text {
    margin-right: 20px;
    margin-top: 30px;
  }
}
.hfc_classroom_rewards .hfc_classroom_rewards_description {
  padding: 10px;
  text-align: center;
}
.hfc_classroom_rewards .hfc_classroom_rewards_description .hfc_classroom_rewards_description_header {
  margin: 1em 0;
}
.hfc_classroom_rewards .hfc_classroom_rewards_div {
  padding: 10px;
  text-align: center;
}
.hfc_classroom_rewards .hfc_classroom_rewards_div .hfc_classroom_rewards_link {
  margin: 1.25em;
  width: 100%;
  min-width: 0;
}
.hfc_classroom_rewards .hfc_classroom_rewards_div .hfc_classroom_rewards_link a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  padding: 0.8em;
  min-width: 260px;
  display: inline-block;
  width: 730px;
  min-width: 0;
  background: none;
  font-size: 1.25em;
  color: #0995A2;
  border-color: #0EBECE;
}
.hfc_classroom_rewards .hfc_classroom_rewards_div .hfc_classroom_rewards_link a:hover {
  text-decoration: none;
}
.hfc_classroom_rewards .hfc_classroom_rewards_div .hfc_classroom_rewards_link a:focus {
  outline: 0;
}
.hfc_classroom_rewards .hfc_classroom_rewards_div .hfc_classroom_rewards_link a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_classroom_rewards .hfc_classroom_rewards_div .hfc_classroom_rewards_link a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_classroom_rewards .hfc_classroom_rewards_div .hfc_classroom_rewards_link a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_classroom_rewards .hfc_classroom_rewards_div .hfc_classroom_rewards_link a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_classroom_rewards .hfc_classroom_rewards_div .hfc_classroom_rewards_link a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_classroom_rewards .hfc_classroom_rewards_div .hfc_classroom_rewards_link a {
    width: 100%;
    min-width: 0;
    padding: 0.7em;
    font-size: 1.1em;
  }
}
.hfc_classroom_rewards .hfc_classroom_rewards_div .hfc_classroom_rewards_link a.hfc_rewards_topMargin {
  margin-top: 25px;
}
@media only screen and (max-width: 61.9375em) {
  .hfc_classroom_rewards .hfc_classroom_rewards_div .hfc_classroom_rewards_link a.hfc_rewards_topMargin {
    margin-top: 0;
  }
}
.hfc_classroom_rewards .hfc_classroom_rewards_div .hfc_classroom_rewards_link a.hfc_rewards_bottomMargin {
  margin-bottom: 0;
}
@media only screen and (max-width: 61.9375em) {
  .hfc_classroom_rewards .hfc_classroom_rewards_div .hfc_classroom_rewards_link {
    margin: 0 auto;
  }
}
.hfc_classroom_rewards .hfc_classroom_rewards_div .hfc_classroom_rewards_link_noMargin {
  margin: 0;
}
.hfc_classroom_rewards .hfc_classroom_rewards_contact .contact-us-panel h2 {
  margin-top: 0;
}
.hfc_classroom_rewards .hfc_classroom_rewards_prog_options {
  display: inline-block;
  width: 32.75%;
  padding: 10px;
  vertical-align: top;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_classroom_rewards .hfc_classroom_rewards_prog_options {
    display: block;
    width: 100%;
  }
}
.hfc_classroom_rewards .hfc_classroom_rewards_prog_options .field-label {
  display: none;
}
.hfc_classroom_rewards .hfc_classroom_rewards_prog_options .field-name-field-program-options-image {
  width: 100%;
  overflow: hidden;
}
.hfc_classroom_rewards .hfc_classroom_rewards_prog_options .field-name-field-program-options-image img {
  width: 100%;
}
.hfc_classroom_rewards .hfc_classroom_rewards_prog_options .field-name-field-program-options-header {
  font-family: "Montserrat", Verdana, sans-serif;
  font-size: 1.125em;
  font-weight: normal;
  margin: 5px 0;
  color: #E02619;
}
.hfc_classroom_rewards .hfc_classroom_rewards_prog_options .field-name-field-program-options-link {
  text-align: right;
  font-size: 0.9em;
  text-decoration: underline;
  font-family: "Montserrat", Verdana, sans-serif;
  font-weight: 300;
}
.hfc_classroom_rewards .hfc_classroom_rewards_prog_options .field-name-field-program-options-link a {
  color: #0995A2;
}
.hfc_classroom_rewards .hfc_classroom_rewards_prog_options .field-name-field-program-options-link a:hover {
  color: #0EBECE;
}

.cds_login_container {
  background-image: url("//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/classroom/cds-login.jpg?yocs=_&yoloc=eu");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 350px;
  display: block;
  padding-top: 20px;
  font-family: "Montserrat",Verdana,sans-serif;
  margin: 3em 0;
}
@media only screen and (max-width: 47.9375em) {
  .cds_login_container {
    height: 520px;
    background-position: left center;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

.cds_login_content {
  margin: auto;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  max-width: 900px;
  display: block;
  overflow: hidden;
}
@media only screen and (max-width: 47.9375em) {
  .cds_login_content {
    padding: 10px;
    overflow: none;
    margin: 10px;
    height: 470px;
  }
}

.cds_no_credentials_container {
  min-height: 25px;
}
@media only screen and (max-width: 47.9375em) {
  .cds_no_credentials_container {
    display: block;
    max-height: 130px;
  }
}

.cds_no_credentials {
  float: right;
  display: block;
  margin-bottom: 10px;
  font-size: .75em;
  font-weight: 300;
  top: 0;
  text-decoration: underline;
}
@media only screen and (max-width: 47.9375em) {
  .cds_no_credentials {
    float: right;
    margin-right: 30px;
    max-width: 280px;
    margin-top: 10px;
  }
}

#cds_close_help_icon {
  top: -15px;
  display: none;
  position: absolute;
  right: 5px;
}
@media only screen and (max-width: 47.9375em) {
  #cds_close_help_icon {
    top: 5px;
    right: -20px;
  }
}

.cds_login_promo {
  padding: 40px 25px 25px;
  float: left;
  width: 50%;
  display: block;
  line-height: 30px;
  font-size: 1.5em;
}
@media only screen and (max-width: 47.9375em) {
  .cds_login_promo {
    width: 100%;
    margin-top: 0px;
    padding: 5px 5px 10px 5px;
    border-bottom: 1px solid #5B4D4E;
    margin-bottom: 10px;
    font-size: 1em;
    line-height: 1.425em;
  }
}

.cds_you_can_locate {
  float: left;
  width: 50%;
  font-size: 20px;
  display: block;
  line-height: 30px;
  min-width: 400px;
}
@media only screen and (max-width: 47.9375em) {
  .cds_you_can_locate {
    min-width: 270px;
    line-height: 10px;
    padding: 5px 5px 10px 5px;
    max-width: 290px;
    font-size: 12px;
    line-height: 1;
  }
}

.cds_already_enrolled {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
@media only screen and (max-width: 47.9375em) {
  .cds_already_enrolled {
    font-size: 1.25em;
  }
}

.cds_student_orders {
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
}
@media only screen and (max-width: 47.9375em) {
  .cds_student_orders {
    font-size: 1.25em;
  }
}

.cds_locate_link {
  font-weight: 300;
  font-size: 12px;
  text-decoration: underline;
}

#cds_find_code_container {
  display: none;
  min-height: 185px;
  min-width: 330px;
  max-width: 48%;
  padding-top: 30px;
}
@media only screen and (max-width: 47.9375em) {
  #cds_find_code_container {
    padding: 5px;
    min-height: 500px;
    width: 100%;
    max-width: 100%;
    clear: both;
  }
}

@media only screen and (max-width: 47.9375em) {
  .cds_desktop_find_code_img {
    display: none;
  }
}

.cds_mobile_find_code_img {
  display: none;
}
@media only screen and (max-width: 47.9375em) {
  .cds_mobile_find_code_img {
    margin: auto;
    display: block;
    max-width: 250px;
  }
}

.cds_login_form {
  float: left;
  width: 45%;
  display: block;
  padding-left: 20px;
  border-left: 1px solid #5B4D4E;
}
@media only screen and (max-width: 47.9375em) {
  .cds_login_form {
    float: none;
    padding: 5px;
    border-left: none;
    width: 100%;
    min-height: 440px;
  }
}

#cds_login_help {
  display: none;
}

#cds_close_help {
  display: none;
  text-decoration: none;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  font-size: 24px;
  color: #5B4D4E;
}
#cds_close_help:hover {
  color: #0EBECE;
  cursor: pointer;
}

.cds_input {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #A59899;
  outline: 0;
  height: 35px;
  background-color: white;
  width: 100%;
  padding: 10px;
  opacity: 1;
  color: #5B4D4E;
  font-size: 14px;
}
.cds_input:focus {
  border: 1px solid #5B4D4E;
}

.cds_teacher_id {
  font-weight: 300;
  font-size: 12px;
  clear: both;
}

.cds_input_error {
  color: #F92506;
  border-color: #F92506;
}

.cds_error {
  display: block;
  color: #F92506;
  font-size: 10px;
  display: none;
  max-height: 24px;
}

.cds_product_promo_code {
  font-weight: 300;
  font-size: 12px;
}

.cds_question_mark {
  color: #0995A2;
  font-size: .6em;
}
.cds_question_mark:hover {
  color: #0EBECE;
}

#cds_start_order_btn {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  padding: 0.8em;
  min-width: 260px;
  margin-left: 100px;
  padding: 3px;
  border-radius: 2px;
  font-weight: 300;
  font-size: 14px;
  font-weight: 400;
  min-width: 265px;
  min-height: 30px;
}
#cds_start_order_btn:hover {
  text-decoration: none;
}
#cds_start_order_btn:focus {
  outline: 0;
}
#cds_start_order_btn:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
#cds_start_order_btn:active {
  border-color: #18A764;
  background-color: #18A764;
}
#cds_start_order_btn:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  #cds_start_order_btn {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  #cds_start_order_btn {
    min-width: auto;
  }
}
#cds_start_order_btn:after {
  vertical-align: bottom;
  margin-left: 5px;
  font-family: hfcicons;
  content: "\e00c";
}
@media only screen and (max-width: 47.9375em) {
  #cds_start_order_btn {
    width: 80%;
    margin-left: 20%;
    min-height: 30px;
  }
}

.hfc_classroom .conf-container {
  max-width: 650px;
}
.hfc_classroom .conf-container div {
  font-family: "Montserrat", Verdana, sans-serif;
  font-size: 30px;
  padding: .75em 0;
  line-height: 1.5em;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_classroom .conf-container div {
    font-size: 22px;
    padding-bottom: 0;
  }
}
.hfc_classroom .conf-container p {
  font-weight: 300;
  font-family: "Merriweather", serif;
}
.hfc_classroom .conf-header-smaller {
  color: #AAA1A2;
  font-weight: 300;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_classroom .conf-header-smaller {
    font-size: 17px;
  }
}
.hfc_classroom .conf-header {
  border-bottom: #D1D1D1 solid 2px;
  padding-bottom: 0.5em;
}
.hfc_classroom .hfc-classroom-quote-conf-link {
  margin: 2em 0;
  width: 100%;
  min-width: 0;
}
.hfc_classroom .hfc-classroom-quote-conf-link a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  padding: 0.8em;
  min-width: 260px;
  display: inline-block;
  text-align: center;
  padding: 0.6em;
  width: 50%;
  min-width: 0;
  background: none;
  color: #0995A2;
  border-color: #0EBECE;
}
.hfc_classroom .hfc-classroom-quote-conf-link a:hover {
  text-decoration: none;
}
.hfc_classroom .hfc-classroom-quote-conf-link a:focus {
  outline: 0;
}
.hfc_classroom .hfc-classroom-quote-conf-link a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_classroom .hfc-classroom-quote-conf-link a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_classroom .hfc-classroom-quote-conf-link a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_classroom .hfc-classroom-quote-conf-link a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_classroom .hfc-classroom-quote-conf-link a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_classroom .hfc-classroom-quote-conf-link a {
    width: 100%;
    min-width: 0;
    padding: 0.5em 0;
  }
}

.hfc_classroom_faq_header {
  margin: 20px 0px;
  font-family: "Montserrat", Verdana, sans-serif;
}
.hfc_classroom_faq_header h1 {
  font-size: 42px;
  color: #e02619;
  margin-bottom: 35px;
}
.hfc_classroom_faq_header h2 {
  font-size: 18px;
  color: #A59899;
  line-height: 35px;
  margin-bottom: 35px;
}
.hfc_classroom_faq_header hr {
  color: #A59899;
  border-color: #A59899;
}

.hfc_classroom_faq_content {
  margin-bottom: 40px;
}
.hfc_classroom_faq_content strong {
  font-size: 18px;
  font-family: "Montserrat", Verdana, sans-serif;
  font-weight: 400;
}
.hfc_classroom_faq_content p {
  font-size: 18px;
  font-family: "Merriweather Regular", Georgia, serif;
  margin-bottom: 10px;
  font-weight: 300px;
}
.hfc_classroom_faq_content a {
  color: #0995A2;
  text-decoration: underline;
}

.hfc_classroom_faq_footer {
  font-family: "Montserrat", Verdana, sans-serif;
  font-weight: 400;
  font-size: 22px;
  text-align: left;
}
.hfc_classroom_faq_footer a {
  color: #0995A2;
  font-family: "Montserrat", Verdana, sans-serif;
  margin-right: 20px;
  font-size: 18px;
  margin-bottom: 20px;
}
.hfc_classroom_faq_footer a.mobile-icon {
  line-height: 45px;
  padding-left: 50px;
  display: inline-block;
  position: relative;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hfc_classroom_faq_footer a.mobile-icon:before {
  content: '';
  width: 45px;
  height: 45px;
  background-image: url('//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/contact-us/phone-icon-outline.png?yocs=_&yoloc=eu');
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.hfc_classroom_faq_footer a.mobile-icon:hover:before {
  background-image: url('//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/contact-us/phone-icon-solid.png?yocs=_&yoloc=eu');
}
@media only screen and (max-width: 61.9375em) and (max-width: 47.9375em) {
  .hfc_classroom_faq_footer a.mobile-icon {
    line-height: 70px;
    padding-left: 73px;
  }
  .hfc_classroom_faq_footer a.mobile-icon:before {
    width: 70px;
    height: 70px;
    left: 0;
  }
}

.hfc_classroom_faq_footer a.email-icon {
  line-height: 45px;
  padding-left: 50px;
  display: inline-block;
  position: relative;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hfc_classroom_faq_footer a.email-icon:before {
  content: '';
  width: 45px;
  height: 45px;
  background-image: url('//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/contact-us/mail-icon-outline.png?yocs=_&yoloc=eu');
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.hfc_classroom_faq_footer a.email-icon:hover:before {
  background-image: url('//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/contact-us/mail-icon-solid.png?yocs=_&yoloc=eu');
}
@media only screen and (max-width: 61.9375em) and (max-width: 47.9375em) {
  .hfc_classroom_faq_footer a.email-icon {
    line-height: 70px;
    padding-left: 73px;
  }
  .hfc_classroom_faq_footer a.email-icon:before {
    width: 70px;
    height: 70px;
    left: 0;
  }
}

.hfc_classroom .cls-product-block {
  padding: 0.35em;
  text-align: center;
  font-family: "Montserrat", Verdana, sans-serif;
  color: #5B4D4E;
  font-weight: 300;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_classroom .cls-product-block {
    border: none;
  }
}
.hfc_classroom .cls-product-block.other-options-section img {
  max-width: 150px;
}
.hfc_classroom .cls-product-block img {
  max-width: 300px;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_classroom .cls-product-block img {
    max-width: 250px;
  }
}
.hfc_classroom .cls-product-block a {
  font-size: 1em;
  color: #127B89;
  font-weight: 400;
  color: #0995A2;
  line-height: 1.875em;
}
.hfc_classroom .cls-product-block a:hover {
  color: #0EBECE;
}
.hfc_classroom .cls-product-block a.prog-pub-pdf {
  font-size: 0.75em;
  line-height: 1.125em;
}
.hfc_classroom .cls-product-block a.prog-pub-pdf:before {
  font-family: 'hfcicons';
  content: "\e032";
  padding-right: 2px;
  vertical-align: middle;
  font-weight: 300;
}
.hfc_classroom .cls-product-block p {
  margin: 0;
  font-size: 1em;
  line-height: 1.875em;
}
.hfc_classroom .view-program-publication-mag-and-clubs .views-row {
  padding-left: 0;
  padding-right: 20px;
}
.hfc_classroom h3.prog-pub {
  color: #5B4D4E;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1.3125em;
}
.hfc_classroom div.slick__slide {
  font-size: 1rem;
  display: inline-block;
  width: 33.33333%;
  vertical-align: top;
}
.hfc_classroom .slide__content {
  padding: 15px;
}
.hfc_classroom button.slick-next {
  z-index: 100;
  right: -10px;
}
.hfc_classroom button.slick-next:before {
  z-index: 100;
  content: url("//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/product-carousel-angle.png?yocs=_&yoloc=eu");
  display: block;
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  margin-top: -40px;
}
.hfc_classroom button.slick-prev {
  z-index: 100;
  left: -10px;
}
.hfc_classroom button.slick-prev:before {
  z-index: 100;
  content: url("//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/product-carousel-angle.png?yocs=_&yoloc=eu");
  display: block;
  -moz-transform: rotate(180deg) scale(0.5);
  -ms-transform: rotate(180deg) scale(0.5);
  -webkit-transform: rotate(180deg) scale(0.5);
  transform: rotate(180deg) scale(0.5);
  margin-top: -40px;
}
.hfc_classroom .slick__arrow {
  top: 40%;
}

.prog_pub_header {
  font-family: "Montserrat", Verdana, sans-serif;
  margin-bottom: 1.2em;
}
.prog_pub_header h1 {
  font-size: 2.6em;
  color: #e02619;
  margin: .25em 0;
}
.prog_pub_header h2 {
  font-size: 1.4em;
  color: #A59899;
  margin: .25em 0;
}
.prog_pub_header h3 {
  font-size: 1.2em;
  color: #5B4D4E;
  margin: .25em 0;
  line-height: 1.425em;
}
.prog_pub_header p {
  font-family: "Merriweather Regular", Georgia, serif;
  font-size: 1.1em;
  color: #5B4D4E;
  margin: .25em 0;
}
.prog_pub_header hr {
  margin: .5em 0 1em 0;
}

.hfc-progpub-page-buttons-2 {
  color: #0995A2;
  border-top: 1px solid #5B4D4E;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 0;
  overflow: hidden;
  padding-bottom: 0;
}
.hfc-progpub-page-buttons-2 .btn {
  display: block;
  width: 100%;
  text-align: center;
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  color: #0995A2;
  border-color: #0EBECE;
  background-color: white;
  background-color: white;
  padding: 1em;
  min-width: 380px;
  padding: 0.5em;
}
.hfc-progpub-page-buttons-2 .btn:hover {
  text-decoration: none;
}
.hfc-progpub-page-buttons-2 .btn:focus {
  outline: 0;
}
.hfc-progpub-page-buttons-2 .btn:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc-progpub-page-buttons-2 .btn:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc-progpub-page-buttons-2 .btn:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc-progpub-page-buttons-2 .btn {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc-progpub-page-buttons-2 .btn {
    min-width: auto;
  }
}
@media (max-width: 768px) {
  .hfc-progpub-page-buttons-2 .btn {
    margin-bottom: 20px;
  }
}
.hfc-progpub-page-buttons-2 .btn:hover {
  background-color: #0EBECE;
  color: #fff;
}

.hfc-progpub-page-buttons-2 .btn {
  font-size: 1.25em;
}

.hfc-progpub-page-buttons-2 .addMargin {
  margin-bottom: 1.5em;
}

.hfc_rewards_prod_page .product_page_ind {
  margin-top: 35px;
}
.hfc_rewards_prod_page .hfc_rewards_program_image {
  margin: 0;
  margin-bottom: 30px;
  min-width: 270px;
}
.hfc_rewards_prod_page .hfc_rewards_program_image img {
  border: 0;
  height: auto;
  width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_rewards_prod_page .hfc_rewards_program_image img {
    width: auto;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_rewards_prod_page .hfc_rewards_program_image {
    max-width: 330px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_rewards_prod_page .hfc_rewards_program_image {
    width: 40%;
    min-width: 270px;
    margin: 0 auto;
  }
}
.hfc_rewards_prod_page .hfc_rewards_digital_issue {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  color: #e02619;
  border-color: #F92506;
  background-color: white;
  background-color: white;
  padding: 1em;
  min-width: 380px;
  min-width: 0;
  display: block;
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(50%);
  font-family: Montserrat;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7143em;
  padding: 0;
  border-radius: 0px 0px 2px 2px;
  margin: 0;
  width: 100%;
}
.hfc_rewards_prod_page .hfc_rewards_digital_issue:hover {
  text-decoration: none;
}
.hfc_rewards_prod_page .hfc_rewards_digital_issue:focus {
  outline: 0;
}
.hfc_rewards_prod_page .hfc_rewards_digital_issue:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_rewards_prod_page .hfc_rewards_digital_issue:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_rewards_prod_page .hfc_rewards_digital_issue:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_rewards_prod_page .hfc_rewards_digital_issue {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_rewards_prod_page .hfc_rewards_digital_issue {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_rewards_prod_page .hfc_rewards_digital_issue {
    min-width: 0;
    margin: 0 auto;
  }
}
.hfc_rewards_prod_page .hfc_rewards_title {
  margin-top: 35px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_rewards_prod_page .hfc_rewards_title {
    text-align: center;
  }
}
.hfc_rewards_prod_page .hfc_rewards_ages_grades {
  font-size: 24px;
  font-weight: 300;
  font-family: "Montserrat", Verdana, sans-serif;
  color: #5B4D4E;
  margin-bottom: 40px;
}
.hfc_rewards_prod_page .hfc_rewards_ages_grades .field-name-field-age, .hfc_rewards_prod_page .hfc_rewards_ages_grades .field-name-field-grades {
  display: inline-block;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_rewards_prod_page .hfc_rewards_ages_grades .field-name-field-age, .hfc_rewards_prod_page .hfc_rewards_ages_grades .field-name-field-grades {
    font-size: 1em;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_rewards_prod_page .hfc_rewards_ages_grades {
    text-align: center;
    font-size: 1em;
    margin-bottom: 15px;
  }
}
.hfc_rewards_prod_page .hfc_rewards_take_home_slips {
  margin: 20px 0;
}
.hfc_rewards_prod_page .hfc_rewards_take_home_slips .hfc_rewards_take_home_slips_button {
  display: inline-block;
  margin-bottom: 20px;
  width: 60%;
}
.hfc_rewards_prod_page .hfc_rewards_take_home_slips .hfc_rewards_take_home_slips_button .hfc_take_home_slip {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  padding: 0.8em;
  min-width: 260px;
  text-align: center;
  font-size: 1.5em;
  line-height: 1.45em;
  width: 100%;
  display: inline-block;
  padding: 0.5em;
}
.hfc_rewards_prod_page .hfc_rewards_take_home_slips .hfc_rewards_take_home_slips_button .hfc_take_home_slip:hover {
  text-decoration: none;
}
.hfc_rewards_prod_page .hfc_rewards_take_home_slips .hfc_rewards_take_home_slips_button .hfc_take_home_slip:focus {
  outline: 0;
}
.hfc_rewards_prod_page .hfc_rewards_take_home_slips .hfc_rewards_take_home_slips_button .hfc_take_home_slip:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_rewards_prod_page .hfc_rewards_take_home_slips .hfc_rewards_take_home_slips_button .hfc_take_home_slip:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_rewards_prod_page .hfc_rewards_take_home_slips .hfc_rewards_take_home_slips_button .hfc_take_home_slip:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_rewards_prod_page .hfc_rewards_take_home_slips .hfc_rewards_take_home_slips_button .hfc_take_home_slip {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_rewards_prod_page .hfc_rewards_take_home_slips .hfc_rewards_take_home_slips_button .hfc_take_home_slip {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_rewards_prod_page .hfc_rewards_take_home_slips .hfc_rewards_take_home_slips_button .hfc_take_home_slip {
    line-height: 1em;
    font-size: 1em;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_rewards_prod_page .hfc_rewards_take_home_slips .hfc_rewards_take_home_slips_button {
    width: 55%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_rewards_prod_page .hfc_rewards_take_home_slips .hfc_rewards_take_home_slips_button {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
}
.hfc_rewards_prod_page .hfc_rewards_take_home_slips .hfc_rewards_take_home_slips_text {
  display: inline-block;
  white-space: nowrap;
  width: 200px;
  margin-left: 25px;
}
.hfc_rewards_prod_page .hfc_rewards_take_home_slips .hfc_rewards_take_home_slips_text .hfc_take_home_slip_textonly {
  display: block;
  font-family: Montserrat;
  font-size: 0.75em;
  line-height: 1.7143em;
  color: #0995A2;
  position: relative;
  top: 50%;
  transform: translateY(50%);
  margin: .5em 0;
}
.hfc_rewards_prod_page .hfc_rewards_take_home_slips .hfc_rewards_take_home_slips_text .hfc_take_home_slip_textonly:hover {
  color: #0EBECE;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_rewards_prod_page .hfc_rewards_take_home_slips .hfc_rewards_take_home_slips_text {
    display: block;
    width: 100%;
    text-align: center;
    margin: 10px 0 20px;
    padding: 0;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_rewards_prod_page .hfc_rewards_take_home_slips {
    margin: 0;
  }
}
.hfc_rewards_prod_page .prod_call_to_order {
  font-weight: 300;
  padding: 20px 0 20px 60px;
  border: solid 1px #5B4D4E;
  border-right: 0;
  border-left: 0;
  margin-top: 40px;
}
.hfc_rewards_prod_page .prod_call_to_order .hfc_prod_call_to_order_text {
  display: inline-block;
  font-family: "Montserrat", Verdana, sans-serif;
}
.hfc_rewards_prod_page .prod_call_to_order .hfc_prod_call_to_order_link {
  display: inline-block;
  color: #0995A2;
  padding: 0 5px;
  font-family: "Montserrat", Verdana, sans-serif;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_rewards_prod_page .prod_call_to_order {
    text-align: center;
    padding: 15px 0;
  }
}
.hfc_rewards_prod_page .hfc_rewards_social_media {
  float: right;
  font-family: "Montserrat", Verdana, sans-serif;
  margin: 30px 0;
}
.hfc_rewards_prod_page .hfc_rewards_social_media .hfc_rewards_social_media_text {
  display: inline-block;
  font-weight: 300;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_rewards_prod_page .hfc_rewards_social_media .hfc_rewards_social_media_text {
    vertical-align: top;
    margin-top: 8px;
  }
}
.hfc_rewards_prod_page .hfc_rewards_social_media .hfc_rewards_social_media_icons {
  display: inline-block;
  position: relative;
  top: 50%;
  transform: translateY(50%);
  padding: 0 5px;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_rewards_prod_page .hfc_rewards_social_media .hfc_rewards_social_media_icons {
    top: 0;
    transform: translateY(0);
    padding: 5px 0;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_rewards_prod_page .hfc_rewards_social_media {
    margin: 30px 0 0;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_rewards_prod_page .panel-display.product_page_ind .container-fluid > .row .field-name-field-age {
    font-size: 1em;
    margin-bottom: 0;
  }
}

.hfc_rewards_prod_page_header_section {
  border-bottom: 1px solid #A59899;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 10px 0;
}
.hfc_rewards_prod_page_header_section p {
  font-family: "Montserrat", Verdana, sans-serif;
  font-weight: 400;
  font-size: 1.25em;
  line-height: 1.425em;
  color: #A59899;
}
.hfc_rewards_prod_page_header_section h1 {
  font-family: "Montserrat", Verdana, sans-serif;
  font-weight: 400;
  font-size: 2.625em;
  line-height: 1.3125em;
  color: #E02619;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_rewards_prod_page_header_section h1 {
    font-size: 2em;
  }
}

.search-page .view-display-id-search_database_results .view-content .views-row {
  border-bottom: 2px solid #DDDDDD;
  padding-bottom: 20px;
}
.search-page .view-display-id-search_database_results .view-content .views-row .views-field-title .field-content {
  margin: .5em 0 0 0;
}
.search-page .view-display-id-search_database_results .view-content .views-row .views-field-title .field-content a {
  font-size: 13pt;
}
.search-page .view-display-id-search_database_results .view-content .views-row .views-field-body span {
  font-size: 11pt;
}
.search-page a {
  color: #0995A2;
}
.search-page a:hover {
  color: #0EBECE;
}
.search-page #database-search-panel .pane-search-current {
  border-bottom: 1px solid #cccccc;
}
.search-page #database-search-panel .pane-search-current h2 {
  margin-bottom: .25em;
  font-family: "Montserrat", Verdana, sans-serif;
  font-weight: 300;
  color: #4a4a4a;
  font-size: 28px;
}
.search-page #database-search-panel .search-box h2 {
  font-size: 14px;
  color: grey;
  margin-bottom: 0;
}
.search-page #database-search-panel .search-box .form-submit {
  position: relative;
  color: #E02619;
  background-color: transparent;
  border: none;
  outline: none;
  width: 24px;
  height: 24px;
  color: transparent;
  z-index: 10;
}
@media only screen and (max-width: 47.9375em) {
  .search-page #database-search-panel .search-box .form-submit {
    position: absolute;
    right: 6px;
  }
}
.search-page #database-search-panel .search-box #search-edit-actions {
  position: relative;
  margin-left: 3%;
}
.search-page #database-search-panel .search-box #search-edit-actions:after {
  font-family: hfcicons;
  content: '\e010';
  position: absolute;
  color: #E02619;
  line-height: 1em;
  font-size: 25px;
  z-index: 5;
  right: 0;
}
@media only screen and (max-width: 47.9375em) {
  .search-page #database-search-panel .search-box #search-edit-actions {
    position: absolute;
    right: 3%;
  }
}
.search-page #database-search-panel .search-box #edit-basic {
  border: 1px solid #cccccc;
  padding: 10px;
  width: 80%;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .search-page #database-search-panel .search-box #edit-basic {
    width: 100%;
  }
}
.search-page #database-search-panel .search-box .form-text {
  border: 0px;
  width: 90%;
  border-right: 1px solid #cccccc;
}
.search-page .search-form-header-text {
  font-size: 10pt;
  color: #cccccc;
}
.search-page .search-filter .pane-title {
  color: #4a4a4a;
  margin-bottom: .25em;
  font-size: 14pt;
}
@media only screen and (max-width: 47.9375em) {
  .search-page .search-filter .pane-title {
    font-size: 15px;
  }
  .search-page .search-filter .pane-title:after {
    font-family: fontawesome;
    content: '\f0d7';
    color: #E02619;
    float: none;
    padding: 0;
    font-size: 20px;
    padding-left: .25em;
    vertical-align: middle;
  }
  .search-page .search-filter .pane-title.flip-icon:after {
    content: '\f0d8';
  }
}
.search-page .search-filter .item-list ul {
  margin-top: 0;
  list-style: none;
}
.search-page .search-filter .item-list ul li {
  line-height: 3em;
  color: #0995A2;
  font-size: 12px;
  text-decoration: underline;
}
@media only screen and (max-width: 47.9375em) {
  .search-page .search-filter .item-list {
    display: none;
    text-align: center;
    border-bottom: 2px solid #DDDDDD;
  }
}
@media only screen and (max-width: 47.9375em) {
  .search-page .search-filter {
    display: none;
  }
}
.search-page .search-filter.mobile-only {
  display: none;
  cursor: pointer;
}
@media only screen and (max-width: 47.9375em) {
  .search-page .search-filter.mobile-only {
    display: block;
  }
}
.search-page .subscription-account-help {
  font-family: "Montserrat", Verdana, sans-serif;
  font-weight: 300;
  font-size: 13px;
}
.search-page .subscription-account-help p {
  margin: 0;
  padding: 1em;
  border: solid 1px black;
  border-top: none;
  font-family: "Montserrat", Verdana, sans-serif;
  font-size: 12px;
  font-weight: 300;
}
@media only screen and (max-width: 47.9375em) {
  .search-page .subscription-account-help p {
    display: none;
  }
}
.search-page .subscription-account-help p a {
  text-decoration: underline;
  line-height: 3em;
  padding-left: 2em;
  color: #0995A2;
}
.search-page .subscription-account-help p a.cls-btn {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  padding: 0.8em;
  min-width: 260px;
  background: none;
  min-width: 0;
  border: 2px solid #0995A2;
  border-radius: 4px;
  font-size: 12px;
  color: #0995A2;
  width: 100%;
  display: block;
  padding: .5em;
  text-decoration: none;
  line-height: default;
  text-align: center;
  margin-top: 1em;
}
.search-page .subscription-account-help p a.cls-btn:hover {
  text-decoration: none;
}
.search-page .subscription-account-help p a.cls-btn:focus {
  outline: 0;
}
.search-page .subscription-account-help p a.cls-btn:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.search-page .subscription-account-help p a.cls-btn:active {
  border-color: #127B89;
  background-color: #127B89;
}
.search-page .subscription-account-help p a.cls-btn:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .search-page .subscription-account-help p a.cls-btn {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .search-page .subscription-account-help p a.cls-btn {
    min-width: auto;
  }
}
.search-page .subscription-account-help p a:hover {
  color: #0EBECE;
}
.search-page .subscription-account-help .help-title {
  background-color: #0995A2;
  color: white;
  padding: 0.5em 0.5em 0.5em 1em;
  position: relative;
}
.search-page .subscription-account-help .help-title:after {
  content: '';
}
@media only screen and (max-width: 47.9375em) {
  .search-page .subscription-account-help .help-title:after {
    content: '\f055';
    font-family: fontawesome;
    color: white;
    position: absolute;
    font-size: 18px;
    right: .5em;
  }
}
.search-page .subscription-account-help .help-title.flip-icon:after {
  content: '\f056';
}
@media only screen and (max-width: 47.9375em) {
  .search-page .subscription-account-help {
    display: none;
  }
}
.search-page .subscription-account-help.mobile-only {
  display: none;
  cursor: pointer;
}
@media only screen and (max-width: 47.9375em) {
  .search-page .subscription-account-help.mobile-only {
    display: block;
  }
}
.search-page .marketing-promotion {
  height: 80px;
}
@media only screen and (max-width: 47.9375em) {
  .search-page .marketing-promotion {
    height: auto;
  }
}
.search-page .container-fluid {
  margin-top: 3em;
}
.search-page .search-results {
  margin-top: 2em;
  font-family: "Montserrat", Verdana, sans-serif;
  font-weight: 300;
}
.search-page .search-results p {
  font-family: "Montserrat", Verdana, sans-serif;
}
.search-page .search-results h4.search-title {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 20px;
  line-height: 1em;
}
.search-page .search-results h4.search-title.mobile-only {
  display: none;
}
@media only screen and (max-width: 47.9375em) {
  .search-page .search-results h4.search-title.mobile-only {
    display: block;
  }
}
@media only screen and (max-width: 47.9375em) {
  .search-page .search-results h4.search-title {
    display: none;
  }
}
.search-page .search-results .search-img {
  float: left;
  width: 25%;
  padding-right: 2%;
}
@media only screen and (max-width: 47.9375em) {
  .search-page .search-results .search-img {
    margin-right: .5em;
  }
  .search-page .search-results .search-img p {
    margin: 0;
  }
  .search-page .search-results .search-img p img {
    min-width: 100%;
  }
}
.search-page .search-results .search-content {
  float: left;
  width: 75%;
  font-size: 14px;
}
@media only screen and (max-width: 47.9375em) {
  .search-page .search-results .search-content {
    width: 100%;
    float: none;
  }
}
.search-page .search-results .search-content .search-url {
  font-family: "Montserrat", Verdana, sans-serif;
  font-weight: 300;
  font-size: 14px;
  text-decoration: underline;
}
.search-page .search-results .search-content .created-type {
  color: grey;
  margin: .5em 0px;
}
@media (min-width: 768px) {
  .search-page .col-md-8.radix-layouts-content.panel-panel {
    width: 66.6666666%;
    float: left;
  }
}
@media (min-width: 768px) {
  .search-page .col-md-4.radix-layouts-sidebar.panel-panel {
    width: 33.33333333%;
    float: left;
  }
}
@media only screen and (max-width: 47.9375em) {
  .search-page .view-with-pagination .item-list, .search-page .view-display-id-search_database_results .item-list {
    float: none;
  }
}
.search-page .view-display-id-search_database_results .item-list .pager-first.first, .search-page .view-display-id-search_database_results .item-list .pager-last.last {
  display: inline-block;
}
.search-page .view-display-id-search_database_results .item-list .pager-first.first a:after, .search-page .view-display-id-search_database_results .item-list .pager-last.last a:after {
  content: '\f100';
  font-family: fontawesome;
  font-size: 14px;
  color: #E02619;
  padding: 0 5px;
}
.search-page .view-display-id-search_database_results .item-list .pager-last.last {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}

.hfc_gen_button_tiny_red {
  text-align: center;
}
.hfc_gen_button_tiny_red a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  color: #e02619;
  border-color: #F92506;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: "";
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_red a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_red a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_red a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_tiny_red a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_tiny_red a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_red a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_red a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_red a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_red {
  text-align: center;
}
.hfc_gen_button_small_red a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  color: #e02619;
  border-color: #F92506;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: "";
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_red a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_red a:focus {
  outline: 0;
}
.hfc_gen_button_small_red a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_small_red a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_small_red a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_red a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_red a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_red a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_red {
  text-align: center;
}
.hfc_gen_button_medium_red a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  color: #e02619;
  border-color: #F92506;
  background-color: white;
  background-color: white;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: "";
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_red a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_red a:focus {
  outline: 0;
}
.hfc_gen_button_medium_red a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_medium_red a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_medium_red a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_red a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_red a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_red a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_red {
  text-align: center;
}
.hfc_gen_button_large_red a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  color: #e02619;
  border-color: #F92506;
  background-color: white;
  background-color: white;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: "";
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_red a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_red a:focus {
  outline: 0;
}
.hfc_gen_button_large_red a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_large_red a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_large_red a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_red a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_red a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_red a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_blue {
  text-align: center;
}
.hfc_gen_button_tiny_blue a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  color: #0995A2;
  border-color: #0EBECE;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: "";
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_blue a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_blue a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_blue a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_tiny_blue a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_tiny_blue a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_blue a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_blue a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_blue a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_blue {
  text-align: center;
}
.hfc_gen_button_small_blue a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  color: #0995A2;
  border-color: #0EBECE;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: "";
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_blue a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_blue a:focus {
  outline: 0;
}
.hfc_gen_button_small_blue a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_small_blue a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_small_blue a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_blue a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_blue a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_blue a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_blue {
  text-align: center;
}
.hfc_gen_button_medium_blue a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  color: #0995A2;
  border-color: #0EBECE;
  background-color: white;
  background-color: white;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: "";
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_blue a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_blue a:focus {
  outline: 0;
}
.hfc_gen_button_medium_blue a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_medium_blue a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_medium_blue a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_blue a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_blue a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_blue a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_blue {
  text-align: center;
}
.hfc_gen_button_large_blue a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  color: #0995A2;
  border-color: #0EBECE;
  background-color: white;
  background-color: white;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: "";
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_blue a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_blue a:focus {
  outline: 0;
}
.hfc_gen_button_large_blue a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_large_blue a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_large_blue a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_blue a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_blue a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_blue a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_green {
  text-align: center;
}
.hfc_gen_button_tiny_green a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  color: #1BC475;
  border-color: #26EC90;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: "";
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_green a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_green a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_green a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_tiny_green a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_tiny_green a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_green a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_green a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_green a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_green {
  text-align: center;
}
.hfc_gen_button_small_green a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  color: #1BC475;
  border-color: #26EC90;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: "";
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_green a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_green a:focus {
  outline: 0;
}
.hfc_gen_button_small_green a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_small_green a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_small_green a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_green a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_green a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_green a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_green {
  text-align: center;
}
.hfc_gen_button_medium_green a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  color: #1BC475;
  border-color: #26EC90;
  background-color: white;
  background-color: white;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: "";
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_green a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_green a:focus {
  outline: 0;
}
.hfc_gen_button_medium_green a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_medium_green a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_medium_green a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_green a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_green a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_green a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_green {
  text-align: center;
}
.hfc_gen_button_large_green a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  color: #1BC475;
  border-color: #26EC90;
  background-color: white;
  background-color: white;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: "";
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_green a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_green a:focus {
  outline: 0;
}
.hfc_gen_button_large_green a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_large_green a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_large_green a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_green a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_green a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_green a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_red_filled {
  text-align: center;
}
.hfc_gen_button_tiny_red_filled a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: "";
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_red_filled a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_red_filled a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_red_filled a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_tiny_red_filled a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_tiny_red_filled a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_red_filled a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_red_filled a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_red_filled a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_red_filled {
  text-align: center;
}
.hfc_gen_button_small_red_filled a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: "";
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_red_filled a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_red_filled a:focus {
  outline: 0;
}
.hfc_gen_button_small_red_filled a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_small_red_filled a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_small_red_filled a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_red_filled a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_red_filled a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_red_filled a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_red_filled {
  text-align: center;
}
.hfc_gen_button_medium_red_filled a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: "";
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_red_filled a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_red_filled a:focus {
  outline: 0;
}
.hfc_gen_button_medium_red_filled a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_medium_red_filled a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_medium_red_filled a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_red_filled a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_red_filled a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_red_filled a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_red_filled {
  text-align: center;
}
.hfc_gen_button_large_red_filled a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: "";
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_red_filled a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_red_filled a:focus {
  outline: 0;
}
.hfc_gen_button_large_red_filled a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_large_red_filled a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_large_red_filled a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_red_filled a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_red_filled a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_red_filled a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_blue_filled {
  text-align: center;
}
.hfc_gen_button_tiny_blue_filled a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: "";
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_blue_filled a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_blue_filled a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_blue_filled a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_tiny_blue_filled a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_tiny_blue_filled a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_blue_filled a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_blue_filled a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_blue_filled a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_blue_filled {
  text-align: center;
}
.hfc_gen_button_small_blue_filled a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: "";
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_blue_filled a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_blue_filled a:focus {
  outline: 0;
}
.hfc_gen_button_small_blue_filled a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_small_blue_filled a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_small_blue_filled a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_blue_filled a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_blue_filled a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_blue_filled a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_blue_filled {
  text-align: center;
}
.hfc_gen_button_medium_blue_filled a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: "";
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_blue_filled a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_blue_filled a:focus {
  outline: 0;
}
.hfc_gen_button_medium_blue_filled a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_medium_blue_filled a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_medium_blue_filled a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_blue_filled a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_blue_filled a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_blue_filled a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_blue_filled {
  text-align: center;
}
.hfc_gen_button_large_blue_filled a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: "";
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_blue_filled a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_blue_filled a:focus {
  outline: 0;
}
.hfc_gen_button_large_blue_filled a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_large_blue_filled a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_large_blue_filled a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_blue_filled a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_blue_filled a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_blue_filled a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_green_filled {
  text-align: center;
}
.hfc_gen_button_tiny_green_filled a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: "";
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_green_filled a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_green_filled a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_green_filled a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_tiny_green_filled a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_tiny_green_filled a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_green_filled a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_green_filled a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_green_filled a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_green_filled {
  text-align: center;
}
.hfc_gen_button_small_green_filled a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: "";
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_green_filled a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_green_filled a:focus {
  outline: 0;
}
.hfc_gen_button_small_green_filled a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_small_green_filled a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_small_green_filled a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_green_filled a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_green_filled a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_green_filled a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_green_filled {
  text-align: center;
}
.hfc_gen_button_medium_green_filled a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: "";
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_green_filled a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_green_filled a:focus {
  outline: 0;
}
.hfc_gen_button_medium_green_filled a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_medium_green_filled a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_medium_green_filled a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_green_filled a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_green_filled a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_green_filled a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_green_filled {
  text-align: center;
}
.hfc_gen_button_large_green_filled a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: "";
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_green_filled a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_green_filled a:focus {
  outline: 0;
}
.hfc_gen_button_large_green_filled a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_large_green_filled a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_large_green_filled a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_green_filled a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_green_filled a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_green_filled a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_red_1 {
  text-align: center;
}
.hfc_gen_button_tiny_red_1 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  color: #e02619;
  border-color: #F92506;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: 8.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_red_1 a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_red_1 a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_red_1 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_tiny_red_1 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_tiny_red_1 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_red_1 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_red_1 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_red_1 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_red_1 {
  text-align: center;
}
.hfc_gen_button_small_red_1 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  color: #e02619;
  border-color: #F92506;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: 8.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_red_1 a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_red_1 a:focus {
  outline: 0;
}
.hfc_gen_button_small_red_1 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_small_red_1 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_small_red_1 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_red_1 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_red_1 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_red_1 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_red_1 {
  text-align: center;
}
.hfc_gen_button_medium_red_1 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  color: #e02619;
  border-color: #F92506;
  background-color: white;
  background-color: white;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: 8.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_red_1 a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_red_1 a:focus {
  outline: 0;
}
.hfc_gen_button_medium_red_1 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_medium_red_1 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_medium_red_1 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_red_1 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_red_1 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_red_1 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_red_1 {
  text-align: center;
}
.hfc_gen_button_large_red_1 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  color: #e02619;
  border-color: #F92506;
  background-color: white;
  background-color: white;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: 8.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_red_1 a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_red_1 a:focus {
  outline: 0;
}
.hfc_gen_button_large_red_1 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_large_red_1 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_large_red_1 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_red_1 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_red_1 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_red_1 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_blue_1 {
  text-align: center;
}
.hfc_gen_button_tiny_blue_1 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  color: #0995A2;
  border-color: #0EBECE;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: 8.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_blue_1 a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_blue_1 a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_blue_1 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_tiny_blue_1 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_tiny_blue_1 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_blue_1 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_blue_1 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_blue_1 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_blue_1 {
  text-align: center;
}
.hfc_gen_button_small_blue_1 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  color: #0995A2;
  border-color: #0EBECE;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: 8.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_blue_1 a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_blue_1 a:focus {
  outline: 0;
}
.hfc_gen_button_small_blue_1 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_small_blue_1 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_small_blue_1 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_blue_1 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_blue_1 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_blue_1 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_blue_1 {
  text-align: center;
}
.hfc_gen_button_medium_blue_1 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  color: #0995A2;
  border-color: #0EBECE;
  background-color: white;
  background-color: white;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: 8.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_blue_1 a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_blue_1 a:focus {
  outline: 0;
}
.hfc_gen_button_medium_blue_1 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_medium_blue_1 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_medium_blue_1 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_blue_1 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_blue_1 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_blue_1 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_blue_1 {
  text-align: center;
}
.hfc_gen_button_large_blue_1 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  color: #0995A2;
  border-color: #0EBECE;
  background-color: white;
  background-color: white;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: 8.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_blue_1 a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_blue_1 a:focus {
  outline: 0;
}
.hfc_gen_button_large_blue_1 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_large_blue_1 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_large_blue_1 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_blue_1 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_blue_1 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_blue_1 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_green_1 {
  text-align: center;
}
.hfc_gen_button_tiny_green_1 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  color: #1BC475;
  border-color: #26EC90;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: 8.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_green_1 a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_green_1 a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_green_1 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_tiny_green_1 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_tiny_green_1 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_green_1 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_green_1 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_green_1 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_green_1 {
  text-align: center;
}
.hfc_gen_button_small_green_1 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  color: #1BC475;
  border-color: #26EC90;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: 8.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_green_1 a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_green_1 a:focus {
  outline: 0;
}
.hfc_gen_button_small_green_1 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_small_green_1 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_small_green_1 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_green_1 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_green_1 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_green_1 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_green_1 {
  text-align: center;
}
.hfc_gen_button_medium_green_1 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  color: #1BC475;
  border-color: #26EC90;
  background-color: white;
  background-color: white;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: 8.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_green_1 a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_green_1 a:focus {
  outline: 0;
}
.hfc_gen_button_medium_green_1 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_medium_green_1 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_medium_green_1 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_green_1 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_green_1 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_green_1 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_green_1 {
  text-align: center;
}
.hfc_gen_button_large_green_1 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  color: #1BC475;
  border-color: #26EC90;
  background-color: white;
  background-color: white;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: 8.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_green_1 a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_green_1 a:focus {
  outline: 0;
}
.hfc_gen_button_large_green_1 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_large_green_1 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_large_green_1 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_green_1 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_green_1 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_green_1 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_red_filled_1 {
  text-align: center;
}
.hfc_gen_button_tiny_red_filled_1 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: 8.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_red_filled_1 a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_red_filled_1 a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_red_filled_1 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_tiny_red_filled_1 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_tiny_red_filled_1 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_red_filled_1 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_red_filled_1 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_red_filled_1 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_red_filled_1 {
  text-align: center;
}
.hfc_gen_button_small_red_filled_1 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: 8.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_red_filled_1 a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_red_filled_1 a:focus {
  outline: 0;
}
.hfc_gen_button_small_red_filled_1 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_small_red_filled_1 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_small_red_filled_1 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_red_filled_1 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_red_filled_1 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_red_filled_1 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_red_filled_1 {
  text-align: center;
}
.hfc_gen_button_medium_red_filled_1 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: 8.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_red_filled_1 a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_red_filled_1 a:focus {
  outline: 0;
}
.hfc_gen_button_medium_red_filled_1 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_medium_red_filled_1 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_medium_red_filled_1 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_red_filled_1 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_red_filled_1 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_red_filled_1 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_red_filled_1 {
  text-align: center;
}
.hfc_gen_button_large_red_filled_1 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: 8.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_red_filled_1 a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_red_filled_1 a:focus {
  outline: 0;
}
.hfc_gen_button_large_red_filled_1 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_large_red_filled_1 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_large_red_filled_1 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_red_filled_1 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_red_filled_1 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_red_filled_1 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_blue_filled_1 {
  text-align: center;
}
.hfc_gen_button_tiny_blue_filled_1 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: 8.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_blue_filled_1 a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_blue_filled_1 a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_blue_filled_1 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_tiny_blue_filled_1 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_tiny_blue_filled_1 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_blue_filled_1 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_blue_filled_1 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_blue_filled_1 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_blue_filled_1 {
  text-align: center;
}
.hfc_gen_button_small_blue_filled_1 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: 8.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_blue_filled_1 a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_blue_filled_1 a:focus {
  outline: 0;
}
.hfc_gen_button_small_blue_filled_1 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_small_blue_filled_1 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_small_blue_filled_1 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_blue_filled_1 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_blue_filled_1 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_blue_filled_1 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_blue_filled_1 {
  text-align: center;
}
.hfc_gen_button_medium_blue_filled_1 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: 8.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_blue_filled_1 a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_blue_filled_1 a:focus {
  outline: 0;
}
.hfc_gen_button_medium_blue_filled_1 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_medium_blue_filled_1 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_medium_blue_filled_1 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_blue_filled_1 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_blue_filled_1 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_blue_filled_1 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_blue_filled_1 {
  text-align: center;
}
.hfc_gen_button_large_blue_filled_1 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: 8.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_blue_filled_1 a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_blue_filled_1 a:focus {
  outline: 0;
}
.hfc_gen_button_large_blue_filled_1 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_large_blue_filled_1 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_large_blue_filled_1 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_blue_filled_1 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_blue_filled_1 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_blue_filled_1 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_green_filled_1 {
  text-align: center;
}
.hfc_gen_button_tiny_green_filled_1 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: 8.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_green_filled_1 a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_green_filled_1 a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_green_filled_1 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_tiny_green_filled_1 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_tiny_green_filled_1 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_green_filled_1 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_green_filled_1 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_green_filled_1 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_green_filled_1 {
  text-align: center;
}
.hfc_gen_button_small_green_filled_1 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: 8.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_green_filled_1 a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_green_filled_1 a:focus {
  outline: 0;
}
.hfc_gen_button_small_green_filled_1 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_small_green_filled_1 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_small_green_filled_1 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_green_filled_1 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_green_filled_1 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_green_filled_1 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_green_filled_1 {
  text-align: center;
}
.hfc_gen_button_medium_green_filled_1 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: 8.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_green_filled_1 a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_green_filled_1 a:focus {
  outline: 0;
}
.hfc_gen_button_medium_green_filled_1 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_medium_green_filled_1 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_medium_green_filled_1 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_green_filled_1 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_green_filled_1 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_green_filled_1 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_green_filled_1 {
  text-align: center;
}
.hfc_gen_button_large_green_filled_1 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: 8.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_green_filled_1 a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_green_filled_1 a:focus {
  outline: 0;
}
.hfc_gen_button_large_green_filled_1 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_large_green_filled_1 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_large_green_filled_1 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_green_filled_1 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_green_filled_1 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_green_filled_1 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_red_2 {
  text-align: center;
}
.hfc_gen_button_tiny_red_2 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  color: #e02619;
  border-color: #F92506;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: 16.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_red_2 a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_red_2 a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_red_2 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_tiny_red_2 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_tiny_red_2 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_red_2 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_red_2 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_red_2 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_red_2 {
  text-align: center;
}
.hfc_gen_button_small_red_2 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  color: #e02619;
  border-color: #F92506;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: 16.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_red_2 a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_red_2 a:focus {
  outline: 0;
}
.hfc_gen_button_small_red_2 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_small_red_2 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_small_red_2 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_red_2 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_red_2 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_red_2 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_red_2 {
  text-align: center;
}
.hfc_gen_button_medium_red_2 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  color: #e02619;
  border-color: #F92506;
  background-color: white;
  background-color: white;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: 16.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_red_2 a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_red_2 a:focus {
  outline: 0;
}
.hfc_gen_button_medium_red_2 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_medium_red_2 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_medium_red_2 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_red_2 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_red_2 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_red_2 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_red_2 {
  text-align: center;
}
.hfc_gen_button_large_red_2 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  color: #e02619;
  border-color: #F92506;
  background-color: white;
  background-color: white;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: 16.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_red_2 a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_red_2 a:focus {
  outline: 0;
}
.hfc_gen_button_large_red_2 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_large_red_2 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_large_red_2 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_red_2 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_red_2 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_red_2 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_blue_2 {
  text-align: center;
}
.hfc_gen_button_tiny_blue_2 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  color: #0995A2;
  border-color: #0EBECE;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: 16.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_blue_2 a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_blue_2 a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_blue_2 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_tiny_blue_2 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_tiny_blue_2 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_blue_2 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_blue_2 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_blue_2 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_blue_2 {
  text-align: center;
}
.hfc_gen_button_small_blue_2 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  color: #0995A2;
  border-color: #0EBECE;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: 16.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_blue_2 a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_blue_2 a:focus {
  outline: 0;
}
.hfc_gen_button_small_blue_2 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_small_blue_2 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_small_blue_2 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_blue_2 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_blue_2 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_blue_2 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_blue_2 {
  text-align: center;
}
.hfc_gen_button_medium_blue_2 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  color: #0995A2;
  border-color: #0EBECE;
  background-color: white;
  background-color: white;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: 16.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_blue_2 a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_blue_2 a:focus {
  outline: 0;
}
.hfc_gen_button_medium_blue_2 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_medium_blue_2 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_medium_blue_2 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_blue_2 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_blue_2 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_blue_2 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_blue_2 {
  text-align: center;
}
.hfc_gen_button_large_blue_2 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  color: #0995A2;
  border-color: #0EBECE;
  background-color: white;
  background-color: white;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: 16.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_blue_2 a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_blue_2 a:focus {
  outline: 0;
}
.hfc_gen_button_large_blue_2 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_large_blue_2 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_large_blue_2 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_blue_2 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_blue_2 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_blue_2 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_green_2 {
  text-align: center;
}
.hfc_gen_button_tiny_green_2 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  color: #1BC475;
  border-color: #26EC90;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: 16.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_green_2 a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_green_2 a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_green_2 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_tiny_green_2 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_tiny_green_2 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_green_2 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_green_2 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_green_2 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_green_2 {
  text-align: center;
}
.hfc_gen_button_small_green_2 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  color: #1BC475;
  border-color: #26EC90;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: 16.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_green_2 a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_green_2 a:focus {
  outline: 0;
}
.hfc_gen_button_small_green_2 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_small_green_2 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_small_green_2 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_green_2 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_green_2 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_green_2 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_green_2 {
  text-align: center;
}
.hfc_gen_button_medium_green_2 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  color: #1BC475;
  border-color: #26EC90;
  background-color: white;
  background-color: white;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: 16.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_green_2 a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_green_2 a:focus {
  outline: 0;
}
.hfc_gen_button_medium_green_2 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_medium_green_2 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_medium_green_2 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_green_2 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_green_2 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_green_2 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_green_2 {
  text-align: center;
}
.hfc_gen_button_large_green_2 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  color: #1BC475;
  border-color: #26EC90;
  background-color: white;
  background-color: white;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: 16.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_green_2 a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_green_2 a:focus {
  outline: 0;
}
.hfc_gen_button_large_green_2 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_large_green_2 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_large_green_2 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_green_2 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_green_2 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_green_2 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_red_filled_2 {
  text-align: center;
}
.hfc_gen_button_tiny_red_filled_2 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: 16.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_red_filled_2 a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_red_filled_2 a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_red_filled_2 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_tiny_red_filled_2 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_tiny_red_filled_2 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_red_filled_2 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_red_filled_2 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_red_filled_2 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_red_filled_2 {
  text-align: center;
}
.hfc_gen_button_small_red_filled_2 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: 16.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_red_filled_2 a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_red_filled_2 a:focus {
  outline: 0;
}
.hfc_gen_button_small_red_filled_2 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_small_red_filled_2 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_small_red_filled_2 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_red_filled_2 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_red_filled_2 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_red_filled_2 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_red_filled_2 {
  text-align: center;
}
.hfc_gen_button_medium_red_filled_2 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: 16.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_red_filled_2 a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_red_filled_2 a:focus {
  outline: 0;
}
.hfc_gen_button_medium_red_filled_2 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_medium_red_filled_2 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_medium_red_filled_2 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_red_filled_2 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_red_filled_2 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_red_filled_2 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_red_filled_2 {
  text-align: center;
}
.hfc_gen_button_large_red_filled_2 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: 16.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_red_filled_2 a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_red_filled_2 a:focus {
  outline: 0;
}
.hfc_gen_button_large_red_filled_2 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_large_red_filled_2 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_large_red_filled_2 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_red_filled_2 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_red_filled_2 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_red_filled_2 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_blue_filled_2 {
  text-align: center;
}
.hfc_gen_button_tiny_blue_filled_2 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: 16.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_blue_filled_2 a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_blue_filled_2 a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_blue_filled_2 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_tiny_blue_filled_2 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_tiny_blue_filled_2 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_blue_filled_2 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_blue_filled_2 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_blue_filled_2 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_blue_filled_2 {
  text-align: center;
}
.hfc_gen_button_small_blue_filled_2 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: 16.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_blue_filled_2 a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_blue_filled_2 a:focus {
  outline: 0;
}
.hfc_gen_button_small_blue_filled_2 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_small_blue_filled_2 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_small_blue_filled_2 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_blue_filled_2 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_blue_filled_2 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_blue_filled_2 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_blue_filled_2 {
  text-align: center;
}
.hfc_gen_button_medium_blue_filled_2 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: 16.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_blue_filled_2 a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_blue_filled_2 a:focus {
  outline: 0;
}
.hfc_gen_button_medium_blue_filled_2 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_medium_blue_filled_2 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_medium_blue_filled_2 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_blue_filled_2 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_blue_filled_2 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_blue_filled_2 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_blue_filled_2 {
  text-align: center;
}
.hfc_gen_button_large_blue_filled_2 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: 16.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_blue_filled_2 a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_blue_filled_2 a:focus {
  outline: 0;
}
.hfc_gen_button_large_blue_filled_2 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_large_blue_filled_2 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_large_blue_filled_2 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_blue_filled_2 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_blue_filled_2 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_blue_filled_2 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_green_filled_2 {
  text-align: center;
}
.hfc_gen_button_tiny_green_filled_2 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: 16.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_green_filled_2 a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_green_filled_2 a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_green_filled_2 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_tiny_green_filled_2 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_tiny_green_filled_2 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_green_filled_2 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_green_filled_2 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_green_filled_2 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_green_filled_2 {
  text-align: center;
}
.hfc_gen_button_small_green_filled_2 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: 16.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_green_filled_2 a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_green_filled_2 a:focus {
  outline: 0;
}
.hfc_gen_button_small_green_filled_2 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_small_green_filled_2 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_small_green_filled_2 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_green_filled_2 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_green_filled_2 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_green_filled_2 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_green_filled_2 {
  text-align: center;
}
.hfc_gen_button_medium_green_filled_2 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: 16.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_green_filled_2 a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_green_filled_2 a:focus {
  outline: 0;
}
.hfc_gen_button_medium_green_filled_2 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_medium_green_filled_2 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_medium_green_filled_2 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_green_filled_2 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_green_filled_2 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_green_filled_2 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_green_filled_2 {
  text-align: center;
}
.hfc_gen_button_large_green_filled_2 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: 16.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_green_filled_2 a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_green_filled_2 a:focus {
  outline: 0;
}
.hfc_gen_button_large_green_filled_2 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_large_green_filled_2 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_large_green_filled_2 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_green_filled_2 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_green_filled_2 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_green_filled_2 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_red_3 {
  text-align: center;
}
.hfc_gen_button_tiny_red_3 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  color: #e02619;
  border-color: #F92506;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: 25%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_red_3 a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_red_3 a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_red_3 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_tiny_red_3 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_tiny_red_3 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_red_3 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_red_3 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_red_3 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_red_3 {
  text-align: center;
}
.hfc_gen_button_small_red_3 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  color: #e02619;
  border-color: #F92506;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: 25%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_red_3 a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_red_3 a:focus {
  outline: 0;
}
.hfc_gen_button_small_red_3 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_small_red_3 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_small_red_3 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_red_3 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_red_3 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_red_3 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_red_3 {
  text-align: center;
}
.hfc_gen_button_medium_red_3 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  color: #e02619;
  border-color: #F92506;
  background-color: white;
  background-color: white;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: 25%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_red_3 a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_red_3 a:focus {
  outline: 0;
}
.hfc_gen_button_medium_red_3 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_medium_red_3 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_medium_red_3 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_red_3 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_red_3 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_red_3 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_red_3 {
  text-align: center;
}
.hfc_gen_button_large_red_3 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  color: #e02619;
  border-color: #F92506;
  background-color: white;
  background-color: white;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: 25%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_red_3 a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_red_3 a:focus {
  outline: 0;
}
.hfc_gen_button_large_red_3 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_large_red_3 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_large_red_3 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_red_3 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_red_3 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_red_3 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_blue_3 {
  text-align: center;
}
.hfc_gen_button_tiny_blue_3 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  color: #0995A2;
  border-color: #0EBECE;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: 25%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_blue_3 a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_blue_3 a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_blue_3 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_tiny_blue_3 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_tiny_blue_3 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_blue_3 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_blue_3 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_blue_3 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_blue_3 {
  text-align: center;
}
.hfc_gen_button_small_blue_3 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  color: #0995A2;
  border-color: #0EBECE;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: 25%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_blue_3 a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_blue_3 a:focus {
  outline: 0;
}
.hfc_gen_button_small_blue_3 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_small_blue_3 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_small_blue_3 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_blue_3 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_blue_3 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_blue_3 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_blue_3 {
  text-align: center;
}
.hfc_gen_button_medium_blue_3 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  color: #0995A2;
  border-color: #0EBECE;
  background-color: white;
  background-color: white;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: 25%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_blue_3 a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_blue_3 a:focus {
  outline: 0;
}
.hfc_gen_button_medium_blue_3 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_medium_blue_3 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_medium_blue_3 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_blue_3 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_blue_3 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_blue_3 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_blue_3 {
  text-align: center;
}
.hfc_gen_button_large_blue_3 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  color: #0995A2;
  border-color: #0EBECE;
  background-color: white;
  background-color: white;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: 25%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_blue_3 a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_blue_3 a:focus {
  outline: 0;
}
.hfc_gen_button_large_blue_3 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_large_blue_3 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_large_blue_3 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_blue_3 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_blue_3 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_blue_3 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_green_3 {
  text-align: center;
}
.hfc_gen_button_tiny_green_3 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  color: #1BC475;
  border-color: #26EC90;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: 25%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_green_3 a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_green_3 a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_green_3 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_tiny_green_3 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_tiny_green_3 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_green_3 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_green_3 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_green_3 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_green_3 {
  text-align: center;
}
.hfc_gen_button_small_green_3 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  color: #1BC475;
  border-color: #26EC90;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: 25%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_green_3 a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_green_3 a:focus {
  outline: 0;
}
.hfc_gen_button_small_green_3 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_small_green_3 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_small_green_3 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_green_3 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_green_3 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_green_3 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_green_3 {
  text-align: center;
}
.hfc_gen_button_medium_green_3 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  color: #1BC475;
  border-color: #26EC90;
  background-color: white;
  background-color: white;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: 25%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_green_3 a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_green_3 a:focus {
  outline: 0;
}
.hfc_gen_button_medium_green_3 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_medium_green_3 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_medium_green_3 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_green_3 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_green_3 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_green_3 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_green_3 {
  text-align: center;
}
.hfc_gen_button_large_green_3 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  color: #1BC475;
  border-color: #26EC90;
  background-color: white;
  background-color: white;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: 25%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_green_3 a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_green_3 a:focus {
  outline: 0;
}
.hfc_gen_button_large_green_3 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_large_green_3 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_large_green_3 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_green_3 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_green_3 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_green_3 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_red_filled_3 {
  text-align: center;
}
.hfc_gen_button_tiny_red_filled_3 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: 25%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_red_filled_3 a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_red_filled_3 a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_red_filled_3 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_tiny_red_filled_3 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_tiny_red_filled_3 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_red_filled_3 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_red_filled_3 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_red_filled_3 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_red_filled_3 {
  text-align: center;
}
.hfc_gen_button_small_red_filled_3 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: 25%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_red_filled_3 a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_red_filled_3 a:focus {
  outline: 0;
}
.hfc_gen_button_small_red_filled_3 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_small_red_filled_3 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_small_red_filled_3 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_red_filled_3 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_red_filled_3 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_red_filled_3 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_red_filled_3 {
  text-align: center;
}
.hfc_gen_button_medium_red_filled_3 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: 25%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_red_filled_3 a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_red_filled_3 a:focus {
  outline: 0;
}
.hfc_gen_button_medium_red_filled_3 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_medium_red_filled_3 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_medium_red_filled_3 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_red_filled_3 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_red_filled_3 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_red_filled_3 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_red_filled_3 {
  text-align: center;
}
.hfc_gen_button_large_red_filled_3 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: 25%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_red_filled_3 a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_red_filled_3 a:focus {
  outline: 0;
}
.hfc_gen_button_large_red_filled_3 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_large_red_filled_3 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_large_red_filled_3 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_red_filled_3 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_red_filled_3 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_red_filled_3 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_blue_filled_3 {
  text-align: center;
}
.hfc_gen_button_tiny_blue_filled_3 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: 25%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_blue_filled_3 a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_blue_filled_3 a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_blue_filled_3 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_tiny_blue_filled_3 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_tiny_blue_filled_3 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_blue_filled_3 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_blue_filled_3 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_blue_filled_3 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_blue_filled_3 {
  text-align: center;
}
.hfc_gen_button_small_blue_filled_3 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: 25%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_blue_filled_3 a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_blue_filled_3 a:focus {
  outline: 0;
}
.hfc_gen_button_small_blue_filled_3 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_small_blue_filled_3 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_small_blue_filled_3 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_blue_filled_3 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_blue_filled_3 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_blue_filled_3 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_blue_filled_3 {
  text-align: center;
}
.hfc_gen_button_medium_blue_filled_3 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: 25%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_blue_filled_3 a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_blue_filled_3 a:focus {
  outline: 0;
}
.hfc_gen_button_medium_blue_filled_3 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_medium_blue_filled_3 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_medium_blue_filled_3 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_blue_filled_3 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_blue_filled_3 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_blue_filled_3 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_blue_filled_3 {
  text-align: center;
}
.hfc_gen_button_large_blue_filled_3 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: 25%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_blue_filled_3 a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_blue_filled_3 a:focus {
  outline: 0;
}
.hfc_gen_button_large_blue_filled_3 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_large_blue_filled_3 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_large_blue_filled_3 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_blue_filled_3 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_blue_filled_3 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_blue_filled_3 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_green_filled_3 {
  text-align: center;
}
.hfc_gen_button_tiny_green_filled_3 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: 25%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_green_filled_3 a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_green_filled_3 a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_green_filled_3 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_tiny_green_filled_3 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_tiny_green_filled_3 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_green_filled_3 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_green_filled_3 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_green_filled_3 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_green_filled_3 {
  text-align: center;
}
.hfc_gen_button_small_green_filled_3 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: 25%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_green_filled_3 a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_green_filled_3 a:focus {
  outline: 0;
}
.hfc_gen_button_small_green_filled_3 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_small_green_filled_3 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_small_green_filled_3 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_green_filled_3 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_green_filled_3 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_green_filled_3 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_green_filled_3 {
  text-align: center;
}
.hfc_gen_button_medium_green_filled_3 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: 25%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_green_filled_3 a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_green_filled_3 a:focus {
  outline: 0;
}
.hfc_gen_button_medium_green_filled_3 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_medium_green_filled_3 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_medium_green_filled_3 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_green_filled_3 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_green_filled_3 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_green_filled_3 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_green_filled_3 {
  text-align: center;
}
.hfc_gen_button_large_green_filled_3 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: 25%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_green_filled_3 a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_green_filled_3 a:focus {
  outline: 0;
}
.hfc_gen_button_large_green_filled_3 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_large_green_filled_3 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_large_green_filled_3 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_green_filled_3 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_green_filled_3 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_green_filled_3 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_red_4 {
  text-align: center;
}
.hfc_gen_button_tiny_red_4 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  color: #e02619;
  border-color: #F92506;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: 33.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_red_4 a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_red_4 a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_red_4 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_tiny_red_4 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_tiny_red_4 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_red_4 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_red_4 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_red_4 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_red_4 {
  text-align: center;
}
.hfc_gen_button_small_red_4 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  color: #e02619;
  border-color: #F92506;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: 33.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_red_4 a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_red_4 a:focus {
  outline: 0;
}
.hfc_gen_button_small_red_4 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_small_red_4 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_small_red_4 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_red_4 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_red_4 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_red_4 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_red_4 {
  text-align: center;
}
.hfc_gen_button_medium_red_4 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  color: #e02619;
  border-color: #F92506;
  background-color: white;
  background-color: white;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: 33.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_red_4 a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_red_4 a:focus {
  outline: 0;
}
.hfc_gen_button_medium_red_4 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_medium_red_4 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_medium_red_4 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_red_4 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_red_4 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_red_4 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_red_4 {
  text-align: center;
}
.hfc_gen_button_large_red_4 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  color: #e02619;
  border-color: #F92506;
  background-color: white;
  background-color: white;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: 33.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_red_4 a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_red_4 a:focus {
  outline: 0;
}
.hfc_gen_button_large_red_4 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_large_red_4 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_large_red_4 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_red_4 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_red_4 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_red_4 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_blue_4 {
  text-align: center;
}
.hfc_gen_button_tiny_blue_4 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  color: #0995A2;
  border-color: #0EBECE;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: 33.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_blue_4 a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_blue_4 a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_blue_4 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_tiny_blue_4 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_tiny_blue_4 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_blue_4 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_blue_4 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_blue_4 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_blue_4 {
  text-align: center;
}
.hfc_gen_button_small_blue_4 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  color: #0995A2;
  border-color: #0EBECE;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: 33.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_blue_4 a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_blue_4 a:focus {
  outline: 0;
}
.hfc_gen_button_small_blue_4 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_small_blue_4 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_small_blue_4 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_blue_4 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_blue_4 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_blue_4 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_blue_4 {
  text-align: center;
}
.hfc_gen_button_medium_blue_4 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  color: #0995A2;
  border-color: #0EBECE;
  background-color: white;
  background-color: white;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: 33.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_blue_4 a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_blue_4 a:focus {
  outline: 0;
}
.hfc_gen_button_medium_blue_4 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_medium_blue_4 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_medium_blue_4 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_blue_4 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_blue_4 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_blue_4 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_blue_4 {
  text-align: center;
}
.hfc_gen_button_large_blue_4 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  color: #0995A2;
  border-color: #0EBECE;
  background-color: white;
  background-color: white;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: 33.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_blue_4 a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_blue_4 a:focus {
  outline: 0;
}
.hfc_gen_button_large_blue_4 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_large_blue_4 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_large_blue_4 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_blue_4 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_blue_4 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_blue_4 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_green_4 {
  text-align: center;
}
.hfc_gen_button_tiny_green_4 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  color: #1BC475;
  border-color: #26EC90;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: 33.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_green_4 a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_green_4 a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_green_4 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_tiny_green_4 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_tiny_green_4 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_green_4 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_green_4 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_green_4 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_green_4 {
  text-align: center;
}
.hfc_gen_button_small_green_4 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  color: #1BC475;
  border-color: #26EC90;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: 33.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_green_4 a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_green_4 a:focus {
  outline: 0;
}
.hfc_gen_button_small_green_4 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_small_green_4 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_small_green_4 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_green_4 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_green_4 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_green_4 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_green_4 {
  text-align: center;
}
.hfc_gen_button_medium_green_4 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  color: #1BC475;
  border-color: #26EC90;
  background-color: white;
  background-color: white;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: 33.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_green_4 a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_green_4 a:focus {
  outline: 0;
}
.hfc_gen_button_medium_green_4 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_medium_green_4 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_medium_green_4 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_green_4 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_green_4 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_green_4 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_green_4 {
  text-align: center;
}
.hfc_gen_button_large_green_4 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  color: #1BC475;
  border-color: #26EC90;
  background-color: white;
  background-color: white;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: 33.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_green_4 a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_green_4 a:focus {
  outline: 0;
}
.hfc_gen_button_large_green_4 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_large_green_4 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_large_green_4 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_green_4 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_green_4 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_green_4 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_red_filled_4 {
  text-align: center;
}
.hfc_gen_button_tiny_red_filled_4 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: 33.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_red_filled_4 a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_red_filled_4 a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_red_filled_4 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_tiny_red_filled_4 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_tiny_red_filled_4 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_red_filled_4 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_red_filled_4 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_red_filled_4 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_red_filled_4 {
  text-align: center;
}
.hfc_gen_button_small_red_filled_4 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: 33.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_red_filled_4 a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_red_filled_4 a:focus {
  outline: 0;
}
.hfc_gen_button_small_red_filled_4 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_small_red_filled_4 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_small_red_filled_4 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_red_filled_4 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_red_filled_4 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_red_filled_4 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_red_filled_4 {
  text-align: center;
}
.hfc_gen_button_medium_red_filled_4 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: 33.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_red_filled_4 a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_red_filled_4 a:focus {
  outline: 0;
}
.hfc_gen_button_medium_red_filled_4 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_medium_red_filled_4 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_medium_red_filled_4 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_red_filled_4 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_red_filled_4 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_red_filled_4 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_red_filled_4 {
  text-align: center;
}
.hfc_gen_button_large_red_filled_4 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: 33.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_red_filled_4 a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_red_filled_4 a:focus {
  outline: 0;
}
.hfc_gen_button_large_red_filled_4 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_large_red_filled_4 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_large_red_filled_4 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_red_filled_4 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_red_filled_4 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_red_filled_4 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_blue_filled_4 {
  text-align: center;
}
.hfc_gen_button_tiny_blue_filled_4 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: 33.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_blue_filled_4 a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_blue_filled_4 a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_blue_filled_4 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_tiny_blue_filled_4 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_tiny_blue_filled_4 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_blue_filled_4 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_blue_filled_4 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_blue_filled_4 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_blue_filled_4 {
  text-align: center;
}
.hfc_gen_button_small_blue_filled_4 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: 33.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_blue_filled_4 a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_blue_filled_4 a:focus {
  outline: 0;
}
.hfc_gen_button_small_blue_filled_4 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_small_blue_filled_4 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_small_blue_filled_4 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_blue_filled_4 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_blue_filled_4 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_blue_filled_4 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_blue_filled_4 {
  text-align: center;
}
.hfc_gen_button_medium_blue_filled_4 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: 33.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_blue_filled_4 a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_blue_filled_4 a:focus {
  outline: 0;
}
.hfc_gen_button_medium_blue_filled_4 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_medium_blue_filled_4 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_medium_blue_filled_4 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_blue_filled_4 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_blue_filled_4 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_blue_filled_4 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_blue_filled_4 {
  text-align: center;
}
.hfc_gen_button_large_blue_filled_4 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: 33.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_blue_filled_4 a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_blue_filled_4 a:focus {
  outline: 0;
}
.hfc_gen_button_large_blue_filled_4 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_large_blue_filled_4 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_large_blue_filled_4 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_blue_filled_4 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_blue_filled_4 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_blue_filled_4 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_green_filled_4 {
  text-align: center;
}
.hfc_gen_button_tiny_green_filled_4 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: 33.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_green_filled_4 a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_green_filled_4 a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_green_filled_4 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_tiny_green_filled_4 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_tiny_green_filled_4 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_green_filled_4 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_green_filled_4 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_green_filled_4 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_green_filled_4 {
  text-align: center;
}
.hfc_gen_button_small_green_filled_4 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: 33.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_green_filled_4 a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_green_filled_4 a:focus {
  outline: 0;
}
.hfc_gen_button_small_green_filled_4 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_small_green_filled_4 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_small_green_filled_4 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_green_filled_4 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_green_filled_4 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_green_filled_4 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_green_filled_4 {
  text-align: center;
}
.hfc_gen_button_medium_green_filled_4 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: 33.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_green_filled_4 a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_green_filled_4 a:focus {
  outline: 0;
}
.hfc_gen_button_medium_green_filled_4 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_medium_green_filled_4 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_medium_green_filled_4 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_green_filled_4 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_green_filled_4 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_green_filled_4 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_green_filled_4 {
  text-align: center;
}
.hfc_gen_button_large_green_filled_4 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: 33.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_green_filled_4 a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_green_filled_4 a:focus {
  outline: 0;
}
.hfc_gen_button_large_green_filled_4 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_large_green_filled_4 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_large_green_filled_4 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_green_filled_4 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_green_filled_4 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_green_filled_4 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_red_5 {
  text-align: center;
}
.hfc_gen_button_tiny_red_5 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  color: #e02619;
  border-color: #F92506;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: 41.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_red_5 a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_red_5 a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_red_5 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_tiny_red_5 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_tiny_red_5 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_red_5 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_red_5 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_red_5 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_red_5 {
  text-align: center;
}
.hfc_gen_button_small_red_5 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  color: #e02619;
  border-color: #F92506;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: 41.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_red_5 a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_red_5 a:focus {
  outline: 0;
}
.hfc_gen_button_small_red_5 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_small_red_5 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_small_red_5 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_red_5 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_red_5 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_red_5 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_red_5 {
  text-align: center;
}
.hfc_gen_button_medium_red_5 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  color: #e02619;
  border-color: #F92506;
  background-color: white;
  background-color: white;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: 41.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_red_5 a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_red_5 a:focus {
  outline: 0;
}
.hfc_gen_button_medium_red_5 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_medium_red_5 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_medium_red_5 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_red_5 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_red_5 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_red_5 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_red_5 {
  text-align: center;
}
.hfc_gen_button_large_red_5 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  color: #e02619;
  border-color: #F92506;
  background-color: white;
  background-color: white;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: 41.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_red_5 a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_red_5 a:focus {
  outline: 0;
}
.hfc_gen_button_large_red_5 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_large_red_5 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_large_red_5 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_red_5 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_red_5 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_red_5 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_blue_5 {
  text-align: center;
}
.hfc_gen_button_tiny_blue_5 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  color: #0995A2;
  border-color: #0EBECE;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: 41.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_blue_5 a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_blue_5 a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_blue_5 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_tiny_blue_5 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_tiny_blue_5 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_blue_5 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_blue_5 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_blue_5 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_blue_5 {
  text-align: center;
}
.hfc_gen_button_small_blue_5 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  color: #0995A2;
  border-color: #0EBECE;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: 41.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_blue_5 a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_blue_5 a:focus {
  outline: 0;
}
.hfc_gen_button_small_blue_5 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_small_blue_5 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_small_blue_5 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_blue_5 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_blue_5 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_blue_5 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_blue_5 {
  text-align: center;
}
.hfc_gen_button_medium_blue_5 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  color: #0995A2;
  border-color: #0EBECE;
  background-color: white;
  background-color: white;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: 41.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_blue_5 a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_blue_5 a:focus {
  outline: 0;
}
.hfc_gen_button_medium_blue_5 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_medium_blue_5 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_medium_blue_5 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_blue_5 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_blue_5 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_blue_5 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_blue_5 {
  text-align: center;
}
.hfc_gen_button_large_blue_5 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  color: #0995A2;
  border-color: #0EBECE;
  background-color: white;
  background-color: white;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: 41.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_blue_5 a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_blue_5 a:focus {
  outline: 0;
}
.hfc_gen_button_large_blue_5 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_large_blue_5 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_large_blue_5 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_blue_5 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_blue_5 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_blue_5 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_green_5 {
  text-align: center;
}
.hfc_gen_button_tiny_green_5 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  color: #1BC475;
  border-color: #26EC90;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: 41.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_green_5 a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_green_5 a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_green_5 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_tiny_green_5 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_tiny_green_5 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_green_5 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_green_5 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_green_5 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_green_5 {
  text-align: center;
}
.hfc_gen_button_small_green_5 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  color: #1BC475;
  border-color: #26EC90;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: 41.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_green_5 a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_green_5 a:focus {
  outline: 0;
}
.hfc_gen_button_small_green_5 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_small_green_5 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_small_green_5 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_green_5 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_green_5 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_green_5 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_green_5 {
  text-align: center;
}
.hfc_gen_button_medium_green_5 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  color: #1BC475;
  border-color: #26EC90;
  background-color: white;
  background-color: white;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: 41.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_green_5 a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_green_5 a:focus {
  outline: 0;
}
.hfc_gen_button_medium_green_5 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_medium_green_5 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_medium_green_5 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_green_5 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_green_5 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_green_5 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_green_5 {
  text-align: center;
}
.hfc_gen_button_large_green_5 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  color: #1BC475;
  border-color: #26EC90;
  background-color: white;
  background-color: white;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: 41.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_green_5 a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_green_5 a:focus {
  outline: 0;
}
.hfc_gen_button_large_green_5 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_large_green_5 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_large_green_5 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_green_5 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_green_5 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_green_5 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_red_filled_5 {
  text-align: center;
}
.hfc_gen_button_tiny_red_filled_5 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: 41.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_red_filled_5 a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_red_filled_5 a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_red_filled_5 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_tiny_red_filled_5 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_tiny_red_filled_5 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_red_filled_5 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_red_filled_5 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_red_filled_5 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_red_filled_5 {
  text-align: center;
}
.hfc_gen_button_small_red_filled_5 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: 41.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_red_filled_5 a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_red_filled_5 a:focus {
  outline: 0;
}
.hfc_gen_button_small_red_filled_5 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_small_red_filled_5 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_small_red_filled_5 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_red_filled_5 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_red_filled_5 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_red_filled_5 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_red_filled_5 {
  text-align: center;
}
.hfc_gen_button_medium_red_filled_5 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: 41.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_red_filled_5 a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_red_filled_5 a:focus {
  outline: 0;
}
.hfc_gen_button_medium_red_filled_5 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_medium_red_filled_5 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_medium_red_filled_5 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_red_filled_5 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_red_filled_5 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_red_filled_5 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_red_filled_5 {
  text-align: center;
}
.hfc_gen_button_large_red_filled_5 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: 41.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_red_filled_5 a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_red_filled_5 a:focus {
  outline: 0;
}
.hfc_gen_button_large_red_filled_5 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_large_red_filled_5 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_large_red_filled_5 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_red_filled_5 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_red_filled_5 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_red_filled_5 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_blue_filled_5 {
  text-align: center;
}
.hfc_gen_button_tiny_blue_filled_5 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: 41.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_blue_filled_5 a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_blue_filled_5 a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_blue_filled_5 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_tiny_blue_filled_5 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_tiny_blue_filled_5 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_blue_filled_5 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_blue_filled_5 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_blue_filled_5 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_blue_filled_5 {
  text-align: center;
}
.hfc_gen_button_small_blue_filled_5 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: 41.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_blue_filled_5 a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_blue_filled_5 a:focus {
  outline: 0;
}
.hfc_gen_button_small_blue_filled_5 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_small_blue_filled_5 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_small_blue_filled_5 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_blue_filled_5 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_blue_filled_5 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_blue_filled_5 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_blue_filled_5 {
  text-align: center;
}
.hfc_gen_button_medium_blue_filled_5 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: 41.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_blue_filled_5 a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_blue_filled_5 a:focus {
  outline: 0;
}
.hfc_gen_button_medium_blue_filled_5 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_medium_blue_filled_5 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_medium_blue_filled_5 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_blue_filled_5 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_blue_filled_5 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_blue_filled_5 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_blue_filled_5 {
  text-align: center;
}
.hfc_gen_button_large_blue_filled_5 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: 41.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_blue_filled_5 a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_blue_filled_5 a:focus {
  outline: 0;
}
.hfc_gen_button_large_blue_filled_5 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_large_blue_filled_5 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_large_blue_filled_5 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_blue_filled_5 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_blue_filled_5 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_blue_filled_5 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_green_filled_5 {
  text-align: center;
}
.hfc_gen_button_tiny_green_filled_5 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: 41.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_green_filled_5 a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_green_filled_5 a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_green_filled_5 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_tiny_green_filled_5 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_tiny_green_filled_5 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_green_filled_5 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_green_filled_5 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_green_filled_5 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_green_filled_5 {
  text-align: center;
}
.hfc_gen_button_small_green_filled_5 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: 41.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_green_filled_5 a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_green_filled_5 a:focus {
  outline: 0;
}
.hfc_gen_button_small_green_filled_5 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_small_green_filled_5 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_small_green_filled_5 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_green_filled_5 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_green_filled_5 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_green_filled_5 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_green_filled_5 {
  text-align: center;
}
.hfc_gen_button_medium_green_filled_5 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: 41.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_green_filled_5 a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_green_filled_5 a:focus {
  outline: 0;
}
.hfc_gen_button_medium_green_filled_5 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_medium_green_filled_5 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_medium_green_filled_5 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_green_filled_5 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_green_filled_5 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_green_filled_5 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_green_filled_5 {
  text-align: center;
}
.hfc_gen_button_large_green_filled_5 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: 41.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_green_filled_5 a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_green_filled_5 a:focus {
  outline: 0;
}
.hfc_gen_button_large_green_filled_5 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_large_green_filled_5 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_large_green_filled_5 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_green_filled_5 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_green_filled_5 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_green_filled_5 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_red_6 {
  text-align: center;
}
.hfc_gen_button_tiny_red_6 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  color: #e02619;
  border-color: #F92506;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: 50%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_red_6 a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_red_6 a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_red_6 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_tiny_red_6 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_tiny_red_6 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_red_6 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_red_6 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_red_6 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_red_6 {
  text-align: center;
}
.hfc_gen_button_small_red_6 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  color: #e02619;
  border-color: #F92506;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: 50%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_red_6 a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_red_6 a:focus {
  outline: 0;
}
.hfc_gen_button_small_red_6 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_small_red_6 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_small_red_6 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_red_6 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_red_6 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_red_6 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_red_6 {
  text-align: center;
}
.hfc_gen_button_medium_red_6 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  color: #e02619;
  border-color: #F92506;
  background-color: white;
  background-color: white;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: 50%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_red_6 a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_red_6 a:focus {
  outline: 0;
}
.hfc_gen_button_medium_red_6 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_medium_red_6 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_medium_red_6 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_red_6 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_red_6 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_red_6 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_red_6 {
  text-align: center;
}
.hfc_gen_button_large_red_6 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  color: #e02619;
  border-color: #F92506;
  background-color: white;
  background-color: white;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: 50%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_red_6 a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_red_6 a:focus {
  outline: 0;
}
.hfc_gen_button_large_red_6 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_large_red_6 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_large_red_6 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_red_6 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_red_6 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_red_6 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_blue_6 {
  text-align: center;
}
.hfc_gen_button_tiny_blue_6 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  color: #0995A2;
  border-color: #0EBECE;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: 50%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_blue_6 a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_blue_6 a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_blue_6 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_tiny_blue_6 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_tiny_blue_6 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_blue_6 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_blue_6 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_blue_6 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_blue_6 {
  text-align: center;
}
.hfc_gen_button_small_blue_6 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  color: #0995A2;
  border-color: #0EBECE;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: 50%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_blue_6 a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_blue_6 a:focus {
  outline: 0;
}
.hfc_gen_button_small_blue_6 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_small_blue_6 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_small_blue_6 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_blue_6 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_blue_6 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_blue_6 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_blue_6 {
  text-align: center;
}
.hfc_gen_button_medium_blue_6 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  color: #0995A2;
  border-color: #0EBECE;
  background-color: white;
  background-color: white;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: 50%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_blue_6 a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_blue_6 a:focus {
  outline: 0;
}
.hfc_gen_button_medium_blue_6 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_medium_blue_6 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_medium_blue_6 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_blue_6 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_blue_6 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_blue_6 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_blue_6 {
  text-align: center;
}
.hfc_gen_button_large_blue_6 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  color: #0995A2;
  border-color: #0EBECE;
  background-color: white;
  background-color: white;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: 50%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_blue_6 a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_blue_6 a:focus {
  outline: 0;
}
.hfc_gen_button_large_blue_6 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_large_blue_6 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_large_blue_6 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_blue_6 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_blue_6 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_blue_6 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_green_6 {
  text-align: center;
}
.hfc_gen_button_tiny_green_6 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  color: #1BC475;
  border-color: #26EC90;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: 50%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_green_6 a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_green_6 a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_green_6 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_tiny_green_6 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_tiny_green_6 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_green_6 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_green_6 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_green_6 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_green_6 {
  text-align: center;
}
.hfc_gen_button_small_green_6 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  color: #1BC475;
  border-color: #26EC90;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: 50%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_green_6 a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_green_6 a:focus {
  outline: 0;
}
.hfc_gen_button_small_green_6 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_small_green_6 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_small_green_6 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_green_6 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_green_6 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_green_6 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_green_6 {
  text-align: center;
}
.hfc_gen_button_medium_green_6 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  color: #1BC475;
  border-color: #26EC90;
  background-color: white;
  background-color: white;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: 50%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_green_6 a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_green_6 a:focus {
  outline: 0;
}
.hfc_gen_button_medium_green_6 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_medium_green_6 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_medium_green_6 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_green_6 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_green_6 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_green_6 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_green_6 {
  text-align: center;
}
.hfc_gen_button_large_green_6 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  color: #1BC475;
  border-color: #26EC90;
  background-color: white;
  background-color: white;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: 50%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_green_6 a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_green_6 a:focus {
  outline: 0;
}
.hfc_gen_button_large_green_6 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_large_green_6 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_large_green_6 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_green_6 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_green_6 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_green_6 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_red_filled_6 {
  text-align: center;
}
.hfc_gen_button_tiny_red_filled_6 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: 50%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_red_filled_6 a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_red_filled_6 a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_red_filled_6 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_tiny_red_filled_6 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_tiny_red_filled_6 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_red_filled_6 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_red_filled_6 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_red_filled_6 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_red_filled_6 {
  text-align: center;
}
.hfc_gen_button_small_red_filled_6 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: 50%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_red_filled_6 a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_red_filled_6 a:focus {
  outline: 0;
}
.hfc_gen_button_small_red_filled_6 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_small_red_filled_6 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_small_red_filled_6 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_red_filled_6 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_red_filled_6 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_red_filled_6 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_red_filled_6 {
  text-align: center;
}
.hfc_gen_button_medium_red_filled_6 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: 50%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_red_filled_6 a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_red_filled_6 a:focus {
  outline: 0;
}
.hfc_gen_button_medium_red_filled_6 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_medium_red_filled_6 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_medium_red_filled_6 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_red_filled_6 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_red_filled_6 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_red_filled_6 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_red_filled_6 {
  text-align: center;
}
.hfc_gen_button_large_red_filled_6 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: 50%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_red_filled_6 a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_red_filled_6 a:focus {
  outline: 0;
}
.hfc_gen_button_large_red_filled_6 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_large_red_filled_6 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_large_red_filled_6 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_red_filled_6 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_red_filled_6 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_red_filled_6 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_blue_filled_6 {
  text-align: center;
}
.hfc_gen_button_tiny_blue_filled_6 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: 50%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_blue_filled_6 a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_blue_filled_6 a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_blue_filled_6 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_tiny_blue_filled_6 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_tiny_blue_filled_6 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_blue_filled_6 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_blue_filled_6 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_blue_filled_6 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_blue_filled_6 {
  text-align: center;
}
.hfc_gen_button_small_blue_filled_6 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: 50%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_blue_filled_6 a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_blue_filled_6 a:focus {
  outline: 0;
}
.hfc_gen_button_small_blue_filled_6 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_small_blue_filled_6 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_small_blue_filled_6 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_blue_filled_6 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_blue_filled_6 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_blue_filled_6 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_blue_filled_6 {
  text-align: center;
}
.hfc_gen_button_medium_blue_filled_6 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: 50%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_blue_filled_6 a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_blue_filled_6 a:focus {
  outline: 0;
}
.hfc_gen_button_medium_blue_filled_6 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_medium_blue_filled_6 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_medium_blue_filled_6 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_blue_filled_6 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_blue_filled_6 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_blue_filled_6 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_blue_filled_6 {
  text-align: center;
}
.hfc_gen_button_large_blue_filled_6 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: 50%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_blue_filled_6 a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_blue_filled_6 a:focus {
  outline: 0;
}
.hfc_gen_button_large_blue_filled_6 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_large_blue_filled_6 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_large_blue_filled_6 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_blue_filled_6 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_blue_filled_6 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_blue_filled_6 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_green_filled_6 {
  text-align: center;
}
.hfc_gen_button_tiny_green_filled_6 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: 50%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_green_filled_6 a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_green_filled_6 a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_green_filled_6 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_tiny_green_filled_6 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_tiny_green_filled_6 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_green_filled_6 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_green_filled_6 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_green_filled_6 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_green_filled_6 {
  text-align: center;
}
.hfc_gen_button_small_green_filled_6 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: 50%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_green_filled_6 a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_green_filled_6 a:focus {
  outline: 0;
}
.hfc_gen_button_small_green_filled_6 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_small_green_filled_6 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_small_green_filled_6 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_green_filled_6 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_green_filled_6 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_green_filled_6 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_green_filled_6 {
  text-align: center;
}
.hfc_gen_button_medium_green_filled_6 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: 50%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_green_filled_6 a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_green_filled_6 a:focus {
  outline: 0;
}
.hfc_gen_button_medium_green_filled_6 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_medium_green_filled_6 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_medium_green_filled_6 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_green_filled_6 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_green_filled_6 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_green_filled_6 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_green_filled_6 {
  text-align: center;
}
.hfc_gen_button_large_green_filled_6 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: 50%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_green_filled_6 a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_green_filled_6 a:focus {
  outline: 0;
}
.hfc_gen_button_large_green_filled_6 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_large_green_filled_6 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_large_green_filled_6 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_green_filled_6 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_green_filled_6 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_green_filled_6 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_red_7 {
  text-align: center;
}
.hfc_gen_button_tiny_red_7 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  color: #e02619;
  border-color: #F92506;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: 58.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_red_7 a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_red_7 a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_red_7 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_tiny_red_7 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_tiny_red_7 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_red_7 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_red_7 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_red_7 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_red_7 {
  text-align: center;
}
.hfc_gen_button_small_red_7 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  color: #e02619;
  border-color: #F92506;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: 58.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_red_7 a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_red_7 a:focus {
  outline: 0;
}
.hfc_gen_button_small_red_7 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_small_red_7 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_small_red_7 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_red_7 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_red_7 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_red_7 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_red_7 {
  text-align: center;
}
.hfc_gen_button_medium_red_7 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  color: #e02619;
  border-color: #F92506;
  background-color: white;
  background-color: white;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: 58.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_red_7 a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_red_7 a:focus {
  outline: 0;
}
.hfc_gen_button_medium_red_7 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_medium_red_7 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_medium_red_7 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_red_7 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_red_7 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_red_7 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_red_7 {
  text-align: center;
}
.hfc_gen_button_large_red_7 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  color: #e02619;
  border-color: #F92506;
  background-color: white;
  background-color: white;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: 58.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_red_7 a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_red_7 a:focus {
  outline: 0;
}
.hfc_gen_button_large_red_7 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_large_red_7 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_large_red_7 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_red_7 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_red_7 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_red_7 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_blue_7 {
  text-align: center;
}
.hfc_gen_button_tiny_blue_7 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  color: #0995A2;
  border-color: #0EBECE;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: 58.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_blue_7 a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_blue_7 a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_blue_7 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_tiny_blue_7 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_tiny_blue_7 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_blue_7 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_blue_7 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_blue_7 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_blue_7 {
  text-align: center;
}
.hfc_gen_button_small_blue_7 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  color: #0995A2;
  border-color: #0EBECE;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: 58.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_blue_7 a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_blue_7 a:focus {
  outline: 0;
}
.hfc_gen_button_small_blue_7 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_small_blue_7 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_small_blue_7 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_blue_7 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_blue_7 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_blue_7 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_blue_7 {
  text-align: center;
}
.hfc_gen_button_medium_blue_7 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  color: #0995A2;
  border-color: #0EBECE;
  background-color: white;
  background-color: white;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: 58.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_blue_7 a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_blue_7 a:focus {
  outline: 0;
}
.hfc_gen_button_medium_blue_7 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_medium_blue_7 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_medium_blue_7 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_blue_7 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_blue_7 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_blue_7 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_blue_7 {
  text-align: center;
}
.hfc_gen_button_large_blue_7 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  color: #0995A2;
  border-color: #0EBECE;
  background-color: white;
  background-color: white;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: 58.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_blue_7 a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_blue_7 a:focus {
  outline: 0;
}
.hfc_gen_button_large_blue_7 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_large_blue_7 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_large_blue_7 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_blue_7 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_blue_7 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_blue_7 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_green_7 {
  text-align: center;
}
.hfc_gen_button_tiny_green_7 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  color: #1BC475;
  border-color: #26EC90;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: 58.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_green_7 a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_green_7 a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_green_7 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_tiny_green_7 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_tiny_green_7 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_green_7 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_green_7 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_green_7 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_green_7 {
  text-align: center;
}
.hfc_gen_button_small_green_7 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  color: #1BC475;
  border-color: #26EC90;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: 58.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_green_7 a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_green_7 a:focus {
  outline: 0;
}
.hfc_gen_button_small_green_7 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_small_green_7 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_small_green_7 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_green_7 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_green_7 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_green_7 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_green_7 {
  text-align: center;
}
.hfc_gen_button_medium_green_7 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  color: #1BC475;
  border-color: #26EC90;
  background-color: white;
  background-color: white;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: 58.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_green_7 a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_green_7 a:focus {
  outline: 0;
}
.hfc_gen_button_medium_green_7 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_medium_green_7 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_medium_green_7 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_green_7 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_green_7 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_green_7 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_green_7 {
  text-align: center;
}
.hfc_gen_button_large_green_7 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  color: #1BC475;
  border-color: #26EC90;
  background-color: white;
  background-color: white;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: 58.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_green_7 a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_green_7 a:focus {
  outline: 0;
}
.hfc_gen_button_large_green_7 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_large_green_7 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_large_green_7 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_green_7 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_green_7 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_green_7 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_red_filled_7 {
  text-align: center;
}
.hfc_gen_button_tiny_red_filled_7 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: 58.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_red_filled_7 a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_red_filled_7 a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_red_filled_7 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_tiny_red_filled_7 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_tiny_red_filled_7 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_red_filled_7 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_red_filled_7 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_red_filled_7 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_red_filled_7 {
  text-align: center;
}
.hfc_gen_button_small_red_filled_7 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: 58.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_red_filled_7 a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_red_filled_7 a:focus {
  outline: 0;
}
.hfc_gen_button_small_red_filled_7 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_small_red_filled_7 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_small_red_filled_7 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_red_filled_7 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_red_filled_7 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_red_filled_7 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_red_filled_7 {
  text-align: center;
}
.hfc_gen_button_medium_red_filled_7 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: 58.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_red_filled_7 a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_red_filled_7 a:focus {
  outline: 0;
}
.hfc_gen_button_medium_red_filled_7 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_medium_red_filled_7 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_medium_red_filled_7 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_red_filled_7 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_red_filled_7 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_red_filled_7 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_red_filled_7 {
  text-align: center;
}
.hfc_gen_button_large_red_filled_7 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: 58.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_red_filled_7 a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_red_filled_7 a:focus {
  outline: 0;
}
.hfc_gen_button_large_red_filled_7 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_large_red_filled_7 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_large_red_filled_7 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_red_filled_7 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_red_filled_7 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_red_filled_7 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_blue_filled_7 {
  text-align: center;
}
.hfc_gen_button_tiny_blue_filled_7 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: 58.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_blue_filled_7 a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_blue_filled_7 a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_blue_filled_7 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_tiny_blue_filled_7 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_tiny_blue_filled_7 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_blue_filled_7 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_blue_filled_7 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_blue_filled_7 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_blue_filled_7 {
  text-align: center;
}
.hfc_gen_button_small_blue_filled_7 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: 58.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_blue_filled_7 a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_blue_filled_7 a:focus {
  outline: 0;
}
.hfc_gen_button_small_blue_filled_7 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_small_blue_filled_7 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_small_blue_filled_7 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_blue_filled_7 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_blue_filled_7 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_blue_filled_7 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_blue_filled_7 {
  text-align: center;
}
.hfc_gen_button_medium_blue_filled_7 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: 58.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_blue_filled_7 a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_blue_filled_7 a:focus {
  outline: 0;
}
.hfc_gen_button_medium_blue_filled_7 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_medium_blue_filled_7 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_medium_blue_filled_7 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_blue_filled_7 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_blue_filled_7 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_blue_filled_7 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_blue_filled_7 {
  text-align: center;
}
.hfc_gen_button_large_blue_filled_7 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: 58.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_blue_filled_7 a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_blue_filled_7 a:focus {
  outline: 0;
}
.hfc_gen_button_large_blue_filled_7 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_large_blue_filled_7 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_large_blue_filled_7 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_blue_filled_7 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_blue_filled_7 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_blue_filled_7 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_green_filled_7 {
  text-align: center;
}
.hfc_gen_button_tiny_green_filled_7 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: 58.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_green_filled_7 a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_green_filled_7 a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_green_filled_7 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_tiny_green_filled_7 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_tiny_green_filled_7 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_green_filled_7 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_green_filled_7 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_green_filled_7 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_green_filled_7 {
  text-align: center;
}
.hfc_gen_button_small_green_filled_7 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: 58.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_green_filled_7 a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_green_filled_7 a:focus {
  outline: 0;
}
.hfc_gen_button_small_green_filled_7 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_small_green_filled_7 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_small_green_filled_7 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_green_filled_7 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_green_filled_7 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_green_filled_7 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_green_filled_7 {
  text-align: center;
}
.hfc_gen_button_medium_green_filled_7 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: 58.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_green_filled_7 a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_green_filled_7 a:focus {
  outline: 0;
}
.hfc_gen_button_medium_green_filled_7 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_medium_green_filled_7 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_medium_green_filled_7 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_green_filled_7 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_green_filled_7 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_green_filled_7 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_green_filled_7 {
  text-align: center;
}
.hfc_gen_button_large_green_filled_7 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: 58.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_green_filled_7 a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_green_filled_7 a:focus {
  outline: 0;
}
.hfc_gen_button_large_green_filled_7 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_large_green_filled_7 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_large_green_filled_7 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_green_filled_7 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_green_filled_7 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_green_filled_7 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_red_8 {
  text-align: center;
}
.hfc_gen_button_tiny_red_8 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  color: #e02619;
  border-color: #F92506;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: 66.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_red_8 a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_red_8 a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_red_8 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_tiny_red_8 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_tiny_red_8 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_red_8 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_red_8 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_red_8 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_red_8 {
  text-align: center;
}
.hfc_gen_button_small_red_8 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  color: #e02619;
  border-color: #F92506;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: 66.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_red_8 a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_red_8 a:focus {
  outline: 0;
}
.hfc_gen_button_small_red_8 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_small_red_8 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_small_red_8 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_red_8 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_red_8 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_red_8 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_red_8 {
  text-align: center;
}
.hfc_gen_button_medium_red_8 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  color: #e02619;
  border-color: #F92506;
  background-color: white;
  background-color: white;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: 66.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_red_8 a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_red_8 a:focus {
  outline: 0;
}
.hfc_gen_button_medium_red_8 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_medium_red_8 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_medium_red_8 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_red_8 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_red_8 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_red_8 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_red_8 {
  text-align: center;
}
.hfc_gen_button_large_red_8 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  color: #e02619;
  border-color: #F92506;
  background-color: white;
  background-color: white;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: 66.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_red_8 a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_red_8 a:focus {
  outline: 0;
}
.hfc_gen_button_large_red_8 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_large_red_8 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_large_red_8 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_red_8 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_red_8 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_red_8 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_blue_8 {
  text-align: center;
}
.hfc_gen_button_tiny_blue_8 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  color: #0995A2;
  border-color: #0EBECE;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: 66.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_blue_8 a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_blue_8 a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_blue_8 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_tiny_blue_8 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_tiny_blue_8 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_blue_8 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_blue_8 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_blue_8 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_blue_8 {
  text-align: center;
}
.hfc_gen_button_small_blue_8 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  color: #0995A2;
  border-color: #0EBECE;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: 66.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_blue_8 a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_blue_8 a:focus {
  outline: 0;
}
.hfc_gen_button_small_blue_8 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_small_blue_8 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_small_blue_8 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_blue_8 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_blue_8 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_blue_8 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_blue_8 {
  text-align: center;
}
.hfc_gen_button_medium_blue_8 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  color: #0995A2;
  border-color: #0EBECE;
  background-color: white;
  background-color: white;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: 66.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_blue_8 a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_blue_8 a:focus {
  outline: 0;
}
.hfc_gen_button_medium_blue_8 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_medium_blue_8 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_medium_blue_8 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_blue_8 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_blue_8 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_blue_8 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_blue_8 {
  text-align: center;
}
.hfc_gen_button_large_blue_8 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  color: #0995A2;
  border-color: #0EBECE;
  background-color: white;
  background-color: white;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: 66.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_blue_8 a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_blue_8 a:focus {
  outline: 0;
}
.hfc_gen_button_large_blue_8 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_large_blue_8 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_large_blue_8 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_blue_8 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_blue_8 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_blue_8 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_green_8 {
  text-align: center;
}
.hfc_gen_button_tiny_green_8 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  color: #1BC475;
  border-color: #26EC90;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: 66.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_green_8 a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_green_8 a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_green_8 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_tiny_green_8 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_tiny_green_8 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_green_8 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_green_8 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_green_8 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_green_8 {
  text-align: center;
}
.hfc_gen_button_small_green_8 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  color: #1BC475;
  border-color: #26EC90;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: 66.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_green_8 a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_green_8 a:focus {
  outline: 0;
}
.hfc_gen_button_small_green_8 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_small_green_8 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_small_green_8 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_green_8 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_green_8 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_green_8 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_green_8 {
  text-align: center;
}
.hfc_gen_button_medium_green_8 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  color: #1BC475;
  border-color: #26EC90;
  background-color: white;
  background-color: white;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: 66.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_green_8 a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_green_8 a:focus {
  outline: 0;
}
.hfc_gen_button_medium_green_8 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_medium_green_8 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_medium_green_8 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_green_8 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_green_8 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_green_8 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_green_8 {
  text-align: center;
}
.hfc_gen_button_large_green_8 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  color: #1BC475;
  border-color: #26EC90;
  background-color: white;
  background-color: white;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: 66.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_green_8 a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_green_8 a:focus {
  outline: 0;
}
.hfc_gen_button_large_green_8 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_large_green_8 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_large_green_8 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_green_8 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_green_8 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_green_8 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_red_filled_8 {
  text-align: center;
}
.hfc_gen_button_tiny_red_filled_8 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: 66.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_red_filled_8 a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_red_filled_8 a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_red_filled_8 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_tiny_red_filled_8 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_tiny_red_filled_8 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_red_filled_8 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_red_filled_8 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_red_filled_8 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_red_filled_8 {
  text-align: center;
}
.hfc_gen_button_small_red_filled_8 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: 66.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_red_filled_8 a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_red_filled_8 a:focus {
  outline: 0;
}
.hfc_gen_button_small_red_filled_8 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_small_red_filled_8 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_small_red_filled_8 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_red_filled_8 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_red_filled_8 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_red_filled_8 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_red_filled_8 {
  text-align: center;
}
.hfc_gen_button_medium_red_filled_8 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: 66.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_red_filled_8 a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_red_filled_8 a:focus {
  outline: 0;
}
.hfc_gen_button_medium_red_filled_8 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_medium_red_filled_8 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_medium_red_filled_8 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_red_filled_8 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_red_filled_8 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_red_filled_8 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_red_filled_8 {
  text-align: center;
}
.hfc_gen_button_large_red_filled_8 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: 66.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_red_filled_8 a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_red_filled_8 a:focus {
  outline: 0;
}
.hfc_gen_button_large_red_filled_8 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_large_red_filled_8 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_large_red_filled_8 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_red_filled_8 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_red_filled_8 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_red_filled_8 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_blue_filled_8 {
  text-align: center;
}
.hfc_gen_button_tiny_blue_filled_8 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: 66.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_blue_filled_8 a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_blue_filled_8 a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_blue_filled_8 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_tiny_blue_filled_8 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_tiny_blue_filled_8 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_blue_filled_8 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_blue_filled_8 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_blue_filled_8 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_blue_filled_8 {
  text-align: center;
}
.hfc_gen_button_small_blue_filled_8 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: 66.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_blue_filled_8 a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_blue_filled_8 a:focus {
  outline: 0;
}
.hfc_gen_button_small_blue_filled_8 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_small_blue_filled_8 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_small_blue_filled_8 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_blue_filled_8 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_blue_filled_8 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_blue_filled_8 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_blue_filled_8 {
  text-align: center;
}
.hfc_gen_button_medium_blue_filled_8 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: 66.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_blue_filled_8 a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_blue_filled_8 a:focus {
  outline: 0;
}
.hfc_gen_button_medium_blue_filled_8 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_medium_blue_filled_8 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_medium_blue_filled_8 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_blue_filled_8 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_blue_filled_8 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_blue_filled_8 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_blue_filled_8 {
  text-align: center;
}
.hfc_gen_button_large_blue_filled_8 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: 66.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_blue_filled_8 a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_blue_filled_8 a:focus {
  outline: 0;
}
.hfc_gen_button_large_blue_filled_8 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_large_blue_filled_8 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_large_blue_filled_8 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_blue_filled_8 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_blue_filled_8 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_blue_filled_8 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_green_filled_8 {
  text-align: center;
}
.hfc_gen_button_tiny_green_filled_8 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: 66.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_green_filled_8 a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_green_filled_8 a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_green_filled_8 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_tiny_green_filled_8 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_tiny_green_filled_8 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_green_filled_8 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_green_filled_8 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_green_filled_8 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_green_filled_8 {
  text-align: center;
}
.hfc_gen_button_small_green_filled_8 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: 66.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_green_filled_8 a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_green_filled_8 a:focus {
  outline: 0;
}
.hfc_gen_button_small_green_filled_8 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_small_green_filled_8 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_small_green_filled_8 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_green_filled_8 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_green_filled_8 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_green_filled_8 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_green_filled_8 {
  text-align: center;
}
.hfc_gen_button_medium_green_filled_8 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: 66.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_green_filled_8 a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_green_filled_8 a:focus {
  outline: 0;
}
.hfc_gen_button_medium_green_filled_8 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_medium_green_filled_8 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_medium_green_filled_8 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_green_filled_8 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_green_filled_8 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_green_filled_8 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_green_filled_8 {
  text-align: center;
}
.hfc_gen_button_large_green_filled_8 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: 66.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_green_filled_8 a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_green_filled_8 a:focus {
  outline: 0;
}
.hfc_gen_button_large_green_filled_8 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_large_green_filled_8 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_large_green_filled_8 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_green_filled_8 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_green_filled_8 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_green_filled_8 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_red_9 {
  text-align: center;
}
.hfc_gen_button_tiny_red_9 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  color: #e02619;
  border-color: #F92506;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: 75%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_red_9 a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_red_9 a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_red_9 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_tiny_red_9 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_tiny_red_9 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_red_9 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_red_9 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_red_9 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_red_9 {
  text-align: center;
}
.hfc_gen_button_small_red_9 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  color: #e02619;
  border-color: #F92506;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: 75%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_red_9 a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_red_9 a:focus {
  outline: 0;
}
.hfc_gen_button_small_red_9 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_small_red_9 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_small_red_9 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_red_9 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_red_9 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_red_9 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_red_9 {
  text-align: center;
}
.hfc_gen_button_medium_red_9 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  color: #e02619;
  border-color: #F92506;
  background-color: white;
  background-color: white;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: 75%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_red_9 a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_red_9 a:focus {
  outline: 0;
}
.hfc_gen_button_medium_red_9 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_medium_red_9 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_medium_red_9 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_red_9 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_red_9 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_red_9 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_red_9 {
  text-align: center;
}
.hfc_gen_button_large_red_9 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  color: #e02619;
  border-color: #F92506;
  background-color: white;
  background-color: white;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: 75%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_red_9 a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_red_9 a:focus {
  outline: 0;
}
.hfc_gen_button_large_red_9 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_large_red_9 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_large_red_9 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_red_9 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_red_9 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_red_9 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_blue_9 {
  text-align: center;
}
.hfc_gen_button_tiny_blue_9 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  color: #0995A2;
  border-color: #0EBECE;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: 75%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_blue_9 a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_blue_9 a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_blue_9 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_tiny_blue_9 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_tiny_blue_9 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_blue_9 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_blue_9 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_blue_9 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_blue_9 {
  text-align: center;
}
.hfc_gen_button_small_blue_9 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  color: #0995A2;
  border-color: #0EBECE;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: 75%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_blue_9 a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_blue_9 a:focus {
  outline: 0;
}
.hfc_gen_button_small_blue_9 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_small_blue_9 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_small_blue_9 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_blue_9 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_blue_9 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_blue_9 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_blue_9 {
  text-align: center;
}
.hfc_gen_button_medium_blue_9 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  color: #0995A2;
  border-color: #0EBECE;
  background-color: white;
  background-color: white;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: 75%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_blue_9 a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_blue_9 a:focus {
  outline: 0;
}
.hfc_gen_button_medium_blue_9 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_medium_blue_9 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_medium_blue_9 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_blue_9 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_blue_9 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_blue_9 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_blue_9 {
  text-align: center;
}
.hfc_gen_button_large_blue_9 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  color: #0995A2;
  border-color: #0EBECE;
  background-color: white;
  background-color: white;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: 75%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_blue_9 a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_blue_9 a:focus {
  outline: 0;
}
.hfc_gen_button_large_blue_9 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_large_blue_9 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_large_blue_9 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_blue_9 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_blue_9 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_blue_9 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_green_9 {
  text-align: center;
}
.hfc_gen_button_tiny_green_9 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  color: #1BC475;
  border-color: #26EC90;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: 75%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_green_9 a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_green_9 a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_green_9 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_tiny_green_9 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_tiny_green_9 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_green_9 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_green_9 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_green_9 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_green_9 {
  text-align: center;
}
.hfc_gen_button_small_green_9 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  color: #1BC475;
  border-color: #26EC90;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: 75%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_green_9 a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_green_9 a:focus {
  outline: 0;
}
.hfc_gen_button_small_green_9 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_small_green_9 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_small_green_9 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_green_9 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_green_9 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_green_9 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_green_9 {
  text-align: center;
}
.hfc_gen_button_medium_green_9 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  color: #1BC475;
  border-color: #26EC90;
  background-color: white;
  background-color: white;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: 75%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_green_9 a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_green_9 a:focus {
  outline: 0;
}
.hfc_gen_button_medium_green_9 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_medium_green_9 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_medium_green_9 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_green_9 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_green_9 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_green_9 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_green_9 {
  text-align: center;
}
.hfc_gen_button_large_green_9 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  color: #1BC475;
  border-color: #26EC90;
  background-color: white;
  background-color: white;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: 75%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_green_9 a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_green_9 a:focus {
  outline: 0;
}
.hfc_gen_button_large_green_9 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_large_green_9 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_large_green_9 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_green_9 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_green_9 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_green_9 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_red_filled_9 {
  text-align: center;
}
.hfc_gen_button_tiny_red_filled_9 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: 75%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_red_filled_9 a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_red_filled_9 a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_red_filled_9 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_tiny_red_filled_9 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_tiny_red_filled_9 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_red_filled_9 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_red_filled_9 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_red_filled_9 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_red_filled_9 {
  text-align: center;
}
.hfc_gen_button_small_red_filled_9 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: 75%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_red_filled_9 a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_red_filled_9 a:focus {
  outline: 0;
}
.hfc_gen_button_small_red_filled_9 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_small_red_filled_9 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_small_red_filled_9 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_red_filled_9 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_red_filled_9 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_red_filled_9 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_red_filled_9 {
  text-align: center;
}
.hfc_gen_button_medium_red_filled_9 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: 75%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_red_filled_9 a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_red_filled_9 a:focus {
  outline: 0;
}
.hfc_gen_button_medium_red_filled_9 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_medium_red_filled_9 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_medium_red_filled_9 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_red_filled_9 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_red_filled_9 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_red_filled_9 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_red_filled_9 {
  text-align: center;
}
.hfc_gen_button_large_red_filled_9 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: 75%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_red_filled_9 a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_red_filled_9 a:focus {
  outline: 0;
}
.hfc_gen_button_large_red_filled_9 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_large_red_filled_9 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_large_red_filled_9 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_red_filled_9 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_red_filled_9 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_red_filled_9 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_blue_filled_9 {
  text-align: center;
}
.hfc_gen_button_tiny_blue_filled_9 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: 75%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_blue_filled_9 a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_blue_filled_9 a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_blue_filled_9 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_tiny_blue_filled_9 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_tiny_blue_filled_9 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_blue_filled_9 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_blue_filled_9 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_blue_filled_9 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_blue_filled_9 {
  text-align: center;
}
.hfc_gen_button_small_blue_filled_9 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: 75%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_blue_filled_9 a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_blue_filled_9 a:focus {
  outline: 0;
}
.hfc_gen_button_small_blue_filled_9 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_small_blue_filled_9 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_small_blue_filled_9 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_blue_filled_9 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_blue_filled_9 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_blue_filled_9 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_blue_filled_9 {
  text-align: center;
}
.hfc_gen_button_medium_blue_filled_9 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: 75%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_blue_filled_9 a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_blue_filled_9 a:focus {
  outline: 0;
}
.hfc_gen_button_medium_blue_filled_9 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_medium_blue_filled_9 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_medium_blue_filled_9 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_blue_filled_9 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_blue_filled_9 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_blue_filled_9 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_blue_filled_9 {
  text-align: center;
}
.hfc_gen_button_large_blue_filled_9 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: 75%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_blue_filled_9 a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_blue_filled_9 a:focus {
  outline: 0;
}
.hfc_gen_button_large_blue_filled_9 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_large_blue_filled_9 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_large_blue_filled_9 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_blue_filled_9 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_blue_filled_9 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_blue_filled_9 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_green_filled_9 {
  text-align: center;
}
.hfc_gen_button_tiny_green_filled_9 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: 75%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_green_filled_9 a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_green_filled_9 a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_green_filled_9 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_tiny_green_filled_9 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_tiny_green_filled_9 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_green_filled_9 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_green_filled_9 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_green_filled_9 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_green_filled_9 {
  text-align: center;
}
.hfc_gen_button_small_green_filled_9 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: 75%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_green_filled_9 a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_green_filled_9 a:focus {
  outline: 0;
}
.hfc_gen_button_small_green_filled_9 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_small_green_filled_9 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_small_green_filled_9 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_green_filled_9 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_green_filled_9 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_green_filled_9 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_green_filled_9 {
  text-align: center;
}
.hfc_gen_button_medium_green_filled_9 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: 75%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_green_filled_9 a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_green_filled_9 a:focus {
  outline: 0;
}
.hfc_gen_button_medium_green_filled_9 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_medium_green_filled_9 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_medium_green_filled_9 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_green_filled_9 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_green_filled_9 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_green_filled_9 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_green_filled_9 {
  text-align: center;
}
.hfc_gen_button_large_green_filled_9 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: 75%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_green_filled_9 a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_green_filled_9 a:focus {
  outline: 0;
}
.hfc_gen_button_large_green_filled_9 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_large_green_filled_9 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_large_green_filled_9 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_green_filled_9 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_green_filled_9 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_green_filled_9 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_red_10 {
  text-align: center;
}
.hfc_gen_button_tiny_red_10 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  color: #e02619;
  border-color: #F92506;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: 83.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_red_10 a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_red_10 a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_red_10 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_tiny_red_10 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_tiny_red_10 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_red_10 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_red_10 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_red_10 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_red_10 {
  text-align: center;
}
.hfc_gen_button_small_red_10 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  color: #e02619;
  border-color: #F92506;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: 83.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_red_10 a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_red_10 a:focus {
  outline: 0;
}
.hfc_gen_button_small_red_10 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_small_red_10 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_small_red_10 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_red_10 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_red_10 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_red_10 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_red_10 {
  text-align: center;
}
.hfc_gen_button_medium_red_10 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  color: #e02619;
  border-color: #F92506;
  background-color: white;
  background-color: white;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: 83.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_red_10 a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_red_10 a:focus {
  outline: 0;
}
.hfc_gen_button_medium_red_10 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_medium_red_10 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_medium_red_10 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_red_10 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_red_10 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_red_10 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_red_10 {
  text-align: center;
}
.hfc_gen_button_large_red_10 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  color: #e02619;
  border-color: #F92506;
  background-color: white;
  background-color: white;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: 83.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_red_10 a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_red_10 a:focus {
  outline: 0;
}
.hfc_gen_button_large_red_10 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_large_red_10 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_large_red_10 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_red_10 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_red_10 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_red_10 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_blue_10 {
  text-align: center;
}
.hfc_gen_button_tiny_blue_10 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  color: #0995A2;
  border-color: #0EBECE;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: 83.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_blue_10 a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_blue_10 a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_blue_10 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_tiny_blue_10 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_tiny_blue_10 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_blue_10 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_blue_10 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_blue_10 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_blue_10 {
  text-align: center;
}
.hfc_gen_button_small_blue_10 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  color: #0995A2;
  border-color: #0EBECE;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: 83.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_blue_10 a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_blue_10 a:focus {
  outline: 0;
}
.hfc_gen_button_small_blue_10 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_small_blue_10 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_small_blue_10 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_blue_10 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_blue_10 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_blue_10 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_blue_10 {
  text-align: center;
}
.hfc_gen_button_medium_blue_10 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  color: #0995A2;
  border-color: #0EBECE;
  background-color: white;
  background-color: white;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: 83.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_blue_10 a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_blue_10 a:focus {
  outline: 0;
}
.hfc_gen_button_medium_blue_10 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_medium_blue_10 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_medium_blue_10 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_blue_10 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_blue_10 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_blue_10 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_blue_10 {
  text-align: center;
}
.hfc_gen_button_large_blue_10 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  color: #0995A2;
  border-color: #0EBECE;
  background-color: white;
  background-color: white;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: 83.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_blue_10 a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_blue_10 a:focus {
  outline: 0;
}
.hfc_gen_button_large_blue_10 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_large_blue_10 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_large_blue_10 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_blue_10 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_blue_10 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_blue_10 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_green_10 {
  text-align: center;
}
.hfc_gen_button_tiny_green_10 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  color: #1BC475;
  border-color: #26EC90;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: 83.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_green_10 a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_green_10 a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_green_10 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_tiny_green_10 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_tiny_green_10 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_green_10 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_green_10 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_green_10 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_green_10 {
  text-align: center;
}
.hfc_gen_button_small_green_10 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  color: #1BC475;
  border-color: #26EC90;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: 83.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_green_10 a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_green_10 a:focus {
  outline: 0;
}
.hfc_gen_button_small_green_10 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_small_green_10 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_small_green_10 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_green_10 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_green_10 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_green_10 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_green_10 {
  text-align: center;
}
.hfc_gen_button_medium_green_10 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  color: #1BC475;
  border-color: #26EC90;
  background-color: white;
  background-color: white;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: 83.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_green_10 a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_green_10 a:focus {
  outline: 0;
}
.hfc_gen_button_medium_green_10 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_medium_green_10 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_medium_green_10 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_green_10 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_green_10 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_green_10 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_green_10 {
  text-align: center;
}
.hfc_gen_button_large_green_10 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  color: #1BC475;
  border-color: #26EC90;
  background-color: white;
  background-color: white;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: 83.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_green_10 a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_green_10 a:focus {
  outline: 0;
}
.hfc_gen_button_large_green_10 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_large_green_10 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_large_green_10 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_green_10 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_green_10 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_green_10 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_red_filled_10 {
  text-align: center;
}
.hfc_gen_button_tiny_red_filled_10 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: 83.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_red_filled_10 a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_red_filled_10 a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_red_filled_10 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_tiny_red_filled_10 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_tiny_red_filled_10 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_red_filled_10 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_red_filled_10 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_red_filled_10 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_red_filled_10 {
  text-align: center;
}
.hfc_gen_button_small_red_filled_10 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: 83.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_red_filled_10 a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_red_filled_10 a:focus {
  outline: 0;
}
.hfc_gen_button_small_red_filled_10 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_small_red_filled_10 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_small_red_filled_10 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_red_filled_10 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_red_filled_10 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_red_filled_10 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_red_filled_10 {
  text-align: center;
}
.hfc_gen_button_medium_red_filled_10 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: 83.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_red_filled_10 a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_red_filled_10 a:focus {
  outline: 0;
}
.hfc_gen_button_medium_red_filled_10 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_medium_red_filled_10 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_medium_red_filled_10 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_red_filled_10 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_red_filled_10 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_red_filled_10 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_red_filled_10 {
  text-align: center;
}
.hfc_gen_button_large_red_filled_10 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: 83.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_red_filled_10 a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_red_filled_10 a:focus {
  outline: 0;
}
.hfc_gen_button_large_red_filled_10 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_large_red_filled_10 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_large_red_filled_10 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_red_filled_10 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_red_filled_10 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_red_filled_10 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_blue_filled_10 {
  text-align: center;
}
.hfc_gen_button_tiny_blue_filled_10 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: 83.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_blue_filled_10 a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_blue_filled_10 a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_blue_filled_10 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_tiny_blue_filled_10 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_tiny_blue_filled_10 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_blue_filled_10 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_blue_filled_10 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_blue_filled_10 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_blue_filled_10 {
  text-align: center;
}
.hfc_gen_button_small_blue_filled_10 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: 83.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_blue_filled_10 a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_blue_filled_10 a:focus {
  outline: 0;
}
.hfc_gen_button_small_blue_filled_10 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_small_blue_filled_10 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_small_blue_filled_10 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_blue_filled_10 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_blue_filled_10 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_blue_filled_10 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_blue_filled_10 {
  text-align: center;
}
.hfc_gen_button_medium_blue_filled_10 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: 83.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_blue_filled_10 a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_blue_filled_10 a:focus {
  outline: 0;
}
.hfc_gen_button_medium_blue_filled_10 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_medium_blue_filled_10 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_medium_blue_filled_10 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_blue_filled_10 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_blue_filled_10 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_blue_filled_10 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_blue_filled_10 {
  text-align: center;
}
.hfc_gen_button_large_blue_filled_10 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: 83.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_blue_filled_10 a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_blue_filled_10 a:focus {
  outline: 0;
}
.hfc_gen_button_large_blue_filled_10 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_large_blue_filled_10 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_large_blue_filled_10 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_blue_filled_10 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_blue_filled_10 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_blue_filled_10 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_green_filled_10 {
  text-align: center;
}
.hfc_gen_button_tiny_green_filled_10 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: 83.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_green_filled_10 a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_green_filled_10 a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_green_filled_10 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_tiny_green_filled_10 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_tiny_green_filled_10 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_green_filled_10 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_green_filled_10 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_green_filled_10 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_green_filled_10 {
  text-align: center;
}
.hfc_gen_button_small_green_filled_10 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: 83.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_green_filled_10 a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_green_filled_10 a:focus {
  outline: 0;
}
.hfc_gen_button_small_green_filled_10 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_small_green_filled_10 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_small_green_filled_10 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_green_filled_10 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_green_filled_10 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_green_filled_10 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_green_filled_10 {
  text-align: center;
}
.hfc_gen_button_medium_green_filled_10 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: 83.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_green_filled_10 a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_green_filled_10 a:focus {
  outline: 0;
}
.hfc_gen_button_medium_green_filled_10 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_medium_green_filled_10 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_medium_green_filled_10 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_green_filled_10 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_green_filled_10 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_green_filled_10 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_green_filled_10 {
  text-align: center;
}
.hfc_gen_button_large_green_filled_10 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: 83.33333%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_green_filled_10 a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_green_filled_10 a:focus {
  outline: 0;
}
.hfc_gen_button_large_green_filled_10 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_large_green_filled_10 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_large_green_filled_10 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_green_filled_10 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_green_filled_10 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_green_filled_10 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_red_11 {
  text-align: center;
}
.hfc_gen_button_tiny_red_11 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  color: #e02619;
  border-color: #F92506;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: 91.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_red_11 a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_red_11 a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_red_11 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_tiny_red_11 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_tiny_red_11 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_red_11 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_red_11 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_red_11 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_red_11 {
  text-align: center;
}
.hfc_gen_button_small_red_11 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  color: #e02619;
  border-color: #F92506;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: 91.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_red_11 a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_red_11 a:focus {
  outline: 0;
}
.hfc_gen_button_small_red_11 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_small_red_11 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_small_red_11 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_red_11 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_red_11 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_red_11 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_red_11 {
  text-align: center;
}
.hfc_gen_button_medium_red_11 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  color: #e02619;
  border-color: #F92506;
  background-color: white;
  background-color: white;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: 91.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_red_11 a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_red_11 a:focus {
  outline: 0;
}
.hfc_gen_button_medium_red_11 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_medium_red_11 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_medium_red_11 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_red_11 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_red_11 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_red_11 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_red_11 {
  text-align: center;
}
.hfc_gen_button_large_red_11 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  color: #e02619;
  border-color: #F92506;
  background-color: white;
  background-color: white;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: 91.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_red_11 a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_red_11 a:focus {
  outline: 0;
}
.hfc_gen_button_large_red_11 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_large_red_11 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_large_red_11 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_red_11 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_red_11 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_red_11 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_blue_11 {
  text-align: center;
}
.hfc_gen_button_tiny_blue_11 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  color: #0995A2;
  border-color: #0EBECE;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: 91.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_blue_11 a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_blue_11 a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_blue_11 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_tiny_blue_11 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_tiny_blue_11 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_blue_11 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_blue_11 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_blue_11 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_blue_11 {
  text-align: center;
}
.hfc_gen_button_small_blue_11 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  color: #0995A2;
  border-color: #0EBECE;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: 91.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_blue_11 a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_blue_11 a:focus {
  outline: 0;
}
.hfc_gen_button_small_blue_11 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_small_blue_11 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_small_blue_11 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_blue_11 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_blue_11 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_blue_11 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_blue_11 {
  text-align: center;
}
.hfc_gen_button_medium_blue_11 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  color: #0995A2;
  border-color: #0EBECE;
  background-color: white;
  background-color: white;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: 91.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_blue_11 a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_blue_11 a:focus {
  outline: 0;
}
.hfc_gen_button_medium_blue_11 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_medium_blue_11 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_medium_blue_11 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_blue_11 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_blue_11 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_blue_11 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_blue_11 {
  text-align: center;
}
.hfc_gen_button_large_blue_11 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  color: #0995A2;
  border-color: #0EBECE;
  background-color: white;
  background-color: white;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: 91.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_blue_11 a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_blue_11 a:focus {
  outline: 0;
}
.hfc_gen_button_large_blue_11 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_large_blue_11 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_large_blue_11 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_blue_11 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_blue_11 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_blue_11 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_green_11 {
  text-align: center;
}
.hfc_gen_button_tiny_green_11 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  color: #1BC475;
  border-color: #26EC90;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: 91.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_green_11 a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_green_11 a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_green_11 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_tiny_green_11 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_tiny_green_11 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_green_11 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_green_11 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_green_11 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_green_11 {
  text-align: center;
}
.hfc_gen_button_small_green_11 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  color: #1BC475;
  border-color: #26EC90;
  background-color: white;
  background-color: white;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: 91.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_green_11 a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_green_11 a:focus {
  outline: 0;
}
.hfc_gen_button_small_green_11 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_small_green_11 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_small_green_11 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_green_11 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_green_11 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_green_11 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_green_11 {
  text-align: center;
}
.hfc_gen_button_medium_green_11 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  color: #1BC475;
  border-color: #26EC90;
  background-color: white;
  background-color: white;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: 91.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_green_11 a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_green_11 a:focus {
  outline: 0;
}
.hfc_gen_button_medium_green_11 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_medium_green_11 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_medium_green_11 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_green_11 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_green_11 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_green_11 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_green_11 {
  text-align: center;
}
.hfc_gen_button_large_green_11 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  color: #1BC475;
  border-color: #26EC90;
  background-color: white;
  background-color: white;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: 91.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_green_11 a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_green_11 a:focus {
  outline: 0;
}
.hfc_gen_button_large_green_11 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_large_green_11 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_large_green_11 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_green_11 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_green_11 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_green_11 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_red_filled_11 {
  text-align: center;
}
.hfc_gen_button_tiny_red_filled_11 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: 91.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_red_filled_11 a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_red_filled_11 a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_red_filled_11 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_tiny_red_filled_11 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_tiny_red_filled_11 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_red_filled_11 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_red_filled_11 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_red_filled_11 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_red_filled_11 {
  text-align: center;
}
.hfc_gen_button_small_red_filled_11 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: 91.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_red_filled_11 a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_red_filled_11 a:focus {
  outline: 0;
}
.hfc_gen_button_small_red_filled_11 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_small_red_filled_11 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_small_red_filled_11 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_red_filled_11 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_red_filled_11 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_red_filled_11 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_red_filled_11 {
  text-align: center;
}
.hfc_gen_button_medium_red_filled_11 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: 91.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_red_filled_11 a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_red_filled_11 a:focus {
  outline: 0;
}
.hfc_gen_button_medium_red_filled_11 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_medium_red_filled_11 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_medium_red_filled_11 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_red_filled_11 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_red_filled_11 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_red_filled_11 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_red_filled_11 {
  text-align: center;
}
.hfc_gen_button_large_red_filled_11 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: 91.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_red_filled_11 a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_red_filled_11 a:focus {
  outline: 0;
}
.hfc_gen_button_large_red_filled_11 a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_gen_button_large_red_filled_11 a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_gen_button_large_red_filled_11 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_red_filled_11 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_red_filled_11 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_red_filled_11 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_blue_filled_11 {
  text-align: center;
}
.hfc_gen_button_tiny_blue_filled_11 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: 91.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_blue_filled_11 a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_blue_filled_11 a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_blue_filled_11 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_tiny_blue_filled_11 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_tiny_blue_filled_11 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_blue_filled_11 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_blue_filled_11 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_blue_filled_11 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_blue_filled_11 {
  text-align: center;
}
.hfc_gen_button_small_blue_filled_11 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: 91.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_blue_filled_11 a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_blue_filled_11 a:focus {
  outline: 0;
}
.hfc_gen_button_small_blue_filled_11 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_small_blue_filled_11 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_small_blue_filled_11 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_blue_filled_11 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_blue_filled_11 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_blue_filled_11 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_blue_filled_11 {
  text-align: center;
}
.hfc_gen_button_medium_blue_filled_11 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: 91.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_blue_filled_11 a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_blue_filled_11 a:focus {
  outline: 0;
}
.hfc_gen_button_medium_blue_filled_11 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_medium_blue_filled_11 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_medium_blue_filled_11 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_blue_filled_11 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_blue_filled_11 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_blue_filled_11 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_blue_filled_11 {
  text-align: center;
}
.hfc_gen_button_large_blue_filled_11 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: 91.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_blue_filled_11 a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_blue_filled_11 a:focus {
  outline: 0;
}
.hfc_gen_button_large_blue_filled_11 a:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.hfc_gen_button_large_blue_filled_11 a:active {
  border-color: #127B89;
  background-color: #127B89;
}
.hfc_gen_button_large_blue_filled_11 a:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_blue_filled_11 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_blue_filled_11 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_blue_filled_11 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_tiny_green_filled_11 {
  text-align: center;
}
.hfc_gen_button_tiny_green_filled_11 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  padding: 0.5em;
  min-width: 140px;
  font-size: 0.75em;
  display: block;
  width: 91.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_tiny_green_filled_11 a:hover {
  text-decoration: none;
}
.hfc_gen_button_tiny_green_filled_11 a:focus {
  outline: 0;
}
.hfc_gen_button_tiny_green_filled_11 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_tiny_green_filled_11 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_tiny_green_filled_11 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_green_filled_11 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_tiny_green_filled_11 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_tiny_green_filled_11 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_small_green_filled_11 {
  text-align: center;
}
.hfc_gen_button_small_green_filled_11 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  padding: 0.5em;
  min-width: 180px;
  display: block;
  width: 91.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_small_green_filled_11 a:hover {
  text-decoration: none;
}
.hfc_gen_button_small_green_filled_11 a:focus {
  outline: 0;
}
.hfc_gen_button_small_green_filled_11 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_small_green_filled_11 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_small_green_filled_11 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_green_filled_11 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_small_green_filled_11 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_small_green_filled_11 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_medium_green_filled_11 {
  text-align: center;
}
.hfc_gen_button_medium_green_filled_11 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  padding: 0.8em;
  min-width: 260px;
  display: block;
  width: 91.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_medium_green_filled_11 a:hover {
  text-decoration: none;
}
.hfc_gen_button_medium_green_filled_11 a:focus {
  outline: 0;
}
.hfc_gen_button_medium_green_filled_11 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_medium_green_filled_11 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_medium_green_filled_11 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_green_filled_11 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_medium_green_filled_11 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_medium_green_filled_11 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_button_large_green_filled_11 {
  text-align: center;
}
.hfc_gen_button_large_green_filled_11 a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  padding: 1em;
  min-width: 380px;
  display: block;
  width: 91.66667%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  margin-right: 10px;
}
.hfc_gen_button_large_green_filled_11 a:hover {
  text-decoration: none;
}
.hfc_gen_button_large_green_filled_11 a:focus {
  outline: 0;
}
.hfc_gen_button_large_green_filled_11 a:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.hfc_gen_button_large_green_filled_11 a:active {
  border-color: #18A764;
  background-color: #18A764;
}
.hfc_gen_button_large_green_filled_11 a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_green_filled_11 a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_button_large_green_filled_11 a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_gen_button_large_green_filled_11 a {
    width: 100%;
    float: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 auto 10px auto;
  }
}

.hfc_gen_btn_center {
  margin: 0 auto;
}

.hfc_gen_clear {
  zoom: 1;
}

.hfc_gen_clear:before, .hfc_gen_clear:after {
  content: '';
  display: table;
}

.hfc_gen_clear:after {
  clear: both;
}

@media only screen and (max-width: 47.9375em) {
  a.hfc_gen_mobile50 {
    width: 45%;
    float: left;
  }
}

.activeLink_1 ul li:nth-child(1) a {
  color: #F92506;
}

.activeLink_2 ul li:nth-child(2) a {
  color: #F92506;
}

.activeLink_3 ul li:nth-child(3) a {
  color: #F92506;
}

.activeLink_4 ul li:nth-child(4) a {
  color: #F92506;
}

.activeLink_5 ul li:nth-child(5) a {
  color: #F92506;
}

.activeLink_6 ul li:nth-child(6) a {
  color: #F92506;
}

.activeLink_7 ul li:nth-child(7) a {
  color: #F92506;
}

.activeLink_8 ul li:nth-child(8) a {
  color: #F92506;
}

.activeLink_9 ul li:nth-child(9) a {
  color: #F92506;
}

.activeLink_10 ul li:nth-child(10) a {
  color: #F92506;
}

.activeLink_11 ul li:nth-child(11) a {
  color: #F92506;
}

.activeLink_12 ul li:nth-child(12) a {
  color: #F92506;
}

.mobile_link_phone:before, .mobile_link_email:before {
  font-family: 'hfcicons';
  padding-left: 10px;
  text-decoration: none;
  display: inline-block;
  font-size: 1.5em;
  vertical-align: middle;
  padding-right: 2px;
}

.mobile_link_phone:before {
  content: '\e056';
}

.mobile_link_email:before {
  content: '\e00e';
}

.hfc_gen_noFloat {
  float: none;
  margin: 0 auto;
  text-align: center;
}
.hfc_gen_noFloat div {
  margin: 5px auto 40px auto;
}
.hfc_gen_noFloat div a {
  float: none;
  margin: 0 auto;
}

.hfc_gen_body {
  padding-left: 3em;
  border-right: solid 1px #A59899;
  width: auto;
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_body {
    border: 0;
    padding-left: 0;
  }
}

.hfc_gen_menu_vert_accord {
  font-size: 16px;
  display: block;
  overflow: hidden;
  -webkit-appearance: none;
  -webkit-transition: width 0.8s ease 0.0s;
  -moz-transition: width 0.8s ease 0.0s;
  -ms-transition: width 0.8s ease 0.0s;
  transition: width 0.8s ease 0.0s;
}
.hfc_gen_menu_vert_accord div.pane-title {
  visibility: hidden;
  opacity: 0;
  color: #5B4D4E;
  font-family: "Montserrat", Verdana, sans-serif;
  font-size: 1.25em;
  font-weight: 400;
  overflow: hidden;
}
.hfc_gen_menu_vert_accord div.pane-title span {
  margin-left: 10px;
}
.hfc_gen_menu_vert_accord div.pane-title i {
  font-family: fontawesome;
  content: '\f078';
  color: #F92506;
  -webkit-appearance: none;
  -webkit-transition: transform 0.8s ease 0.0s;
  -moz-transition: transform 0.8s ease 0.0s;
  -ms-transition: transform 0.8s ease 0.0s;
  transition: transform 0.8s ease 0.0s;
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_menu_vert_accord div.pane-title {
    visibility: visible;
    opacity: 1;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_menu_vert_accord div.pane-title.viewVert i {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.hfc_gen_menu_vert_accord ul {
  list-style-type: none;
  display: block;
}
.hfc_gen_menu_vert_accord ul li {
  margin-bottom: 15px;
}
.hfc_gen_menu_vert_accord ul li a {
  font-family: "Montserrat", Verdana, sans-serif;
  font-size: 1.25em;
  color: #5B4D4E;
  font-weight: 400;
}
.hfc_gen_menu_vert_accord ul li a.active {
  color: #F92506;
}
.hfc_gen_menu_vert_accord ul li a:hover {
  color: #FF4844;
  text-decoration: none;
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_menu_vert_accord ul {
    display: none;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_gen_menu_vert_accord {
    width: 100%;
  }
}

.hfc_grey_scale {
  -webkit-filter: grayscale(100%);
  /* Chrome, Safari, Opera */
  filter: grayscale(100%);
}

.hfc_nav_menu_2 {
  margin-left: calc((-100vw + 100%) / 2);
  margin-right: calc((-100vw + 100%) / 2);
  font-size: 1.2em;
}
.hfc_nav_menu_2 ul {
  border-bottom: 1px solid #5B4D4E;
  text-align: center;
}
.hfc_nav_menu_2 ul li {
  display: inline-block;
  padding: 0 20px;
}
.hfc_nav_menu_2 ul li a {
  color: #4a4a4a;
  font-family: "Montserrat", Verdana, sans-serif;
  font-weight: normal;
  font-weight: 300;
}
.hfc_nav_menu_2 ul li a:after {
  border-bottom: 3px solid white;
  padding-bottom: 7px;
  content: '';
  display: block;
}
.hfc_nav_menu_2 ul li a:hover {
  text-decoration: none;
}
.hfc_nav_menu_2 ul li a:active {
  color: #e02619;
}
.hfc_nav_menu_2 ul li a:active:after {
  border-bottom: 3px solid #e02619;
}
.hfc_nav_menu_2 ul li .clicked {
  color: #e02619;
}
.hfc_nav_menu_2 ul li .clicked:after {
  border-bottom: 3px solid #e02619;
}

.contact-us-pr.contact-us-panel {
  text-align: left;
  font-family: "Montserrat", Verdana, sans-serif;
  font-weight: 300;
  padding: 0 1em;
}
.contact-us-pr.contact-us-panel .link-wrapper {
  padding: 0.5em 0;
}
.contact-us-pr.contact-us-panel .link-wrapper a {
  font-size: 15px;
  line-height: 50px;
  padding-left: 60px;
}
.contact-us-pr.contact-us-panel .link-wrapper a:before {
  width: 50px;
  height: 50px;
}
@media only screen and (max-width: 47.9375em) {
  .contact-us-pr.contact-us-panel .link-wrapper {
    padding-left: 1em;
  }
}
.contact-us-pr.contact-us-panel h5 {
  margin: 1.5em 0 .25em 0;
}
@media only screen and (max-width: 47.9375em) {
  .contact-us-pr.contact-us-panel h5 {
    margin: 0;
  }
}
.contact-us-pr.contact-us-panel p {
  margin: 0;
  font-size: 12px;
}
@media only screen and (max-width: 47.9375em) {
  .contact-us-pr.contact-us-panel {
    clear: both;
    padding: 1em;
    margin-top: 6em;
    border: 1px solid #A59899;
  }
}

/**************************************************************
*
* Styles for Licensing
*
***************************************************************/
.pane-company-licensing-company-licensing .row div, .pane-company-licensing-panel-pane-2 .row div {
  text-align: center;
  line-height: 46px;
}
.pane-company-licensing-company-licensing .row div a, .pane-company-licensing-panel-pane-2 .row div a {
  color: #5B4D4E;
  font-weight: 300;
}
.pane-company-licensing-company-licensing .row div a:hover, .pane-company-licensing-panel-pane-2 .row div a:hover {
  text-decoration: none;
  color: #F92506;
}
.pane-company-licensing-company-licensing .row div a:hover img, .pane-company-licensing-panel-pane-2 .row div a:hover img {
  -webkit-filter: grayscale(0%);
  /* Chrome, Safari, Opera */
  filter: grayscale(0%);
}
@media only screen and (max-width: 61.9375em) {
  .pane-company-licensing-company-licensing .row div a:hover, .pane-company-licensing-panel-pane-2 .row div a:hover {
    color: #A59899;
  }
}
.pane-company-licensing-company-licensing .row div a.active, .pane-company-licensing-panel-pane-2 .row div a.active {
  color: #F92506;
}
.pane-company-licensing-company-licensing .row div a div, .pane-company-licensing-panel-pane-2 .row div a div {
  width: 150px;
  height: 150px;
  overflow: hidden;
  line-height: 150px;
  margin: 0 auto;
  padding: 3px;
}
.pane-company-licensing-company-licensing .row div a div img, .pane-company-licensing-panel-pane-2 .row div a div img {
  vertical-align: middle;
  margin: auto;
}
.pane-company-licensing-company-licensing .row div a summary, .pane-company-licensing-panel-pane-2 .row div a summary {
  font-family: "Montserrat", Verdana, sans-serif;
  font-size: 1.35em;
}
.pane-company-licensing-company-licensing .row div .div_details, .pane-company-licensing-panel-pane-2 .row div .div_details {
  opacity: 0;
  visibility: hidden;
  text-align: left;
  height: 0;
  width: 0;
  margin: auto 0;
  -webkit-appearance: none;
  -webkit-transition: all 0.5s ease-in 0.0s;
  -moz-transition: all 0.5s ease-in 0.0s;
  -ms-transition: all 0.5s ease-in 0.0s;
  transition: all 0.5s ease-in 0.0s;
}
@media only screen and (max-width: 61.9375em) {
  .pane-company-licensing-company-licensing .row div .div_details, .pane-company-licensing-panel-pane-2 .row div .div_details {
    opacity: 1;
    visibility: visible;
    width: 95%;
    height: auto;
    border-bottom: solid 1px #5B4D4E;
    padding-bottom: 5px;
  }
}

.pane-company-licensing-company-licensing div#current_information, .pane-company-licensing-panel-pane-2 div#current_information {
  padding-bottom: 1.1em;
  font-family: "Merriweather", serif;
  font-size: 16px;
  font-weight: inherit;
  line-height: 1.75em;
}
.pane-company-licensing-company-licensing div#current_information div, .pane-company-licensing-panel-pane-2 div#current_information div {
  text-align: left;
}
.pane-company-licensing-company-licensing div#current_information svg, .pane-company-licensing-panel-pane-2 div#current_information svg {
  width: 100%;
}

.hfc_company_header {
  background-color: gray;
  background-image: url("//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/company/highlights-columbus-main-office.jpg?yocs=_&yoloc=eu");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  margin-left: calc((-100vw + 100%) / 2);
  margin-right: calc((-100vw + 100%) / 2);
  text-align: center;
  min-height: 480px;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_company_header {
    min-height: 380px;
  }
}
.hfc_company_header .hfc_company_banner_header {
  padding-top: 220px;
  color: white;
  font-size: 4.375em;
  line-height: 1.15em;
  margin: 0;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_company_header .hfc_company_banner_header {
    font-size: 3em;
    padding-top: 150px;
  }
}
.hfc_company_header .hfc_company_banner_header b {
  font-weight: 400;
}
.hfc_company_header .hfc_company_banner_subheader {
  color: white;
  font-size: 3.25em;
  line-height: 1.15em;
  font-family: 'Montserrat', Verdana, sans-serif;
  font-weight: 300;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_company_header .hfc_company_banner_subheader {
    font-size: 2em;
  }
}
.hfc_company_header .hfc_company_banner_text {
  font-size: 0.875em;
  font-family: 'Montserrat', Verdana, sans-serif;
  float: right;
  font-weight: 300;
  margin-right: 130px;
  margin-top: 40px;
}
.hfc_company_header .hfc_company_banner_text .hfc_company_banner_link {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  padding: 0.8em;
  min-width: 260px;
  display: inline-block;
  line-height: 1em;
  background: none;
  font-weight: 400;
  border-color: white;
  font-size: 1em;
  margin-left: 10px;
}
.hfc_company_header .hfc_company_banner_text .hfc_company_banner_link:hover {
  text-decoration: none;
}
.hfc_company_header .hfc_company_banner_text .hfc_company_banner_link:focus {
  outline: 0;
}
.hfc_company_header .hfc_company_banner_text .hfc_company_banner_link:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc_company_header .hfc_company_banner_text .hfc_company_banner_link:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc_company_header .hfc_company_banner_text .hfc_company_banner_link:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc_company_header .hfc_company_banner_text .hfc_company_banner_link {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_company_header .hfc_company_banner_text .hfc_company_banner_link {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_company_header .hfc_company_banner_text .hfc_company_banner_link {
    line-height: 0.8em;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_company_header .hfc_company_banner_text {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_company_header .hfc_company_banner_text {
    margin-right: 20px;
    margin-top: 30px;
  }
}

.hfc_jazz_container {
  overflow: hidden;
}
.hfc_jazz_container div.textBelow img {
  width: 13%;
}
@media only screen and (max-width: 61.9375em) {
  .hfc_jazz_container div.textBelow img {
    width: 7%;
  }
}
.hfc_jazz_container div.textBelow span {
  font-size: .75em;
  padding-right: 3px;
}

.working-for-highlights h2 {
  text-align: center;
}
.working-for-highlights .hfc_company_culture {
  text-align: center;
}
.working-for-highlights .view-company-culture-carousel {
  margin-left: calc((-100vw + 100%) / 2);
  margin-right: calc((-100vw + 100%) / 2);
}
.working-for-highlights .view-company-culture-carousel .slick--center .slide__content {
  overflow: visible;
}
.working-for-highlights .view-company-culture-carousel .slick-list {
  overflow: visible !important;
}
.working-for-highlights .view-company-culture-carousel .views-field-field-image img {
  height: 324px;
  object-fit: cover;
  /* maintain aspect ratio while filling div */
  object-position: center;
  /* Center the image within the element */
}
@media only screen and (max-width: 47.9375em) {
  .working-for-highlights .view-company-culture-carousel .views-field-field-image img {
    height: 200px;
  }
}
.working-for-highlights .view-company-culture-carousel .views-field-field-overlay-text {
  visibility: hidden;
  text-align: center;
  margin-top: 2em;
  font-family: 'Montserrat', Verdana, sans-serif;
}
.working-for-highlights .view-company-culture-carousel .slick-active .views-field-field-overlay-text {
  visibility: visible;
  -webkit-transition: visibility 0.5s ease-in 0.5s;
  /* Safari */
  transition: visibility 0.5s ease-in 0.5s;
}
.working-for-highlights .view-company-culture-carousel .slick-dots {
  position: relative;
  top: -3.5em;
}
@media only screen and (min-width: 75em) {
  .working-for-highlights .view-company-culture-carousel .slick-dots {
    top: -5.5em;
  }
}
.working-for-highlights .view-company-culture-carousel .slick-slide {
  opacity: 0.3;
  margin: 0 10px;
  -webkit-filter: blur(1px);
  filter: alpha(opacity=30) blur(2px);
  /* For IE8 and earlier */
}
.working-for-highlights .view-company-culture-carousel .slick--center .slick-slide.slick-center {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: alpha(opacity=100) blur(0);
  /* For IE8 and earlier */
  transition: opacity 2s;
}
.working-for-highlights .view-company-culture-carousel .slick-prev {
  margin-left: 65px;
  margin-top: -42px;
  width: 75px;
  height: 75px;
  color: #da0716;
  opacity: 0.75;
  background-image: url("//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/arrow-left-circle.svg?yocs=_&yoloc=eu");
  background-size: 75px 75px;
}
@media only screen and (max-width: 61.9375em) {
  .working-for-highlights .view-company-culture-carousel .slick-prev {
    margin-top: -10px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .working-for-highlights .view-company-culture-carousel .slick-prev {
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
  }
}
.working-for-highlights .view-company-culture-carousel .slick-prev:hover {
  background-image: url("//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/circle-arrow-left_hover.svg?yocs=_&yoloc=eu");
  opacity: 0.9;
}
@media only screen and (max-width: 61.9375em) {
  .working-for-highlights .view-company-culture-carousel .slick-prev {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .working-for-highlights .view-company-culture-carousel .slick-prev {
    margin-left: 6px;
  }
}
.working-for-highlights .view-company-culture-carousel .slick-prev::before {
  content: '';
}
.working-for-highlights .view-company-culture-carousel .slick-prev:hover::before {
  content: '';
}
.working-for-highlights .view-company-culture-carousel .slick-next {
  margin-right: 65px;
  margin-top: -42px;
  width: 75px;
  height: 75px;
  color: #da0716;
  opacity: 0.75;
  background-image: url("//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/arrow-right-circle.svg?yocs=_&yoloc=eu");
  background-size: 75px 75px;
}
@media only screen and (max-width: 61.9375em) {
  .working-for-highlights .view-company-culture-carousel .slick-next {
    margin-top: -10px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .working-for-highlights .view-company-culture-carousel .slick-next {
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
  }
}
.working-for-highlights .view-company-culture-carousel .slick-next:hover {
  background-image: url("//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/circle-arrow-right_hover.svg?yocs=_&yoloc=eu");
  opacity: 0.9;
}
@media only screen and (max-width: 61.9375em) {
  .working-for-highlights .view-company-culture-carousel .slick-next {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .working-for-highlights .view-company-culture-carousel .slick-next {
    margin-right: 6px;
  }
}
.working-for-highlights .view-company-culture-carousel .slick-next::before {
  content: '';
}
.working-for-highlights .view-company-culture-carousel .slick-next:hover::before {
  content: '';
}
.working-for-highlights .view-company-culture-carousel .slick-dots li.slick-active button::before {
  opacity: 1;
  content: url("//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/hh_dot_fill.png?yocs=_&yoloc=eu");
}
.working-for-highlights .view-company-culture-carousel .slick-dots li button:before {
  opacity: 1;
  content: url("//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/hh_dot_empty.png?yocs=_&yoloc=eu");
}
.working-for-highlights .col-md-5th {
  width: 20%;
  padding: 0 15px;
  float: left;
}
@media only screen and (max-width: 47.9375em) {
  .working-for-highlights .col-md-5th {
    width: auto;
    float: none;
    margin: 0 1em;
    padding: 1em 0;
    border-bottom: 1px solid #cccccc;
  }
  .working-for-highlights .col-md-5th.last {
    border-bottom: none;
  }
}
.working-for-highlights .hfc_company_header {
  min-height: 400px;
}
@media only screen and (max-width: 47.9375em) {
  .working-for-highlights .hfc_company_header {
    min-height: 300px;
  }
}
.working-for-highlights .hfc_company_header .hfc_company_banner_header {
  font-weight: 300;
  max-width: 500px;
  margin: 0 auto;
  padding-top: 2.5em;
}
.working-for-highlights .hfc_company_header .hfc_company_banner_header b {
  font-size: 1.25em;
}
.working-for-highlights .hfc_company_header .hfc_company_banner_text .hfc_company_banner_link {
  padding: 1em;
}
@media only screen and (max-width: 47.9375em) {
  .working-for-highlights .hfc_company_header .hfc_company_banner_text .hfc_company_banner_link {
    padding: .75em;
    min-width: 12em;
  }
}
.working-for-highlights .more-about-highlights a {
  display: block;
  text-decoration: underline;
  color: #0995A2;
  font-size: 18px;
  font-family: "Montserrat", Verdana, sans-serif;
  font-weight: 300;
  line-height: 2.5em;
}
.working-for-highlights .more-about-highlights a:hover {
  color: #0EBECE;
}
@media only screen and (max-width: 47.9375em) {
  .working-for-highlights .more-about-highlights a {
    text-align: center;
  }
}
.working-for-highlights .office-locations {
  text-align: center;
}
.working-for-highlights .office-locations a {
  color: #5B4D4E;
}
.working-for-highlights .office-locations a h5 {
  font-size: 15px;
  border-bottom: 1px solid #cccccc;
}
@media only screen and (max-width: 47.9375em) {
  .working-for-highlights .office-locations a h5 {
    border: none;
  }
}
.working-for-highlights .office-locations a p {
  font-size: 12px;
  font-weight: 300;
  font-family: "Montserrat", Verdana, sans-serif;
}
.working-for-highlights .office-locations a div.state {
  position: relative;
  display: block;
  margin-top: 6em;
}
.working-for-highlights .office-locations a div.state:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: '';
  width: 90px;
  height: 90px;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.working-for-highlights .office-locations a div.state.safari-only:before {
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -ms-transition-property: none;
  transition-property: none;
}
.working-for-highlights .office-locations a div.state.columbus:before {
  background-image: url("//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/company/Office_Location_Icons/OH_icon.svg?yocs=_&yoloc=eu");
}
.working-for-highlights .office-locations a div.state.honesdale:before {
  background-image: url("//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/company/Office_Location_Icons/PA_icon.svg?yocs=_&yoloc=eu");
}
.working-for-highlights .office-locations a div.state.portland:before {
  background-image: url("//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/company/Office_Location_Icons/ME_icon.svg?yocs=_&yoloc=eu");
}
.working-for-highlights .office-locations a div.state.peterborough:before {
  background-image: url("//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/company/Office_Location_Icons/NH_icon.svg?yocs=_&yoloc=eu");
}
.working-for-highlights .office-locations a div.state.madison:before {
  background-image: url("//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/company/Office_Location_Icons/WI_icon.svg?yocs=_&yoloc=eu");
}
.working-for-highlights .office-locations a:hover {
  text-decoration: none;
  color: #5B4D4E;
}
.working-for-highlights .office-locations a:hover div.state.columbus:before {
  background-image: url("//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/company/Office_Location_Icons/OH_icon-red.svg?yocs=_&yoloc=eu");
}
.working-for-highlights .office-locations a:hover div.state.honesdale:before {
  background-image: url("//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/company/Office_Location_Icons/PA_icon-red.svg?yocs=_&yoloc=eu");
}
.working-for-highlights .office-locations a:hover div.state.portland:before {
  background-image: url("//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/company/Office_Location_Icons/ME_icon-red.svg?yocs=_&yoloc=eu");
}
.working-for-highlights .office-locations a:hover div.state.peterborough:before {
  background-image: url("//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/company/Office_Location_Icons/NH_icon-red.svg?yocs=_&yoloc=eu");
}
.working-for-highlights .office-locations a:hover div.state.madison:before {
  background-image: url("//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/company/Office_Location_Icons/WI_icon-red.svg?yocs=_&yoloc=eu");
}

.job_listings_footer .job_listings_footer_container {
  font-family: "Montserrat", Verdana, sans-serif;
  margin: 0 auto;
  font-weight: 400;
  text-align: center;
  font-size: 1.2em;
}
.job_listings_footer .job_listings_footer_container .job_listings_footer_link {
  padding-left: 10px;
  color: #0995A2;
}

.view-id-hfc_related_products {
  padding-top: 40px;
  border-top: 1px solid #5B4D4E;
}
.view-id-hfc_related_products .view-header p {
  font-family: "Montserrat",Verdana,sans-serif;
  color: #5B4D4E;
  font-size: 2em;
  font-weight: 300;
  margin: 0;
}
.view-id-hfc_related_products a {
  text-decoration: none;
  font-family: "Montserrat",Verdana,sans-serif;
  color: #5B4D4E;
}
.view-id-hfc_related_products a:hover {
  color: #5B4D4E;
}
.view-id-hfc_related_products .views-field-path-1 {
  font-weight: 300;
}
.view-id-hfc_related_products .views-field-field-store-images {
  height: 200px;
  max-width: 200px;
  margin: 0 auto;
}
.view-id-hfc_related_products .views-field-field-store-images .field-content {
  vertical-align: bottom;
  text-align: center;
}
.view-id-hfc_related_products .views-field-field-store-images img {
  width: auto;
  max-height: 200px;
}
.view-id-hfc_related_products .slide__content {
  text-align: center;
}
.view-id-hfc_related_products .slide__content .views-field {
  vertical-align: bottom;
}
.view-id-hfc_related_products .slide__content .views-field-title {
  margin-top: 25px;
}
.view-id-hfc_related_products .slick__arrow .slick-arrow {
  height: 400px;
}
.view-id-hfc_related_products .slick__arrow .slick-prev:before {
  content: url("//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/product-carousel-angle.png?yocs=_&yoloc=eu");
  display: block;
  -moz-transform: rotate(180deg) scale(0.5);
  -ms-transform: rotate(180deg) scale(0.5);
  -webkit-transform: rotate(180deg) scale(0.5);
  transform: rotate(180deg) scale(0.5);
}
.view-id-hfc_related_products .slick__arrow .slick-next:before {
  content: url("//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/product-carousel-angle.png?yocs=_&yoloc=eu");
  display: block;
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.view-id-hfc_related_products .slick-dots li.slick-active button:before {
  color: #e02619;
}

.header {
  z-index: 1000;
  width: 100%;
  font-family: 'Montserrat', Verdana, sans-serif;
  padding: 0 10px;
  box-sizing: border-box;
}
.header .block {
  margin-bottom: 0;
}
.header a {
  display: block;
}
.header a:hover {
  text-decoration: none;
}
.header > div {
  margin-left: -10px;
  margin-right: -10px;
}
.header > .header__region {
  background: rgba(252, 249, 245, 0.95);
  border-bottom: solid 1px #e02619;
  position: relative;
  height: 52px;
}
@media only screen and (max-width: 61.9375em) and (min-width: 48em) and (max-width: 61.9375em), only screen and (max-width: 61.9375em) and (min-width: 48em) and (min-width: 62em) {
  .header > .header__region {
    height: 60px;
  }
}

@media (min-width: 62em) {
  .header > .header__region {
    height: 74px;
  }
}
.header > .header__region #main-logo {
  float: left;
  padding: 0 0.625em;
}
.header > .header__region #main-logo img {
  margin-top: 12px;
  width: 120px;
  max-height: 50px;
}
@media only screen and (max-width: 61.9375em) and (min-width: 48em) and (max-width: 61.9375em), only screen and (max-width: 61.9375em) and (min-width: 48em) and (min-width: 62em) {
  .header > .header__region #main-logo img {
    margin-top: 10px;
    width: 90px;
    max-height: 40px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .header > .header__region #main-logo img {
    margin-top: 11px;
    width: 71.5px;
    max-height: 30px;
  }
}
.header > .header__region a {
  color: #5B4D4E;
  font-size: 12px;
  white-space: nowrap;
}

.header-fixed {
  position: fixed;
}

#colorbox #cboxClose {
  top: 0;
  right: 0;
}

#cboxLoadedContent {
  margin-top: 28px;
  margin-bottom: 0;
}

.header #block-menu-menu-blog-header-menu {
  font-family: 'Montserrat', Verdana, sans-serif;
  font-weight: 300;
  max-width: 1140px;
  cursor: pointer;
}
@media only screen and (max-width: 61.9375em) {
  .header #block-menu-menu-blog-header-menu {
    display: none;
  }
}
.header #block-menu-menu-blog-header-menu ul {
  margin: 0;
  text-align: center;
}
.header #block-menu-menu-blog-header-menu > ul.menu {
  margin: 0;
  line-height: 80px;
}
.header #block-menu-menu-blog-header-menu > ul.menu li {
  cursor: pointer;
  list-style: none none;
}
.header #block-menu-menu-blog-header-menu > ul.menu ul {
  display: none;
  padding: 0;
}
.header #block-menu-menu-blog-header-menu > ul.menu a {
  padding: 0 1em;
}
.header #block-menu-menu-blog-header-menu > ul.menu a:hover {
  color: #E02619;
  text-decoration: none;
}
.header #block-menu-menu-blog-header-menu > ul.menu > li {
  float: left;
  position: relative;
}
.header #block-menu-menu-blog-header-menu > ul.menu > li.open.dropdown:after, .header #block-menu-menu-blog-header-menu > ul.menu > li.open.is-expanded:after {
  content: '\f0d8';
  font-family: fontawesome;
  left: calc(50% - 3px);
  bottom: -1px;
  position: absolute;
  line-height: normal;
  color: #E02619;
  font-size: 12px;
}
.header #block-menu-menu-blog-header-menu > ul.menu > li > a {
  line-height: 74px;
  position: relative;
}
.header #block-menu-menu-blog-header-menu > ul.menu > li > ul {
  position: absolute;
  border: solid 1px red;
  border-top: solid 3px red;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  line-height: 45px;
  top: 70px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 200px;
  max-width: 243px;
}
.header #block-menu-menu-blog-header-menu > ul.menu > li > ul a {
  outline: none;
  line-height: 45px;
}
.header #block-menu-menu-blog-header-menu > ul.menu > li > ul li:not(.is-leaf):not(.leaf) > a:after {
  content: ' \f107';
  font-family: fontawesome;
}
.header #block-menu-menu-blog-header-menu > ul.menu > li > ul li:not(.is-leaf):not(.leaf).open > a {
  color: #E02619;
}
.header #block-menu-menu-blog-header-menu > ul.menu > li > ul li:not(.is-leaf):not(.leaf).open > a:after {
  content: ' \f106';
}
.header #block-menu-menu-blog-header-menu > ul.menu > li > ul li:not(.is-leaf):not(.leaf).open > ul {
  display: block;
}
.header #block-menu-menu-blog-header-menu > ul.menu > li > ul li > a.customer-service-menu-link {
  color: #127B89;
  font-size: 14px;
}
.header #block-menu-menu-blog-header-menu > ul.menu > li > ul li > a.customer-service-menu-link:hover {
  color: #E02619;
}
.header #block-menu-menu-blog-header-menu > ul.menu > li > ul li > a.customer-service-menu-link:after {
  font-family: fontawesome;
}
.header #block-menu-menu-blog-header-menu > ul.menu > li > ul li > a.customer-service-menu-link.menu-phone-icon:after {
  content: '\00a0\f10b';
  font-size: 16px;
}
.header #block-menu-menu-blog-header-menu > ul.menu > li > ul li > a.customer-service-menu-link.menu-chat-icon-with-carrot-down:after {
  content: '\00a0\f0e5\00a0\f107';
}
.header #block-menu-menu-blog-header-menu > ul.menu > li > ul li > a.customer-service-menu-link.menu-email-icon:after {
  content: '\00a0\f003';
}
.header #block-menu-menu-blog-header-menu > ul.menu > li > ul li.open > a.customer-service-menu-link.menu-chat-icon-with-carrot-down:after {
  content: '\00a0\f0e5\00a0\f106';
}
.header #block-menu-menu-blog-header-menu > ul.menu > li > ul > li:not(:first-child) {
  border-top: solid 1px #A59899;
}
.header #block-menu-menu-blog-header-menu > ul.menu > li > ul > li > a {
  font-weight: normal;
  background-color: rgba(252, 249, 245, 0.95);
}
.header #block-menu-menu-blog-header-menu > ul.menu > li > ul > li > ul a {
  background-color: rgba(255, 255, 255, 0.95);
}
.header #block-menu-menu-blog-header-menu > ul.menu > li > ul > li > ul > li {
  border-top: solid 1px #A59899;
}

.header .mobile-menu-toggle {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 62em) {
  .header .mobile-menu-toggle {
    display: none;
  }
}
@media only screen and (max-width: 61.9375em) and (min-width: 48em) and (max-width: 61.9375em), only screen and (max-width: 61.9375em) and (min-width: 48em) and (min-width: 62em) {
  .header .mobile-menu-toggle {
    width: 42px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .header .mobile-menu-toggle {
    width: 40px;
  }
}
.header .mobile-menu-toggle > a {
  display: block;
  color: #E02619;
  outline: none;
  text-align: center;
}
@media only screen and (max-width: 61.9375em) and (min-width: 48em) and (max-width: 61.9375em), only screen and (max-width: 61.9375em) and (min-width: 48em) and (min-width: 62em) {
  .header .mobile-menu-toggle > a {
    padding-top: 14.5px;
    padding-bottom: 14.5px;
    font-size: 15px;
    line-height: 19px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .header .mobile-menu-toggle > a {
    padding-top: 13.5px;
    padding-bottom: 13.5px;
    font-size: 13px;
    line-height: 15px;
  }
}
.header .mobile-menu-toggle > a:before {
  content: '\e00f';
  font-family: hfcicons;
  display: block;
  position: relative;
  left: -1px;
}
@media only screen and (max-width: 61.9375em) and (min-width: 48em) and (max-width: 61.9375em), only screen and (max-width: 61.9375em) and (min-width: 48em) and (min-width: 62em) {
  .header .mobile-menu-toggle > a:before {
    font-size: 38px;
    line-height: 12px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .header .mobile-menu-toggle > a:before {
    font-size: 30px;
    line-height: 10px;
  }
}
.header .mobile-menu-toggle > a.open:before {
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.header .region-mobile-navigation {
  font-family: 'Montserrat', Verdana, sans-serif;
  display: none;
  position: fixed;
  z-index: 1000;
  width: 100%;
  line-height: 45px;
}
@media (min-width: 62em) {
  .header .region-mobile-navigation {
    display: none !important;
  }
}
.header .region-mobile-navigation a {
  outline: none;
}
.header .region-mobile-navigation li {
  cursor: pointer;
  list-style: none none;
}
.header .region-mobile-navigation li:not(.is-leaf):not(.leaf) > a:after {
  content: ' \f0d7';
  font-family: fontawesome;
  font-size: 12px;
}
.header .region-mobile-navigation li:not(.is-leaf):not(.leaf).open > a:after {
  content: ' \f0d8';
}
.header .region-mobile-navigation ul {
  margin: 0;
  text-align: center;
  padding: 0;
}
.header .region-mobile-navigation .menu-block-wrapper > ul.menu {
  font-size: 16px;
  font-weight: 400;
}
.header .region-mobile-navigation .menu-block-wrapper > ul.menu:last-child {
  border-bottom: solid 5px #E02619;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.5);
}
.header .region-mobile-navigation .menu-block-wrapper > ul.menu ul {
  display: none;
  font-weight: 300;
}
.header .region-mobile-navigation .menu-block-wrapper > ul.menu li > a.customer-service-menu-link {
  color: #127B89;
  font-size: 14px;
}
.header .region-mobile-navigation .menu-block-wrapper > ul.menu li > a.customer-service-menu-link:hover {
  color: #E02619;
}
.header .region-mobile-navigation .menu-block-wrapper > ul.menu li > a.customer-service-menu-link:after {
  font-family: fontawesome;
}
.header .region-mobile-navigation .menu-block-wrapper > ul.menu li > a.customer-service-menu-link.menu-phone-icon:after {
  content: '\00a0\f10b';
  font-size: 16px;
}
.header .region-mobile-navigation .menu-block-wrapper > ul.menu li > a.customer-service-menu-link.menu-chat-icon-with-carrot-down:after {
  content: '\00a0\f0e5\00a0\f107';
}
.header .region-mobile-navigation .menu-block-wrapper > ul.menu li > a.customer-service-menu-link.menu-email-icon:after {
  content: '\00a0\f003';
}
.header .region-mobile-navigation .menu-block-wrapper > ul.menu li.open > a.customer-service-menu-link.menu-chat-icon-with-carrot-down:after {
  content: '\00a0\f0e5\00a0\f106';
}
.header .region-mobile-navigation .menu-block-wrapper > ul.menu li > a.customer-service-menu-link {
  font-size: 16px;
  color: #0EBECE;
}
.header .region-mobile-navigation .menu-block-wrapper > ul.menu li > a.customer-service-menu-link:hover {
  color: #FA9790;
}
.header .region-mobile-navigation .menu-block-wrapper > ul.menu li.open > ul {
  display: block;
}
.header .region-mobile-navigation .menu-block-wrapper > ul.menu > li > a {
  background-color: rgba(255, 255, 255, 0.95);
  color: #5B4D4E;
}
.header .region-mobile-navigation .menu-block-wrapper > ul.menu > li > ul > li {
  background-color: rgba(91, 77, 78, 0.95);
}
.header .region-mobile-navigation .menu-block-wrapper > ul.menu > li > ul > li a {
  color: white;
}
.header .region-mobile-navigation .menu-block-wrapper > ul.menu > li > ul > li > ul {
  border-top: solid 1px white;
  border-bottom: solid 1px white;
  margin: 0 15px;
}
.header .region-mobile-navigation .menu-block-wrapper > ul.menu > li > ul > li > ul > li > ul > li > a {
  font-size: 14px;
}

.header #nav-cart {
  font-weight: 300;
  float: right;
  text-align: center;
  overflow: hidden;
}
.header #nav-cart > a {
  line-height: 40px;
  padding: 0 10px 0;
  display: inline-block;
  vertical-align: middle;
  border-left: solid 1px #A59899;
}
@media (min-width: 62em) {
  .header #nav-cart > a {
    margin-top: 17px;
  }
}
@media only screen and (max-width: 61.9375em) and (min-width: 48em) and (max-width: 61.9375em), only screen and (max-width: 61.9375em) and (min-width: 48em) and (min-width: 62em) {
  .header #nav-cart > a {
    margin-top: 10px;
  }
}

.header #nav-cart > a:hover {
  color: #E02619;
}
.header #nav-cart > a:after {
  color: #E02619;
  content: '\e006';
  font-family: hfcicons;
  font-size: 24px;
  line-height: 31px;
}
@media (min-width: 62em) {
  .header #nav-cart > a:after {
    display: inline-block;
    vertical-align: middle;
    padding-left: 6px;
    font-size: 24px;
    line-height: 31px;
  }
}
@media only screen and (max-width: 61.9375em) {
  .header #nav-cart > a:after {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    padding-left: 3px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .header #nav-cart > a {
    font-size: 10px;
    line-height: 10px;
    padding-top: 26px;
    padding-bottom: 2px;
    position: relative;
    margin-top: 7px;
  }
  .header #nav-cart > a:after {
    position: absolute;
    top: 4px;
    left: calc(50% - 14px);
    font-size: 20px;
    line-height: 20px;
  }
}

.header #block-search-form {
  font-weight: 300;
  float: right;
  line-height: 24px;
  margin-top: 22px;
  margin-right: 15px;
  border-bottom: solid 1px #A59899;
  position: relative;
  padding-bottom: 3px;
}
@media only screen and (max-width: 47.9375em) {
  .header #block-search-form {
    height: 52px;
  }
}
@media only screen and (max-width: 61.9375em) and (min-width: 48em) and (max-width: 61.9375em), only screen and (max-width: 61.9375em) and (min-width: 48em) and (min-width: 62em) {
  .header #block-search-form {
    height: 60px;
  }
}

.header #block-search-form .element-invisible {
  display: none;
}
.header #block-search-form .form-item {
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
.header #block-search-form .form-actions, .header #block-search-form .form-actions2 {
  cursor: pointer;
  position: relative;
  font-weight: 300;
  font-size: 24px;
  display: inline-block;
  vertical-align: top;
}
.header #block-search-form .form-actions:after, .header #block-search-form .form-actions2:after {
  font-family: hfcicons;
  content: '\e010';
  position: absolute;
  color: #E02619;
  line-height: 1em;
}
@media (min-width: 62em) {
  .header #block-search-form .form-actions:after, .header #block-search-form .form-actions2:after {
    bottom: 0;
    left: 0;
  }
}
@media only screen and (max-width: 61.9375em) and (min-width: 48em) and (max-width: 61.9375em), only screen and (max-width: 61.9375em) and (min-width: 48em) and (min-width: 62em) {
  .header #block-search-form .form-actions:after, .header #block-search-form .form-actions2:after {
    right: 5px;
    top: 0;
  }
}

.header #block-search-form input[type=text] {
  font-weight: 300;
  background-color: transparent;
  border: none;
  font-size: 12px;
  width: 160px;
  outline: none;
}
.header #block-search-form input[type=submit] {
  color: #E02619;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 2px 12px;
  width: 24px;
  height: 24px;
  min-width: auto;
}
@media only screen and (max-width: 61.9375em) {
  .header #block-search-form {
    line-height: 60px;
    border: none;
    margin: 0 15px 0 0;
  }
  .header #block-search-form .form-actions, .header #block-search-form .form-actions2 {
    font-size: 0;
  }
  .header #block-search-form .form-actions > input, .header #block-search-form .form-actions2 > input {
    padding: 0;
    width: 0;
    height: 0;
  }
  .header #block-search-form .form-actions:before, .header #block-search-form .form-actions2:before {
    content: 'Search';
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
  }
  .header #block-search-form .form-actions:after, .header #block-search-form .form-actions2:after {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    position: static;
    padding-left: 5px;
  }
  .header #block-search-form .form-item-search-block-form {
    display: none;
    position: absolute;
    height: 45px;
    line-height: 45px;
    right: -50px;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.95);
    float: left;
    border: solid 1px #5B4D4E;
    width: 250px;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 61.9375em) and (max-width: 61.9375em) and (min-width: 48em) and (max-width: 61.9375em), only screen and (max-width: 61.9375em) and (max-width: 61.9375em) and (min-width: 48em) and (min-width: 62em) {
  .header #block-search-form .form-item-search-block-form {
    top: 60px;
  }
}

@media only screen and (max-width: 61.9375em) and (max-width: 47.9375em) {
  .header #block-search-form .form-item-search-block-form {
    top: 52px;
  }
}
@media only screen and (max-width: 61.9375em) {
  .header #block-search-form .form-item-search-block-form > input[type=text] {
    width: 100%;
  }
  .header #block-search-form.open {
    border-bottom: solid 3px #E02619;
  }
  .header #block-search-form.open .form-item-search-block-form {
    display: block;
  }
}
@media only screen and (max-width: 61.9375em) and (max-width: 47.9375em) {
  .header #block-search-form {
    line-height: 10px;
    min-width: 30px;
    padding: 0 3px;
    position: relative;
  }
  .header #block-search-form .form-actions:before, .header #block-search-form .form-actions2:before {
    font-size: 10px;
    margin-top: 7px;
    padding-top: 26px;
  }
  .header #block-search-form .form-actions:after, .header #block-search-form .form-actions2:after {
    position: absolute;
    top: 11px;
    left: calc(50% - 14px);
    font-size: 20px;
    line-height: 20px;
  }
}

#header .region-header-promotion {
  border-bottom: solid 1px black;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.95);
}
#header .region-header-promotion .promotion-view {
  overflow: hidden;
  text-align: center;
  font-weight: bold;
  z-index: 1000;
  width: 100%;
  left: 0;
  font-family: 'Montserrat', Verdana, sans-serif;
}
#header .region-header-promotion .promotion-view .view-content {
  overflow: hidden;
}
#header .region-header-promotion .promotion-view .view-content .views-row {
  float: left;
  padding: 10px 0;
}
@media (max-width: 640px) {
  #header .region-header-promotion .promotion-view .view-content .views-row {
    padding: 0;
  }
}
@media (min-width: 768px) {
  #header .region-header-promotion .promotion-view .view-content .views-row:first-child:nth-last-child(1), #header .region-header-promotion .promotion-view .view-content .views-row:first-child:nth-last-child(1) ~ div {
    width: 100%;
  }
  #header .region-header-promotion .promotion-view .view-content .views-row:first-child:nth-last-child(2), #header .region-header-promotion .promotion-view .view-content .views-row:first-child:nth-last-child(2) ~ div {
    width: 50%;
  }
  #header .region-header-promotion .promotion-view .view-content .views-row:first-child:nth-last-child(3), #header .region-header-promotion .promotion-view .view-content .views-row:first-child:nth-last-child(3) ~ div {
    width: 33.33333%;
  }
}
@media (min-width: 641px) and (max-width: 767px) {
  #header .region-header-promotion .promotion-view .view-content .views-row:first-child:nth-last-child(1), #header .region-header-promotion .promotion-view .view-content .views-row:first-child:nth-last-child(1) ~ div {
    width: 100%;
  }
  #header .region-header-promotion .promotion-view .view-content .views-row:first-child:nth-last-child(2), #header .region-header-promotion .promotion-view .view-content .views-row:first-child:nth-last-child(2) ~ div {
    width: 50%;
  }
  #header .region-header-promotion .promotion-view .view-content .views-row:nth-child(2) ~ div {
    display: none;
  }
  #header .region-header-promotion .promotion-view .view-content .views-row:first-child:not(:last-child) {
    width: 50%;
  }
  #header .region-header-promotion .promotion-view .view-content .views-row:first-child:not(:last-child) ~ div {
    width: 50%;
  }
}
@media (max-width: 640px) {
  #header .region-header-promotion .promotion-view .view-content .views-row {
    width: 100%;
  }
  #header .region-header-promotion .promotion-view .view-content .views-row:nth-child(1) ~ div {
    display: none;
  }
}
#header .region-header-promotion .promotion-view .view-content .views-row:not(:first-child) > .promotion-cell, #header .region-header-promotion .promotion-view .view-content .views-row:not(:first-child) > .views-field {
  border-left: solid 1px black;
}
#header .region-header-promotion .promotion-view .view-content .views-row a {
  font-size: 20px;
  line-height: 40px;
  color: #372829;
  display: block;
}
@media (max-width: 1199px) {
  #header .region-header-promotion .promotion-view .view-content .views-row a {
    font-size: 18px;
    line-height: 40px;
  }
}
@media (max-width: 1023px) {
  #header .region-header-promotion .promotion-view .view-content .views-row a {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 640px) {
  #header .region-header-promotion .promotion-view .view-content .views-row a {
    font-size: 14px;
    line-height: 30px;
  }
}
#header .region-header-promotion .promotion-view .view-content .views-row a:hover {
  color: #E02619;
}

/*
Structure in HTML (for now)
#footer{
  #footer_top{
    #block-menu-menu-blog-social-media-links
    #block-hfc-newsletter-signup-sub-mdb-fwap
  }
  #footer_base{
    #block-menu-menu-blog-footermap
  }
  #footer_bottom{
    //generic, html block, with #logo-copyright
    #block-menu-menu-blog-footer-menu
  }
}
*/
#footer_top {
  overflow: hidden;
  border-bottom: 1px solid #282222;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  #footer_top {
    border-bottom: 4px solid #E02619;
    margin-top: 15px;
  }
}
#footer_top .block {
  margin: 2em 0 2.5em;
}
#footer_top h2 {
  font-weight: 300;
  color: #5B4D4E;
  text-align: left;
}
@media only screen and (max-width: 47.9375em) {
  #footer_top h2 {
    text-align: center;
  }
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  #footer_top .block {
    float: left;
  }
}

@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  .block-hfc-newsletter-signup {
    width: 33%;
  }
}

@media only screen and (max-width: 47.9375em) {
  .block-hfc-newsletter-signup {
    border-top: solid 1px black;
    padding-top: 10px;
  }
}
.block-hfc-newsletter-signup h2 {
  font-size: 1.5em;
}
@media only screen and (max-width: 47.9375em) {
  .block-hfc-newsletter-signup h2 {
    text-align: center;
  }
}
.block-hfc-newsletter-signup h2:after {
  font-family: "hfcicons" !important;
  content: '\e00e';
  padding-left: 8px;
  font-size: 26px;
  vertical-align: bottom;
}
.block-hfc-newsletter-signup .form-submit {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #1BC475;
  background-color: #1BC475;
  padding: 0.8em;
  min-width: 260px;
  min-width: 85px;
  font-size: 12px;
  height: 40px;
  vertical-align: bottom;
  -moz-border-radius: 0 0.3125em 0.3125em 0;
  -webkit-border-radius: 0;
  border-radius: 0 0.3125em 0.3125em 0;
}
.block-hfc-newsletter-signup .form-submit:hover {
  text-decoration: none;
}
.block-hfc-newsletter-signup .form-submit:focus {
  outline: 0;
}
.block-hfc-newsletter-signup .form-submit:hover {
  color: white;
  border-color: #26EC90;
  background-color: #26EC90;
}
.block-hfc-newsletter-signup .form-submit:active {
  border-color: #18A764;
  background-color: #18A764;
}
.block-hfc-newsletter-signup .form-submit:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .block-hfc-newsletter-signup .form-submit {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .block-hfc-newsletter-signup .form-submit {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .block-hfc-newsletter-signup form {
    text-align: center;
    margin-bottom: 3.5em;
  }
}
.block-hfc-newsletter-signup .form-item {
  margin: 0;
}
.block-hfc-newsletter-signup .form-type-item,
.block-hfc-newsletter-signup .form-type-textfield label {
  display: none;
}
.block-hfc-newsletter-signup .form-type-textfield {
  display: inline-block;
  margin-right: -3px;
  width: calc(100% - 86px);
  max-width: 300px;
}
.block-hfc-newsletter-signup input[type=text] {
  width: 12.5em;
  max-width: 100%;
  border: none;
  -moz-border-radius: 0.3125em 0 0 0.3125em;
  -webkit-border-radius: 0.3125em;
  border-radius: 0.3125em 0 0 0.3125em;
  padding: 0 1.25em;
  background-color: #f6f2eb;
  min-width: 100%;
  outline: none;
  height: 40px;
}

#block-menu-menu-blog-social-media-links {
  text-align: center;
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  #block-menu-menu-blog-social-media-links {
    width: 33%;
  }
}

@media only screen and (max-width: 61.9375em) and (min-width: 48em) and (max-width: 61.9375em), only screen and (max-width: 61.9375em) and (min-width: 48em) and (min-width: 62em) {
  #block-menu-menu-blog-social-media-links {
    padding-left: 10px;
  }
}

#block-menu-menu-blog-social-media-links h2 {
  font-size: 1.5em;
}
@media only screen and (max-width: 61.9375em) and (min-width: 48em) and (max-width: 61.9375em), only screen and (max-width: 61.9375em) and (min-width: 48em) and (min-width: 62em) {
  #block-menu-menu-blog-social-media-links h2 {
    text-align: left;
  }
}

#block-menu-menu-blog-social-media-links ul {
  margin-top: 0;
  font-size: 0;
}
@media only screen and (max-width: 61.9375em) and (min-width: 48em) and (max-width: 61.9375em), only screen and (max-width: 61.9375em) and (min-width: 48em) and (min-width: 62em) {
  #block-menu-menu-blog-social-media-links ul {
    margin-left: -8px;
  }
}

@media only screen and (max-width: 47.9375em) {
  #block-menu-menu-blog-social-media-links ul {
    text-align: center;
  }
}
#block-menu-menu-blog-social-media-links li {
  font-size: 100px;
  overflow: hidden;
  display: inline-block;
  max-width: 60px;
  margin: 0;
  padding: 0 8px;
}
@media only screen and (max-width: 61.9375em) {
  #block-menu-menu-blog-social-media-links li {
    padding: 0 4px;
  }
}
@media only screen and (max-width: 47.9375em) {
  #block-menu-menu-blog-social-media-links li {
    width: 16.66667%;
  }
}
#block-menu-menu-blog-social-media-links li:first-child {
  padding-left: 0;
  margin-left: 0;
}
#block-menu-menu-blog-social-media-links li:last-child {
  padding-right: 0;
  margin-right: 0;
}
#block-menu-menu-blog-social-media-links li a {
  height: 32px;
  width: 32px;
  text-indent: -9999px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#block-menu-menu-blog-social-media-links li.facebook a {
  background-image: url(//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/social/icon-footer-facebook.png?yocs=_&yoloc=eu);
}
#block-menu-menu-blog-social-media-links li.twitter a {
  background-image: url(//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/social/icon-footer-twitter.png?yocs=_&yoloc=eu);
}
#block-menu-menu-blog-social-media-links li.pinterest a {
  background-image: url(//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/social/icon-footer-pinterest.png?yocs=_&yoloc=eu);
}
#block-menu-menu-blog-social-media-links li.youtube a {
  background-image: url(//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/social/icon-footer-youtube.png?yocs=_&yoloc=eu);
}
#block-menu-menu-blog-social-media-links li.instagram a {
  background-image: url(//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/social/icon-footer-instagram.png?yocs=_&yoloc=eu);
}
#block-menu-menu-blog-social-media-links li.google-plus a {
  background-image: url(//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/social/icon-footer-gplus.png?yocs=_&yoloc=eu);
}

#block-menu-menu-blog-app-links {
  text-align: center;
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  #block-menu-menu-blog-app-links {
    width: 33%;
  }
}

@media only screen and (max-width: 61.9375em) and (min-width: 48em) and (max-width: 61.9375em), only screen and (max-width: 61.9375em) and (min-width: 48em) and (min-width: 62em) {
  #block-menu-menu-blog-app-links {
    padding-left: 10px;
  }
}

@media only screen and (max-width: 47.9375em) {
  #block-menu-menu-blog-app-links {
    border-top: solid 1px black;
    padding-top: 10px;
  }
}
#block-menu-menu-blog-app-links h2 {
  font-size: 1.5em;
}
@media only screen and (max-width: 61.9375em) and (min-width: 48em) and (max-width: 61.9375em), only screen and (max-width: 61.9375em) and (min-width: 48em) and (min-width: 62em) {
  #block-menu-menu-blog-app-links h2 {
    text-align: left;
  }
}

#block-menu-menu-blog-app-links h2:after {
  font-family: "hfcicons" !important;
  content: '\e057';
  padding-left: 8px;
  font-size: 20px;
  vertical-align: bottom;
}
#block-menu-menu-blog-app-links ul {
  margin-top: 0;
  font-size: 0;
}
@media only screen and (max-width: 61.9375em) and (min-width: 48em) and (max-width: 61.9375em), only screen and (max-width: 61.9375em) and (min-width: 48em) and (min-width: 62em) {
  #block-menu-menu-blog-app-links ul {
    margin-left: -8px;
  }
}

@media only screen and (max-width: 47.9375em) {
  #block-menu-menu-blog-app-links ul {
    text-align: center;
  }
}
#block-menu-menu-blog-app-links li {
  font-size: 100px;
  overflow: hidden;
  display: inline-block;
  margin: 0;
  padding: 0 8px;
}
#block-menu-menu-blog-app-links li:first-child {
  padding-left: 0;
  margin-left: 0;
}
#block-menu-menu-blog-app-links li:last-child {
  padding-right: 0;
  margin-right: 0;
}
#block-menu-menu-blog-app-links li a {
  height: 30px;
  width: 102.875px;
  text-indent: -9999px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#block-menu-menu-blog-app-links li.google-play a {
  background-image: url(//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/apps/icon-footer-google-play.png?yocs=_&yoloc=eu);
}
#block-menu-menu-blog-app-links li.app-store a {
  background-image: url(//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/apps/icon-footer-app-store.png?yocs=_&yoloc=eu);
}

#footer_base {
  background: #FCF9F5;
}
@media only screen and (max-width: 47.9375em) {
  #footer_base {
    border-bottom: solid 4px #E02619;
  }
}

@media (min-width: 62em) {
  .hfc_homepage_footer_map_last {
    border-left: 2px solid #D5CBCB;
    padding-left: 5px;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc_homepage_footer_map_last {
    border-left: none;
    padding-left: inherit;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hfc_homepage_footer_map_last {
    border-left: none;
    padding-left: inherit;
  }
}

#block-menu-menu-blog-footermap {
  font-size: 11.5px;
}
#block-menu-menu-blog-footermap .email:before {
  content: ' \f0e0';
  font-family: fontawesome;
  padding-right: 2px;
}
@media only screen and (max-width: 47.9375em) {
  #block-menu-menu-blog-footermap ul {
    margin: 0;
  }
  #block-menu-menu-blog-footermap ul li {
    text-align: center;
  }
  #block-menu-menu-blog-footermap ul li a {
    color: #5B4D4E;
    display: block;
    font-weight: 400;
    outline: none;
  }
  #block-menu-menu-blog-footermap ul li a:focus {
    outline: none;
  }
  #block-menu-menu-blog-footermap ul li a:hover {
    text-decoration: none;
  }
  #block-menu-menu-blog-footermap .menu-column > a, #block-menu-menu-blog-footermap .menu-cell > a {
    display: none;
  }
  #block-menu-menu-blog-footermap .menu__item:not(.is-leaf):not(.leaf):not(.menu-column):not(.menu-cell) {
    border-bottom: solid 1px black;
  }
  #block-menu-menu-blog-footermap .menu__item:not(.is-leaf):not(.leaf):not(.menu-column):not(.menu-cell) > ul {
    display: none;
    border-top: solid 1px black;
    padding: 10px 0;
  }
  #block-menu-menu-blog-footermap .menu__item:not(.is-leaf):not(.leaf):not(.menu-column):not(.menu-cell) > ul a {
    font-size: 12px;
    font-weight: 300;
  }
  #block-menu-menu-blog-footermap .menu__item:not(.is-leaf):not(.leaf):not(.menu-column):not(.menu-cell) > a {
    font-size: 12px;
    font-weight: 400;
    line-height: 35px;
  }
  #block-menu-menu-blog-footermap .menu__item:not(.is-leaf):not(.leaf):not(.menu-column):not(.menu-cell) > a:after {
    content: ' \f107';
    font-family: fontawesome;
  }
  #block-menu-menu-blog-footermap .menu__item:not(.is-leaf):not(.leaf):not(.menu-column):not(.menu-cell).open > ul {
    display: block;
  }
  #block-menu-menu-blog-footermap .menu__item:not(.is-leaf):not(.leaf):not(.menu-column):not(.menu-cell).open > a:after {
    content: ' \f106';
  }
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  #block-menu-menu-blog-footermap {
    padding: 15px 0;
    margin-bottom: 0;
  }
  #block-menu-menu-blog-footermap a {
    color: #5B4D4E;
    display: block;
  }
  #block-menu-menu-blog-footermap ul {
    list-style: none none;
  }
  #block-menu-menu-blog-footermap ul li {
    display: block;
    line-height: 22px;
  }
  #block-menu-menu-blog-footermap > ul {
    overflow: hidden;
  }
  #block-menu-menu-blog-footermap > ul > li.menu-column {
    padding: 0 1.25em;
    float: left;
    width: 25%;
  }
  #block-menu-menu-blog-footermap > ul > li.menu-column:last-child {
    padding-top: 20px;
  }
}

@media only screen and (min-width: 48em) and (max-width: 61.9375em) and (max-width: 61.9375em) and (min-width: 48em) and (max-width: 61.9375em), only screen and (min-width: 48em) and (min-width: 62em) and (max-width: 61.9375em) and (min-width: 48em) and (max-width: 61.9375em), only screen and (min-width: 48em) and (max-width: 61.9375em) and (max-width: 61.9375em) and (min-width: 48em) and (min-width: 62em), only screen and (min-width: 48em) and (min-width: 62em) and (max-width: 61.9375em) and (min-width: 48em) and (min-width: 62em) {
  #block-menu-menu-blog-footermap > ul > li.menu-column {
    width: 33.33333%;
  }
  #block-menu-menu-blog-footermap > ul > li.menu-column:last-child {
    width: 100%;
    padding: 20px 0;
    margin-top: 20px;
    border-top: solid 1px #A59899;
  }
  #block-menu-menu-blog-footermap > ul > li.menu-column:last-child .menu-cell {
    float: left;
    padding: 0 20px;
    width: 33.33333%;
  }
}

@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  #block-menu-menu-blog-footermap > ul > li.menu-column > a {
    display: none;
  }
  #block-menu-menu-blog-footermap > ul > li.menu-column .menu-cell > a {
    display: none;
  }
  #block-menu-menu-blog-footermap > ul > li.menu-column > ul > li:not(.menu-cell) {
    margin: 0 0 1.25em;
  }
  #block-menu-menu-blog-footermap > ul > li.menu-column > ul > li:not(.menu-cell) > a {
    color: #E02619;
    font-weight: bold;
    pointer-events: none;
    cursor: default;
    margin-bottom: 0.3125em;
    border-bottom: 2px solid #D5CBCB;
  }
  #block-menu-menu-blog-footermap > ul > li.menu-column:last-child a:after {
    font-family: fontawesome;
    content: ' \f105';
    font-size: .8em;
  }
}

#footer_bottom {
  background: #372829;
  overflow: hidden;
  text-align: center;
  line-height: 55px;
  color: white;
}
@media only screen and (max-width: 47.9375em) {
  #footer_bottom {
    line-height: 40px;
  }
}
#footer_bottom a {
  color: white;
}
#footer_bottom .block {
  margin: 0;
}
#footer_bottom #logo-copyright img.logo {
  margin-right: 20px;
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  #footer_bottom #logo-copyright {
    float: left;
    width: 40%;
    text-align: left;
  }
}

#footer_bottom #block-menu-menu-blog-footer-menu ul {
  text-align: center;
  margin: 0;
}
#footer_bottom #block-menu-menu-blog-footer-menu ul li {
  display: inline-block;
  padding: 0 10px;
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  #footer_bottom #block-menu-menu-blog-footer-menu ul {
    text-align: right;
  }
}

@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  #footer_bottom #block-menu-menu-blog-footer-menu {
    float: left;
    width: 60%;
  }
}

#footer, .footer_nav {
  margin-top: 30px;
  color: #5B4D4E;
  font-size: 11px;
  font-weight: 300;
  padding: 0;
  font-family: 'Montserrat', Verdana, sans-serif;
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  #footer, .footer_nav {
    border-top: 8px solid #E02619;
  }
}

@media only screen and (max-width: 47.9375em) {
  #footer, .footer_nav {
    border-top: 1px solid black;
  }
}
#footer .footer-inner, .footer_nav .footer-inner {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
}
#footer ul, #footer li, .footer_nav ul, .footer_nav li {
  list-style: none;
}

#block-footermap-footermap {
  margin: 0;
}

.pane-home-shop-selections-selected-products,
.pane-home-magazines-our-magazine-pane,
.pane-home-clubs-our-magazine-pane,
.pane-homepage-magazines-homepage-magazines,
.pane-homepage-merchandise-homepage-merchandise,
.pane-homepage-clubs-homepage-clubs {
  overflow: hidden;
}

.pane-homepage-magazines-homepage-magazines p,
.pane-homepage-clubs-homepage-clubs p {
  text-align: left;
}

.product-carousel {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  font-family: 'Montserrat', Verdana, sans-serif;
  font-size: 16px;
  border-top: solid 1px #A59899;
  margin: 2em 0;
  clear: both;
  text-align: center;
  position: relative;
  width: 100%;
  float: left;
}
.product-carousel p {
  font-family: 'Montserrat', Verdana, sans-serif;
  font-weight: 300;
  line-height: 1.5em;
}
.product-carousel a.link-block {
  display: block;
  outline: none;
}
.product-carousel a.link-block:hover {
  text-decoration: none;
}
.product-carousel .view-header {
  text-align: center;
  margin-top: -1.25em;
}
.product-carousel .view-header > p:first-child {
  color: #BC1108;
  display: inline-block;
  position: relative;
  font-size: 1.2em;
  padding: 0 50px;
  z-index: 0;
  line-height: 2.5em;
  font-weight: normal;
  margin: 0;
}
@media only screen and (max-width: 47.9375em) {
  .product-carousel .view-header > p:first-child {
    padding: 0 25px;
    font-size: 1em;
  }
}
.product-carousel .view-header > p:first-child:after {
  content: '';
  display: block;
  border-top: 2.5em solid #A59899;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  height: 0;
  width: calc(100% - 20px);
  position: absolute;
  z-index: -2;
  left: 0;
  bottom: 0;
}
.product-carousel .view-header > p:first-child:before {
  content: '';
  display: block;
  border-top: calc(2.5em - 2px) solid white;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  height: 0;
  width: calc(100% - 21px);
  position: absolute;
  z-index: -1;
  left: 1.5px;
  bottom: 1px;
}
.product-carousel .view-header > p:last-child {
  font-weight: 300;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
}
@media only screen and (max-width: 47.9375em) {
  .product-carousel .view-header > p:last-child {
    top: 15px;
  }
}
.product-carousel .view-header > p:last-child > a {
  color: #0EBECE;
  display: block;
  font-size: 14px;
}
.product-carousel .view-header > p:last-child > a:after {
  content: ' \f105';
  font-family: fontawesome;
}
.product-carousel .view-content {
  overflow: hidden;
  margin-bottom: 2em;
  /* https://www.drupal.org/node/1510526, + my own script. */
}
.product-carousel .view-content .views-slideshow-controls-top {
  margin-bottom: 20px;
  margin-top: 20px;
}
@media only screen and (max-width: 61.9375em) {
  .product-carousel .view-content .views-slideshow-controls-top {
    margin-bottom: 10px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 47.9375em) {
  .product-carousel .view-content .views-slideshow-controls-top {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.product-carousel .view-content .views-slideshow-controls-top .widget_pager_top {
  text-align: center;
}
.product-carousel .view-content .views-slideshow-controls-top .widget_pager_top .views-slideshow-pager-field-item {
  color: #A59899;
  display: inline-block;
  font-size: .75em;
  padding: 10px 15px;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 61.9375em) {
  .product-carousel .view-content .views-slideshow-controls-top .widget_pager_top .views-slideshow-pager-field-item {
    padding: 20px 10px 10px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .product-carousel .view-content .views-slideshow-controls-top .widget_pager_top .views-slideshow-pager-field-item {
    padding: 20px 5px 10px;
  }
}
.product-carousel .view-content .views-slideshow-controls-top .widget_pager_top .views-slideshow-pager-field-item .views-field-field-bullet-title,
.product-carousel .view-content .views-slideshow-controls-top .widget_pager_top .views-slideshow-pager-field-item .views-field-field-product-carousel-name {
  font-weight: bold;
}
.product-carousel .view-content .views-slideshow-controls-top .widget_pager_top .views-slideshow-pager-field-item:after {
  content: '';
  display: block;
  border-radius: 50%;
  border: solid 1px #A59899;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -4px;
  left: calc(50% - 5px);
}
@media only screen and (max-width: 47.9375em) {
  .product-carousel .view-content .views-slideshow-controls-top .widget_pager_top .views-slideshow-pager-field-item:after {
    width: 5px;
    height: 5px;
  }
}
.product-carousel .view-content .views-slideshow-controls-top .widget_pager_top .views-slideshow-pager-field-item.active {
  color: black;
}
.product-carousel .view-content .views-slideshow-controls-top .widget_pager_top .views-slideshow-pager-field-item.active:after {
  background-color: #E02619;
  border-color: #E02619;
}
.product-carousel .view-content .views-slideshow-controls-top .widget_pager_top .views-slideshow-pager-field-item .views-field-field-product-carousel-name,
.product-carousel .view-content .views-slideshow-controls-top .widget_pager_top .views-slideshow-pager-field-item .views-field-field-bullet-title,
.product-carousel .view-content .views-slideshow-controls-top .widget_pager_top .views-slideshow-pager-field-item .views-field-field-age-text,
.product-carousel .view-content .views-slideshow-controls-top .widget_pager_top .views-slideshow-pager-field-item .views-field-field-age {
  line-height: 1.3em;
}
@media (max-width: 967px) {
  .product-carousel .view-content .views-slideshow-controls-top .widget_pager_top .views-slideshow-pager-field-item .views-field-field-product-carousel-name,
  .product-carousel .view-content .views-slideshow-controls-top .widget_pager_top .views-slideshow-pager-field-item .views-field-field-bullet-title,
  .product-carousel .view-content .views-slideshow-controls-top .widget_pager_top .views-slideshow-pager-field-item .views-field-field-age-text,
  .product-carousel .view-content .views-slideshow-controls-top .widget_pager_top .views-slideshow-pager-field-item .views-field-field-age {
    display: none;
  }
}
.product-carousel .view-content .views-slideshow-controls-top .views-slideshow-controls-text .views-slideshow-controls-text-pause {
  display: none;
}
.product-carousel .view-content .views-slideshow-controls-top .views-slideshow-controls-text .views-slideshow-controls-text-previous {
  position: absolute;
  left: 0;
  z-index: 10;
  top: 200px;
}
@media only screen and (max-width: 47.9375em) {
  .product-carousel .view-content .views-slideshow-controls-top .views-slideshow-controls-text .views-slideshow-controls-text-previous {
    top: 125px;
  }
}
.product-carousel .view-content .views-slideshow-controls-top .views-slideshow-controls-text .views-slideshow-controls-text-previous > a {
  display: none;
}
.product-carousel .view-content .views-slideshow-controls-top .views-slideshow-controls-text .views-slideshow-controls-text-previous:after {
  content: url("//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/product-carousel-angle.png?yocs=_&yoloc=eu");
  display: block;
  -moz-transform: rotate(180deg) scale(0.5);
  -ms-transform: rotate(180deg) scale(0.5);
  -webkit-transform: rotate(180deg) scale(0.5);
  transform: rotate(180deg) scale(0.5);
}
.product-carousel .view-content .views-slideshow-controls-top .views-slideshow-controls-text .views-slideshow-controls-text-next {
  position: absolute;
  right: 0;
  z-index: 10;
  top: 200px;
}
@media only screen and (max-width: 47.9375em) {
  .product-carousel .view-content .views-slideshow-controls-top .views-slideshow-controls-text .views-slideshow-controls-text-next {
    top: 125px;
  }
}
.product-carousel .view-content .views-slideshow-controls-top .views-slideshow-controls-text .views-slideshow-controls-text-next > a {
  display: none;
}
.product-carousel .view-content .views-slideshow-controls-top .views-slideshow-controls-text .views-slideshow-controls-text-next:after {
  content: url("//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/product-carousel-angle.png?yocs=_&yoloc=eu");
  display: block;
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.product-carousel .view-content .views_slideshow_cycle_main {
  width: 100%;
  float: left;
}
.product-carousel .view-content .views_slideshow_cycle_main .views-slideshow-cycle-main-frame {
  width: 100% !important;
  height: auto;
}
.product-carousel .view-content .views_slideshow_cycle_main .views-slideshow-cycle-main-frame-row {
  width: 100% !important;
  height: auto !important;
}
.product-carousel .view-content .views_slideshow_cycle_main .field-content {
  max-width: 100%;
  width: 100%;
}
.product-carousel .view-content .views_slideshow_cycle_main .field-content img {
  max-width: 100% !important;
  width: auto;
  height: auto !important;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 47.9375em) {
  .product-carousel .view-content .views_slideshow_cycle_main .field-content img {
    max-height: 280px;
  }
}
.product-carousel .view-content .product-carousel-item {
  overflow: hidden;
  font-size: 0;
  font-family: 'Montserrat', Verdana, sans-serif;
  /* Product Template */
}
.product-carousel .view-content .product-carousel-item .product-carousel-column {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 801px) {
  .product-carousel .view-content .product-carousel-item .product-carousel-column:first-child {
    padding-left: 50px;
    padding-right: 10px;
    width: 40%;
  }
  .product-carousel .view-content .product-carousel-item .product-carousel-column:last-child {
    padding-left: 10px;
    padding-right: 50px;
    width: 60%;
  }
}
@media only screen and (max-width: 800px) {
  .product-carousel .view-content .product-carousel-item .product-carousel-column {
    width: 100%;
  }
  .product-carousel .view-content .product-carousel-item .product-carousel-column:first-child {
    padding: 0 50px;
  }
}
.product-carousel .view-content .product-carousel-item p, .product-carousel .view-content .product-carousel-item h2 {
  margin: 0;
}
.product-carousel .view-content .product-carousel-item ul, .product-carousel .view-content .product-carousel-item ol {
  padding-left: 18px;
  text-align: left;
}
.product-carousel .view-content .product-carousel-item a {
  color: #127B89;
}
.product-carousel .view-content .product-carousel-item .separator {
  border-top: solid 1px #A59899;
  margin: 15px 0;
}
.product-carousel .view-content .product-carousel-item form > p {
  font-size: .8em;
  color: #A59899;
  text-align: left;
}
@media (max-width: 967px) {
  .product-carousel .view-content .product-carousel-item form > p {
    display: none;
  }
}
.product-carousel .view-content .product-carousel-item .product-carousel-title {
  color: #E02619;
  font-size: 1.875em;
  font-weight: bold;
}
@media (min-width: 801px) {
  .product-carousel .view-content .product-carousel-item .product-carousel-title {
    text-align: left;
  }
}
@media only screen and (max-width: 800px) {
  .product-carousel .view-content .product-carousel-item .product-carousel-title {
    text-align: center;
  }
}
@media only screen and (max-width: 47.9375em) {
  .product-carousel .view-content .product-carousel-item .product-carousel-title {
    font-size: 1.25em;
  }
}
.product-carousel .view-content .product-carousel-item .product-carousel-ages {
  color: #E02619;
  font-size: 1.25em;
}
@media (min-width: 801px) {
  .product-carousel .view-content .product-carousel-item .product-carousel-ages {
    text-align: left;
  }
}
@media only screen and (max-width: 800px) {
  .product-carousel .view-content .product-carousel-item .product-carousel-ages {
    text-align: center;
  }
}
.product-carousel .view-content .product-carousel-item .product-carousel-ages > div {
  display: inline-block;
}
.product-carousel .view-content .product-carousel-item .product-carousel-subtext {
  color: #5B4D4E;
  font-weight: bold;
  margin: 15px 0;
  text-align: left;
}
@media (min-width: 801px) {
  .product-carousel .view-content .product-carousel-item .product-carousel-subtext {
    text-align: left;
  }
}
@media only screen and (max-width: 800px) {
  .product-carousel .view-content .product-carousel-item .product-carousel-subtext {
    text-align: center;
  }
}
@media (max-width: 967px) {
  .product-carousel .view-content .product-carousel-item .product-carousel-subtext {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (min-width: 801px) {
  .product-carousel .view-content .product-carousel-item .product-carousel-terms {
    text-align: left;
  }
}
@media only screen and (max-width: 800px) {
  .product-carousel .view-content .product-carousel-item .product-carousel-terms {
    text-align: center;
  }
}
.product-carousel .view-content .product-carousel-item .product-carousel-terms > p, .product-carousel .view-content .product-carousel-item .product-carousel-terms > a {
  font-size: 12px;
  line-height: 1em;
  color: #E02619;
}
.product-carousel .view-content .product-carousel-item .product-carousel-terms > p:after, .product-carousel .view-content .product-carousel-item .product-carousel-terms > a:after {
  content: ' \f0da';
  font-family: fontawesome;
}
.product-carousel .view-content .product-carousel-item .product-carousel-terms > ul {
  margin: 15px 0;
  list-style: none none;
  font-size: 18px;
  color: #E02619;
}
.product-carousel .view-content .product-carousel-item .product-carousel-override {
  text-align: left;
  font-size: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .product-carousel .view-content .product-carousel-item .product-carousel-override {
    text-align: center;
  }
}
.product-carousel .view-content .product-carousel-item .product-carousel-override p, .product-carousel .view-content .product-carousel-item .product-carousel-override ul, .product-carousel .view-content .product-carousel-item .product-carousel-override ol, .product-carousel .view-content .product-carousel-item .product-carousel-override blockquote {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Montserrat", Verdana, sans-serif;
}
.product-carousel .view-content .product-carousel-item .product-carousel-override ul {
  padding-left: 30px;
}
.product-carousel .view-content .product-carousel-item .product-carousel-price-magazine {
  clear: both;
  overflow: hidden;
  font-size: 24px;
  color: #E02619;
}
@media (min-width: 801px) {
  .product-carousel .view-content .product-carousel-item .product-carousel-price-magazine {
    text-align: left;
  }
}
@media only screen and (max-width: 800px) {
  .product-carousel .view-content .product-carousel-item .product-carousel-price-magazine {
    text-align: center;
  }
}
@media only screen and (max-width: 47.9375em) {
  .product-carousel .view-content .product-carousel-item .product-carousel-price-magazine {
    font-size: 18px;
  }
}
.product-carousel .view-content .product-carousel-item .product-carousel-price-magazine > div {
  display: inline-block;
  position: relative;
}
.product-carousel .view-content .product-carousel-item .product-carousel-price-magazine > div:not(:first-child) {
  margin-left: 10px;
}
.product-carousel .view-content .product-carousel-item .product-carousel-price-magazine > div:not(:first-child):before {
  position: absolute;
  top: 0;
  left: -10px;
}
.product-carousel .view-content .product-carousel-item .product-carousel-price-magazine > div.field-name-field-issue-count:before {
  content: '|';
}
.product-carousel .view-content .product-carousel-item .product-carousel-price-magazine > div.field-name-field-price {
  font-weight: bold;
}
.product-carousel .view-content .product-carousel-item .product-carousel-price-magazine > div.field-name-field-price:before {
  content: '\00B7';
}
.product-carousel .view-content .product-carousel-item .product-carousel-price-club {
  font-size: 24px;
  color: #E02619;
}
@media (min-width: 801px) {
  .product-carousel .view-content .product-carousel-item .product-carousel-price-club {
    text-align: left;
  }
}
@media only screen and (max-width: 800px) {
  .product-carousel .view-content .product-carousel-item .product-carousel-price-club {
    text-align: center;
  }
}
@media only screen and (max-width: 47.9375em) {
  .product-carousel .view-content .product-carousel-item .product-carousel-price-club {
    font-size: 18px;
  }
}
.product-carousel .view-content .product-carousel-item .product-carousel-price-club > div {
  display: inline-block;
}
.product-carousel .view-content .product-carousel-item .product-carousel-price {
  clear: both;
  overflow: hidden;
  font-size: 24px;
}
@media (min-width: 801px) {
  .product-carousel .view-content .product-carousel-item .product-carousel-price {
    text-align: left;
  }
}
@media only screen and (max-width: 800px) {
  .product-carousel .view-content .product-carousel-item .product-carousel-price {
    text-align: center;
  }
}
@media only screen and (max-width: 47.9375em) {
  .product-carousel .view-content .product-carousel-item .product-carousel-price {
    font-size: 18px;
  }
}
.product-carousel .view-content .product-carousel-item .product-carousel-price > div {
  display: inline-block;
}
.product-carousel .view-content .product-carousel-item .product-carousel-price > div:first-child {
  color: #E02619;
}
.product-carousel .view-content .product-carousel-item .product-carousel-price > div:not(:first-child) {
  font-size: .8em;
  margin-left: 30px;
  position: relative;
}
.product-carousel .view-content .product-carousel-item .product-carousel-price > div:not(:first-child):before {
  content: '\00B7';
  position: absolute;
  left: -20px;
}
@media only screen and (max-width: 47.9375em) {
  .product-carousel .view-content .product-carousel-item .product-carousel-price > div:not(:first-child) {
    font-size: .6em;
    margin-left: 20px;
  }
  .product-carousel .view-content .product-carousel-item .product-carousel-price > div:not(:first-child):before {
    left: -13px;
  }
}
.product-carousel .view-content .product-carousel-item .product-carousel-price > div.field-name-field-product-free-shipping-flag {
  padding-right: 30px;
}
@media only screen and (max-width: 47.9375em) {
  .product-carousel .view-content .product-carousel-item .product-carousel-price > div.field-name-field-product-free-shipping-flag {
    padding-right: 20px;
  }
}
.product-carousel .view-content .product-carousel-item .product-carousel-price > div.field-name-field-product-free-shipping-flag:after {
  content: ' \f0d1';
  font-family: fontawesome;
  position: absolute;
  top: 0;
  right: 0;
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.product-carousel .view-content .product-carousel-item .product-carousel-links {
  margin: 20px 0;
}
.product-carousel .view-content .product-carousel-item .product-carousel-links a {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  color: #e02619;
  border-color: #F92506;
  background-color: white;
  background-color: white;
  padding: 1em;
  min-width: 380px;
  border-radius: 5px;
  min-width: auto;
  display: block;
}
.product-carousel .view-content .product-carousel-item .product-carousel-links a:hover {
  text-decoration: none;
}
.product-carousel .view-content .product-carousel-item .product-carousel-links a:focus {
  outline: 0;
}
.product-carousel .view-content .product-carousel-item .product-carousel-links a:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.product-carousel .view-content .product-carousel-item .product-carousel-links a:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.product-carousel .view-content .product-carousel-item .product-carousel-links a:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .product-carousel .view-content .product-carousel-item .product-carousel-links a {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .product-carousel .view-content .product-carousel-item .product-carousel-links a {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .product-carousel .view-content .product-carousel-item .product-carousel-links a {
    font-size: 0.9em;
  }
}
@media (max-width: 300px) {
  .product-carousel .view-content .product-carousel-item .product-carousel-links a {
    font-size: 12px;
  }
}
.product-carousel .view-content .product-carousel-item .product-carousel-links > div:first-child:nth-last-child(2) a,
.product-carousel .view-content .product-carousel-item .product-carousel-links > div #mag-subscribe-button-hhf,
.product-carousel .view-content .product-carousel-item .product-carousel-links > div #mag-subscribe-button-hho,
.product-carousel .view-content .product-carousel-item .product-carousel-links > div #mag-subscribe-button-hfk,
.product-carousel .view-content .product-carousel-item .product-carousel-links > div #mag-subscribe-button-hfb {
  width: 40%;
  float: left;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
@media (max-width: 300px) {
  .product-carousel .view-content .product-carousel-item .product-carousel-links > div:first-child:nth-last-child(2) a,
  .product-carousel .view-content .product-carousel-item .product-carousel-links > div #mag-subscribe-button-hhf,
  .product-carousel .view-content .product-carousel-item .product-carousel-links > div #mag-subscribe-button-hho,
  .product-carousel .view-content .product-carousel-item .product-carousel-links > div #mag-subscribe-button-hfk,
  .product-carousel .view-content .product-carousel-item .product-carousel-links > div #mag-subscribe-button-hfb {
    font-size: 12px;
  }
}
.product-carousel .view-content .product-carousel-item .product-carousel-links > div:last-child:nth-child(2) a,
.product-carousel .view-content .product-carousel-item .product-carousel-links > div #mag-detail-button-hhf,
.product-carousel .view-content .product-carousel-item .product-carousel-links > div #mag-detail-button-hho,
.product-carousel .view-content .product-carousel-item .product-carousel-links > div #mag-detail-button-hfk,
.product-carousel .view-content .product-carousel-item .product-carousel-links > div #mag-detail-button-hfb {
  width: 60%;
  float: left;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}
.product-carousel .view-content .product-carousel-item .product-carousel-links .try-again, .product-carousel .view-content .product-carousel-item .product-carousel-links .continue-shopping, .product-carousel .view-content .product-carousel-item .product-carousel-links .tel {
  color: #127B89;
  border: 0;
  padding: 0;
  display: inline;
  background-color: transparent;
}
.product-carousel .view-content .product-carousel-item .product-carousel-links .try-again:hover, .product-carousel .view-content .product-carousel-item .product-carousel-links .continue-shopping:hover, .product-carousel .view-content .product-carousel-item .product-carousel-links .tel:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #127B89;
}
.product-carousel .view-content .product-carousel-item .product-carousel-links .promo-code-error, .product-carousel .view-content .product-carousel-item .product-carousel-links .promo-code-success {
  text-align: left;
}
@media only screen and (max-width: 47.9375em) {
  .product-carousel .view-content .product-carousel-item .product-carousel-links .promo-code-error, .product-carousel .view-content .product-carousel-item .product-carousel-links .promo-code-success {
    font-size: 13px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .product-carousel .view-content .product-carousel-item .product-carousel-links .promo-code-success .promo-code-checkout {
    font-size: 13px;
    line-height: 17px;
    padding: 0.625em 0.875em;
    min-width: 100px !important;
    max-width: 125px !important;
    width: 105px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .product-carousel .view-content .product-carousel-item .product-carousel-links .promo-code-check {
    font-size: 13px;
    line-height: 17px;
    width: 130px !important;
    min-width: 130px !important;
    padding: 0.625em 0.875em !important;
  }
}
.product-carousel .view-content .product-carousel-item .product-carousel-links .promo-code-checkout {
  min-width: 180px;
}

#views_slideshow_cycle_div_homepage_magazines-homepage_magazines_0 label,
#views_slideshow_cycle_div_homepage_magazines-homepage_magazines_1 label,
#views_slideshow_cycle_div_homepage_magazines-homepage_magazines_2 label,
#views_slideshow_cycle_div_homepage_magazines-homepage_magazines_3 label {
  left: 0;
  right: auto !important;
  font-weight: normal;
  color: #0995A2;
  cursor: pointer;
  text-align: left;
}
#views_slideshow_cycle_div_homepage_magazines-homepage_magazines_0 .coupon-helper-label,
#views_slideshow_cycle_div_homepage_magazines-homepage_magazines_1 .coupon-helper-label,
#views_slideshow_cycle_div_homepage_magazines-homepage_magazines_2 .coupon-helper-label,
#views_slideshow_cycle_div_homepage_magazines-homepage_magazines_3 .coupon-helper-label {
  font-weight: 300;
  font-size: 12px;
  clear: both;
}
#views_slideshow_cycle_div_homepage_magazines-homepage_magazines_0 .coupon-helper-text,
#views_slideshow_cycle_div_homepage_magazines-homepage_magazines_1 .coupon-helper-text,
#views_slideshow_cycle_div_homepage_magazines-homepage_magazines_2 .coupon-helper-text,
#views_slideshow_cycle_div_homepage_magazines-homepage_magazines_3 .coupon-helper-text {
  padding: 10px 0;
  font-size: 16px;
  color: #E02619;
}
#views_slideshow_cycle_div_homepage_magazines-homepage_magazines_0 .coupon-helper > label:after,
#views_slideshow_cycle_div_homepage_magazines-homepage_magazines_1 .coupon-helper > label:after,
#views_slideshow_cycle_div_homepage_magazines-homepage_magazines_2 .coupon-helper > label:after,
#views_slideshow_cycle_div_homepage_magazines-homepage_magazines_3 .coupon-helper > label:after {
  font-family: hfcicons;
  font-size: 6px;
  content: "\e007";
  color: #0995A2;
  border-radius: 50%;
  border: 1px solid #0995A2;
  margin: 6px;
  height: 18px;
  width: 18px;
  position: absolute;
  line-height: 2.7;
  box-sizing: border-box;
  text-align: center;
}
#views_slideshow_cycle_div_homepage_magazines-homepage_magazines_0 .coupon-helper:not(.open-coupon-helper) .coupon-helper-container,
#views_slideshow_cycle_div_homepage_magazines-homepage_magazines_1 .coupon-helper:not(.open-coupon-helper) .coupon-helper-container,
#views_slideshow_cycle_div_homepage_magazines-homepage_magazines_2 .coupon-helper:not(.open-coupon-helper) .coupon-helper-container,
#views_slideshow_cycle_div_homepage_magazines-homepage_magazines_3 .coupon-helper:not(.open-coupon-helper) .coupon-helper-container {
  display: none;
}
#views_slideshow_cycle_div_homepage_magazines-homepage_magazines_0 .coupon-helper:not(.open-coupon-helper) > label:after,
#views_slideshow_cycle_div_homepage_magazines-homepage_magazines_1 .coupon-helper:not(.open-coupon-helper) > label:after,
#views_slideshow_cycle_div_homepage_magazines-homepage_magazines_2 .coupon-helper:not(.open-coupon-helper) > label:after,
#views_slideshow_cycle_div_homepage_magazines-homepage_magazines_3 .coupon-helper:not(.open-coupon-helper) > label:after {
  content: "\e028";
  font-size: 10px;
  line-height: 1.7;
}
#views_slideshow_cycle_div_homepage_magazines-homepage_magazines_0 .coupon-helper-container,
#views_slideshow_cycle_div_homepage_magazines-homepage_magazines_1 .coupon-helper-container,
#views_slideshow_cycle_div_homepage_magazines-homepage_magazines_2 .coupon-helper-container,
#views_slideshow_cycle_div_homepage_magazines-homepage_magazines_3 .coupon-helper-container {
  display: block;
}

.view-home-articles-activities {
  border-top: solid 1px #A59899;
  margin: 60px 0 0 0;
  text-align: center;
  position: relative;
  clear: both;
}
.view-home-articles-activities .view-header {
  text-align: center;
  margin-top: -1.25em;
}
.view-home-articles-activities .view-header p {
  font-family: 'Montserrat', Verdana, sans-serif;
}
.view-home-articles-activities .view-header > p:first-child {
  color: #BC1108;
  display: inline-block;
  position: relative;
  font-size: 1.2em;
  padding: 0 50px;
  z-index: 0;
  line-height: 2.5em;
  font-weight: normal;
  margin: 0;
}
@media only screen and (max-width: 47.9375em) {
  .view-home-articles-activities .view-header > p:first-child {
    padding: 0 25px;
    font-size: 1em;
  }
}
.view-home-articles-activities .view-header > p:first-child:after {
  content: '';
  display: block;
  border-top: 2.5em solid #A59899;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  height: 0;
  width: calc(100% - 20px);
  position: absolute;
  z-index: -2;
  left: 0;
  bottom: 0;
}
.view-home-articles-activities .view-header > p:first-child:before {
  content: '';
  display: block;
  border-top: calc(2.5em - 2px) solid white;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  height: 0;
  width: calc(100% - 21px);
  position: absolute;
  z-index: -1;
  left: 1.5px;
  bottom: 1px;
}
.view-home-articles-activities .view-content {
  clear: both;
  overflow: hidden;
  margin-top: 20px;
  margin-right: -15px;
}
@media only screen and (max-width: 47.9375em) {
  .view-home-articles-activities .view-content {
    margin-left: -10px;
    margin-right: -10px;
  }
  .view-home-articles-activities .view-content > div {
    padding-bottom: 30px;
    margin-bottom: 10px;
  }
}
.view-home-articles-activities .view-content > div {
  padding-right: 15px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  .view-home-articles-activities .view-content > div {
    float: left;
    width: 33.33333%;
  }
  .view-home-articles-activities .view-content > div:nth-child(1) {
    width: 50%;
  }
  .view-home-articles-activities .view-content > div:nth-child(2) {
    width: 50%;
  }
  .view-home-articles-activities .view-content > div:nth-child(3n+3) {
    clear: left;
  }
}

@media (min-width: 62em) {
  .view-home-articles-activities .view-content > div:nth-child(1) .home-article-item .field-name-field-article-image .field-item, .view-home-articles-activities .view-content > div:nth-child(2) .home-article-item .field-name-field-article-image .field-item {
    height: 300px;
  }
}
@media only screen and (max-width: 61.9375em) and (min-width: 48em) and (max-width: 61.9375em), only screen and (max-width: 61.9375em) and (min-width: 48em) and (min-width: 62em) {
  .view-home-articles-activities .view-content > div:nth-child(1) .home-article-item .field-name-field-article-image .field-item, .view-home-articles-activities .view-content > div:nth-child(2) .home-article-item .field-name-field-article-image .field-item {
    height: 220px;
  }
}

@media (min-width: 62em) {
  .view-home-articles-activities .view-content > div:nth-child(n+3) .home-article-item .field-name-field-article-image .field-item {
    height: 260px;
  }
}
@media only screen and (max-width: 61.9375em) and (min-width: 48em) and (max-width: 61.9375em), only screen and (max-width: 61.9375em) and (min-width: 48em) and (min-width: 62em) {
  .view-home-articles-activities .view-content > div:nth-child(n+3) .home-article-item .field-name-field-article-image .field-item {
    height: 160px;
  }
}

.view-home-articles-activities .view-content > div .home-article-item {
  text-align: left;
  overflow: hidden;
}
.view-home-articles-activities .view-content > div .home-article-item a {
  display: block;
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  .view-home-articles-activities .view-content > div .home-article-item a .field-name-field-article-image .field-item {
    position: relative;
    overflow: hidden;
  }
  .view-home-articles-activities .view-content > div .home-article-item a .field-name-field-article-image .field-item:not(.width-overflow) > img {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
  }
  .view-home-articles-activities .view-content > div .home-article-item a .field-name-field-article-image .field-item.width-overflow > img {
    height: 100%;
    width: auto;
    position: absolute;
    max-width: none;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media only screen and (max-width: 47.9375em) {
  .view-home-articles-activities .view-content > div .home-article-item a .field-name-field-article-image {
    width: 40%;
    float: left;
    padding-right: 10px;
  }
  .view-home-articles-activities .view-content > div .home-article-item a .field-name-field-article-image img {
    max-width: 100%;
    max-height: 200px;
  }
}
.view-home-articles-activities .view-content > div .home-article-item > .article-text {
  float: left;
}
@media only screen and (max-width: 47.9375em) {
  .view-home-articles-activities .view-content > div .home-article-item > .article-text {
    width: 60%;
  }
}
.view-home-articles-activities .view-content > div .home-article-item > .article-text .field-name-field-article-category a {
  color: #E02619;
  font-size: 12px;
  font-weight: bold;
}
.view-home-articles-activities .view-content > div .home-article-item > .article-text .field-name-field-article-category a:after {
  content: ' \f105';
  font-family: fontawesome;
}
@media only screen and (max-width: 47.9375em) {
  .view-home-articles-activities .view-content > div .home-article-item > .article-text .field-name-field-article-category a {
    font-size: 13px;
    font-weight: normal;
    display: block;
    line-height: 1em;
  }
}
@media only screen and (max-width: 47.9375em) {
  .view-home-articles-activities .view-content > div .home-article-item > .article-text .field-name-field-article-category {
    border-bottom: solid 1px black;
    padding-bottom: 3px;
  }
}
@media only screen and (max-width: 61.9375em) {
  .view-home-articles-activities .view-content > div .home-article-item > .article-text .article-title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .view-home-articles-activities .view-content > div .home-article-item > .article-text .article-title {
    font-size: 12px;
  }
}
.view-home-articles-activities .view-content > div .home-article-item > .article-text .article-title > h2 {
  margin: 0;
  line-height: 1.2em;
  font-size: 1.2em;
}
.view-home-articles-activities .view-content > div .home-article-item > .article-text .article-title > h2 > a {
  color: #0995A2;
  display: block;
}
@media only screen and (max-width: 47.9375em) {
  .view-home-articles-activities .view-content > div .home-article-item > .article-text .article-title {
    margin-top: 5px;
  }
  .view-home-articles-activities .view-content > div .home-article-item > .article-text .article-title > h2 {
    font-weight: normal;
    position: relative;
    padding-right: 10px;
  }
  .view-home-articles-activities .view-content > div .home-article-item > .article-text .article-title > h2:after {
    content: ' \f105';
    font-family: fontawesome;
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
    color: #0995A2;
  }
}
@media only screen and (max-width: 47.9375em) {
  .view-home-articles-activities .view-content > div .home-article-item > .article-text .article-author {
    font-size: 12px;
    line-height: 18px;
  }
}
.view-home-articles-activities .view-content > div .home-article-item > .article-text .article-author .field-name-field-author {
  display: inline;
}
.view-home-articles-activities .view-content > div .home-article-item > .article-text .article-author .field-name-field-author div {
  display: inline;
}

.panel-display.product_page {
  margin-top: 70px;
  /* Bottom buttons */
}
@media only screen and (max-width: 61.9375em) {
  .panel-display.product_page {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .panel-display.product_page {
    margin-top: 45px;
  }
}
.panel-display.product_page .red {
  color: #E02619;
}
.panel-display.product_page .container-fluid > .row {
  font-family: "Montserrat", Verdana, sans-serif;
  /* Ages */
}
.panel-display.product_page .container-fluid > .row h1 {
  margin-bottom: 12px;
  font-weight: normal;
}
.panel-display.product_page .container-fluid > .row .field-name-field-safety-warning {
  float: left;
  width: 100%;
  clear: both;
  font-size: 15px;
  margin-bottom: 0;
  background-position: 10px center;
}
.panel-display.product_page .container-fluid > .row .field-name-field-age {
  font-size: 28px;
  margin-bottom: 24px;
}
.panel-display.product_page .container-fluid > .row .hfc_store_apps_price_view {
  display: inline-block;
  padding: 10px 0;
}
.panel-display.product_page .container-fluid > .row .hfc_store_apps_price_notsale {
  font-size: 28px;
  font-weight: 400;
}
.panel-display.product_page .container-fluid > .row .hfc_store_apps_price_sale {
  font-size: 28px;
  font-weight: 300;
  text-decoration: line-through;
}
.panel-display.product_page .container-fluid > .row .hfc_store_apps_price_sale_price {
  font-size: 28px;
  font-weight: 400;
}
.panel-display.product_page .container-fluid > .row .hfc_store_apps_in_app_purch {
  font-size: 28px;
  font-weight: 300;
}
.panel-display.product_page .container-fluid > .row .hfc_store_apps_in_app_purch::before {
  content: " · ";
  font-size: 38px;
  font-weight: 900;
}
.panel-display.product_page .container-fluid > .row .hfc_store_apps_buttons {
  display: inline-block;
  text-align: center;
  margin: 0 10px;
}
.panel-display.product_page .container-fluid > .row .view-hfc-store-apps-buttons {
  text-align: center;
}
.panel-display.product_page .container-fluid > .row .prod_age {
  font-size: 28px;
  margin-bottom: 24px;
  font-weight: 300;
  font-family: "Montserrat", Verdana, sans-serif;
  color: #5B4D4E;
}
.panel-display.product_page .container-fluid > .row .prices {
  font-size: 28px;
  float: left;
  width: 100%;
}
.panel-display.product_page .container-fluid > .row .prices > span:not(.price-override) {
  /* magazines prefix */
  float: left;
}
.panel-display.product_page .container-fluid > .row .prices > .price-override {
  font-size: 1rem;
}
.panel-display.product_page .container-fluid > .row .prices > .price-override p, .panel-display.product_page .container-fluid > .row .prices > .price-override ul, .panel-display.product_page .container-fluid > .row .prices > .price-override ol, .panel-display.product_page .container-fluid > .row .prices > .price-override blockquote {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Montserrat", Verdana, sans-serif;
}
.panel-display.product_page .container-fluid > .row .prices > .price-override ul {
  padding-left: 30px;
}
.panel-display.product_page .container-fluid > .row .prices > .price-override + #merch-fake-qty {
  margin: 0;
}
.panel-display.product_page .container-fluid > .row .prices .field-name-field-price,
.panel-display.product_page .container-fluid > .row .prices .field-name-field-sale-price,
.panel-display.product_page .container-fluid > .row .prices .field-name-field-1-year-subscription,
.panel-display.product_page .container-fluid > .row .prices .club-after-price {
  float: left;
}
.panel-display.product_page .container-fluid > .row .prices .field-name-field-1-year-subscription {
  margin-left: 8px;
}
.panel-display.product_page .container-fluid > .row .prices .field-name-field-sale-price,
.panel-display.product_page .container-fluid > .row .prices .club-after-price {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .panel-display.product_page .container-fluid > .row .prices .field-name-field-sale-price,
  .panel-display.product_page .container-fluid > .row .prices .club-after-price {
    font-size: 24px;
    margin-left: 10px;
  }
}
.panel-display.product_page .container-fluid > .row .prices .field-name-field-price {
  font-weight: bold;
}
.panel-display.product_page .container-fluid > .row .prices .field-name-field-price del {
  font-weight: normal;
}
.panel-display.product_page .container-fluid > .row .prices .club-billed-monthly {
  margin-right: 10px;
}
.panel-display.product_page .container-fluid > .row .prices .field-name-field-sale-price {
  font-weight: bold;
}
.panel-display.product_page .container-fluid > .row .prices .form-submit {
  clear: both;
}
.panel-display.product_page .container-fluid > .row .prices .s-and-h {
  font-size: small;
  color: #999;
  font-weight: normal;
  display: block;
  margin: 3px 0 0 7px;
}
.panel-display.product_page .container-fluid > .row .prices #merch-fake-qty {
  float: left;
  margin-left: 50px;
  margin-top: -4px;
}
@media (max-width: 480px) {
  .panel-display.product_page .container-fluid > .row .prices #merch-fake-qty {
    margin-left: 10px;
  }
}
.panel-display.product_page .container-fluid > .row .prices #merch-fake-qty label,
.panel-display.product_page .container-fluid > .row .prices #merch-fake-qty input {
  display: inline-block;
  margin-left: 0;
  border: 1px solid #999;
  font-weight: normal;
}
.panel-display.product_page .container-fluid > .row .prices #merch-fake-qty label {
  border-radius: 5px 0 0 5px;
  border: 1px solid #999;
  font-size: 17px;
  padding: 6px 18px;
  float: left;
  height: 46px;
}
.panel-display.product_page .container-fluid > .row .prices #merch-fake-qty input {
  border-left: 0;
  border-radius: 0 5px 5px 0;
  text-align: right;
  float: left;
  max-width: 3.25em;
  font-size: 20px;
  padding: 10px;
}
.panel-display.product_page .container-fluid > .row [name=qty1] {
  display: none;
}
.panel-display.product_page .container-fluid > .row .subline,
.panel-display.product_page .container-fluid > .row .club-sentance-below,
.panel-display.product_page .container-fluid > .row .magazine-sentance-below {
  clear: both;
  font-size: 16px;
  color: #A59899;
  position: relative;
}
.panel-display.product_page .container-fluid > .row .subline .like-link,
.panel-display.product_page .container-fluid > .row .club-sentance-below .like-link,
.panel-display.product_page .container-fluid > .row .magazine-sentance-below .like-link {
  cursor: pointer;
  color: #0995A2;
}
.panel-display.product_page .container-fluid > .row .tsa_picker_text {
  margin-bottom: -1em;
  padding-top: 1.25em;
  clear: both;
}
.panel-display.product_page .container-fluid > .row .wwusa_state_picker_text {
  margin-bottom: -1em;
  padding-top: 1.25em;
  clear: both;
}
.panel-display.product_page .container-fluid > .row .form-submit {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  padding: 1em;
  min-width: 380px;
  width: 100%;
  font-size: 22px;
  display: block;
  margin-top: 20px;
  float: left;
  clear: both;
}
.panel-display.product_page .container-fluid > .row .form-submit:hover {
  text-decoration: none;
}
.panel-display.product_page .container-fluid > .row .form-submit:focus {
  outline: 0;
}
.panel-display.product_page .container-fluid > .row .form-submit:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.panel-display.product_page .container-fluid > .row .form-submit:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.panel-display.product_page .container-fluid > .row .form-submit:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .panel-display.product_page .container-fluid > .row .form-submit {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .panel-display.product_page .container-fluid > .row .form-submit {
    min-width: auto;
  }
}
.panel-display.product_page .container-fluid > .row .nationality-prices {
  background-color: #defafd;
  border: 1px solid #0995A2;
  color: #0995A2;
  position: relative;
  text-align: center;
  z-index: 1;
  display: none;
}
.panel-display.product_page .container-fluid > .row .nationality-prices .arrow {
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #0995A2;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -8px;
  z-index: 1;
}
.panel-display.product_page .container-fluid > .row .nationality-prices .arrow span {
  display: block;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #defafd;
  position: absolute;
  bottom: 1px;
  left: 50%;
  margin-left: -9px;
  z-index: 0;
}
.panel-display.product_page .container-fluid > .row .nationality-prices .close-button {
  position: absolute;
  top: 0px;
  right: 10px;
  cursor: pointer;
}
.panel-display.product_page .container-fluid > .row .nationality-prices dl {
  float: left;
  width: 50%;
  border-right: 1px solid #0995A2;
}
.panel-display.product_page .container-fluid > .row .nationality-prices dl:last-child {
  border-right: 0;
  margin-left: -1px;
}
.panel-display.product_page .container-fluid > .row .nationality-prices dl dt {
  font-size: 18px;
  line-height: 1;
}
@media (max-width: 480px) {
  .panel-display.product_page .container-fluid > .row .nationality-prices dl dt {
    font-size: 16px;
  }
}
.panel-display.product_page .container-fluid > .row .nationality-prices dl dd {
  margin: 0;
  font-size: 16px;
}
@media (max-width: 480px) {
  .panel-display.product_page .container-fluid > .row .nationality-prices dl dd {
    font-size: 13px;
  }
}
.panel-display.product_page .container-fluid > .row .nationality-prices dl [class*=field-name-field-1-year-subscription] {
  display: inline-block;
  margin-left: 8px;
}
.panel-display.product_page .container-fluid > .row .form-item-wwusa-select-deluxe {
  text-align: center;
  clear: both;
}
.panel-display.product_page .container-fluid > .row .form-item-wwusa-select-deluxe label {
  margin-left: 4px;
}
.panel-display.product_page .prod_promo_text p {
  font-size: 18px;
  font-weight: 400;
  font-family: "Montserrat", Verdana, sans-serif;
  color: #5B4D4E;
  margin: 0;
}
.panel-display.product_page .prod_call_to_order {
  border-top: solid 1px #372829;
  border-bottom: solid 1px #372829;
  text-align: center;
  clear: both;
}
.panel-display.product_page .prod_call_to_order p {
  font-size: 18px;
  font-weight: 300;
  font-family: "Montserrat", Verdana, sans-serif;
  color: #0995A2;
}
.panel-display.product_page .prod_domestic_shipping_notice {
  text-align: center;
}
.panel-display.product_page .prod_domestic_shipping_notice p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", Verdana, sans-serif;
  color: #5B4D4E;
  margin: 0.5em;
}
.panel-display.product_page .prod_promo_offer {
  border-top: double 4px #5B4D4E;
  border-bottom: double 4px #5B4D4E;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
.panel-display.product_page .prod_promo_offer p {
  font-size: 26px;
  font-weight: 400;
  font-family: "Montserrat", Verdana, sans-serif;
  color: #5B4D4E;
  margin: 0.6em 0;
}
.panel-display.product_page .prod_addthis {
  padding-top: 1.5em;
  float: right;
  font-size: 16px;
  font-family: "Montserrat", Verdana, sans-serif;
  color: #5B4D4E;
}
.panel-display.product_page .prod_addthis .field-label {
  font-weight: 300;
}
.panel-display.product_page .prod_addthis > .pane-title {
  display: none;
}
@media (min-width: 769px) {
  .panel-display.product_page #tabs-0-tabs .item-list {
    position: relative;
  }
}
.panel-display.product_page .resp-tab-content,
.panel-display.product_page .resp-tab-content-active {
  border: none;
}
@media (min-width: 769px) {
  .panel-display.product_page .resp-tab-content,
  .panel-display.product_page .resp-tab-content-active {
    border-top: 1px solid #5B4D4E;
  }
}
.panel-display.product_page .resp-tabs-list li {
  border: none;
  margin-left: 5px;
  padding: 6px 20px !important;
  border-radius: 4px 4px 0 0;
}
.panel-display.product_page .resp-tabs-list li.resp-tab-active {
  border: 1px solid #5B4D4E;
  border-bottom-color: #fff;
}
.panel-display.product_page .resp-tabs-list li.resp-tab-active a {
  color: #FF4844;
}
.panel-display.product_page .resp-tabs-list li.first {
  margin-left: 20px;
}
.panel-display.product_page .resp-tabs-list li a {
  color: #5B4D4E;
  font-family: 'Montserrat', Verdana, sans-serif;
  font-size: 16px;
}
.panel-display.product_page .resp-tabs-list li a:hover {
  color: #E02619;
  text-decoration: none;
}
.panel-display.product_page .resp-tabs-list li a:focus {
  outline: none;
}
.panel-display.product_page .field-name-field-1-year-subscription {
  font-weight: bold;
}
.panel-display.product_page #hfc-store-cart-form-club {
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 0;
}
.panel-display.product_page #hfc-store-cart-form-club .form-item-tsapick {
  margin-bottom: 0;
}
.panel-display.product_page #hfc-store-cart-form-club .chosen-container {
  width: 100% !important;
  font-size: 16px;
  font-family: "Montserrat", Verdana, sans-serif;
}
.panel-display.product_page #hfc-store-cart-form-club .chosen-container .chosen-choices {
  padding: 8px;
}
.panel-display.product_page #hfc-store-cart-form-club .chosen-container .chosen-choices .search-choice {
  background-color: #E02619;
  background-image: none;
  color: #fff;
  padding: 2px 22px;
  line-height: 2em;
  border: 0;
  position: relative;
}
.panel-display.product_page #hfc-store-cart-form-club .chosen-container .chosen-choices .search-choice .search-choice-close {
  background: #E00F00 url(//cdn-eu-ec.yottaa.net/561457440b53443818001134/www.highlights.com/v~13.61/sites/www.highlights.com/themes/highlights/images/chosen-close.png?yocs=_&yoloc=eu) center no-repeat !important;
  position: absolute;
  width: 14px;
  height: 14px;
  left: -3px;
  top: -3px;
  z-index: 10;
  padding: 10px;
  background-size: 10px !important;
  border-radius: 50%;
}
.panel-display.product_page #hfc-store-cart-form-club .form-submit {
  clear: both;
  margin-bottom: 20px;
}
.panel-display.product_page .resp-tabs-container.highlights-accordion-processed .resp-accordion {
  background: #fff !important;
  font-family: 'Montserrat', Verdana, sans-serif;
  font-size: 16px;
}
.panel-display.product_page .resp-tabs-container.highlights-accordion-processed .resp-accordion i.fa {
  float: right;
  font-size: 24px;
  margin: 4px 0 0;
  color: #5B4D4E;
}
.panel-display.product_page .resp-tabs-container.highlights-accordion-processed .resp-accordion i.fa.fa-minus-circle {
  display: none;
}
.panel-display.product_page .resp-tabs-container.highlights-accordion-processed .resp-accordion.resp-tab-active i.fa.fa-minus-circle {
  display: block;
}
.panel-display.product_page .resp-tabs-container.highlights-accordion-processed .resp-accordion.resp-tab-active i.fa.fa-plus-circle {
  display: none;
}
.panel-display.product_page .resp-tabs-container.highlights-accordion-processed .resp-accordion a {
  color: #372829;
}
@media (max-width: 768px) {
  .panel-display.product_page .resp-tabs-container.highlights-accordion-processed .resp-accordion {
    border: none !important;
    border-bottom: 1px solid #D5CBCB !important;
  }
}
.panel-display.product_page .resp-tabs-container.highlights-accordion-processed .resp-tab-active + .resp-tab-content-active {
  display: block !important;
  overflow: hidden !important;
}
.panel-display.product_page .resp-tabs-container.highlights-accordion-processed UL {
  padding-left: 3em;
}
.panel-display.product_page .responsive-video {
  max-width: 533px;
  margin: 0 auto;
}
.panel-display.product_page .responsive-video .media-youtube-video.media-element {
  position: relative;
  z-index: 1;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  margin: 0 auto;
}
.panel-display.product_page .responsive-video .media-youtube-video.media-element iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.panel-display.product_page .border-top {
  border-top: 1px solid #5B4D4E;
  padding-top: 1em;
}
.panel-display.product_page .border-bottom {
  border-bottom: 1px solid #5B4D4E;
  padding-bottom: 1em;
}
.panel-display.product_page .slick-slide {
  opacity: 1;
}
@media (min-width: 768px) {
  .panel-display.product_page .slick__arrow {
    display: none !important;
  }
}
.panel-display.product_page .pane-node-field-product-images {
  text-align: center;
}
.panel-display.product_page .pane-product-images-views-slideshow-panel-pane-1 .pane-title {
  display: none;
}
.panel-display.product_page .pane-product-images-views-slideshow-panel-pane-1 .views-row {
  list-style: none;
  float: left;
  width: 100%;
}
.panel-display.product_page .pane-product-images-views-slideshow-panel-pane-1 .views-row li {
  list-style: none;
  float: left;
  margin-right: 10px;
  cursor: pointer;
  padding-bottom: 5px;
  border-bottom: 5px solid #fff;
}
.panel-display.product_page .pane-product-images-views-slideshow-panel-pane-1 .views-row li.active {
  border-color: #E02619;
}
.panel-display.product_page .pane-product-images-views-slideshow-panel-pane-1 .views-row li.last {
  margin-right: 0;
}
.panel-display.product_page #highlights-guarantee,
.panel-display.product_page #grow-with-highlights {
  border-top: 1px solid #5B4D4E;
  padding-top: 40px;
  padding-bottom: 40px;
}
.panel-display.product_page #product-page-bottom-buttons {
  border-top: 1px solid #5B4D4E;
  padding-top: 40px;
  padding-bottom: 40px;
}
.panel-display.product_page #product-page-bottom-buttons .btn {
  display: block;
  width: 100%;
  text-align: center;
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #0995A2;
  background-color: #0995A2;
  color: #0995A2;
  border-color: #0EBECE;
  background-color: white;
  background-color: white;
  padding: 1em;
  min-width: 380px;
}
.panel-display.product_page #product-page-bottom-buttons .btn:hover {
  text-decoration: none;
}
.panel-display.product_page #product-page-bottom-buttons .btn:focus {
  outline: 0;
}
.panel-display.product_page #product-page-bottom-buttons .btn:hover {
  color: white;
  border-color: #0EBECE;
  background-color: #0EBECE;
}
.panel-display.product_page #product-page-bottom-buttons .btn:active {
  border-color: #127B89;
  background-color: #127B89;
}
.panel-display.product_page #product-page-bottom-buttons .btn:disabled {
  border-color: #defafd;
  background-color: #defafd;
}
@media only screen and (max-width: 47.9375em) {
  .panel-display.product_page #product-page-bottom-buttons .btn {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .panel-display.product_page #product-page-bottom-buttons .btn {
    min-width: auto;
  }
}
@media (max-width: 768px) {
  .panel-display.product_page #product-page-bottom-buttons .btn {
    margin-bottom: 20px;
  }
}
.panel-display.product_page .field-name-field-price-override-text-wys {
  font-size: 1rem;
}
.panel-display.product_page .field-name-field-price-override-text-wys p, .panel-display.product_page .field-name-field-price-override-text-wys ul, .panel-display.product_page .field-name-field-price-override-text-wys ol, .panel-display.product_page .field-name-field-price-override-text-wys blockquote {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Montserrat", Verdana, sans-serif;
}
.panel-display.product_page .field-name-field-price-override-text-wys ul {
  padding-left: 30px;
}
.panel-display.product_page #mag-promocode,
.panel-display.product_page #mag-promocode-hho,
.panel-display.product_page #mag-promocode-hhf,
.panel-display.product_page #mag-promocode-hfb,
.panel-display.product_page #mag-promocode-hfk {
  padding: 24px 0;
}

#hfc-store-cart-magazine {
  float: left;
  width: 100%;
}

.promoCode-success #mag-promocode,
.promoCode-success #mag-promocode-hho,
.promoCode-success #mag-promocode-hhf,
.promoCode-success #mag-promocode-hfb,
.promoCode-success #mag-promocode-hfk,
.promoCode-error #mag-promocode,
.promoCode-error #mag-promocode-hho,
.promoCode-error #mag-promocode-hhf,
.promoCode-error #mag-promocode-hfb,
.promoCode-error #mag-promocode-hfk {
  margin-top: 0;
}
.promoCode-success #mag-promocode > label,
.promoCode-success #mag-promocode #hfc-store-cart-magazine-promo-code-container,
.promoCode-success #mag-promocode #hfc-store-cart-magazine-promo-code-container-hho,
.promoCode-success #mag-promocode #hfc-store-cart-magazine-promo-code-container-hhf,
.promoCode-success #mag-promocode #hfc-store-cart-magazine-promo-code-container-hfb,
.promoCode-success #mag-promocode #hfc-store-cart-magazine-promo-code-container-hfk,
.promoCode-success #mag-promocode-hho > label,
.promoCode-success #mag-promocode-hho #hfc-store-cart-magazine-promo-code-container,
.promoCode-success #mag-promocode-hho #hfc-store-cart-magazine-promo-code-container-hho,
.promoCode-success #mag-promocode-hho #hfc-store-cart-magazine-promo-code-container-hhf,
.promoCode-success #mag-promocode-hho #hfc-store-cart-magazine-promo-code-container-hfb,
.promoCode-success #mag-promocode-hho #hfc-store-cart-magazine-promo-code-container-hfk,
.promoCode-success #mag-promocode-hhf > label,
.promoCode-success #mag-promocode-hhf #hfc-store-cart-magazine-promo-code-container,
.promoCode-success #mag-promocode-hhf #hfc-store-cart-magazine-promo-code-container-hho,
.promoCode-success #mag-promocode-hhf #hfc-store-cart-magazine-promo-code-container-hhf,
.promoCode-success #mag-promocode-hhf #hfc-store-cart-magazine-promo-code-container-hfb,
.promoCode-success #mag-promocode-hhf #hfc-store-cart-magazine-promo-code-container-hfk,
.promoCode-success #mag-promocode-hfb > label,
.promoCode-success #mag-promocode-hfb #hfc-store-cart-magazine-promo-code-container,
.promoCode-success #mag-promocode-hfb #hfc-store-cart-magazine-promo-code-container-hho,
.promoCode-success #mag-promocode-hfb #hfc-store-cart-magazine-promo-code-container-hhf,
.promoCode-success #mag-promocode-hfb #hfc-store-cart-magazine-promo-code-container-hfb,
.promoCode-success #mag-promocode-hfb #hfc-store-cart-magazine-promo-code-container-hfk,
.promoCode-success #mag-promocode-hfk > label,
.promoCode-success #mag-promocode-hfk #hfc-store-cart-magazine-promo-code-container,
.promoCode-success #mag-promocode-hfk #hfc-store-cart-magazine-promo-code-container-hho,
.promoCode-success #mag-promocode-hfk #hfc-store-cart-magazine-promo-code-container-hhf,
.promoCode-success #mag-promocode-hfk #hfc-store-cart-magazine-promo-code-container-hfb,
.promoCode-success #mag-promocode-hfk #hfc-store-cart-magazine-promo-code-container-hfk,
.promoCode-error #mag-promocode > label,
.promoCode-error #mag-promocode #hfc-store-cart-magazine-promo-code-container,
.promoCode-error #mag-promocode #hfc-store-cart-magazine-promo-code-container-hho,
.promoCode-error #mag-promocode #hfc-store-cart-magazine-promo-code-container-hhf,
.promoCode-error #mag-promocode #hfc-store-cart-magazine-promo-code-container-hfb,
.promoCode-error #mag-promocode #hfc-store-cart-magazine-promo-code-container-hfk,
.promoCode-error #mag-promocode-hho > label,
.promoCode-error #mag-promocode-hho #hfc-store-cart-magazine-promo-code-container,
.promoCode-error #mag-promocode-hho #hfc-store-cart-magazine-promo-code-container-hho,
.promoCode-error #mag-promocode-hho #hfc-store-cart-magazine-promo-code-container-hhf,
.promoCode-error #mag-promocode-hho #hfc-store-cart-magazine-promo-code-container-hfb,
.promoCode-error #mag-promocode-hho #hfc-store-cart-magazine-promo-code-container-hfk,
.promoCode-error #mag-promocode-hhf > label,
.promoCode-error #mag-promocode-hhf #hfc-store-cart-magazine-promo-code-container,
.promoCode-error #mag-promocode-hhf #hfc-store-cart-magazine-promo-code-container-hho,
.promoCode-error #mag-promocode-hhf #hfc-store-cart-magazine-promo-code-container-hhf,
.promoCode-error #mag-promocode-hhf #hfc-store-cart-magazine-promo-code-container-hfb,
.promoCode-error #mag-promocode-hhf #hfc-store-cart-magazine-promo-code-container-hfk,
.promoCode-error #mag-promocode-hfb > label,
.promoCode-error #mag-promocode-hfb #hfc-store-cart-magazine-promo-code-container,
.promoCode-error #mag-promocode-hfb #hfc-store-cart-magazine-promo-code-container-hho,
.promoCode-error #mag-promocode-hfb #hfc-store-cart-magazine-promo-code-container-hhf,
.promoCode-error #mag-promocode-hfb #hfc-store-cart-magazine-promo-code-container-hfb,
.promoCode-error #mag-promocode-hfb #hfc-store-cart-magazine-promo-code-container-hfk,
.promoCode-error #mag-promocode-hfk > label,
.promoCode-error #mag-promocode-hfk #hfc-store-cart-magazine-promo-code-container,
.promoCode-error #mag-promocode-hfk #hfc-store-cart-magazine-promo-code-container-hho,
.promoCode-error #mag-promocode-hfk #hfc-store-cart-magazine-promo-code-container-hhf,
.promoCode-error #mag-promocode-hfk #hfc-store-cart-magazine-promo-code-container-hfb,
.promoCode-error #mag-promocode-hfk #hfc-store-cart-magazine-promo-code-container-hfk {
  display: none;
}

.promo-code-error,
.promo-code-success {
  display: none;
  clear: both;
  float: left;
  width: 100%;
  margin: 0;
  background-position: 10px center;
}
.promo-code-error a,
.promo-code-success a {
  text-decoration: underline;
}
@media only screen and (max-width: 47.9375em) {
  .promo-code-error,
  .promo-code-success {
    font-size: 13px !important;
  }
}
.promo-code-error button,
.promo-code-success button {
  max-width: 125px !important;
}

.promoCode-error .promo-code-error {
  display: block;
}
@media only screen and (max-width: 47.9375em) {
  .promoCode-error .promo-code-error {
    line-height: 1;
  }
}

.promoCode-success .promo-code-success {
  font-size: 16px;
  display: block;
  position: relative;
  height: 53px;
}
.promoCode-success .promo-code-success .btn {
  margin: 0;
  background: #33cc99;
  font-family: "Montserrat", Verdana, sans-serif;
  font-weight: bold;
  font-size: 0.875em;
  border: none;
  color: #fff;
  padding: 0.625em 1.875em;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  top: 0;
  right: 0;
  position: absolute;
  height: 52px;
}
.promoCode-success .promo-code-success .btn:hover {
  background: #44e3ab;
}

#mag-promocode,
#mag-promocode-hho,
#mag-promocode-hhf,
#mag-promocode-hfb,
#mag-promocode-hfk {
  float: left;
  width: 100%;
  clear: both;
  position: relative;
  margin: 20px 0 5px;
  padding: 12px 0;
}
#mag-promocode .form-item-textfield,
#mag-promocode-hho .form-item-textfield,
#mag-promocode-hhf .form-item-textfield,
#mag-promocode-hfb .form-item-textfield,
#mag-promocode-hfk .form-item-textfield {
  clear: both;
  margin-top: 20px;
}
#mag-promocode label,
#mag-promocode-hho label,
#mag-promocode-hhf label,
#mag-promocode-hfb label,
#mag-promocode-hfk label {
  position: absolute;
  right: 24px;
  top: 0;
  font-size: 14px;
  font-weight: normal;
  color: #0995A2;
  cursor: pointer;
  z-index: 1;
}
#mag-promocode > label:after,
#mag-promocode-hho > label:after,
#mag-promocode-hhf > label:after,
#mag-promocode-hfb > label:after,
#mag-promocode-hfk > label:after {
  font-family: hfcicons;
  font-size: 10px;
  content: "\e01d";
  color: #fff;
  background-color: #0995A2;
  border-radius: 50%;
  margin: 6px;
  height: 18px;
  width: 18px;
  position: absolute;
  text-align: center;
  line-height: 2;
}
#mag-promocode input[type=text],
#mag-promocode-hho input[type=text],
#mag-promocode-hhf input[type=text],
#mag-promocode-hfb input[type=text],
#mag-promocode-hfk input[type=text] {
  font-size: 20px;
  padding: 10px;
}
#mag-promocode.open-promo > label:after,
#mag-promocode-hho.open-promo > label:after,
#mag-promocode-hhf.open-promo > label:after,
#mag-promocode-hfb.open-promo > label:after,
#mag-promocode-hfk.open-promo > label:after {
  content: "\e023";
  line-height: 1.8;
}
#mag-promocode .form-item-textfield,
#mag-promocode-hho .form-item-textfield,
#mag-promocode-hhf .form-item-textfield,
#mag-promocode-hfb .form-item-textfield,
#mag-promocode-hfk .form-item-textfield {
  float: left;
  font-size: 18px;
  max-width: 77%;
}
#mag-promocode:not(.open-promo) #hfc-store-cart-magazine-promo-code-container,
#mag-promocode:not(.open-promo) #hfc-store-cart-magazine-promo-code-container-hho,
#mag-promocode:not(.open-promo) #hfc-store-cart-magazine-promo-code-container-hhf,
#mag-promocode:not(.open-promo) #hfc-store-cart-magazine-promo-code-container-hfb,
#mag-promocode:not(.open-promo) #hfc-store-cart-magazine-promo-code-container-hfk,
#mag-promocode-hho:not(.open-promo) #hfc-store-cart-magazine-promo-code-container,
#mag-promocode-hho:not(.open-promo) #hfc-store-cart-magazine-promo-code-container-hho,
#mag-promocode-hho:not(.open-promo) #hfc-store-cart-magazine-promo-code-container-hhf,
#mag-promocode-hho:not(.open-promo) #hfc-store-cart-magazine-promo-code-container-hfb,
#mag-promocode-hho:not(.open-promo) #hfc-store-cart-magazine-promo-code-container-hfk,
#mag-promocode-hhf:not(.open-promo) #hfc-store-cart-magazine-promo-code-container,
#mag-promocode-hhf:not(.open-promo) #hfc-store-cart-magazine-promo-code-container-hho,
#mag-promocode-hhf:not(.open-promo) #hfc-store-cart-magazine-promo-code-container-hhf,
#mag-promocode-hhf:not(.open-promo) #hfc-store-cart-magazine-promo-code-container-hfb,
#mag-promocode-hhf:not(.open-promo) #hfc-store-cart-magazine-promo-code-container-hfk,
#mag-promocode-hfb:not(.open-promo) #hfc-store-cart-magazine-promo-code-container,
#mag-promocode-hfb:not(.open-promo) #hfc-store-cart-magazine-promo-code-container-hho,
#mag-promocode-hfb:not(.open-promo) #hfc-store-cart-magazine-promo-code-container-hhf,
#mag-promocode-hfb:not(.open-promo) #hfc-store-cart-magazine-promo-code-container-hfb,
#mag-promocode-hfb:not(.open-promo) #hfc-store-cart-magazine-promo-code-container-hfk,
#mag-promocode-hfk:not(.open-promo) #hfc-store-cart-magazine-promo-code-container,
#mag-promocode-hfk:not(.open-promo) #hfc-store-cart-magazine-promo-code-container-hho,
#mag-promocode-hfk:not(.open-promo) #hfc-store-cart-magazine-promo-code-container-hhf,
#mag-promocode-hfk:not(.open-promo) #hfc-store-cart-magazine-promo-code-container-hfb,
#mag-promocode-hfk:not(.open-promo) #hfc-store-cart-magazine-promo-code-container-hfk {
  display: none;
}
#mag-promocode #hfc-store-cart-magazine-promo-code-container,
#mag-promocode #hfc-store-cart-magazine-promo-code-container-hho,
#mag-promocode #hfc-store-cart-magazine-promo-code-container-hhf,
#mag-promocode #hfc-store-cart-magazine-promo-code-container-hfb,
#mag-promocode #hfc-store-cart-magazine-promo-code-container-hfk,
#mag-promocode-hho #hfc-store-cart-magazine-promo-code-container,
#mag-promocode-hho #hfc-store-cart-magazine-promo-code-container-hho,
#mag-promocode-hho #hfc-store-cart-magazine-promo-code-container-hhf,
#mag-promocode-hho #hfc-store-cart-magazine-promo-code-container-hfb,
#mag-promocode-hho #hfc-store-cart-magazine-promo-code-container-hfk,
#mag-promocode-hhf #hfc-store-cart-magazine-promo-code-container,
#mag-promocode-hhf #hfc-store-cart-magazine-promo-code-container-hho,
#mag-promocode-hhf #hfc-store-cart-magazine-promo-code-container-hhf,
#mag-promocode-hhf #hfc-store-cart-magazine-promo-code-container-hfb,
#mag-promocode-hhf #hfc-store-cart-magazine-promo-code-container-hfk,
#mag-promocode-hfb #hfc-store-cart-magazine-promo-code-container,
#mag-promocode-hfb #hfc-store-cart-magazine-promo-code-container-hho,
#mag-promocode-hfb #hfc-store-cart-magazine-promo-code-container-hhf,
#mag-promocode-hfb #hfc-store-cart-magazine-promo-code-container-hfb,
#mag-promocode-hfb #hfc-store-cart-magazine-promo-code-container-hfk,
#mag-promocode-hfk #hfc-store-cart-magazine-promo-code-container,
#mag-promocode-hfk #hfc-store-cart-magazine-promo-code-container-hho,
#mag-promocode-hfk #hfc-store-cart-magazine-promo-code-container-hhf,
#mag-promocode-hfk #hfc-store-cart-magazine-promo-code-container-hfb,
#mag-promocode-hfk #hfc-store-cart-magazine-promo-code-container-hfk {
  padding: 34px 0 0;
  float: left;
  width: 100%;
  position: relative;
}
#mag-promocode #hfc-store-cart-magazine-promo-code-container #hfc-store-cart-magazine-promo-code,
#mag-promocode #hfc-store-cart-magazine-promo-code-container #hfc-store-cart-magazine-promo-code-hho,
#mag-promocode #hfc-store-cart-magazine-promo-code-container #hfc-store-cart-magazine-promo-code-hhf,
#mag-promocode #hfc-store-cart-magazine-promo-code-container #hfc-store-cart-magazine-promo-code-hfb,
#mag-promocode #hfc-store-cart-magazine-promo-code-container #hfc-store-cart-magazine-promo-code-hfk,
#mag-promocode #hfc-store-cart-magazine-promo-code-container-hho #hfc-store-cart-magazine-promo-code,
#mag-promocode #hfc-store-cart-magazine-promo-code-container-hho #hfc-store-cart-magazine-promo-code-hho,
#mag-promocode #hfc-store-cart-magazine-promo-code-container-hho #hfc-store-cart-magazine-promo-code-hhf,
#mag-promocode #hfc-store-cart-magazine-promo-code-container-hho #hfc-store-cart-magazine-promo-code-hfb,
#mag-promocode #hfc-store-cart-magazine-promo-code-container-hho #hfc-store-cart-magazine-promo-code-hfk,
#mag-promocode #hfc-store-cart-magazine-promo-code-container-hhf #hfc-store-cart-magazine-promo-code,
#mag-promocode #hfc-store-cart-magazine-promo-code-container-hhf #hfc-store-cart-magazine-promo-code-hho,
#mag-promocode #hfc-store-cart-magazine-promo-code-container-hhf #hfc-store-cart-magazine-promo-code-hhf,
#mag-promocode #hfc-store-cart-magazine-promo-code-container-hhf #hfc-store-cart-magazine-promo-code-hfb,
#mag-promocode #hfc-store-cart-magazine-promo-code-container-hhf #hfc-store-cart-magazine-promo-code-hfk,
#mag-promocode #hfc-store-cart-magazine-promo-code-container-hfb #hfc-store-cart-magazine-promo-code,
#mag-promocode #hfc-store-cart-magazine-promo-code-container-hfb #hfc-store-cart-magazine-promo-code-hho,
#mag-promocode #hfc-store-cart-magazine-promo-code-container-hfb #hfc-store-cart-magazine-promo-code-hhf,
#mag-promocode #hfc-store-cart-magazine-promo-code-container-hfb #hfc-store-cart-magazine-promo-code-hfb,
#mag-promocode #hfc-store-cart-magazine-promo-code-container-hfb #hfc-store-cart-magazine-promo-code-hfk,
#mag-promocode #hfc-store-cart-magazine-promo-code-container-hfk #hfc-store-cart-magazine-promo-code,
#mag-promocode #hfc-store-cart-magazine-promo-code-container-hfk #hfc-store-cart-magazine-promo-code-hho,
#mag-promocode #hfc-store-cart-magazine-promo-code-container-hfk #hfc-store-cart-magazine-promo-code-hhf,
#mag-promocode #hfc-store-cart-magazine-promo-code-container-hfk #hfc-store-cart-magazine-promo-code-hfb,
#mag-promocode #hfc-store-cart-magazine-promo-code-container-hfk #hfc-store-cart-magazine-promo-code-hfk,
#mag-promocode-hho #hfc-store-cart-magazine-promo-code-container #hfc-store-cart-magazine-promo-code,
#mag-promocode-hho #hfc-store-cart-magazine-promo-code-container #hfc-store-cart-magazine-promo-code-hho,
#mag-promocode-hho #hfc-store-cart-magazine-promo-code-container #hfc-store-cart-magazine-promo-code-hhf,
#mag-promocode-hho #hfc-store-cart-magazine-promo-code-container #hfc-store-cart-magazine-promo-code-hfb,
#mag-promocode-hho #hfc-store-cart-magazine-promo-code-container #hfc-store-cart-magazine-promo-code-hfk,
#mag-promocode-hho #hfc-store-cart-magazine-promo-code-container-hho #hfc-store-cart-magazine-promo-code,
#mag-promocode-hho #hfc-store-cart-magazine-promo-code-container-hho #hfc-store-cart-magazine-promo-code-hho,
#mag-promocode-hho #hfc-store-cart-magazine-promo-code-container-hho #hfc-store-cart-magazine-promo-code-hhf,
#mag-promocode-hho #hfc-store-cart-magazine-promo-code-container-hho #hfc-store-cart-magazine-promo-code-hfb,
#mag-promocode-hho #hfc-store-cart-magazine-promo-code-container-hho #hfc-store-cart-magazine-promo-code-hfk,
#mag-promocode-hho #hfc-store-cart-magazine-promo-code-container-hhf #hfc-store-cart-magazine-promo-code,
#mag-promocode-hho #hfc-store-cart-magazine-promo-code-container-hhf #hfc-store-cart-magazine-promo-code-hho,
#mag-promocode-hho #hfc-store-cart-magazine-promo-code-container-hhf #hfc-store-cart-magazine-promo-code-hhf,
#mag-promocode-hho #hfc-store-cart-magazine-promo-code-container-hhf #hfc-store-cart-magazine-promo-code-hfb,
#mag-promocode-hho #hfc-store-cart-magazine-promo-code-container-hhf #hfc-store-cart-magazine-promo-code-hfk,
#mag-promocode-hho #hfc-store-cart-magazine-promo-code-container-hfb #hfc-store-cart-magazine-promo-code,
#mag-promocode-hho #hfc-store-cart-magazine-promo-code-container-hfb #hfc-store-cart-magazine-promo-code-hho,
#mag-promocode-hho #hfc-store-cart-magazine-promo-code-container-hfb #hfc-store-cart-magazine-promo-code-hhf,
#mag-promocode-hho #hfc-store-cart-magazine-promo-code-container-hfb #hfc-store-cart-magazine-promo-code-hfb,
#mag-promocode-hho #hfc-store-cart-magazine-promo-code-container-hfb #hfc-store-cart-magazine-promo-code-hfk,
#mag-promocode-hho #hfc-store-cart-magazine-promo-code-container-hfk #hfc-store-cart-magazine-promo-code,
#mag-promocode-hho #hfc-store-cart-magazine-promo-code-container-hfk #hfc-store-cart-magazine-promo-code-hho,
#mag-promocode-hho #hfc-store-cart-magazine-promo-code-container-hfk #hfc-store-cart-magazine-promo-code-hhf,
#mag-promocode-hho #hfc-store-cart-magazine-promo-code-container-hfk #hfc-store-cart-magazine-promo-code-hfb,
#mag-promocode-hho #hfc-store-cart-magazine-promo-code-container-hfk #hfc-store-cart-magazine-promo-code-hfk,
#mag-promocode-hhf #hfc-store-cart-magazine-promo-code-container #hfc-store-cart-magazine-promo-code,
#mag-promocode-hhf #hfc-store-cart-magazine-promo-code-container #hfc-store-cart-magazine-promo-code-hho,
#mag-promocode-hhf #hfc-store-cart-magazine-promo-code-container #hfc-store-cart-magazine-promo-code-hhf,
#mag-promocode-hhf #hfc-store-cart-magazine-promo-code-container #hfc-store-cart-magazine-promo-code-hfb,
#mag-promocode-hhf #hfc-store-cart-magazine-promo-code-container #hfc-store-cart-magazine-promo-code-hfk,
#mag-promocode-hhf #hfc-store-cart-magazine-promo-code-container-hho #hfc-store-cart-magazine-promo-code,
#mag-promocode-hhf #hfc-store-cart-magazine-promo-code-container-hho #hfc-store-cart-magazine-promo-code-hho,
#mag-promocode-hhf #hfc-store-cart-magazine-promo-code-container-hho #hfc-store-cart-magazine-promo-code-hhf,
#mag-promocode-hhf #hfc-store-cart-magazine-promo-code-container-hho #hfc-store-cart-magazine-promo-code-hfb,
#mag-promocode-hhf #hfc-store-cart-magazine-promo-code-container-hho #hfc-store-cart-magazine-promo-code-hfk,
#mag-promocode-hhf #hfc-store-cart-magazine-promo-code-container-hhf #hfc-store-cart-magazine-promo-code,
#mag-promocode-hhf #hfc-store-cart-magazine-promo-code-container-hhf #hfc-store-cart-magazine-promo-code-hho,
#mag-promocode-hhf #hfc-store-cart-magazine-promo-code-container-hhf #hfc-store-cart-magazine-promo-code-hhf,
#mag-promocode-hhf #hfc-store-cart-magazine-promo-code-container-hhf #hfc-store-cart-magazine-promo-code-hfb,
#mag-promocode-hhf #hfc-store-cart-magazine-promo-code-container-hhf #hfc-store-cart-magazine-promo-code-hfk,
#mag-promocode-hhf #hfc-store-cart-magazine-promo-code-container-hfb #hfc-store-cart-magazine-promo-code,
#mag-promocode-hhf #hfc-store-cart-magazine-promo-code-container-hfb #hfc-store-cart-magazine-promo-code-hho,
#mag-promocode-hhf #hfc-store-cart-magazine-promo-code-container-hfb #hfc-store-cart-magazine-promo-code-hhf,
#mag-promocode-hhf #hfc-store-cart-magazine-promo-code-container-hfb #hfc-store-cart-magazine-promo-code-hfb,
#mag-promocode-hhf #hfc-store-cart-magazine-promo-code-container-hfb #hfc-store-cart-magazine-promo-code-hfk,
#mag-promocode-hhf #hfc-store-cart-magazine-promo-code-container-hfk #hfc-store-cart-magazine-promo-code,
#mag-promocode-hhf #hfc-store-cart-magazine-promo-code-container-hfk #hfc-store-cart-magazine-promo-code-hho,
#mag-promocode-hhf #hfc-store-cart-magazine-promo-code-container-hfk #hfc-store-cart-magazine-promo-code-hhf,
#mag-promocode-hhf #hfc-store-cart-magazine-promo-code-container-hfk #hfc-store-cart-magazine-promo-code-hfb,
#mag-promocode-hhf #hfc-store-cart-magazine-promo-code-container-hfk #hfc-store-cart-magazine-promo-code-hfk,
#mag-promocode-hfb #hfc-store-cart-magazine-promo-code-container #hfc-store-cart-magazine-promo-code,
#mag-promocode-hfb #hfc-store-cart-magazine-promo-code-container #hfc-store-cart-magazine-promo-code-hho,
#mag-promocode-hfb #hfc-store-cart-magazine-promo-code-container #hfc-store-cart-magazine-promo-code-hhf,
#mag-promocode-hfb #hfc-store-cart-magazine-promo-code-container #hfc-store-cart-magazine-promo-code-hfb,
#mag-promocode-hfb #hfc-store-cart-magazine-promo-code-container #hfc-store-cart-magazine-promo-code-hfk,
#mag-promocode-hfb #hfc-store-cart-magazine-promo-code-container-hho #hfc-store-cart-magazine-promo-code,
#mag-promocode-hfb #hfc-store-cart-magazine-promo-code-container-hho #hfc-store-cart-magazine-promo-code-hho,
#mag-promocode-hfb #hfc-store-cart-magazine-promo-code-container-hho #hfc-store-cart-magazine-promo-code-hhf,
#mag-promocode-hfb #hfc-store-cart-magazine-promo-code-container-hho #hfc-store-cart-magazine-promo-code-hfb,
#mag-promocode-hfb #hfc-store-cart-magazine-promo-code-container-hho #hfc-store-cart-magazine-promo-code-hfk,
#mag-promocode-hfb #hfc-store-cart-magazine-promo-code-container-hhf #hfc-store-cart-magazine-promo-code,
#mag-promocode-hfb #hfc-store-cart-magazine-promo-code-container-hhf #hfc-store-cart-magazine-promo-code-hho,
#mag-promocode-hfb #hfc-store-cart-magazine-promo-code-container-hhf #hfc-store-cart-magazine-promo-code-hhf,
#mag-promocode-hfb #hfc-store-cart-magazine-promo-code-container-hhf #hfc-store-cart-magazine-promo-code-hfb,
#mag-promocode-hfb #hfc-store-cart-magazine-promo-code-container-hhf #hfc-store-cart-magazine-promo-code-hfk,
#mag-promocode-hfb #hfc-store-cart-magazine-promo-code-container-hfb #hfc-store-cart-magazine-promo-code,
#mag-promocode-hfb #hfc-store-cart-magazine-promo-code-container-hfb #hfc-store-cart-magazine-promo-code-hho,
#mag-promocode-hfb #hfc-store-cart-magazine-promo-code-container-hfb #hfc-store-cart-magazine-promo-code-hhf,
#mag-promocode-hfb #hfc-store-cart-magazine-promo-code-container-hfb #hfc-store-cart-magazine-promo-code-hfb,
#mag-promocode-hfb #hfc-store-cart-magazine-promo-code-container-hfb #hfc-store-cart-magazine-promo-code-hfk,
#mag-promocode-hfb #hfc-store-cart-magazine-promo-code-container-hfk #hfc-store-cart-magazine-promo-code,
#mag-promocode-hfb #hfc-store-cart-magazine-promo-code-container-hfk #hfc-store-cart-magazine-promo-code-hho,
#mag-promocode-hfb #hfc-store-cart-magazine-promo-code-container-hfk #hfc-store-cart-magazine-promo-code-hhf,
#mag-promocode-hfb #hfc-store-cart-magazine-promo-code-container-hfk #hfc-store-cart-magazine-promo-code-hfb,
#mag-promocode-hfb #hfc-store-cart-magazine-promo-code-container-hfk #hfc-store-cart-magazine-promo-code-hfk,
#mag-promocode-hfk #hfc-store-cart-magazine-promo-code-container #hfc-store-cart-magazine-promo-code,
#mag-promocode-hfk #hfc-store-cart-magazine-promo-code-container #hfc-store-cart-magazine-promo-code-hho,
#mag-promocode-hfk #hfc-store-cart-magazine-promo-code-container #hfc-store-cart-magazine-promo-code-hhf,
#mag-promocode-hfk #hfc-store-cart-magazine-promo-code-container #hfc-store-cart-magazine-promo-code-hfb,
#mag-promocode-hfk #hfc-store-cart-magazine-promo-code-container #hfc-store-cart-magazine-promo-code-hfk,
#mag-promocode-hfk #hfc-store-cart-magazine-promo-code-container-hho #hfc-store-cart-magazine-promo-code,
#mag-promocode-hfk #hfc-store-cart-magazine-promo-code-container-hho #hfc-store-cart-magazine-promo-code-hho,
#mag-promocode-hfk #hfc-store-cart-magazine-promo-code-container-hho #hfc-store-cart-magazine-promo-code-hhf,
#mag-promocode-hfk #hfc-store-cart-magazine-promo-code-container-hho #hfc-store-cart-magazine-promo-code-hfb,
#mag-promocode-hfk #hfc-store-cart-magazine-promo-code-container-hho #hfc-store-cart-magazine-promo-code-hfk,
#mag-promocode-hfk #hfc-store-cart-magazine-promo-code-container-hhf #hfc-store-cart-magazine-promo-code,
#mag-promocode-hfk #hfc-store-cart-magazine-promo-code-container-hhf #hfc-store-cart-magazine-promo-code-hho,
#mag-promocode-hfk #hfc-store-cart-magazine-promo-code-container-hhf #hfc-store-cart-magazine-promo-code-hhf,
#mag-promocode-hfk #hfc-store-cart-magazine-promo-code-container-hhf #hfc-store-cart-magazine-promo-code-hfb,
#mag-promocode-hfk #hfc-store-cart-magazine-promo-code-container-hhf #hfc-store-cart-magazine-promo-code-hfk,
#mag-promocode-hfk #hfc-store-cart-magazine-promo-code-container-hfb #hfc-store-cart-magazine-promo-code,
#mag-promocode-hfk #hfc-store-cart-magazine-promo-code-container-hfb #hfc-store-cart-magazine-promo-code-hho,
#mag-promocode-hfk #hfc-store-cart-magazine-promo-code-container-hfb #hfc-store-cart-magazine-promo-code-hhf,
#mag-promocode-hfk #hfc-store-cart-magazine-promo-code-container-hfb #hfc-store-cart-magazine-promo-code-hfb,
#mag-promocode-hfk #hfc-store-cart-magazine-promo-code-container-hfb #hfc-store-cart-magazine-promo-code-hfk,
#mag-promocode-hfk #hfc-store-cart-magazine-promo-code-container-hfk #hfc-store-cart-magazine-promo-code,
#mag-promocode-hfk #hfc-store-cart-magazine-promo-code-container-hfk #hfc-store-cart-magazine-promo-code-hho,
#mag-promocode-hfk #hfc-store-cart-magazine-promo-code-container-hfk #hfc-store-cart-magazine-promo-code-hhf,
#mag-promocode-hfk #hfc-store-cart-magazine-promo-code-container-hfk #hfc-store-cart-magazine-promo-code-hfb,
#mag-promocode-hfk #hfc-store-cart-magazine-promo-code-container-hfk #hfc-store-cart-magazine-promo-code-hfk {
  float: left;
  font-size: 20px;
  padding: 10px;
  width: 100%;
}
#mag-promocode #hfc-store-cart-magazine-promo-code-container .check-code,
#mag-promocode #hfc-store-cart-magazine-promo-code-container-hho .check-code,
#mag-promocode #hfc-store-cart-magazine-promo-code-container-hhf .check-code,
#mag-promocode #hfc-store-cart-magazine-promo-code-container-hfb .check-code,
#mag-promocode #hfc-store-cart-magazine-promo-code-container-hfk .check-code,
#mag-promocode-hho #hfc-store-cart-magazine-promo-code-container .check-code,
#mag-promocode-hho #hfc-store-cart-magazine-promo-code-container-hho .check-code,
#mag-promocode-hho #hfc-store-cart-magazine-promo-code-container-hhf .check-code,
#mag-promocode-hho #hfc-store-cart-magazine-promo-code-container-hfb .check-code,
#mag-promocode-hho #hfc-store-cart-magazine-promo-code-container-hfk .check-code,
#mag-promocode-hhf #hfc-store-cart-magazine-promo-code-container .check-code,
#mag-promocode-hhf #hfc-store-cart-magazine-promo-code-container-hho .check-code,
#mag-promocode-hhf #hfc-store-cart-magazine-promo-code-container-hhf .check-code,
#mag-promocode-hhf #hfc-store-cart-magazine-promo-code-container-hfb .check-code,
#mag-promocode-hhf #hfc-store-cart-magazine-promo-code-container-hfk .check-code,
#mag-promocode-hfb #hfc-store-cart-magazine-promo-code-container .check-code,
#mag-promocode-hfb #hfc-store-cart-magazine-promo-code-container-hho .check-code,
#mag-promocode-hfb #hfc-store-cart-magazine-promo-code-container-hhf .check-code,
#mag-promocode-hfb #hfc-store-cart-magazine-promo-code-container-hfb .check-code,
#mag-promocode-hfb #hfc-store-cart-magazine-promo-code-container-hfk .check-code,
#mag-promocode-hfk #hfc-store-cart-magazine-promo-code-container .check-code,
#mag-promocode-hfk #hfc-store-cart-magazine-promo-code-container-hho .check-code,
#mag-promocode-hfk #hfc-store-cart-magazine-promo-code-container-hhf .check-code,
#mag-promocode-hfk #hfc-store-cart-magazine-promo-code-container-hfb .check-code,
#mag-promocode-hfk #hfc-store-cart-magazine-promo-code-container-hfk .check-code {
  float: right;
  margin-top: -48px;
  background: #0995A2;
  font-family: "Montserrat", Verdana, sans-serif;
  font-size: 16px;
  min-width: 180px;
  border: none;
  color: #fff;
  height: 3em;
  padding: 0.625em 1.875em;
  -moz-border-radius: 0 0.3125em 0.3125em 0;
  -webkit-border-radius: 0;
  border-radius: 0 0.3125em 0.3125em 0;
  top: 0.0625em;
}
#mag-promocode #hfc-store-cart-magazine-promo-code-container .check-code:hover,
#mag-promocode #hfc-store-cart-magazine-promo-code-container-hho .check-code:hover,
#mag-promocode #hfc-store-cart-magazine-promo-code-container-hhf .check-code:hover,
#mag-promocode #hfc-store-cart-magazine-promo-code-container-hfb .check-code:hover,
#mag-promocode #hfc-store-cart-magazine-promo-code-container-hfk .check-code:hover,
#mag-promocode-hho #hfc-store-cart-magazine-promo-code-container .check-code:hover,
#mag-promocode-hho #hfc-store-cart-magazine-promo-code-container-hho .check-code:hover,
#mag-promocode-hho #hfc-store-cart-magazine-promo-code-container-hhf .check-code:hover,
#mag-promocode-hho #hfc-store-cart-magazine-promo-code-container-hfb .check-code:hover,
#mag-promocode-hho #hfc-store-cart-magazine-promo-code-container-hfk .check-code:hover,
#mag-promocode-hhf #hfc-store-cart-magazine-promo-code-container .check-code:hover,
#mag-promocode-hhf #hfc-store-cart-magazine-promo-code-container-hho .check-code:hover,
#mag-promocode-hhf #hfc-store-cart-magazine-promo-code-container-hhf .check-code:hover,
#mag-promocode-hhf #hfc-store-cart-magazine-promo-code-container-hfb .check-code:hover,
#mag-promocode-hhf #hfc-store-cart-magazine-promo-code-container-hfk .check-code:hover,
#mag-promocode-hfb #hfc-store-cart-magazine-promo-code-container .check-code:hover,
#mag-promocode-hfb #hfc-store-cart-magazine-promo-code-container-hho .check-code:hover,
#mag-promocode-hfb #hfc-store-cart-magazine-promo-code-container-hhf .check-code:hover,
#mag-promocode-hfb #hfc-store-cart-magazine-promo-code-container-hfb .check-code:hover,
#mag-promocode-hfb #hfc-store-cart-magazine-promo-code-container-hfk .check-code:hover,
#mag-promocode-hfk #hfc-store-cart-magazine-promo-code-container .check-code:hover,
#mag-promocode-hfk #hfc-store-cart-magazine-promo-code-container-hho .check-code:hover,
#mag-promocode-hfk #hfc-store-cart-magazine-promo-code-container-hhf .check-code:hover,
#mag-promocode-hfk #hfc-store-cart-magazine-promo-code-container-hfb .check-code:hover,
#mag-promocode-hfk #hfc-store-cart-magazine-promo-code-container-hfk .check-code:hover {
  background: #0EBECE;
}
@media only screen and (max-width: 47.9375em) {
  #mag-promocode #hfc-store-cart-magazine-promo-code-container .check-code,
  #mag-promocode #hfc-store-cart-magazine-promo-code-container-hho .check-code,
  #mag-promocode #hfc-store-cart-magazine-promo-code-container-hhf .check-code,
  #mag-promocode #hfc-store-cart-magazine-promo-code-container-hfb .check-code,
  #mag-promocode #hfc-store-cart-magazine-promo-code-container-hfk .check-code,
  #mag-promocode-hho #hfc-store-cart-magazine-promo-code-container .check-code,
  #mag-promocode-hho #hfc-store-cart-magazine-promo-code-container-hho .check-code,
  #mag-promocode-hho #hfc-store-cart-magazine-promo-code-container-hhf .check-code,
  #mag-promocode-hho #hfc-store-cart-magazine-promo-code-container-hfb .check-code,
  #mag-promocode-hho #hfc-store-cart-magazine-promo-code-container-hfk .check-code,
  #mag-promocode-hhf #hfc-store-cart-magazine-promo-code-container .check-code,
  #mag-promocode-hhf #hfc-store-cart-magazine-promo-code-container-hho .check-code,
  #mag-promocode-hhf #hfc-store-cart-magazine-promo-code-container-hhf .check-code,
  #mag-promocode-hhf #hfc-store-cart-magazine-promo-code-container-hfb .check-code,
  #mag-promocode-hhf #hfc-store-cart-magazine-promo-code-container-hfk .check-code,
  #mag-promocode-hfb #hfc-store-cart-magazine-promo-code-container .check-code,
  #mag-promocode-hfb #hfc-store-cart-magazine-promo-code-container-hho .check-code,
  #mag-promocode-hfb #hfc-store-cart-magazine-promo-code-container-hhf .check-code,
  #mag-promocode-hfb #hfc-store-cart-magazine-promo-code-container-hfb .check-code,
  #mag-promocode-hfb #hfc-store-cart-magazine-promo-code-container-hfk .check-code,
  #mag-promocode-hfk #hfc-store-cart-magazine-promo-code-container .check-code,
  #mag-promocode-hfk #hfc-store-cart-magazine-promo-code-container-hho .check-code,
  #mag-promocode-hfk #hfc-store-cart-magazine-promo-code-container-hhf .check-code,
  #mag-promocode-hfk #hfc-store-cart-magazine-promo-code-container-hfb .check-code,
  #mag-promocode-hfk #hfc-store-cart-magazine-promo-code-container-hfk .check-code {
    min-width: 130px !important;
    width: 130px !important;
    padding: 0.625em 0.875em !important;
  }
}
#mag-promocode .message,
#mag-promocode-hho .message,
#mag-promocode-hhf .message,
#mag-promocode-hfb .message,
#mag-promocode-hfk .message {
  font-size: 15px;
  padding: 15px;
  font-style: italic;
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-bottom: 2em;
}
@media only screen and (max-width: 47.9375em) {
  #mag-promocode .message,
  #mag-promocode-hho .message,
  #mag-promocode-hhf .message,
  #mag-promocode-hfb .message,
  #mag-promocode-hfk .message {
    font-size: 13px;
  }
}
#mag-promocode .message.error,
#mag-promocode-hho .message.error,
#mag-promocode-hhf .message.error,
#mag-promocode-hfb .message.error,
#mag-promocode-hfk .message.error {
  border: 1px solid red;
}
#mag-promocode .message.success,
#mag-promocode-hho .message.success,
#mag-promocode-hhf .message.success,
#mag-promocode-hfb .message.success,
#mag-promocode-hfk .message.success {
  background-color: #73ecb3;
  border: 1px solid #33cc99;
  color: #1A774B;
}
@media only screen and (max-width: 47.9375em) {
  #mag-promocode .message.success,
  #mag-promocode-hho .message.success,
  #mag-promocode-hhf .message.success,
  #mag-promocode-hfb .message.success,
  #mag-promocode-hfk .message.success {
    font-size: 13px;
  }
}
#mag-promocode .message a,
#mag-promocode-hho .message a,
#mag-promocode-hhf .message a,
#mag-promocode-hfb .message a,
#mag-promocode-hfk .message a {
  text-decoration: underline;
}
#mag-promocode .message .close,
#mag-promocode-hho .message .close,
#mag-promocode-hhf .message .close,
#mag-promocode-hfb .message .close,
#mag-promocode-hfk .message .close {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -16px;
  height: 10px;
  cursor: pointer;
}
#mag-promocode.promoCode-error .promo-code-error,
#mag-promocode-hho.promoCode-error .promo-code-error,
#mag-promocode-hhf.promoCode-error .promo-code-error,
#mag-promocode-hfb.promoCode-error .promo-code-error,
#mag-promocode-hfk.promoCode-error .promo-code-error {
  display: block;
}
#mag-promocode.promoCode-error #hfc-store-cart-magazine-promo-code, #mag-promocode.promoCode-error #hfc-store-cart-magazine-promo-code-hho, #mag-promocode.promoCode-error #hfc-store-cart-magazine-promo-code-hhf, #mag-promocode.promoCode-error #hfc-store-cart-magazine-promo-code-hfb, #mag-promocode.promoCode-error #hfc-store-cart-magazine-promo-code-hfk,
#mag-promocode-hho.promoCode-error #hfc-store-cart-magazine-promo-code,
#mag-promocode-hho.promoCode-error #hfc-store-cart-magazine-promo-code-hho,
#mag-promocode-hho.promoCode-error #hfc-store-cart-magazine-promo-code-hhf,
#mag-promocode-hho.promoCode-error #hfc-store-cart-magazine-promo-code-hfb,
#mag-promocode-hho.promoCode-error #hfc-store-cart-magazine-promo-code-hfk,
#mag-promocode-hhf.promoCode-error #hfc-store-cart-magazine-promo-code,
#mag-promocode-hhf.promoCode-error #hfc-store-cart-magazine-promo-code-hho,
#mag-promocode-hhf.promoCode-error #hfc-store-cart-magazine-promo-code-hhf,
#mag-promocode-hhf.promoCode-error #hfc-store-cart-magazine-promo-code-hfb,
#mag-promocode-hhf.promoCode-error #hfc-store-cart-magazine-promo-code-hfk,
#mag-promocode-hfb.promoCode-error #hfc-store-cart-magazine-promo-code,
#mag-promocode-hfb.promoCode-error #hfc-store-cart-magazine-promo-code-hho,
#mag-promocode-hfb.promoCode-error #hfc-store-cart-magazine-promo-code-hhf,
#mag-promocode-hfb.promoCode-error #hfc-store-cart-magazine-promo-code-hfb,
#mag-promocode-hfb.promoCode-error #hfc-store-cart-magazine-promo-code-hfk,
#mag-promocode-hfk.promoCode-error #hfc-store-cart-magazine-promo-code,
#mag-promocode-hfk.promoCode-error #hfc-store-cart-magazine-promo-code-hho,
#mag-promocode-hfk.promoCode-error #hfc-store-cart-magazine-promo-code-hhf,
#mag-promocode-hfk.promoCode-error #hfc-store-cart-magazine-promo-code-hfb,
#mag-promocode-hfk.promoCode-error #hfc-store-cart-magazine-promo-code-hfk {
  border: 1px solid red;
}

.check-code i {
  display: none;
}

.check-code.loading i {
  display: inline-block;
}
.check-code.loading span {
  display: none;
}

.product-listing {
  font-family: 'Montserrat', Verdana, sans-serif;
}
.product-listing .product-listing-header h1 {
  border-bottom: solid 1px #A59899;
  line-height: 2em;
  margin: 0;
}
.product-listing .product-listing-left .back-to-store-button {
  padding: 5px 25px;
  color: #0EBECE;
  border: solid 1px #0EBECE;
  border-radius: 5px;
  font-size: 14px;
  font-family: 'Montserrat', Verdana, sans-serif;
  font-weight: 300;
  -moz-transition: color 0.3s, background-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
.product-listing .product-listing-left .back-to-store-button:before {
  content: '\f0d9\00a0';
  font-family: fontawesome;
}
.product-listing .product-listing-left .back-to-store-button:hover {
  color: white;
  background-color: #0EBECE;
  text-decoration: none;
}
.product-listing .product-listing-right h2 {
  border-bottom: solid 1px #A59899;
  line-height: 2em;
  margin: 0 0 20px;
}
.product-listing .product-listing-right h2 .parent + .category {
  font-weight: 300;
}
.product-listing .view-header {
  color: #5B4D4E;
  font-size: 12px;
  font-weight: 300;
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  .product-listing .view-header {
    float: left;
    width: 50%;
    margin-top: 10px;
  }
}

@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  .product-listing .view-filters {
    float: left;
    width: 50%;
    margin-top: 10px;
  }
}

.product-listing .view-filters .views-exposed-form label {
  display: none;
}
.product-listing .view-filters .views-exposed-form .views-submit-button {
  display: none;
}
.product-listing .view-filters .views-exposed-form .views-widget-sort-order {
  display: none;
}
.product-listing .view-filters .views-exposed-form .views-widget-sort-by {
  padding: 0;
  width: 100%;
}
.product-listing .view-filters .views-exposed-form .views-widget-sort-by select {
  width: 100%;
}
.product-listing .view-filters .views-exposed-form .views-widget-sort-by .chosen-container {
  font-weight: 300;
  color: #372829;
}
.product-listing .view-filters .views-exposed-form .views-widget-sort-by .chosen-container > a {
  background: none;
  height: auto;
  overflow: visible;
}
.product-listing .view-filters .views-exposed-form .views-widget-sort-by .chosen-container > a > span:before {
  content: 'Arrange by: ';
  color: #A59899;
}
.product-listing .view-filters .views-exposed-form .views-widget-sort-by .chosen-container > a > div {
  background-color: #E02619;
  width: 25px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}
.product-listing .view-filters .views-exposed-form .views-widget-sort-by .chosen-container > a > div:after {
  font-family: fontawesome;
  content: '\f0d7';
  color: white;
  float: right;
  padding: 0 8px;
}
.product-listing .view-filters .views-exposed-form .views-widget-sort-by .chosen-container > a > div > b {
  display: none;
}
.product-listing .view-filters .views-exposed-form .views-widget-sort-by .chosen-container > .chosen-drop {
  text-align: center;
  border: none;
  background: transparent;
  box-shadow: none;
}
.product-listing .view-filters .views-exposed-form .views-widget-sort-by .chosen-container > .chosen-drop > ul {
  margin: 15px 0 0 0;
  background: rgba(255, 255, 255, 0.95);
  border: solid 1px #A59899;
  padding: 0;
  font-weight: 400;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  overflow: visible;
  position: relative;
}
.product-listing .view-filters .views-exposed-form .views-widget-sort-by .chosen-container > .chosen-drop > ul > li {
  padding: 10px;
}
.product-listing .view-filters .views-exposed-form .views-widget-sort-by .chosen-container > .chosen-drop > ul > li.highlighted {
  background-color: #E02619;
  background-image: none;
}
.product-listing .view-filters .views-exposed-form .views-widget-sort-by .chosen-container > .chosen-drop > ul > li:first-child:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 8px 8px;
  border-color: #A59899 transparent;
  display: block;
  width: 0;
  z-index: 1;
  top: -8px;
  right: 5px;
}
.product-listing .view-filters .views-exposed-form .views-widget-sort-by .chosen-container > .chosen-drop > ul > li:first-child:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 7px 7px;
  border-color: white transparent;
  display: block;
  width: 0;
  z-index: 2;
  top: -7px;
  right: 6px;
}
.product-listing .view-filters .views-exposed-form .views-widget-sort-by .chosen-container > .chosen-drop > ul > li:first-child.highlighted:before {
  border-color: #E02619 transparent;
}
.product-listing .view-filters .views-exposed-form .views-widget-sort-by .chosen-container.chosen-with-drop > a {
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.product-listing .view-filters .views-exposed-form .views-widget-sort-by .chosen-container.chosen-with-drop > a > div:after {
  content: '\f0d8';
}
@media only screen and (max-width: 47.9375em) {
  .product-listing .view-content {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.product-listing .view-content .views-row {
  overflow: hidden;
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  .product-listing .view-content .views-row {
    float: left;
    width: 33.33333%;
    padding: 25px 15px;
  }
  .product-listing .view-content .views-row:nth-child(3n + 1) {
    clear: left;
  }
}

@media only screen and (max-width: 47.9375em) {
  .product-listing .view-content .views-row:not(:first-child) {
    border-top: solid 1px #5B4D4E;
    padding-top: 8px;
    margin-top: 8px;
  }
}
.product-listing .product-grid-item {
  font-size: 0;
  text-align: left;
  position: relative;
  line-height: 1.5em;
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  .product-listing .product-grid-item {
    font-size: 18px;
    text-align: center;
  }
}

.product-listing .product-grid-item .product-grid-item-image {
  max-width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .product-listing .product-grid-item .product-grid-item-image {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.5em;
    width: 33.33333%;
    padding: 0 10px 0 15px;
  }
  .product-listing .product-grid-item .product-grid-item-image img {
    float: right;
  }
}
.product-listing .product-grid-item .product-grid-item-image a {
  display: block;
  overflow: hidden;
}
@media only screen and (max-width: 61.9375em) and (min-width: 48em) and (max-width: 61.9375em), only screen and (max-width: 61.9375em) and (min-width: 48em) and (min-width: 62em) {
  .product-listing .product-grid-item .product-grid-item-image a {
    height: 200px;
  }
  .product-listing .product-grid-item .product-grid-item-image a img {
    max-height: 200px;
    margin-top: 100px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (min-width: 62em) {
  .product-listing .product-grid-item .product-grid-item-image a {
    height: 247px;
  }
  .product-listing .product-grid-item .product-grid-item-image a img {
    max-height: 247px;
    margin-top: calc(247px / 2);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 47.9375em) {
  .product-listing .product-grid-item .product-grid-item-details {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.5em;
    width: 66.66667%;
    padding: 0 30px 0 10px;
  }
}
.product-listing .product-grid-item .product-grid-item-details .product-grid-item-catagory {
  color: #A59899;
  font-size: 12px;
  line-height: 1.5em;
}
@media only screen and (max-width: 47.9375em) {
  .product-listing .product-grid-item .product-grid-item-details .product-grid-item-catagory {
    font-weight: 300;
  }
}
.product-listing .product-grid-item .product-grid-item-details .product-grid-item-title a {
  color: #E02619;
  font-weight: 400;
}
.product-listing .product-grid-item .product-grid-item-details .product-grid-item-age {
  color: #5B4D4E;
  font-weight: 300;
}
.product-listing .product-grid-item .product-grid-item-details .product-grid-item-price {
  display: inline-block;
  color: #372829;
  margin-top: 5px;
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  .product-listing .product-grid-item .product-grid-item-details .product-grid-item-price {
    margin-top: 10px;
  }
}

.product-listing .product-grid-item .product-grid-item-details .product-grid-item-price.price-strike {
  text-decoration: line-through;
}
.product-listing .product-grid-item .product-grid-item-details .product-grid-item-price.override {
  font-size: 1rem;
}
.product-listing .product-grid-item .product-grid-item-details .product-grid-item-price.override p, .product-listing .product-grid-item .product-grid-item-details .product-grid-item-price.override ul, .product-listing .product-grid-item .product-grid-item-details .product-grid-item-price.override ol, .product-listing .product-grid-item .product-grid-item-details .product-grid-item-price.override blockquote {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Montserrat", Verdana, sans-serif;
}
.product-listing .product-grid-item .product-grid-item-details .product-grid-item-price.override ul {
  padding-left: 30px;
}
.product-listing .product-grid-item .product-grid-item-details .product-grid-item-sale-price {
  display: inline-block;
  color: #372829;
  margin-top: 5px;
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  .product-listing .product-grid-item .product-grid-item-details .product-grid-item-sale-price {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .product-listing .product-grid-item .product-grid-mobile-arrow {
    position: absolute;
    right: 0;
    top: calc(50% - 40px);
    width: 30px;
    height: 80px;
    display: block;
  }
  .product-listing .product-grid-item .product-grid-mobile-arrow:after {
    content: '\f054';
    font-family: 'fontawesome';
    color: #127B89;
    font-size: 14px;
    line-height: 80px;
    padding-right: 15px;
    float: right;
  }
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em), (min-width: 48em) and (min-width: 62em) {
  .product-listing .product-grid-item .product-grid-mobile-arrow {
    display: none;
  }
}

.price-strike {
  text-decoration: line-through;
}

.pane-menu-menu-shop-taxonomy-menu ul, .pane-menu-menu-shop-taxonomy-menu li, .pane-menu-menu-shop-taxonomy-menu a {
  display: block;
  list-style: none;
  font-family: 'Montserrat', Verdana, sans-serif;
  font-weight: 300;
}
.pane-menu-menu-shop-taxonomy-menu > ul.menu {
  margin-top: 15px;
}
@media only screen and (max-width: 47.9375em) {
  .pane-menu-menu-shop-taxonomy-menu > ul.menu {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.pane-menu-menu-shop-taxonomy-menu > ul.menu > li {
  margin-bottom: 25px;
}
@media only screen and (max-width: 47.9375em) {
  .pane-menu-menu-shop-taxonomy-menu > ul.menu > li {
    margin-bottom: 2px;
  }
}
@media only screen and (max-width: 61.9375em) and (min-width: 48em) and (max-width: 61.9375em), only screen and (max-width: 61.9375em) and (min-width: 48em) and (min-width: 62em) {
  .pane-menu-menu-shop-taxonomy-menu > ul.menu > li {
    float: left;
    width: 50%;
    position: relative;
  }
  .pane-menu-menu-shop-taxonomy-menu > ul.menu > li:first-child {
    padding-right: 3px;
  }
  .pane-menu-menu-shop-taxonomy-menu > ul.menu > li:last-child {
    padding-left: 3px;
  }
}

.pane-menu-menu-shop-taxonomy-menu > ul.menu > li > a {
  color: white;
  background-color: #E02619;
  padding: 0 10px;
  font-size: 14px;
}
@media (min-width: 62em) {
  .pane-menu-menu-shop-taxonomy-menu > ul.menu > li > a {
    pointer-events: none;
  }
}
@media only screen and (max-width: 61.9375em) {
  .pane-menu-menu-shop-taxonomy-menu > ul.menu > li > a:after {
    font-family: fontawesome;
    content: '\f055';
    color: white;
    float: right;
    padding-right: 5px;
  }
  .pane-menu-menu-shop-taxonomy-menu > ul.menu > li > a ~ ul {
    display: none;
  }
  .pane-menu-menu-shop-taxonomy-menu > ul.menu > li > a.open:after {
    content: '\f056';
  }
  .pane-menu-menu-shop-taxonomy-menu > ul.menu > li > a.open ~ ul {
    display: block;
  }
}
.pane-menu-menu-shop-taxonomy-menu > ul.menu > li > ul.menu {
  font-size: 12px;
}
@media only screen and (max-width: 61.9375em) and (min-width: 48em) and (max-width: 61.9375em), only screen and (max-width: 61.9375em) and (min-width: 48em) and (min-width: 62em) {
  .pane-menu-menu-shop-taxonomy-menu > ul.menu > li > ul.menu {
    position: absolute;
    width: calc(100% - 3px);
    z-index: 10;
  }
}

.pane-menu-menu-shop-taxonomy-menu > ul.menu > li > ul.menu a {
  color: black;
  -moz-transition: color 0.3s, text-decoration 0.3s, font-weight 0.3s;
  -o-transition: color 0.3s, text-decoration 0.3s, font-weight 0.3s;
  -webkit-transition: color 0.3s, text-decoration 0.3s, font-weight 0.3s;
  transition: color 0.3s, text-decoration 0.3s, font-weight 0.3s;
}
.pane-menu-menu-shop-taxonomy-menu > ul.menu > li > ul.menu a:hover {
  color: #E02619;
  text-decoration: underline;
  font-weight: 400;
}
.pane-menu-menu-shop-taxonomy-menu > ul.menu > li > ul.menu a.current {
  color: #E02619;
  text-decoration: underline;
  font-weight: 400;
}
.pane-menu-menu-shop-taxonomy-menu > ul.menu > li > ul.menu > li {
  border: solid 1px #E02619;
  border-top: none;
}
@media only screen and (max-width: 47.9375em) {
  .pane-menu-menu-shop-taxonomy-menu > ul.menu > li > ul.menu > li {
    border-left: none;
    border-right: none;
  }
}
.pane-menu-menu-shop-taxonomy-menu > ul.menu > li > ul.menu > li > a {
  background-color: rgba(252, 249, 245, 0.95);
  padding: 0 20px;
}
.pane-menu-menu-shop-taxonomy-menu > ul.menu > li > ul.menu > li > a.menu-collapse-button {
  float: right;
}
.pane-menu-menu-shop-taxonomy-menu > ul.menu > li > ul.menu > li > a.menu-collapse-button:after {
  content: '\f067';
  font-family: fontawesome;
  display: block;
  color: #E02619;
}
.pane-menu-menu-shop-taxonomy-menu > ul.menu > li > ul.menu > li > a.menu-collapse-button.open:after {
  content: '\f068';
}
.pane-menu-menu-shop-taxonomy-menu > ul.menu > li > ul.menu > li > a.menu-collapse-button.open ~ ul {
  display: block;
}
.pane-menu-menu-shop-taxonomy-menu > ul.menu > li > ul.menu > li > a.menu-collapse-button:hover {
  text-decoration: none;
  cursor: pointer;
}
.pane-menu-menu-shop-taxonomy-menu > ul.menu > li > ul.menu > li > ul {
  display: none;
}
.pane-menu-menu-shop-taxonomy-menu > ul.menu > li > ul.menu > li > ul > li {
  border-top: solid 1px #E02619;
  background-color: rgba(255, 255, 255, 0.95);
}
.pane-menu-menu-shop-taxonomy-menu > ul.menu > li > ul.menu > li > ul > li > a {
  padding: 0 30px;
}

.hfc-parents-listing-exposed-filters {
  font-family: "Montserrat", Verdana, sans-serif;
}
.hfc-parents-listing-exposed-filters:not(.hfc-parents-listing-exposed-filters--advanced),
.hfc-parents-listing-exposed-filters:not(.hfc-parents-listing-exposed-filters--advanced) h2 {
  color: #5B4D4E;
}
.hfc-parents-listing-exposed-filters:not(.hfc-parents-listing-exposed-filters--advanced) h2 {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 20px;
  margin: 0.1em 0 0;
}
@media only screen and (max-width: 47.9375em) {
  .hfc-parents-listing-exposed-filters:not(.hfc-parents-listing-exposed-filters--advanced) h2 {
    background-color: #e02619;
    color: white;
    padding: 0 1em;
  }
  .hfc-parents-listing-exposed-filters:not(.hfc-parents-listing-exposed-filters--advanced) h2 .hfc-exposed-filters-icon-dropdown:after {
    font-family: fontawesome;
    content: '\f0d7';
    transform: scale(1.5, 1.5);
    cursor: pointer;
    float: right;
  }
  .hfc-parents-listing-exposed-filters:not(.hfc-parents-listing-exposed-filters--advanced) h2 .hfc-exposed-filters-icon-dropdown.rotate-arrow:after {
    content: '\f0d8';
  }
}
.hfc-parents-listing-exposed-filters:not(.hfc-parents-listing-exposed-filters--advanced) form .views-exposed-widget {
  width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .hfc-parents-listing-exposed-filters:not(.hfc-parents-listing-exposed-filters--advanced) form {
    display: none;
  }
  .hfc-parents-listing-exposed-filters:not(.hfc-parents-listing-exposed-filters--advanced) form > div > .views-exposed-form {
    border: 1px solid #aa9e9f;
    float: none;
    padding: 6px 12px 9px;
    position: relative;
  }
  .hfc-parents-listing-exposed-filters:not(.hfc-parents-listing-exposed-filters--advanced) form > div > .views-exposed-form:before {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #aa9e9f;
    position: absolute;
    top: -6px;
    right: 17px;
    content: '';
  }
  .hfc-parents-listing-exposed-filters:not(.hfc-parents-listing-exposed-filters--advanced) form > div > .views-exposed-form:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid white;
    position: absolute;
    top: -5px;
    right: 18px;
    content: '';
  }
  .hfc-parents-listing-exposed-filters:not(.hfc-parents-listing-exposed-filters--advanced) form.hfc-exposed-filters-show-form {
    display: block;
  }
}
.hfc-parents-listing-exposed-filters label {
  font-weight: 300;
  font-size: 15px;
}
.hfc-parents-listing-exposed-filters input[type="checkbox"] {
  margin-right: 4px;
}
.hfc-parents-listing-exposed-filters input[type="checkbox"]:checked + label {
  color: #FF4844;
}
.hfc-parents-listing-exposed-filters .views-exposed-widget > label {
  text-transform: uppercase;
  color: #A59899;
}
@media only screen and (max-width: 47.9375em) {
  .hfc-parents-listing-exposed-filters .views-exposed-widget > label {
    border-bottom: 2px dotted #A59899;
    padding-bottom: 0.2em;
    margin-bottom: 0.5em;
  }
}
.hfc-parents-listing-exposed-filters .views-exposed-widget > label::before {
  content: 'BY';
  display: inline-block;
  margin-right: 3px;
}
.hfc-parents-listing-exposed-filters.hfc-parents-listing-exposed-filters--advanced {
  margin: 1em 0;
}
.hfc-parents-listing-exposed-filters.hfc-parents-listing-exposed-filters--advanced h2.pane-title {
  float: left;
  line-height: 1;
  font-size: 13px;
  color: gray;
  font-weight: 300;
  margin: 0 8px 0 0;
}
.hfc-parents-listing-exposed-filters.hfc-parents-listing-exposed-filters--advanced .views-exposed-widget > label,
.hfc-parents-listing-exposed-filters.hfc-parents-listing-exposed-filters--advanced .bef-checkboxes .form-item,
.hfc-parents-listing-exposed-filters.hfc-parents-listing-exposed-filters--advanced .views-exposed-widget.views-submit-button {
  display: none;
}
.hfc-parents-listing-exposed-filters.hfc-parents-listing-exposed-filters--advanced .views-exposed-widget {
  padding: 0;
}
.hfc-parents-listing-exposed-filters.hfc-parents-listing-exposed-filters--advanced .form-item.hfc-parents-listing-filters--style {
  display: block;
  float: left;
  margin-right: 15px;
  font-size: 12px;
  position: relative;
}
.hfc-parents-listing-exposed-filters.hfc-parents-listing-exposed-filters--advanced .form-item.hfc-parents-listing-filters--style,
.hfc-parents-listing-exposed-filters.hfc-parents-listing-exposed-filters--advanced .form-item.hfc-parents-listing-filters--style label {
  color: #5B4D4E;
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
}
.hfc-parents-listing-exposed-filters.hfc-parents-listing-exposed-filters--advanced .form-item.hfc-parents-listing-filters--style span {
  margin-left: 4px;
  display: inline-block;
  vertical-align: middle;
  color: #E02619;
  padding: 1px 3px 2px 3px;
  font-size: 12px;
}
.hfc-parents-listing-exposed-filters.hfc-parents-listing-exposed-filters--advanced .form-item.hfc-parents-listing-filters--style span:before {
  font-family: hfcicons;
  content: "\e00a";
}
.hfc-parents-listing-exposed-filters.hfc-parents-listing-exposed-filters--advanced .form-item.hfc-parents-listing-filters--style input[type="checkbox"] {
  display: none;
}
.hfc-parents-listing-exposed-filters .views-exposed-widget.views-reset-button {
  display: none;
}
.hfc-parents-listing-exposed-filters .views-submit-button {
  width: 100%;
}
.hfc-parents-listing-exposed-filters .views-submit-button input[type="submit"] {
  color: white;
  cursor: pointer;
  border: 2px solid;
  font-family: "Montserrat", Verdana, sans-serif;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-color: #e02619;
  background-color: #e02619;
  color: #e02619;
  border-color: #F92506;
  background-color: white;
  background-color: white;
  padding: 0.8em;
  min-width: 260px;
  margin: 0.5em 0;
  width: 100%;
  min-width: 0;
}
.hfc-parents-listing-exposed-filters .views-submit-button input[type="submit"]:hover {
  text-decoration: none;
}
.hfc-parents-listing-exposed-filters .views-submit-button input[type="submit"]:focus {
  outline: 0;
}
.hfc-parents-listing-exposed-filters .views-submit-button input[type="submit"]:hover {
  color: white;
  border-color: #F92506;
  background-color: #F92506;
}
.hfc-parents-listing-exposed-filters .views-submit-button input[type="submit"]:active {
  border-color: #BC1108;
  background-color: #BC1108;
}
.hfc-parents-listing-exposed-filters .views-submit-button input[type="submit"]:disabled {
  border-color: white;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .hfc-parents-listing-exposed-filters .views-submit-button input[type="submit"] {
    min-width: 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .hfc-parents-listing-exposed-filters .views-submit-button input[type="submit"] {
    min-width: auto;
  }
}
.hfc-parents-listing-exposed-filters .reset-filters-button {
  clear: both;
  color: #E02619;
  font-size: 12px;
  cursor: pointer;
}
.hfc-parents-listing-exposed-filters .reset-filters-button:after {
  font-family: hfcicons;
  content: "\e00a";
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
}
