/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* =============================================
   Base styles: opinionated defaults
   ============================================= */
html,
button,
input,
select,
textarea {
  color: #222;
}

html {
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* =============================================
   Browse Happy prompt
   ============================================= */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* =============================================
   Helper classes
   ============================================= */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

@font-face {
  font-family: "cochin";
  font-weight: 700;
  font-style: normal;
  src: font-url("/fonts/font-cochin/cochinltstd-bold-webfont.woff") format("woff");
}
@font-face {
  font-family: "cochin";
  font-weight: 700;
  font-style: italic;
  src: font-url("/fonts/font-cochin/cochinltstd-bolditalic-webfont.woff") format("woff");
}
@font-face {
  font-family: "cochin";
  font-weight: 400;
  font-style: italic;
  src: font-url("/fonts/font-cochin/cochinltstd-italic-webfont.woff") format("woff");
}
@font-face {
  font-family: "cochin";
  font-weight: 400;
  font-style: normal;
  src: font-url("/fonts/font-cochin/cochinltstd-webfont.woff") format("woff");
}
@font-face {
  font-family: "cochin";
  src: local("cochin"), url("/fonts/font-cochin/cochinltstd-bold-webfont.woff2") format("woff2"), url("/fonts/font-cochin/cochinltstd-bold-webfont.woff") format("woff");
}
@font-face {
  font-family: "cochin";
  src: local("cochin"), url("/fonts/font-cochin/cochinltstd-bolditalic-webfont.woff2") format("woff2"), url("/fonts/font-cochin/cochinltstd-bolditalic-webfont.woff") format("woff");
}
@font-face {
  font-family: "cochin";
  src: local("cochin"), url("/fonts/font-cochin/cochinltstd-italic-webfont.woff2") format("woff2"), url("/fonts/font-cochin/cochinltstd-italic-webfont.woff") format("woff");
}
@font-face {
  font-family: "cochin";
  src: local("cochin"), url("/fonts/font-cochin/cochinltstd-webfont.woff2") format("woff2"), url("/fonts/font-cochin/cochinltstd-webfont.woff") format("woff");
}
@font-face {
  font-family: "DinCondensed";
  font-weight: 700;
  font-style: normal;
  src: font-url("/fonts/font-din-condensed/d-dincondensed-bold-webfont.woff") format("woff");
}
@font-face {
  font-family: "DinCondensed";
  font-weight: 400;
  font-style: normal;
  src: font-url("/fonts/font-din-condensed/d-dincondensed-webfont.woff") format("woff");
}
@font-face {
  font-family: "din";
  font-weight: 700;
  font-style: normal;
  src: font-url("/fonts/font-din/dinot-bold-webfont.woff") format("woff");
}
@font-face {
  font-family: "din";
  font-weight: 700;
  font-style: italic;
  src: font-url("/fonts/font-din/dinot-bolditalic-webfont.woff") format("woff");
}
@font-face {
  font-family: "din";
  font-weight: 500;
  font-style: normal;
  src: font-url("/fonts/font-din/dinot-medium-webfont.woff") format("woff");
}
@font-face {
  font-family: "din";
  font-weight: 500;
  font-style: italic;
  src: font-url("/fonts/font-din/dinot-mediumitalic-webfont.woff") format("woff");
}
@font-face {
  font-family: "din";
  font-weight: 400;
  font-style: normal;
  src: font-url("/fonts/font-din/dinot-webfont.woff") format("woff");
}
@font-face {
  font-family: "din";
  font-weight: 400;
  font-style: italic;
  src: font-url("/fonts/font-din/dinot-italic-webfont.woff") format("woff");
}
@font-face {
  font-family: "din";
  font-weight: 200;
  font-style: normal;
  src: font-url("/fonts/font-din/dinot-light-webfont.woff") format("woff");
}
@font-face {
  font-family: "din";
  src: local("din"), url("/fonts/font-din/dinot-bold-webfont.woff2") format("woff2"), url("/fonts/font-din/dinot-bold-webfont.woff") format("woff");
}
@font-face {
  font-family: "din";
  src: local("din"), url("/fonts/font-din/dinot-bolditalic-webfont.woff2") format("woff2"), url("/fonts/font-din/dinot-bolditalic-webfont.woff") format("woff");
}
@font-face {
  font-family: "din";
  src: local("din"), url("/fonts/font-din/dinot-medium-webfont.woff2") format("woff2"), url("/fonts/font-din/dinot-medium-webfont.woff") format("woff");
}
@font-face {
  font-family: "din";
  src: local("din"), url("/fonts/font-din/dinot-mediumitalic-webfont.woff2") format("woff2"), url("/fonts/font-din/dinot-mediumitalic-webfont.woff") format("woff");
}
@font-face {
  font-family: "din";
  src: local("din"), url("/fonts/font-din/dinot-webfont.woff2") format("woff2"), url("/fonts/font-din/dinot-webfont.woff") format("woff");
}
@font-face {
  font-family: "din";
  src: local("din"), url("/fonts/font-din/dinot-italic-webfont.woff2") format("woff2"), url("/fonts/font-din/dinot-italic-webfont.woff") format("woff");
}
@font-face {
  font-family: "din";
  src: local("din"), url("/fonts/font-din/dinot-light-webfont.woff2") format("woff2"), url("/fonts/font-din/dinot-light-webfont.woff") format("woff");
}
@font-face {
  font-family: "palace";
  font-weight: 700;
  font-style: normal;
  src: font-url("/fonts/font-palace/palacescriptmtstd-semibold-webfont.woff") format("woff");
}
@font-face {
  font-family: "palace";
  font-weight: 400;
  font-style: normal;
  src: font-url("/fonts/font-palace/papalacescriptmtstd-webfont.woff") format("woff");
}
@font-face {
  font-family: "palace";
  src: local("palace"), url("/fonts/font-palace/palacescriptmtstd-semibold-webfont.woff2") format("woff2"), url("/fonts/font-palace/palacescriptmtstd-semibold-webfont.woff") format("woff");
}
@font-face {
  font-family: "palace";
  src: local("palace"), url("/fonts/font-palace/papalacescriptmtstd-webfont.woff2") format("woff2"), url("/fonts/font-palace/papalacescriptmtstd-webfont.woff") format("woff");
}
@font-face {
  font-family: "FontAwesome-brand";
  font-weight: bold;
  font-style: normal;
  src: font-url("fa-brands-400.woff") format("woff");
}
@font-face {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  src: font-url("fa-regular-400.woff") format("woff");
}
@font-face {
  font-family: "FontAwesome";
  font-weight: bold;
  font-style: normal;
  src: font-url("fa-solid-900.woff") format("woff");
}
*,
*::before,
*::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1rem 0;
  line-height: 1.2;
  font-weight: bold;
}

h1,
h2 {
  font-size: 6em;
  font-family: "palace", Arial, serif;
}

h2 {
  font-size: 3em;
}

h3 {
  font-size: 2em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.25em;
}

p,
ul,
ol,
blockquote,
address {
  margin: 0 0 1rem 0;
  font-style: normal;
}

a {
  color: #9BCD66;
}
a:hover, a:focus {
  color: #fff;
}

.question .help,
small,
.copyright {
  font-size: 0.875em;
  font-style: italic;
}

.error,
.val-header {
  color: #ee2a7b;
}

select, textarea, input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
.StripeElement {
  width: 100%;
  padding: 0.5em;
  border: 1px solid;
  background: #fff;
}
.type_telephone select, .type_telephone textarea, .type_telephone input[type=email],
.type_telephone input[type=number],
.type_telephone input[type=password],
.type_telephone input[type=tel],
.type_telephone input[type=text],
.type_telephone input[type=url],
.type_telephone .StripeElement, .type_ssn select, .type_ssn textarea, .type_ssn input[type=email],
.type_ssn input[type=number],
.type_ssn input[type=password],
.type_ssn input[type=tel],
.type_ssn input[type=text],
.type_ssn input[type=url],
.type_ssn .StripeElement, .type_date select, .type_date textarea, .type_date input[type=email],
.type_date input[type=number],
.type_date input[type=password],
.type_date input[type=tel],
.type_date input[type=text],
.type_date input[type=url],
.type_date .StripeElement {
  width: auto;
}
.type_telephone select[size="2"], .type_telephone textarea[size="2"], .type_telephone input[size="2"][type=email],
.type_telephone input[size="2"][type=number],
.type_telephone input[size="2"][type=password],
.type_telephone input[size="2"][type=tel],
.type_telephone input[size="2"][type=text],
.type_telephone input[size="2"][type=url],
.type_telephone [size="2"].StripeElement, .type_ssn select[size="2"], .type_ssn textarea[size="2"], .type_ssn input[size="2"][type=email],
.type_ssn input[size="2"][type=number],
.type_ssn input[size="2"][type=password],
.type_ssn input[size="2"][type=tel],
.type_ssn input[size="2"][type=text],
.type_ssn input[size="2"][type=url],
.type_ssn [size="2"].StripeElement, .type_date select[size="2"], .type_date textarea[size="2"], .type_date input[size="2"][type=email],
.type_date input[size="2"][type=number],
.type_date input[size="2"][type=password],
.type_date input[size="2"][type=tel],
.type_date input[size="2"][type=text],
.type_date input[size="2"][type=url],
.type_date [size="2"].StripeElement {
  min-width: 3.25em;
}
.type_telephone select[size="3"], .type_telephone textarea[size="3"], .type_telephone input[size="3"][type=email],
.type_telephone input[size="3"][type=number],
.type_telephone input[size="3"][type=password],
.type_telephone input[size="3"][type=tel],
.type_telephone input[size="3"][type=text],
.type_telephone input[size="3"][type=url],
.type_telephone [size="3"].StripeElement, .type_ssn select[size="3"], .type_ssn textarea[size="3"], .type_ssn input[size="3"][type=email],
.type_ssn input[size="3"][type=number],
.type_ssn input[size="3"][type=password],
.type_ssn input[size="3"][type=tel],
.type_ssn input[size="3"][type=text],
.type_ssn input[size="3"][type=url],
.type_ssn [size="3"].StripeElement, .type_date select[size="3"], .type_date textarea[size="3"], .type_date input[size="3"][type=email],
.type_date input[size="3"][type=number],
.type_date input[size="3"][type=password],
.type_date input[size="3"][type=tel],
.type_date input[size="3"][type=text],
.type_date input[size="3"][type=url],
.type_date [size="3"].StripeElement {
  min-width: 4.25em;
}
.type_telephone select[size="4"], .type_telephone textarea[size="4"], .type_telephone input[size="4"][type=email],
.type_telephone input[size="4"][type=number],
.type_telephone input[size="4"][type=password],
.type_telephone input[size="4"][type=tel],
.type_telephone input[size="4"][type=text],
.type_telephone input[size="4"][type=url],
.type_telephone [size="4"].StripeElement, .type_ssn select[size="4"], .type_ssn textarea[size="4"], .type_ssn input[size="4"][type=email],
.type_ssn input[size="4"][type=number],
.type_ssn input[size="4"][type=password],
.type_ssn input[size="4"][type=tel],
.type_ssn input[size="4"][type=text],
.type_ssn input[size="4"][type=url],
.type_ssn [size="4"].StripeElement, .type_date select[size="4"], .type_date textarea[size="4"], .type_date input[size="4"][type=email],
.type_date input[size="4"][type=number],
.type_date input[size="4"][type=password],
.type_date input[size="4"][type=tel],
.type_date input[size="4"][type=text],
.type_date input[size="4"][type=url],
.type_date [size="4"].StripeElement {
  min-width: 5.25em;
}
.error select, .error textarea, .error input[type=email],
.error input[type=number],
.error input[type=password],
.error input[type=tel],
.error input[type=text],
.error input[type=url],
.error .StripeElement, .val-flag select, .val-flag textarea, .val-flag input[type=email],
.val-flag input[type=number],
.val-flag input[type=password],
.val-flag input[type=tel],
.val-flag input[type=text],
.val-flag input[type=url],
.val-flag .StripeElement {
  border-color: #ee2a7b;
}
select:focus, textarea:focus, input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
.StripeElement:focus {
  outline: none;
}

input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
.StripeElement {
  line-height: 1.2;
}

textarea {
  overflow: auto !important;
  min-height: 8em;
  resize: vertical !important;
  line-height: 1.4;
}

select {
  overflow: hidden;
  height: 2.5em;
  line-height: 1.2;
}

input[type=radio],
input[type=checkbox] {
  float: left;
  width: 1em;
  height: 1em;
  margin: 0.5em 0 0 0;
}
input[type=radio] ~ label, input[type=radio] ~ .rte-q-label,
input[type=checkbox] ~ label,
input[type=checkbox] ~ .rte-q-label {
  display: block;
  padding: 0.3125em 0 0.3125em 1.25rem;
  cursor: pointer;
  font-size: 0.9444em;
}

.question {
  margin: 1rem 0;
}
.question > label, .question > .rte-q-label, .question > .desc {
  display: block;
  padding: 0 0 0.125em 0;
  line-height: 1.4;
}
.error .question > label, .val-flag .question > label, .error .question > .rte-q-label, .val-flag .question > .rte-q-label, .error .question > .desc, .val-flag .question > .desc {
  color: #ee2a7b;
}
@media screen {
  .question .forprint {
    display: none !important;
  }
}

@media (min-width: 56.25rem) {
  .wide-form .type_date:not(.question-stacked),
  .wide-form .type_multicheck:not(.question-stacked),
  .wide-form .type_radio:not(.question-stacked),
  .wide-form .type_select:not(.question-stacked),
  .wide-form .type_ssn:not(.question-stacked),
  .wide-form .type_telephone:not(.question-stacked),
  .wide-form .type_text:not(.question-stacked),
  .wide-form .type_textarea:not(.question-stacked) {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .wide-form .type_date:not(.question-stacked) > label,
  .wide-form .type_date:not(.question-stacked) > .rte-q-label,
  .wide-form .type_date:not(.question-stacked) > .desc,
  .wide-form .type_multicheck:not(.question-stacked) > label,
  .wide-form .type_multicheck:not(.question-stacked) > .rte-q-label,
  .wide-form .type_multicheck:not(.question-stacked) > .desc,
  .wide-form .type_radio:not(.question-stacked) > label,
  .wide-form .type_radio:not(.question-stacked) > .rte-q-label,
  .wide-form .type_radio:not(.question-stacked) > .desc,
  .wide-form .type_select:not(.question-stacked) > label,
  .wide-form .type_select:not(.question-stacked) > .rte-q-label,
  .wide-form .type_select:not(.question-stacked) > .desc,
  .wide-form .type_ssn:not(.question-stacked) > label,
  .wide-form .type_ssn:not(.question-stacked) > .rte-q-label,
  .wide-form .type_ssn:not(.question-stacked) > .desc,
  .wide-form .type_telephone:not(.question-stacked) > label,
  .wide-form .type_telephone:not(.question-stacked) > .rte-q-label,
  .wide-form .type_telephone:not(.question-stacked) > .desc,
  .wide-form .type_text:not(.question-stacked) > label,
  .wide-form .type_text:not(.question-stacked) > .rte-q-label,
  .wide-form .type_text:not(.question-stacked) > .desc,
  .wide-form .type_textarea:not(.question-stacked) > label,
  .wide-form .type_textarea:not(.question-stacked) > .rte-q-label,
  .wide-form .type_textarea:not(.question-stacked) > .desc {
    width: 33.333%;
    padding: 0.5em 5% 0.5em 0;
  }
  .wide-form .type_date:not(.question-stacked) > label ~ *,
  .wide-form .type_date:not(.question-stacked) > .rte-q-label ~ *,
  .wide-form .type_date:not(.question-stacked) > .desc ~ *,
  .wide-form .type_multicheck:not(.question-stacked) > label ~ *,
  .wide-form .type_multicheck:not(.question-stacked) > .rte-q-label ~ *,
  .wide-form .type_multicheck:not(.question-stacked) > .desc ~ *,
  .wide-form .type_radio:not(.question-stacked) > label ~ *,
  .wide-form .type_radio:not(.question-stacked) > .rte-q-label ~ *,
  .wide-form .type_radio:not(.question-stacked) > .desc ~ *,
  .wide-form .type_select:not(.question-stacked) > label ~ *,
  .wide-form .type_select:not(.question-stacked) > .rte-q-label ~ *,
  .wide-form .type_select:not(.question-stacked) > .desc ~ *,
  .wide-form .type_ssn:not(.question-stacked) > label ~ *,
  .wide-form .type_ssn:not(.question-stacked) > .rte-q-label ~ *,
  .wide-form .type_ssn:not(.question-stacked) > .desc ~ *,
  .wide-form .type_telephone:not(.question-stacked) > label ~ *,
  .wide-form .type_telephone:not(.question-stacked) > .rte-q-label ~ *,
  .wide-form .type_telephone:not(.question-stacked) > .desc ~ *,
  .wide-form .type_text:not(.question-stacked) > label ~ *,
  .wide-form .type_text:not(.question-stacked) > .rte-q-label ~ *,
  .wide-form .type_text:not(.question-stacked) > .desc ~ *,
  .wide-form .type_textarea:not(.question-stacked) > label ~ *,
  .wide-form .type_textarea:not(.question-stacked) > .rte-q-label ~ *,
  .wide-form .type_textarea:not(.question-stacked) > .desc ~ * {
    width: calc(100% - 33.333%);
  }
  .wide-form .type_date:not(.question-stacked) > label ~ *.choice,
  .wide-form .type_date:not(.question-stacked) > .rte-q-label ~ *.choice,
  .wide-form .type_date:not(.question-stacked) > .desc ~ *.choice,
  .wide-form .type_multicheck:not(.question-stacked) > label ~ *.choice,
  .wide-form .type_multicheck:not(.question-stacked) > .rte-q-label ~ *.choice,
  .wide-form .type_multicheck:not(.question-stacked) > .desc ~ *.choice,
  .wide-form .type_radio:not(.question-stacked) > label ~ *.choice,
  .wide-form .type_radio:not(.question-stacked) > .rte-q-label ~ *.choice,
  .wide-form .type_radio:not(.question-stacked) > .desc ~ *.choice,
  .wide-form .type_select:not(.question-stacked) > label ~ *.choice,
  .wide-form .type_select:not(.question-stacked) > .rte-q-label ~ *.choice,
  .wide-form .type_select:not(.question-stacked) > .desc ~ *.choice,
  .wide-form .type_ssn:not(.question-stacked) > label ~ *.choice,
  .wide-form .type_ssn:not(.question-stacked) > .rte-q-label ~ *.choice,
  .wide-form .type_ssn:not(.question-stacked) > .desc ~ *.choice,
  .wide-form .type_telephone:not(.question-stacked) > label ~ *.choice,
  .wide-form .type_telephone:not(.question-stacked) > .rte-q-label ~ *.choice,
  .wide-form .type_telephone:not(.question-stacked) > .desc ~ *.choice,
  .wide-form .type_text:not(.question-stacked) > label ~ *.choice,
  .wide-form .type_text:not(.question-stacked) > .rte-q-label ~ *.choice,
  .wide-form .type_text:not(.question-stacked) > .desc ~ *.choice,
  .wide-form .type_textarea:not(.question-stacked) > label ~ *.choice,
  .wide-form .type_textarea:not(.question-stacked) > .rte-q-label ~ *.choice,
  .wide-form .type_textarea:not(.question-stacked) > .desc ~ *.choice {
    margin: 0.375em 0;
  }
  .wide-form .type_date:not(.question-stacked) > label ~ .help,
  .wide-form .type_date:not(.question-stacked) > .rte-q-label ~ .help,
  .wide-form .type_date:not(.question-stacked) > .desc ~ .help,
  .wide-form .type_multicheck:not(.question-stacked) > label ~ .help,
  .wide-form .type_multicheck:not(.question-stacked) > .rte-q-label ~ .help,
  .wide-form .type_multicheck:not(.question-stacked) > .desc ~ .help,
  .wide-form .type_radio:not(.question-stacked) > label ~ .help,
  .wide-form .type_radio:not(.question-stacked) > .rte-q-label ~ .help,
  .wide-form .type_radio:not(.question-stacked) > .desc ~ .help,
  .wide-form .type_select:not(.question-stacked) > label ~ .help,
  .wide-form .type_select:not(.question-stacked) > .rte-q-label ~ .help,
  .wide-form .type_select:not(.question-stacked) > .desc ~ .help,
  .wide-form .type_ssn:not(.question-stacked) > label ~ .help,
  .wide-form .type_ssn:not(.question-stacked) > .rte-q-label ~ .help,
  .wide-form .type_ssn:not(.question-stacked) > .desc ~ .help,
  .wide-form .type_telephone:not(.question-stacked) > label ~ .help,
  .wide-form .type_telephone:not(.question-stacked) > .rte-q-label ~ .help,
  .wide-form .type_telephone:not(.question-stacked) > .desc ~ .help,
  .wide-form .type_text:not(.question-stacked) > label ~ .help,
  .wide-form .type_text:not(.question-stacked) > .rte-q-label ~ .help,
  .wide-form .type_text:not(.question-stacked) > .desc ~ .help,
  .wide-form .type_textarea:not(.question-stacked) > label ~ .help,
  .wide-form .type_textarea:not(.question-stacked) > .rte-q-label ~ .help,
  .wide-form .type_textarea:not(.question-stacked) > .desc ~ .help {
    width: 100%;
  }
  .wide-form .type_date.related-question,
  .wide-form .type_multicheck.related-question,
  .wide-form .type_radio.related-question,
  .wide-form .type_select.related-question,
  .wide-form .type_ssn.related-question,
  .wide-form .type_telephone.related-question,
  .wide-form .type_text.related-question,
  .wide-form .type_textarea.related-question {
    padding-left: 33.333%;
  }
  .wide-form .question {
    margin: 0;
    padding: 1rem 0;
    border-top: 1px solid #ddd;
  }
  .wide-form .related-question {
    padding-top: 0;
    border-top: none;
  }
  .wide-form .rte-q:first-of-type .question {
    padding-top: 0;
    border-top: 0;
  }
}

.type_multicheck .choice span,
.type_radio .choice span,
.type_ethnicity .choice span {
  display: inline-block;
  margin-right: 1em;
  vertical-align: baseline;
}
.type_multicheck .choice input[type=radio] > label, .type_multicheck .choice input[type=radio] > .rte-q-label, .type_multicheck .choice input[type=checkbox] > label, .type_multicheck .choice input[type=checkbox] > .rte-q-label,
.type_radio .choice input[type=radio] > label,
.type_radio .choice input[type=radio] > .rte-q-label,
.type_radio .choice input[type=checkbox] > label,
.type_radio .choice input[type=checkbox] > .rte-q-label,
.type_ethnicity .choice input[type=radio] > label,
.type_ethnicity .choice input[type=radio] > .rte-q-label,
.type_ethnicity .choice input[type=checkbox] > label,
.type_ethnicity .choice input[type=checkbox] > .rte-q-label {
  width: auto;
}
.type_multicheck.answer-stacked .choice span,
.type_radio.answer-stacked .choice span,
.type_ethnicity.answer-stacked .choice span {
  display: block;
}

.type_date [role=group],
.type_ssn [role=group],
.type_telephone [role=group] {
  display: flex;
}
.type_date [role=group] > *:not(:first-child),
.type_ssn [role=group] > *:not(:first-child),
.type_telephone [role=group] > *:not(:first-child) {
  margin-left: 0.25em;
}
.type_date [role=group] > * select,
.type_ssn [role=group] > * select,
.type_telephone [role=group] > * select {
  width: 100%;
}

button.button, .button button,
a.button,
.button a,
input.button,
.button input, button,
.type_event_button a,
input[type=submit],
input[type=button] {
  display: block;
  width: 100%;
  padding: 0.75em 1.25em;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: #000;
  font-size: 1rem;
  line-height: 1.2;
}
@media (min-width: 37.5rem) {
  button.button, .button button,
  a.button,
  .button a,
  input.button,
  .button input, button,
  .type_event_button a,
  input[type=submit],
  input[type=button] {
    display: inline-block;
    width: auto;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
@-o-viewport {
  zoom: 1;
  width: device-width;
}
@viewport {
  zoom: 1;
  width: device-width;
}
.center {
  width: 90%;
  max-width: 56.25rem;
  margin: auto;
}

body {
  background: #000;
  min-height: 100vh;
}

header {
  background: #000;
  position: relative;
  height: 3em;
  margin-bottom: 1em;
}

.logo {
  display: block;
  width: auto;
  height: 6em;
  text-indent: -999em;
  background: url(/Image/logo.jpg) center center no-repeat transparent;
  background-size: contain;
  margin: auto;
}
@media (min-width: 31.25rem) {
  .logo {
    background: url(/Image/logo.jpg) center center no-repeat transparent;
    background-size: contain;
  }
}

/* CSS Document */
/* width of site = 730px */
body {
  margin: 0;
  padding: 0;
  background: #fff;
}

#wrapper {
  margin: 0 auto;
  width: 100%;
  padding: 0;
  font-family: "cochin", Georgia, serif;
  font-size: 18px;
}

/* Style the video: 100% width and height to cover the entire window */
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -100;
  display: none;
}

/*HEADERS*/
.header {
  margin: 0 auto;
  padding: 0;
  background: url(Image/header_home.png) top center no-repeat transparent;
  background-size: contain;
  width: 100%;
  height: 0;
  padding-top: 60%;
  margin-bottom: 10px;
  margin-bottom: 0;
  background-attachment: scroll;
}
@media (min-width: 62.5rem) {
  .header {
    padding-top: 0;
    min-height: 621px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

#header_home {
  background: url(/Image/header_home.png) top center no-repeat transparent;
  background-size: contain;
}
@media (min-width: 43.75rem) {
  #header_home {
    background: url(/Image/header_home.png) top center no-repeat transparent;
    padding-top: 0;
    width: 100%;
    max-width: 62.5rem;
    min-height: 621px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: auto 621px;
  }
}

#header_skillz {
  background: url(/Image/header_skillz.png) top center no-repeat transparent;
  background-size: contain;
}
@media (min-width: 43.75rem) {
  #header_skillz {
    background: url(/Image/header_skillz.png) top center no-repeat transparent;
    padding-top: 0;
    width: 100%;
    max-width: 62.5rem;
    min-height: 621px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: auto 621px;
  }
}

#header_kre8tiv {
  background: url(/Image/header_kre8tiv.png) top center no-repeat transparent;
  background-size: contain;
}
@media (min-width: 43.75rem) {
  #header_kre8tiv {
    background: url(/Image/header_kre8tiv.png) top center no-repeat transparent;
    padding-top: 0;
    width: 100%;
    max-width: 62.5rem;
    min-height: 621px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: auto 621px;
  }
}

#header_kontact {
  background: url(/Image/header_kontact.png) top center no-repeat transparent;
  background-size: contain;
}
@media (min-width: 43.75rem) {
  #header_kontact {
    background: url(/Image/header_kontact.png) top center no-repeat transparent;
    padding-top: 0;
    width: 100%;
    max-width: 62.5rem;
    min-height: 621px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: auto 621px;
  }
}

/*CONTENT*/
.content {
  margin: 2em auto;
  padding: 2em 2em 1em;
  width: 100%;
  max-width: 43.75rem;
  background: #fff;
}
.content h1 {
  font-size: 1.5em;
  font-weight: 700;
  margin: 0 0 10px 0;
  padding: 0;
  color: #4F6C28;
  line-height: 1em;
  font-family: "cochin", Georgia, serif;
  font-style: italic;
  border-bottom: 1px solid #dddddd;
  background: -webkit-linear-gradient(#9BCD66, #3F590A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.content h1.welcome, .content h1.bye {
  font-size: 6em;
  text-align: center;
  color: #9BCD66;
  border-bottom: 0;
  font-family: "palace", Arial, serif;
  font-weight: 700;
  font-style: normal;
  line-height: 0.75em;
  margin-bottom: 0.5em;
  filter: drop-shadow(#dddddd 1px 1px 1px);
  background: -webkit-linear-gradient(#9BCD66, #3F590A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0px black;
}
.content .title {
  position: relative;
  text-align: center;
  z-index: 300;
  display: none;
}
.content .title h1 {
  border-bottom: 0;
  position: relative;
  font-size: 7em;
  font-weight: 600;
  text-stroke: 4px black;
  -webkit-text-stroke: 0px black;
  text-align: center;
  margin-bottom: 1.25rem;
}
.content .title h1 span.stroke {
  text-stroke: 15px black;
  -webkit-text-stroke: 15px black;
  border-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: 5px;
  margin-top: 5px;
  z-index: -200;
}
.content .title h1 span.no-stroke {
  text-stroke: 1px white;
  -webkit-text-stroke: 1px white;
  border-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: 1px;
  margin-top: 1px;
  z-index: -100;
}
.content h2 {
  font-family: "cochin", Georgia, serif;
  font-size: 1em;
  font-style: italic;
  font-weight: bold;
  color: #3F590A;
  line-height: 1.25em;
  margin: 10px 0 0px 0;
  padding: 0;
  background: -webkit-linear-gradient(#9BCD66, #3F590A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.content h3 {
  font-family: "cochin", Georgia, serif;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: bold;
  color: #333;
  margin: 0px 0 10px 0;
  padding: 0;
}
.content h4 {
  font-family: "cochin", Georgia, serif;
  font-size: 0.8em;
  line-height: 1.5em;
  font-weight: bold;
  color: #333;
  margin: 0px 0 10px 0;
  padding: 0px 0 0 0;
}
.content p {
  font-size: 1.125rem;
  color: #333;
  margin: 0 0 2em 0;
  line-height: 1.75em;
  text-align: left;
  padding: 0;
  font-family: "cochin", Georgia, serif;
}
@media (min-width: 20rem) and (max-width: 75rem) {
  .content p {
    font-size: calc(1.125rem + (1.325 - 1.125) * (100vw - 20rem) / (75 - 20));
  }
}
@media (min-width: 75rem) {
  .content p {
    font-size: 1.325rem;
  }
}
.content span.small {
  display: block;
  font-size: 1rem;
  font-style: italic;
  margin-top: 1em;
  line-height: 1.5em;
}
.content a:link {
  color: #3F590A;
  outline: none;
}
.content a:visited {
  color: #9BCD66;
}
.content a:hover {
  color: #3F590A;
}
.content a:active {
  color: #9BCD66;
  outline: none;
}
.content hr {
  margin: 0 30px 10px 45px;
  padding: 0;
}

/*IMAGE*/
/*PORTFOLIO*/
.kre8tiv_content {
  margin: 1em 0;
  padding: 2em;
  width: 100%;
  max-width: 50rem;
  display: flex;
  display: block;
  border-bottom: 1px solid #dddddd;
  min-height: 9em;
  background: #fff;
}
@media (min-width: 43.75rem) {
  .kre8tiv_content {
    margin: 1em auto;
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    min-height: 9em;
    min-height: 21em;
  }
}
.kre8tiv_content .kre8tiv-wrap {
  width: 100%;
}
.kre8tiv_content p > a {
  display: none;
}
.kre8tiv_content img {
  margin: 0 auto;
  width: 75%;
  height: 75%;
  border: 0;
  display: block;
}
@media (min-width: 43.75rem) {
  .kre8tiv_content img {
    width: 209px;
    height: 139px;
    border: 1px solid #dddddd;
    margin-right: 1em;
  }
}
.kre8tiv_content h2 {
  font-size: 1.25em;
  color: #3F590A;
  font-style: italic;
  font-weight: 700;
  line-height: 1em;
  margin: 0 0 1em 0;
  font-family: "cochin", Georgia, serif;
}
.kre8tiv_content p {
  font-size: 0.9em;
  color: #333;
  margin: 0 0 15px 0;
  line-height: 1.5em;
  text-align: left;
  font-family: "din", Arial, sans-serif;
  font-weight: 400;
}
.kre8tiv_content a:link {
  color: #666666;
  outline: none;
}
.kre8tiv_content a:visited {
  color: #9BCD66;
}
.kre8tiv_content a:hover {
  color: #3F590A;
}
.kre8tiv_content a:active {
  color: #9BCD66;
  outline: none;
}

.kre8tiv_content:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

/*RESUME*/
.resume-wrapper,
.experience-wrapper {
  display: block;
}
@media (min-width: 43.75rem) {
  .resume-wrapper,
  .experience-wrapper {
    display: flex;
  }
}

.resume-wrapper {
  margin-top: 3em;
}

.education-wrapper {
  width: 100%;
  margin-right: 0;
  margin-bottom: 1.325em;
}
@media (min-width: 43.75rem) {
  .education-wrapper {
    margin-right: 1em;
  }
}
.education-wrapper .location {
  display: block;
  font-size: 0.8em;
  margin-top: -0.5em;
}
.education-wrapper h1.awards {
  margin-top: 1.325em;
}

.skills-wrapper {
  width: 100%;
}

#awards ul {
  margin: 0;
  padding: 0 1em;
  color: #333;
  display: block;
}
#awards ul li {
  margin: 0;
  padding: 0 0 0.25em 0;
  font-size: 0.9em;
  font-family: "din", Arial, sans-serif;
  font-weight: 400;
}

#skills {
  margin: 0px 0 1.25em 0;
  padding: 0;
}
#skills h2 {
  margin: 0;
  padding: 0 0 0 0px;
  display: inline;
  font-size: 0.95em;
  line-height: 1em;
}
#skills p {
  color: #333;
  margin: 0 1em 0.25em 1em;
  padding: 0;
  line-height: 1.25em;
}
#skills ul {
  -moz-column-count: 1;
  -moz-column-gap: 1em;
  -webkit-column-count: 1;
  -webkit-column-gap: 1em;
  column-count: 1;
  column-gap: 1em;
}
@media (min-width: 25rem) {
  #skills ul {
    -moz-column-count: 2;
    -moz-column-gap: 1em;
    -webkit-column-count: 2;
    -webkit-column-gap: 1em;
    column-count: 2;
    column-gap: 1em;
  }
}
@media (min-width: 37.5rem) {
  #skills ul {
    -moz-column-count: 3;
    -moz-column-gap: 3em;
    -webkit-column-count: 3;
    -webkit-column-gap: 3em;
    column-count: 3;
    column-gap: 3em;
  }
}
@media (min-width: 43.75rem) {
  #skills ul {
    -moz-column-count: 1;
    -moz-column-gap: 1em;
    -webkit-column-count: 1;
    -webkit-column-gap: 1em;
    column-count: 1;
    column-gap: 1em;
  }
}

#kontact {
  min-height: 50%;
}
#kontact .content {
  margin: 2em auto 35%;
}

.content-wrap {
  display: block;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (min-width: 43.75rem) {
  .content-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .content-wrap :nth-child(1) {
    order: 1;
  }
  .content-wrap :nth-child(2) {
    order: 2;
  }
  .content-wrap :nth-child(3) {
    order: 3;
  }
  .content-wrap :nth-child(4) {
    order: 4;
  }
  .content-wrap :nth-child(5) {
    order: 5;
  }
  .content-wrap :nth-child(6) {
    order: 6;
  }
  .content-wrap :nth-child(7) {
    order: 7;
  }
  .content-wrap :nth-child(8) {
    order: 8;
  }
}

.skills-wrapper,
.resumod {
  width: 100%;
}
@media (min-width: 43.75rem) {
  .skills-wrapper,
  .resumod {
    width: 47%;
  }
}
.skills-wrapper .dates,
.resumod .dates {
  display: block;
  font-size: 0.8em;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 43.75rem) {
  .skills-wrapper .dates,
  .resumod .dates {
    top: 10px;
  }
}
.skills-wrapper .business,
.resumod .business {
  display: block;
  margin-top: 0.25em;
  margin-bottom: -0.25em;
  line-height: 1.25em;
}
.skills-wrapper .location,
.resumod .location {
  display: block;
  font-size: 0.8em;
}
.skills-wrapper ul,
.resumod ul {
  margin: 0;
  padding: 0 1em;
  color: #333;
  display: block;
}
.skills-wrapper ul li,
.resumod ul li {
  margin: 0;
  padding: 0 0 0.25em 0;
  font-size: 0.9em;
  font-family: "din", Arial, sans-serif;
  font-weight: 400;
}

.resumod {
  border-bottom: 1px solid #dddddd;
  margin: 0 0 1em;
  padding: 0 0 1.5em 0;
  padding: 0;
  position: relative;
}
.resumod h2 {
  padding-right: 5.625em;
}
.resumod ul {
  padding: 1em 0;
  padding: 0;
  margin: 0.5em 1em 1em;
}
.resumod ul li {
  line-height: 1.25em;
  padding: 0 0 0.5em 0;
}

.resumod:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
}

#print_logoheader {
  display: none;
}

/*FOOTER*/
.footer {
  font-family: "cochin", Georgia, serif;
  margin: 0px;
  width: 100%;
  padding: 0;
}
.footer strong {
  font-family: "cochin", Georgia, serif;
  font-weight: 700;
  font-style: italic;
  color: #3F590A;
}
.footer p {
  text-align: center;
  font-family: "cochin", Georgia, serif;
  font-size: 1em;
  color: #333;
  line-height: 12px;
  margin: 0 0px 0 0px;
  padding: 10px 0 10px 0px;
}
.footer a {
  color: #9BCD66;
}

/*MISC*/
:root {
  --card-height: 40vw;
  --card-margin: 4vw;
  --card-top-offset: 0;
  --numcards: 15;
  --outline-width: 0px;
}

#cards {
  padding-bottom: calc(var(--numcards) * var(--card-top-offset)); /* Make place at bottom, as items will slide to that position*/
  margin-bottom: var(--card-margin); /* Don't include the --card-margin in padding, as that will affect the scroll-timeline*/
  list-style-type: none;
  padding-left: 0;
}

#card_1 {
  --index: 1;
}

#card_2 {
  --index: 2;
}

#card_3 {
  --index: 3;
}

#card_4 {
  --index: 4;
}

#card_5 {
  --index: 5;
}

#card_6 {
  --index: 6;
}

#card_7 {
  --index: 7;
}

#card_8 {
  --index: 8;
}

#card_9 {
  --index: 9;
}

#card_10 {
  --index: 10;
}

#card_11 {
  --index: 11;
}

#card_12 {
  --index: 12;
}

#card_13 {
  --index: 13;
}

#card_14 {
  --index: 14;
}

#card_15 {
  --index: 15;
}

.card {
  position: sticky;
  top: 0;
  top: 25%;
  padding-top: calc(var(--index) * var(--card-top-offset));
  min-height: 100vh;
}

@supports (animation-timeline: works) {
  @scroll-timeline cards-element-scrolls-in-body {
    source: selector(body);
    scroll-offsets: selector(#cards) start 1, selector(#cards) start 0;
    start: selector(#cards) start 1; /* Start when the start edge touches the top of the scrollport */
    end: selector(#cards) start 0; /* End when the start edge touches the start of the scrollport */
    time-range: 4s;
  }
  .card {
    --index0: calc(var(--index) - 1); /* 0-based index */
    --reverse-index: calc(var(--numcards) - var(--index0)); /* reverse index */
    --reverse-index0: calc(var(--reverse-index) - 1); /* 0-based reverse index */
  }
  .card__content,
  .kre8tiv_content {
    transform-origin: 50% 0%;
    will-change: transform;
    --duration: calc(var(--reverse-index0) * 1s);
    --delay: calc(var(--index0) * 1s);
    animation: var(--duration) linear scale var(--delay) forwards;
    animation-timeline: cards-element-scrolls-in-body;
    background: white;
  }
  @keyframes scale {
    to {
      transform: scale(calc(1.1 - 0.1 * var(--reverse-index)));
    }
  }
}
/** DEBUG **/
#debug {
  position: fixed;
  top: 1em;
  left: 1em;
}

#debug::after {
  content: " Show Debug";
  margin-left: 1.5em;
  color: white;
  white-space: nowrap;
}

#debug:checked ~ main {
  --outline-width: 1px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.gallerycontainer {
  position: relative;
  margin: 10px 0 0 0;
  padding: 0;
  height: 320px;
  width: 320px;
  color: #ffffff;
  background: url(http://www.aaronmay.com/Image/miniport/miniport_bg.gif) no-repeat;
  /*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img {
  margin: 10px 0px 5px 1px;
  padding: 0;
}

.thumbnail:hover {
  background-color: transparent;
}

.thumbnail span { /*CSS for enlarged image*/
  position: absolute;
  padding: 8px;
  left: -1000px;
  visibility: hidden;
  text-decoration: none;
  width: 290px;
  color: #ffffff;
}

.thumbnail {
  font-size: 0.75em;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  padding: 10px 0 0 0;
  width: 290px;
  color: #ffffff;
}

.thumbnail a {
  color: #ffffff;
}

.thumbnail p {
  display: inline;
}

.thumbnail span img { /*CSS for enlarged image*/
  border-width: 0;
  padding: 0px;
  border: 1px solid #000000;
}

.thumbnail:hover span { /*CSS for enlarged image*/
  visibility: visible;
  top: 55px;
  left: 0px; /*position where enlarged image should offset horizontally */
  z-index: 50;
}

.print_spacer {
  display: none;
}

.clear {
  clear: both;
  margin: 0;
  padding: 0;
}

#boxing {
  width: 200px;
  margin: 10px;
  padding: 0;
  border: 1px solid #000000;
}

#boxing h1 {
  margin: 0;
  padding: 5px 10px;
  font-size: 14px;
  border-bottom: 1px solid #ffffff;
  background-color: #000000;
  color: #9BCD66;
  font-weight: bold;
}

.scrollbox {
  width: 100%;
  height: 367px;
  overflow: auto;
  margin: 0;
  padding: 0 0 10px 0;
  background: #ffffff;
}

.scrollbox th {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 11px;
  color: #ffffff;
  background: #4F6C28;
  margin: 0;
  padding: 2px 5px;
  text-align: left;
  border-left: 1px solid #ffffff;
}

.scrollbox_alt {
  background: #eeeeee;
}

#ingredient {
  margin: 5px 0 0 0;
  padding: 0px 5px 5px 5px;
}

#ingredient h2 {
  margin: 5px;
  padding: 0px;
  font-size: 12px;
  border-bottom: 1px solid #999999;
}

#ingredient p {
  padding: 0 5px;
  margin: 0;
  font-size: 0.65em;
  text-align: left;
  color: #333;
}

.splitter {
  margin: 0;
  padding: 0;
  height: 1px;
  border-bottom: 1px solid #dddddd;
}

.amzn_wdgt div {
  font-family: Georgia, "Times New Roman", Times, serif;
}

/*HOME FEATURE*/
.home_feature {
  width: 220px;
  float: left;
  margin-bottom: 20px;
  border: 1px solid #000000;
  height: 100px;
}/*# sourceMappingURL=style.css.map */