@charset "UTF-8";
/**
*   ABSTRACTS
*/
/*
 * Media queries
 */
/*
 * DEPRECATED: Media queries below are deprecated.
 */
/*------------------------------------*\
    #BREAKPOINTS
\*------------------------------------*/
/* Fonts */
/* Font sizes */
/* Line height */
/* Spacing */
/* Not default */
/* Not default */
/*
 * Colors
 */
/* Brand colors are not supposed to be overridden */
/* Brand colors */
/* You may override the colors below in subsite stylesheets */
/* Primary */
/* Neutral or gray colors */
/* Basic colors */
/* Black and white */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

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

body {
  margin: 0; }

a {
  background: transparent; }

a:focus {
  outline: thin dotted; }

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
p {
  text-rendering: optimizelegibility;
  transition: underline 4s;
  font-family: "montserrat", "Lato", "Times New Roman", Times, serif;
  font-weight: normal;
  word-break: keep-all; }

h1, .h1 {
  margin: 0.67em 0;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1em;
  -webkit-transition: border-bottom 0.2s ease 0s;
  transition: border-bottom 0.2s ease 0s; }

h2, .h2 {
  font-size: 0.975rem;
  font-weight: 700;
  line-height: 1.05rem;
  margin-bottom: 0.375rem; }

h3, .h3 {
  font-size: 0.775rem;
  font-weight: 700; }

h4, .h4 {
  font-size: 0.775rem;
  font-weight: 700;
  margin: 0; }

h5, .h5 {
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 2.09em; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong,
.strong {
  font-weight: bold; }

dfn,
em,
.em {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

pre {
  margin: 0; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "“" "”" "‘" "’"; }

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

small,
.small {
  font-size: 75%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0; }

menu {
  padding: 0 0 0 40px; }

ol,
ul {
  padding: 0;
  list-style-type: none; }

nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: none; }

legend {
  border: 0;
  padding: 0; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

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

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  height: 40px;
  padding: 2px 12px 0px;
  font-size: 1em;
  color: #323232;
  border-radius: 4px;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  width: 100%;
  font-family: "montserrat", "Lato", Times New Roman, Times, serif; }

input[type="text"]:focus,
input[type="text"]:active,
input[type="password"]:focus,
input[type="password"]:active,
input[type="datetime"]:focus,
input[type="datetime"]:active,
input[type="datetime-local"]:focus,
input[type="datetime-local"]:active,
input[type="date"]:focus,
input[type="date"]:active,
input[type="month"]:focus,
input[type="month"]:active,
input[type="time"]:focus,
input[type="time"]:active,
input[type="week"]:focus,
input[type="week"]:active,
input[type="number"]:focus,
input[type="number"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="url"]:focus,
input[type="url"]:active,
input[type="search"]:focus,
input[type="search"]:active,
input[type="tel"]:focus,
input[type="tel"]:active,
input[type="color"]:focus,
input[type="color"]:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.field:focus,
.field:active {
  outline: none;
  font-family: "montserrat", "Lato", Times New Roman, Times, serif !important; }

input[type="text"].error,
input[type="text"].is-invalid,
input[type="password"].error,
input[type="password"].is-invalid,
input[type="datetime"].error,
input[type="datetime"].is-invalid,
input[type="datetime-local"].error,
input[type="datetime-local"].is-invalid,
input[type="date"].error,
input[type="date"].is-invalid,
input[type="month"].error,
input[type="month"].is-invalid,
input[type="time"].error,
input[type="time"].is-invalid,
input[type="week"].error,
input[type="week"].is-invalid,
input[type="number"].error,
input[type="number"].is-invalid,
input[type="email"].error,
input[type="email"].is-invalid,
input[type="url"].error,
input[type="url"].is-invalid,
input[type="search"].error,
input[type="search"].is-invalid,
input[type="tel"].error,
input[type="tel"].is-invalid,
input[type="color"].error,
input[type="color"].is-invalid,
select.error,
select.is-invalid,
textarea.error,
textarea.is-invalid,
.field.error,
.field.is-invalid {
  color: #fbe3e4;
  border-color: #fbe3e4;
  background-color: #fff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: #fbe3e4; }

input[type="text"].success,
input[type="text"].is-valid,
input[type="password"].success,
input[type="password"].is-valid,
input[type="datetime"].success,
input[type="datetime"].is-valid,
input[type="datetime-local"].success,
input[type="datetime-local"].is-valid,
input[type="date"].success,
input[type="date"].is-valid,
input[type="month"].success,
input[type="month"].is-valid,
input[type="time"].success,
input[type="time"].is-valid,
input[type="week"].success,
input[type="week"].is-valid,
input[type="number"].success,
input[type="number"].is-valid,
input[type="email"].success,
input[type="email"].is-valid,
input[type="url"].success,
input[type="url"].is-valid,
input[type="search"].success,
input[type="search"].is-valid,
input[type="tel"].success,
input[type="tel"].is-valid,
input[type="color"].success,
input[type="color"].is-valid,
select.success,
select.is-valid,
textarea.success,
textarea.is-valid,
.field.success,
.field.is-valid {
  color: #e6efc2;
  border-color: #e6efc2;
  background-color: #fff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
  outline-color: #e6efc2; }

input[type="text"][disabled],
input[type="text"].is-disabled,
input[type="password"][disabled],
input[type="password"].is-disabled,
input[type="datetime"][disabled],
input[type="datetime"].is-disabled,
input[type="datetime-local"][disabled],
input[type="datetime-local"].is-disabled,
input[type="date"][disabled],
input[type="date"].is-disabled,
input[type="month"][disabled],
input[type="month"].is-disabled,
input[type="time"][disabled],
input[type="time"].is-disabled,
input[type="week"][disabled],
input[type="week"].is-disabled,
input[type="number"][disabled],
input[type="number"].is-disabled,
input[type="email"][disabled],
input[type="email"].is-disabled,
input[type="url"][disabled],
input[type="url"].is-disabled,
input[type="search"][disabled],
input[type="search"].is-disabled,
input[type="tel"][disabled],
input[type="tel"].is-disabled,
input[type="color"][disabled],
input[type="color"].is-disabled,
select[disabled],
select.is-disabled,
textarea[disabled],
textarea.is-disabled,
.field[disabled],
.field.is-disabled {
  cursor: not-allowed;
  opacity: 0.6; }

input[type="password"] {
  letter-spacing: 0.3em; }

textarea {
  max-width: 100%;
  min-height: 91px;
  line-height: 1.5em; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center; }

@media only screen and (min-width: 768px) {
  html body {
    font-size: 16px;
    line-height: 1.5; }
  hr {
    position: relative;
    bottom: 5px;
    margin: 1px;
    height: 1px;
    color: #c8c8c8;
    background-color: #c8c8c8;
    border: none; }
  a {
    text-decoration: none;
    text-rendering: optimizelegibility; }
  p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4em; }
  h1, .h1 {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1em; }
  h2, .h2 {
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.05em;
    margin-bottom: 0.375em; }
  h3, .h3 {
    font-size: 0.875rem;
    font-weight: 700; }
  h4, .h4 {
    font-size: 0.75rem;
    font-weight: 700;
    margin: 0; }
  h5, .h5 {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 2.09rem; } }

.black {
  color: #111; }

.gray {
  color: #4c4c4c; }

.light-gray {
  color: #c8c8c8; }

.silver {
  color: #ddd; }

.aqua {
  color: #7fdbff; }

.blue {
  color: #0074d9; }

.navy {
  color: #001f3f; }

.teal {
  color: #39cccc; }

.green {
  color: #2ecc40; }

.olive {
  color: #3d9970; }

.lime {
  color: #01ff70; }

.yellow {
  color: #ffdc00; }

.orange {
  color: #ff851b; }

.red {
  color: #ff4136; }

.fuchsia {
  color: #f012be; }

.purple {
  color: #b10dc9; }

.maroon {
  color: #85144b; }

.color-inherit {
  color: inherit; }

.muted {
  opacity: 0.5; }

.h1 {
  font-size: 2rem; }

.h2 {
  font-size: 1.5rem; }

.h3 {
  font-size: 1.25rem; }

.h4 {
  font-size: 1rem; }

.h5 {
  font-size: .875rem; }

.h6 {
  font-size: .75rem; }

.font-family-inherit {
  font-family: inherit; }

.font-size-inherit {
  font-size: inherit; }

.text-decoration-none {
  text-decoration: none; }

.bold {
  font-weight: bold; }

.regular {
  font-weight: normal; }

.italic {
  font-style: italic; }

.caps {
  text-transform: uppercase;
  letter-spacing: .2em; }

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

.center {
  text-align: center; }

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

.justify {
  text-align: justify; }

.nowrap {
  white-space: nowrap; }

.break-word {
  word-wrap: break-word; }

.line-height-1 {
  line-height: 1; }

.line-height-2 {
  line-height: 1.125; }

.line-height-3 {
  line-height: 1.25; }

.line-height-4 {
  line-height: 1.5; }

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

.underline {
  text-decoration: underline; }

.truncate {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.list-reset {
  list-style: none;
  padding-left: 0; }

.inline {
  display: inline; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.table {
  display: table; }

.table-cell {
  display: table-cell; }

.overflow-hidden {
  overflow: hidden; }

.overflow-scroll {
  overflow: scroll; }

.overflow-auto {
  overflow: auto; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.left {
  float: left; }

.right {
  float: right; }

.fit {
  max-width: 100%; }

.max-width-1 {
  max-width: 24rem; }

.max-width-2 {
  max-width: 32rem; }

.max-width-3 {
  max-width: 48rem; }

.max-width-4 {
  max-width: 64rem; }

.max-width-5 {
  max-width: 73rem; }

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

.align-baseline {
  vertical-align: baseline; }

.align-top {
  vertical-align: top; }

.align-middle {
  vertical-align: middle; }

.align-bottom {
  vertical-align: bottom; }

.ml1-and-half {
  margin-left: 1.5rem !important; }

.m0 {
  margin: 0; }

.mt0 {
  margin-top: 0; }

.mr0 {
  margin-right: 0; }

.mb0 {
  margin-bottom: 0; }

.ml0 {
  margin-left: 0; }

.mx0 {
  margin-left: 0;
  margin-right: 0; }

.my0 {
  margin-top: 0;
  margin-bottom: 0; }

.m1 {
  margin: .5rem; }

.mt1 {
  margin-top: .5rem; }

.mr1 {
  margin-right: .5rem; }

.mb1 {
  margin-bottom: .5rem; }

.ml1 {
  margin-left: .5rem; }

.mx1 {
  margin-left: .5rem;
  margin-right: .5rem; }

.my1 {
  margin-top: .5rem;
  margin-bottom: .5rem; }

.m2 {
  margin: 1rem; }

.mt2 {
  margin-top: 1rem; }

.mr2 {
  margin-right: 1rem; }

.mb2 {
  margin-bottom: 1rem; }

.ml2 {
  margin-left: 1rem; }

.mx2 {
  margin-left: 1rem;
  margin-right: 1rem; }

.my2 {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.m3 {
  margin: 2rem; }

.mt3 {
  margin-top: 2rem; }

.mr3 {
  margin-right: 2rem; }

.mb3 {
  margin-bottom: 2rem; }

.ml3 {
  margin-left: 2rem; }

.mx3 {
  margin-left: 2rem;
  margin-right: 2rem; }

.my3 {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.m4 {
  margin: 4rem; }

.mt4 {
  margin-top: 4rem; }

.mr4 {
  margin-right: 4rem; }

.mb4 {
  margin-bottom: 4rem; }

.ml4 {
  margin-left: 4rem; }

.mx4 {
  margin-left: 4rem;
  margin-right: 4rem; }

.my4 {
  margin-top: 4rem;
  margin-bottom: 4rem; }

.mxn1 {
  margin-left: -0.5rem;
  margin-right: -0.5rem; }

.mxn2 {
  margin-left: -1rem;
  margin-right: -1rem; }

.mxn3 {
  margin-left: -2rem;
  margin-right: -2rem; }

.mxn4 {
  margin-left: -4rem;
  margin-right: -4rem; }

.ml-auto {
  margin-left: auto; }

.mr-auto {
  margin-right: auto; }

.mx-auto {
  margin-left: auto;
  margin-right: auto; }

.pl0-and-half {
  padding-left: 0.25rem; }

.p0 {
  padding: 0; }

.pt0 {
  padding-top: 0; }

.pr0 {
  padding-right: 0; }

.pb0 {
  padding-bottom: 0; }

.pl0 {
  padding-left: 0; }

.px0 {
  padding-left: 0;
  padding-right: 0; }

.py0 {
  padding-top: 0;
  padding-bottom: 0; }

.p1 {
  padding: .5rem; }

.pt1 {
  padding-top: .5rem; }

.pr1 {
  padding-right: .5rem; }

.pb1 {
  padding-bottom: .5rem; }

.pl1 {
  padding-left: .5rem; }

.py1 {
  padding-top: .5rem;
  padding-bottom: .5rem; }

.px1 {
  padding-left: .5rem;
  padding-right: .5rem; }

.p2 {
  padding: 1rem; }

.pt2 {
  padding-top: 1rem; }

.pr2 {
  padding-right: 1rem; }

.pb2 {
  padding-bottom: 1rem; }

.pl2 {
  padding-left: 1rem; }

.py2 {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.px2 {
  padding-left: 1rem;
  padding-right: 1rem; }

.p3 {
  padding: 2rem; }

.pt3 {
  padding-top: 2rem; }

.pr3 {
  padding-right: 2rem; }

.pb3 {
  padding-bottom: 2rem; }

.pl3 {
  padding-left: 2rem; }

.py3 {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.px3 {
  padding-left: 2rem;
  padding-right: 2rem; }

.p4 {
  padding: 4rem; }

.pt4 {
  padding-top: 4rem; }

.pr4 {
  padding-right: 4rem; }

.pb4 {
  padding-bottom: 4rem; }

.pl4 {
  padding-left: 4rem; }

.py4 {
  padding-top: 4rem;
  padding-bottom: 4rem; }

.px4 {
  padding-left: 4rem;
  padding-right: 4rem; }

.col {
  float: left;
  box-sizing: border-box; }

.col-right {
  float: right;
  box-sizing: border-box; }

.col-1 {
  width: 8.33333%; }

.col-2 {
  width: 16.66667%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.33333%; }

.col-5 {
  width: 41.66667%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.33333%; }

.col-8 {
  width: 66.66667%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.33333%; }

.col-11 {
  width: 91.66667%; }

.col-12 {
  width: 100%; }

@media (min-width: 40em) {
  .sm-col {
    float: left;
    box-sizing: border-box; }
  .sm-col-right {
    float: right;
    box-sizing: border-box; }
  .sm-col-1 {
    width: 8.33333%; }
  .sm-col-2 {
    width: 16.66667%; }
  .sm-col-3 {
    width: 25%; }
  .sm-col-4 {
    width: 33.33333%; }
  .sm-col-5 {
    width: 41.66667%; }
  .sm-col-6 {
    width: 50%; }
  .sm-col-7 {
    width: 58.33333%; }
  .sm-col-8 {
    width: 66.66667%; }
  .sm-col-9 {
    width: 75%; }
  .sm-col-10 {
    width: 83.33333%; }
  .sm-col-11 {
    width: 91.66667%; }
  .sm-col-12 {
    width: 100%; } }

@media (min-width: 52em) {
  .md-col {
    float: left;
    box-sizing: border-box; }
  .md-col-right {
    float: right;
    box-sizing: border-box; }
  .md-col-1 {
    width: 8.33333%; }
  .md-col-2 {
    width: 16.66667%; }
  .md-col-3 {
    width: 25%; }
  .md-col-4 {
    width: 33.33333%; }
  .md-col-5 {
    width: 41.66667%; }
  .md-col-6 {
    width: 50%; }
  .md-col-7 {
    width: 58.33333%; }
  .md-col-8 {
    width: 66.66667%; }
  .md-col-9 {
    width: 75%; }
  .md-col-10 {
    width: 83.33333%; }
  .md-col-11 {
    width: 91.66667%; }
  .md-col-12 {
    width: 100%; } }

@media (min-width: 64em) {
  .lg-col {
    float: left;
    box-sizing: border-box; }
  .lg-col-right {
    float: right;
    box-sizing: border-box; }
  .lg-col-1 {
    width: 8.33333%; }
  .lg-col-2 {
    width: 16.66667%; }
  .lg-col-3 {
    width: 25%; }
  .lg-col-4 {
    width: 33.33333%; }
  .lg-col-5 {
    width: 41.66667%; }
  .lg-col-6 {
    width: 50%; }
  .lg-col-7 {
    width: 58.33333%; }
  .lg-col-8 {
    width: 66.66667%; }
  .lg-col-9 {
    width: 75%; }
  .lg-col-10 {
    width: 83.33333%; }
  .lg-col-11 {
    width: 91.66667%; }
  .lg-col-12 {
    width: 100%; } }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media (min-width: 40em) {
  .sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 52em) {
  .md-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 64em) {
  .lg-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start; }

.items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end; }

.items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center; }

.items-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -ms-grid-row-align: baseline;
  align-items: baseline; }

.items-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -ms-grid-row-align: stretch;
  align-items: stretch; }

.self-start {
  -ms-flex-item-align: start;
  align-self: flex-start; }

.self-end {
  -ms-flex-item-align: end;
  align-self: flex-end; }

.self-center {
  -ms-flex-item-align: center;
  align-self: center; }

.self-baseline {
  -ms-flex-item-align: baseline;
  align-self: baseline; }

.self-stretch {
  -ms-flex-item-align: stretch;
  align-self: stretch; }

.justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.content-start {
  -ms-flex-line-pack: start;
  align-content: flex-start; }

.content-end {
  -ms-flex-line-pack: end;
  align-content: flex-end; }

.content-center {
  -ms-flex-line-pack: center;
  align-content: center; }

.content-between {
  -ms-flex-line-pack: justify;
  align-content: space-between; }

.content-around {
  -ms-flex-line-pack: distribute;
  align-content: space-around; }

.content-stretch {
  -ms-flex-line-pack: stretch;
  align-content: stretch; }

.flex-auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0; }

.flex-none {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.order-last {
  -webkit-box-ordinal-group: 100000;
  -ms-flex-order: 99999;
  order: 99999; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.top-0 {
  top: 0; }

.right-0 {
  right: 0; }

.bottom-0 {
  bottom: 0; }

.left-0 {
  left: 0; }

.z1 {
  z-index: 1; }

.z2 {
  z-index: 2; }

.z3 {
  z-index: 3; }

.z4 {
  z-index: 4; }

.border {
  border-style: solid;
  border-width: 1px; }

.border-top {
  border-top-style: solid;
  border-top-width: 1px; }

.border-right {
  border-right-style: solid;
  border-right-width: 1px; }

.border-bottom {
  border-bottom-style: solid;
  border-bottom-width: 1px; }

.border-left {
  border-left-style: solid;
  border-left-width: 1px; }

.border-none {
  border: 0; }

.rounded {
  border-radius: 3px; }

.circle {
  border-radius: 50%; }

.rounded-top {
  border-radius: 3px 3px 0 0; }

.rounded-right {
  border-radius: 0 3px 3px 0; }

.rounded-bottom {
  border-radius: 0 0 3px 3px; }

.rounded-left {
  border-radius: 3px 0 0 3px; }

.not-rounded {
  border-radius: 0; }

.border-light-gray {
  border-color: #c8c8c8; }

.hide {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

@media (max-width: 40em) {
  .xs-hide {
    display: none; } }

@media (min-width: 40em) and (max-width: 52em) {
  .sm-hide {
    display: none; } }

@media (min-width: 52em) and (max-width: 64em) {
  .md-hide {
    display: none; } }

@media (min-width: 64em) {
  .lg-hide {
    display: none; } }

.display-none {
  display: none !important; }

.all-initial {
  all: initial; }

.all-unset {
  all: unset; }

.all-inherit {
  all: inherit; }

.bg-black {
  background-color: #111; }

.bg-gray {
  background-color: #4c4c4c; }

.bg-silver {
  background-color: #ddd; }

.bg-white {
  background-color: #fff; }

.bg-aqua {
  background-color: #7fdbff; }

.bg-blue {
  background-color: #0074d9; }

.bg-navy {
  background-color: #001f3f; }

.bg-teal {
  background-color: #39cccc; }

.bg-green {
  background-color: #2ecc40; }

.bg-olive {
  background-color: #3d9970; }

.bg-lime {
  background-color: #01ff70; }

.bg-yellow {
  background-color: #ffdc00; }

.bg-orange {
  background-color: #ff851b; }

.bg-red {
  background-color: #ff4136; }

.bg-fuchsia {
  background-color: #f012be; }

.bg-purple {
  background-color: #b10dc9; }

.bg-maroon {
  background-color: #85144b; }

.bg-cover {
  background-size: cover; }

.bg-contain {
  background-size: contain; }

.bg-center {
  background-position: center; }

.bg-top {
  background-position: top; }

.bg-right {
  background-position: right; }

.bg-bottom {
  background-position: bottom; }

.bg-left {
  background-position: left; }

.border-black {
  border-color: #111; }

.border-gray {
  border-color: #4c4c4c; }

.border-silver {
  border-color: #ddd; }

.border-white {
  border-color: #fff; }

.border-aqua {
  border-color: #7fdbff; }

.border-blue {
  border-color: #0074d9; }

.border-navy {
  border-color: #001f3f; }

.border-teal {
  border-color: #39cccc; }

.border-green {
  border-color: #2ecc40; }

.border-olive {
  border-color: #3d9970; }

.border-lime {
  border-color: #01ff70; }

.border-yellow {
  border-color: #ffdc00; }

.border-orange {
  border-color: #ff851b; }

.border-red {
  border-color: #ff4136; }

.border-fuchsia {
  border-color: #f012be; }

.border-purple {
  border-color: #b10dc9; }

.border-maroon {
  border-color: #85144b; }

.btn {
  font-family: inherit;
  font-size: inherit;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  line-height: 1.125rem;
  padding: .5rem 1rem;
  margin: 0;
  height: auto;
  border: 1px solid transparent;
  vertical-align: middle;
  -webkit-appearance: none;
  color: inherit;
  background-color: transparent; }

.btn:hover {
  text-decoration: none; }

.btn:focus {
  outline: none;
  border-color: rgba(0, 0, 0, 0.125);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.25); }

::-moz-focus-inner {
  border: 0;
  padding: 0; }

.btn-outline, .btn-outline:hover {
  border-color: currentcolor; }

.btn-outline {
  border-radius: 3px; }

.btn-outline:hover {
  box-shadow: inset 0 0 0 20rem rgba(0, 0, 0, 0.0625); }

.btn-outline:active {
  box-shadow: inset 0 0 0 20rem rgba(0, 0, 0, 0.125), inset 0 3px 4px 0 rgba(0, 0, 0, 0.25), 0 0 1px rgba(0, 0, 0, 0.125); }

.btn-outline:disabled, .btn-outline.is-disabled {
  opacity: .5; }

.btn-primary {
  color: #fff;
  background-color: #0074d9;
  border-radius: 3px; }

.btn-primary:hover {
  box-shadow: inset 0 0 0 20rem rgba(0, 0, 0, 0.0625); }

.btn-primary:active {
  box-shadow: inset 0 0 0 20rem rgba(0, 0, 0, 0.125), inset 0 3px 4px 0 rgba(0, 0, 0, 0.25), 0 0 1px rgba(0, 0, 0, 0.125); }

.btn-primary:disabled, .btn-primary.is-disabled {
  opacity: .5; }

.black {
  color: #111; }

.gray {
  color: #4c4c4c; }

.light-gray {
  color: #c8c8c8; }

.silver {
  color: #ddd; }

.aqua {
  color: #7fdbff; }

.blue {
  color: #0074d9; }

.navy {
  color: #001f3f; }

.teal {
  color: #39cccc; }

.green {
  color: #2ecc40; }

.olive {
  color: #3d9970; }

.lime {
  color: #01ff70; }

.yellow {
  color: #ffdc00; }

.orange {
  color: #ff851b; }

.red {
  color: #ff4136; }

.fuchsia {
  color: #f012be; }

.purple {
  color: #b10dc9; }

.maroon {
  color: #85144b; }

.color-inherit {
  color: inherit; }

.muted {
  opacity: 0.5; }

.bg-darken-1 {
  background-color: rgba(0, 0, 0, 0.0625); }

.bg-darken-2 {
  background-color: rgba(0, 0, 0, 0.125); }

.bg-darken-3 {
  background-color: rgba(0, 0, 0, 0.25); }

.bg-darken-4 {
  background-color: rgba(0, 0, 0, 0.5); }

.label {
  font-size: .875rem;
  font-weight: bold;
  display: block;
  margin-bottom: .5rem; }

.input {
  font-family: inherit;
  font-size: inherit;
  display: block;
  width: 100%;
  height: 2.5rem;
  padding: .5rem;
  margin-bottom: 1rem;
  border: 1px solid #ccc;
  border-radius: 3px; }

.select {
  font-family: inherit;
  font-size: inherit;
  display: block;
  width: 100%;
  height: 2.5rem;
  padding: .5rem;
  margin-bottom: 1rem;
  border: 1px solid #ccc;
  border-radius: 3px; }

.textarea {
  font-family: inherit;
  font-size: inherit;
  display: block;
  width: 100%;
  padding: .5rem;
  margin-bottom: 1rem;
  border: 1px solid #ccc;
  border-radius: 3px; }

.highlight-dark .hljs {
  color: white;
  -webkit-text-size-adjust: none; }

.highlight-dark .hljs-comment, .highlight-dark .diff .hljs-header, .highlight-dark .hljs-javadoc {
  color: #ddd;
  font-style: italic; }

.highlight-dark .hljs-keyword, .highlight-dark .css .rule .hljs-keyword, .highlight-dark .hljs-winutils, .highlight-dark .nginx .hljs-title, .highlight-dark .hljs-subst, .highlight-dark .hljs-request, .highlight-dark .hljs-status {
  color: #fff;
  font-weight: bold; }

.highlight-dark .hljs-number, .highlight-dark .hljs-hexcolor, .highlight-dark .ruby .hljs-constant {
  color: #01ff70; }

.highlight-dark .hljs-string, .highlight-dark .hljs-tag .hljs-value, .highlight-dark .hljs-phpdoc, .highlight-dark .hljs-dartdoc, .highlight-dark .tex .hljs-formula {
  color: #ff4136; }

.hljs-title, .hljs-id, .scss .hljs-preprocessor {
  color: #ff4136;
  font-weight: bold; }

.highlight-dark .hljs-list .hljs-keyword, .highlight-dark .hljs-subst {
  font-weight: normal; }

.highlight-dark .hljs-class .hljs-title, .highlight-dark .hljs-type, .highlight-dark .vhdl .hljs-literal, .highlight-dark .tex .hljs-command {
  color: #7fdbff;
  font-weight: bold; }

.highlight-dark .hljs-tag, .highlight-dark .hljs-tag .hljs-title, .highlight-dark .hljs-rules .hljs-property, .highlight-dark .django .hljs-tag .hljs-keyword {
  color: #7fdbff;
  font-weight: normal; }

.highlight-dark .hljs-attribute, .highlight-dark .hljs-variable, .highlight-dark .lisp .hljs-body {
  color: #01ff70; }

.highlight-dark .hljs-regexp {
  color: #01ff70; }

.highlight-dark .hljs-symbol, .highlight-dark .ruby .hljs-symbol .hljs-string, .highlight-dark .lisp .hljs-keyword, .highlight-dark .clojure .hljs-keyword, .highlight-dark .scheme .hljs-keyword, .highlight-dark .tex .hljs-special, .highlight-dark .hljs-prompt {
  color: #f012be; }

.highlight-dark .hljs-built_in {
  color: #7fdbff; }

.highlight-dark .hljs-preprocessor, .highlight-dark .hljs-pragma, .highlight-dark .hljs-pi, .highlight-dark .hljs-doctype, .highlight-dark .hljs-shebang, .highlight-dark .hljs-cdata {
  color: #ddd;
  font-weight: bold; }

.highlight-dark .hljs-deletion {
  background: #f012be; }

.highlight-dark .hljs-addition {
  background: #01ff70; }

.highlight-dark .diff .hljs-change {
  background: #7fdbff; }

.highlight-dark .hljs-chunk {
  color: #4c4c4c; }

.hljs {
  -webkit-text-size-adjust: none; }

.hljs-comment, .diff .hljs-header, .hljs-javadoc {
  color: #ddd;
  font-style: italic; }

.hljs-keyword, .css .rule .hljs-keyword, .hljs-winutils, .nginx .hljs-title, .hljs-subst, .hljs-request, .hljs-status {
  color: #fff;
  font-weight: bold; }

.hljs-number, .hljs-hexcolor, .ruby .hljs-constant {
  color: #01ff70; }

.hljs-string, .hljs-tag .hljs-value, .hljs-phpdoc, .hljs-dartdoc, .tex .hljs-formula {
  color: #ff4136; }

.hljs-title, .hljs-id, .scss .hljs-preprocessor {
  color: #ff4136;
  font-weight: bold; }

.hljs-list .hljs-keyword, .hljs-subst {
  font-weight: normal; }

.hljs-class .hljs-title, .hljs-type, .vhdl .hljs-literal, .tex .hljs-command {
  color: #7fdbff;
  font-weight: bold; }

.hljs-tag, .hljs-tag .hljs-title, .hljs-rules .hljs-property, .django .hljs-tag .hljs-keyword {
  color: #7fdbff;
  font-weight: normal; }

.hljs-attribute, .hljs-variable, .lisp .hljs-body {
  color: #01ff70; }

.hljs-regexp {
  color: #01ff70; }

.hljs-symbol, .ruby .hljs-symbol .hljs-string, .lisp .hljs-keyword, .clojure .hljs-keyword, .scheme .hljs-keyword, .tex .hljs-special, .hljs-prompt {
  color: #f012be; }

.hljs-built_in {
  color: #7fdbff; }

.hljs-preprocessor, .hljs-pragma, .hljs-pi, .hljs-doctype, .hljs-shebang, .hljs-cdata {
  color: #ddd;
  font-weight: bold; }

.hljs-deletion {
  background: #f012be; }

.hljs-addition {
  background: #01ff70; }

.diff .hljs-change {
  background: #7fdbff; }

.hljs-chunk {
  color: #4c4c4c; }

.input-range {
  vertical-align: middle;
  background-color: transparent;
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: inherit;
  background-color: transparent;
  -webkit-appearance: none; }

.input-range::-webkit-slider-thumb {
  position: relative;
  width: .5rem;
  height: 1.25rem;
  cursor: pointer;
  margin-top: -.5rem;
  border-radius: 3px;
  background-color: currentcolor;
  -webkit-appearance: none; }

.input-range::-webkit-slider-thumb:before {
  content: '';
  display: block;
  position: absolute;
  top: -.5rem;
  left: -.875rem;
  width: 2.25rem;
  height: 2.25rem;
  opacity: 0; }

.input-range::-moz-range-thumb {
  width: .5rem;
  height: 1.25rem;
  cursor: pointer;
  border-radius: 3px;
  border-color: transparent;
  border-width: 0;
  background-color: currentcolor; }

.input-range::-webkit-slider-runnable-track {
  height: .25rem;
  cursor: pointer;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.25); }

.input-range::-moz-range-track {
  height: .25rem;
  cursor: pointer;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.25); }

.input-range:focus {
  outline: none; }

.bg-lighten-1 {
  background-color: rgba(255, 255, 255, 0.0625); }

.bg-lighten-2 {
  background-color: rgba(255, 255, 255, 0.125); }

.bg-lighten-3 {
  background-color: rgba(255, 255, 255, 0.25); }

.bg-lighten-4 {
  background-color: rgba(255, 255, 255, 0.5); }

.media, .sm-media, .md-media, .lg-media {
  margin-left: -0.5rem;
  margin-right: -0.5rem; }

.media {
  display: flex; }

.media-center {
  align-items: center; }

.media-bottom {
  align-items: flex-end; }

.media-img, .media-body {
  padding-left: .5rem;
  padding-right: .5rem; }

.media-body {
  flex: 1 1 auto; }

@media (min-width: 40em) {
  .sm-media {
    display: flex; } }

@media (min-width: 52em) {
  .md-media {
    display: flex; } }

@media (min-width: 64em) {
  .lg-media {
    display: flex; } }

.progress {
  display: block;
  width: 100%;
  height: .5625rem;
  margin: .5rem 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.125);
  border: 0;
  border-radius: 10000px;
  -webkit-appearance: none; }

.progress::-webkit-progress-bar {
  -webkit-appearance: none;
  background-color: rgba(0, 0, 0, 0.125); }

.progress::-webkit-progress-value {
  -webkit-appearance: none;
  background-color: currentcolor; }

.progress::-moz-progress-bar {
  background-color: currentcolor; }

@media (min-width: 40em) {
  .sm-m0 {
    margin: 0; }
  .sm-mt0 {
    margin-top: 0; }
  .sm-mr0 {
    margin-right: 0; }
  .sm-mb0 {
    margin-bottom: 0; }
  .sm-ml0 {
    margin-left: 0; }
  .sm-mx0 {
    margin-left: 0;
    margin-right: 0; }
  .sm-my0 {
    margin-top: 0;
    margin-bottom: 0; }
  .sm-m1 {
    margin: .5rem; }
  .sm-mt1 {
    margin-top: .5rem; }
  .sm-mr1 {
    margin-right: .5rem; }
  .sm-mb1 {
    margin-bottom: .5rem; }
  .sm-ml1 {
    margin-left: .5rem; }
  .sm-mx1 {
    margin-left: .5rem;
    margin-right: .5rem; }
  .sm-my1 {
    margin-top: .5rem;
    margin-bottom: .5rem; }
  .sm-m2 {
    margin: 1rem; }
  .sm-mt2 {
    margin-top: 1rem; }
  .sm-mr2 {
    margin-right: 1rem; }
  .sm-mb2 {
    margin-bottom: 1rem; }
  .sm-ml2 {
    margin-left: 1rem; }
  .sm-mx2 {
    margin-left: 1rem;
    margin-right: 1rem; }
  .sm-my2 {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .sm-m3 {
    margin: 2rem; }
  .sm-mt3 {
    margin-top: 2rem; }
  .sm-mr3 {
    margin-right: 2rem; }
  .sm-mb3 {
    margin-bottom: 2rem; }
  .sm-ml3 {
    margin-left: 2rem; }
  .sm-mx3 {
    margin-left: 2rem;
    margin-right: 2rem; }
  .sm-my3 {
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .sm-m4 {
    margin: 4rem; }
  .sm-mt4 {
    margin-top: 4rem; }
  .sm-mr4 {
    margin-right: 4rem; }
  .sm-mb4 {
    margin-bottom: 4rem; }
  .sm-ml4 {
    margin-left: 4rem; }
  .sm-mx4 {
    margin-left: 4rem;
    margin-right: 4rem; }
  .sm-my4 {
    margin-top: 4rem;
    margin-bottom: 4rem; }
  .sm-mxn1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem; }
  .sm-mxn2 {
    margin-left: -1rem;
    margin-right: -1rem; }
  .sm-mxn3 {
    margin-left: -2rem;
    margin-right: -2rem; }
  .sm-mxn4 {
    margin-left: -4rem;
    margin-right: -4rem; }
  .sm-ml-auto {
    margin-left: auto; }
  .sm-mr-auto {
    margin-right: auto; }
  .sm-mx-auto {
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 52em) {
  .md-m0 {
    margin: 0; }
  .md-mt0 {
    margin-top: 0; }
  .md-mr0 {
    margin-right: 0; }
  .md-mb0 {
    margin-bottom: 0; }
  .md-ml0 {
    margin-left: 0; }
  .md-mx0 {
    margin-left: 0;
    margin-right: 0; }
  .md-my0 {
    margin-top: 0;
    margin-bottom: 0; }
  .md-m1 {
    margin: .5rem; }
  .md-mt1 {
    margin-top: .5rem; }
  .md-mr1 {
    margin-right: .5rem; }
  .md-mb1 {
    margin-bottom: .5rem; }
  .md-ml1 {
    margin-left: .5rem; }
  .md-mx1 {
    margin-left: .5rem;
    margin-right: .5rem; }
  .md-my1 {
    margin-top: .5rem;
    margin-bottom: .5rem; }
  .md-m2 {
    margin: 1rem; }
  .md-mt2 {
    margin-top: 1rem; }
  .md-mr2 {
    margin-right: 1rem; }
  .md-mb2 {
    margin-bottom: 1rem; }
  .md-ml2 {
    margin-left: 1rem; }
  .md-mx2 {
    margin-left: 1rem;
    margin-right: 1rem; }
  .md-my2 {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .md-m3 {
    margin: 2rem; }
  .md-mt3 {
    margin-top: 2rem; }
  .md-mr3 {
    margin-right: 2rem; }
  .md-mb3 {
    margin-bottom: 2rem; }
  .md-ml3 {
    margin-left: 2rem; }
  .md-mx3 {
    margin-left: 2rem;
    margin-right: 2rem; }
  .md-my3 {
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .md-m4 {
    margin: 4rem; }
  .md-mt4 {
    margin-top: 4rem; }
  .md-mr4 {
    margin-right: 4rem; }
  .md-mb4 {
    margin-bottom: 4rem; }
  .md-ml4 {
    margin-left: 4rem; }
  .md-mx4 {
    margin-left: 4rem;
    margin-right: 4rem; }
  .md-my4 {
    margin-top: 4rem;
    margin-bottom: 4rem; }
  .md-mxn1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem; }
  .md-mxn2 {
    margin-left: -1rem;
    margin-right: -1rem; }
  .md-mxn3 {
    margin-left: -2rem;
    margin-right: -2rem; }
  .md-mxn4 {
    margin-left: -4rem;
    margin-right: -4rem; }
  .md-ml-auto {
    margin-left: auto; }
  .md-mr-auto {
    margin-right: auto; }
  .md-mx-auto {
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 64em) {
  .lg-m0 {
    margin: 0; }
  .lg-mt0 {
    margin-top: 0; }
  .lg-mr0 {
    margin-right: 0; }
  .lg-mb0 {
    margin-bottom: 0; }
  .lg-ml0 {
    margin-left: 0; }
  .lg-mx0 {
    margin-left: 0;
    margin-right: 0; }
  .lg-my0 {
    margin-top: 0;
    margin-bottom: 0; }
  .lg-m1 {
    margin: .5rem; }
  .lg-mt1 {
    margin-top: .5rem; }
  .lg-mr1 {
    margin-right: .5rem; }
  .lg-mb1 {
    margin-bottom: .5rem; }
  .lg-ml1 {
    margin-left: .5rem; }
  .lg-mx1 {
    margin-left: .5rem;
    margin-right: .5rem; }
  .lg-my1 {
    margin-top: .5rem;
    margin-bottom: .5rem; }
  .lg-m2 {
    margin: 1rem; }
  .lg-mt2 {
    margin-top: 1rem; }
  .lg-mr2 {
    margin-right: 1rem; }
  .lg-mb2 {
    margin-bottom: 1rem; }
  .lg-ml2 {
    margin-left: 1rem; }
  .lg-mx2 {
    margin-left: 1rem;
    margin-right: 1rem; }
  .lg-my2 {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .lg-m3 {
    margin: 2rem; }
  .lg-mt3 {
    margin-top: 2rem; }
  .lg-mr3 {
    margin-right: 2rem; }
  .lg-mb3 {
    margin-bottom: 2rem; }
  .lg-ml3 {
    margin-left: 2rem; }
  .lg-mx3 {
    margin-left: 2rem;
    margin-right: 2rem; }
  .lg-my3 {
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .lg-m4 {
    margin: 4rem; }
  .lg-mt4 {
    margin-top: 4rem; }
  .lg-mr4 {
    margin-right: 4rem; }
  .lg-mb4 {
    margin-bottom: 4rem; }
  .lg-ml4 {
    margin-left: 4rem; }
  .lg-mx4 {
    margin-left: 4rem;
    margin-right: 4rem; }
  .lg-my4 {
    margin-top: 4rem;
    margin-bottom: 4rem; }
  .lg-mxn1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem; }
  .lg-mxn2 {
    margin-left: -1rem;
    margin-right: -1rem; }
  .lg-mxn3 {
    margin-left: -2rem;
    margin-right: -2rem; }
  .lg-mxn4 {
    margin-left: -4rem;
    margin-right: -4rem; }
  .lg-ml-auto {
    margin-left: auto; }
  .lg-mr-auto {
    margin-right: auto; }
  .lg-mx-auto {
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 40em) {
  .sm-p0 {
    padding: 0; }
  .sm-pt0 {
    padding-top: 0; }
  .sm-pr0 {
    padding-right: 0; }
  .sm-pb0 {
    padding-bottom: 0; }
  .sm-pl0 {
    padding-left: 0; }
  .sm-px0 {
    padding-left: 0;
    padding-right: 0; }
  .sm-py0 {
    padding-top: 0;
    padding-bottom: 0; }
  .sm-p1 {
    padding: .5rem; }
  .sm-pt1 {
    padding-top: .5rem; }
  .sm-pr1 {
    padding-right: .5rem; }
  .sm-pb1 {
    padding-bottom: .5rem; }
  .sm-pl1 {
    padding-left: .5rem; }
  .sm-px1 {
    padding-left: .5rem;
    padding-right: .5rem; }
  .sm-py1 {
    padding-top: .5rem;
    padding-bottom: .5rem; }
  .sm-p2 {
    padding: 1rem; }
  .sm-pt2 {
    padding-top: 1rem; }
  .sm-pr2 {
    padding-right: 1rem; }
  .sm-pb2 {
    padding-bottom: 1rem; }
  .sm-pl2 {
    padding-left: 1rem; }
  .sm-px2 {
    padding-left: 1rem;
    padding-right: 1rem; }
  .sm-py2 {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .sm-p3 {
    padding: 2rem; }
  .sm-pt3 {
    padding-top: 2rem; }
  .sm-pr3 {
    padding-right: 2rem; }
  .sm-pb3 {
    padding-bottom: 2rem; }
  .sm-pl3 {
    padding-left: 2rem; }
  .sm-px3 {
    padding-left: 2rem;
    padding-right: 2rem; }
  .sm-py3 {
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .sm-p4 {
    padding: 4rem; }
  .sm-pt4 {
    padding-top: 4rem; }
  .sm-pr4 {
    padding-right: 4rem; }
  .sm-pb4 {
    padding-bottom: 4rem; }
  .sm-pl4 {
    padding-left: 4rem; }
  .sm-px4 {
    padding-left: 4rem;
    padding-right: 4rem; }
  .sm-py4 {
    padding-top: 4rem;
    padding-bottom: 4rem; } }

@media (min-width: 52em) {
  .md-p0 {
    padding: 0; }
  .md-pt0 {
    padding-top: 0; }
  .md-pr0 {
    padding-right: 0; }
  .md-pb0 {
    padding-bottom: 0; }
  .md-pl0 {
    padding-left: 0; }
  .md-px0 {
    padding-left: 0;
    padding-right: 0; }
  .md-py0 {
    padding-top: 0;
    padding-bottom: 0; }
  .md-p1 {
    padding: .5rem; }
  .md-pt1 {
    padding-top: .5rem; }
  .md-pr1 {
    padding-right: .5rem; }
  .md-pb1 {
    padding-bottom: .5rem; }
  .md-pl1 {
    padding-left: .5rem; }
  .md-px1 {
    padding-left: .5rem;
    padding-right: .5rem; }
  .md-py1 {
    padding-top: .5rem;
    padding-bottom: .5rem; }
  .md-p2 {
    padding: 1rem; }
  .md-pt2 {
    padding-top: 1rem; }
  .md-pr2 {
    padding-right: 1rem; }
  .md-pb2 {
    padding-bottom: 1rem; }
  .md-pl2 {
    padding-left: 1rem; }
  .md-px2 {
    padding-left: 1rem;
    padding-right: 1rem; }
  .md-py2 {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .md-p3 {
    padding: 2rem; }
  .md-pt3 {
    padding-top: 2rem; }
  .md-pr3 {
    padding-right: 2rem; }
  .md-pb3 {
    padding-bottom: 2rem; }
  .md-pl3 {
    padding-left: 2rem; }
  .md-px3 {
    padding-left: 2rem;
    padding-right: 2rem; }
  .md-py3 {
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .md-p4 {
    padding: 4rem; }
  .md-pt4 {
    padding-top: 4rem; }
  .md-pr4 {
    padding-right: 4rem; }
  .md-pb4 {
    padding-bottom: 4rem; }
  .md-pl4 {
    padding-left: 4rem; }
  .md-px4 {
    padding-left: 4rem;
    padding-right: 4rem; }
  .md-py4 {
    padding-top: 4rem;
    padding-bottom: 4rem; } }

@media (min-width: 64em) {
  .lg-p0 {
    padding: 0; }
  .lg-pt0 {
    padding-top: 0; }
  .lg-pr0 {
    padding-right: 0; }
  .lg-pb0 {
    padding-bottom: 0; }
  .lg-pl0 {
    padding-left: 0; }
  .lg-px0 {
    padding-left: 0;
    padding-right: 0; }
  .lg-py0 {
    padding-top: 0;
    padding-bottom: 0; }
  .lg-p1 {
    padding: .5rem; }
  .lg-pt1 {
    padding-top: .5rem; }
  .lg-pr1 {
    padding-right: .5rem; }
  .lg-pb1 {
    padding-bottom: .5rem; }
  .lg-pl1 {
    padding-left: .5rem; }
  .lg-px1 {
    padding-left: .5rem;
    padding-right: .5rem; }
  .lg-py1 {
    padding-top: .5rem;
    padding-bottom: .5rem; }
  .lg-p2 {
    padding: 1rem; }
  .lg-pt2 {
    padding-top: 1rem; }
  .lg-pr2 {
    padding-right: 1rem; }
  .lg-pb2 {
    padding-bottom: 1rem; }
  .lg-pl2 {
    padding-left: 1rem; }
  .lg-px2 {
    padding-left: 1rem;
    padding-right: 1rem; }
  .lg-py2 {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .lg-p3 {
    padding: 2rem; }
  .lg-pt3 {
    padding-top: 2rem; }
  .lg-pr3 {
    padding-right: 2rem; }
  .lg-pb3 {
    padding-bottom: 2rem; }
  .lg-pl3 {
    padding-left: 2rem; }
  .lg-px3 {
    padding-left: 2rem;
    padding-right: 2rem; }
  .lg-py3 {
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .lg-p4 {
    padding: 4rem; }
  .lg-pt4 {
    padding-top: 4rem; }
  .lg-pr4 {
    padding-right: 4rem; }
  .lg-pb4 {
    padding-bottom: 4rem; }
  .lg-pl4 {
    padding-left: 4rem; }
  .lg-px4 {
    padding-left: 4rem;
    padding-right: 4rem; }
  .lg-py4 {
    padding-top: 4rem;
    padding-bottom: 4rem; } }

.iframe-wrapper, .video-wrapper {
  position: relative; }

.make-video-responsive-img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: -1; }

.video-wrapper iframe, .video-wrapper object, .video-wrapper embed, .video-wrapper video,
.iframe-wrapper .video-js, .iframe-wrapper iframe, .iframe-wrapper object, .iframe-wrapper embed, .iframe-wrapper video {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  z-index: 0; }

.video-wrapper .video-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.video-wrapper .video-container-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .video-wrapper .video-container-thumbnail::after {
    content: '';
    position: absolute;
    background: url("../images/icons/play-button-round-large.png") center/contain no-repeat;
    width: 12rem;
    height: 12rem;
    cursor: pointer;
    top: calc(50% - (12rem * 0.5));
    left: calc(50% - (12rem * 0.5)); }

.iframe-wrapper iframe {
  position: static; }

/**
*   Make iframes responsive in posts
*/
.article p {
  position: relative; }

.iframeHeight {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  display: block;
  top: 0;
  z-index: 0; }

.mobile-inpage-branded-room-banner {
  display: none; }

@media (max-width: 1029px) {
  .mobile-inpage-branded-room-banner {
    display: block;
    text-align: center;
    margin-top: 25px; } }

.mobile-inpage-branded-room-banner > * {
  margin: 0px auto 0; }

.wp-block-embed-youtube.wp-embed-aspect-16-9 .iframe-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.27198%; }
  .wp-block-embed-youtube.wp-embed-aspect-16-9 .iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.article-figure img {
  width: 100%;
  height: auto;
  display: block;
  background-color: #e1e1e1; }

.articles-entry-content p {
  font-size: 0.875rem;
  margin-top: 8px;
  margin-bottom: 0px; }

.c-ad {
  text-align: center;
  max-width: 100%; }
  .c-ad--btf {
    margin-bottom: 16px;
    margin-top: 16px; }
    @media only screen and (min-width: 1000px) {
      .c-ad--btf {
        margin-left: -57px;
        text-align: none; } }
  .c-ad--header {
    margin-top: 53px; }
    @media only screen and (min-width: 750px) {
      .c-ad--header {
        margin: 0; } }
  .c-ad--sidebar {
    margin: 0 0 16px 0; }
  @media only screen and (min-width: 750px) {
    .c-ad--sidebar--sticky {
      position: sticky;
      top: 96px; } }

.alm-load-more-btn {
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #ff6400;
  color: #000;
  cursor: pointer;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  margin: 0 auto;
  outline: none;
  padding: 16px 32px;
  position: relative; }
  .alm-load-more-btn:active, .alm-load-more-btn:hover {
    border-color: #969696; }

.article-entry-content {
  margin-top: 32px;
  position: relative; }
  .article-entry-content p {
    font-size: 0.875rem;
    line-height: 1.55;
    margin: 9px 0;
    width: 100%; }
  .article-entry-content img {
    margin-bottom: 4px;
    margin-top: 10px;
    max-width: 100%;
    height: auto; }
  .article-entry-content blockquote {
    border-bottom: 2px solid #ff6400;
    border-top: 2px solid #ff6400;
    clear: both;
    font-style: italic;
    margin: 16px auto 16px;
    text-align: center;
    width: 90%; }
    @media only screen and (min-width: 750px) {
      .article-entry-content blockquote {
        width: 70%; } }
  .article-entry-content .book-banner {
    max-width: 440px;
    margin: 2em auto;
    display: block; }
  .article-entry-content .iframe-wrapper {
    max-width: 640px; }

.single .article-entry-content {
  margin-left: auto;
  margin-right: auto; }

.single .article-entry-content:after {
  content: " ";
  display: block;
  clear: both; }

#article-slideshow {
  position: relative;
  margin-bottom: 30px;
  padding: 0;
  width: 100% !important;
  height: 378px;
  background: #000;
  display: block; }
  #article-slideshow img {
    width: 100%;
    height: auto;
    overflow: hidden; }
  #article-slideshow .bjqs,
  #article-slideshow .bjqs li,
  #article-slideshow .bjqs li a {
    width: 100%; }
  #article-slideshow .bjqs-next,
  #article-slideshow .bjqs-prev {
    display: none; }
  #article-slideshow .bjqs-markers {
    position: absolute;
    bottom: 10px; }
    #article-slideshow .bjqs-markers li {
      width: 12px;
      height: 12px;
      text-indent: -9999px;
      border-radius: 15px;
      border: 2px solid white;
      margin-top: -30px;
      display: inline-block;
      margin: 3px;
      -webkit-transition: all 150ms ease-in-out;
      transition: all 150ms ease-in-out;
      background: rgba(255, 255, 255, 0);
      position: relative; }
      #article-slideshow .bjqs-markers li.active-marker {
        background: #fff; }
      #article-slideshow .bjqs-markers li a {
        position: absolute;
        width: 12px;
        height: 12px;
        top: 0;
        left: 0;
        margin-left: -2px;
        margin-top: -2px; }

@media only screen and (min-width: 768px) {
  .caption {
    width: 100%;
    height: 100px; } }

.post #article-slideshow {
  margin-bottom: 0; }

#overlay > #article-slideshow {
  width: 80% !important;
  height: 655px !important;
  margin: 0 auto;
  margin-top: 100px;
  z-index: 1000;
  max-width: none !important;
  background: none !important; }
  #overlay > #article-slideshow img {
    position: relative;
    display: block;
    text-align: center;
    width: 650px;
    margin: 0 auto;
    height: auto !important; }
  #overlay > #article-slideshow .caption {
    color: white;
    width: 70%;
    text-align: center;
    margin: 0 auto;
    padding-top: 40px; }
  #overlay > #article-slideshow .bjqs-markers {
    bottom: 240px; }

.articles .entry-figure {
  width: 45.60241%;
  float: left;
  margin-right: 1.20482%;
  background-color: #e1e1e1; }

@media (min-width: 1030px) {
  .articles .entry-figure {
    max-width: 300px; } }

.articles figure #video-play-small {
  position: absolute;
  bottom: 4px;
  left: 4px;
  width: 33px;
  height: auto;
  z-index: 20; }

.articles-large #video-play-small {
  display: none; }

.articles .img-container {
  overflow: hidden;
  height: auto; }

.articles .img-container img {
  transition: transform 0.5s;
  display: block;
  width: 100%;
  height: auto; }

/* Video thumbnails */
.articles .img-container img.play-button-video-large {
  width: 10rem;
  height: 10rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5; }

.img-container #video-play-small {
  display: none; }

.articles figure #video-play-small {
  position: absolute;
  bottom: 4px;
  left: 4px;
  width: 33px;
  height: auto;
  z-index: 20; }

.articles-large #video-play-small {
  display: none; }

.aside-nav {
  display: none;
  float: left;
  width: 100%; }
  @media only screen and (min-width: 750px) {
    .aside-nav {
      display: block; } }

.aside-nav ul {
  text-align: center; }

.aside-nav ul li a {
  font-size: 0.875em;
  padding: 4px 10px;
  display: block; }

.aside-nav ul li a:hover {
  color: #323232 !important;
  font-family: "montserrat", "Lato", Times New Roman, Times, serif;
  font-weight: 700; }

.aside-nav ul li:first-child a:first-child {
  background-color: #323232;
  color: #fff;
  font-family: "montserrat", "Lato", Times New Roman, Times, serif;
  font-weight: 700; }

.aside-nav ul li:first-child a:first-child:hover {
  color: #fff !important; }

.aside-nav ul li:nth-of-type(odd) {
  background-color: #c8c8c8; }

.aside-nav ul li:nth-of-type(even) {
  background-color: #f5f5f5; }

.aside-nav .menu {
  margin: 0; }

.sidebar-container.sidebar-home .aside-news {
  display: none;
  margin-bottom: 15px; }
  @media only screen and (min-width: 750px) {
    .sidebar-container.sidebar-home .aside-news {
      display: block; } }

.main-container.cf .aside-news {
  width: 100%;
  display: block; }
  @media only screen and (min-width: 750px) {
    .main-container.cf .aside-news {
      display: none; } }
  .main-container.cf .aside-news .aside-news-article {
    display: flex;
    justify-content: flex-start; }

.aside-news-article {
  border-bottom: 1px solid #f5f5f5;
  padding: 12px 0;
  position: relative; }
  .aside-news-article:last-child {
    border-bottom: 0; }

.aside-news-article img {
  float: left;
  height: 80px;
  width: 80px; }

.aside-news-article a:hover ~ div h3 {
  text-decoration: underline; }

.aside-news-article a:hover ~ div p i {
  padding-left: 10px; }

.aside-news-article-content {
  float: left;
  margin-left: 14px;
  max-width: 207px; }

.aside-news-article-content h3 {
  font-size: 0.875rem;
  line-height: 1.25;
  margin: 0; }

.aside-news-article-content p {
  font-size: 0.875em;
  margin: 0; }

.aside-news-article-content p i {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease; }

.aside-news-article-content img {
  float: left; }

.aside-video {
  position: relative;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d; }

.aside-video a:hover ~ h3 i {
  padding-left: 10px; }

.aside-video a:hover ~ h3 {
  text-decoration: underline; }

.aside-video #play-button-sidebar {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  width: 7rem;
  height: 7rem;
  transform: translate(-50%, -50%); }

.aside-video img {
  width: 100%;
  height: auto;
  margin-top: 16px;
  display: block; }

.aside-video h3 {
  margin-top: 10px; }

.c-button, .gform_button, #leaky-paywall-login-form .button-primary,
#leaky-paywall-login-form #leaky-paywall-submit,
#leaky-paywall-login-form #leaky-paywall-registration-next,
#leaky-paywall-payment-form .button-primary,
#leaky-paywall-payment-form #leaky-paywall-submit,
#leaky-paywall-payment-form #leaky-paywall-registration-next,
#leaky-paywall-profile .button-primary,
#leaky-paywall-profile #leaky-paywall-submit,
#leaky-paywall-profile #leaky-paywall-registration-next, .leaky-paywall-payment-button a, #leaky-paywall-delete-account button, .issuem-leaky-paywall-subscriber-info button, .mepr-price-box-button, .rcp_form .rcp_submit,
.rcp_form #rcp_login_submit,
.rcp_form #rcp_lostpassword_submit, #rcp_submit, .rcp_logged_in a {
  display: inline-block;
  padding: 8px 16px;
  border: 0;
  font-size: 0.875rem;
  background-color: #ff6400;
  color: #fff;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer; }
  .c-button:focus, .gform_button:focus, #leaky-paywall-login-form .button-primary:focus,
  #leaky-paywall-login-form #leaky-paywall-submit:focus,
  #leaky-paywall-login-form #leaky-paywall-registration-next:focus,
  #leaky-paywall-payment-form .button-primary:focus,
  #leaky-paywall-payment-form #leaky-paywall-submit:focus,
  #leaky-paywall-payment-form #leaky-paywall-registration-next:focus,
  #leaky-paywall-profile .button-primary:focus,
  #leaky-paywall-profile #leaky-paywall-submit:focus,
  #leaky-paywall-profile #leaky-paywall-registration-next:focus, .leaky-paywall-payment-button a:focus, #leaky-paywall-delete-account button:focus, .issuem-leaky-paywall-subscriber-info button:focus, .mepr-price-box-button:focus, .rcp_form .rcp_submit:focus,
  .rcp_form #rcp_login_submit:focus,
  .rcp_form #rcp_lostpassword_submit:focus, #rcp_submit:focus, .rcp_logged_in a:focus {
    outline: 1px solid #000; }
  .c-button:active, .gform_button:active, #leaky-paywall-login-form .button-primary:active,
  #leaky-paywall-login-form #leaky-paywall-submit:active,
  #leaky-paywall-login-form #leaky-paywall-registration-next:active,
  #leaky-paywall-payment-form .button-primary:active,
  #leaky-paywall-payment-form #leaky-paywall-submit:active,
  #leaky-paywall-payment-form #leaky-paywall-registration-next:active,
  #leaky-paywall-profile .button-primary:active,
  #leaky-paywall-profile #leaky-paywall-submit:active,
  #leaky-paywall-profile #leaky-paywall-registration-next:active, .leaky-paywall-payment-button a:active, #leaky-paywall-delete-account button:active, .issuem-leaky-paywall-subscriber-info button:active, .mepr-price-box-button:active, .rcp_form .rcp_submit:active,
  .rcp_form #rcp_login_submit:active,
  .rcp_form #rcp_lostpassword_submit:active, #rcp_submit:active, .rcp_logged_in a:active {
    transform: translateY(1px); }

.c-button--big, .gform_button, #leaky-paywall-login-form .button-primary,
#leaky-paywall-login-form #leaky-paywall-submit,
#leaky-paywall-login-form #leaky-paywall-registration-next,
#leaky-paywall-payment-form .button-primary,
#leaky-paywall-payment-form #leaky-paywall-submit,
#leaky-paywall-payment-form #leaky-paywall-registration-next,
#leaky-paywall-profile .button-primary,
#leaky-paywall-profile #leaky-paywall-submit,
#leaky-paywall-profile #leaky-paywall-registration-next, .leaky-paywall-payment-button a, .rcp_form .rcp_submit,
.rcp_form #rcp_login_submit,
.rcp_form #rcp_lostpassword_submit, #rcp_submit, .rcp_logged_in a {
  text-transform: uppercase;
  text-align: center;
  background-color: transparent;
  border: 2px solid #ff6400;
  color: #ff6400;
  font-weight: bold; }
  .c-button--big:hover, .gform_button:hover, #leaky-paywall-login-form .button-primary:hover,
  #leaky-paywall-login-form #leaky-paywall-submit:hover,
  #leaky-paywall-login-form #leaky-paywall-registration-next:hover,
  #leaky-paywall-payment-form .button-primary:hover,
  #leaky-paywall-payment-form #leaky-paywall-submit:hover,
  #leaky-paywall-payment-form #leaky-paywall-registration-next:hover,
  #leaky-paywall-profile .button-primary:hover,
  #leaky-paywall-profile #leaky-paywall-submit:hover,
  #leaky-paywall-profile #leaky-paywall-registration-next:hover, .leaky-paywall-payment-button a:hover, .rcp_form .rcp_submit:hover,
  .rcp_form #rcp_login_submit:hover,
  .rcp_form #rcp_lostpassword_submit:hover, #rcp_submit:hover, .rcp_logged_in a:hover {
    background-color: #ff6400;
    color: #fff; }

.c-button--login {
  background-color: transparent;
  border: 2px solid #ff6400;
  color: #ff6400;
  display: none;
  float: right;
  font-size: 0.75rem;
  font-weight: bold;
  margin-right: 16px;
  margin-top: 8px;
  padding: 4px 8px; }
  .c-button--login:hover {
    background-color: #ff6400;
    color: #fff; }
  .c-button--login:hover .st0 {
    fill: #fff; }
  .c-button--login__logo {
    margin-bottom: -2px;
    width: 14px; }
  @media only screen and (min-width: 750px) {
    .c-button--login {
      display: block; } }

.c-button--subscribe {
  border: 2px solid #ff6400;
  float: right;
  font-size: 0.75rem;
  font-weight: bold;
  margin-right: 0;
  margin-top: 8px;
  padding: 4px 8px;
  transition: background-color 0.2s ease, color 0.2s ease; }
  .c-button--subscribe:hover {
    background-color: transparent;
    color: #ff6400; }
  @media only screen and (min-width: 600px) {
    .c-button--subscribe {
      margin-right: 16px; } }

.byline {
  margin-top: 16px;
  color: #969696;
  font-size: 0.75rem; }
  .byline--disclosure {
    display: flex; }
    .byline--disclosure > * {
      align-self: center; }
    .byline--disclosure img {
      margin-left: 4px; }

/**
*   Show comments button
*/
.show-comments-button {
  background-color: #fff;
  padding: 0 1rem;
  height: 2rem;
  font-size: 0.75rem;
  color: #323232;
  border: 2px solid #ff6400;
  border-radius: 4px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 1rem;
  display: block; }

.show-comments-button:hover,
.show-comments-button:focus .comments-open {
  background-color: #ff6400;
  color: #fff; }

.show-comments-button:active {
  background-color: none; }

.show-comments-button img {
  margin: 4px 0px 2px 7px;
  float: left; }

/**
*   Comments section
*/
.comments-section {
  display: none; }

.comments-section--is-opened {
  display: block; }

.comment-reply-title {
  padding-bottom: 12px; }
  .comment-reply-title #cancel-comment-reply-link {
    margin-left: 1rem;
    text-decoration: underline;
    color: #ff6400;
    outline-offset: 3px; }
    .comment-reply-title #cancel-comment-reply-link:hover {
      color: #000;
      text-decoration: none; }

.comment-respond {
  padding: 1.5em;
  border-top: 1px solid #969696;
  background-color: #f5f5f5;
  font-family: "montserrat", "Lato", Times New Roman, Times, serif; }

.comment-form {
  display: grid;
  gap: 1rem; }
  .comment-form input:not([type="submit"]),
  .comment-form textarea {
    padding: 8px;
    font-size: 0.875rem;
    border: #969696 1px solid;
    border-radius: 4px; }
    .comment-form input:not([type="submit"]):focus,
    .comment-form textarea:focus {
      outline: 1px solid #ff6400;
      border-color: #ff6400; }
  .comment-form label {
    font-size: 0.875rem; }
  .comment-form textarea {
    resize: vertical; }

.form-submit {
  display: grid; }
  .form-submit input[type="submit"] {
    justify-self: end; }

.logged-in-as {
  color: #9fa6b4;
  font-style: italic;
  font-size: 0.875rem;
  margin: 0; }
  .logged-in-as .required-field-message {
    display: none; }
  .logged-in-as a {
    text-decoration: underline;
    color: #ff6400;
    outline-offset: 2px; }
    .logged-in-as a:hover {
      color: #000; }

.comment-respond p {
  margin: 0; }

.comment-item {
  padding-top: 0;
  min-height: 112px;
  position: relative; }

#comments-title {
  padding: 0.75em;
  margin: 0;
  border-top: 1px solid #e1e1e1; }

.commentlist {
  margin: 0;
  list-style-type: none; }
  .commentlist article {
    padding: 1rem; }

.comment {
  position: relative;
  clear: both;
  overflow: hidden;
  border-top: 1px #969696 solid;
  border-bottom: 1px solid #e1e1e1; }

.comment .vcard time.byline {
  margin-left: 3.5rem;
  color: #000; }
  .comment .vcard time.byline a {
    text-decoration: none;
    font-size: 13px; }
    .comment .vcard time.byline a:hover {
      text-decoration: underline; }

.comment .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  padding-right: 4px; }

.comment .vcard time[data-donate="1"] cite {
  color: #ff9c48;
  font-size: 14px; }

.comment .vcard time a.donate {
  color: #ff9c48;
  font-size: 14px;
  float: right;
  font-weight: bold; }

.comment .vcard time[data-luser="1"] a cite {
  font-family: monospace;
  color: green; }

.comment .vcard .avatar {
  display: block;
  width: 3rem;
  height: 3rem;
  border: 1px solid #000;
  font-size: 10px;
  text-align: center;
  background-color: #969696; }

.comment:last-child {
  margin-bottom: 0; }

.comment .children {
  margin: 0; }

.comment.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.comment:not(.depth-1) .wpb-comment-rating {
  right: 30px; }

.comment.depth-2 {
  background-color: #f5f5f5;
  padding-left: 3rem; }

.comment_content {
  display: grid; }
  .comment_content p {
    margin: 0.5em 0 0.8em;
    font-size: 0.9125em !important;
    word-break: break-word;
    white-space: -moz-pre-wrap !important;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
    white-space: -webkit-pre-wrap;
    white-space: normal; }
  .comment_content .comment-reply-link {
    justify-self: end;
    color: #ff6400;
    text-decoration: underline;
    outline-offset: 3px; }
    .comment_content .comment-reply-link:hover {
      color: #000;
      text-decoration: none; }

.comment_content .wpb-comment-rating {
  float: right;
  z-index: 10;
  display: inline-block;
  position: relative;
  bottom: 4px;
  right: 60px; }

.comment_content .wpb-comment-rating .wpbcr-rating {
  margin: 0;
  position: relative;
  left: 22px; }

.comment_content .wpb-comment-rating .wpbcr-rate-up {
  color: #323232;
  position: relative;
  top: 0px;
  position: relative;
  top: 2px;
  right: 25px;
  background-image: none; }

.comment_content .wpb-comment-rating .wpbcr-r {
  margin: 2px; }

.comment-edit-link {
  font-style: italic;
  margin: 0 7px;
  text-decoration: none;
  font-size: 0.9em; }

.comment-notes {
  display: none; }

#reply-title {
  margin: 0; }

.form-allowed-tags {
  padding: 1.5em;
  background-color: #e1e1e1;
  font-size: 0.9em; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/**
*   Others
*/
.email-subscription__from-btn {
  display: inline-block;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out; }

.email-subscription__from-btn a {
  -webkit-tap-highlight-color: transparent !important; }

.c-favorite {
  background-color: #f5f5f5;
  display: flex;
  flex-direction: row;
  margin: 0 0 8px 0; }

.c-favorite__content {
  padding: 8px; }

.c-favorite__title {
  font-size: 1rem;
  line-height: 1em;
  margin: 0 0 4px 0; }

.c-favorite__metadata {
  font-size: 0.875rem;
  line-height: 1em; }

.c-favorite__thumbnail {
  align-self: center;
  flex: 0 0 auto;
  height: 100%;
  position: relative; }

.c-favorite__thumbnail-image {
  display: block; }

.c-favorite__thumbnail-delete {
  bottom: 4px;
  cursor: pointer;
  left: 4px;
  position: absolute;
  width: 20px; }

/*
 * Media queries
 */
/*
 * DEPRECATED: Media queries below are deprecated.
 */
/*------------------------------------*\
    #BREAKPOINTS
\*------------------------------------*/
/* Fonts */
/* Font sizes */
/* Line height */
/* Spacing */
/* Not default */
/* Not default */
/*
 * Colors
 */
/* Brand colors are not supposed to be overridden */
/* Brand colors */
/* You may override the colors below in subsite stylesheets */
/* Primary */
/* Neutral or gray colors */
/* Basic colors */
/* Black and white */
#inner-content {
  padding-bottom: 3.125rem; }

.cookies-footer {
  background-color: white;
  border-bottom: 3px solid #ff6400;
  position: fixed;
  max-height: 3.125rem;
  padding: 0.5rem 1.5rem;
  width: 100%;
  z-index: 50;
  bottom: 0;
  left: 0; }
  @media (max-width: 767px) {
    .cookies-footer {
      padding: 0.5rem 0; } }

.cookies-footer__container {
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center; }

.cookies-footer__copyrights {
  margin-left: 0.5rem; }

.cookies-footer__button {
  margin-right: 0.5rem;
  background-color: transparent;
  border: 1px solid #ff6400;
  color: #ff6400;
  padding: 0.25rem; }
  .cookies-footer__button:hover {
    background-color: #ff6400;
    color: white; }
  .cookies-footer__button:active {
    transform: translateY(2px);
    transition: transform 200ms; }

.content {
  padding-bottom: 2rem; }

.footer {
  padding-bottom: 10rem; }

.c-form label, .gform_wrapper form label, #leaky-paywall-login-form label, #leaky-paywall-payment-form label, #leaky-paywall-profile label, .rcp_form label {
  letter-spacing: .1px;
  margin-bottom: 4px;
  display: block; }

.c-form input[type="text"], .gform_wrapper form input[type="text"], #leaky-paywall-login-form input[type="text"], #leaky-paywall-payment-form input[type="text"], #leaky-paywall-profile input[type="text"], .rcp_form input[type="text"],
.c-form input[type="email"],
.gform_wrapper form input[type="email"],
#leaky-paywall-login-form input[type="email"],
#leaky-paywall-payment-form input[type="email"],
#leaky-paywall-profile input[type="email"],
.rcp_form input[type="email"],
.c-form input[type="password"],
.gform_wrapper form input[type="password"],
#leaky-paywall-login-form input[type="password"],
#leaky-paywall-payment-form input[type="password"],
#leaky-paywall-profile input[type="password"],
.rcp_form input[type="password"],
.c-form input[type="number"],
.gform_wrapper form input[type="number"],
#leaky-paywall-login-form input[type="number"],
#leaky-paywall-payment-form input[type="number"],
#leaky-paywall-profile input[type="number"],
.rcp_form input[type="number"],
.c-form input[type="tel"],
.gform_wrapper form input[type="tel"],
#leaky-paywall-login-form input[type="tel"],
#leaky-paywall-payment-form input[type="tel"],
#leaky-paywall-profile input[type="tel"],
.rcp_form input[type="tel"],
.c-form textarea,
.gform_wrapper form textarea,
#leaky-paywall-login-form textarea,
#leaky-paywall-payment-form textarea,
#leaky-paywall-profile textarea,
.rcp_form textarea,
.c-form select,
.gform_wrapper form select,
#leaky-paywall-login-form select,
#leaky-paywall-payment-form select,
#leaky-paywall-profile select,
.rcp_form select {
  border: 2px solid #969696;
  margin-bottom: 16px;
  max-width: 20rem; }

.gfield_time_hour input,
.gfield_time_minute input {
  margin-bottom: 0  !important;
  text-align: center;
  padding: 0; }

.gfield_time_hour i {
  display: none; }

.gfield_checkbox li {
  display: flex;
  align-items: center; }
  .gfield_checkbox li input[type="checkbox"] {
    margin-right: 4px;
    margin-top: 0; }

.carousel {
  margin-bottom: 30px;
  padding: 0;
  max-width: 657px;
  width: 100% !important;
  height: 370px;
  background: #000;
  overflow: hidden; }

.carousel__image {
  width: 100%;
  height: auto;
  overflow: hidden; }

.carousel__title,
.carousel__subtitle,
.carousel__link {
  margin: 0;
  padding: 0; }

.carousel__subtitle,
.carousel__link {
  display: none; }

.carousel__excerpt,
.carousel__subtitle {
  padding-top: 10px; }

.carousel__title {
  font-family: "montserrat", "Lato", Times New Roman, Times, serif;
  font-weight: 700; }

.carousel__caption {
  position: absolute;
  width: 100%;
  height: auto;
  max-height: 100%;
  padding: 20px;
  bottom: 0px;
  z-index: 10;
  background: rgba(0, 0, 0, 0.7);
  color: white; }
  .carousel__caption:hover .carousel__excerpt {
    display: block; }

.carousel__excerpt {
  display: none;
  width: 100%;
  font-size: 14px;
  color: white; }

@media only screen and (min-width: 768px) {
  .carousel__caption {
    font-size: 1.37rem; }
  .carousel__subtitle {
    display: inline-block;
    font-size: 18px; }
  .carousel__link {
    display: inline-block;
    font-size: 14px;
    font-family: "Proxima N W01 Xbold", "Lato", Times New Roman, Times, serif; } }

.carousel .bjqs-prev a {
  position: absolute;
  left: 0px;
  width: 80px;
  height: 100%;
  text-indent: 9999px; }
  .carousel .bjqs-prev a::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    transform: rotate(45deg);
    text-indent: -9999px;
    left: 25px !important;
    top: 50%;
    margin-top: -20px;
    z-index: 1; }

.carousel .bjqs-next a {
  position: absolute;
  right: 0px;
  width: 80px;
  height: 100%;
  text-indent: 9999px; }
  .carousel .bjqs-next a::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    transform: rotate(-45deg);
    text-indent: -9999px;
    right: 25px !important;
    top: 50%;
    margin-top: -20px;
    z-index: 1; }

#leaky-paywall-profile {
  padding: 10px 25px; }

#leaky-paywall-login-form,
#leaky-paywall-payment-form,
#leaky-paywall-profile {
  background-color: #f5f5f5;
  max-width: 30em;
  margin: 0 0 16px 0; }
  #leaky-paywall-login-form .submit,
  #leaky-paywall-login-form #submit,
  #leaky-paywall-payment-form .submit,
  #leaky-paywall-payment-form #submit,
  #leaky-paywall-profile .submit,
  #leaky-paywall-profile #submit {
    height: 40px;
    width: auto; }
  #leaky-paywall-login-form .button-primary,
  #leaky-paywall-login-form #leaky-paywall-submit,
  #leaky-paywall-login-form #leaky-paywall-registration-next,
  #leaky-paywall-payment-form .button-primary,
  #leaky-paywall-payment-form #leaky-paywall-submit,
  #leaky-paywall-payment-form #leaky-paywall-registration-next,
  #leaky-paywall-profile .button-primary,
  #leaky-paywall-profile #leaky-paywall-submit,
  #leaky-paywall-profile #leaky-paywall-registration-next {
    min-width: auto;
    height: 40px;
    background-color: #fff; }
  #leaky-paywall-login-form a,
  #leaky-paywall-login-form a:visited,
  #leaky-paywall-payment-form a,
  #leaky-paywall-payment-form a:visited,
  #leaky-paywall-profile a,
  #leaky-paywall-profile a:visited {
    text-decoration: underline; }
    #leaky-paywall-login-form a:hover,
    #leaky-paywall-login-form a:visited:hover,
    #leaky-paywall-payment-form a:hover,
    #leaky-paywall-payment-form a:visited:hover,
    #leaky-paywall-profile a:hover,
    #leaky-paywall-profile a:visited:hover {
      color: #ff6400; }

.leaky-paywall-payment-button a {
  background-color: #fff; }

.subscription-options-title {
  display: none; }

.leaky_paywall_subscription_options {
  gap: 1rem;
  flex-wrap: nowrap; }

.leaky_paywall_subscription_option {
  background-color: #f5f5f5;
  width: 50%; }
  @media (max-width: 767px) {
    .leaky_paywall_subscription_option {
      width: 100%; } }
  .leaky_paywall_subscription_option.current-level {
    border: 2px solid #ff6400;
    box-shadow: 0 0 20px #ff6400; }
    .leaky_paywall_subscription_option.current-level .leaky_paywall_subscription_payment_options {
      display: none; }
  .leaky_paywall_subscription_option .leaky-paywall-subscription-current-level {
    color: #ff6400; }

.leaky_paywall_subscription_allowed_content {
  border-top: 3px solid #ff6400;
  margin: 0 0 16px 0;
  padding-top: 16px;
  text-align: left; }
  .leaky_paywall_subscription_allowed_content p {
    background: url("../images/icons/checkmark.svg") left center/1rem no-repeat;
    margin: 0 0 8px 0;
    padding-left: 32px; }
  .leaky_paywall_subscription_allowed_content ul {
    padding-inline-start: 40px; }

.issuem-leaky-paywall-subscriber-info a,
.issuem-leaky-paywall-subscriber-info a:visited {
  color: #ff6400;
  font-weight: bold; }
  .issuem-leaky-paywall-subscriber-info a:hover,
  .issuem-leaky-paywall-subscriber-info a:visited:hover {
    text-decoration: underline; }

.leaky-paywall-logout-link a {
  color: #ff6400;
  text-decoration: underline; }

.leaky-paywall-form-steps .leaky-paywall-form-step .step-number {
  background-color: #fff;
  border: 2px solid #ff6400;
  color: #ff6400; }

.leaky-paywall-form-steps .leaky-paywall-form-step.active .step-number {
  background-color: #ff6400;
  color: #fff; }

#leaky-paywall-payment-form {
  padding: 20px; }

.leaky_paywall_message_wrap #leaky_paywall_message {
  border: 2px solid #ff6400;
  background-color: #fff; }
  .leaky_paywall_message_wrap #leaky_paywall_message a, .leaky_paywall_message_wrap #leaky_paywall_message a:visited {
    color: #ff6400; }

.leaky-paywall-profile-subscription-details {
  border: 2px solid #ff6400;
  width: 100%;
  text-align: left; }
  .leaky-paywall-profile-subscription-details th,
  .leaky-paywall-profile-subscription-details td {
    padding: 0.8rem; }
  .leaky-paywall-profile-subscription-details th {
    background-color: #e1e1e1; }
  .leaky-paywall-profile-subscription-details tr > th:first-child,
  .leaky-paywall-profile-subscription-details tr > td:first-child {
    display: none; }

.entry-content .leaky-paywall-cancel-link {
  text-align: right; }

button.stripe-button-el {
  background: #ff6400;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.7); }
  button.stripe-button-el span {
    background: #ff6400; }

.entry-content .leaky-paywall-cancel-link > a {
  display: inline-block;
  padding: 0 12px;
  height: 30px;
  line-height: 30px;
  border: none;
  border-radius: 4px;
  background-color: #c71316;
  font-size: 14px;
  color: #fff;
  font-weight: bold; }

.c-link, .article-entry-content a {
  color: #ff6400; }
  .c-link:hover, .article-entry-content a:hover, .c-link:active, .article-entry-content a:active {
    text-decoration: underline; }
  .c-link:active, .article-entry-content a:active {
    opacity: .75; }

.main-container {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 670px;
  padding-top: 28px;
  padding-bottom: 16px;
  width: 96%; }
  .main-container:after {
    clear: both;
    content: "";
    display: block; }
  @media only screen and (min-width: 750px) {
    .main-container {
      padding-top: 0; } }
  @media only screen and (min-width: 750px) {
    .main-container {
      margin-left: auto;
      margin-right: auto;
      max-width: 96%; } }
  @media only screen and (min-width: 1000px) {
    .main-container {
      float: left;
      margin-right: 2.85714%;
      width: 67.04286%; } }
  @media only screen and (min-width: 1000px) {
    .main-container--full-width {
      margin-right: 0;
      max-width: 100%;
      width: 100%; } }

#massarius-injected-article {
  height: auto; }

.mepr-price-box {
  background-color: #f5f5f5;
  padding: 16px; }

.mepr-price-boxes {
  display: flex;
  justify-content: space-between; }

.mepr-price-box-benefits {
  margin: 0 0 16px 0; }

.mepr-price-box-title {
  font-size: 2.5rem;
  text-transform: uppercase;
  line-height: 1;
  font-weight: bold; }

.mepr-price-box-price {
  font-size: 1.35rem;
  border-bottom: 3px solid #ff6400;
  margin: 0 0 16px 0;
  padding: 0 0 4px 0; }

.mepr-most-popular {
  display: none; }

.mepr-price-box-button {
  display: inline-block; }
  .mepr-price-box-button a,
  .mepr-price-box-button a:visited {
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold; }

.mepr-price-box:first-child .mepr-price-box-button {
  background-color: transparent;
  color: #ff6400;
  border: 2px solid #ff6400; }
  .mepr-price-box:first-child .mepr-price-box-button a,
  .mepr-price-box:first-child .mepr-price-box-button a:visited {
    color: #ff6400; }

.mepr-price-box-foot {
  text-align: center; }

/**
*   NAV STATES
*/
.js-sticky-nav:not(.is-active-mobile-nav) .mobile-nav {
  display: none; }

.js-sticky-nav:not(.is-active-mobile-nav) .nav-icon-close {
  display: none; }

.js-sticky-nav.is-active-mobile-nav .nav-icon-hamburger {
  display: none; }

/**
*   Nav icons
*/
.nav-icon-back {
  background: url("library/images/icons/back-arrow.png") no-repeat;
  border: 0;
  cursor: pointer;
  display: block;
  float: left;
  height: 39px;
  margin: 8px 12px 3px;
  width: 20px; }
  @media (min-width: 768px) {
    .nav-icon-back {
      display: none; } }
  .nav-icon-back__image {
    display: block;
    width: 100%; }

.nav-icon-close {
  font-size: 30px;
  color: black;
  cursor: pointer;
  float: right;
  margin: 3px 18px;
  height: 26px;
  width: 26px; }
  .nav-icon-close img {
    width: 24px;
    height: auto; }

@media (max-width: 767px) {
  .nav-icon-hamburger {
    cursor: pointer;
    float: right;
    margin: 3px 12px;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent; } }

@media (min-width: 768px) {
  .nav-icon-hamburger {
    display: none; } }

.nav-icon-hamburger img {
  box-shadow: none;
  width: 39px;
  height: auto; }

/**
*   MOBILE NAV
*/
#mobile-nav {
  padding-top: 31px;
  width: 48.75%;
  max-width: 200px;
  background: #fff; }

#mobile-nav ul li:first-child {
  border-top: none !important;
  background: -webkit-linear-gradient(#f5f5f5, #fff 10px, #fff) !important;
  background: linear-gradient(#f5f5f5, #fff 10px, #fff) !important; }

#mobile-nav ul {
  z-index: 999; }

#mobile-nav li {
  z-index: 999 !important;
  border-top: 1px #c8c8c8 solid;
  padding: 5px 40px 5px 10px;
  width: 100%;
  max-width: 200px; }

#mobile-nav li a {
  width: 100%;
  font-size: 1.1em; }

.c-email-subscription {
  background-color: #f5f5f5;
  clear: both;
  display: block;
  margin: 0 0 16px 0;
  padding: 16px;
  width: 100%; }
  .c-email-subscription__list {
    display: inline-block;
    margin: 0; }
  .c-email-subscription__list-item {
    margin-right: 16px;
    display: inline-block;
    margin-top: 16px; }
  .c-email-subscription__title {
    margin: 0 0 16px 0;
    font-size: 1.125rem; }
  .c-email-subscription__email {
    margin-bottom: 0 !important; }
  .c-email-subscription__label {
    display: inline-block;
    padding-top: 4px; }
  .c-email-subscription__checkbox {
    margin-right: 4px;
    vertical-align: middle; }
  .c-email-subscription__checkbox-text {
    vertical-align: middle; }
  .c-email-subscription__form-label {
    font-size: 1.125rem; }
  .c-email-subscription .c-button, .c-email-subscription .gform_button, .c-email-subscription #leaky-paywall-login-form .button-primary, #leaky-paywall-login-form .c-email-subscription .button-primary,
  .c-email-subscription #leaky-paywall-login-form #leaky-paywall-submit, #leaky-paywall-login-form .c-email-subscription #leaky-paywall-submit,
  .c-email-subscription #leaky-paywall-login-form #leaky-paywall-registration-next, #leaky-paywall-login-form .c-email-subscription #leaky-paywall-registration-next,
  .c-email-subscription #leaky-paywall-payment-form .button-primary, #leaky-paywall-payment-form .c-email-subscription .button-primary,
  .c-email-subscription #leaky-paywall-payment-form #leaky-paywall-submit, #leaky-paywall-payment-form .c-email-subscription #leaky-paywall-submit,
  .c-email-subscription #leaky-paywall-payment-form #leaky-paywall-registration-next, #leaky-paywall-payment-form .c-email-subscription #leaky-paywall-registration-next,
  .c-email-subscription #leaky-paywall-profile .button-primary, #leaky-paywall-profile .c-email-subscription .button-primary,
  .c-email-subscription #leaky-paywall-profile #leaky-paywall-submit, #leaky-paywall-profile .c-email-subscription #leaky-paywall-submit,
  .c-email-subscription #leaky-paywall-profile #leaky-paywall-registration-next, #leaky-paywall-profile .c-email-subscription #leaky-paywall-registration-next, .c-email-subscription .leaky-paywall-payment-button a, .leaky-paywall-payment-button .c-email-subscription a, .c-email-subscription #leaky-paywall-delete-account button, #leaky-paywall-delete-account .c-email-subscription button, .c-email-subscription .issuem-leaky-paywall-subscriber-info button, .issuem-leaky-paywall-subscriber-info .c-email-subscription button, .c-email-subscription .mepr-price-box-button, .c-email-subscription .rcp_form .rcp_submit, .rcp_form .c-email-subscription .rcp_submit,
  .c-email-subscription .rcp_form #rcp_login_submit, .rcp_form .c-email-subscription #rcp_login_submit,
  .c-email-subscription .rcp_form #rcp_lostpassword_submit, .rcp_form .c-email-subscription #rcp_lostpassword_submit, .c-email-subscription #rcp_submit, .c-email-subscription .rcp_logged_in a, .rcp_logged_in .c-email-subscription a {
    display: inline-block;
    margin-top: 8px; }

@media only screen and (min-width: 750px) {
  .main .c-email-subscription {
    width: 70%;
    margin: 16px auto; } }

@media screen and (min-width: 1030px) {
  .main .c-email-subscription {
    width: 100%; } }

.c-notification-widget {
  clear: both;
  display: block;
  margin: 0 0 16px 0;
  width: 100%;
  padding: 16px;
  background-color: #f5f5f5; }
  .c-notification-widget__title {
    margin: 0 0 16px 0;
    font-size: 1.125rem; }
  .c-notification-widget__button {
    display: inline-block;
    margin-top: 8px; }

@media only screen and (min-width: 750px) {
  .main .c-notification-widget {
    width: 70%;
    margin: 0 auto 16px; } }

.c-paywall-modal {
  background-color: rgba(0, 0, 0, 0.4);
  display: block;
  height: 100%;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000; }

.c-paywall-modal__inner {
  align-items: center;
  background-color: white;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  left: 50%;
  padding: 32px;
  position: relative;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  line-height: 1.25em; }
  @media only screen and (min-width: 750px) {
    .c-paywall-modal__inner {
      max-width: 384px;
      font-size: 1.125rem; } }
  @media only screen and (min-width: 1000px) {
    .c-paywall-modal__inner {
      max-width: 448px; } }
  @media only screen and (min-width: 1200px) {
    .c-paywall-modal__inner {
      max-width: 512px; } }

.c-paywall-modal__logo {
  max-width: 200px;
  margin: 0 0 16px 0; }
  @media only screen and (min-width: 750px) {
    .c-paywall-modal__logo {
      margin: 0 0 32px 0; } }
  @media only screen and (min-width: 1000px) {
    .c-paywall-modal__logo {
      margin: 0 0 64px 0; } }
  @media only screen and (min-width: 1200px) {
    .c-paywall-modal__logo {
      margin: 0 0 96px 0; } }

.c-paywall-modal__visits {
  margin: 0 0 16px 0; }
  @media only screen and (min-width: 750px) {
    .c-paywall-modal__visits {
      width: 60%;
      margin-left: auto;
      margin-right: auto; } }

.c-paywall-modal__free-access {
  border-bottom: 4px solid #ff6400;
  border-top: 4px solid #ff6400;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.25em;
  margin: 0 0 16px 0;
  padding-bottom: 16px;
  padding-top: 16px;
  color: #000; }
  @media only screen and (min-width: 750px) {
    .c-paywall-modal__free-access {
      font-size: 1.35rem; } }
  @media only screen and (min-width: 1000px) {
    .c-paywall-modal__free-access {
      font-size: 1.75rem; } }
  @media only screen and (min-width: 1000px) {
    .c-paywall-modal__free-access {
      font-size: 2.5rem; } }

.c-paywall-modal__price {
  margin: 0 0 16px 0; }
  @media only screen and (min-width: 750px) {
    .c-paywall-modal__price {
      margin-bottom: 32px;
      margin-left: auto;
      margin-right: auto;
      width: 60%; } }
  @media only screen and (min-width: 1000px) {
    .c-paywall-modal__price {
      margin-bottom: 64px; } }

.c-paywall-modal__button {
  align-self: center;
  background-color: #ff6400;
  border-radius: 32px;
  color: #fff;
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
  margin: 0 0 16px 0;
  padding: 12px 24px;
  text-transform: uppercase; }
  .c-paywall-modal__button:active {
    transform: translateY(1px); }

.c-paywall-modal__login-link {
  align-self: center;
  border-bottom: 1px solid #000;
  margin: 0 0 4px 0; }

@keyframes slideInFromBottom {
  0% {
    transform: translateY(120%); }
  100% {
    transform: translateY(0); } }

.c-paywall-notice {
  animation: slideInFromBottom .4s ease;
  background-color: #f5f5f5;
  border-top: 6px solid #ff6400;
  bottom: 0;
  box-shadow: 11px -7px 13px -1px rgba(0, 0, 0, 0.11);
  left: calc(50% - (280px / 2));
  padding: 16px 32px;
  position: fixed;
  text-align: center;
  width: 280px;
  z-index: 10; }

.c-paywall-notice[data-is-hidden] {
  display: none; }

.c-paywall-notice__text {
  font-weight: bold;
  text-align: left; }

.c-paywall-notice__button {
  background-color: #ff6400;
  border-radius: 32px;
  color: #fff;
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  margin: 0 0 16px 0;
  padding: 4px 8px;
  text-transform: uppercase; }

.c-paywall-notice__close-button {
  position: absolute;
  left: -14px;
  top: -44px;
  padding: 32px;
  cursor: pointer; }

.page-numbering {
  margin-top: 45px; }

.page-numbering .current {
  font-family: "montserrat", "Lato", Times New Roman, Times, serif;
  font-weight: 700; }

.page-numbering ul {
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.page-numbering ul li {
  margin-left: 1.21%;
  margin-right: 1.21%; }

a.page-numbers:hover {
  color: #ff6400; }

.aside-popular header {
  display: inline; }

.aside-popular-container {
  padding: 4px 0 10px;
  width: 100%; }

.aside-popular-container :first-child header {
  margin-top: 5px; }

.aside-popular-container a:hover header span {
  text-decoration: none; }

.aside-popular-container a:last-child header:last-child {
  margin-bottom: 0; }

.aside-popular-container header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 35px;
  margin: 4px 0; }

.aside-popular-container p {
  font-size: 0.875rem; }

.aside-popular-container header :hover {
  text-decoration: underline; }

.aside-popular-container header :last-child {
  margin-bottom: 0; }

.aside-popular-container p {
  display: block;
  margin: 0; }

.aside-popular-container__svg-circles {
  width: 27px;
  height: 27px;
  min-width: 27px;
  margin-right: 10px; }

.rcp_form {
  background-color: #f5f5f5;
  max-width: 30em;
  margin: 0 0 16px 0; }
  .rcp_form legend {
    display: none; }
  .rcp_form input[type="checkbox"] {
    float: left;
    margin-right: 4px; }

#rcp_registration_form {
  background-color: #fff; }
  #rcp_registration_form #rcp_submit {
    margin-left: 32px; }

.rcp_user_fieldset {
  background-color: #f5f5f5;
  padding-left: 16px;
  margin: 0 0 16px 0; }
  @media only screen and (min-width: 750px) {
    .rcp_user_fieldset {
      margin: 0 32px 16px; } }

.rcp_card_fieldset {
  margin: 0 0 16px 0;
  padding: 0; }

.rcp_registration_total {
  margin: 0 0 16px 0; }
  @media only screen and (min-width: 750px) {
    .rcp_registration_total {
      margin: 0 32px 16px; } }

.rcp_gateway_pronamic_pay_direct_debit_ideal_fields {
  margin: 0 0 16px 0; }
  @media only screen and (min-width: 750px) {
    .rcp_gateway_pronamic_pay_direct_debit_ideal_fields {
      margin: 0 32px 16px; } }

.rcp_agree_to_privacy_policy_fieldset {
  margin: 0 0 16px 0;
  padding: 0; }
  @media only screen and (min-width: 750px) {
    .rcp_agree_to_privacy_policy_fieldset {
      margin: 0 32px 16px; } }

.rcp-total {
  display: none; }

.rcp_registration_total th,
.rcp_registration_total td {
  text-align: left; }

.rcp_registration_total th:last-child,
.rcp_registration_total td:last-child {
  padding-left: 16px; }

.rcp_login_link {
  padding-top: 16px; }
  @media only screen and (min-width: 750px) {
    .rcp_login_link {
      margin-left: 32px; } }
  .rcp_login_link a {
    color: #ff6400; }

.rcp_error {
  color: #ff6400; }

.rcp_description {
  display: none; }

.rcp_header {
  font-weight: bold;
  font-size: 1.75rem; }

#rcp_login_form {
  padding: 16px; }

.rcp_login_data {
  padding: 0; }

.rcp-login-message {
  display: block; }

.rcp-title {
  font-size: 1.35rem;
  text-transform: uppercase;
  margin-top: 32px;
  font-weight: bold;
  background-color: #f5f5f5; }

.rcp-title__outside-form {
  padding-left: 16px;
  padding-top: 16px; }
  @media only screen and (min-width: 750px) {
    .rcp-title__outside-form {
      margin: 0 32px 0; } }

#rcp-account-overview,
#rcp-payment-history {
  width: 100%;
  margin: 0 0 16px 0; }
  #rcp-account-overview p,
  #rcp-payment-history p {
    margin: 0; }
  #rcp-account-overview thead,
  #rcp-payment-history thead {
    display: none;
    text-align: left;
    border-bottom: 2px solid #ff6400; }
    @media only screen and (min-width: 750px) {
      #rcp-account-overview thead,
      #rcp-payment-history thead {
        display: table-header-group; } }
  #rcp-account-overview td,
  #rcp-payment-history td {
    display: flex;
    flex-direction: column;
    margin: 0 0 4px 0; }
    @media only screen and (min-width: 750px) {
      #rcp-account-overview td,
      #rcp-payment-history td {
        display: table-cell;
        vertical-align: top; } }
  #rcp-account-overview td:before,
  #rcp-payment-history td:before {
    content: attr(data-th);
    font-weight: bold;
    width: 10em;
    display: block; }
    @media only screen and (min-width: 750px) {
      #rcp-account-overview td:before,
      #rcp-payment-history td:before {
        display: none; } }

.rcp-invoice {
  margin: 0 auto;
  max-width: 670px;
  width: 96%; }
  .rcp-invoice h1 {
    font-size: 1.125rem; }
  .rcp-invoice h2 {
    font-size: 1.75rem;
    text-transform: uppercase; }
  .rcp-invoice h1, .rcp-invoice h2 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0; }
  @media only screen and (min-width: 750px) {
    .rcp-invoice #contacts .contacts__company {
      display: flex; } }
  .rcp-invoice #contacts .contacts__company div {
    margin-left: auto; }
  .rcp-invoice #items {
    border-top: 4px solid #ff6400;
    margin: 0 0 16px 0; }
  .rcp-invoice #items table {
    width: 100%; }
  .rcp-invoice #items thead,
  .rcp-invoice #items tbody {
    background-color: #f5f5f5; }
    .rcp-invoice #items thead th,
    .rcp-invoice #items tbody th {
      font-size: 1.125rem; }
    .rcp-invoice #items thead th,
    .rcp-invoice #items thead td,
    .rcp-invoice #items tbody th,
    .rcp-invoice #items tbody td {
      text-align: left; }
  .rcp-invoice #items th,
  .rcp-invoice #items td {
    padding-bottom: 8px;
    padding-top: 8px; }
  .rcp-invoice #items tfoot {
    border-top: 4px solid #ff6400; }
  .rcp-invoice #items .items__total {
    border-top: 4px solid #ff6400; }
  .rcp-invoice #items tfoot td:first-child {
    padding-right: 16px;
    text-align: right; }
  .rcp-invoice #additional-info {
    padding-top: 16px; }
  .rcp-invoice #footer {
    padding-top: 16px; }
    .rcp-invoice #footer .print {
      text-align: center; }

p#section-header-related-articles {
  display: none; }

.section-related-articles {
  display: grid; }

@media (max-width: 768px) {
  .section-related-articles {
    flex-direction: column; } }

@media (min-width: 769px) {
  .section-related-articles {
    --grid-gap: 1rem;
    --grid-columns: calc(50% - (var(--grid-gap) / 2));
    grid-template-columns: var(--grid-columns) var(--grid-columns);
    gap: var(--grid-gap); }
  .section-related-articles .related-article .img-container img {
    object-fit: cover;
    aspect-ratio: 4/3; } }

.related-article {
  margin-bottom: 1rem; }

.section-related-articles .related-article__title {
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  background-color: rgba(0, 0, 0, 0.65);
  margin: 0;
  padding: 1rem 0.5rem;
  width: 100%; }

@media (min-width: 769px) and (max-width: 1030px) {
  #section-header-related-articles,
  #related-articles-line,
  .section-related-articles {
    max-width: 96%;
    margin-left: auto;
    margin-right: auto; }
  #section-header-related-articles:after,
  #related-articles-line:after,
  .section-related-articles:after {
    content: " ";
    display: block;
    clear: both; } }

.section-related-articles {
  margin-top: 10px; }

.section-related-articles .related-article a:hover ~ h3 {
  text-decoration: underline; }

.section-related-articles .related-article a:hover ~ h3 i {
  padding-left: 10px; }

.section-related-articles .related-article a:hover ~ .img-container img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); }

.section-related-articles .related-article .img-container {
  overflow: hidden;
  height: 100%;
  background-color: #e1e1e1; }

.section-related-articles .related-article .img-container img {
  -webkit-transition: -webkit-transform 1s;
  transition: transform 1s;
  display: block;
  width: 100%;
  height: auto; }

p#section-header-related-articles {
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 10px;
  margin-top: 25px;
  border-bottom: 1px solid #ff6400;
  width: fit-content;
  font-size: 16px;
  font-weight: 700; }

.sidebar-container {
  margin: 0 12px;
  top: 50px; }
  @media only screen and (min-width: 750px) {
    .sidebar-container {
      margin: 0; } }

.sidebar-home {
  display: block; }

.sidebar-home:after {
  clear: both;
  content: " ";
  display: block; }

.sidebar-home .aside-more-news {
  margin-top: 25px;
  margin-bottom: 25px; }

.sidebar__banner {
  display: block;
  margin: 0 0 16px 0; }

.sidebar__banner__image {
  display: block;
  width: 100%; }

.sidebar-container {
  height: 100%;
  margin-top: 40px; }
  @media only screen and (min-width: 481px) {
    .sidebar-container {
      margin-top: 15px; } }
  @media only screen and (min-width: 1030px) {
    .sidebar-container {
      float: right;
      height: 100%;
      margin-right: 0;
      margin-top: 0;
      position: absolute;
      right: 0;
      width: 30.1%; } }

.social-icons {
  display: flex;
  justify-content: center;
  margin-top: 1em;
  margin-bottom: 1em; }

.social-icon {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-block;
  margin: 0 10px 0 10px;
  cursor: pointer;
  filter: alpha(opacity=99);
  moz-opacity: .99;
  -khtml-opacity: .99;
  opacity: .99;
  background-repeat: no-repeat;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
  background-position: 0 0;
  background-size: 48px 48px; }
  .social-icon:hover {
    filter: alpha(opacity=75);
    moz-opacity: .75;
    -khtml-opacity: .75;
    opacity: .75; }
  .social-icon .social-icon__counter {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    font-size: 0.8125rem;
    font-family: "montserrat", "Lato", Times New Roman, Times, serif;
    font-weight: 700;
    line-height: 1; }

.social-icon--bookmark {
  background-image: url("../images/socials/bookmark.svg");
  order: 99; }

.social-icon--facebook {
  background-image: url("../images/socials/facebook.svg"); }
  .social-icon--facebook .social-icon__counter {
    color: #3D5B99; }

.social-icon--linkedin {
  background-image: url("../images/socials/linkedin.svg"); }

.social-icon--twitter {
  background-image: url("../images/socials/twitter.svg"); }

.social-icon--mail {
  background-image: url("../images/socials/mail.svg"); }

.social-icon--whatsapp {
  background-image: url("../images/socials/whatsapp.svg"); }

@media only screen and (min-width: 1200px) {
  .social-icons {
    display: block;
    position: absolute;
    bottom: 0;
    left: -50px;
    max-width: 40px;
    background-repeat: no-repeat;
    z-index: 70;
    margin: 0; }
  .social-icon {
    margin: 0 0 9px 0;
    width: 34px;
    height: 34px;
    background-size: 34px 34px; }
    .social-icon:last-child {
      margin-bottom: 0; } }

.c-sponsored-label {
  background-color: #ff6400;
  color: #fff;
  font-size: 0.625em;
  padding: 1.3px 10.5px 0.5px;
  position: absolute;
  top: 16px;
  width: 75px;
  z-index: 10; }
  .c-sponsored-label__inner {
    display: block;
    z-index: 10; }

time {
  display: none; }

@media only screen and (min-width: 1030px) {
  time {
    position: absolute;
    top: 0;
    display: block;
    margin-top: 1rem;
    padding-bottom: 1rem;
    font-size: 0.8rem;
    color: #969696;
    line-height: 1rem; }
    time:first-letter {
      text-transform: capitalize; } }

.c-vk {
  background-color: #f5f5f5;
  padding: 16px;
  width: 100%; }
  @media only screen and (min-width: 750px) {
    .c-vk {
      display: flex; } }

.c-vk-sc-banner {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%; }
  @media only screen and (min-width: 750px) {
    .c-vk-sc-banner {
      width: 70%; } }

.c-vk-sc-banner img {
  max-width: 100%; }

.c-vk__badge {
  position: relative;
  margin-right: 20px; }

.c-vk__badge-image {
  border: none;
  position: absolute;
  width: 20px; }

.c-vk__header {
  position: relative;
  background-color: #ff6400;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  color: #fff;
  margin-bottom: 16px;
  width: 100%;
  height: 100px; }
  @media only screen and (min-width: 750px) {
    .c-vk__header {
      height: 200px; } }

.c-vk__header-image img {
  width: 100%;
  height: auto;
  margin-top: 32px; }
  @media only screen and (min-width: 750px) {
    .c-vk__header-image img {
      margin-top: 0; } }

.c-vk__header-title {
  bottom: 16px;
  font-size: 1.75rem;
  left: 16px;
  margin: 0;
  position: absolute; }
  @media only screen and (min-width: 750px) {
    .c-vk__header-title {
      font-size: 5rem; } }

.c-vk__header-title__brand {
  text-transform: uppercase; }

.c-vk__nav {
  margin: 0 0 16px 0; }
  @media only screen and (min-width: 750px) {
    .c-vk__nav {
      margin: 0; } }

.c-vk__menu {
  background-color: #fff;
  border-top: 4px solid #ff6400;
  margin: 0;
  padding: 8px 8px 8px; }
  @media only screen and (min-width: 750px) {
    .c-vk__menu {
      display: flex;
      flex-direction: column; } }

.c-vk__menu-link {
  font-weight: bold; }
  .c-vk__menu-link:hover {
    color: #969696; }

.c-vk__body {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
  margin: 0;
  width: 100%; }
  @media only screen and (min-width: 750px) {
    .c-vk__body {
      margin-left: 16px;
      margin-top: 0; } }

.c-vk__title {
  font-size: 1.35rem;
  margin: 0; }

.c-vk__content {
  background-color: #fff;
  margin: 0;
  padding: 16px; }

.c-vk__content--account {
  border-top: 4px solid #ff6400; }

.c-vk__content p {
  font-size: 1rem;
  line-height: 1.5em; }
  .c-vk__content p:first-child {
    margin-top: 0; }

.c-vk__content li {
  list-style-type: disc;
  margin-left: 16px; }

.c-vk__content a {
  text-decoration: underline; }

@media only screen and (min-width: 750px) {
  .c-vk__content .c-email-subscription,
  .c-vk__content .c-whatsapp {
    max-width: 50%; } }

.c-vk-address-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 16px;
  width: 100%; }

.c-vk-address-container > * + * {
  margin-left: 10px; }

.c-vk-address-container p {
  margin-top: unset;
  margin-bottom: unset;
  flex: 0 1 48px; }

.c-vk-address-container input[type="text"] {
  margin-bottom: unset;
  width: 100%; }

.c-vk-address-container p:first-of-type {
  flex: 1 0 48px; }

.c-vk-plans {
  display: flex;
  flex-direction: column;
  margin: 0 32px 16px; }
  @media only screen and (min-width: 750px) {
    .c-vk-plans {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between; } }

@media only screen and (min-width: 750px) {
  .c-vk-plans .c-vk-plan {
    flex: 0 1 47%; } }

@media only screen and (min-width: 750px) {
  .c-vk-plans .c-vk-plan--full-width {
    flex: 0 1 100%; } }

.c-vk-plans-intro {
  font-weight: bold;
  margin: 0;
  padding: 16px; }

.c-vk-favorite-button__image {
  width: 48px; }
  @media only screen and (min-width: 1200px) {
    .c-vk-favorite-button__image {
      width: 34px; } }

.social-icons .c-vk-favorite-button--is-favorite:hover {
  filter: alpha(opacity=99);
  moz-opacity: .99;
  -khtml-opacity: .99;
  opacity: .99; }

.c-vk-favorite-button--is-favorite .c-vk-favorite-button__image .bg {
  fill: #fff; }

.c-vk-favorite-button--is-favorite .c-vk-favorite-button__image .flag {
  fill: #ff6400; }

@media only screen and (min-width: 750px) {
  .c-vk-bedankt {
    background-color: #f5f5f5;
    max-width: 670px;
    margin: 0 auto;
    padding: 0 64px; } }

.c-vk-bedankt__inner {
  background-color: #f5f5f5;
  padding: 16px; }
  @media only screen and (min-width: 750px) {
    .c-vk-bedankt__inner {
      background-color: transparent; } }

.c-vk-bedankt__featured-image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto; }

.c-vk-bedankt .page-title {
  border-bottom: 3px solid #ff6400;
  text-transform: uppercase;
  font-size: 1.75rem;
  margin-bottom: 0; }
  @media only screen and (min-width: 750px) {
    .c-vk-bedankt .page-title {
      text-align: center;
      font-size: 2.5rem;
      margin-bottom: 16px;
      margin-top: 8px;
      padding-bottom: 8px; } }

.c-vk-bedankt__social {
  max-width: 280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around; }
  @media only screen and (min-width: 750px) {
    .c-vk-bedankt__social {
      max-width: 160px; } }

.c-vk-donation {
  background-color: #f5f5f5;
  max-width: 30em;
  padding: 16px; }
  .c-vk-donation input[type="text"],
  .c-vk-donation select {
    border: 2px solid #969696;
    margin-bottom: 16px;
    max-width: 20em; }

.c-vk-plan {
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
  margin: 0 0 16px 0;
  padding: 16px; }
  @media only screen and (min-width: 750px) {
    .c-vk-plan {
      margin: 0 0 64px 0; } }

.c-vk-plan__title {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 8px 0 0;
  text-transform: uppercase;
  flex: 2;
  word-break: break-word; }

.c-vk-plan__friends {
  display: flex;
  background-color: #fae5da;
  border: 3px solid #ff6400;
  border-radius: 4px;
  color: #ff6400;
  padding: 4px;
  font-size: 0.75rem;
  line-height: 1em;
  flex: 1;
  align-self: flex-start; }

.c-vk-plan__header {
  display: flex; }

.c-vk-plan__friends .c-icon--exclamation-mark {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  margin-right: 4px;
  align-self: center; }

.c-vk-plan__friends-vk {
  font-weight: bold; }

.c-vk-plan__sub-title {
  font-size: 1.35rem;
  margin: 0;
  padding: 0 0 4px 0; }

.c-vk-plan__description {
  border-top: 3px solid #ff6400;
  flex-grow: 1;
  margin: 0 0 16px 0;
  padding-top: 16px; }

.c-vk-plan__description ul {
  margin: 0; }

.c-vk-plan__description li {
  background-image: url("../images/icons/checkmark.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 14px;
  margin: 0 0 8px 0;
  padding-left: 32px; }

.c-vk-plan__description .c-vk-plan__gold {
  background-image: none;
  color: #969696; }

.c-vk-plan .c-button, .c-vk-plan .gform_button, .c-vk-plan #leaky-paywall-login-form .button-primary, #leaky-paywall-login-form .c-vk-plan .button-primary,
.c-vk-plan #leaky-paywall-login-form #leaky-paywall-submit, #leaky-paywall-login-form .c-vk-plan #leaky-paywall-submit,
.c-vk-plan #leaky-paywall-login-form #leaky-paywall-registration-next, #leaky-paywall-login-form .c-vk-plan #leaky-paywall-registration-next,
.c-vk-plan #leaky-paywall-payment-form .button-primary, #leaky-paywall-payment-form .c-vk-plan .button-primary,
.c-vk-plan #leaky-paywall-payment-form #leaky-paywall-submit, #leaky-paywall-payment-form .c-vk-plan #leaky-paywall-submit,
.c-vk-plan #leaky-paywall-payment-form #leaky-paywall-registration-next, #leaky-paywall-payment-form .c-vk-plan #leaky-paywall-registration-next,
.c-vk-plan #leaky-paywall-profile .button-primary, #leaky-paywall-profile .c-vk-plan .button-primary,
.c-vk-plan #leaky-paywall-profile #leaky-paywall-submit, #leaky-paywall-profile .c-vk-plan #leaky-paywall-submit,
.c-vk-plan #leaky-paywall-profile #leaky-paywall-registration-next, #leaky-paywall-profile .c-vk-plan #leaky-paywall-registration-next, .c-vk-plan .leaky-paywall-payment-button a, .leaky-paywall-payment-button .c-vk-plan a, .c-vk-plan #leaky-paywall-delete-account button, #leaky-paywall-delete-account .c-vk-plan button, .c-vk-plan .issuem-leaky-paywall-subscriber-info button, .issuem-leaky-paywall-subscriber-info .c-vk-plan button, .c-vk-plan .mepr-price-box-button, .c-vk-plan .rcp_form .rcp_submit, .rcp_form .c-vk-plan .rcp_submit,
.c-vk-plan .rcp_form #rcp_login_submit, .rcp_form .c-vk-plan #rcp_login_submit,
.c-vk-plan .rcp_form #rcp_lostpassword_submit, .rcp_form .c-vk-plan #rcp_lostpassword_submit, .c-vk-plan #rcp_submit, .c-vk-plan .rcp_logged_in a, .rcp_logged_in .c-vk-plan a {
  align-self: center;
  margin: 0 0 8px 0; }

.c-vk-plan__subscribe-link {
  align-self: center;
  color: #ff6400;
  text-decoration: underline; }

.c-cta-sc-banner {
  background-color: #f5f5f5;
  clear: both;
  margin: 0 0 16px 0;
  padding: 16px;
  width: 100%;
  display: grid;
  grid-template-columns: 3fr 2fr; }
  @media only screen and (min-width: 750px) {
    .c-cta-sc-banner {
      grid-template-columns: 3fr 150px; } }
  .c-cta-sc-banner p, .c-cta-sc-banner a, .c-cta-sc-banner img {
    margin: 0;
    padding: 0; }
  .c-cta-sc-banner .cta-sc-text {
    padding-right: 16px; }
    @media only screen and (min-width: 750px) {
      .c-cta-sc-banner .cta-sc-text {
        padding-right: 16px; } }
  .c-cta-sc-banner .cta-sc-link {
    object-fit: contain;
    background-color: #ff6400;
    border-radius: 4px;
    display: block;
    padding: 8px;
    text-decoration: none !important; }
  .c-cta-sc-banner .cta-sc-link-text {
    line-height: 1em; }

.cta-sc-whatsapp .cta-sc-link-image {
  height: 50px;
  float: right; }

.cta-sc-de-pin .c-cta-sc-banner__link {
  background-color: #fff748; }

.cta-sc-de-pin .cta-sc-link-image {
  width: 100%; }

.cta-sc-speld-sport .c-cta-sc-banner__link {
  background-color: #969696; }

.cta-sc-speld-sport .cta-sc-link-image {
  width: 100%; }

.cta-sc-speld-app {
  grid-template-columns: 1fr 1fr;
  text-align: center; }
  .cta-sc-speld-app .cta-sc-text {
    grid-column: span 2; }
  .cta-sc-speld-app .cta-sc-link {
    padding: 0;
    background: none;
    border-radius: 4px;
    justify-self: center;
    height: 80px; }
    .cta-sc-speld-app .cta-sc-link img {
      height: 100%; }

@media only screen and (min-width: 750px) {
  .main .c-cta-sc-banner {
    margin: 0 auto 16px;
    width: 70%; } }

.c-discounts {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  margin: 0; }

.c-discount {
  background-color: #f5f5f5;
  margin: 0 0 16px 0;
  width: 100%; }
  @media only screen and (min-width: 750px) {
    .c-discount {
      width: 49%;
      margin-left: 2%; }
      .c-discount:nth-child(2n + 1) {
        margin-left: 0; } }
  @media only screen and (min-width: 1000px) {
    .c-discount {
      width: 32%;
      margin-left: 2%; }
      .c-discount:nth-child(2n + 1) {
        margin-left: 2%; }
      .c-discount:nth-child(3n + 1) {
        margin-left: 0; } }

.c-discount__link-wrapper {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  height: 200px;
  position: relative;
  width: 100%; }

.c-discount__link {
  display: block;
  flex: 1 1 auto;
  height: auto;
  width: 100%; }

.c-discount__code-wrapper {
  background: linear-gradient(to bottom, rgba(245, 245, 245, 0) 0%, rgba(0, 0, 0, 0.05) 8%, rgba(0, 0, 0, 0.1) 16%, rgba(0, 0, 0, 0.76) 74%);
  bottom: 0;
  color: #fff;
  font-weight: bold;
  padding-bottom: 8px;
  padding-top: 16px;
  position: absolute;
  text-align: center;
  width: 100%; }

.c-discount__code {
  color: #ff6400; }

.c-discount__image {
  width: 100%;
  display: block; }

.c-discount__description {
  padding: 8px;
  font-weight: bold;
  line-height: 1.25em; }

.video-push-container {
  width: 100%;
  margin: 0 0 40px 0;
  border-top: solid 5px #ff6400;
  padding: 8px 10px 15px 10px;
  background: #e4e4e4; }
  .video-push-container .entry-sub-title {
    margin: 0 0 8px 0;
    font-size: 14px; }
  .video-push-container .entry-title {
    font-size: 18px; }

.wq-quiz .wq_quizProgressValue {
  background-color: #f5f5f5; }

/**
*   UTILITIES
*/
.u-clearfix:after {
  clear: both;
  content: "";
  display: table; }

/**
*   LOST THE SASS FILES NEED TO REORDER
*   DUMP IS ALL THE OLD CSS
*   KEEP THIS FILE BELOW
*/
.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix,
.cf,
.comment-respond {
  zoom: 1; }

.clearfix:before,
.clearfix:after,
.cf:before,
.comment-respond:before,
.cf:after,
.comment-respond:after {
  content: "";
  display: table; }

.clearfix:after,
.cf:after,
.comment-respond:after {
  clear: both; }

span.amp {
  font-family: Baskerville, "Goudy Old Style", Palatino, "Book Antiqua", serif !important;
  font-style: italic; }

@font-face {
  font-family: "montserrat";
  font-weight: 300;
  font-style: normal;
  src: url(../fonts/Montserrat-Light.ttf) format("TrueType"); }

@font-face {
  font-family: "montserrat";
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/Montserrat-Regular.ttf) format("TrueType"); }

@font-face {
  font-family: "montserrat";
  font-weight: 600;
  font-style: normal;
  src: url(../fonts/Montserrat-SemiBold.ttf) format("TrueType"); }

@font-face {
  font-family: "montserrat";
  font-weight: 700;
  font-style: normal;
  src: url(../fonts/Montserrat-Bold.ttf) format("TrueType"); }

p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig"; }

.display-none {
  display: none; }

.hide {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important; }

@media only screen and (max-width: 768px) {
  .header {
    z-index: 997;
    position: absolute;
    width: 100%; } }

.header {
  background-color: #fff; }

#logo {
  width: 164px;
  height: 33.33px;
  margin: 0;
  display: block;
  position: absolute;
  left: clamp(44px, calc(100vw - 336px), calc(50% - 82px));
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: center/contain no-repeat url("../images/speld_logo.png"); }
  @media only screen and (min-width: 600px) {
    #logo {
      margin-left: 17px;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); } }
  @media only screen and (min-width: 1000px) {
    #logo {
      margin-left: 0; } }

.alert-help,
.alert-info,
.alert-error,
.alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid; }

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f; }

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8; }

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4; }

.alert-success {
  border-color: #deeaae;
  background: #e6efc2; }

ul.bjqs {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: none; }

li.bjqs-slide {
  position: absolute;
  display: none; }

ul.bjqs-controls {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 9999; }

ul.bjqs-controls.v-centered li a {
  position: absolute; }

ul.bjqs-controls.v-centered li.bjqs-next a {
  right: 0; }

ul.bjqs-controls.v-centered li.bjqs-prev a {
  left: 0; }

ol.bjqs-markers {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center; }

ol.bjqs-markers.h-centered {
  text-align: center; }

ol.bjqs-markers li {
  display: inline; }

ol.bjqs-markers li a {
  display: inline-block; }

p.bjqs-caption {
  display: block;
  width: 96%;
  margin: 0;
  padding: 2%;
  position: absolute;
  bottom: 0; }

.aside-widget-poll-container {
  font-weight: normal !important;
  border-top: 1px solid #969696;
  margin-top: 27px;
  background: #f5f5f5;
  padding: 15px;
  padding-top: 0;
  padding-bottom: 7px;
  width: 320px; }

.aside-widget-poll-container p {
  font-size: 0.625em; }

.wp-polls {
  font-size: 1em; }

.wp-polls ul {
  font-size: 0.625em; }

.wp-polls :last-child {
  margin-bottom: 20px; }

.wp-polls li {
  margin-top: 5px; }

.wp-polls small {
  font-size: 1em !important; }

.wp-polls .pollbar {
  margin: 1px;
  line-height: 8px;
  height: 11px;
  background: #ff9b00;
  border: none; }

.aside-widget-poll-container h5 {
  line-height: normal;
  text-transform: none;
  letter-spacing: normal;
  font-family: "montserrat", "Lato", Times New Roman, Times, serif;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 15px; }

.aside-widget-poll-container .poll-link {
  font-family: "montserrat", "Lato", Times New Roman, Times, serif;
  font-weight: 700;
  margin-top: 7px;
  margin-left: 90px; }

.aside-widget-poll-container input[type="button"] {
  font-family: "montserrat", "Lato", Times New Roman, Times, serif;
  font-weight: 700;
  padding: 3px 20px;
  border-radius: 4px;
  background: #ff6400;
  color: #fff;
  margin-left: 100px;
  margin-bottom: 5px;
  margin-top: 10px; }

#input-form-search {
  background-color: #e1e1e1;
  color: #969696;
  height: 23px;
  font-size: 0.75em;
  border: none;
  width: 180px;
  border-radius: 4px;
  margin-top: 8px; }

#hover-nav {
  float: right;
  display: flex;
  margin-top: 4px;
  font-family: "montserrat", "Lato", Times New Roman, Times, serif;
  font-weight: 700; }
  @media only screen and (min-width: 1000px) {
    #hover-nav {
      padding-right: 40px; } }

#hover-nav ul {
  margin: 0;
  padding: 0; }

#hover-nav li {
  list-style: none; }

@media all and (max-width: 700px) {
  #hover-nav li {
    margin-bottom: 2px; } }

@media all and (min-width: 701px) {
  #hover-nav li {
    float: left;
    text-align: center; }
  #hover-nav li:hover li {
    height: 40px; } }

#hover-nav li a {
  cursor: pointer;
  color: #323232;
  padding: 10px;
  padding-right: 33px;
  display: block;
  text-decoration: none;
  z-index: 9999; }

#hover-nav li a:hover {
  color: #ff6400; }

#hover-nav li a.more,
#hover-nav li a.less {
  display: none;
  font-family: icon;
  position: absolute;
  top: 0;
  right: 0;
  background: #999;
  padding: 0;
  width: 25%;
  text-align: center;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  z-index: 500;
  font-size: 30px;
  -moz-box-shadow: -3px 0px 2px -2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -3px 0px 2px -2px rgba(0, 0, 0, 0.1);
  box-shadow: -3px 0px 2px -2px rgba(0, 0, 0, 0.1); }

.touch #hover-nav li a.more,
.touch #hover-nav li a.less {
  display: block; }

@media all and (max-width: 700px) {
  #hover-nav li a.more,
  #hover-nav li a.less {
    display: block; } }

#hover-nav li ul {
  margin-top: 4px;
  width: 156px;
  padding: 0;
  font-size: 0.775em;
  -webkit-box-shadow: 6px 6px 27px -6px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 6px 6px 27px -6px rgba(0, 0, 0, 0.24);
  box-shadow: 6px 6px 27px -6px rgba(0, 0, 0, 0.24); }

@media all and (min-width: 701px) {
  #hover-nav li ul {
    width: 156px;
    position: absolute;
    z-index: 999; } }

#hover-nav li ul li {
  width: 156px;
  height: 0px;
  -moz-transition-property: height;
  -o-transition-property: height;
  -webkit-transition-property: height;
  transition-property: height;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  overflow: hidden;
  margin-bottom: 0;
  overflow: hidden;
  margin-bottom: 0; }

#hover-nav li ul li:first-child {
  margin-top: 1px;
  border-top: none; }

#hover-nav li ul li:first-child a {
  border-top: none;
  background: linear-gradient(#f5f5f5, #fff 10px, #fff) !important; }

@media all and (min-width: 701px) {
  #hover-nav li ul li {
    width: auto;
    float: none;
    border: none;
    margin-left: -1px; } }

#hover-nav li ul a {
  width: 156px;
  border-top: #969696 dotted 1px;
  background: #fff;
  color: #323232;
  line-height: 21px; }

@media all and (max-width: 700px) {
  #hover-nav li ul a {
    padding-left: 20px; } }

#hover-nav li ul a:hover {
  color: #ff6400; }

#nav-menu ul li:first-child a:first-child,
.menu-mainnav:first-child {
  border-top: none !important;
  background: linear-gradient(#e1e1e1, #fff 13px, #fff) !important; }

nav li:target ul li {
  height: 40px; }

@media all and (max-width: 700px) {
  nav li:target ul li {
    border-top: 1px solid #c8c8c8; } }

nav li:target ul li:first-child {
  border-top: none; }

nav li:target .less {
  z-index: 1000; }

.nav-up {
  display: none; }

.sticky-nav {
  padding-top: 5px;
  height: 53px;
  position: fixed;
  background: #fff;
  padding-left: auto;
  width: 100%;
  z-index: 100;
  border-top: 2px #ff6400 solid; }

#hover-nav {
  display: none; }

.social-menu {
  display: none; }

.main-menu {
  display: none;
  margin-top: 56.5px;
  position: relative;
  z-index: 90; }

.nav:hover,
.nav:focus {
  color: #ff6400;
  outline: 0 !important; }

.mobileAppIos {
  padding-top: 20px; }

.mobileAppIos .ios-status-bar {
  height: 20px;
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999; }

.div-gpt-ad-top {
  max-width: 320px;
  margin: 53px auto 0; }

@media only screen and (min-width: 728px) {
  .div-gpt-ad-top {
    line-height: 0;
    max-width: 728px;
    margin: 0 auto; } }

@media only screen and (min-width: 970px) {
  .div-gpt-ad-top {
    max-width: 970px;
    margin: 0 auto; } }

@media only screen and (min-width: 985px) {
  .div-gpt-ad-top {
    max-width: 985px;
    margin: 0 auto; } }

.in-article-ad-pusher {
  margin-top: 15px;
  margin-bottom: 20px;
  margin-left: -50px; }

#div-gpt-ad-mob {
  text-align: center; }

html {
  height: 100%; }

html body {
  height: 100%;
  font-family: "montserrat", "Lato", Times New Roman, Times, serif;
  font-size: 14px;
  line-height: 1.5;
  color: #323232;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

main {
  padding-top: 30px;
  position: relative;
  height: 100%; }

@media only screen and (min-width: 1030px) {
  main {
    padding-top: 50px;
    position: relative; } }

.archive #inner-content,
.category #inner-content {
  padding-top: 25px; }

@media (max-width: 1030px) {
  .nederland-gezellig #inner-content > img,
  .branded-room-fbto #inner-content > img {
    width: 100%; } }

@media (max-width: 768px) {
  .nederland-gezellig #inner-content,
  .branded-room-fbto #inner-content {
    padding-top: 64px; } }

.remove-highlight-mobile {
  -webkit-tap-highlight-color: transparent !important; }

i {
  -webkit-transition: all ease 0.08s;
  transition: all ease 0.08s; }

iframe {
  border: none; }

br {
  clear: both; }

.hidden {
  display: none !important;
  position: absolute !important; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.ion-ios-play {
  font-size: 0.75em;
  color: #ff6400;
  padding-left: 5px;
  padding-right: 0px; }

.wrapword {
  white-space: -moz-pre-wrap !important;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  word-wrap: break-word;
  white-space: -webkit-pre-wrap;
  word-break: break-all;
  white-space: normal; }

.hide-rest-of-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.divlink {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
  z-index: 40;
  background-color: white;
  opacity: 0;
  filter: alpha(opacity=0); }

@media (max-width: 768px) {
  .single .ajax-load-more-wrap {
    padding-top: 40px; } }

@media (min-width: 1030px) {
  .more-news-btn {
    display: none !important; } }

.wrap {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto; }

.wrap:after {
  content: " ";
  display: block;
  clear: both; }

@media (min-width: 1030px) {
  #inner-content {
    margin-top: 32px; } }

.video-home {
  max-width: 96%;
  margin-left: auto;
  margin-right: auto; }

.video-home:after {
  content: " ";
  display: block;
  clear: both; }

.articles {
  max-width: 96%;
  margin-left: auto;
  margin-right: auto; }

.articles:after {
  content: " ";
  display: block;
  clear: both; }

.video-article-large {
  max-width: 96%;
  margin-left: auto;
  margin-right: auto; }

.video-article-large:after {
  content: " ";
  display: block;
  clear: both; }

a {
  color: #323232; }

hr {
  position: relative;
  bottom: 5px;
  margin: 1px;
  height: 1px;
  color: #c8c8c8;
  background-color: #c8c8c8;
  border: none; }

a {
  text-decoration: none; }

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.55;
  font-family: "montserrat", "Lato", Times New Roman, Times, serif;
  font-weight: normal; }

@media (max-width: 768px) {
  .articles-entry-content {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important; } }

.articles {
  margin-bottom: 3rem;
  position: relative; }

.articles figure {
  width: 100%;
  height: auto; }

.articles-content {
  width: 53.19277%;
  float: right;
  margin-right: 0;
  position: relative; }

.articles-content .articles-header h2 {
  -webkit-transition: 1s ease;
  transition: 1s ease;
  margin: 0px;
  max-width: 500px;
  font-size: 1.1rem; }

.articles-entry-content {
  margin-top: 8px;
  margin-bottom: 0px;
  max-width: 480px; }

.articles-footer p {
  margin-top: 6px;
  font-family: "montserrat", "Lato", Times New Roman, Times, serif;
  margin-bottom: 0;
  line-height: 1;
  font-size: 0.875rem;
  font-weight: 700; }

.articles-footer p a {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease; }

.articles-footer p a i {
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s; }

.articles figure {
  float: left;
  position: relative; }

.articles figure #black-overlay-for-icons {
  width: 100%;
  height: 100%;
  z-index: 10;
  position: absolute;
  top: 0;
  display: block;
  overflow: hidden; }

.articles figure #mic-icon {
  width: 50px;
  height: auto;
  z-index: 20;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

@media (min-width: 768px) {
  .articles figure #mic-icon {
    width: 63px;
    height: auto; } }

.articles-footer p {
  margin-top: 4px; }

.entry-content blockquote {
  margin: 0 0 1.5em 0.75em;
  padding: 0 0 0 0.75em;
  border-left: 3px solid #2980b9;
  font-style: italic;
  color: #9fa6b4; }

.entry-content .size-auto,
.entry-content .size-full,
.entry-content .size-large,
.entry-content .size-medium,
.entry-content .size-thumbnail {
  max-width: 100%;
  height: auto; }

.entry-content a {
  color: #ff6400;
  text-decoration: none; }
  .entry-content a:hover {
    text-decoration: underline; }

.video-article-large {
  margin-bottom: 30px; }

.video-home .play-button-video-large {
  width: 28.35820895522388% !important;
  height: auto;
  position: absolute !important;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5; }

.articles-large {
  position: relative; }

.articles-large .img-container-large {
  overflow: hidden;
  position: relative; }

.articles-large .img-container-large .play-button-video-large {
  width: 28.35820895522388% !important;
  height: auto;
  position: absolute !important;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5; }

.articles-large img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: -webkit-transform 1s;
  transition: transform 1s;
  image-rendering: -webkit-optimize-contrast; }

.articles-large #label-gesponsord {
  display: block;
  z-index: 4; }

.articles-large #mic-icon {
  display: none; }

.article-large-caption {
  position: relative;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  height: 55px;
  color: #fff;
  margin-left: 0;
  width: 100%;
  padding-left: 5.970149254%;
  overflow: hidden;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  cursor: hand;
  cursor: pointer;
  opacity: 0.9;
  z-index: 40; }

@media only screen and (min-width: 768px) {
  .article-large-caption {
    height: 80px; } }

.article-large-caption a.divlink {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
  z-index: 10;
  background-color: white;
  opacity: 0;
  filter: alpha(opacity=0); }

.article-large-caption .articles-header {
  margin-top: 13px; }

.article-large-caption .articles-header a {
  color: #fff !important; }

.article-large-caption .articles-header h5 {
  display: none; }

@media only screen and (min-width: 768px) {
  .article-large-caption .articles-header h2 a:hover {
    text-decoration: none; }
  .article-large-caption .articles-header h5 {
    display: inline;
    margin: 4px 0 0 0;
    padding: 0;
    line-height: 1; } }

.article-large-caption .articles-entry-content {
  max-width: 600px;
  margin-top: 0;
  display: none; }

.article-large-caption .articles-entry-content a {
  color: #fff; }

.article-large-caption .articles-entry-content #bold-link {
  font-family: "montserrat", "Lato", Times New Roman, Times, serif;
  white-space: nowrap; }

.video-home {
  position: relative;
  margin-bottom: 30px;
  padding: 0; }

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

.video-header-overlay {
  background: rgba(255, 255, 255, 0.9);
  color: #fff;
  position: absolute;
  bottom: 0;
  padding: 0;
  width: 100%;
  height: 50px; }

.video-header-overlay h2 {
  position: relative;
  top: 24% !important;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  margin-left: 5.8208955223880594%; }

.entry-header {
  margin-top: 0;
  margin-bottom: 4px;
  width: 100%; }

.entry-sub-title {
  font-size: 1.05em;
  font-weight: 300;
  font-family: "montserrat", "Lato", Times New Roman, Times, serif;
  margin: 6px 0 0 0;
  line-height: 1; }

.source {
  color: #fff;
  position: absolute !important;
  bottom: 35%;
  right: 2%;
  margin: 0;
  font-style: italic;
  font-size: 12px;
  text-align: right; }

@media only screen and (min-width: 600px) {
  .source {
    bottom: 15%; } }

#overlay .source-overlay {
  display: none; }

@media only screen and (min-width: 631px) {
  .source {
    font-size: 14px !important;
    bottom: 12% !important; } }

@media only screen and (min-width: 1030px) {
  .source {
    bottom: 1% !important; } }

#more-nieuws {
  position: relative;
  bottom: 2px;
  font-size: 0.8rem; }

@media (min-width: 1030px) {
  .category .article-large-smallscreens {
    display: none; } }

.single article {
  position: relative; }

.single article figure {
  position: relative; }

@media (max-width: 1030px) {
  .single .entry-header {
    max-width: 96%;
    margin-left: auto;
    margin-right: auto; }
  .single .entry-header:after {
    content: " ";
    display: block;
    clear: both; } }

.single-title {
  margin-top: 10px;
  margin-bottom: 7px; }

.page .page-title {
  padding-top: 3px; }

.page .byline {
  position: absolute;
  top: 30px; }

.alignnone {
  display: block;
  margin: 22px 0; }

.tags {
  margin: 0; }

.pagination,
.wp-prev-next {
  margin: 1.5em 0; }

.pagination {
  text-align: center; }

.pagination ul {
  display: inline-block;
  background-color: #fff;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border-radius: 3px; }

.pagination li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
  border-right: 1px solid #c8c8c8; }

.pagination a,
.pagination span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1em;
  font-size: 1em;
  padding: 0.75em;
  min-width: 1em;
  display: block;
  color: #2980b9; }

.pagination a:hover,
.pagination a:focus,
.pagination span:hover,
.pagination span:focus {
  background-color: #2980b9;
  color: #fff; }

.pagination .current {
  cursor: default;
  color: #323232; }

.pagination .current:hover,
.pagination .current:focus {
  background-color: #fff;
  color: #323232; }

.wp-prev-next .prev-link {
  float: left; }

.wp-prev-next .next-link {
  float: right; }

.shortnews-poll-mobile {
  display: none; }

@media (max-width: 768px) {
  .shortnews-poll-mobile {
    display: block;
    margin: 10px 10px 0px; } }

.shortnews-poll-mobile {
  max-width: 200px; }

@media (min-width: 1030px) {
  .aside-more-news {
    display: none; } }

.aside-border-header-left {
  width: 100%;
  border-bottom: 1px solid #969696;
  display: inline-block; }

.aside-border-header-left .aside-header-box {
  margin: 0;
  text-align: center;
  display: block;
  padding: 6.5px 10px;
  width: 129px;
  font-family: "montserrat", "Lato", Times New Roman, Times, serif;
  font-weight: 700;
  line-height: 1;
  background-color: #f5f5f5;
  border: solid #969696 1px;
  border-bottom: none; }

.aside-more-news .articles {
  margin-top: 16px;
  margin-bottom: 0;
  max-width: 100%; }

.aside-widget-poll {
  margin-top: 30px;
  margin-bottom: 30px;
  float: left;
  display: block;
  width: 100%; }

.aside-widget-poll h4 {
  float: right;
  margin: 0;
  text-align: center;
  padding: 6.5px 0;
  width: 129px;
  font-size: 0.875em;
  line-height: 1;
  border: solid #969696 1px;
  border-bottom: none; }

.aside-widget-poll-container {
  height: 100%;
  width: 100%; }

.unit_title {
  font-size: 0.687em;
  font-family: "montserrat", "Lato", Times New Roman, Times, serif;
  margin: 0;
  color: #969696;
  position: absolute;
  top: 15px; }

@media (min-width: 768px) {
  .footer {
    display: none; } }

@media (max-width: 1030px) {
  .page .footer {
    display: block !important; } }

.footer__block {
  color: #fff;
  width: 33.333%;
  height: 48px;
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 25px;
  background: #969696; }

.footer__socials--facebook {
  background: #345b95; }

.footer__socials--twitter {
  background: #1dadea; }

.footer__socials--instagram {
  background: #417399; }

.footer__nav__link {
  font-size: 0.9rem;
  font-weight: 700;
  font-family: "montserrat", "Lato", Times New Roman, Times, serif; }

.mce-content-body img[data-mce-placeholder][data-mce-selected] {
  outline: 1px dotted #888;
  height: 20px !important; }

@media only screen and (min-width: 481px) {
  .entry-content .alignleft,
  .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left; }
  .entry-content .alignright,
  .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right; }
  .entry-content .aligncenter,
  .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both; } }

@media only screen and (min-width: 768px) {
  .archive #inner-content,
  .category #inner-content {
    padding-top: 0px; }
  .orange-bar {
    position: fixed;
    background-color: #ff6400;
    width: 100%;
    height: 2px;
    z-index: 9999; }
  #logo {
    padding: 0;
    margin-top: 8px;
    margin-bottom: 8px;
    left: 0;
    top: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    float: left;
    position: inherit; }
  #hamburger-menu-home {
    display: none !important; }
  .social-menu {
    display: inline-block; }
  #hover-nav {
    display: block; }
  #inner-header {
    height: 90px; }
  .main-nav-scrolled {
    box-shadow: 0px 8px 27px -6px rgba(0, 0, 0, 0.11); }
  .main-nav-scrolled #nav-menu {
    display: none; }
  .main-nav-scrolled #nav-webshop {
    display: none; }
  .main-nav-scrolled #nav-categorie {
    display: block; }
  .main-nav-scrolled #logo {
    margin: 13.5px 0;
    position: absolute;
    left: 50%;
    top: 30%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .main-nav-scrolled #hover-nav {
    position: absolute; }
  .main-nav-scrolled .social-menu {
    float: right; }
  #nav-categorie {
    display: none; }
  .sticky-nav {
    padding-top: 5px;
    height: 56.5px; }
  .nav-up {
    display: inline-block; }
  #input-form-search :active {
    outline: none; }
  .social-menu {
    float: right;
    max-width: 180px; }
  .social-menu ul {
    float: right;
    margin-top: 15.5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .social-menu ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .social-menu ul li:nth-child(5) {
    position: relative;
    bottom: 1px; }
  .social-menu ul li:last-child {
    font-size: 1.1rem; }
  .social-menu ul li:last-child a {
    margin-right: 10px; }
  .social-menu ul li a {
    color: #323232;
    font-size: 0.95rem;
    margin-right: 14px; }
  .social-menu ul li a :hover {
    color: #ff6400; }
  .main-menu {
    display: block;
    background: -webkit-linear-gradient(#b9b9b9, #e1e1e1 13px, #e1e1e1);
    background: linear-gradient(#b9b9b9, #e1e1e1 13px, #e1e1e1); }
  .main-menu ul {
    padding: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-flow: row wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .main-menu ul li {
    padding: 8px 0;
    margin: 0;
    overflow: hidden; }
  .main-menu ul li a {
    font-size: 0.75rem;
    text-decoration: none;
    color: #969696;
    font-family: "montserrat", "Lato", Times New Roman, Times, serif;
    letter-spacing: 1px; }
  .main-menu ul li a:hover,
  .main-menu ul li a:focus {
    font-weight: bold;
    color: #ff6400; }
  #menu-mainnav-1 .menu-item:nth-last-of-type(2) a {
    color: #ff6400; }
  #menu-mainnav-1 .menu-item:last-of-type a {
    color: #51257F; }
  .articles-footer p {
    font-size: 0.975rem !important;
    font-family: "montserrat", "Lato", Times New Roman, Times, serif; }
  .articles {
    margin-bottom: 3rem;
    position: relative; }
  .articles figure a:hover ~ div img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  .articles figure a:hover ~ div #black-overlay-for-icons {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .articles figure a:hover ~ div div #label-gesponsord {
    display: block; }
  .articles .articles-content a:hover ~ header h2 {
    text-decoration: underline; }
  .articles .articles-content a:hover ~ footer p a {
    padding-right: 5px; }
  .articles .articles-content a:hover ~ footer p a i {
    padding-left: 10px; }
  .articles-entry-content {
    margin-top: 0;
    margin-bottom: 0px; }
  .articles-footer p {
    margin-top: 4px;
    font-family: "montserrat", "Lato", Times New Roman, Times, serif; }
  .articles-footer p a {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease; }
  .articles-footer p a i {
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s; }
  .articles-large figure {
    width: 100%;
    height: auto;
    position: relative; }
  .articles-large figure a:hover ~ figure div img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  .articles-large .img-container-large {
    width: 100%;
    height: auto; }
  .articles-large img {
    width: 100% !important;
    height: auto !important; }
  .article-large-caption:hover {
    height: 150px !important;
    text-decoration: none !important; }
  .article-large-caption:hover .articles-entry-content {
    display: block !important; }
  .video-article-large {
    margin-bottom: 30px; }
  .video-article-large a:hover ~ figure div img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  .video-article-large .article-large-caption:hover {
    height: 80px !important; }
  .video-article-large .article-large-caption:hover .articles-entry-content {
    display: none !important; }
  .video-header-overlay {
    background: rgba(255, 255, 255, 0.9);
    color: #fff;
    position: absolute;
    bottom: 0;
    padding: 0;
    width: 100%;
    height: 100px;
    display: block; }
  .video-header-overlay h2 {
    top: 40%; }
  .video-header-seemore {
    display: block;
    bottom: 0;
    width: 100%;
    background-color: #323232;
    margin: 0;
    line-height: 1;
    padding: 7px 0;
    text-align: right;
    z-index: 40; }
  .video-header-seemore p {
    z-index: 41; }
  .video-header-seemore a {
    color: #fff;
    text-decoration: none;
    font-family: "montserrat", "Lato", Times New Roman, Times, serif;
    font-weight: 700;
    z-index: 101;
    margin-right: 10px; }
  .video-header-seemore i {
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    position: relative;
    right: 10px; }
  .video-header-seemore a:hover ~ i {
    right: 5px;
    position: relative; }
  .hide-on-small-screens {
    display: block; }
  .sidebar {
    margin-top: 2.2em; }
  .widgettitle {
    border-bottom: 2px solid #444;
    margin-bottom: 0.75em; }
  .widget {
    padding: 0 10px;
    margin: 2.2em 0; }
  .widget ul li {
    margin-bottom: 0.75em; }
  .widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em; } }

@media only screen and (min-width: 1030px) {
  #inner-content > img {
    width: 100%; }
  .wrap {
    max-width: 1000px; }
  .footer {
    width: 65.71429%;
    float: left;
    margin-right: 2.85714%; }
  .video-home {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .video-home:after {
    content: " ";
    display: block;
    clear: both; }
  .ajax-load-more-wrap {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .ajax-load-more-wrap:after {
    content: " ";
    display: block;
    clear: both; }
  .articles {
    max-width: 100%; }
  .video-article-large {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .video-article-large:after {
    content: " ";
    display: block;
    clear: both; }
  .main-menu ul {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .social-menu ul li:last-child a {
    margin: 0; } }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline; }
  a:after,
  a:visited:after {
    content: " (" attr(href) ")"; }
  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }

/*# sourceMappingURL=style.css.map */
#logo {
  width: 128px;
  background: center/contain no-repeat url("../images/speld_sport_logo_v2.png"); }

.main-menu .menu-item:first-of-type a {
  color: #ff6400;
  font-weight: 700; }

/*# sourceMappingURL=style_sport.css.map */