@import url(fontawesome.min.css);
@import url(all.min.css);
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local("Open Sans"), local("OpenSans"), url("../fonts/OpenSans.woff2") format("woff2"); }

@font-face { font-family: 'Roboto Slab'; font-style: normal; font-weight: 400; src: local("Roboto Slab Regular"), local("RobotoSlab-Regular"), url("../fonts/RobotoSlab-Regular.woff2") format("woff2"); }

/* Based on Alpha by HTML5 UP (html5up.net | @n33co) Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) */
/* Basic */
body { background: #f5f5f5; }

body, input, select, textarea { color: #333; font-family: "Open Sans", sans-serif; font-size: 12pt; font-weight: 300; line-height: 1.65em; letter-spacing: -0.015em; }

a { -moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out; -webkit-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out; -o-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out; -ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out; transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out; border-bottom: dotted 1px; color: #dc0067; text-decoration: none; }

a:hover { border-bottom-color: transparent; }

strong, b { color: #333; font-weight: 600; }

.in-line-highlight { letter-spacing: 0.015em; text-transform: uppercase; margin-right: 1em; }

em, i { font-style: italic; }

p { margin: 0 0 1.5em 0; }

p.sub { margin-top: -0.5em; font-style: italic; }

h1, h2, h3, h4, h5, h6 { color: #333; font-weight: 300; line-height: 1em; margin: 0 0 0.375em 0; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; text-decoration: none; }

h2 { font-size: 2em; line-height: 1.5em; letter-spacing: -0.035em; }

h3 { font-size: 1.5em; line-height: 1.5em; letter-spacing: -0.025em; }

h4 { font-size: 1.3em; line-height: 1.5em; letter-spacing: 0; }

h5 { font-size: 0.9em; line-height: 1.5em; letter-spacing: 0; }

h6 { font-size: 0.7em; line-height: 1.5em; letter-spacing: 0; }

.header-link { font-size: 0.6em; margin-left: -1em; position: absolute; border-bottom: 0; opacity: 0; -webkit-transition: opacity 0.2s ease-in-out 0.1s; -moz-transition: opacity 0.2s ease-in-out 0.1s; -ms-transition: opacity 0.2s ease-in-out 0.1s; }

h1:hover .header-link, h2:hover .header-link, h3:hover .header-link, h4:hover .header-link, h5:hover .header-link, h6:hover .header-link { opacity: 0.8; }

sub { font-size: 0.8em; position: relative; top: 0.5em; }

sup { font-size: 0.8em; position: relative; top: -0.5em; }

hr { border: 0; border-bottom: solid 2px #e5e5e5; margin: 1.5em 0; }

hr.major { margin: 2.25em 0; }

blockquote { border-left: solid 4px #e5e5e5; font-style: italic; margin: 0 0 1.5em 0; padding: 0.5em 0 0.5em 1.5em; }

blockquote p:last-child { margin-bottom: 0; }

pre { -webkit-overflow-scrolling: touch; background: #f8f8f8; border-radius: 6px; border: solid 1px #e5e5e5; font-family: monospace; font-size: 0.9em; line-height: 1.75em; margin: 0 0 1.5em 0; overflow-x: auto; padding: 1em 1.5em; }

code { background: #f8f8f8; border-radius: 6px; border: solid 1px #e5e5e5; font-family: monospace; font-size: 0.9em; margin: 0 0.25em; padding: 0.25em 0.65em; }

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

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

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

/* Section/Article */
section.special, article.special { text-align: center; }

header p { color: #999; position: relative; margin: 0 0 1.125em 0; font-style: italic; }

header h2 + p { font-size: 1.25em; margin-top: -1em; line-height: 1.5em; }

header h3 + p { font-size: 1.1em; margin-top: -0.85em; line-height: 1.5em; }

header h4 + p, header h5 + p, header h6 + p { font-size: 0.8em; margin-top: -0.5em; line-height: 1.5em; }

header.major { padding: 1em 0; text-align: center; }

header.major h2 { margin: 0; }

header.major p { display: inline-block; border-top: solid 2px #e5e5e5; color: #333; margin: 1.5em 0 0 0; padding: 1.5em 0 0 0; font-style: normal; }

header.major p.large { margin: 0 0 1em 0; font-size: 1.2em; border-top: 0px; }

/* Form */
form { margin: 0 0 1.5em 0; }

label { color: #333; display: block; font-size: 0.9em; font-weight: 300; margin: 0 0 0.75em 0; }

input[type="text"], input[type="password"], input[type="email"], select, textarea { -moz-appearance: none; -webkit-appearance: none; -o-appearance: none; -ms-appearance: none; appearance: none; background: #f8f8f8; border-radius: 6px; border: solid 1px #e5e5e5; color: inherit; display: block; outline: 0; padding: 0 1em; text-decoration: none; width: 100%; }

input[type="text"]:invalid, input[type="password"]:invalid, input[type="email"]:invalid, select:invalid, textarea:invalid { box-shadow: none; }

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, select:focus, textarea:focus { border-color: #dc0067; box-shadow: 0 0 0 2px #dc0067; }

.select-wrapper { text-decoration: none; display: block; position: relative; }

.select-wrapper:before { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-family: FontAwesome; font-style: normal; font-weight: normal; text-transform: none !important; }

.select-wrapper:before { color: #e5e5e5; content: '\f078'; display: block; height: 2em; line-height: 2em; pointer-events: none; position: absolute; right: 0; text-align: center; top: 0; width: 2em; }

.select-wrapper select::-ms-expand { display: none; }

input[type="text"], input[type="password"], input[type="email"], select { height: 2em; }

textarea { padding: 0.75em 1em; }

input[type="checkbox"], input[type="radio"] { -moz-appearance: none; -webkit-appearance: none; -o-appearance: none; -ms-appearance: none; appearance: none; display: block; float: left; margin-right: -2em; opacity: 0; width: 1em; z-index: -1; }

input[type="checkbox"] + label, input[type="radio"] + label { text-decoration: none; color: #333; cursor: pointer; display: inline-block; font-size: 1em; font-weight: 300; padding-left: 1.95em; padding-right: 0.75em; position: relative; }

input[type="checkbox"] + label:before, input[type="radio"] + label:before { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-family: FontAwesome; font-style: normal; font-weight: normal; text-transform: none !important; }

input[type="checkbox"] + label:before, input[type="radio"] + label:before { background: #f8f8f8; border-radius: 6px; border: solid 1px #e5e5e5; content: ''; display: inline-block; height: 1.2em; left: 0; line-height: 1.15em; position: absolute; text-align: center; top: 0; width: 1.2em; }

input[type="checkbox"]:checked + label:before, input[type="radio"]:checked + label:before { background: #666; border-color: #666; color: white; content: '\f00c'; }

input[type="checkbox"]:focus + label:before, input[type="radio"]:focus + label:before { border-color: #dc0067; box-shadow: 0 0 0 1px #dc0067; }

input[type="checkbox"] + label:before { border-radius: 6px; }

input[type="radio"] + label:before { border-radius: 100%; }

::-webkit-input-placeholder { color: #999 !important; opacity: 1.0; }

:-moz-placeholder { color: #999 !important; opacity: 1.0; }

::-moz-placeholder { color: #999 !important; opacity: 1.0; }

:-ms-input-placeholder { color: #999 !important; opacity: 1.0; }

.formerize-placeholder { color: #999 !important; opacity: 1.0; }

/* Box */
.box { background: #fff; border-radius: 6px; box-shadow: 0 2px 0 0 #e5e5e5; margin: 0 0 1.5em 0; padding: 2em; width: 100%; display: inline-block; }

.box > :last-child { margin-bottom: 0; }

.box div + h4 { margin-top: 1.5em; }

.box.alt { background: none !important; border-radius: 0 !important; box-shadow: none !important; margin: 0 0 1.5em 0; padding: 0 !important; }

.box.features .features-row { border-top: solid 2px #e5e5e5; position: relative; }

.box.features .features-row:after { clear: both; content: ''; display: block; }

.box.features .features-row section { float: left; padding: 2em; width: 50%; }

.box.features .features-row section :last-child { margin-bottom: 0; }

.box.features .features-row section:nth-child(2n) { padding-right: 0; }

.box.features .features-row section:nth-child(2n):before { background: #e5e5e5; content: ''; display: block; height: 100%; margin-left: -3em; position: absolute; top: 0; width: 2px; }

.box.features .features-row section:nth-child(2n-1) { padding-left: 0; }

.box.features .features-row:first-child { border-top: 0; }

.box.features .features-row:first-child section { padding-top: 0; }

.box.features .features-row:last-child { padding-bottom: 0; }

.box.features .features-row:last-child section { padding-bottom: 0; }

.box.special { text-align: center; }

.box .image.featured { border-radius: 0; display: block; margin: 2em 0 2em -2em; position: relative; width: calc(100% + 4em); }

.box .image.featured img { border-radius: 0; display: block; width: 100%; }

.box .image.featured:first-child { border-radius: 6px 6px 0 0; margin-bottom: 2em; margin-top: -2em; }

.box .image.featured:first-child img { border-radius: 6px 6px 0 0; }

.box .image.featured:last-child { border-radius: 0 0 6px 6px; margin-bottom: -2em; margin-top: 2em; }

.box .image.featured:last-child img { border-radius: 0 0 6px 6px; }

.box-before-oversized { border-radius: 6px 6px 0px 0px; margin: 0; box-shadow: none; }

.box-oversized { width: 80em; margin-left: -10em; padding: 2em; background: #fff; border-radius: 6px; }

@media screen and (max-width: 1100px) { .box-oversized { margin-left: 0; } }

.box-after-oversized { border-radius: 0px 0px 6px 6px; margin: 0; }

.box-warn { background-color: rgba(255, 100, 0, 0.3); }

.box-good { background-color: rgba(0, 255, 0, 0.4); }

/* Icon */
.icon { text-decoration: none; border-bottom: none; position: relative; }

.icon:before { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-family: FontAwesome; font-style: normal; font-weight: normal; text-transform: none !important; }

.icon > .label { display: none; }

.icon.major { background: #666; border-radius: 100%; color: black; cursor: default; display: inline-block; height: 5.5em; line-height: 5.5em; margin: 0 0 1.5em 0; width: 5.5em; }

.icon.major:before { font-size: 2.5em; }

.icon.major.accent1 { background: #666; color: black; }

.icon.major.accent2 { background: #dc0067; color: white; }

.icon.major.accent3 { background: #ffb400; color: black; }

.icon.major.accent4 { background: #009ee0; color: black; }

.icon.major.accent5 { background: #111111; color: #ffffff; }

/* Image */
.image { border-radius: 6px; border: 0; display: inline-block; position: relative; }

.image img { border-radius: 6px; display: block; }

.image.left { float: left; padding: 0 1.5em 1em 0; top: 0.25em; }

.image.right { float: right; padding: 0 0 1em 1.5em; top: 0.25em; }

.image.fit { display: block; margin: 0 0 1.5em 0; width: 100%; }

.image.fit img { display: block; width: 100%; }

/* List */
ol { list-style: decimal; margin: 0 0 1.5em 0; padding-left: 1.25em; }

ol li { padding-left: 0.25em; }

ul { list-style: disc; margin: 1.5em 0 1.5em 0; padding-left: 1em; }

ul li { padding-left: 0.5em; }

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

ul.alt li { border-top: solid 1px #e5e5e5; padding: 0.5em 0; }

ul.alt li:first-child { border-top: 0; padding-top: 0; }

ul.icons { cursor: default; list-style: none; padding-left: 0; }

ul.icons li { display: inline-block; padding: 0 1.25em 0 0; }

ul.icons li:last-child { padding-right: 0; }

ul.icons li .icon { color: inherit; }

ul.icons li .icon:before { font-size: 1.75em; }

ul.actions { cursor: default; list-style: none; padding-left: 0; line-height: 2.5em; }

ul.actions li { display: inline-block; padding: 0 0.75em 0 0; vertical-align: middle; }

ul.actions li:last-child { padding-right: 0; }

ul.actions.small li { padding: 0 0.375em 0 0; }

ul.actions.vertical li { display: block; padding: 0.75em 0 0 0; }

ul.actions.vertical li:first-child { padding-top: 0; }

ul.actions.vertical li > * { margin-bottom: 0; }

ul.actions.vertical.small li { padding: 0.375em 0 0 0; }

ul.actions.vertical.small li:first-child { padding-top: 0; }

ul.actions.fit { display: table; margin-left: -0.75em; padding: 0; table-layout: fixed; width: calc(100% + 0.75em); }

ul.actions.fit li { display: table-cell; padding: 0 0 0 0.75em; }

ul.actions.fit li > * { margin-bottom: 0; }

ul.actions.fit.small { margin-left: -0.375em; width: calc(100% + 0.375em); }

ul.actions.fit.small li { padding: 0 0 0 0.375em; }

dl { margin: 0 0 1.5em 0; }

/* Table */
.table-wrapper { -webkit-overflow-scrolling: touch; overflow-x: auto; }

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

table tr { border: thin solid #e5e5e5; border-left: 0; border-right: 0; }

table tr:nth-child(2n + 1) { background-color: #f8f8f8; }

table td { border-left: thin solid #e5e5e5; padding: 0.75em 0.75em; font-size: 0.9em; text-align: center; }

table.recommendations { table-layout: fixed; margin-bottom: 0; }

table.recommendations td { width: 16%; max-width: 20%; }

table.recommendations tr:nth-of-type(1) td { font-weight: bold; }

table.recommendations tr td:nth-of-type(1) { background: #f8f8f8; font-weight: bold; text-align: left; }

table th { background-color: #ffe199; color: #333; font-size: 1em; font-weight: 300; padding: 0 0.75em 0.75em 0.75em; text-align: left; }

table thead { font-size: 1em; }

table.alt { border-collapse: separate; }

table.alt tbody tr td { border: solid 1px #e5e5e5; border-left-width: 0; border-top-width: 0; }

table.alt tbody tr td:first-child { border-left-width: 1px; }

table.alt tbody tr:first-child td { border-top-width: 1px; }

table.alt thead { border-bottom: 0; }

table.alt tfoot { border-top: 0; }

/* Button */
input[type="submit"], input[type="reset"], input[type="button"], .button { -moz-appearance: none; -webkit-appearance: none; -o-appearance: none; -ms-appearance: none; appearance: none; -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; background-color: #666; border-radius: 6px; border: 0; color: black; cursor: pointer; display: inline-block; font-weight: normal; height: 2em; line-height: 2em; padding: 0 2em; text-align: center; text-decoration: none; white-space: nowrap; }

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:hover { background-color: #737373; }

input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active, .button:active { background-color: #595959; }

input.icon[type="submit"], input.icon[type="reset"], input.icon[type="button"], .button.icon { padding-left: 1.35em; }

input.icon[type="submit"]:before, input.icon[type="reset"]:before, input.icon[type="button"]:before, .button.icon:before { margin-right: 0.5em; }

input.fit[type="submit"], input.fit[type="reset"], input.fit[type="button"], .button.fit { display: block; margin: 0 0 0.75em 0; width: 100%; }

input.small[type="submit"], input.small[type="reset"], input.small[type="button"], .button.small { font-size: 0.8em; height: 1.8em; line-height: 1.8em; }

input.big[type="submit"], input.big[type="reset"], input.big[type="button"], .button.big { font-size: 1.25em; height: 1.8em; line-height: 1.8em; }

input.alt[type="submit"], input.alt[type="reset"], input.alt[type="button"], .button.alt { background-color: transparent; box-shadow: inset 0 0 0 2px #e5e5e5; color: #333; }

input.alt[type="submit"]:hover, input.alt[type="reset"]:hover, input.alt[type="button"]:hover, .button.alt:hover { background-color: #f8f8f8; }

input.alt[type="submit"]:active, input.alt[type="reset"]:active, input.alt[type="button"]:active, .button.alt:active { background-color: #f0f0f0; }

input.alt.icon[type="submit"]:before, input.alt.icon[type="reset"]:before, input.alt.icon[type="button"]:before, .button.alt.icon:before { color: #999; }

input.special[type="submit"], input.special[type="reset"], input.special[type="button"], .button.special { background-color: #dc0067; color: white !important; }

input.special[type="submit"]:hover, input.special[type="reset"]:hover, input.special[type="button"]:hover, .button.special:hover { background-color: #f60073; }

input.special[type="submit"]:active, input.special[type="reset"]:active, input.special[type="button"]:active, .button.special:active { background-color: #c3005b; }

input.altspecial[type="submit"], input.altspecial[type="reset"], input.altspecial[type="button"], .button.altspecial { background-color: #009ee0; color: black !important; }

input.altspecial[type="submit"]:hover, input.altspecial[type="reset"]:hover, input.altspecial[type="button"]:hover, .button.altspecial:hover { background-color: #00b0fa; }

input.altspecial[type="submit"]:active, input.altspecial[type="reset"]:active, input.altspecial[type="button"]:active, .button.altspecial:active { background-color: #008cc7; }

input.alt2special[type="submit"], input.alt2special[type="reset"], input.alt2special[type="button"], .button.alt2special { background-color: #ffb400; color: black !important; }

input.alt2special[type="submit"]:hover, input.alt2special[type="reset"]:hover, input.alt2special[type="button"]:hover, .button.alt2special:hover { background-color: #ffbc1a; }

input.alt2special[type="submit"]:active, input.alt2special[type="reset"]:active, input.alt2special[type="button"]:active, .button.alt2special:active { background-color: #e6a200; }

input.accent1[type="submit"], input.accent1[type="reset"], input.accent1[type="button"], .button.accent1 { background: #666; color: black; }

input.accent1[type="submit"]:hover, input.accent1[type="reset"]:hover, input.accent1[type="button"]:hover, .button.accent1:hover { background-color: #737373; }

input.accent1[type="submit"]:active, input.accent1[type="reset"]:active, input.accent1[type="button"]:active, .button.accent1:active { background-color: #595959; }

input.accent2[type="submit"], input.accent2[type="reset"], input.accent2[type="button"], .button.accent2 { background: #dc0067; color: white; }

input.accent2[type="submit"]:hover, input.accent2[type="reset"]:hover, input.accent2[type="button"]:hover, .button.accent2:hover { background-color: #f60073; }

input.accent2[type="submit"]:active, input.accent2[type="reset"]:active, input.accent2[type="button"]:active, .button.accent2:active { background-color: #c3005b; }

input.accent3[type="submit"], input.accent3[type="reset"], input.accent3[type="button"], .button.accent3 { background: #ffb400; color: black; }

input.accent3[type="submit"]:hover, input.accent3[type="reset"]:hover, input.accent3[type="button"]:hover, .button.accent3:hover { background-color: #ffbc1a; }

input.accent3[type="submit"]:active, input.accent3[type="reset"]:active, input.accent3[type="button"]:active, .button.accent3:active { background-color: #e6a200; }

input.accent4[type="submit"], input.accent4[type="reset"], input.accent4[type="button"], .button.accent4 { background: #009ee0; color: black; }

input.accent4[type="submit"]:hover, input.accent4[type="reset"]:hover, input.accent4[type="button"]:hover, .button.accent4:hover { background-color: #00b0fa; }

input.accent4[type="submit"]:active, input.accent4[type="reset"]:active, input.accent4[type="button"]:active, .button.accent4:active { background-color: #008cc7; }

input.accent5[type="submit"], input.accent5[type="reset"], input.accent5[type="button"], .button.accent5 { background: #111111; color: #ffffff; }

input.accent5[type="submit"]:hover, input.accent5[type="reset"]:hover, input.accent5[type="button"]:hover, .button.accent5:hover { background-color: #1e1e1e; }

input.accent5[type="submit"]:active, input.accent5[type="reset"]:active, input.accent5[type="button"]:active, .button.accent5:active { background-color: #040404; }

input.disabled[type="submit"], input[type="submit"]:disabled, input.disabled[type="reset"], input[type="reset"]:disabled, input.disabled[type="button"], input[type="button"]:disabled, .button.disabled, .button:disabled { background-color: #333 !important; box-shadow: inset 0 -0.15em 0 0 rgba(0, 0, 0, 0.15); color: #f5f5f5 !important; cursor: default; opacity: 0.25; }

/* Header */
#skel-layers-wrapper { padding-top: 3em; }

body.landing #skel-layers-wrapper { padding-top: 0; }

@-moz-keyframes reveal-header { 0% { top: -5em; }
  100% { top: 0; } }

@-webkit-keyframes reveal-header { 0% { top: -5em; }
  100% { top: 0; } }

@-o-keyframes reveal-header { 0% { top: -5em; }
  100% { top: 0; } }

@-ms-keyframes reveal-header { 0% { top: -5em; }
  100% { top: 0; } }

@keyframes reveal-header { 0% { top: -5em; }
  100% { top: 0; } }

#header { background: rgba(0, 0, 0, 0.7); color: #bbb; cursor: default; height: 3.25em; left: 0; line-height: 3.25em; position: fixed; top: 0; width: 100%; z-index: 10000; }

#header h1 { font-family: "Roboto Slab", sans-serif; color: inherit; height: inherit; left: 1.25em; line-height: inherit; margin: 0; padding: 0; position: absolute; top: 0; }

#header h1 a { color: #fff; font-weight: 600; border: 0; }

#header nav { height: inherit; line-height: inherit; position: absolute; right: 0.75em; top: 0; vertical-align: middle; }

#header nav > ul { list-style: none; margin: 0; padding-left: 0; }

#header nav > ul > li { display: inline-block; padding-left: 0; }

#header nav > ul > li > ul { display: none; }

#header nav > ul > li a { display: inline-block; height: 2em; line-height: 1.95em; padding: 0 1em; border-radius: 6px; }

#header nav > ul > li a:not(.button) { color: #fff; display: inline-block; text-decoration: none; border: 0; }

#header nav > ul > li a.icon:not(.button):before { color: #999; margin-right: 0.5em; }

#header nav > ul > li:first-child { margin-left: 0; }

#header nav > ul > li.active a:not(.button), #header nav > ul > li a:not(.button):hover, #header nav > ul > li a.active:not(.button) { background-color: rgba(153, 153, 153, 0.25); }

#header nav > ul > li .button { margin: 0 0 0 0.5em; position: relative; }

#header input[type="submit"], #header input[type="reset"], #header input[type="button"], #header .button { background-color: transparent; box-shadow: inset 0 0 0 2px #999; color: #fff; }

#header input[type="submit"]:hover, #header input[type="reset"]:hover, #header input[type="button"]:hover, #header .button:hover { background-color: rgba(153, 153, 153, 0.25); }

#header input[type="submit"]:active, #header input[type="reset"]:active, #header input[type="button"]:active, #header .button:active { background-color: rgba(153, 153, 153, 0.5); }

#header .container { position: relative; }

#header .container h1 { left: 0; }

#header .container nav { right: 0; }

#header.reveal { -moz-animation: reveal-header 0.5s; -webkit-animation: reveal-header 0.5s; -o-animation: reveal-header 0.5s; -ms-animation: reveal-header 0.5s; animation: reveal-header 0.5s; }

#header.alt { -moz-animation: none; -webkit-animation: none; -o-animation: none; -ms-animation: none; animation: none; background: none; color: rgba(255, 255, 255, 0.75); position: absolute; }

#header.alt nav > ul > li a.icon:not(.button):before { color: rgba(255, 255, 255, 0.75); }

#header.alt nav > ul > li.active a:not(.button) { background-color: rgba(255, 255, 255, 0.2); }

#header.alt input[type="submit"], #header.alt input[type="reset"], #header.alt input[type="button"], #header.alt .button { box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.5); }

#header.alt input[type="submit"]:hover, #header.alt input[type="reset"]:hover, #header.alt input[type="button"]:hover, #header.alt .button:hover { background-color: rgba(255, 255, 255, 0.1); }

#header.alt input[type="submit"]:active, #header.alt input[type="reset"]:active, #header.alt input[type="button"]:active, #header.alt .button:active { background-color: rgba(255, 255, 255, 0.2); }

.dropotron { background: #fff; border-radius: 6px; box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.065), inset 0 -1px 0 0 #fff, inset 0 0 0 1px rgba(229, 229, 229, 0.5); list-style: none; margin: calc(-0.5em + 1px) 0 0 1px; padding: 0.5em 0; }

.dropotron li { padding: 0; }

.dropotron li a, .dropotron li span { -moz-transition: none; -webkit-transition: none; -o-transition: none; -ms-transition: none; transition: none; border: 0; border-top: solid 1px #f2f2f2; color: inherit; display: block; padding: 0.15em 1em; }

.dropotron li:first-child > a, .dropotron li:first-child > span { border-top: 0; }

.dropotron li.active > a, .dropotron li.active > span, .dropotron li:hover > a, .dropotron li:hover > span { background: #dc0067; color: white; }

.dropotron.level-0 { font-size: 0.9em; margin: 1em 0 0 0; }

.dropotron.level-0:before { -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); background: #fff; border: solid 1px rgba(229, 229, 229, 0.5); border-bottom: 0; border-right: 0; box-shadow: -0.25em -0.125em 0.125em 0 rgba(0, 0, 0, 0.015); content: ''; display: block; height: 0.75em; position: absolute; right: 1.25em; top: -0.375em; width: 0.75em; z-index: 0; }

/* banner */
#banner { background-attachment: scroll,							fixed; background-color: #666; background-image: url("../images/banner.jpg"); background-position: center 83%; background-repeat: repeat; background-size: cover; color: #fff; padding: 10em 0 13em 0; text-align: center; }

#banner canvas { position: absolute; top: 0; left: 0; width: 100%; opacity: 0; }

#banner h2, #banner p { position: relative; z-index: 1; }

#banner * { pointer-events: none; user-select: none; -webkit-user-select: none; }

#banner :last-child { margin-bottom: 0; }

#banner h2 { font-family: "Roboto Slab", sans-serif; font-size: 4em; font-weight: 600; line-height: 1em; color: #fff; padding: 0; letter-spacing: 0.11em; }

#banner p { font-size: 1.25em; font-weight: 300; margin-top: 2em; }

#banner input[type="submit"], #banner input[type="reset"], #banner input[type="button"], #banner .button { background-color: transparent; box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.5); color: #fff; font-weight: 600; min-width: 12em; }

#banner input[type="submit"]:hover, #banner input[type="reset"]:hover, #banner input[type="button"]:hover, #banner .button:hover { background-color: rgba(255, 255, 255, 0.1); }

#banner input[type="submit"]:active, #banner input[type="reset"]:active, #banner input[type="button"]:active, #banner .button:active { background-color: rgba(255, 255, 255, 0.2); }

#banner input.special[type="submit"], #banner input.special[type="reset"], #banner input.special[type="button"], #banner .button.special { background: #fff; color: #666 !important; }

/* Main */
#main { padding: 4em 0 2em 0; /* put animation behind #main*/ position: relative; }

#main > .action { margin-top: 1em; padding-top: 0em; padding-bottom: 0em; font-size: 1.2em; color: #bbb; }

#main > header { text-align: center; margin: 0 0 3em 0; }

#main > header h2 { font-size: 2.5em; margin: 0; }

#main > header p { border-top: solid 2px #e5e5e5; color: #333; display: inline-block; font-style: normal; margin: 1em 0 0 0; padding: 1em 0 1.25em 0; }

#main.container { margin-left: auto; margin-right: auto; width: 60em; padding-top: 1.5em; }

body.landing #main { margin-top: -14em; }

/* Footer */
#footer { background: #f0f0f0; padding: 4em 0 6em 0; text-align: center; }

#footer .icons a { -moz-transition: opacity 0.2s ease-in-out; -webkit-transition: opacity 0.2s ease-in-out; -o-transition: opacity 0.2s ease-in-out; -ms-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out; opacity: 0.35; }

#footer .icons a:hover { opacity: 0.75; }

#footer .copyright { color: #999; font-size: 0.9em; line-height: 1em; margin: 2em 0 0 0; padding: 0; text-align: center; }

#footer .copyright a { color: inherit; }

#footer .copyright a.img { border-bottom: none; color: inherit; }

#footer .copyright li { border-left: solid 1px #dddddd; display: inline-block; list-style: none; margin-left: 1em; padding-left: 1em; }

#footer .copyright li:first-child { border-left: 0; margin-left: 0; padding-left: 0; vertical-align: middle; }

/* stripe */
#stripe { background: #f5ad00; color: #fff; margin: 0; padding: 3em 5em 3em 5em; text-align: center; font-size: 1.2em; }

#stripe p:last-child { margin-bottom: 0; }

#stripe h2, #stripe h3, #stripe h4, #stripe h5, #stripe h6 { color: #ffecbf; font-family: "Roboto Slab", sans-serif; }

#stripe form { margin: 0 auto; max-width: 100%; width: 25em; }

#stripe input[type="submit"], #stripe input[type="reset"], #stripe input[type="button"], #stripe .button { box-shadow: none; background: #fff; color: #dc0067; }

#stripe input[type="text"], #stripe input[type="password"], #stripe input[type="email"], #stripe select, #stripe textarea { color: white; background: rgba(255, 255, 255, 0.15); border: 0; }

#stripe input[type="text"]:focus, #stripe input[type="password"]:focus, #stripe input[type="email"]:focus, #stripe select:focus, #stripe textarea:focus { box-shadow: inset 0 0 0 2px #fff; }

#stripe ::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.75) !important; }

#stripe :-moz-placeholder { color: rgba(255, 255, 255, 0.75) !important; }

#stripe ::-moz-placeholder { color: rgba(255, 255, 255, 0.75) !important; }

#stripe :-ms-input-placeholder { color: rgba(255, 255, 255, 0.75) !important; }

#stripe .formerize-placeholder { color: rgba(255, 255, 255, 0.75) !important; }

.full-width { width: 100%; margin-bottom: 0.5em; }

.half-width { width: 50%; float: right; margin-left: 2em; margin-top: 0.5em; margin-bottom: 0.5em; }

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

.social-links a, .rss-subscribe a { border-bottom: 0; color: black; opacity: 0.35; -moz-transition: opacity 0.2s ease-in-out; -webkit-transition: opacity 0.2s ease-in-out; -o-transition: opacity 0.2s ease-in-out; -ms-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out; }

.social-links a:hover, .rss-subscribe a:hover { opacity: 0.75; }

/*video container*/
video.ff-verbindet-video, video.ff-180-video { width: 100%; }

p.video-attribution { font-style: italic; }

/*.rss-subscribe { text-align: right; }*/
/*excerpts*/
.landing .noexcerpt { display: none; }

/* jquery ui overrides */
.ui-tabs .ui-tabs-panel { padding: 0.4em 0em !important; }

p.tabs-description { margin: 10px; }

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