@charset "UTF-8";
/*------------------------------------*\
:    Project:       Het Klokhuis
:    Project URI:   http://hetklokhuis.nl
:    Author:        Thomas van der Meer - Studio Parkers
:    Author URI:    http://studioparkers.nl
:    Description:   Redesign of the main website (jan 2016)
:    Version:       1.0
\*------------------------------------*/
/*------------------------------------*\
:    Variables
\*------------------------------------*/
/*------------------------------------*\
:    Mixins
\*------------------------------------*/
/*------------------------------------*\
:    Media Queries
\*------------------------------------*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

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

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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.
 */
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;
}

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*------------------------------------*\
:    Buttons
\*------------------------------------*/
/*------------------------------------*\
:    Icomoon
\*------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url("/bundles/klokhuispublicationbundle/fonts/icomoon.eot?v20240522");
  src: url("/bundles/klokhuispublicationbundle/fonts/icomoon.eot?v20240522#iefix") format("embedded-opentype"), url("/bundles/klokhuispublicationbundle/fonts/icomoon.ttf?v20240522") format("truetype"), url("/bundles/klokhuispublicationbundle/fonts/icomoon.woff?v20240522") format("woff"), url("/bundles/klokhuispublicationbundle/fonts/icomoon.svg?v20240522#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mail:before {
  content: "\e90c";
}

.icon-tags:before {
  content: "\e90b";
}

.icon-calendar:before {
  content: "\e90a";
}

.icon-cross:before {
  content: "\e909";
}

.icon-broadcast:before {
  content: "\e908";
}

.icon-arrow-left:before {
  content: "\e901";
}

.icon-arrow-right:before {
  content: "\e902";
}

.icon-mic:before {
  content: "\e91e";
}

.icon-search:before {
  content: "\e905";
}

.icon-facebook:before {
  content: "\e90d";
}

.icon-instagram:before {
  content: "\e90e";
}

.icon-tiktok:before {
  content: "\e90f";
}

.icon-twitter:before {
  content: "\e910";
}

.icon-youtube:before {
  content: "\e911";
}

.icon-x:before {
  content: "\e900";
}

/*------------------------------------*\
:    Forms
\*------------------------------------*/
input {
  border-radius: 0 !important;
  -webkit-appearance: none !important;
}

form {
  *zoom: 1;
}
form:after {
  content: "";
  display: table;
  clear: both;
}
form ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
form ul li {
  *zoom: 1;
  margin-bottom: 15px;
}
form ul li:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 0px) and (max-width: 1023px) {
  form ul li {
    margin-bottom: 5px;
  }
}
form ul li:last-child {
  margin-bottom: 0;
}
form input {
  margin: 0;
  border: 0;
  padding: 0 10px;
  color: #171717;
  height: 30px;
  float: left;
  font-size: 16px;
  font-size: 1.6rem;
}
form input:focus {
  outline: 0;
}
form button {
  transition: color 0.15s ease-in-out;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  border: 0;
  border-radius: 15px;
  height: 30px;
  line-height: 1;
  background: #171717;
  color: #ffffff;
  padding: 0 15px;
  text-transform: uppercase;
}
form button:hover {
  color: #0fda52;
}
@media (min-width: 0px) and (max-width: 767px) {
  form button {
    height: 35px;
    border-radius: 20px;
  }
}
form label {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.025em;
  display: block;
  line-height: 30px;
  float: left;
}
@media (min-width: 0px) and (max-width: 1279px) {
  form label {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  form label {
    line-height: 25px;
  }
}

.content form {
  *zoom: 1;
  max-width: 730px;
  margin-top: 30px;
}
.content form:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 0px) and (max-width: 767px) {
  .content form {
    margin-top: 10px;
  }
}
.content form ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.content form ul li {
  *zoom: 1;
  margin-bottom: 15px;
  padding-left: 0;
}
.content form ul li:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .content form ul li {
    margin-bottom: 10px;
  }
}
.content form ul li:before {
  display: none;
}
.content form ul li:last-child {
  margin-bottom: 0;
}
.content form ul li label {
  width: 200px;
  float: left;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Droid Sans", sans-serif;
  padding-top: 6px;
}
@media (min-width: 0px) and (max-width: 1279px) {
  .content form ul li label {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .content form ul li label {
    width: 100%;
    float: none;
    margin-bottom: 3px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.content form ul li label .error {
  color: red;
}
.content form ul li input[type="text"], .content form ul li input[type="email"] {
  line-height: 40px;
  height: 40px;
}
.content form ul li input, .content form ul li textarea {
  float: left;
  width: calc(100% - 200px);
  max-width: calc(100% - 200px);
}
@media (min-width: 0px) and (max-width: 767px) {
  .content form ul li input, .content form ul li textarea {
    width: 100%;
    max-width: 100%;
    float: none;
  }
}
.content form ul li input[type="text"], .content form ul li input[type="email"], .content form ul li textarea {
  background: #f1f1f1;
  border: 0;
}
.content form ul li input[type="text"]:focus, .content form ul li input[type="email"]:focus, .content form ul li textarea:focus {
  outline: 0;
  border: 1px solid #0fda52;
  padding: 0 9px;
}
.content form ul li textarea {
  margin-top: 5px;
  padding: 5px 10px;
  border-radius: 0;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .content form ul li textarea {
    margin-top: 0;
  }
}
.content form ul li textarea:focus {
  outline: 0;
  border: 1px solid #0fda52;
  padding: 4px 9px;
}
.content form ul li button[type="submit"] {
  float: right;
  margin-top: 15px;
}

/*------------------------------------*\
:    General Type Settings
\*------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-family: "Droid Sans", sans-serif;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 0px) and (max-width: 1279px) {
  body {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

::selection {
  background: #0fda52;
  color: #ffffff;
  text-shadow: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
}

a {
  transition: color 0.15s ease-in-out;
  color: #0fda52;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

h1 {
  font-size: 52px;
  font-size: 5.2rem;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  line-height: 1.25;
  color: #ffffff;
  margin-bottom: 30px;
  transition: color 0.15s ease-in-out;
}
@media (min-width: 0px) and (max-width: 1279px) {
  h1 {
    font-size: 44px;
    font-size: 4.4rem;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  h1 {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  h1 {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  h1 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media (min-width: 0px) and (max-width: 374px) {
  h1 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

h2 {
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: #ffffff;
}
@media (min-width: 0px) and (max-width: 1279px) {
  h2 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  h2 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (min-width: 0px) and (max-width: 374px) {
  h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}

p {
  margin: 0 0 1em 0;
  overflow: hidden;
}
p:last-child {
  margin: 0;
}

.content-block ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  list-style-position: outside;
}
.content-block ul li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 30px;
}
.content-block ul li:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background: #0fda52;
  position: absolute;
  left: 2px;
  top: 9px;
}

/*------------------------------------*\
:    Animations
\*------------------------------------*/
@keyframes sub-menu-fade {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#random-logo {
  opacity: 0;
  height: 140px;
  transform: translateY(-100%);
}
@media (min-width: 0px) and (max-width: 1279px) {
  #random-logo {
    height: 120px;
    padding-top: 5px;
    padding-bottom: 11px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  #random-logo {
    padding-top: 15px;
    height: 140px;
    padding-bottom: 21px;
  }
}
#random-logo.active {
  opacity: 1;
  animation: logoanimation 0.5s 0.15s ease-in-out forwards;
}
@keyframes logoanimation {
  0% {
    transform: translateY(-100%);
  }
  50% {
    transform: translateY(10%);
  }
  60% {
    transform: translateY(-5%);
  }
  80% {
    transform: translateY(2.5%);
  }
  100% {
    transform: translateY(0);
  }
}
/*------------------------------------*\
:    Header - Logo
\*------------------------------------*/
.logo {
  width: 180px;
  padding-right: 35px;
  float: left;
  padding-left: 35px;
  position: relative;
  background: #171717;
  padding-bottom: 19px;
  box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.1);
}
@media (min-width: 0px) and (max-width: 1279px) {
  .logo {
    width: 135px;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 25px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .logo {
    padding-top: 15px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .logo {
    width: auto;
    height: 55px;
    padding-top: 0;
    z-index: 10;
    padding-right: 0;
    padding-left: 0;
  }
}
.logo img {
  width: 100%;
  height: auto;
  display: block;
}
.logo a {
  display: block;
  *zoom: 1;
}
.logo a:after {
  content: "";
  display: table;
  clear: both;
}
.logo .mobile-logo {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  .logo .mobile-logo {
    display: block;
  }
}
.logo .mobile-logo:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.logo .mobile-logo > span {
  float: left;
  display: block;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 25px 0 20px 8px;
}
@media (min-width: 0px) and (max-width: 375px) {
  .logo .mobile-logo > span {
    float: none;
    position: absolute;
    top: 0;
    left: 38px;
  }
}
@media (min-width: 0px) and (max-width: 374px) {
  .logo .mobile-logo > span {
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 4px;
  }
}
.logo .mobile-logo svg {
  height: 44px;
  float: left;
  line-height: 60px;
  margin-top: 6px;
}
@media (min-width: 0px) and (max-width: 375px) {
  .logo .mobile-logo svg {
    position: absolute;
    float: none;
    left: 0;
    top: 0;
    width: 37px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .logo .default-logo {
    display: none;
  }
}
.logo .default-logo img.bouwvakkers {
  width: auto;
  position: absolute;
  left: 0;
  top: 9px;
  height: 116px;
}
@media (min-width: 0px) and (max-width: 1279px) {
  .logo .default-logo img.bouwvakkers {
    height: 90px;
    top: 15px;
    left: 2px;
  }
}
.logo span.breadcrumb {
  display: none;
  float: left;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #0fda52;
  padding: 25px 0 20px 8px;
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 103px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .logo span.breadcrumb {
    display: block;
  }
}
@media (min-width: 0px) and (max-width: 374px) {
  .logo span.breadcrumb {
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 93px;
  }
}
.logo span.breadcrumb:before {
  content: ' | ';
  display: inline;
}

ul.hamburger {
  list-style: none;
  position: absolute;
  padding: 0;
  margin: 0;
  top: 12px;
  left: 7px;
}

#menu-toggle.active .hamburger span {
  -webkit-transition: top 0.15s ease-in-out, background-color 0.15s ease-in-out, opacity 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  -webkit-transition-delay: 0s, 0s, 0s, 0.15s;
  transition: top 0.15s ease-in-out, background-color 0.15s ease-in-out, opacity 0.15s ease-in-out, transform 0.15s ease-in-out 0.15s;
}
#menu-toggle.active .hamburger span.line-1 {
  top: 19px;
  width: 20px;
  left: 2px;
  transform: rotate(45deg);
  background-color: #ffffff;
}
#menu-toggle.active .hamburger span.line-2 {
  top: 19px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#menu-toggle.active .hamburger span.line-3 {
  top: 19px;
  width: 20px;
  left: 2px;
  transform: rotate(-45deg);
  background-color: #ffffff;
}

.hamburger span {
  transition: background ease-in-out;
  width: 24px;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: top 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  -webkit-transition-delay: 0.15s, 0s;
  transition: top 0.15s ease-in-out 0.15s, transform 0.15s ease-in-out;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.hamburger span.line-1 {
  width: 22px;
  top: 13px;
  left: 0.5px;
  background-image: url("/bundles/klokhuispublicationbundle/images/line-1.png");
}
.hamburger span.line-2 {
  top: 19px;
  width: 18px;
  background: #ffffff;
  transform: translateX(3px);
  margin: auto;
  transition: opacity 0.15s ease-in-out;
}
.hamburger span.line-3 {
  width: 24px;
  top: 25px;
  background-image: url("/bundles/klokhuispublicationbundle/images/line-3.png");
}

/*------------------------------------*\
:    Header - Container
\*------------------------------------*/
header.main-header {
  position: fixed;
  width: 100%;
  color: #ffffff;
  z-index: 1002;
  *zoom: 1;
}
header.main-header:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 0px) and (max-width: 767px) {
  header.main-header {
    background: #171717;
  }
}
header.main-header .content-container {
  position: relative;
  padding: 0 0 0 30px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  header.main-header .content-container {
    padding: 0;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  header.main-header .content-container:after {
    content: '';
    display: block;
    background: #171717;
    position: absolute;
    width: 50%;
    height: 140px;
    left: 0;
    top: 0;
    z-index: -1;
  }
  header.main-header .content-container:before {
    content: '';
    display: block;
    background: #171717;
    position: absolute;
    width: 50%;
    height: 95px;
    right: 0;
    top: 0;
    z-index: -1;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  header.main-header .content-container {
    padding: 0 10px;
  }
  header.main-header .content-container:after, header.main-header .content-container:before {
    display: none;
  }
}
header.main-header .logo {
  padding: 0;
  overflow: hidden;
  /*
  @include small-desktop-down {
      padding-top: 16px;
      padding-bottom: 17px;
  }
  @include tablet-landscape-down {
      padding-top: 23px;
      padding-bottom: 10px;
  }
  @include tablet-portrait-down {
      padding-top: 0;
  }
  */
}
header.main-header .primary {
  float: left;
  background: #171717;
  padding-top: 5px;
  width: calc(100% - 420px);
}
@media (min-width: 0px) and (max-width: 1279px) {
  header.main-header .primary {
    width: calc(100% - 335px);
  }
}
@media (min-width: 0px) and (max-width: 1024px) {
  header.main-header .primary {
    width: calc(100% - 365px);
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  header.main-header .primary {
    width: calc(100% - 165px);
    background: none;
    padding-top: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  header.main-header .primary {
    background: #171717;
    padding-top: 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
header.main-header .secondary {
  float: left;
  width: 210px;
}
@media (min-width: 0px) and (max-width: 1279px) {
  header.main-header .secondary {
    width: 170px;
  }
}
@media (min-width: 0px) and (max-width: 1024px) {
  header.main-header .secondary {
    width: 230px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  header.main-header .secondary {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    margin-left: 0;
    padding: 10px 30px 0 135px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  header.main-header .secondary {
    width: 100%;
    position: absolute;
    transform: translateY(-100%);
    top: 100px;
    background: #171717;
    padding-left: 20px;
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  header.main-header .secondary.active {
    transform: translateY(0);
  }
}
header.main-header .secondary .inner {
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 0;
  background: #171717;
  *zoom: 1;
}
header.main-header .secondary .inner:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 0px) and (max-width: 1023px) {
  header.main-header .secondary .inner {
    padding: 0;
    float: right;
  }
}
header.main-header .social {
  transition: background 1s ease-in-out;
}
header.main-header .social.background-active {
  background: rgba(23, 23, 23, 0.15);
}

/*------------------------------------*\
:    Header - Navigation
\*------------------------------------*/
nav.main-nav {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  padding-top: 20px;
  letter-spacing: 0.025em;
  *zoom: 1;
}
nav.main-nav:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 0px) and (max-width: 1279px) {
  nav.main-nav {
    font-size: 20px;
    font-size: 2rem;
    padding-top: 10px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  nav.main-nav {
    padding-top: 40px;
    font-size: 18px;
    font-size: 1.8rem;
    background: #171717;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  nav.main-nav {
    font-size: 20px;
    font-size: 2rem;
    position: absolute;
    top: 60px;
    padding: 0;
    width: 100%;
    border-top: 1px solid #142e1f;
    transform: translateX(-100%);
    transition: transform 0.4s ease-in-out;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  nav.main-nav {
    display: none;
  }
  nav.main-nav.mobile-nav {
    top: 60px;
    z-index: 1001;
  }
}
nav.main-nav.mobile-nav {
  display: none;
}
@media (min-width: 0px) and (max-width: 767px) {
  nav.main-nav.mobile-nav {
    display: block;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  nav.main-nav.active {
    transform: translateX(0);
  }
}
nav.main-nav > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  *zoom: 1;
}
nav.main-nav > ul:after {
  content: "";
  display: table;
  clear: both;
}
nav.main-nav > ul > li {
  text-transform: uppercase;
  padding-right: 27px;
  margin-bottom: 0;
  display: table-cell;
}
nav.main-nav > ul > li:before {
  display: none;
}
@media (min-width: 0px) and (max-width: 1279px) {
  nav.main-nav > ul > li {
    padding-right: 19px;
  }
}
@media (min-width: 0px) and (max-width: 1024px) {
  nav.main-nav > ul > li {
    padding-right: 19px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  nav.main-nav > ul > li {
    padding-right: 20px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  nav.main-nav > ul > li {
    padding-right: 0;
    display: block;
  }
}
nav.main-nav > ul > li.current-menu-item a, nav.main-nav > ul > li:hover a, nav.main-nav > ul > li:focus a {
  color: #0fda52;
}
nav.main-nav > ul > li:last-child {
  padding-right: 0;
}
nav.main-nav > ul > li:last-child a span {
  border-bottom: 0;
}
nav.main-nav > ul > li > a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  line-height: 60px;
  padding-bottom: 5px;
}
@media (min-width: 0px) and (max-width: 1279px) {
  nav.main-nav > ul > li > a {
    line-height: 50px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  nav.main-nav > ul > li > a {
    padding: 0 20px;
    line-height: 60px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  nav.main-nav > ul > li > a span {
    display: block;
    border-bottom: 1px solid #142e1f;
  }
}
nav.main-nav > ul > li > a.active {
  color: #0fda52;
}
nav.main-nav > ul > li:hover .sub-menu-container {
  display: block;
  z-index: 10;
  animation: sub-menu-fade 0.4s ease-in-out;
}
@media (min-width: 0px) and (max-width: 767px) {
  nav.main-nav > ul > li:hover .sub-menu-container {
    animation: none;
    overflow-y: scroll;
  }
}
nav.main-nav .sub-menu-container {
  display: none;
  position: absolute;
  left: 210px;
  width: calc(100% - (240px));
  background: #ffffff;
  z-index: 1;
  *zoom: 1;
  box-shadow: 0 0px 5px 3px rgba(0, 0, 0, 0.1);
}
nav.main-nav .sub-menu-container:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 0px) and (max-width: 1359px) {
  nav.main-nav .sub-menu-container {
    width: calc(100% - (210px));
    left: 170px;
  }
}
@media (min-width: 0px) and (max-width: 1279px) {
  nav.main-nav .sub-menu-container {
    width: calc(100% - (195px));
    left: 165px;
  }
}
@media (min-width: 0px) and (max-width: 1024px) {
  nav.main-nav .sub-menu-container {
    width: calc(100% - (165px));
    left: 135px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  nav.main-nav .sub-menu-container {
    width: 100%;
    left: auto;
    transform: translateX(-100%);
    transition: transform 0.4s ease-in-out;
    display: block;
    -webkit-overflow-scrolling: touch;
  }
}
nav.main-nav .sub-menu-container.active {
  display: block;
  animation: sub-menu-fade 0.4s ease-in-out;
}
@media (min-width: 0px) and (max-width: 767px) {
  nav.main-nav .sub-menu-container.active {
    animation: none;
    transform: translateX(0);
  }
}
nav.main-nav .sub-menu-container ul {
  width: 290px;
  float: left;
  padding: 37px 35px 20px;
  list-style: none;
  margin: 0;
}
@media (min-width: 0px) and (max-width: 1023px) {
  nav.main-nav .sub-menu-container ul {
    padding-top: 30px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  nav.main-nav .sub-menu-container ul {
    width: 100%;
    padding: 5px 20px;
  }
}
nav.main-nav .sub-menu-container ul li {
  color: #171717;
  font-family: "Poppins", sans-serif;
  text-transform: none;
  border-bottom: 1px solid #ffeae2;
  font-size: 18px;
  font-size: 1.8rem;
}
nav.main-nav .sub-menu-container ul li a {
  line-height: 45px;
  color: #171717;
  text-decoration: none;
  display: block;
}
@media (min-width: 0px) and (max-width: 767px) {
  nav.main-nav .sub-menu-container ul li a {
    line-height: 50px;
  }
}
nav.main-nav .sub-menu-container ul li:hover a {
  color: #0fda52;
}
nav.main-nav .sub-menu-container ul li:last-child {
  border-bottom: 0;
}
nav.main-nav .sub-menu-container ol.afleveringen {
  width: calc(100% - 290px);
  float: left;
  list-style-type: none;
  padding: 0;
  *zoom: 1;
}
nav.main-nav .sub-menu-container ol.afleveringen:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 0px) and (max-width: 767px) {
  nav.main-nav .sub-menu-container ol.afleveringen {
    width: 100%;
  }
}
nav.main-nav .sub-menu-container ol.afleveringen li {
  float: left;
  width: 33.33333%;
  border-right: 1px solid #ffffff;
}
@media (min-width: 0px) and (max-width: 1279px) {
  nav.main-nav .sub-menu-container ol.afleveringen li {
    width: 50%;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  nav.main-nav .sub-menu-container ol.afleveringen li {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  nav.main-nav .sub-menu-container ol.afleveringen li {
    width: 50%;
  }
}
nav.main-nav .sub-menu-container ol.afleveringen li:last-child {
  border-right: 0;
}
@media (min-width: 0px) and (max-width: 1023px) {
  nav.main-nav .sub-menu-container ol.afleveringen li:nth-child(1) {
    border-right: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  nav.main-nav .sub-menu-container ol.afleveringen li:nth-child(1) {
    border-right: 1px solid #ffffff;
  }
}
@media (min-width: 0px) and (max-width: 1279px) {
  nav.main-nav .sub-menu-container ol.afleveringen li:nth-child(2) {
    border-right: 0;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  nav.main-nav .sub-menu-container ol.afleveringen li:nth-child(2) {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  nav.main-nav .sub-menu-container ol.afleveringen li:nth-child(2) {
    display: block;
  }
}
@media (min-width: 0px) and (max-width: 1279px) {
  nav.main-nav .sub-menu-container ol.afleveringen li:nth-child(3) {
    display: none;
  }
}
nav.main-nav .sub-menu-container ol.afleveringen li:hover .text-container,
nav.main-nav .sub-menu-container ol.afleveringen li:hover a {
  background: #171717;
}
nav.main-nav .sub-menu-container ol.afleveringen li:hover h1 {
  color: #0fda52;
}
nav.main-nav .sub-menu-container ol.afleveringen li a {
  text-decoration: none;
  background: #0fda52;
  transition: background 0.15s ease-in-out;
}
nav.main-nav .sub-menu-container ol.afleveringen li .img-container {
  height: 108px;
  background-size: cover;
  background-color: #f1f1f1;
  background-position: center center;
  position: relative;
  width: 100%;
}
nav.main-nav .sub-menu-container ol.afleveringen li .img-container:after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  background: url("/bundles/klokhuispublicationbundle/images/playIconFull.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (min-width: 0px) and (max-width: 374px) {
  nav.main-nav .sub-menu-container ol.afleveringen li .img-container:after {
    width: 40px;
    height: 40px;
  }
}
nav.main-nav .sub-menu-container ol.afleveringen li h1 {
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: none;
  margin: 0;
  color: #171717;
  overflow: hidden;
}
nav.main-nav .sub-menu-container ol.afleveringen li span.date {
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: none;
  font-weight: normal;
  display: block;
  color: #ffffff;
  margin-bottom: 5px;
}
@media (min-width: 0px) and (max-width: 500px) {
  nav.main-nav .sub-menu-container ol.afleveringen li span.date {
    margin-bottom: 0;
  }
}
nav.main-nav .sub-menu-container ol.afleveringen li .text-container {
  transition: background 0.15s ease-in-out;
  background: #0fda52;
  padding: 10px 15px 17px;
  min-height: 103px;
}
nav.main-nav .sub-menu-container ol.specials {
  padding: 30px 25px;
  width: 100%;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-flex-align: stretch;
  *zoom: 1;
}
nav.main-nav .sub-menu-container ol.specials:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 0px) and (max-width: 1023px) {
  nav.main-nav .sub-menu-container ol.specials {
    padding: 20px 15px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  nav.main-nav .sub-menu-container ol.specials {
    padding: 20px 5px;
    display: block;
  }
}
nav.main-nav .sub-menu-container ol.specials li {
  position: relative;
  float: left;
  width: 33.33333%;
  margin-bottom: 5px;
  padding: 3px 15px;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 0px) and (max-width: 1023px) {
  nav.main-nav .sub-menu-container ol.specials li {
    width: 50%;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  nav.main-nav .sub-menu-container ol.specials li {
    width: 100%;
  }
}
nav.main-nav .sub-menu-container ol.specials li article {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
nav.main-nav .sub-menu-container ol.specials li:hover h1 {
  color: #0fda52;
}
nav.main-nav .sub-menu-container ol.specials li .img-container {
  float: left;
  left: 15px;
  width: 35px;
  height: 35px;
  border-radius: 35px;
  overflow: hidden;
  background: #171717;
}
nav.main-nav .sub-menu-container ol.specials li a {
  text-decoration: none;
  display: block;
  padding-bottom: 5px;
  border-bottom: 1px solid #ffeae2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
nav.main-nav .sub-menu-container ol.specials li h1 {
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: none;
  margin: 0;
  color: #171717;
  float: left;
  width: calc(100% - 35px);
  padding-left: 7px;
  font-weight: normal;
  line-height: 1.35;
  letter-spacing: -0.015em;
}

/*------------------------------------*\
:    Header - Secondary
\*------------------------------------*/
.ntr-logo,
.npo-zapp-logo {
  margin-top: 13px;
  margin-bottom: 7px;
  height: 60px;
  line-height: 60px;
}
@media (min-width: 0px) and (max-width: 1279px) {
  .ntr-logo,
  .npo-zapp-logo {
    line-height: 50px;
    height: 50px;
    margin-top: 2px;
    margin-bottom: 8px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .ntr-logo,
  .npo-zapp-logo {
    margin-top: 0;
    height: 25px;
    line-height: 25px;
    float: right;
  }
}
@media (min-width: 0px) and (max-width: 1024px) {
  .ntr-logo,
  .npo-zapp-logo {
    margin-top: 3px;
    margin-bottom: 7px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .ntr-logo,
  .npo-zapp-logo {
    float: left;
    margin-right: 10px;
  }
}
.ntr-logo a,
.npo-zapp-logo a {
  display: block;
  height: 100%;
}
.ntr-logo a img,
.npo-zapp-logo a img {
  line-height: 60px;
  vertical-align: middle;
}
@media (min-width: 0px) and (max-width: 1279px) {
  .ntr-logo a img,
  .npo-zapp-logo a img {
    line-height: 50px;
  }
}

.ntr-logo {
  width: 45px;
  margin-left: 65px;
  float: left;
}
@media (min-width: 0px) and (max-width: 1279px) {
  .ntr-logo {
    margin-left: 26px;
  }
}
@media (min-width: 0px) and (max-width: 1024px) {
  .ntr-logo {
    margin-left: 72px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .ntr-logo {
    margin-left: 20px;
    width: 38px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .ntr-logo {
    margin-left: 0;
  }
}

.npo-zapp-logo {
  width: 55px;
  float: left;
  margin-left: 10px;
}
.npo-zapp-logo img {
  width: 100%;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .npo-zapp-logo {
    text-align: left;
    width: auto;
    margin-left: 10px;
    width: 40px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .npo-zapp-logo {
    margin-left: 0;
  }
}

ul.social {
  font-size: 24px;
  font-size: 2.4rem;
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 47px;
  *zoom: 1;
}
ul.social:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 0px) and (max-width: 1279px) {
  ul.social {
    padding-left: 10px;
  }
}
@media (min-width: 0px) and (max-width: 1024px) {
  ul.social {
    font-size: 22px;
    font-size: 2.2rem;
    padding-right: 17px;
    padding-left: 10px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  ul.social {
    width: 190px;
    padding: 0;
    line-height: 45px;
    height: 45px;
    position: absolute;
    right: 0px;
    top: 95px;
    padding-left: 5px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  ul.social {
    width: 160px;
    float: left;
    right: 30px;
    padding-right: 0;
  }
}
ul.social li {
  width: 25%;
  float: left;
  text-align: center;
}
ul.social li a {
  display: block;
  line-height: 47px;
  padding-top: 3px;
  width: 100%;
  color: #ffffff;
  text-decoration: none;
}
@media (min-width: 0px) and (max-width: 1023px) {
  ul.social li a {
    line-height: 40px;
  }
}
ul.social li a:hover {
  color: #0fda52;
}

/*------------------------------------*\
:    Header - Search
\*------------------------------------*/
form.search {
  width: 100%;
  position: relative;
  *zoom: 1;
  box-shadow: 0 0px 5px 3px rgba(0, 0, 0, 0.1);
}
form.search:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 0px) and (max-width: 1023px) {
  form.search {
    width: calc(100% - 160px);
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  form.search {
    width: 100%;
  }
}
form.search input {
  font-size: 22px;
  font-size: 2.2rem;
  transition: all 0.2s ease-in-out;
  width: calc(100% - 90px);
  height: 50px;
  display: block;
  padding: 0 20px;
  color: #171717;
}
@media (min-width: 0px) and (max-width: 1279px) {
  form.search input {
    line-height: 50px;
    height: 50px;
    width: calc(100% - 90px);
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  form.search input {
    padding: 0 20px;
    font-size: 22px;
    font-size: 2.2rem;
    height: 45px;
    width: calc(100% - 85px);
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  form.search input {
    width: 0;
    padding: 0;
    position: absolute;
    top: 60px;
    right: 60px;
    height: 60px;
  }
}
form.search input.active {
  width: calc(100% - 120px);
  padding: 0 30px;
  display: -ms-flexbox;
  display: flex;
  -moz-transition: all 0.2s ease-in-out 0.2s;
  -o-transition: all 0.2s ease-in-out 0.2s;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-transition-delay: 0.2s;
  transition: all 0.2s ease-in-out 0.2s;
  box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.1);
}
@media (min-width: 0px) and (max-width: 500px) {
  form.search input.active {
    padding: 0 15px;
    width: calc(100% - 90px);
  }
}
@media (min-width: 0px) and (max-width: 375px) {
  form.search input.active {
    padding: 0 15px;
    width: calc(100% - 90px);
  }
}
form.search button {
  font-size: 26px;
  font-size: 2.6rem;
  transition: transform 0.4s ease-in-out;
  width: 50px;
  height: 50px;
  border-radius: 0;
  background: #0fda52;
  float: left;
  padding: 4px 0 0;
}
@media (min-width: 0px) and (max-width: 1279px) {
  form.search button {
    height: 50px;
    width: 50px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  form.search button {
    font-size: 24px;
    font-size: 2.4rem;
    height: 45px;
    width: 45px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  form.search button {
    float: right;
    width: 60px;
    height: 60px;
    position: relative;
    z-index: 10;
  }
  form.search button:hover {
    color: #ffffff;
  }
}
form.search button:hover {
  color: #171717;
}
form.search button.active {
  transform: translateY(100%) rotate(90deg);
  transition: transform 0.4s ease-in-out;
  box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.1);
}
form.search button.active:hover {
  color: #171717;
}
form.search ul {
  position: absolute;
  background: #ffffff;
  padding: 0 30px 20px 30px;
  border-top: 1px solid #ccc;
  width: 100%;
  top: 59px;
  -webkit-overflow-scrolling: touch;
  max-height: calc(100vh - 150px);
  font-size: 20px;
  font-size: 2rem;
}
@media (min-width: 0px) and (max-width: 1279px) {
  form.search ul {
    top: 49px;
    max-height: calc(100vh - 120px);
  }
}
@media (min-width: 0px) and (max-width: 1024px) {
  form.search ul {
    overflow-y: scroll;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  form.search ul {
    font-size: 18px;
    font-size: 1.8rem;
    max-height: calc(100vh - 150px);
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  form.search ul {
    top: 120px;
    max-height: calc(100vh - 120px);
  }
}
@media (min-width: 0px) and (max-width: 375px) {
  form.search ul {
    padding: 0 15px;
  }
}
form.search ul li {
  margin-bottom: 0;
  position: relative;
}
form.search ul li a {
  text-decoration: none;
  color: #171717;
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #ffeae2;
}
form.search ul li a:hover {
  color: #0fda52;
}
form.search ul li:last-child a {
  border-bottom: 0;
  padding-bottom: 0;
}
form.search ul li span {
  color: #0fda52;
  padding-left: 20px;
  font-size: 24px;
  font-size: 2.4rem;
}

#search-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  line-height: 60px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  padding-top: 22px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}
@media (min-width: 0px) and (max-width: 767px) {
  #search-close {
    display: block;
  }
}
#search-close.active {
  -moz-transition: opacity 0.15s ease-in-out 0.2s;
  -o-transition: opacity 0.15s ease-in-out 0.2s;
  -webkit-transition: opacity 0.15s ease-in-out;
  -webkit-transition-delay: 0.2s;
  transition: opacity 0.15s ease-in-out 0.2s;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/*------------------------------------*\
:    Layout
\*------------------------------------*/
html, body {
  height: 100%;
}

html {
  box-sizing: border-box;
}

body {
  background-color: #ffffff;
  background-size: cover;
  background-attachment: fixed;
  background-image: url("/bundles/klokhuispublicationbundle/images/dev/bg-2.jpg");
  background-position: center center;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.site-wrapper {
  min-height: 100%;
  margin: 0 auto -240px auto;
}
@media (min-width: 0px) and (max-width: 1279px) {
  .site-wrapper {
    margin: 0 auto -210px auto;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .site-wrapper {
    margin: 0 auto;
  }
}

.site-container {
  width: 100%;
  max-width: 1680px;
  margin: auto;
}

.content-container {
  width: 1280px;
  padding: 0 30px 0 30px;
  margin: auto;
  *zoom: 1;
}
.content-container:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 0px) and (max-width: 1359px) {
  .content-container {
    width: 1280px;
  }
}
@media (min-width: 0px) and (max-width: 1279px) {
  .content-container {
    width: 1024px;
    padding: 0 30px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .content-container {
    width: 768px;
    padding: 0;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  .content-container {
    padding: 0 30px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .content-container {
    width: 100%;
    padding: 0 15px;
  }
}

.img-container img {
  display: block;
  width: 100%;
  height: auto;
}

.mobile-only {
  display: none !important;
}
@media (min-width: 0px) and (max-width: 767px) {
  .mobile-only {
    display: block !important;
  }
}

.video-responsive {
  position: relative;
}
.video-responsive:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.video-responsive > object embed, .video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.video-responsive object {
  width: auto;
  height: auto;
}

/*------------------------------------*\
:    Fade Filter
\*------------------------------------*/
#fade-filter {
  position: fixed;
  top: -100px;
  left: -100px;
  right: -100px;
  bottom: -100px;
  background: rgba(23, 23, 23, 0.8);
  z-index: -1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.3s ease-in-out, z-index 10ms ease-in-out 0.3s;
  -o-transition: opacity 0.3s ease-in-out, z-index 10ms ease-in-out 0.3s;
  -webkit-transition: opacity 0.3s ease-in-out, z-index 10ms ease-in-out;
  -webkit-transition-delay: 0s, 0.3s;
  transition: opacity 0.3s ease-in-out, z-index 10ms ease-in-out 0.3s;
}
#fade-filter.active {
  z-index: 90;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.3s ease-in-out 10ms, z-index 10ms ease-in-out;
  -o-transition: opacity 0.3s ease-in-out 10ms, z-index 10ms ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out, z-index 10ms ease-in-out;
  -webkit-transition-delay: 10ms, 0s;
  transition: opacity 0.3s ease-in-out 10ms, z-index 10ms ease-in-out;
}

/*------------------------------------*\
:    Overlay
\*------------------------------------*/
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #171717;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
}

/*------------------------------------*\
:    Alle Uitzendingen Anchor
\*------------------------------------*/
#uitzendingen {
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: -130px;
  z-index: -1;
}

#player_npoplayer_wrapper {
  height: 100%;
}

/*------------------------------------*\
:    Share
\*------------------------------------*/
ul.share {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1;
  padding: 0 10px;
  *zoom: 1;
}
ul.share:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 0px) and (max-width: 500px) {
  ul.share {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (min-width: 0px) and (max-width: 374px) {
  ul.share {
    padding: 0;
  }
}
ul.share li {
  float: left;
}
ul.share li a {
  display: block;
  padding: 10px;
}
@media (min-width: 0px) and (max-width: 500px) {
  ul.share li a {
    padding: 5px;
  }
}
ul.share li a:hover {
  color: #171717;
  text-decoration: none;
}

/*------------------------------------*\
:    Main
\*------------------------------------*/
main {
  padding: 195px 0;
}
@media (min-width: 0px) and (max-width: 1279px) {
  main {
    padding: 175px 0;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  main {
    padding: 185px 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  main {
    padding: 85px 0;
  }
}
main h2 {
  font-size: 42px;
  font-size: 4.2rem;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  margin: 30px 0 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 0px) and (max-width: 1279px) {
  main h2 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  main h2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  main h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (min-width: 0px) and (max-width: 374px) {
  main h2 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  main h2 {
    padding: 0 20px 10px;
  }
}
@media (min-width: 0px) and (max-width: 374px) {
  main h2 {
    padding: 0 15px 10px;
  }
}

/*------------------------------------*\
:    Home
\*------------------------------------*/
@media (min-width: 0px) and (max-width: 767px) {
  body.template-home main {
    padding: 90px 0;
  }
}
body.template-home main h2 {
  padding: 0 0 10px;
}
@media (min-width: 0px) and (max-width: 1023px) {
  body.template-home main h2 {
    margin: 30px 0 15px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  body.template-home main h2 {
    margin: 30px -2.5px 15px;
  }
}

/*------------------------------------*\
:    Home - Grid default settings
\*------------------------------------*/
ol.home-grid {
  list-style: none;
  *zoom: 1;
  padding: 0;
  margin: 0 -15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-flex-align: stretch;
  *zoom: 1;
}
ol.home-grid:after {
  content: "";
  display: table;
  clear: both;
}
ol.home-grid:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 0px) and (max-width: 1023px) {
  ol.home-grid {
    margin: 0 -10px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  ol.home-grid {
    margin: 0 -10px;
  }
}
ol.home-grid li {
  width: 33.33333%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 0px) and (max-width: 1023px) {
  ol.home-grid li {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  ol.home-grid li {
    width: 50%;
  }
  ol.home-grid li h1 {
    line-height: 1.35;
    font-size: 28px;
    font-size: 2.8rem;
    padding: 15px 30px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 1279px) {
  ol.home-grid li h1 {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 15px 15px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 1023px) {
  ol.home-grid li h1 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 767px) {
  ol.home-grid li h1 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 15px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 500px) {
  ol.home-grid li h1 {
    padding: 10px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 320px) {
  ol.home-grid li h1 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media (min-width: 0px) and (max-width: 500px) {
  ol.home-grid li {
    margin-bottom: 15px;
    padding: 0 7.5px;
  }
}
ol.home-grid li .content {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
ol.home-grid li a {
  width: 100%;
  -ms-flex: 1;
      flex: 1;
  display: block;
  background: #ffffff;
  text-decoration: none;
  position: relative;
  transition: background 0.15s ease-in-out;
}
ol.home-grid li a:hover {
  background: #0fda52;
}
ol.home-grid li a:hover .text-container {
  background: #0fda52;
}
ol.home-grid li a:hover h1 {
  color: #171717;
}
ol.home-grid li .text-container {
  position: static;
  background: #ffffff;
  display: -ms-flexbox;
  overflow: hidden;
  display: flex;
  transition: background 0.15s ease-in-out;
  -ms-flex: 1;
      flex: 1;
}
ol.home-grid li .text-container h1 {
  font-size: 24px;
  font-size: 2.4rem;
  color: #0fda52;
  padding: 15px 30px;
  margin: 0;
  width: 100%;
}
@media (min-width: 0px) and (max-width: 1279px) {
  ol.home-grid li .text-container h1 {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 10px 15px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  ol.home-grid li .text-container h1 {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  ol.home-grid li .text-container h1 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
  }
}
@media (min-width: 0px) and (max-width: 320px) {
  ol.home-grid li .text-container h1 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
ol.home-grid.dark li .text-container {
  background: #171717;
}
ol.home-grid.dark li .text-container h1 {
  color: #ffffff;
  letter-spacing: 0.025em;
}
ol.home-grid.dark li a {
  background: #171717;
}
ol.home-grid.dark li a:hover {
  background: #0fda52;
}
ol.home-grid.dark li a:hover .text-container {
  background: #0fda52;
}
ol.home-grid.dark li a:hover h1 {
  color: #171717;
}

/*------------------------------------*\
:    Home - Grid Scaling
\*------------------------------------*/
ol.home-grid li {
  /*------------------------------------*\
  :    1 item (1/1)
  \*------------------------------------*/
  /*------------------------------------*\
  :    2 items (1/2)
  \*------------------------------------*/
  /*------------------------------------*\
  :    3 items (1/3)
  \*------------------------------------*/
  /*------------------------------------*\
  :    4 items (1/4)
  \*------------------------------------*/
  /*------------------------------------*\
  :    5 items (2 * 1/2 + 3 * 1/3)
  \*------------------------------------*/
  /*------------------------------------*\
  :    6 items (1/6) white background
  \*------------------------------------*/
  /*------------------------------------*\
  :    7 items (3 * 1/3 + 4 * 1/4)
  \*------------------------------------*/
  /*------------------------------------*\
  :    8 items (1/4)
  \*------------------------------------*/
  /*------------------------------------*\
  :    9 items (1/3)
  \*------------------------------------*/
  /*------------------------------------*\
  :    10 items (2 * 1/2 + 8 * 1/4)
  \*------------------------------------*/
  /*------------------------------------*\
  :    11 items (3 * 1/3 + 8 * 1/4)
  \*------------------------------------*/
  /*------------------------------------*\
  :    12 items (6 items (1/6) white background)
  \*------------------------------------*/
}
ol.home-grid li:first-child:nth-last-child(1), ol.home-grid li:first-child:nth-last-child(1) ~ li {
  width: 100%;
}
ol.home-grid li:first-child:nth-last-child(1) .img-container, ol.home-grid li:first-child:nth-last-child(1) ~ li .img-container {
  max-height: 400px;
  overflow: hidden;
}
@media (min-width: 0px) and (max-width: 1279px) {
  ol.home-grid li:first-child:nth-last-child(1) .img-container, ol.home-grid li:first-child:nth-last-child(1) ~ li .img-container {
    max-height: 300px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  ol.home-grid li:first-child:nth-last-child(1) .img-container, ol.home-grid li:first-child:nth-last-child(1) ~ li .img-container {
    max-height: 240px;
  }
}
ol.home-grid li:first-child:nth-last-child(1) h1, ol.home-grid li:first-child:nth-last-child(1) ~ li h1 {
  line-height: 1.35;
  font-size: 28px;
  font-size: 2.8rem;
  padding: 15px 30px;
}
@media (min-width: 0px) and (max-width: 1279px) {
  ol.home-grid li:first-child:nth-last-child(1) h1, ol.home-grid li:first-child:nth-last-child(1) ~ li h1 {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 15px 20px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  ol.home-grid li:first-child:nth-last-child(1) h1, ol.home-grid li:first-child:nth-last-child(1) ~ li h1 {
    font-size: 20px;
    font-size: 2rem;
    padding: 15px 15px;
  }
}
@media (min-width: 0px) and (max-width: 320px) {
  ol.home-grid li:first-child:nth-last-child(1) h1, ol.home-grid li:first-child:nth-last-child(1) ~ li h1 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
ol.home-grid li:first-child:nth-last-child(2), ol.home-grid li:first-child:nth-last-child(2) ~ li {
  width: 50%;
}
ol.home-grid li:first-child:nth-last-child(2) h1, ol.home-grid li:first-child:nth-last-child(2) ~ li h1 {
  line-height: 1.35;
  font-size: 28px;
  font-size: 2.8rem;
  padding: 15px 30px;
}
@media (min-width: 0px) and (max-width: 1279px) {
  ol.home-grid li:first-child:nth-last-child(2) h1, ol.home-grid li:first-child:nth-last-child(2) ~ li h1 {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 15px 15px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  ol.home-grid li:first-child:nth-last-child(2) h1, ol.home-grid li:first-child:nth-last-child(2) ~ li h1 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  ol.home-grid li:first-child:nth-last-child(2) h1, ol.home-grid li:first-child:nth-last-child(2) ~ li h1 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 15px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  ol.home-grid li:first-child:nth-last-child(2) h1, ol.home-grid li:first-child:nth-last-child(2) ~ li h1 {
    padding: 10px;
  }
}
@media (min-width: 0px) and (max-width: 320px) {
  ol.home-grid li:first-child:nth-last-child(2) h1, ol.home-grid li:first-child:nth-last-child(2) ~ li h1 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
ol.home-grid li:first-child:nth-last-child(3), ol.home-grid li:first-child:nth-last-child(3) ~ li {
  width: 33.33333%;
}
ol.home-grid li:first-child:nth-last-child(3) h1, ol.home-grid li:first-child:nth-last-child(3) ~ li h1 {
  line-height: 1.35;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 15px 20px;
}
@media (min-width: 0px) and (max-width: 1279px) {
  ol.home-grid li:first-child:nth-last-child(3) h1, ol.home-grid li:first-child:nth-last-child(3) ~ li h1 {
    font-size: 20px;
    font-size: 2rem;
    padding: 15px 15px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  ol.home-grid li:first-child:nth-last-child(3) h1, ol.home-grid li:first-child:nth-last-child(3) ~ li h1 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  ol.home-grid li:first-child:nth-last-child(3) h1, ol.home-grid li:first-child:nth-last-child(3) ~ li h1 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  ol.home-grid li:first-child:nth-last-child(3), ol.home-grid li:first-child:nth-last-child(3) ~ li {
    width: 50%;
  }
  ol.home-grid li:first-child:nth-last-child(3) h1, ol.home-grid li:first-child:nth-last-child(3) ~ li h1 {
    line-height: 1.35;
    font-size: 28px;
    font-size: 2.8rem;
    padding: 15px 30px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 1279px) {
  ol.home-grid li:first-child:nth-last-child(3) h1, ol.home-grid li:first-child:nth-last-child(3) ~ li h1 {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 15px 15px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 1023px) {
  ol.home-grid li:first-child:nth-last-child(3) h1, ol.home-grid li:first-child:nth-last-child(3) ~ li h1 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 767px) {
  ol.home-grid li:first-child:nth-last-child(3) h1, ol.home-grid li:first-child:nth-last-child(3) ~ li h1 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 15px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 500px) {
  ol.home-grid li:first-child:nth-last-child(3) h1, ol.home-grid li:first-child:nth-last-child(3) ~ li h1 {
    padding: 10px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 320px) {
  ol.home-grid li:first-child:nth-last-child(3) h1, ol.home-grid li:first-child:nth-last-child(3) ~ li h1 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  ol.home-grid li:first-child:nth-last-child(3):nth-child(1), ol.home-grid li:first-child:nth-last-child(3) ~ li:nth-child(1) {
    width: 100%;
  }
  ol.home-grid li:first-child:nth-last-child(3):nth-child(1) .img-container, ol.home-grid li:first-child:nth-last-child(3) ~ li:nth-child(1) .img-container {
    max-height: 400px;
    overflow: hidden;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 1279px) {
  ol.home-grid li:first-child:nth-last-child(3):nth-child(1) .img-container, ol.home-grid li:first-child:nth-last-child(3) ~ li:nth-child(1) .img-container {
    max-height: 300px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 1023px) {
  ol.home-grid li:first-child:nth-last-child(3):nth-child(1) .img-container, ol.home-grid li:first-child:nth-last-child(3) ~ li:nth-child(1) .img-container {
    max-height: 240px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  ol.home-grid li:first-child:nth-last-child(3):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(3) ~ li:nth-child(1) h1 {
    line-height: 1.35;
    font-size: 28px;
    font-size: 2.8rem;
    padding: 15px 30px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 1279px) {
  ol.home-grid li:first-child:nth-last-child(3):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(3) ~ li:nth-child(1) h1 {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 15px 20px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 767px) {
  ol.home-grid li:first-child:nth-last-child(3):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(3) ~ li:nth-child(1) h1 {
    font-size: 20px;
    font-size: 2rem;
    padding: 15px 15px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 320px) {
  ol.home-grid li:first-child:nth-last-child(3):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(3) ~ li:nth-child(1) h1 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

ol.home-grid li:first-child:nth-last-child(4), ol.home-grid li:first-child:nth-last-child(4) ~ li {
  width: 25%;
}
ol.home-grid li:first-child:nth-last-child(4) h1, ol.home-grid li:first-child:nth-last-child(4) ~ li h1 {
  line-height: 1.35;
  font-size: 20px;
  font-size: 2rem;
  padding: 15px 20px;
  line-height: 1.35;
}
@media (min-width: 0px) and (max-width: 1279px) {
  ol.home-grid li:first-child:nth-last-child(4) h1, ol.home-grid li:first-child:nth-last-child(4) ~ li h1 {
    padding: 15px 15px;
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  ol.home-grid li:first-child:nth-last-child(4) h1, ol.home-grid li:first-child:nth-last-child(4) ~ li h1 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  ol.home-grid li:first-child:nth-last-child(4), ol.home-grid li:first-child:nth-last-child(4) ~ li {
    width: 33.33333%;
  }
  ol.home-grid li:first-child:nth-last-child(4) h1, ol.home-grid li:first-child:nth-last-child(4) ~ li h1 {
    line-height: 1.35;
    font-size: 24px;
    font-size: 2.4rem;
    padding: 15px 20px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) and (min-width: 0px) and (max-width: 1279px) {
  ol.home-grid li:first-child:nth-last-child(4) h1, ol.home-grid li:first-child:nth-last-child(4) ~ li h1 {
    font-size: 20px;
    font-size: 2rem;
    padding: 15px 15px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) and (min-width: 0px) and (max-width: 1023px) {
  ol.home-grid li:first-child:nth-last-child(4) h1, ol.home-grid li:first-child:nth-last-child(4) ~ li h1 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (min-width: 0px) and (max-width: 1023px) and (min-width: 0px) and (max-width: 767px) {
  ol.home-grid li:first-child:nth-last-child(4) h1, ol.home-grid li:first-child:nth-last-child(4) ~ li h1 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  ol.home-grid li:first-child:nth-last-child(4):nth-child(1), ol.home-grid li:first-child:nth-last-child(4) ~ li:nth-child(1) {
    width: 100%;
  }
  ol.home-grid li:first-child:nth-last-child(4):nth-child(1) .img-container, ol.home-grid li:first-child:nth-last-child(4) ~ li:nth-child(1) .img-container {
    max-height: 400px;
    overflow: hidden;
  }
}
@media (min-width: 0px) and (max-width: 1023px) and (min-width: 0px) and (max-width: 1279px) {
  ol.home-grid li:first-child:nth-last-child(4):nth-child(1) .img-container, ol.home-grid li:first-child:nth-last-child(4) ~ li:nth-child(1) .img-container {
    max-height: 300px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) and (min-width: 0px) and (max-width: 1023px) {
  ol.home-grid li:first-child:nth-last-child(4):nth-child(1) .img-container, ol.home-grid li:first-child:nth-last-child(4) ~ li:nth-child(1) .img-container {
    max-height: 240px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  ol.home-grid li:first-child:nth-last-child(4):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(4) ~ li:nth-child(1) h1 {
    line-height: 1.35;
    font-size: 28px;
    font-size: 2.8rem;
    padding: 15px 30px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) and (min-width: 0px) and (max-width: 1279px) {
  ol.home-grid li:first-child:nth-last-child(4):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(4) ~ li:nth-child(1) h1 {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 15px 20px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) and (min-width: 0px) and (max-width: 767px) {
  ol.home-grid li:first-child:nth-last-child(4):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(4) ~ li:nth-child(1) h1 {
    font-size: 20px;
    font-size: 2rem;
    padding: 15px 15px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) and (min-width: 0px) and (max-width: 320px) {
  ol.home-grid li:first-child:nth-last-child(4):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(4) ~ li:nth-child(1) h1 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  ol.home-grid li:first-child:nth-last-child(4), ol.home-grid li:first-child:nth-last-child(4) ~ li {
    width: 50%;
  }
  ol.home-grid li:first-child:nth-last-child(4) h1, ol.home-grid li:first-child:nth-last-child(4) ~ li h1 {
    line-height: 1.35;
    font-size: 28px;
    font-size: 2.8rem;
    padding: 15px 30px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 1279px) {
  ol.home-grid li:first-child:nth-last-child(4) h1, ol.home-grid li:first-child:nth-last-child(4) ~ li h1 {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 15px 15px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 1023px) {
  ol.home-grid li:first-child:nth-last-child(4) h1, ol.home-grid li:first-child:nth-last-child(4) ~ li h1 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 767px) {
  ol.home-grid li:first-child:nth-last-child(4) h1, ol.home-grid li:first-child:nth-last-child(4) ~ li h1 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 15px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 500px) {
  ol.home-grid li:first-child:nth-last-child(4) h1, ol.home-grid li:first-child:nth-last-child(4) ~ li h1 {
    padding: 10px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 320px) {
  ol.home-grid li:first-child:nth-last-child(4) h1, ol.home-grid li:first-child:nth-last-child(4) ~ li h1 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  ol.home-grid li:first-child:nth-last-child(4):nth-child(1), ol.home-grid li:first-child:nth-last-child(4) ~ li:nth-child(1) {
    width: 50%;
  }
  ol.home-grid li:first-child:nth-last-child(4):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(4) ~ li:nth-child(1) h1 {
    line-height: 1.35;
    font-size: 28px;
    font-size: 2.8rem;
    padding: 15px 30px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 1279px) {
  ol.home-grid li:first-child:nth-last-child(4):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(4) ~ li:nth-child(1) h1 {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 15px 15px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 1023px) {
  ol.home-grid li:first-child:nth-last-child(4):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(4) ~ li:nth-child(1) h1 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 767px) {
  ol.home-grid li:first-child:nth-last-child(4):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(4) ~ li:nth-child(1) h1 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 15px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 500px) {
  ol.home-grid li:first-child:nth-last-child(4):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(4) ~ li:nth-child(1) h1 {
    padding: 10px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 320px) {
  ol.home-grid li:first-child:nth-last-child(4):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(4) ~ li:nth-child(1) h1 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

ol.home-grid li:first-child:nth-last-child(5), ol.home-grid li:first-child:nth-last-child(5) ~ li {
  width: 33.33333%;
}
ol.home-grid li:first-child:nth-last-child(5) h1, ol.home-grid li:first-child:nth-last-child(5) ~ li h1 {
  line-height: 1.35;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 15px 20px;
}
@media (min-width: 0px) and (max-width: 1279px) {
  ol.home-grid li:first-child:nth-last-child(5) h1, ol.home-grid li:first-child:nth-last-child(5) ~ li h1 {
    font-size: 20px;
    font-size: 2rem;
    padding: 15px 15px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  ol.home-grid li:first-child:nth-last-child(5) h1, ol.home-grid li:first-child:nth-last-child(5) ~ li h1 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  ol.home-grid li:first-child:nth-last-child(5) h1, ol.home-grid li:first-child:nth-last-child(5) ~ li h1 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
ol.home-grid li:first-child:nth-last-child(5):nth-child(1), ol.home-grid li:first-child:nth-last-child(5):nth-child(2), ol.home-grid li:first-child:nth-last-child(5) ~ li:nth-child(1), ol.home-grid li:first-child:nth-last-child(5) ~ li:nth-child(2) {
  width: 50%;
}
ol.home-grid li:first-child:nth-last-child(5):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(5):nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(5) ~ li:nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(5) ~ li:nth-child(2) h1 {
  line-height: 1.35;
  font-size: 28px;
  font-size: 2.8rem;
  padding: 15px 30px;
}
@media (min-width: 0px) and (max-width: 1279px) {
  ol.home-grid li:first-child:nth-last-child(5):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(5):nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(5) ~ li:nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(5) ~ li:nth-child(2) h1 {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 15px 15px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  ol.home-grid li:first-child:nth-last-child(5):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(5):nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(5) ~ li:nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(5) ~ li:nth-child(2) h1 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  ol.home-grid li:first-child:nth-last-child(5):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(5):nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(5) ~ li:nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(5) ~ li:nth-child(2) h1 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 15px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  ol.home-grid li:first-child:nth-last-child(5):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(5):nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(5) ~ li:nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(5) ~ li:nth-child(2) h1 {
    padding: 10px;
  }
}
@media (min-width: 0px) and (max-width: 320px) {
  ol.home-grid li:first-child:nth-last-child(5):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(5):nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(5) ~ li:nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(5) ~ li:nth-child(2) h1 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  ol.home-grid li:first-child:nth-last-child(5), ol.home-grid li:first-child:nth-last-child(5) ~ li {
    width: 50%;
  }
  ol.home-grid li:first-child:nth-last-child(5) h1, ol.home-grid li:first-child:nth-last-child(5) ~ li h1 {
    line-height: 1.35;
    font-size: 28px;
    font-size: 2.8rem;
    padding: 15px 30px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 1279px) {
  ol.home-grid li:first-child:nth-last-child(5) h1, ol.home-grid li:first-child:nth-last-child(5) ~ li h1 {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 15px 15px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 1023px) {
  ol.home-grid li:first-child:nth-last-child(5) h1, ol.home-grid li:first-child:nth-last-child(5) ~ li h1 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 767px) {
  ol.home-grid li:first-child:nth-last-child(5) h1, ol.home-grid li:first-child:nth-last-child(5) ~ li h1 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 15px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 500px) {
  ol.home-grid li:first-child:nth-last-child(5) h1, ol.home-grid li:first-child:nth-last-child(5) ~ li h1 {
    padding: 10px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 320px) {
  ol.home-grid li:first-child:nth-last-child(5) h1, ol.home-grid li:first-child:nth-last-child(5) ~ li h1 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  ol.home-grid li:first-child:nth-last-child(5):nth-child(1), ol.home-grid li:first-child:nth-last-child(5) ~ li:nth-child(1) {
    width: 100%;
  }
  ol.home-grid li:first-child:nth-last-child(5):nth-child(1) .img-container, ol.home-grid li:first-child:nth-last-child(5) ~ li:nth-child(1) .img-container {
    max-height: 400px;
    overflow: hidden;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 1279px) {
  ol.home-grid li:first-child:nth-last-child(5):nth-child(1) .img-container, ol.home-grid li:first-child:nth-last-child(5) ~ li:nth-child(1) .img-container {
    max-height: 300px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 1023px) {
  ol.home-grid li:first-child:nth-last-child(5):nth-child(1) .img-container, ol.home-grid li:first-child:nth-last-child(5) ~ li:nth-child(1) .img-container {
    max-height: 240px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  ol.home-grid li:first-child:nth-last-child(5):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(5) ~ li:nth-child(1) h1 {
    line-height: 1.35;
    font-size: 28px;
    font-size: 2.8rem;
    padding: 15px 30px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 1279px) {
  ol.home-grid li:first-child:nth-last-child(5):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(5) ~ li:nth-child(1) h1 {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 15px 20px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 767px) {
  ol.home-grid li:first-child:nth-last-child(5):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(5) ~ li:nth-child(1) h1 {
    font-size: 20px;
    font-size: 2rem;
    padding: 15px 15px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 320px) {
  ol.home-grid li:first-child:nth-last-child(5):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(5) ~ li:nth-child(1) h1 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

ol.home-grid li:first-child:nth-last-child(6), ol.home-grid li:first-child:nth-last-child(6) ~ li {
  position: relative;
  z-index: 1;
  background: #ffffff;
  width: calc((100% - 50px) / 6);
  padding: 40px 10px 0;
  margin: 0 0 30px;
  transform: translateX(25px);
}
ol.home-grid li:first-child:nth-last-child(6) h1, ol.home-grid li:first-child:nth-last-child(6) ~ li h1 {
  line-height: 1.35;
  font-size: 16px;
  font-size: 1.6rem;
  color: #171717;
  font-weight: 400;
  padding: 10px 0px 15px;
}
@media (min-width: 0px) and (max-width: 1279px) {
  ol.home-grid li:first-child:nth-last-child(6) h1, ol.home-grid li:first-child:nth-last-child(6) ~ li h1 {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  ol.home-grid li:first-child:nth-last-child(6) h1, ol.home-grid li:first-child:nth-last-child(6) ~ li h1 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  ol.home-grid li:first-child:nth-last-child(6) h1, ol.home-grid li:first-child:nth-last-child(6) ~ li h1 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (min-width: 0px) and (max-width: 1279px) {
  ol.home-grid li:first-child:nth-last-child(6), ol.home-grid li:first-child:nth-last-child(6) ~ li {
    padding: 20px 5px 0;
    width: calc((100% - 40px) / 6);
    transform: translateX(20px);
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  ol.home-grid li:first-child:nth-last-child(6), ol.home-grid li:first-child:nth-last-child(6) ~ li {
    padding: 30px 5px 0;
    width: calc((100% - 30px) / 3);
    margin: 0 0 20px;
    transform: translateX(15px);
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  ol.home-grid li:first-child:nth-last-child(6), ol.home-grid li:first-child:nth-last-child(6) ~ li {
    width: calc((100% - 30px) / 2);
    transform: translateX(15px);
    padding: 10px 5px 0;
    margin: 0 0 15px;
  }
}
ol.home-grid li:first-child:nth-last-child(6):after, ol.home-grid li:first-child:nth-last-child(6) ~ li:after {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  left: -10px;
  right: -10px;
  top: 0;
  background: #ffffff;
  z-index: -1;
}
@media (min-width: 0px) and (max-width: 1279px) {
  ol.home-grid li:first-child:nth-last-child(6):after, ol.home-grid li:first-child:nth-last-child(6) ~ li:after {
    left: -5px;
    right: -5px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  ol.home-grid li:first-child:nth-last-child(6):after, ol.home-grid li:first-child:nth-last-child(6) ~ li:after {
    left: -5px;
    right: -5px;
  }
}
ol.home-grid li:first-child:nth-last-child(6) a:hover, ol.home-grid li:first-child:nth-last-child(6) ~ li a:hover {
  background: #ffffff;
}
ol.home-grid li:first-child:nth-last-child(6) a:hover .text-container, ol.home-grid li:first-child:nth-last-child(6) ~ li a:hover .text-container {
  background: #ffffff;
}
ol.home-grid li:first-child:nth-last-child(6) a:hover h1, ol.home-grid li:first-child:nth-last-child(6) ~ li a:hover h1 {
  color: #0fda52;
}
ol.home-grid li:first-child:nth-last-child(7), ol.home-grid li:first-child:nth-last-child(7) ~ li {
  width: 25%;
}
ol.home-grid li:first-child:nth-last-child(7) h1, ol.home-grid li:first-child:nth-last-child(7) ~ li h1 {
  line-height: 1.35;
  font-size: 20px;
  font-size: 2rem;
  padding: 15px 20px;
  line-height: 1.35;
}
@media (min-width: 0px) and (max-width: 1279px) {
  ol.home-grid li:first-child:nth-last-child(7) h1, ol.home-grid li:first-child:nth-last-child(7) ~ li h1 {
    padding: 15px 15px;
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  ol.home-grid li:first-child:nth-last-child(7) h1, ol.home-grid li:first-child:nth-last-child(7) ~ li h1 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
ol.home-grid li:first-child:nth-last-child(7):nth-child(1), ol.home-grid li:first-child:nth-last-child(7):nth-child(2), ol.home-grid li:first-child:nth-last-child(7):nth-child(3), ol.home-grid li:first-child:nth-last-child(7) ~ li:nth-child(1), ol.home-grid li:first-child:nth-last-child(7) ~ li:nth-child(2), ol.home-grid li:first-child:nth-last-child(7) ~ li:nth-child(3) {
  width: 33.33333%;
}
ol.home-grid li:first-child:nth-last-child(7):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(7):nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(7):nth-child(3) h1, ol.home-grid li:first-child:nth-last-child(7) ~ li:nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(7) ~ li:nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(7) ~ li:nth-child(3) h1 {
  line-height: 1.35;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 15px 20px;
}
@media (min-width: 0px) and (max-width: 1279px) {
  ol.home-grid li:first-child:nth-last-child(7):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(7):nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(7):nth-child(3) h1, ol.home-grid li:first-child:nth-last-child(7) ~ li:nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(7) ~ li:nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(7) ~ li:nth-child(3) h1 {
    font-size: 20px;
    font-size: 2rem;
    padding: 15px 15px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  ol.home-grid li:first-child:nth-last-child(7):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(7):nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(7):nth-child(3) h1, ol.home-grid li:first-child:nth-last-child(7) ~ li:nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(7) ~ li:nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(7) ~ li:nth-child(3) h1 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  ol.home-grid li:first-child:nth-last-child(7):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(7):nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(7):nth-child(3) h1, ol.home-grid li:first-child:nth-last-child(7) ~ li:nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(7) ~ li:nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(7) ~ li:nth-child(3) h1 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  ol.home-grid li:first-child:nth-last-child(7), ol.home-grid li:first-child:nth-last-child(7) ~ li {
    width: 33.33333%;
  }
  ol.home-grid li:first-child:nth-last-child(7) h1, ol.home-grid li:first-child:nth-last-child(7) ~ li h1 {
    line-height: 1.35;
    font-size: 24px;
    font-size: 2.4rem;
    padding: 15px 20px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) and (min-width: 0px) and (max-width: 1279px) {
  ol.home-grid li:first-child:nth-last-child(7) h1, ol.home-grid li:first-child:nth-last-child(7) ~ li h1 {
    font-size: 20px;
    font-size: 2rem;
    padding: 15px 15px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) and (min-width: 0px) and (max-width: 1023px) {
  ol.home-grid li:first-child:nth-last-child(7) h1, ol.home-grid li:first-child:nth-last-child(7) ~ li h1 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (min-width: 0px) and (max-width: 1023px) and (min-width: 0px) and (max-width: 767px) {
  ol.home-grid li:first-child:nth-last-child(7) h1, ol.home-grid li:first-child:nth-last-child(7) ~ li h1 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  ol.home-grid li:first-child:nth-last-child(7):nth-child(1), ol.home-grid li:first-child:nth-last-child(7) ~ li:nth-child(1) {
    width: 100%;
  }
  ol.home-grid li:first-child:nth-last-child(7):nth-child(1) .img-container, ol.home-grid li:first-child:nth-last-child(7) ~ li:nth-child(1) .img-container {
    max-height: 400px;
    overflow: hidden;
  }
}
@media (min-width: 0px) and (max-width: 1023px) and (min-width: 0px) and (max-width: 1279px) {
  ol.home-grid li:first-child:nth-last-child(7):nth-child(1) .img-container, ol.home-grid li:first-child:nth-last-child(7) ~ li:nth-child(1) .img-container {
    max-height: 300px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) and (min-width: 0px) and (max-width: 1023px) {
  ol.home-grid li:first-child:nth-last-child(7):nth-child(1) .img-container, ol.home-grid li:first-child:nth-last-child(7) ~ li:nth-child(1) .img-container {
    max-height: 240px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  ol.home-grid li:first-child:nth-last-child(7):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(7) ~ li:nth-child(1) h1 {
    line-height: 1.35;
    font-size: 28px;
    font-size: 2.8rem;
    padding: 15px 30px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) and (min-width: 0px) and (max-width: 1279px) {
  ol.home-grid li:first-child:nth-last-child(7):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(7) ~ li:nth-child(1) h1 {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 15px 20px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) and (min-width: 0px) and (max-width: 767px) {
  ol.home-grid li:first-child:nth-last-child(7):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(7) ~ li:nth-child(1) h1 {
    font-size: 20px;
    font-size: 2rem;
    padding: 15px 15px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) and (min-width: 0px) and (max-width: 320px) {
  ol.home-grid li:first-child:nth-last-child(7):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(7) ~ li:nth-child(1) h1 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  ol.home-grid li:first-child:nth-last-child(7), ol.home-grid li:first-child:nth-last-child(7) ~ li {
    width: 50%;
  }
  ol.home-grid li:first-child:nth-last-child(7) h1, ol.home-grid li:first-child:nth-last-child(7) ~ li h1 {
    line-height: 1.35;
    font-size: 28px;
    font-size: 2.8rem;
    padding: 15px 30px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 1279px) {
  ol.home-grid li:first-child:nth-last-child(7) h1, ol.home-grid li:first-child:nth-last-child(7) ~ li h1 {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 15px 15px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 1023px) {
  ol.home-grid li:first-child:nth-last-child(7) h1, ol.home-grid li:first-child:nth-last-child(7) ~ li h1 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 767px) {
  ol.home-grid li:first-child:nth-last-child(7) h1, ol.home-grid li:first-child:nth-last-child(7) ~ li h1 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 15px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 500px) {
  ol.home-grid li:first-child:nth-last-child(7) h1, ol.home-grid li:first-child:nth-last-child(7) ~ li h1 {
    padding: 10px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 320px) {
  ol.home-grid li:first-child:nth-last-child(7) h1, ol.home-grid li:first-child:nth-last-child(7) ~ li h1 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  ol.home-grid li:first-child:nth-last-child(7):nth-child(2), ol.home-grid li:first-child:nth-last-child(7):nth-child(3), ol.home-grid li:first-child:nth-last-child(7) ~ li:nth-child(2), ol.home-grid li:first-child:nth-last-child(7) ~ li:nth-child(3) {
    width: 50%;
  }
  ol.home-grid li:first-child:nth-last-child(7):nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(7):nth-child(3) h1, ol.home-grid li:first-child:nth-last-child(7) ~ li:nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(7) ~ li:nth-child(3) h1 {
    line-height: 1.35;
    font-size: 28px;
    font-size: 2.8rem;
    padding: 15px 30px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 1279px) {
  ol.home-grid li:first-child:nth-last-child(7):nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(7):nth-child(3) h1, ol.home-grid li:first-child:nth-last-child(7) ~ li:nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(7) ~ li:nth-child(3) h1 {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 15px 15px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 1023px) {
  ol.home-grid li:first-child:nth-last-child(7):nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(7):nth-child(3) h1, ol.home-grid li:first-child:nth-last-child(7) ~ li:nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(7) ~ li:nth-child(3) h1 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 767px) {
  ol.home-grid li:first-child:nth-last-child(7):nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(7):nth-child(3) h1, ol.home-grid li:first-child:nth-last-child(7) ~ li:nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(7) ~ li:nth-child(3) h1 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 15px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 500px) {
  ol.home-grid li:first-child:nth-last-child(7):nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(7):nth-child(3) h1, ol.home-grid li:first-child:nth-last-child(7) ~ li:nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(7) ~ li:nth-child(3) h1 {
    padding: 10px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 320px) {
  ol.home-grid li:first-child:nth-last-child(7):nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(7):nth-child(3) h1, ol.home-grid li:first-child:nth-last-child(7) ~ li:nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(7) ~ li:nth-child(3) h1 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  ol.home-grid li:first-child:nth-last-child(7):nth-child(1), ol.home-grid li:first-child:nth-last-child(7) ~ li:nth-child(1) {
    width: 100%;
  }
  ol.home-grid li:first-child:nth-last-child(7):nth-child(1) .img-container, ol.home-grid li:first-child:nth-last-child(7) ~ li:nth-child(1) .img-container {
    max-height: 400px;
    overflow: hidden;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 1279px) {
  ol.home-grid li:first-child:nth-last-child(7):nth-child(1) .img-container, ol.home-grid li:first-child:nth-last-child(7) ~ li:nth-child(1) .img-container {
    max-height: 300px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 1023px) {
  ol.home-grid li:first-child:nth-last-child(7):nth-child(1) .img-container, ol.home-grid li:first-child:nth-last-child(7) ~ li:nth-child(1) .img-container {
    max-height: 240px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  ol.home-grid li:first-child:nth-last-child(7):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(7) ~ li:nth-child(1) h1 {
    line-height: 1.35;
    font-size: 28px;
    font-size: 2.8rem;
    padding: 15px 30px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 1279px) {
  ol.home-grid li:first-child:nth-last-child(7):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(7) ~ li:nth-child(1) h1 {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 15px 20px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 767px) {
  ol.home-grid li:first-child:nth-last-child(7):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(7) ~ li:nth-child(1) h1 {
    font-size: 20px;
    font-size: 2rem;
    padding: 15px 15px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 320px) {
  ol.home-grid li:first-child:nth-last-child(7):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(7) ~ li:nth-child(1) h1 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

ol.home-grid li:first-child:nth-last-child(8), ol.home-grid li:first-child:nth-last-child(8) ~ li {
  width: 25%;
}
ol.home-grid li:first-child:nth-last-child(8) h1, ol.home-grid li:first-child:nth-last-child(8) ~ li h1 {
  line-height: 1.35;
  font-size: 20px;
  font-size: 2rem;
  padding: 15px 20px;
  line-height: 1.35;
}
@media (min-width: 0px) and (max-width: 1279px) {
  ol.home-grid li:first-child:nth-last-child(8) h1, ol.home-grid li:first-child:nth-last-child(8) ~ li h1 {
    padding: 15px 15px;
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  ol.home-grid li:first-child:nth-last-child(8) h1, ol.home-grid li:first-child:nth-last-child(8) ~ li h1 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  ol.home-grid li:first-child:nth-last-child(8), ol.home-grid li:first-child:nth-last-child(8) ~ li {
    width: 33.33333%;
  }
  ol.home-grid li:first-child:nth-last-child(8) h1, ol.home-grid li:first-child:nth-last-child(8) ~ li h1 {
    line-height: 1.35;
    font-size: 24px;
    font-size: 2.4rem;
    padding: 15px 20px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) and (min-width: 0px) and (max-width: 1279px) {
  ol.home-grid li:first-child:nth-last-child(8) h1, ol.home-grid li:first-child:nth-last-child(8) ~ li h1 {
    font-size: 20px;
    font-size: 2rem;
    padding: 15px 15px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) and (min-width: 0px) and (max-width: 1023px) {
  ol.home-grid li:first-child:nth-last-child(8) h1, ol.home-grid li:first-child:nth-last-child(8) ~ li h1 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (min-width: 0px) and (max-width: 1023px) and (min-width: 0px) and (max-width: 767px) {
  ol.home-grid li:first-child:nth-last-child(8) h1, ol.home-grid li:first-child:nth-last-child(8) ~ li h1 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  ol.home-grid li:first-child:nth-last-child(8):nth-child(1), ol.home-grid li:first-child:nth-last-child(8):nth-child(2), ol.home-grid li:first-child:nth-last-child(8) ~ li:nth-child(1), ol.home-grid li:first-child:nth-last-child(8) ~ li:nth-child(2) {
    width: 50%;
  }
  ol.home-grid li:first-child:nth-last-child(8):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(8):nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(8) ~ li:nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(8) ~ li:nth-child(2) h1 {
    line-height: 1.35;
    font-size: 28px;
    font-size: 2.8rem;
    padding: 15px 30px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) and (min-width: 0px) and (max-width: 1279px) {
  ol.home-grid li:first-child:nth-last-child(8):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(8):nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(8) ~ li:nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(8) ~ li:nth-child(2) h1 {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 15px 15px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) and (min-width: 0px) and (max-width: 1023px) {
  ol.home-grid li:first-child:nth-last-child(8):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(8):nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(8) ~ li:nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(8) ~ li:nth-child(2) h1 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (min-width: 0px) and (max-width: 1023px) and (min-width: 0px) and (max-width: 767px) {
  ol.home-grid li:first-child:nth-last-child(8):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(8):nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(8) ~ li:nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(8) ~ li:nth-child(2) h1 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 15px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) and (min-width: 0px) and (max-width: 500px) {
  ol.home-grid li:first-child:nth-last-child(8):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(8):nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(8) ~ li:nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(8) ~ li:nth-child(2) h1 {
    padding: 10px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) and (min-width: 0px) and (max-width: 320px) {
  ol.home-grid li:first-child:nth-last-child(8):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(8):nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(8) ~ li:nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(8) ~ li:nth-child(2) h1 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  ol.home-grid li:first-child:nth-last-child(8), ol.home-grid li:first-child:nth-last-child(8) ~ li {
    width: 50%;
  }
  ol.home-grid li:first-child:nth-last-child(8) h1, ol.home-grid li:first-child:nth-last-child(8) ~ li h1 {
    line-height: 1.35;
    font-size: 28px;
    font-size: 2.8rem;
    padding: 15px 30px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 1279px) {
  ol.home-grid li:first-child:nth-last-child(8) h1, ol.home-grid li:first-child:nth-last-child(8) ~ li h1 {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 15px 15px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 1023px) {
  ol.home-grid li:first-child:nth-last-child(8) h1, ol.home-grid li:first-child:nth-last-child(8) ~ li h1 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 767px) {
  ol.home-grid li:first-child:nth-last-child(8) h1, ol.home-grid li:first-child:nth-last-child(8) ~ li h1 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 15px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 500px) {
  ol.home-grid li:first-child:nth-last-child(8) h1, ol.home-grid li:first-child:nth-last-child(8) ~ li h1 {
    padding: 10px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 320px) {
  ol.home-grid li:first-child:nth-last-child(8) h1, ol.home-grid li:first-child:nth-last-child(8) ~ li h1 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

ol.home-grid li:first-child:nth-last-child(9), ol.home-grid li:first-child:nth-last-child(9) ~ li {
  width: 33.33333%;
}
ol.home-grid li:first-child:nth-last-child(9) h1, ol.home-grid li:first-child:nth-last-child(9) ~ li h1 {
  line-height: 1.35;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 15px 20px;
}
@media (min-width: 0px) and (max-width: 1279px) {
  ol.home-grid li:first-child:nth-last-child(9) h1, ol.home-grid li:first-child:nth-last-child(9) ~ li h1 {
    font-size: 20px;
    font-size: 2rem;
    padding: 15px 15px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  ol.home-grid li:first-child:nth-last-child(9) h1, ol.home-grid li:first-child:nth-last-child(9) ~ li h1 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  ol.home-grid li:first-child:nth-last-child(9) h1, ol.home-grid li:first-child:nth-last-child(9) ~ li h1 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  ol.home-grid li:first-child:nth-last-child(9), ol.home-grid li:first-child:nth-last-child(9) ~ li {
    width: 50%;
  }
  ol.home-grid li:first-child:nth-last-child(9) h1, ol.home-grid li:first-child:nth-last-child(9) ~ li h1 {
    line-height: 1.35;
    font-size: 28px;
    font-size: 2.8rem;
    padding: 15px 30px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 1279px) {
  ol.home-grid li:first-child:nth-last-child(9) h1, ol.home-grid li:first-child:nth-last-child(9) ~ li h1 {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 15px 15px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 1023px) {
  ol.home-grid li:first-child:nth-last-child(9) h1, ol.home-grid li:first-child:nth-last-child(9) ~ li h1 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 767px) {
  ol.home-grid li:first-child:nth-last-child(9) h1, ol.home-grid li:first-child:nth-last-child(9) ~ li h1 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 15px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 500px) {
  ol.home-grid li:first-child:nth-last-child(9) h1, ol.home-grid li:first-child:nth-last-child(9) ~ li h1 {
    padding: 10px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 320px) {
  ol.home-grid li:first-child:nth-last-child(9) h1, ol.home-grid li:first-child:nth-last-child(9) ~ li h1 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  ol.home-grid li:first-child:nth-last-child(9):nth-child(1), ol.home-grid li:first-child:nth-last-child(9) ~ li:nth-child(1) {
    width: 100%;
  }
  ol.home-grid li:first-child:nth-last-child(9):nth-child(1) .img-container, ol.home-grid li:first-child:nth-last-child(9) ~ li:nth-child(1) .img-container {
    max-height: 400px;
    overflow: hidden;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 1279px) {
  ol.home-grid li:first-child:nth-last-child(9):nth-child(1) .img-container, ol.home-grid li:first-child:nth-last-child(9) ~ li:nth-child(1) .img-container {
    max-height: 300px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 1023px) {
  ol.home-grid li:first-child:nth-last-child(9):nth-child(1) .img-container, ol.home-grid li:first-child:nth-last-child(9) ~ li:nth-child(1) .img-container {
    max-height: 240px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  ol.home-grid li:first-child:nth-last-child(9):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(9) ~ li:nth-child(1) h1 {
    line-height: 1.35;
    font-size: 28px;
    font-size: 2.8rem;
    padding: 15px 30px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 1279px) {
  ol.home-grid li:first-child:nth-last-child(9):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(9) ~ li:nth-child(1) h1 {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 15px 20px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 767px) {
  ol.home-grid li:first-child:nth-last-child(9):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(9) ~ li:nth-child(1) h1 {
    font-size: 20px;
    font-size: 2rem;
    padding: 15px 15px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 320px) {
  ol.home-grid li:first-child:nth-last-child(9):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(9) ~ li:nth-child(1) h1 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

ol.home-grid li:first-child:nth-last-child(10), ol.home-grid li:first-child:nth-last-child(10) ~ li {
  width: 25%;
}
ol.home-grid li:first-child:nth-last-child(10) h1, ol.home-grid li:first-child:nth-last-child(10) ~ li h1 {
  line-height: 1.35;
  font-size: 20px;
  font-size: 2rem;
  padding: 15px 20px;
  line-height: 1.35;
}
@media (min-width: 0px) and (max-width: 1279px) {
  ol.home-grid li:first-child:nth-last-child(10) h1, ol.home-grid li:first-child:nth-last-child(10) ~ li h1 {
    padding: 15px 15px;
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  ol.home-grid li:first-child:nth-last-child(10) h1, ol.home-grid li:first-child:nth-last-child(10) ~ li h1 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
ol.home-grid li:first-child:nth-last-child(10):nth-child(1), ol.home-grid li:first-child:nth-last-child(10):nth-child(2), ol.home-grid li:first-child:nth-last-child(10) ~ li:nth-child(1), ol.home-grid li:first-child:nth-last-child(10) ~ li:nth-child(2) {
  width: 50%;
}
ol.home-grid li:first-child:nth-last-child(10):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(10):nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(10) ~ li:nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(10) ~ li:nth-child(2) h1 {
  line-height: 1.35;
  font-size: 28px;
  font-size: 2.8rem;
  padding: 15px 30px;
}
@media (min-width: 0px) and (max-width: 1279px) {
  ol.home-grid li:first-child:nth-last-child(10):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(10):nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(10) ~ li:nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(10) ~ li:nth-child(2) h1 {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 15px 15px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  ol.home-grid li:first-child:nth-last-child(10):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(10):nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(10) ~ li:nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(10) ~ li:nth-child(2) h1 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  ol.home-grid li:first-child:nth-last-child(10):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(10):nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(10) ~ li:nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(10) ~ li:nth-child(2) h1 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 15px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  ol.home-grid li:first-child:nth-last-child(10):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(10):nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(10) ~ li:nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(10) ~ li:nth-child(2) h1 {
    padding: 10px;
  }
}
@media (min-width: 0px) and (max-width: 320px) {
  ol.home-grid li:first-child:nth-last-child(10):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(10):nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(10) ~ li:nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(10) ~ li:nth-child(2) h1 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  ol.home-grid li:first-child:nth-last-child(10), ol.home-grid li:first-child:nth-last-child(10) ~ li {
    width: 33.33333%;
  }
  ol.home-grid li:first-child:nth-last-child(10) h1, ol.home-grid li:first-child:nth-last-child(10) ~ li h1 {
    line-height: 1.35;
    font-size: 24px;
    font-size: 2.4rem;
    padding: 15px 20px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) and (min-width: 0px) and (max-width: 1279px) {
  ol.home-grid li:first-child:nth-last-child(10) h1, ol.home-grid li:first-child:nth-last-child(10) ~ li h1 {
    font-size: 20px;
    font-size: 2rem;
    padding: 15px 15px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) and (min-width: 0px) and (max-width: 1023px) {
  ol.home-grid li:first-child:nth-last-child(10) h1, ol.home-grid li:first-child:nth-last-child(10) ~ li h1 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (min-width: 0px) and (max-width: 1023px) and (min-width: 0px) and (max-width: 767px) {
  ol.home-grid li:first-child:nth-last-child(10) h1, ol.home-grid li:first-child:nth-last-child(10) ~ li h1 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  ol.home-grid li:first-child:nth-last-child(10):nth-child(1), ol.home-grid li:first-child:nth-last-child(10):nth-child(2), ol.home-grid li:first-child:nth-last-child(10):nth-child(3), ol.home-grid li:first-child:nth-last-child(10):nth-child(4), ol.home-grid li:first-child:nth-last-child(10) ~ li:nth-child(1), ol.home-grid li:first-child:nth-last-child(10) ~ li:nth-child(2), ol.home-grid li:first-child:nth-last-child(10) ~ li:nth-child(3), ol.home-grid li:first-child:nth-last-child(10) ~ li:nth-child(4) {
    width: 50%;
  }
  ol.home-grid li:first-child:nth-last-child(10):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(10):nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(10):nth-child(3) h1, ol.home-grid li:first-child:nth-last-child(10):nth-child(4) h1, ol.home-grid li:first-child:nth-last-child(10) ~ li:nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(10) ~ li:nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(10) ~ li:nth-child(3) h1, ol.home-grid li:first-child:nth-last-child(10) ~ li:nth-child(4) h1 {
    line-height: 1.35;
    font-size: 28px;
    font-size: 2.8rem;
    padding: 15px 30px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) and (min-width: 0px) and (max-width: 1279px) {
  ol.home-grid li:first-child:nth-last-child(10):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(10):nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(10):nth-child(3) h1, ol.home-grid li:first-child:nth-last-child(10):nth-child(4) h1, ol.home-grid li:first-child:nth-last-child(10) ~ li:nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(10) ~ li:nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(10) ~ li:nth-child(3) h1, ol.home-grid li:first-child:nth-last-child(10) ~ li:nth-child(4) h1 {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 15px 15px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) and (min-width: 0px) and (max-width: 1023px) {
  ol.home-grid li:first-child:nth-last-child(10):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(10):nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(10):nth-child(3) h1, ol.home-grid li:first-child:nth-last-child(10):nth-child(4) h1, ol.home-grid li:first-child:nth-last-child(10) ~ li:nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(10) ~ li:nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(10) ~ li:nth-child(3) h1, ol.home-grid li:first-child:nth-last-child(10) ~ li:nth-child(4) h1 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (min-width: 0px) and (max-width: 1023px) and (min-width: 0px) and (max-width: 767px) {
  ol.home-grid li:first-child:nth-last-child(10):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(10):nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(10):nth-child(3) h1, ol.home-grid li:first-child:nth-last-child(10):nth-child(4) h1, ol.home-grid li:first-child:nth-last-child(10) ~ li:nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(10) ~ li:nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(10) ~ li:nth-child(3) h1, ol.home-grid li:first-child:nth-last-child(10) ~ li:nth-child(4) h1 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 15px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) and (min-width: 0px) and (max-width: 500px) {
  ol.home-grid li:first-child:nth-last-child(10):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(10):nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(10):nth-child(3) h1, ol.home-grid li:first-child:nth-last-child(10):nth-child(4) h1, ol.home-grid li:first-child:nth-last-child(10) ~ li:nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(10) ~ li:nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(10) ~ li:nth-child(3) h1, ol.home-grid li:first-child:nth-last-child(10) ~ li:nth-child(4) h1 {
    padding: 10px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) and (min-width: 0px) and (max-width: 320px) {
  ol.home-grid li:first-child:nth-last-child(10):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(10):nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(10):nth-child(3) h1, ol.home-grid li:first-child:nth-last-child(10):nth-child(4) h1, ol.home-grid li:first-child:nth-last-child(10) ~ li:nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(10) ~ li:nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(10) ~ li:nth-child(3) h1, ol.home-grid li:first-child:nth-last-child(10) ~ li:nth-child(4) h1 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  ol.home-grid li:first-child:nth-last-child(10), ol.home-grid li:first-child:nth-last-child(10) ~ li {
    width: 50%;
  }
  ol.home-grid li:first-child:nth-last-child(10) h1, ol.home-grid li:first-child:nth-last-child(10) ~ li h1 {
    line-height: 1.35;
    font-size: 28px;
    font-size: 2.8rem;
    padding: 15px 30px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 1279px) {
  ol.home-grid li:first-child:nth-last-child(10) h1, ol.home-grid li:first-child:nth-last-child(10) ~ li h1 {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 15px 15px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 1023px) {
  ol.home-grid li:first-child:nth-last-child(10) h1, ol.home-grid li:first-child:nth-last-child(10) ~ li h1 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 767px) {
  ol.home-grid li:first-child:nth-last-child(10) h1, ol.home-grid li:first-child:nth-last-child(10) ~ li h1 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 15px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 500px) {
  ol.home-grid li:first-child:nth-last-child(10) h1, ol.home-grid li:first-child:nth-last-child(10) ~ li h1 {
    padding: 10px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 320px) {
  ol.home-grid li:first-child:nth-last-child(10) h1, ol.home-grid li:first-child:nth-last-child(10) ~ li h1 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

ol.home-grid li:first-child:nth-last-child(11), ol.home-grid li:first-child:nth-last-child(11) ~ li {
  width: 25%;
}
ol.home-grid li:first-child:nth-last-child(11) h1, ol.home-grid li:first-child:nth-last-child(11) ~ li h1 {
  line-height: 1.35;
  font-size: 20px;
  font-size: 2rem;
  padding: 15px 20px;
  line-height: 1.35;
}
@media (min-width: 0px) and (max-width: 1279px) {
  ol.home-grid li:first-child:nth-last-child(11) h1, ol.home-grid li:first-child:nth-last-child(11) ~ li h1 {
    padding: 15px 15px;
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  ol.home-grid li:first-child:nth-last-child(11) h1, ol.home-grid li:first-child:nth-last-child(11) ~ li h1 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
ol.home-grid li:first-child:nth-last-child(11):nth-child(1), ol.home-grid li:first-child:nth-last-child(11):nth-child(2), ol.home-grid li:first-child:nth-last-child(11):nth-child(3), ol.home-grid li:first-child:nth-last-child(11) ~ li:nth-child(1), ol.home-grid li:first-child:nth-last-child(11) ~ li:nth-child(2), ol.home-grid li:first-child:nth-last-child(11) ~ li:nth-child(3) {
  width: 33.33333%;
}
ol.home-grid li:first-child:nth-last-child(11):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(11):nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(11):nth-child(3) h1, ol.home-grid li:first-child:nth-last-child(11) ~ li:nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(11) ~ li:nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(11) ~ li:nth-child(3) h1 {
  line-height: 1.35;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 15px 20px;
}
@media (min-width: 0px) and (max-width: 1279px) {
  ol.home-grid li:first-child:nth-last-child(11):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(11):nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(11):nth-child(3) h1, ol.home-grid li:first-child:nth-last-child(11) ~ li:nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(11) ~ li:nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(11) ~ li:nth-child(3) h1 {
    font-size: 20px;
    font-size: 2rem;
    padding: 15px 15px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  ol.home-grid li:first-child:nth-last-child(11):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(11):nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(11):nth-child(3) h1, ol.home-grid li:first-child:nth-last-child(11) ~ li:nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(11) ~ li:nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(11) ~ li:nth-child(3) h1 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  ol.home-grid li:first-child:nth-last-child(11):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(11):nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(11):nth-child(3) h1, ol.home-grid li:first-child:nth-last-child(11) ~ li:nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(11) ~ li:nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(11) ~ li:nth-child(3) h1 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  ol.home-grid li:first-child:nth-last-child(11), ol.home-grid li:first-child:nth-last-child(11) ~ li {
    width: 33.33333%;
  }
  ol.home-grid li:first-child:nth-last-child(11) h1, ol.home-grid li:first-child:nth-last-child(11) ~ li h1 {
    line-height: 1.35;
    font-size: 24px;
    font-size: 2.4rem;
    padding: 15px 20px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) and (min-width: 0px) and (max-width: 1279px) {
  ol.home-grid li:first-child:nth-last-child(11) h1, ol.home-grid li:first-child:nth-last-child(11) ~ li h1 {
    font-size: 20px;
    font-size: 2rem;
    padding: 15px 15px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) and (min-width: 0px) and (max-width: 1023px) {
  ol.home-grid li:first-child:nth-last-child(11) h1, ol.home-grid li:first-child:nth-last-child(11) ~ li h1 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (min-width: 0px) and (max-width: 1023px) and (min-width: 0px) and (max-width: 767px) {
  ol.home-grid li:first-child:nth-last-child(11) h1, ol.home-grid li:first-child:nth-last-child(11) ~ li h1 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  ol.home-grid li:first-child:nth-last-child(11):nth-child(1), ol.home-grid li:first-child:nth-last-child(11):nth-child(2), ol.home-grid li:first-child:nth-last-child(11) ~ li:nth-child(1), ol.home-grid li:first-child:nth-last-child(11) ~ li:nth-child(2) {
    width: 50%;
  }
  ol.home-grid li:first-child:nth-last-child(11):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(11):nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(11) ~ li:nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(11) ~ li:nth-child(2) h1 {
    line-height: 1.35;
    font-size: 28px;
    font-size: 2.8rem;
    padding: 15px 30px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) and (min-width: 0px) and (max-width: 1279px) {
  ol.home-grid li:first-child:nth-last-child(11):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(11):nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(11) ~ li:nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(11) ~ li:nth-child(2) h1 {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 15px 15px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) and (min-width: 0px) and (max-width: 1023px) {
  ol.home-grid li:first-child:nth-last-child(11):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(11):nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(11) ~ li:nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(11) ~ li:nth-child(2) h1 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (min-width: 0px) and (max-width: 1023px) and (min-width: 0px) and (max-width: 767px) {
  ol.home-grid li:first-child:nth-last-child(11):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(11):nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(11) ~ li:nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(11) ~ li:nth-child(2) h1 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 15px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) and (min-width: 0px) and (max-width: 500px) {
  ol.home-grid li:first-child:nth-last-child(11):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(11):nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(11) ~ li:nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(11) ~ li:nth-child(2) h1 {
    padding: 10px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) and (min-width: 0px) and (max-width: 320px) {
  ol.home-grid li:first-child:nth-last-child(11):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(11):nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(11) ~ li:nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(11) ~ li:nth-child(2) h1 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  ol.home-grid li:first-child:nth-last-child(11), ol.home-grid li:first-child:nth-last-child(11) ~ li {
    width: 50%;
  }
  ol.home-grid li:first-child:nth-last-child(11) h1, ol.home-grid li:first-child:nth-last-child(11) ~ li h1 {
    line-height: 1.35;
    font-size: 28px;
    font-size: 2.8rem;
    padding: 15px 30px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 1279px) {
  ol.home-grid li:first-child:nth-last-child(11) h1, ol.home-grid li:first-child:nth-last-child(11) ~ li h1 {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 15px 15px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 1023px) {
  ol.home-grid li:first-child:nth-last-child(11) h1, ol.home-grid li:first-child:nth-last-child(11) ~ li h1 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 767px) {
  ol.home-grid li:first-child:nth-last-child(11) h1, ol.home-grid li:first-child:nth-last-child(11) ~ li h1 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 15px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 500px) {
  ol.home-grid li:first-child:nth-last-child(11) h1, ol.home-grid li:first-child:nth-last-child(11) ~ li h1 {
    padding: 10px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 320px) {
  ol.home-grid li:first-child:nth-last-child(11) h1, ol.home-grid li:first-child:nth-last-child(11) ~ li h1 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  ol.home-grid li:first-child:nth-last-child(11):nth-child(2), ol.home-grid li:first-child:nth-last-child(11):nth-child(3), ol.home-grid li:first-child:nth-last-child(11) ~ li:nth-child(2), ol.home-grid li:first-child:nth-last-child(11) ~ li:nth-child(3) {
    width: 50%;
  }
  ol.home-grid li:first-child:nth-last-child(11):nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(11):nth-child(3) h1, ol.home-grid li:first-child:nth-last-child(11) ~ li:nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(11) ~ li:nth-child(3) h1 {
    line-height: 1.35;
    font-size: 28px;
    font-size: 2.8rem;
    padding: 15px 30px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 1279px) {
  ol.home-grid li:first-child:nth-last-child(11):nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(11):nth-child(3) h1, ol.home-grid li:first-child:nth-last-child(11) ~ li:nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(11) ~ li:nth-child(3) h1 {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 15px 15px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 1023px) {
  ol.home-grid li:first-child:nth-last-child(11):nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(11):nth-child(3) h1, ol.home-grid li:first-child:nth-last-child(11) ~ li:nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(11) ~ li:nth-child(3) h1 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 767px) {
  ol.home-grid li:first-child:nth-last-child(11):nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(11):nth-child(3) h1, ol.home-grid li:first-child:nth-last-child(11) ~ li:nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(11) ~ li:nth-child(3) h1 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 15px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 500px) {
  ol.home-grid li:first-child:nth-last-child(11):nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(11):nth-child(3) h1, ol.home-grid li:first-child:nth-last-child(11) ~ li:nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(11) ~ li:nth-child(3) h1 {
    padding: 10px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 320px) {
  ol.home-grid li:first-child:nth-last-child(11):nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(11):nth-child(3) h1, ol.home-grid li:first-child:nth-last-child(11) ~ li:nth-child(2) h1, ol.home-grid li:first-child:nth-last-child(11) ~ li:nth-child(3) h1 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  ol.home-grid li:first-child:nth-last-child(11):nth-child(1), ol.home-grid li:first-child:nth-last-child(11) ~ li:nth-child(1) {
    width: 100%;
  }
  ol.home-grid li:first-child:nth-last-child(11):nth-child(1) .img-container, ol.home-grid li:first-child:nth-last-child(11) ~ li:nth-child(1) .img-container {
    max-height: 400px;
    overflow: hidden;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 1279px) {
  ol.home-grid li:first-child:nth-last-child(11):nth-child(1) .img-container, ol.home-grid li:first-child:nth-last-child(11) ~ li:nth-child(1) .img-container {
    max-height: 300px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 1023px) {
  ol.home-grid li:first-child:nth-last-child(11):nth-child(1) .img-container, ol.home-grid li:first-child:nth-last-child(11) ~ li:nth-child(1) .img-container {
    max-height: 240px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  ol.home-grid li:first-child:nth-last-child(11):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(11) ~ li:nth-child(1) h1 {
    line-height: 1.35;
    font-size: 28px;
    font-size: 2.8rem;
    padding: 15px 30px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 1279px) {
  ol.home-grid li:first-child:nth-last-child(11):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(11) ~ li:nth-child(1) h1 {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 15px 20px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 767px) {
  ol.home-grid li:first-child:nth-last-child(11):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(11) ~ li:nth-child(1) h1 {
    font-size: 20px;
    font-size: 2rem;
    padding: 15px 15px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 320px) {
  ol.home-grid li:first-child:nth-last-child(11):nth-child(1) h1, ol.home-grid li:first-child:nth-last-child(11) ~ li:nth-child(1) h1 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

ol.home-grid li:first-child:nth-last-child(12), ol.home-grid li:first-child:nth-last-child(12) ~ li {
  position: relative;
  z-index: 1;
  background: #ffffff;
  width: calc((100% - 50px) / 6);
  padding: 40px 10px 0;
  margin: 0;
  transform: translateX(25px);
}
ol.home-grid li:first-child:nth-last-child(12) h1, ol.home-grid li:first-child:nth-last-child(12) ~ li h1 {
  line-height: 1.35;
  font-size: 16px;
  font-size: 1.6rem;
  color: #171717;
  font-weight: 400;
  padding: 10px 0px 15px;
}
@media (min-width: 0px) and (max-width: 1279px) {
  ol.home-grid li:first-child:nth-last-child(12) h1, ol.home-grid li:first-child:nth-last-child(12) ~ li h1 {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  ol.home-grid li:first-child:nth-last-child(12) h1, ol.home-grid li:first-child:nth-last-child(12) ~ li h1 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  ol.home-grid li:first-child:nth-last-child(12) h1, ol.home-grid li:first-child:nth-last-child(12) ~ li h1 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (min-width: 0px) and (max-width: 1279px) {
  ol.home-grid li:first-child:nth-last-child(12), ol.home-grid li:first-child:nth-last-child(12) ~ li {
    padding: 20px 5px 0;
    width: calc((100% - 40px) / 6);
    transform: translateX(20px);
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  ol.home-grid li:first-child:nth-last-child(12), ol.home-grid li:first-child:nth-last-child(12) ~ li {
    padding: 30px 5px 0;
    width: calc((100% - 30px) / 3);
    transform: translateX(15px);
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  ol.home-grid li:first-child:nth-last-child(12), ol.home-grid li:first-child:nth-last-child(12) ~ li {
    width: calc((100% - 30px) / 2);
    transform: translateX(15px);
    padding: 10px 5px 0;
  }
}
ol.home-grid li:first-child:nth-last-child(12):after, ol.home-grid li:first-child:nth-last-child(12) ~ li:after {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  left: -10px;
  right: -10px;
  top: 0;
  background: #ffffff;
  z-index: -1;
}
@media (min-width: 0px) and (max-width: 1279px) {
  ol.home-grid li:first-child:nth-last-child(12):after, ol.home-grid li:first-child:nth-last-child(12) ~ li:after {
    left: -5px;
    right: -5px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  ol.home-grid li:first-child:nth-last-child(12):after, ol.home-grid li:first-child:nth-last-child(12) ~ li:after {
    left: -5px;
    right: -5px;
  }
}
ol.home-grid li:first-child:nth-last-child(12) a:hover, ol.home-grid li:first-child:nth-last-child(12) ~ li a:hover {
  background: #ffffff;
}
ol.home-grid li:first-child:nth-last-child(12) a:hover .text-container, ol.home-grid li:first-child:nth-last-child(12) ~ li a:hover .text-container {
  background: #ffffff;
}
ol.home-grid li:first-child:nth-last-child(12) a:hover h1, ol.home-grid li:first-child:nth-last-child(12) ~ li a:hover h1 {
  color: #0fda52;
}
ol.home-grid.dark li {
  /*------------------------------------*\
  :    6 items (1/6) remove dark
  \*------------------------------------*/
  /*------------------------------------*\
  :    12 items (1/6) remove dark
  \*------------------------------------*/
}
ol.home-grid.dark li:first-child:nth-last-child(6) .text-container, ol.home-grid.dark li:first-child:nth-last-child(6) ~ li .text-container {
  background: #ffffff;
}
ol.home-grid.dark li:first-child:nth-last-child(6) a, ol.home-grid.dark li:first-child:nth-last-child(6) ~ li a {
  background: #ffffff;
}
ol.home-grid.dark li:first-child:nth-last-child(12) .text-container, ol.home-grid.dark li:first-child:nth-last-child(12) ~ li .text-container {
  background: #ffffff;
}
ol.home-grid.dark li:first-child:nth-last-child(12) a, ol.home-grid.dark li:first-child:nth-last-child(12) ~ li a {
  background: #ffffff;
}

/*------------------------------------*\
:    Home - Grid Featured
\*------------------------------------*/
ol.featured-list {
  position: relative;
  display: block;
  list-style: none;
  padding: 0;
  margin: 0 -15px;
  *zoom: 1;
}
ol.featured-list:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 0px) and (max-width: 1023px) {
  ol.featured-list {
    margin: 0 -10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-flex-align: stretch;
    -ms-flex-direction: row;
        flex-direction: row;
    *zoom: 1;
  }
  ol.featured-list:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  ol.featured-list {
    margin: 0 -10px;
  }
}
ol.featured-list li {
  width: 33.33333%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  margin-bottom: 30px;
  width: 50%;
  float: left;
}
@media (min-width: 0px) and (max-width: 1023px) {
  ol.featured-list li {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  ol.featured-list li {
    padding: 0 7.5px;
    margin-bottom: 15px;
  }
}
ol.featured-list li .content {
  position: relative;
  width: 100%;
  height: auto;
}
@media (min-width: 0px) and (max-width: 1023px) {
  ol.featured-list li .content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
        flex: 1;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
ol.featured-list li a {
  width: 100%;
  -ms-flex: 1;
      flex: 1;
  display: block;
  background: #ffffff;
  text-decoration: none;
  position: relative;
  transition: background 0.15s ease-in-out;
}
@media (min-width: 0px) and (max-width: 1023px) {
  ol.featured-list li a {
    height: auto;
    -ms-flex: 1;
        flex: 1;
  }
}
ol.featured-list li a:hover {
  background: #0fda52;
}
ol.featured-list li a:hover .text-container {
  background: #0fda52;
}
ol.featured-list li a:hover h1 {
  color: #171717;
}
ol.featured-list li .text-container {
  position: static;
  background: #ffffff;
  overflow: hidden;
  transition: background 0.15s ease-in-out;
}
ol.featured-list li .text-container h1 {
  font-size: 40px;
  font-size: 4rem;
  color: #0fda52;
  padding: 15px 20px;
  margin: 0;
}
@media (min-width: 0px) and (max-width: 1279px) {
  ol.featured-list li .text-container h1 {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 15px 20px;
  }
}
ol.featured-list.dark li .text-container {
  background: #171717;
}
ol.featured-list.dark li .text-container h1 {
  color: #ffffff;
  letter-spacing: 0.025em;
}
ol.featured-list.dark li a {
  background: #171717;
}
ol.featured-list.dark li a:hover {
  background: #0fda52;
}
ol.featured-list.dark li a:hover .text-container {
  background: #0fda52;
}
ol.featured-list.dark li a:hover h1 {
  color: #171717;
}
ol.featured-list li {
  /*------------------------------------*\
  :    2-4 items (2 large) (hide rest on desktop)
  \*------------------------------------*/
  /*------------------------------------*\
  :    5 items (1 large 4 small) (hide rest)
  \*------------------------------------*/
}
ol.featured-list li:first-child:nth-last-child(2), ol.featured-list li:first-child:nth-last-child(2) ~ li, ol.featured-list li:first-child:nth-last-child(3), ol.featured-list li:first-child:nth-last-child(3) ~ li, ol.featured-list li:first-child:nth-last-child(4), ol.featured-list li:first-child:nth-last-child(4) ~ li {
  width: 50%;
  width: 50%;
}
ol.featured-list li:first-child:nth-last-child(2) h1, ol.featured-list li:first-child:nth-last-child(2) ~ li h1, ol.featured-list li:first-child:nth-last-child(3) h1, ol.featured-list li:first-child:nth-last-child(3) ~ li h1, ol.featured-list li:first-child:nth-last-child(4) h1, ol.featured-list li:first-child:nth-last-child(4) ~ li h1 {
  line-height: 1.35;
  font-size: 28px;
  font-size: 2.8rem;
  padding: 15px 30px;
}
@media (min-width: 0px) and (max-width: 1279px) {
  ol.featured-list li:first-child:nth-last-child(2) h1, ol.featured-list li:first-child:nth-last-child(2) ~ li h1, ol.featured-list li:first-child:nth-last-child(3) h1, ol.featured-list li:first-child:nth-last-child(3) ~ li h1, ol.featured-list li:first-child:nth-last-child(4) h1, ol.featured-list li:first-child:nth-last-child(4) ~ li h1 {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 15px 15px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  ol.featured-list li:first-child:nth-last-child(2) h1, ol.featured-list li:first-child:nth-last-child(2) ~ li h1, ol.featured-list li:first-child:nth-last-child(3) h1, ol.featured-list li:first-child:nth-last-child(3) ~ li h1, ol.featured-list li:first-child:nth-last-child(4) h1, ol.featured-list li:first-child:nth-last-child(4) ~ li h1 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  ol.featured-list li:first-child:nth-last-child(2) h1, ol.featured-list li:first-child:nth-last-child(2) ~ li h1, ol.featured-list li:first-child:nth-last-child(3) h1, ol.featured-list li:first-child:nth-last-child(3) ~ li h1, ol.featured-list li:first-child:nth-last-child(4) h1, ol.featured-list li:first-child:nth-last-child(4) ~ li h1 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 15px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  ol.featured-list li:first-child:nth-last-child(2) h1, ol.featured-list li:first-child:nth-last-child(2) ~ li h1, ol.featured-list li:first-child:nth-last-child(3) h1, ol.featured-list li:first-child:nth-last-child(3) ~ li h1, ol.featured-list li:first-child:nth-last-child(4) h1, ol.featured-list li:first-child:nth-last-child(4) ~ li h1 {
    padding: 10px;
  }
}
@media (min-width: 0px) and (max-width: 320px) {
  ol.featured-list li:first-child:nth-last-child(2) h1, ol.featured-list li:first-child:nth-last-child(2) ~ li h1, ol.featured-list li:first-child:nth-last-child(3) h1, ol.featured-list li:first-child:nth-last-child(3) ~ li h1, ol.featured-list li:first-child:nth-last-child(4) h1, ol.featured-list li:first-child:nth-last-child(4) ~ li h1 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
ol.featured-list li:first-child:nth-last-child(2) h1, ol.featured-list li:first-child:nth-last-child(2) ~ li h1, ol.featured-list li:first-child:nth-last-child(3) h1, ol.featured-list li:first-child:nth-last-child(3) ~ li h1, ol.featured-list li:first-child:nth-last-child(4) h1, ol.featured-list li:first-child:nth-last-child(4) ~ li h1 {
  padding-top: 9px;
  padding-bottom: 9px;
}
ol.featured-list li:first-child:nth-last-child(2):first-child, ol.featured-list li:first-child:nth-last-child(2):nth-child(2), ol.featured-list li:first-child:nth-last-child(2) ~ li:first-child, ol.featured-list li:first-child:nth-last-child(2) ~ li:nth-child(2), ol.featured-list li:first-child:nth-last-child(3):first-child, ol.featured-list li:first-child:nth-last-child(3):nth-child(2), ol.featured-list li:first-child:nth-last-child(3) ~ li:first-child, ol.featured-list li:first-child:nth-last-child(3) ~ li:nth-child(2), ol.featured-list li:first-child:nth-last-child(4):first-child, ol.featured-list li:first-child:nth-last-child(4):nth-child(2), ol.featured-list li:first-child:nth-last-child(4) ~ li:first-child, ol.featured-list li:first-child:nth-last-child(4) ~ li:nth-child(2) {
  width: 50%;
}
@media (min-width: 0px) and (max-width: 1023px) {
  ol.featured-list li:first-child:nth-last-child(2):first-child, ol.featured-list li:first-child:nth-last-child(2):nth-child(2), ol.featured-list li:first-child:nth-last-child(2) ~ li:first-child, ol.featured-list li:first-child:nth-last-child(2) ~ li:nth-child(2), ol.featured-list li:first-child:nth-last-child(3):first-child, ol.featured-list li:first-child:nth-last-child(3):nth-child(2), ol.featured-list li:first-child:nth-last-child(3) ~ li:first-child, ol.featured-list li:first-child:nth-last-child(3) ~ li:nth-child(2), ol.featured-list li:first-child:nth-last-child(4):first-child, ol.featured-list li:first-child:nth-last-child(4):nth-child(2), ol.featured-list li:first-child:nth-last-child(4) ~ li:first-child, ol.featured-list li:first-child:nth-last-child(4) ~ li:nth-child(2) {
    width: 100%;
  }
  ol.featured-list li:first-child:nth-last-child(2):first-child .text-container, ol.featured-list li:first-child:nth-last-child(2):nth-child(2) .text-container, ol.featured-list li:first-child:nth-last-child(2) ~ li:first-child .text-container, ol.featured-list li:first-child:nth-last-child(2) ~ li:nth-child(2) .text-container, ol.featured-list li:first-child:nth-last-child(3):first-child .text-container, ol.featured-list li:first-child:nth-last-child(3):nth-child(2) .text-container, ol.featured-list li:first-child:nth-last-child(3) ~ li:first-child .text-container, ol.featured-list li:first-child:nth-last-child(3) ~ li:nth-child(2) .text-container, ol.featured-list li:first-child:nth-last-child(4):first-child .text-container, ol.featured-list li:first-child:nth-last-child(4):nth-child(2) .text-container, ol.featured-list li:first-child:nth-last-child(4) ~ li:first-child .text-container, ol.featured-list li:first-child:nth-last-child(4) ~ li:nth-child(2) .text-container {
    height: auto !important;
  }
}
ol.featured-list li:first-child:nth-last-child(2):first-child h1, ol.featured-list li:first-child:nth-last-child(2):nth-child(2) h1, ol.featured-list li:first-child:nth-last-child(2) ~ li:first-child h1, ol.featured-list li:first-child:nth-last-child(2) ~ li:nth-child(2) h1, ol.featured-list li:first-child:nth-last-child(3):first-child h1, ol.featured-list li:first-child:nth-last-child(3):nth-child(2) h1, ol.featured-list li:first-child:nth-last-child(3) ~ li:first-child h1, ol.featured-list li:first-child:nth-last-child(3) ~ li:nth-child(2) h1, ol.featured-list li:first-child:nth-last-child(4):first-child h1, ol.featured-list li:first-child:nth-last-child(4):nth-child(2) h1, ol.featured-list li:first-child:nth-last-child(4) ~ li:first-child h1, ol.featured-list li:first-child:nth-last-child(4) ~ li:nth-child(2) h1 {
  font-size: 36px;
  font-size: 3.6rem;
  padding: 15px 30px;
}
@media (min-width: 0px) and (max-width: 1359px) {
  ol.featured-list li:first-child:nth-last-child(2):first-child h1, ol.featured-list li:first-child:nth-last-child(2):nth-child(2) h1, ol.featured-list li:first-child:nth-last-child(2) ~ li:first-child h1, ol.featured-list li:first-child:nth-last-child(2) ~ li:nth-child(2) h1, ol.featured-list li:first-child:nth-last-child(3):first-child h1, ol.featured-list li:first-child:nth-last-child(3):nth-child(2) h1, ol.featured-list li:first-child:nth-last-child(3) ~ li:first-child h1, ol.featured-list li:first-child:nth-last-child(3) ~ li:nth-child(2) h1, ol.featured-list li:first-child:nth-last-child(4):first-child h1, ol.featured-list li:first-child:nth-last-child(4):nth-child(2) h1, ol.featured-list li:first-child:nth-last-child(4) ~ li:first-child h1, ol.featured-list li:first-child:nth-last-child(4) ~ li:nth-child(2) h1 {
    padding: 15px 20px;
  }
}
@media (min-width: 0px) and (max-width: 1279px) {
  ol.featured-list li:first-child:nth-last-child(2):first-child h1, ol.featured-list li:first-child:nth-last-child(2):nth-child(2) h1, ol.featured-list li:first-child:nth-last-child(2) ~ li:first-child h1, ol.featured-list li:first-child:nth-last-child(2) ~ li:nth-child(2) h1, ol.featured-list li:first-child:nth-last-child(3):first-child h1, ol.featured-list li:first-child:nth-last-child(3):nth-child(2) h1, ol.featured-list li:first-child:nth-last-child(3) ~ li:first-child h1, ol.featured-list li:first-child:nth-last-child(3) ~ li:nth-child(2) h1, ol.featured-list li:first-child:nth-last-child(4):first-child h1, ol.featured-list li:first-child:nth-last-child(4):nth-child(2) h1, ol.featured-list li:first-child:nth-last-child(4) ~ li:first-child h1, ol.featured-list li:first-child:nth-last-child(4) ~ li:nth-child(2) h1 {
    padding: 11px 20px;
    font-size: 34px;
    font-size: 3.4rem;
  }
}
@media (min-width: 0px) and (max-width: 1024px) {
  ol.featured-list li:first-child:nth-last-child(2):first-child h1, ol.featured-list li:first-child:nth-last-child(2):nth-child(2) h1, ol.featured-list li:first-child:nth-last-child(2) ~ li:first-child h1, ol.featured-list li:first-child:nth-last-child(2) ~ li:nth-child(2) h1, ol.featured-list li:first-child:nth-last-child(3):first-child h1, ol.featured-list li:first-child:nth-last-child(3):nth-child(2) h1, ol.featured-list li:first-child:nth-last-child(3) ~ li:first-child h1, ol.featured-list li:first-child:nth-last-child(3) ~ li:nth-child(2) h1, ol.featured-list li:first-child:nth-last-child(4):first-child h1, ol.featured-list li:first-child:nth-last-child(4):nth-child(2) h1, ol.featured-list li:first-child:nth-last-child(4) ~ li:first-child h1, ol.featured-list li:first-child:nth-last-child(4) ~ li:nth-child(2) h1 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  ol.featured-list li:first-child:nth-last-child(2):first-child h1, ol.featured-list li:first-child:nth-last-child(2):nth-child(2) h1, ol.featured-list li:first-child:nth-last-child(2) ~ li:first-child h1, ol.featured-list li:first-child:nth-last-child(2) ~ li:nth-child(2) h1, ol.featured-list li:first-child:nth-last-child(3):first-child h1, ol.featured-list li:first-child:nth-last-child(3):nth-child(2) h1, ol.featured-list li:first-child:nth-last-child(3) ~ li:first-child h1, ol.featured-list li:first-child:nth-last-child(3) ~ li:nth-child(2) h1, ol.featured-list li:first-child:nth-last-child(4):first-child h1, ol.featured-list li:first-child:nth-last-child(4):nth-child(2) h1, ol.featured-list li:first-child:nth-last-child(4) ~ li:first-child h1, ol.featured-list li:first-child:nth-last-child(4) ~ li:nth-child(2) h1 {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media (min-width: 0px) and (max-width: 374px) {
  ol.featured-list li:first-child:nth-last-child(2):first-child h1, ol.featured-list li:first-child:nth-last-child(2):nth-child(2) h1, ol.featured-list li:first-child:nth-last-child(2) ~ li:first-child h1, ol.featured-list li:first-child:nth-last-child(2) ~ li:nth-child(2) h1, ol.featured-list li:first-child:nth-last-child(3):first-child h1, ol.featured-list li:first-child:nth-last-child(3):nth-child(2) h1, ol.featured-list li:first-child:nth-last-child(3) ~ li:first-child h1, ol.featured-list li:first-child:nth-last-child(3) ~ li:nth-child(2) h1, ol.featured-list li:first-child:nth-last-child(4):first-child h1, ol.featured-list li:first-child:nth-last-child(4):nth-child(2) h1, ol.featured-list li:first-child:nth-last-child(4) ~ li:first-child h1, ol.featured-list li:first-child:nth-last-child(4) ~ li:nth-child(2) h1 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  ol.featured-list li:first-child:nth-last-child(2):nth-child(2), ol.featured-list li:first-child:nth-last-child(2) ~ li:nth-child(2), ol.featured-list li:first-child:nth-last-child(3):nth-child(2), ol.featured-list li:first-child:nth-last-child(3) ~ li:nth-child(2), ol.featured-list li:first-child:nth-last-child(4):nth-child(2), ol.featured-list li:first-child:nth-last-child(4) ~ li:nth-child(2) {
    width: 50%;
  }
  ol.featured-list li:first-child:nth-last-child(2):nth-child(2) h1, ol.featured-list li:first-child:nth-last-child(2) ~ li:nth-child(2) h1, ol.featured-list li:first-child:nth-last-child(3):nth-child(2) h1, ol.featured-list li:first-child:nth-last-child(3) ~ li:nth-child(2) h1, ol.featured-list li:first-child:nth-last-child(4):nth-child(2) h1, ol.featured-list li:first-child:nth-last-child(4) ~ li:nth-child(2) h1 {
    line-height: 1.35;
    font-size: 28px;
    font-size: 2.8rem;
    padding: 15px 30px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) and (min-width: 0px) and (max-width: 1279px) {
  ol.featured-list li:first-child:nth-last-child(2):nth-child(2) h1, ol.featured-list li:first-child:nth-last-child(2) ~ li:nth-child(2) h1, ol.featured-list li:first-child:nth-last-child(3):nth-child(2) h1, ol.featured-list li:first-child:nth-last-child(3) ~ li:nth-child(2) h1, ol.featured-list li:first-child:nth-last-child(4):nth-child(2) h1, ol.featured-list li:first-child:nth-last-child(4) ~ li:nth-child(2) h1 {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 15px 15px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) and (min-width: 0px) and (max-width: 1023px) {
  ol.featured-list li:first-child:nth-last-child(2):nth-child(2) h1, ol.featured-list li:first-child:nth-last-child(2) ~ li:nth-child(2) h1, ol.featured-list li:first-child:nth-last-child(3):nth-child(2) h1, ol.featured-list li:first-child:nth-last-child(3) ~ li:nth-child(2) h1, ol.featured-list li:first-child:nth-last-child(4):nth-child(2) h1, ol.featured-list li:first-child:nth-last-child(4) ~ li:nth-child(2) h1 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (min-width: 0px) and (max-width: 1023px) and (min-width: 0px) and (max-width: 767px) {
  ol.featured-list li:first-child:nth-last-child(2):nth-child(2) h1, ol.featured-list li:first-child:nth-last-child(2) ~ li:nth-child(2) h1, ol.featured-list li:first-child:nth-last-child(3):nth-child(2) h1, ol.featured-list li:first-child:nth-last-child(3) ~ li:nth-child(2) h1, ol.featured-list li:first-child:nth-last-child(4):nth-child(2) h1, ol.featured-list li:first-child:nth-last-child(4) ~ li:nth-child(2) h1 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 15px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) and (min-width: 0px) and (max-width: 500px) {
  ol.featured-list li:first-child:nth-last-child(2):nth-child(2) h1, ol.featured-list li:first-child:nth-last-child(2) ~ li:nth-child(2) h1, ol.featured-list li:first-child:nth-last-child(3):nth-child(2) h1, ol.featured-list li:first-child:nth-last-child(3) ~ li:nth-child(2) h1, ol.featured-list li:first-child:nth-last-child(4):nth-child(2) h1, ol.featured-list li:first-child:nth-last-child(4) ~ li:nth-child(2) h1 {
    padding: 10px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) and (min-width: 0px) and (max-width: 320px) {
  ol.featured-list li:first-child:nth-last-child(2):nth-child(2) h1, ol.featured-list li:first-child:nth-last-child(2) ~ li:nth-child(2) h1, ol.featured-list li:first-child:nth-last-child(3):nth-child(2) h1, ol.featured-list li:first-child:nth-last-child(3) ~ li:nth-child(2) h1, ol.featured-list li:first-child:nth-last-child(4):nth-child(2) h1, ol.featured-list li:first-child:nth-last-child(4) ~ li:nth-child(2) h1 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

ol.featured-list li:first-child:nth-last-child(2):nth-child(1n+3), ol.featured-list li:first-child:nth-last-child(2) ~ li:nth-child(1n+3), ol.featured-list li:first-child:nth-last-child(3):nth-child(1n+3), ol.featured-list li:first-child:nth-last-child(3) ~ li:nth-child(1n+3), ol.featured-list li:first-child:nth-last-child(4):nth-child(1n+3), ol.featured-list li:first-child:nth-last-child(4) ~ li:nth-child(1n+3) {
  display: none;
}
@media (min-width: 0px) and (max-width: 1023px) {
  ol.featured-list li:first-child:nth-last-child(2):nth-child(1n+3), ol.featured-list li:first-child:nth-last-child(2) ~ li:nth-child(1n+3), ol.featured-list li:first-child:nth-last-child(3):nth-child(1n+3), ol.featured-list li:first-child:nth-last-child(3) ~ li:nth-child(1n+3), ol.featured-list li:first-child:nth-last-child(4):nth-child(1n+3), ol.featured-list li:first-child:nth-last-child(4) ~ li:nth-child(1n+3) {
    display: block;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  ol.featured-list li:first-child:nth-last-child(2):nth-child(1n+4), ol.featured-list li:first-child:nth-last-child(2) ~ li:nth-child(1n+4), ol.featured-list li:first-child:nth-last-child(3):nth-child(1n+4), ol.featured-list li:first-child:nth-last-child(3) ~ li:nth-child(1n+4), ol.featured-list li:first-child:nth-last-child(4):nth-child(1n+4), ol.featured-list li:first-child:nth-last-child(4) ~ li:nth-child(1n+4) {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  ol.featured-list li:first-child:nth-last-child(2):first-child:nth-last-child(2), ol.featured-list li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li, ol.featured-list li:first-child:nth-last-child(2) ~ li:first-child:nth-last-child(2), ol.featured-list li:first-child:nth-last-child(2) ~ li:first-child:nth-last-child(2) ~ li, ol.featured-list li:first-child:nth-last-child(3):first-child:nth-last-child(2), ol.featured-list li:first-child:nth-last-child(3):first-child:nth-last-child(2) ~ li, ol.featured-list li:first-child:nth-last-child(3) ~ li:first-child:nth-last-child(2), ol.featured-list li:first-child:nth-last-child(3) ~ li:first-child:nth-last-child(2) ~ li, ol.featured-list li:first-child:nth-last-child(4):first-child:nth-last-child(2), ol.featured-list li:first-child:nth-last-child(4):first-child:nth-last-child(2) ~ li, ol.featured-list li:first-child:nth-last-child(4) ~ li:first-child:nth-last-child(2), ol.featured-list li:first-child:nth-last-child(4) ~ li:first-child:nth-last-child(2) ~ li {
    width: 100%;
  }
  ol.featured-list li:first-child:nth-last-child(2):first-child:nth-last-child(2) .img-container, ol.featured-list li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li .img-container, ol.featured-list li:first-child:nth-last-child(2) ~ li:first-child:nth-last-child(2) .img-container, ol.featured-list li:first-child:nth-last-child(2) ~ li:first-child:nth-last-child(2) ~ li .img-container, ol.featured-list li:first-child:nth-last-child(3):first-child:nth-last-child(2) .img-container, ol.featured-list li:first-child:nth-last-child(3):first-child:nth-last-child(2) ~ li .img-container, ol.featured-list li:first-child:nth-last-child(3) ~ li:first-child:nth-last-child(2) .img-container, ol.featured-list li:first-child:nth-last-child(3) ~ li:first-child:nth-last-child(2) ~ li .img-container, ol.featured-list li:first-child:nth-last-child(4):first-child:nth-last-child(2) .img-container, ol.featured-list li:first-child:nth-last-child(4):first-child:nth-last-child(2) ~ li .img-container, ol.featured-list li:first-child:nth-last-child(4) ~ li:first-child:nth-last-child(2) .img-container, ol.featured-list li:first-child:nth-last-child(4) ~ li:first-child:nth-last-child(2) ~ li .img-container {
    max-height: 400px;
    overflow: hidden;
  }
}
@media (min-width: 0px) and (max-width: 1023px) and (min-width: 0px) and (max-width: 1279px) {
  ol.featured-list li:first-child:nth-last-child(2):first-child:nth-last-child(2) .img-container, ol.featured-list li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li .img-container, ol.featured-list li:first-child:nth-last-child(2) ~ li:first-child:nth-last-child(2) .img-container, ol.featured-list li:first-child:nth-last-child(2) ~ li:first-child:nth-last-child(2) ~ li .img-container, ol.featured-list li:first-child:nth-last-child(3):first-child:nth-last-child(2) .img-container, ol.featured-list li:first-child:nth-last-child(3):first-child:nth-last-child(2) ~ li .img-container, ol.featured-list li:first-child:nth-last-child(3) ~ li:first-child:nth-last-child(2) .img-container, ol.featured-list li:first-child:nth-last-child(3) ~ li:first-child:nth-last-child(2) ~ li .img-container, ol.featured-list li:first-child:nth-last-child(4):first-child:nth-last-child(2) .img-container, ol.featured-list li:first-child:nth-last-child(4):first-child:nth-last-child(2) ~ li .img-container, ol.featured-list li:first-child:nth-last-child(4) ~ li:first-child:nth-last-child(2) .img-container, ol.featured-list li:first-child:nth-last-child(4) ~ li:first-child:nth-last-child(2) ~ li .img-container {
    max-height: 300px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) and (min-width: 0px) and (max-width: 1023px) {
  ol.featured-list li:first-child:nth-last-child(2):first-child:nth-last-child(2) .img-container, ol.featured-list li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li .img-container, ol.featured-list li:first-child:nth-last-child(2) ~ li:first-child:nth-last-child(2) .img-container, ol.featured-list li:first-child:nth-last-child(2) ~ li:first-child:nth-last-child(2) ~ li .img-container, ol.featured-list li:first-child:nth-last-child(3):first-child:nth-last-child(2) .img-container, ol.featured-list li:first-child:nth-last-child(3):first-child:nth-last-child(2) ~ li .img-container, ol.featured-list li:first-child:nth-last-child(3) ~ li:first-child:nth-last-child(2) .img-container, ol.featured-list li:first-child:nth-last-child(3) ~ li:first-child:nth-last-child(2) ~ li .img-container, ol.featured-list li:first-child:nth-last-child(4):first-child:nth-last-child(2) .img-container, ol.featured-list li:first-child:nth-last-child(4):first-child:nth-last-child(2) ~ li .img-container, ol.featured-list li:first-child:nth-last-child(4) ~ li:first-child:nth-last-child(2) .img-container, ol.featured-list li:first-child:nth-last-child(4) ~ li:first-child:nth-last-child(2) ~ li .img-container {
    max-height: 240px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  ol.featured-list li:first-child:nth-last-child(2):first-child:nth-last-child(2) h1, ol.featured-list li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li h1, ol.featured-list li:first-child:nth-last-child(2) ~ li:first-child:nth-last-child(2) h1, ol.featured-list li:first-child:nth-last-child(2) ~ li:first-child:nth-last-child(2) ~ li h1, ol.featured-list li:first-child:nth-last-child(3):first-child:nth-last-child(2) h1, ol.featured-list li:first-child:nth-last-child(3):first-child:nth-last-child(2) ~ li h1, ol.featured-list li:first-child:nth-last-child(3) ~ li:first-child:nth-last-child(2) h1, ol.featured-list li:first-child:nth-last-child(3) ~ li:first-child:nth-last-child(2) ~ li h1, ol.featured-list li:first-child:nth-last-child(4):first-child:nth-last-child(2) h1, ol.featured-list li:first-child:nth-last-child(4):first-child:nth-last-child(2) ~ li h1, ol.featured-list li:first-child:nth-last-child(4) ~ li:first-child:nth-last-child(2) h1, ol.featured-list li:first-child:nth-last-child(4) ~ li:first-child:nth-last-child(2) ~ li h1 {
    line-height: 1.35;
    font-size: 28px;
    font-size: 2.8rem;
    padding: 15px 30px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) and (min-width: 0px) and (max-width: 1279px) {
  ol.featured-list li:first-child:nth-last-child(2):first-child:nth-last-child(2) h1, ol.featured-list li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li h1, ol.featured-list li:first-child:nth-last-child(2) ~ li:first-child:nth-last-child(2) h1, ol.featured-list li:first-child:nth-last-child(2) ~ li:first-child:nth-last-child(2) ~ li h1, ol.featured-list li:first-child:nth-last-child(3):first-child:nth-last-child(2) h1, ol.featured-list li:first-child:nth-last-child(3):first-child:nth-last-child(2) ~ li h1, ol.featured-list li:first-child:nth-last-child(3) ~ li:first-child:nth-last-child(2) h1, ol.featured-list li:first-child:nth-last-child(3) ~ li:first-child:nth-last-child(2) ~ li h1, ol.featured-list li:first-child:nth-last-child(4):first-child:nth-last-child(2) h1, ol.featured-list li:first-child:nth-last-child(4):first-child:nth-last-child(2) ~ li h1, ol.featured-list li:first-child:nth-last-child(4) ~ li:first-child:nth-last-child(2) h1, ol.featured-list li:first-child:nth-last-child(4) ~ li:first-child:nth-last-child(2) ~ li h1 {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 15px 20px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) and (min-width: 0px) and (max-width: 767px) {
  ol.featured-list li:first-child:nth-last-child(2):first-child:nth-last-child(2) h1, ol.featured-list li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li h1, ol.featured-list li:first-child:nth-last-child(2) ~ li:first-child:nth-last-child(2) h1, ol.featured-list li:first-child:nth-last-child(2) ~ li:first-child:nth-last-child(2) ~ li h1, ol.featured-list li:first-child:nth-last-child(3):first-child:nth-last-child(2) h1, ol.featured-list li:first-child:nth-last-child(3):first-child:nth-last-child(2) ~ li h1, ol.featured-list li:first-child:nth-last-child(3) ~ li:first-child:nth-last-child(2) h1, ol.featured-list li:first-child:nth-last-child(3) ~ li:first-child:nth-last-child(2) ~ li h1, ol.featured-list li:first-child:nth-last-child(4):first-child:nth-last-child(2) h1, ol.featured-list li:first-child:nth-last-child(4):first-child:nth-last-child(2) ~ li h1, ol.featured-list li:first-child:nth-last-child(4) ~ li:first-child:nth-last-child(2) h1, ol.featured-list li:first-child:nth-last-child(4) ~ li:first-child:nth-last-child(2) ~ li h1 {
    font-size: 20px;
    font-size: 2rem;
    padding: 15px 15px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) and (min-width: 0px) and (max-width: 320px) {
  ol.featured-list li:first-child:nth-last-child(2):first-child:nth-last-child(2) h1, ol.featured-list li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li h1, ol.featured-list li:first-child:nth-last-child(2) ~ li:first-child:nth-last-child(2) h1, ol.featured-list li:first-child:nth-last-child(2) ~ li:first-child:nth-last-child(2) ~ li h1, ol.featured-list li:first-child:nth-last-child(3):first-child:nth-last-child(2) h1, ol.featured-list li:first-child:nth-last-child(3):first-child:nth-last-child(2) ~ li h1, ol.featured-list li:first-child:nth-last-child(3) ~ li:first-child:nth-last-child(2) h1, ol.featured-list li:first-child:nth-last-child(3) ~ li:first-child:nth-last-child(2) ~ li h1, ol.featured-list li:first-child:nth-last-child(4):first-child:nth-last-child(2) h1, ol.featured-list li:first-child:nth-last-child(4):first-child:nth-last-child(2) ~ li h1, ol.featured-list li:first-child:nth-last-child(4) ~ li:first-child:nth-last-child(2) h1, ol.featured-list li:first-child:nth-last-child(4) ~ li:first-child:nth-last-child(2) ~ li h1 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

ol.featured-list li:first-child:nth-last-child(2) .video-container, ol.featured-list li:first-child:nth-last-child(2) ~ li .video-container, ol.featured-list li:first-child:nth-last-child(3) .video-container, ol.featured-list li:first-child:nth-last-child(3) ~ li .video-container, ol.featured-list li:first-child:nth-last-child(4) .video-container, ol.featured-list li:first-child:nth-last-child(4) ~ li .video-container {
  width: 100%;
}
@media (min-width: 0px) and (max-width: 1023px) {
  ol.featured-list li:first-child:nth-last-child(2) .video-container, ol.featured-list li:first-child:nth-last-child(2) ~ li .video-container, ol.featured-list li:first-child:nth-last-child(3) .video-container, ol.featured-list li:first-child:nth-last-child(3) ~ li .video-container, ol.featured-list li:first-child:nth-last-child(4) .video-container, ol.featured-list li:first-child:nth-last-child(4) ~ li .video-container {
    height: auto;
  }
}
ol.featured-list li:first-child:nth-last-child(2) .video-container .npo-player-wrapper, ol.featured-list li:first-child:nth-last-child(2) ~ li .video-container .npo-player-wrapper, ol.featured-list li:first-child:nth-last-child(3) .video-container .npo-player-wrapper, ol.featured-list li:first-child:nth-last-child(3) ~ li .video-container .npo-player-wrapper, ol.featured-list li:first-child:nth-last-child(4) .video-container .npo-player-wrapper, ol.featured-list li:first-child:nth-last-child(4) ~ li .video-container .npo-player-wrapper {
  min-height: 335px;
  background-color: #000;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  ol.featured-list li:first-child:nth-last-child(2) .video-container .npo-player-wrapper, ol.featured-list li:first-child:nth-last-child(2) ~ li .video-container .npo-player-wrapper, ol.featured-list li:first-child:nth-last-child(3) .video-container .npo-player-wrapper, ol.featured-list li:first-child:nth-last-child(3) ~ li .video-container .npo-player-wrapper, ol.featured-list li:first-child:nth-last-child(4) .video-container .npo-player-wrapper, ol.featured-list li:first-child:nth-last-child(4) ~ li .video-container .npo-player-wrapper {
    min-height: 263px !important;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  ol.featured-list li:first-child:nth-last-child(2) .video-container .npo-player-wrapper, ol.featured-list li:first-child:nth-last-child(2) ~ li .video-container .npo-player-wrapper, ol.featured-list li:first-child:nth-last-child(3) .video-container .npo-player-wrapper, ol.featured-list li:first-child:nth-last-child(3) ~ li .video-container .npo-player-wrapper, ol.featured-list li:first-child:nth-last-child(4) .video-container .npo-player-wrapper, ol.featured-list li:first-child:nth-last-child(4) ~ li .video-container .npo-player-wrapper {
    min-height: auto !important;
  }
}
ol.featured-list li:first-child:nth-last-child(1n+5), ol.featured-list li:first-child:nth-last-child(1n+5) ~ li {
  width: 25%;
}
ol.featured-list li:first-child:nth-last-child(1n+5) h1, ol.featured-list li:first-child:nth-last-child(1n+5) ~ li h1 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.35;
}
@media (min-width: 0px) and (max-width: 1279px) {
  ol.featured-list li:first-child:nth-last-child(1n+5) h1, ol.featured-list li:first-child:nth-last-child(1n+5) ~ li h1 {
    font-size: 17px;
    font-size: 1.7rem;
    padding: 15px 15px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  ol.featured-list li:first-child:nth-last-child(1n+5), ol.featured-list li:first-child:nth-last-child(1n+5) ~ li {
    width: 33.33333%;
  }
  ol.featured-list li:first-child:nth-last-child(1n+5) h1, ol.featured-list li:first-child:nth-last-child(1n+5) ~ li h1 {
    line-height: 1.35;
    font-size: 24px;
    font-size: 2.4rem;
    padding: 15px 20px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) and (min-width: 0px) and (max-width: 1279px) {
  ol.featured-list li:first-child:nth-last-child(1n+5) h1, ol.featured-list li:first-child:nth-last-child(1n+5) ~ li h1 {
    font-size: 20px;
    font-size: 2rem;
    padding: 15px 15px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) and (min-width: 0px) and (max-width: 1023px) {
  ol.featured-list li:first-child:nth-last-child(1n+5) h1, ol.featured-list li:first-child:nth-last-child(1n+5) ~ li h1 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (min-width: 0px) and (max-width: 1023px) and (min-width: 0px) and (max-width: 767px) {
  ol.featured-list li:first-child:nth-last-child(1n+5) h1, ol.featured-list li:first-child:nth-last-child(1n+5) ~ li h1 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  ol.featured-list li:first-child:nth-last-child(1n+5):nth-child(1n+5), ol.featured-list li:first-child:nth-last-child(1n+5) ~ li:nth-child(1n+5) {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  ol.featured-list li:first-child:nth-last-child(1n+5), ol.featured-list li:first-child:nth-last-child(1n+5) ~ li {
    width: 50%;
  }
  ol.featured-list li:first-child:nth-last-child(1n+5) h1, ol.featured-list li:first-child:nth-last-child(1n+5) ~ li h1 {
    line-height: 1.35;
    font-size: 28px;
    font-size: 2.8rem;
    padding: 15px 30px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 1279px) {
  ol.featured-list li:first-child:nth-last-child(1n+5) h1, ol.featured-list li:first-child:nth-last-child(1n+5) ~ li h1 {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 15px 15px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 1023px) {
  ol.featured-list li:first-child:nth-last-child(1n+5) h1, ol.featured-list li:first-child:nth-last-child(1n+5) ~ li h1 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 767px) {
  ol.featured-list li:first-child:nth-last-child(1n+5) h1, ol.featured-list li:first-child:nth-last-child(1n+5) ~ li h1 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 15px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 500px) {
  ol.featured-list li:first-child:nth-last-child(1n+5) h1, ol.featured-list li:first-child:nth-last-child(1n+5) ~ li h1 {
    padding: 10px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 320px) {
  ol.featured-list li:first-child:nth-last-child(1n+5) h1, ol.featured-list li:first-child:nth-last-child(1n+5) ~ li h1 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  ol.featured-list li:first-child:nth-last-child(1n+5):nth-child(1n+5), ol.featured-list li:first-child:nth-last-child(1n+5) ~ li:nth-child(1n+5) {
    display: block;
  }
}
ol.featured-list li:first-child:nth-last-child(1n+5):first-child, ol.featured-list li:first-child:nth-last-child(1n+5) ~ li:first-child {
  width: 50%;
}
@media (min-width: 0px) and (max-width: 1023px) {
  ol.featured-list li:first-child:nth-last-child(1n+5):first-child, ol.featured-list li:first-child:nth-last-child(1n+5) ~ li:first-child {
    width: 100%;
  }
  ol.featured-list li:first-child:nth-last-child(1n+5):first-child .text-container, ol.featured-list li:first-child:nth-last-child(1n+5) ~ li:first-child .text-container {
    height: auto !important;
  }
}
ol.featured-list li:first-child:nth-last-child(1n+5):first-child h1, ol.featured-list li:first-child:nth-last-child(1n+5) ~ li:first-child h1 {
  font-size: 36px;
  font-size: 3.6rem;
  padding: 15px 30px;
}
@media (min-width: 0px) and (max-width: 1359px) {
  ol.featured-list li:first-child:nth-last-child(1n+5):first-child h1, ol.featured-list li:first-child:nth-last-child(1n+5) ~ li:first-child h1 {
    padding: 15px 20px;
  }
}
@media (min-width: 0px) and (max-width: 1279px) {
  ol.featured-list li:first-child:nth-last-child(1n+5):first-child h1, ol.featured-list li:first-child:nth-last-child(1n+5) ~ li:first-child h1 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media (min-width: 0px) and (max-width: 1024px) {
  ol.featured-list li:first-child:nth-last-child(1n+5):first-child h1, ol.featured-list li:first-child:nth-last-child(1n+5) ~ li:first-child h1 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  ol.featured-list li:first-child:nth-last-child(1n+5):first-child h1, ol.featured-list li:first-child:nth-last-child(1n+5) ~ li:first-child h1 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.20;
  }
}
@media (min-width: 0px) and (max-width: 374px) {
  ol.featured-list li:first-child:nth-last-child(1n+5):first-child h1, ol.featured-list li:first-child:nth-last-child(1n+5) ~ li:first-child h1 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
ol.featured-list li:first-child:nth-last-child(1n+5):nth-child(2n+3), ol.featured-list li:first-child:nth-last-child(1n+5) ~ li:nth-child(2n+3) {
  clear: right;
}
ol.featured-list li:first-child:nth-last-child(1n+5):nth-child(1n+6), ol.featured-list li:first-child:nth-last-child(1n+5) ~ li:nth-child(1n+6) {
  display: none;
}
ol.featured-list li:first-child:nth-last-child(1n+5) .video-container, ol.featured-list li:first-child:nth-last-child(1n+5) ~ li .video-container {
  width: 100%;
}
ol.featured-list li:first-child:nth-last-child(1n+5) .video-container .npo-player-wrapper, ol.featured-list li:first-child:nth-last-child(1n+5) ~ li .video-container .npo-player-wrapper {
  min-height: 335px;
  background-color: #000;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  ol.featured-list li:first-child:nth-last-child(1n+5) .video-container .npo-player-wrapper, ol.featured-list li:first-child:nth-last-child(1n+5) ~ li .video-container .npo-player-wrapper {
    min-height: 263px !important;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  ol.featured-list li:first-child:nth-last-child(1n+5) .video-container .npo-player-wrapper, ol.featured-list li:first-child:nth-last-child(1n+5) ~ li .video-container .npo-player-wrapper {
    min-height: auto !important;
  }
}

/*------------------------------------*\
:    Home - Agenda
\*------------------------------------*/
.home-fresh {
  background: #ffffff;
  *zoom: 1;
  margin-bottom: 30px;
}
.home-fresh:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .home-fresh {
    margin-bottom: 20px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .home-fresh {
    margin: 0 -2.5px 15px;
  }
}
.home-fresh h2 {
  border-bottom: 0;
  color: #171717;
  float: left;
  width: 130px;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  margin: 0 !important;
  padding: 7px 30px !important;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media (min-width: 0px) and (max-width: 1279px) {
  .home-fresh h2 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .home-fresh h2 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (min-width: 0px) and (max-width: 374px) {
  .home-fresh h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (min-width: 0px) and (max-width: 1359px) {
  .home-fresh h2 {
    padding: 7px 20px !important;
  }
}
@media (min-width: 0px) and (max-width: 1279px) {
  .home-fresh h2 {
    padding: 7px 20px !important;
    width: 120px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .home-fresh h2 {
    padding: 5px 15px !important;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .home-fresh h2 {
    width: 100%;
    padding: 10px 15px 0 !important;
  }
}
.home-fresh ol {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100px;
  float: left;
  width: calc(100% - 130px);
  overflow: hidden;
  *zoom: 1;
}
.home-fresh ol:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .home-fresh ol {
    width: calc(100% - 120px);
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .home-fresh ol {
    width: 100%;
    height: 80px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .home-fresh ol {
    height: auto;
    padding: 0 0 15px 0;
  }
}
.home-fresh article {
  width: 100%;
  display: block;
}
.home-fresh li {
  max-width: 33.33333%;
  border-right: 1px solid #42ff85;
  height: 100%;
  float: left;
}
@media (min-width: 0px) and (max-width: 767px) {
  .home-fresh li {
    max-width: 50%;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .home-fresh li {
    width: 100%;
    max-width: none;
    border-right: 0;
  }
  .home-fresh li:nth-child(1n+4) {
    display: none;
  }
}
.home-fresh li a {
  display: inline-block;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-align: left;
  text-decoration: none;
  padding: 10px 35px;
  transition: background 0.15s ease-in-out;
}
@media (min-width: 0px) and (max-width: 1279px) {
  .home-fresh li a {
    padding: 10px 25px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .home-fresh li a {
    padding: 5px 15px;
  }
}
.home-fresh li a:hover h1, .home-fresh li a:hover span {
  color: #171717;
}
.home-fresh li a:hover span {
  border-bottom: 2px solid #171717;
}
.home-fresh li span {
  display: inline-block;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  transition: all 0.15s ease-in-out;
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: 2px solid #0fda52;
  padding-bottom: 2px;
  margin-bottom: 5px;
}
@media (min-width: 0px) and (max-width: 320px) {
  .home-fresh li span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.home-fresh li h1 {
  color: #0fda52;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0;
  transition: all 0.15s ease-in-out;
}
@media (min-width: 0px) and (max-width: 320px) {
  .home-fresh li h1 {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
  }
}

/*------------------------------------*\
:    Default Overview
\*------------------------------------*/
body.template-default-overview main header h1 {
  padding-bottom: 15px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 40px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  body.template-default-overview main header h1 {
    margin-bottom: 30px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  body.template-default-overview main header h1 {
    padding: 0;
    border-bottom: 0;
  }
}
body.template-default-overview main h2 {
  padding-bottom: 0;
  margin-bottom: 20px;
  border-bottom: 0;
  margin-top: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  body.template-default-overview main h2 {
    padding: 0;
    margin-bottom: 10px;
  }
}

#filter-block {
  background: #ffffff;
  padding: 25px 30px;
  font-family: "Source Sans Pro", sans-serif;
  *zoom: 1;
  margin-bottom: 60px;
  text-align: center;
}
#filter-block:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 0px) and (max-width: 1279px) {
  #filter-block {
    padding: 20px 0 10px 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  #filter-block {
    padding: 20px 20px 10px 20px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #filter-block {
    padding: 10px 15px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    margin: 0 -15px 15px;
    text-align: left;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #filter-block .filter-content {
    width: 900px;
  }
}
#filter-block a {
  display: inline-block;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 0 7px;
  line-height: 50px;
  color: #171717;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  font-size: 40px;
  font-size: 4rem;
  margin-left: -4px;
}
@media (min-width: 0px) and (max-width: 1279px) {
  #filter-block a {
    font-size: 36px;
    font-size: 3.6rem;
    padding: 0 5.5px;
    margin-bottom: 10px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  #filter-block a {
    font-size: 38px;
    font-size: 3.8rem;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #filter-block a {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 0;
    padding: 0 7px;
    line-height: 40px;
  }
}
#filter-block a:hover, #filter-block a.current {
  fill: #ff0099;
  color: #ff0099;
  /*
  &:after {
  	content: '';
  	display: block;
  	width: calc(100% - 10px);
  	height: 5px;
  	background: $pink;
  	position: absolute;
  	bottom: -15px;
  	@include small-desktop-down {
  		display: none;
  	}
  }
  */
}
@media (min-width: 0px) and (max-width: 1279px) {
  #filter-block a:hover, #filter-block a.current {
    color: #ff0099;
  }
}

ol.uitzendingen-list {
  list-style: none;
  padding: 0;
  margin: 0 -30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-flex-align: stretch;
  *zoom: 1;
}
ol.uitzendingen-list:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 0px) and (max-width: 1279px) {
  ol.uitzendingen-list {
    margin: 0 -15px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  ol.uitzendingen-list {
    margin: 0 -15px;
  }
}
ol.uitzendingen-list > li {
  position: relative;
  width: 33.33333%;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px;
  font-size: 19px;
  font-size: 1.9rem;
  margin-bottom: 60px;
}
@media (min-width: 0px) and (max-width: 1279px) {
  ol.uitzendingen-list > li {
    padding: 0 15px;
    margin-bottom: 30px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  ol.uitzendingen-list > li {
    width: 50%;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  ol.uitzendingen-list > li {
    width: 100%;
    padding: 0;
    background: #ffffff;
    margin-bottom: 5px;
    font-size: 18px;
    font-size: 1.8rem;
    height: 100px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  ol.uitzendingen-list > li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (min-width: 0px) and (max-width: 320px) {
  ol.uitzendingen-list > li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
ol.uitzendingen-list > li article {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ol.uitzendingen-list > li .content {
  background: #ffffff;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
ol.uitzendingen-list > li .content > a {
  width: 100%;
  display: block;
  text-decoration: none;
}
@media (min-width: 0px) and (max-width: 767px) {
  ol.uitzendingen-list > li .content > a {
    padding: 0;
  }
}
@media (min-width: 0px) and (max-width: 374px) {
  ol.uitzendingen-list > li .content > a {
    padding: 0;
  }
}
ol.uitzendingen-list > li .content > a:hover h1 {
  color: #171717;
}
ol.uitzendingen-list > li .content > a:hover span.date {
  background: #171717;
}
ol.uitzendingen-list > li .content > a:hover span.label {
  background: #171717;
}
ol.uitzendingen-list > li .content .img-container {
  position: relative;
}
@media (min-width: 0px) and (max-width: 767px) {
  ol.uitzendingen-list > li .content .img-container {
    width: 135px;
    float: left;
    height: 100%;
    overflow: hidden;
  }
  ol.uitzendingen-list > li .content .img-container img {
    height: 100px;
    width: auto;
    margin-left: -22px;
  }
}
@media (min-width: 0px) and (max-width: 374px) {
  ol.uitzendingen-list > li .content .img-container {
    width: 120px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  ol.uitzendingen-list > li .content .text-container {
    width: calc(100% - 135px);
    float: left;
    overflow: hidden;
  }
}
@media (min-width: 0px) and (max-width: 374px) {
  ol.uitzendingen-list > li .content .text-container {
    width: calc(100% - 120px);
  }
}
ol.uitzendingen-list > li .content .text-container h1 {
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-family: "Source Sans Pro", sans-serif;
  font-style: italic;
  color: #0fda52;
  padding: 10px 20px;
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 0px) and (max-width: 1279px) {
  ol.uitzendingen-list > li .content .text-container h1 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  ol.uitzendingen-list > li .content .text-container h1 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (min-width: 0px) and (max-width: 374px) {
  ol.uitzendingen-list > li .content .text-container h1 {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  ol.uitzendingen-list > li .content .text-container h1 {
    margin-bottom: 0;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  ol.uitzendingen-list > li .content .text-container h1 {
    padding: 7px 13px;
  }
}
ol.uitzendingen-list > li .content .text-container .meta-container {
  *zoom: 1;
}
ol.uitzendingen-list > li .content .text-container .meta-container:after {
  content: "";
  display: table;
  clear: both;
}
ol.uitzendingen-list > li .content .text-container .meta-container span {
  height: 43px;
}
@media (min-width: 0px) and (max-width: 1279px) {
  ol.uitzendingen-list > li .content .text-container .meta-container span {
    height: 43px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  ol.uitzendingen-list > li .content .text-container .meta-container span {
    height: 35px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  ol.uitzendingen-list > li .content .text-container .meta-container span {
    height: 32px;
  }
}
@media (min-width: 0px) and (max-width: 320px) {
  ol.uitzendingen-list > li .content .text-container .meta-container span {
    height: 29px;
  }
}
ol.uitzendingen-list > li .content .text-container span.date {
  transition: background 0.15s ease-in-out;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: #ffffff;
  display: block;
  float: left;
  background: #0fda52;
  padding: 8px 20px;
  margin-bottom: 10px;
}
@media (min-width: 0px) and (max-width: 1279px) {
  ol.uitzendingen-list > li .content .text-container span.date {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  ol.uitzendingen-list > li .content .text-container span.date {
    padding: 4px 15px 5px 15px;
    margin-bottom: 0;
  }
}
@media (min-width: 0px) and (max-width: 320px) {
  ol.uitzendingen-list > li .content .text-container span.date {
    padding: 5px;
  }
}
ol.uitzendingen-list > li .content .text-container span.label {
  font-size: 18px;
  font-size: 1.8rem;
  transition: background 0.15s ease-in-out;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: #ffffff;
  display: block;
  float: left;
  background: #171717;
  padding: 9px 20px 12px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media (min-width: 0px) and (max-width: 1279px) {
  ol.uitzendingen-list > li .content .text-container span.label {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  ol.uitzendingen-list > li .content .text-container span.label {
    padding: 5px 10px;
    margin-bottom: 0;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  ol.uitzendingen-list > li .content .text-container span.label {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 6px 10px 7px;
  }
}
@media (min-width: 0px) and (max-width: 320px) {
  ol.uitzendingen-list > li .content .text-container span.label {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px;
  }
}
ol.uitzendingen-list > li .content.uitzending .img-container:after {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  background: url("/bundles/klokhuispublicationbundle/images/playIconFull.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (min-width: 0px) and (max-width: 374px) {
  ol.uitzendingen-list > li .content.uitzending .img-container:after {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  ol.uitzendingen-list.fresh-list {
    margin-bottom: 20px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  ol.uitzendingen-list.fresh-list > li:nth-child(5), ol.uitzendingen-list.fresh-list > li:nth-child(6) {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  ol.uitzendingen-list.fresh-list > li {
    background: #0fda52;
  }
}
ol.uitzendingen-list.fresh-list > li .content {
  background: #0fda52;
}
ol.uitzendingen-list.fresh-list > li.upcoming {
  position: relative;
}
@media (min-width: 0px) and (max-width: 767px) {
  ol.uitzendingen-list.fresh-list > li.upcoming {
    position: absolute;
    right: 10px;
    top: 94px;
    width: 50px;
    height: auto;
    max-height: 50px;
    overflow: hidden;
    background: #0fda52;
    padding: 0;
    z-index: 10;
    cursor: pointer;
    -moz-transition: width 0.3s ease-in-out 0.3s, max-height 0.3s ease-in-out, padding-top 0.3s;
    -o-transition: width 0.3s ease-in-out 0.3s, max-height 0.3s ease-in-out, padding-top 0.3s;
    -webkit-transition: width 0.3s ease-in-out, max-height 0.3s ease-in-out, padding-top 0.3s;
    -webkit-transition-delay: 0.3s, 0s, 0s;
    transition: width 0.3s ease-in-out 0.3s, max-height 0.3s ease-in-out, padding-top 0.3s;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 500px) {
  ol.uitzendingen-list.fresh-list > li.upcoming {
    top: 77px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  ol.uitzendingen-list.fresh-list > li.upcoming.active {
    width: calc(100% - 30px);
    max-height: 300px;
    padding: 10px 0;
    z-index: 100;
    -moz-transition: width 0.3s ease-in-out, max-height 0.3s ease-in-out 0.3s, padding-top 0.3s 0.3s;
    -o-transition: width 0.3s ease-in-out, max-height 0.3s ease-in-out 0.3s, padding-top 0.3s 0.3s;
    -webkit-transition: width 0.3s ease-in-out, max-height 0.3s ease-in-out, padding-top 0.3s;
    -webkit-transition-delay: 0s, 0.3s, 0.3s;
    transition: width 0.3s ease-in-out, max-height 0.3s ease-in-out 0.3s, padding-top 0.3s 0.3s;
  }
  ol.uitzendingen-list.fresh-list > li.upcoming.active #upcoming-close {
    display: block;
    pointer-events: auto;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: opacity 0.3s ease-in-out 0.3s;
    -o-transition: opacity 0.3s ease-in-out 0.3s;
    -webkit-transition: opacity 0.3s ease-in-out;
    -webkit-transition-delay: 0.3s;
    transition: opacity 0.3s ease-in-out 0.3s;
  }
  ol.uitzendingen-list.fresh-list > li.upcoming.active .content {
    padding: 0 20px;
    transition: padding 0.3s ease-in-out;
  }
  ol.uitzendingen-list.fresh-list > li.upcoming.active h2 {
    padding: 0;
    transition: padding 0.3s ease-in-out;
  }
  ol.uitzendingen-list.fresh-list > li.upcoming.active h2 span.upcoming-content {
    display: inline;
  }
  ol.uitzendingen-list.fresh-list > li.upcoming.active h2 span.icon-calendar {
    margin-left: 7px;
    margin-top: -6px;
  }
  ol.uitzendingen-list.fresh-list > li.upcoming.active:hover h2 {
    color: #ffffff;
  }
  ol.uitzendingen-list.fresh-list > li.upcoming:hover h2 {
    color: #171717;
  }
  ol.uitzendingen-list.fresh-list > li.upcoming h2 {
    padding: 0 !important;
  }
  ol.uitzendingen-list.fresh-list > li.upcoming h2 span.upcoming-content {
    display: none;
    padding-left: 28px;
  }
}
ol.uitzendingen-list.fresh-list > li.upcoming .content {
  display: block;
  background: #0fda52;
  color: #ffffff;
  padding: 20px 30px;
}
@media (min-width: 0px) and (max-width: 767px) {
  ol.uitzendingen-list.fresh-list > li.upcoming .content {
    padding: 0;
    -moz-transition: padding 0.3s ease-in-out 0.3s;
    -o-transition: padding 0.3s ease-in-out 0.3s;
    -webkit-transition: padding 0.3s ease-in-out;
    -webkit-transition-delay: 0.3s;
    transition: padding 0.3s ease-in-out 0.3s;
  }
}
ol.uitzendingen-list.fresh-list > li.upcoming h2 {
  font-size: 30px;
  font-size: 3rem;
  margin: 0 0 20px;
}
@media (min-width: 0px) and (max-width: 767px) {
  ol.uitzendingen-list.fresh-list > li.upcoming h2 {
    transition: color 0.15s ease-in-out;
    font-size: 20px;
    font-size: 2rem;
    line-height: 40px;
    padding: 0 20px;
    -moz-transition: padding 0.3s ease-in-out 0.3s;
    -o-transition: padding 0.3s ease-in-out 0.3s;
    -webkit-transition: padding 0.3s ease-in-out;
    -webkit-transition-delay: 0.3s;
    transition: padding 0.3s ease-in-out 0.3s;
    margin: 0 0 10px;
  }
}
ol.uitzendingen-list.fresh-list > li.upcoming h2 span.icon-calendar {
  font-size: 32px;
  font-size: 3.2rem;
  margin-left: 9px;
  margin-top: 4px;
  display: none;
}
@media (min-width: 0px) and (max-width: 767px) {
  ol.uitzendingen-list.fresh-list > li.upcoming h2 span.icon-calendar {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
}
ol.uitzendingen-list.fresh-list > li.upcoming ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
ol.uitzendingen-list.fresh-list > li.upcoming ol li a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 2px solid #ffffff;
  padding-bottom: 2px;
  display: inline-block;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
ol.uitzendingen-list.fresh-list > li.upcoming ol li a span {
  padding-right: 15px;
}
ol.uitzendingen-list.fresh-list > li.upcoming ol li a:hover {
  color: #171717;
}
ol.uitzendingen-list.fresh-list > li.upcoming ol li h3 {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-family: "Source Sans Pro", sans-serif;
  font-style: italic;
  float: left;
  width: calc(100% - 65px);
  line-height: 1.35;
}
@media (min-width: 0px) and (max-width: 1279px) {
  ol.uitzendingen-list.fresh-list > li.upcoming ol li h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}
ol.uitzendingen-list.fresh-list > li.upcoming ol li span {
  font-size: 20px;
  font-size: 2rem;
  display: block;
  float: left;
  width: 65px;
  padding-top: 1px;
}
ol.uitzendingen-list.fresh-list > li .content > a {
  width: 100%;
  display: block;
  text-decoration: none;
  -ms-flex: 1;
      flex: 1;
  background: #0fda52;
}
ol.uitzendingen-list.fresh-list > li .content > a:hover h1 {
  color: #171717;
}
ol.uitzendingen-list.fresh-list > li .content > a:hover span.date {
  background: #171717;
}
ol.uitzendingen-list.fresh-list > li .content .text-container {
  background: none;
  color: #ffffff;
  -ms-flex: 1;
      flex: 1;
}
ol.uitzendingen-list.fresh-list > li .content .text-container h1 {
  color: #ffffff;
}
ol.uitzendingen-list.fresh-list > li .content .text-container span.date {
  background: #171717;
}
ol.uitzendingen-list.fresh-list > li .content .text-container span.date:before {
  content: 'vers!';
  color: #0fda52;
  padding-right: 10px;
  font-style: italic;
  font-family: "Source Sans Pro", sans-serif;
}

#upcoming-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  line-height: 60px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  pointer-events: none;
  background: none;
  padding: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
#upcoming-close:hover {
  color: #171717;
}

/*------------------------------------*\
:    Default Detail
\*------------------------------------*/
article.detail {
  *zoom: 1;
}
article.detail:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 0px) and (max-width: 767px) {
  article.detail {
    margin: 0 -15px;
  }
}
article.detail h2 {
  border-bottom: 0;
  margin-bottom: 10px;
}
@media (min-width: 0px) and (max-width: 1279px) {
  article.detail h2 {
    margin-bottom: 10px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  article.detail h2 {
    margin-top: 25px;
    margin-bottom: 5px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  article.detail h2 {
    line-height: 1.25;
  }
}
article.detail header {
  margin-bottom: 15px;
}
@media (min-width: 0px) and (max-width: 1279px) {
  article.detail header {
    margin-bottom: 10px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  article.detail header {
    padding: 0 20px;
  }
}
@media (min-width: 0px) and (max-width: 320px) {
  article.detail header {
    padding: 0 15px;
  }
}
article.detail header h1 {
  margin-bottom: 0;
}
article.detail .content {
  position: relative;
  width: calc(100% - (380px));
  float: left;
  margin-top: 15px;
}
@media (min-width: 0px) and (max-width: 1279px) {
  article.detail .content {
    margin-top: 10px;
    width: calc(100% - (350px));
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  article.detail .content {
    width: calc(100% - (275px));
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  article.detail .content {
    width: 100%;
  }
}
article.detail .content .content-block {
  margin: 0 0 40px;
}
@media (min-width: 0px) and (max-width: 1279px) {
  article.detail .content .content-block {
    margin: 0 0 30px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  article.detail .content .content-block {
    margin: 0 0 20px;
  }
}
article.detail .content .content-block:last-child, article.detail .content .content-block.dark-block {
  margin: 0;
}
article.detail .content .content-block img {
  margin: 20px 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  article.detail .content .content-block img {
    margin: 0;
  }
}
article.detail .wide-content {
  width: 100%;
  float: none;
  margin-top: 20px;
}
article.detail .wide-content .light-block {
  padding-bottom: 20px;
}
@media (min-width: 0px) and (max-width: 1023px) {
  article.detail .wide-content .light-block {
    padding-bottom: 0;
  }
}
@media (min-width: 0px) and (max-width: 1279px) {
  article.detail .wide-content .inner-block {
    padding: 35px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  article.detail .wide-content .inner-block {
    width: 100%;
    float: none;
    padding: 30px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  article.detail .wide-content .inner-block {
    padding: 25px 20px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  article.detail .wide-content .inner-block {
    padding: 25px 20px;
  }
}
@media (min-width: 0px) and (max-width: 320px) {
  article.detail .wide-content .inner-block {
    padding: 20px 15px;
  }
}

footer.article-footer {
  height: auto;
  background: #ffffff;
  padding: 20px 55px;
  width: auto;
  *zoom: 1;
}
@media (min-width: 0px) and (max-width: 1279px) {
  footer.article-footer {
    padding: 20px 35px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  footer.article-footer {
    padding: 20px 30px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  footer.article-footer {
    padding: 20px 20px;
  }
}
footer.article-footer:after {
  content: "";
  display: table;
  clear: both;
}
footer.article-footer ul.share {
  float: left;
}
@media (min-width: 0px) and (max-width: 374px) {
  footer.article-footer ul.share {
    margin: 0 -10px;
  }
}
footer.article-footer p {
  float: left;
  padding-top: 13px;
}
@media (min-width: 0px) and (max-width: 500px) {
  footer.article-footer p {
    padding-top: 6px;
  }
}
@media (min-width: 0px) and (max-width: 374px) {
  footer.article-footer p {
    margin-bottom: 5px;
  }
}

.content-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-flex-align: stretch;
  *zoom: 1;
}
.content-block:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 0px) and (max-width: 1279px) {
  .content-block {
    padding: 0;
  }
}
.content-block h3 {
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: #0fda52;
  margin-bottom: 20px;
  line-height: 1.25;
}
@media (min-width: 0px) and (max-width: 1279px) {
  .content-block h3 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .content-block h3 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (min-width: 0px) and (max-width: 374px) {
  .content-block h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (min-width: 0px) and (max-width: 1024px) {
  .content-block h3 {
    margin-bottom: 10px;
  }
}
.content-block h4 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin: 30px 0 2px;
}
@media (min-width: 0px) and (max-width: 1279px) {
  .content-block h4 {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

.inner-block {
  padding: 55px;
  width: 50%;
  float: left;
  *zoom: 1;
}
.inner-block:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 0px) and (max-width: 1279px) {
  .inner-block {
    padding: 30px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .inner-block {
    width: 100%;
    float: none;
    padding: 30px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .inner-block {
    padding: 25px 20px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .inner-block {
    padding: 20px;
  }
}
@media (min-width: 0px) and (max-width: 320px) {
  .inner-block {
    padding: 15px;
  }
}
.inner-block img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .inner-block img {
    margin-bottom: 20px;
  }
}
.inner-block img:last-child {
  margin-bottom: 0;
}

.overblijftv .inner-block {
  width: 100%;
}

.large-block {
  *zoom: 1;
}
.large-block:after {
  content: "";
  display: table;
  clear: both;
}
.large-block .inner-block {
  width: 100%;
}
.large-block .video-container {
  width: 65%;
  float: left;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .large-block .video-container {
    float: none;
    width: 100%;
  }
}
.large-block .text-container {
  width: 35%;
  padding-right: 60px;
  float: left;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .large-block .text-container {
    width: 100%;
    float: none;
    padding-right: 20px;
    margin-bottom: 20px;
  }
}
.large-block .text-container h1, .large-block .text-container h2, .large-block .text-container h3 {
  color: #0fda52;
  margin-bottom: 20px;
}
.large-block .text-container h1 span, .large-block .text-container h2 span, .large-block .text-container h3 span {
  color: #ffffff;
}
.large-block.dark-block h3 {
  letter-spacing: 0.025em;
}
@media (min-width: 0px) and (max-width: 500px) {
  .large-block.dark-block h3 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 !important;
}

.dark-block {
  background: #171717;
  color: #ffffff;
}
.dark-block .tags a:hover {
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
}

.light-block {
  background: #ffffff;
}

.tags {
  font-size: 0px;
  font-size: 0rem;
  position: relative;
  padding: 0 0px 15px 35px;
}
.tags:before {
  font-family: 'icomoon';
  content: '\e90a';
  color: #0fda52;
  display: block;
  width: 35px;
  height: 40px;
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  left: 0px;
  top: 0;
}
.tags a {
  color: #0fda52;
  border-bottom: 2px solid #0fda52;
  display: inline-block;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 5px 0;
  margin-right: 10px;
  transition: all 0.15s ease-in-out;
}
.tags a:hover {
  color: #171717;
  border-bottom: 2px solid #171717;
  text-decoration: none;
}

/*------------------------------------*\
:    Special Detail
\*------------------------------------*/
@media (min-width: 0px) and (max-width: 767px) {
  body.template-special-detail .content-block {
    padding-left: 40px;
  }
}
body.template-special-detail article.detail {
  /*
  header {
  	padding-bottom: 20px;
  	border-bottom: 1px solid $white;
  	@include small-desktop-down {
  		padding-bottom: 15px;
  		margin-bottom: 15px;
  	}
  	@include tablet-portrait-down {
  		padding-bottom: 0;
  		margin-bottom: 0;
  		border-bottom: 0;
  		h1 {
  			padding-bottom: 15px;
  			margin-bottom: 15px;
  			border-bottom: 1px solid $white;
  		}
  	}
  }
  */
}
@media (min-width: 0px) and (max-width: 767px) {
  body.template-special-detail article.detail h2 {
    padding-left: 70px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  body.template-special-detail article.detail h2 {
    padding-left: 61px;
  }
}
@media (min-width: 0px) and (max-width: 320px) {
  body.template-special-detail article.detail h2 {
    padding-left: 56px;
  }
}

.content h2:first-child {
  display: none;
  margin-top: 15px;
}
@media (min-width: 0px) and (max-width: 1279px) {
  .content h2:first-child {
    margin-top: 10px;
  }
}
.content.wide-content h2:first-child {
  display: block;
  border-top: 1px solid #ffffff;
  padding-top: 15px;
}
@media (min-width: 0px) and (max-width: 1279px) {
  .content.wide-content h2:first-child {
    padding-top: 10px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .content.wide-content h2:first-child {
    margin-top: -10px;
    padding-top: 5px;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    padding-left: 0;
    padding-right: 0;
  }
}

nav.content-menu {
  background: #ffffff;
  width: 320px;
  margin-right: 60px;
  margin-top: 15px;
  float: left;
}
@media (min-width: 0px) and (max-width: 1279px) {
  nav.content-menu {
    margin-top: 10px;
    width: 310px;
    margin-right: 40px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  nav.content-menu {
    width: 250px;
    margin-right: 25px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  nav.content-menu {
    position: absolute;
    z-index: 95;
    margin-top: 0;
    margin-right: 0;
    width: 270px;
    transition: transform 0.4s ease-in-out;
    transform: translateX(-100%);
  }
  nav.content-menu.active {
    transform: translateX(0);
  }
}
nav.content-menu h1 {
  letter-spacing: 0.025em;
  line-height: 1.35;
}
nav.content-menu h2 {
  color: #ffffff;
  background: #0fda52;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-family: "Droid Sans", sans-serif;
  font-weight: normal;
  padding: 15px 20px;
  border-bottom: 1px solid #ffffff;
  margin: 0;
}
@media (min-width: 0px) and (max-width: 1279px) {
  nav.content-menu h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}
nav.content-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
nav.content-menu ul li {
  border-bottom: 1px solid #a0fac5;
}
nav.content-menu ul li:last-child {
  border-bottom: 0;
}
nav.content-menu ul li a {
  display: block;
  padding: 10px;
  *zoom: 1;
  transition: background 0.15s ease-in-out;
}
nav.content-menu ul li a:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 0px) and (max-width: 1023px) {
  nav.content-menu ul li a {
    padding: 7px;
  }
}
nav.content-menu ul li.active a, nav.content-menu ul li:hover a {
  background: #0fda52;
}
nav.content-menu ul li.active a h1, nav.content-menu ul li:hover a h1 {
  color: #ffffff;
}
nav.content-menu ul li .img-container {
  width: 110px;
  float: left;
  position: relative;
}
@media (min-width: 0px) and (max-width: 1279px) {
  nav.content-menu ul li .img-container {
    width: 110px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  nav.content-menu ul li .img-container {
    width: 90px;
  }
}
nav.content-menu ul li .img-container.episode:after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background: url("/bundles/klokhuispublicationbundle/images/playIconFull.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
nav.content-menu ul li .text-container {
  width: 190px;
  float: left;
  padding-left: 15px;
  display: table;
  height: 61px;
}
@media (min-width: 0px) and (max-width: 1279px) {
  nav.content-menu ul li .text-container {
    width: 180px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  nav.content-menu ul li .text-container {
    width: 140px;
    height: 50px;
    padding-left: 10px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  nav.content-menu ul li .text-container {
    width: 160px;
  }
}
nav.content-menu ul li h1 {
  display: table-cell;
  vertical-align: middle;
  font-family: "Droid Sans", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #0fda52;
  margin: 0;
}
@media (min-width: 0px) and (max-width: 1023px) {
  nav.content-menu ul li h1 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  nav.content-menu ul li h1 {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

#content-menu-open {
  background: #0fda52;
  color: #ffffff;
  text-decoration: none;
  width: 40px;
  height: 95px;
  padding: 30px 5px 5px;
  position: fixed;
  left: 0;
  z-index: 9;
  display: none;
}
@media (min-width: 0px) and (max-width: 767px) {
  #content-menu-open {
    display: block;
  }
}
#content-menu-open:hover {
  color: #171717;
}
#content-menu-open:hover ul.hamburger span {
  background: #171717;
}
@media (min-width: 0px) and (max-width: 767px) {
  #content-menu-open {
    display: block;
  }
}
#content-menu-open > span {
  display: block;
  transform: rotate(-90deg);
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  text-transform: lowercase;
}
#content-menu-open ul.hamburger {
  position: absolute;
  left: 10px;
  top: 55px;
}
#content-menu-open ul.hamburger span {
  width: 20px;
  transition: background 0.15s ease-in-out;
}
#content-menu-open ul.hamburger span.line-2 {
  transform: translateX(0);
}

#content-menu-close {
  color: #ffffff;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  position: absolute;
  right: 15px;
  top: 15px;
  display: none;
}
@media (min-width: 0px) and (max-width: 767px) {
  #content-menu-close {
    display: block;
  }
}
#content-menu-close:hover {
  color: #171717;
}

/*------------------------------------*\
:    Search Results
\*------------------------------------*/
body.template-search-results main header h1 {
  padding-bottom: 15px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 30px;
}
body.template-search-results main header h1 span {
  color: #0fda52;
}
@media (min-width: 0px) and (max-width: 1023px) {
  body.template-search-results main header h1 {
    margin-bottom: 20px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  body.template-search-results main header h1 {
    padding: 0;
    border-bottom: 0;
  }
}

.search-help .text-container {
  background: #ffffff;
  padding: 30px 40px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .search-help .text-container {
    margin: 0 -15px;
    padding: 20px 20px;
  }
}
@media (min-width: 0px) and (max-width: 320px) {
  .search-help .text-container {
    padding: 15px;
  }
}
.search-help h2 {
  border-bottom: 0;
  padding: 0 5px;
  margin-bottom: 15px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .search-help h2 {
    margin-bottom: 10px;
  }
}
.search-help ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 -20px;
  *zoom: 1;
}
@media (min-width: 0px) and (max-width: 500px) {
  .search-help ul {
    margin: 0;
  }
}
.search-help ul:after {
  content: "";
  display: table;
  clear: both;
}
.search-help ul li {
  float: left;
  width: 33.33333%;
  padding: 0 20px;
  margin-bottom: 5px;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .search-help ul li {
    width: 50%;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .search-help ul li {
    width: 100%;
    float: none;
    padding: 0;
  }
}

/*------------------------------------*\
:    Navigation - Pages
\*------------------------------------*/
nav.page-nav {
  background: #ffffff;
  padding: 20px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  nav.page-nav {
    padding: 20px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  nav.page-nav {
    margin: 0 -15px;
    padding: 20px;
  }
}
nav.page-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
nav.page-nav ul li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-right: 4px;
  margin-bottom: 8px;
}
@media (min-width: 0px) and (max-width: 767px) {
  nav.page-nav ul li.page-10, nav.page-nav ul li.page-9, nav.page-nav ul li.page-8, nav.page-nav ul li.page-7, nav.page-nav ul li.page-6 {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 374px) {
  nav.page-nav ul li.page-5, nav.page-nav ul li.page-4 {
    display: none;
  }
}
nav.page-nav ul li.disabled a, nav.page-nav ul li.disabled:hover a {
  cursor: not-allowed;
  background: #ccc;
}
nav.page-nav ul li:hover a, nav.page-nav ul li.current-menu-item a {
  background: #0fda52;
}
nav.page-nav ul li:last-child {
  margin-right: 0;
}
nav.page-nav ul li a {
  background: #171717;
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: block;
  text-decoration: none;
  transition: background 0.15s ease-in-out;
  padding-top: 7px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  nav.page-nav ul li a {
    padding-top: 8px;
  }
}
nav.page-nav ul li.pr�v a, nav.page-nav ul li.next a {
  padding-top: 8px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  nav.page-nav ul li.pr�v a, nav.page-nav ul li.next a {
    padding-top: 9px;
  }
}
nav.page-nav ul li.prev span {
  margin-left: -2px;
}
nav.page-nav ul li.next span {
  margin-right: -2px;
}

/*------------------------------------*\
:    Blog
\*------------------------------------*/
span.blog-owner {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: #ffffff;
  padding-bottom: 20px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 30px;
  display: block;
}
@media (min-width: 0px) and (max-width: 1279px) {
  span.blog-owner {
    font-size: 20px;
    font-size: 2rem;
  }
}

body.template-blog-detail .inner-block {
  width: 100%;
  float: none;
  max-width: 700px;
  margin: auto;
}
body.template-blog-detail .inner-block h1 {
  color: #171717;
  margin: 0;
}
body.template-blog-detail .inner-block span.date {
  display: block;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: #0fda52;
  margin-bottom: 20px;
}
@media (min-width: 0px) and (max-width: 1279px) {
  body.template-blog-detail .inner-block span.date {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  body.template-blog-detail .inner-block span.date {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (min-width: 0px) and (max-width: 374px) {
  body.template-blog-detail .inner-block span.date {
    font-size: 20px;
    font-size: 2rem;
  }
}
body.template-blog-detail .inner-block img {
  display: block;
  margin-bottom: 40px;
}
@media (min-width: 0px) and (max-width: 500px) {
  body.template-blog-detail .inner-block img {
    margin-bottom: 20px;
  }
}

/*------------------------------------*\
:    Footer
\*------------------------------------*/
footer, .footer-push {
  height: 240px;
}
@media (min-width: 0px) and (max-width: 1279px) {
  footer, .footer-push {
    height: 240px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  footer, .footer-push {
    height: 235px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  footer, .footer-push {
    height: auto;
  }
}

footer {
  width: 1280px;
  padding: 0 30px;
  margin: auto;
  margin-bottom: 40px;
}
@media (min-width: 0px) and (max-width: 1359px) {
  footer {
    width: 1280px;
  }
}
@media (min-width: 0px) and (max-width: 1279px) {
  footer {
    width: 1024px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  footer {
    width: 768px;
    padding: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  footer {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
  }
}
footer .content-container {
  width: 100%;
  position: relative;
  height: auto;
  background: #171717;
  padding: 1.25rem;
}
footer .logo {
  z-index: auto;
}
@media (min-width: 0px) and (max-width: 1023px) {
  footer .logo {
    padding-top: 12px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  footer .logo {
    width: 95px;
    float: left;
    height: auto;
    padding-left: 15px;
    padding-top: 15px;
    position: absolute;
  }
}
@media (min-width: 0px) and (max-width: 374px) {
  footer .logo {
    width: 85px;
  }
}
footer .primary {
  float: left;
  width: calc(100% - 567px);
}
@media (min-width: 0px) and (max-width: 1279px) {
  footer .primary {
    width: calc(100% - 475px);
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  footer .primary {
    width: calc(100% - 465px);
    float: left;
    padding-left: 30px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  footer .primary {
    width: 100%;
    padding: 20px 0 0 0;
    text-align: left;
  }
}
footer .secondary {
  float: right;
  background: #0fda52;
  width: 387px;
  height: 100%;
  margin-left: 0;
  padding: 25px 30px 10px 30px;
}
@media (min-width: 0px) and (max-width: 1279px) {
  footer .secondary {
    width: 300px;
    margin-left: 40px;
    padding: 25px 15px 10px 15px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  footer .secondary {
    width: 330px;
    margin-left: 0;
    padding: 20px 20px 15px 20px;
    float: right;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  footer .secondary {
    margin-left: 0;
    width: 100%;
  }
}
footer .social {
  width: 240px;
  float: right;
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  font-size: 32px;
  font-size: 3.2rem;
}
@media (min-width: 0px) and (max-width: 1279px) {
  footer .social {
    margin-right: -5px;
  }
}
@media (min-width: 0px) and (max-width: 1024px) {
  footer .social {
    width: 200px;
    margin-right: -20px;
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  footer .social {
    margin: 0;
    position: static;
    float: left;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  footer .social {
    padding-top: 0;
    float: left;
    margin-left: 119px;
    margin-bottom: 10px;
  }
}
@media (min-width: 0px) and (max-width: 374px) {
  footer .social {
    margin-left: 104px;
  }
}
footer .social li a {
  color: #0fda52;
}
footer .social li a:hover {
  color: #ffffff;
}
footer .newsletter {
  position: relative;
}
footer .newsletter h2 {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: #171717;
  margin: 0 0 10px;
}
@media (min-width: 0px) and (max-width: 1279px) {
  footer .newsletter h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  footer .newsletter h2 {
    margin: 0 0 5px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  footer .newsletter h2 {
    margin: 0 0 10px;
  }
}
footer .newsletter .text {
  color: #ffffff;
  width: auto;
}
footer .newsletter .subscribe {
  float: right;
  background: #171717;
  position: static;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  padding: 10px 15px;
  margin: 20px 5px 10px 0;
}
footer .newsletter .subscribe a {
  color: #ffffff;
}
footer .newsletter .subscribe a:hover {
  text-decoration: none;
  color: #0fda52;
}

nav.footer-nav {
  font-size: 19px;
  font-size: 1.9rem;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.025em;
}
@media (min-width: 0px) and (max-width: 1359px) {
  nav.footer-nav {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (min-width: 0px) and (max-width: 1279px) {
  nav.footer-nav {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 64px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  nav.footer-nav {
    margin-bottom: 25px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  nav.footer-nav {
    width: 100%;
    position: static;
    padding-left: 135px;
    margin-bottom: 12px;
    font-size: 14px;
    font-size: 1.4rem;
    border-bottom: 1px solid #142e1f;
    padding-top: 0;
    padding-bottom: 15px;
  }
}
@media (min-width: 0px) and (max-width: 374px) {
  nav.footer-nav {
    padding-left: 120px;
  }
}
nav.footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
nav.footer-nav ul li {
  display: inline;
  text-transform: uppercase;
}
@media (min-width: 0px) and (max-width: 1023px) {
  nav.footer-nav ul li {
    display: block;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  nav.footer-nav ul li {
    display: block;
  }
}
nav.footer-nav ul li:after {
  content: '';
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0 6px 0 10px;
  background: #0fda52;
  border-radius: 100%;
  width: 5px;
  height: 5px;
  margin-top: 21px;
}
@media (min-width: 0px) and (max-width: 1023px) {
  nav.footer-nav ul li:after {
    display: none;
  }
}
nav.footer-nav ul li:last-child:after {
  display: none;
}
nav.footer-nav ul li a {
  color: #ffffff;
  text-decoration: none;
  line-height: 50px;
}
@media (min-width: 0px) and (max-width: 1023px) {
  nav.footer-nav ul li a {
    line-height: 35px;
  }
}
nav.footer-nav ul li.current-menu-item a, nav.footer-nav ul li:hover a, nav.footer-nav ul li:focus a {
  color: #0fda52;
}

/*------------------------------------*\
:    Page Specific Header
\*------------------------------------*/
geniusvoice-button svg:not(:root) {
  overflow: visible;
  margin-left: 8px;
  margin-top: 2px;
}
@media (min-width: 0px) and (max-width: 767px) {
  geniusvoice-button svg:not(:root) {
    margin-left: 16px;
    margin-top: 8px;
  }
}

geniusvoice-button > div {
  height: 32px;
  padding-top: 4px;
  width: 32px;
  max-width: 80%;
  overflow: visible;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.button__voice {
  cursor: pointer;
  transition: all 200ms ease-in-out;
  transform-origin: center;
  transform-box: fill-box;
  overflow: visible;
}

.button__voice * {
  transform-origin: center;
}

.button__voice:hover > path {
  fill: black;
}

.button__voice.button__voice--recording path {
  animation: button__voice__animation__path 800ms ease-in infinite alternate;
  transition: all ease-in-out 300ms;
}

.button__voice.button__voice--recording circle {
  animation: button__voice__animation__circle 1600ms ease-out infinite;
  transition: all ease-in-out 300ms;
}

.button__voice.button__voice--recording circle:nth-child(1) {
  animation-delay: 400ms;
}

.button__voice.button__voice--recording circle:nth-child(2) {
  animation-delay: 800ms;
}

@keyframes button__voice__animation__circle {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 0.7;
  }
  100% {
    transform: scale(6);
    opacity: 0;
  }
}
@keyframes button__voice__animation__path {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
.voicefeedback {
  margin-left: 180px;
  background: white;
  box-shadow: 0 0px 5px 3px black;
  display: inline-block;
  transform: translateY(-32px);
  z-index: 2;
  transition: all 300ms ease-in-out;
  box-sizing: border-box;
}

.voicefeedback * {
  box-sizing: border-box;
}

.voicefeedback:before {
  content: "";
  width: 16px;
  height: 16px;
  transform: rotate(-45deg);
  background: #fff;
  position: absolute;
  z-index: -1;
  top: -8px;
  left: 24px;
  transition: all 300ms ease-in-out;
}

.voicefeedback__step {
  padding: 12px 16px;
  animation: voicefeedback__step__animation 0.3s ease-in-out;
  display: none;
}

.voicefeedback__step:first-of-type {
  display: block;
}

@keyframes voicefeedback__step__animation {
  0% {
    transform: translateX(50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.voicefeedback__step--submitted {
  background: #0fda52;
}

.voicefeedback__step--submitted .voicefeedback__step__title {
  color: white;
}

.voicefeedback__step__title {
  color: black;
  margin: 0;
  font-size: 2.5rem;
  padding-left: 0;
  padding-right: 0;
  border-bottom: none;
}

.voicefeedback__ratebuttons {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.voicefeedback__ratebutton {
  border: none;
  padding: 0px;
  margin: 0;
  margin-right: 12px;
  background: none;
  transition: all 150ms ease-in-out;
}

.voicefeedback__ratebutton:hover {
  transform: scale(1.1);
}

.voicefeedback__ratebutton:active {
  transform: scale(0.9);
}

.voicefeedback_textform {
  display: -ms-flexbox;
  display: flex;
}

.voicefeedback__input {
  border: none;
  padding: 12px;
  min-height: 64px;
  width: calc(100% - 64px);
  background: #F1F1F1;
  border: none;
  border-radius: 0;
  resize: vertical;
}

.voicefeedback__input:-ms-input-placeholder {
  font-style: italic;
}

.voicefeedback__input::placeholder {
  font-style: italic;
}

.voicefeedback__input:focus {
  outline: none;
  border-bottom: solid 4px #0fda52;
}

.voicefeedback__submit {
  border: none;
  min-height: 64px;
  width: 64px;
  background: #0fda52;
  transition: all 150ms ease-in-out;
  padding-top: 8px;
  overflow: hidden;
}

.voicefeedback__submit svg {
  transition: all 150ms ease-in-out;
}

.voicefeedback__submit:hover path {
  opacity: 0.8;
}

.voicefeedback__submit:hover svg {
  transform: scale(1.1) rotate(-30deg);
}

.voicefeedback__submit:active svg {
  transform: scale(1.1) rotate(-30deg) translate(200%, -100%);
}

@media (min-width: 0px) and (max-width: 1279px) {
  .voicefeedback {
    margin-left: 135px;
    transform: translateY(-24px);
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .voicefeedback {
    margin-left: 0;
    margin-bottom: 12px;
    transform: translateY(0);
    width: 100%;
  }

  .voicefeedback__step__title {
    text-align: center;
  }

  .voicefeedback:before {
    right: 24px;
    left: auto;
  }

  .voicefeedback__ratebutton {
    margin-right: 6px;
  }
}
/*------------------------------------*\
:    kijkwijzer
\*------------------------------------*/
@font-face {
  font-family: 'kijkwijzer2020';
  src: url("/bundles/klokhuispublicationbundle/fonts/Kijkwijzer-2020.eot?vzihbi");
  src: url("/bundles/klokhuispublicationbundle/fonts/Kijkwijzer-2020.eot?vzihbi#iefix") format("embedded-opentype"), url("/bundles/klokhuispublicationbundle/fonts/Kijkwijzer-2020.ttf?vzihbi") format("truetype"), url("/bundles/klokhuispublicationbundle/fonts/Kijkwijzer-2020.woff?vzihbi") format("woff"), url("/bundles/klokhuispublicationbundle/fonts/Kijkwijzer-2020.svg?vzihbi#kijkwijzer") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="kijkwijzer-"], [class*=" kijkwijzer-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'kijkwijzer2020' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.kijkwijzer-al:before {
  content: "1";
}

.kijkwijzer-6:before {
  content: "2";
}

.kijkwijzer-9:before {
  content: "3";
}

.kijkwijzer-12:before {
  content: "4";
}

.kijkwijzer-14:before {
  content: "5";
}

.kijkwijzer-16:before {
  content: "6";
}

.kijkwijzer-18:before {
  content: "7";
}

.kijkwijzer-angst:before {
  content: "a";
}

.kijkwijzer-discriminatie:before {
  content: "d";
}

.kijkwijzer-drugs_en_alcohol:before {
  content: "h";
}

.kijkwijzer-geweld:before {
  content: "g";
}

.kijkwijzer-grof_taalgebruik:before {
  content: "t";
}

.kijkwijzer-seks:before {
  content: "s";
}

/*------------------------------------*\
:    NTR additions
\*------------------------------------*/
/* google Montserrat font */
/*
@font-face {
  font-family: 'Montserrat';
  src: local('Montserrat Regular'), local('Montserrat-Regular'), 
    url('/bundles/klokhuispublicationbundle/fonts/Montserrat-Regular.woff2') format('woff2');
  font-weight: 400;
}

@font-face {
  font-family: 'Montserrat';
  src: local('Montserrat Bold'), local('Montserrat-Bold'), 
    url('/bundles/klokhuispublicationbundle/fonts/Montserrat-Bold.woff2') format('woff2');
  font-weight: 700;
}
*/
.NPOPlayer-titlebar.NPOPlayer-titlebar--top {
  z-index: 1;
}

.episode-title {
  width: 100%;
  display: inline-block;
  clear: both;
}
.episode-title h3 {
  float: left;
}
.episode-title .rating {
  float: right;
  font-size: 22px;
  padding: 4px 0;
  margin: 0;
}

.featured-list .episode-title .rating {
  position: absolute;
  right: 20px;
  top: 18px;
  padding: 0;
  margin: 12px 2px;
  font-size: 19px;
  color: #fff;
}
.featured-list .text-container:hover .episode-title .rating {
  color: #000;
}

.home-fresh li {
  max-width: 25%;
}
@media (min-width: 0px) and (max-width: 500px) {
  .home-fresh li a {
    word-break: break-word;
  }
  .home-fresh li a span {
    height: 55px;
  }
}
.home-fresh h2 {
  padding-bottom: 0px !important;
}
.home-fresh .label {
  clear: both;
  float: left;
  display: inline-block;
  width: 130px;
}
.home-fresh .label h2 {
  width: 100%;
}
.home-fresh .broadcast {
  width: 140px;
  font-size: 1.65rem;
  font-weight: bold;
  padding: 0 0 0 30px;
}
@media (min-width: 0px) and (max-width: 1360px) {
  .home-fresh .broadcast {
    width: 100%;
    padding: 0 0 0 20px;
  }
}
@media (min-width: 0px) and (max-width: 1280px) {
  .home-fresh .broadcast {
    font-size: 1.55rem;
  }
}
@media (min-width: 0px) and (max-width: 1024px) {
  .home-fresh .broadcast {
    padding: 0 0 0 15px;
  }
  .home-fresh ol {
    width: 100%;
    height: 100%;
  }
  .home-fresh li {
    max-width: 33%;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .home-fresh .broadcast {
    font-size: 1.3rem;
  }
  .home-fresh ol {
    width: 100%;
    height: 100%;
  }
}
