devol.it/assets/css/main.css.map

60 lines
153 KiB
Plaintext
Raw Normal View History

{
"version": 3,
"file": "main.css",
"sources": [
"main.scss",
"_sass/libs/_vars.scss",
"_sass/libs/_functions.scss",
"_sass/libs/_mixins.scss",
"_sass/libs/_skel.scss",
"_sass/base/_page.scss",
"_sass/base/_typography.scss",
"_sass/components/_section.scss",
"_sass/components/_form.scss",
"_sass/components/_box.scss",
"_sass/components/_icon.scss",
"_sass/components/_image.scss",
"_sass/components/_list.scss",
"_sass/components/_table.scss",
"_sass/components/_button.scss",
"_sass/components/_tiles.scss",
"_sass/components/_contact-method.scss",
"_sass/components/_spotlights.scss",
"_sass/layout/_header.scss",
"_sass/layout/_banner.scss",
"_sass/layout/_main.scss",
"_sass/layout/_contact.scss",
"_sass/layout/_footer.scss",
"_sass/layout/_wrapper.scss",
"_sass/layout/_menu.scss"
],
"sourcesContent": [
"@import 'libs/vars';\n@import 'libs/functions';\n@import 'libs/mixins';\n@import 'libs/skel';\n@import 'font-awesome.min.css';\n@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,600,600italic');\n\n/*\n\tForty by HTML5 UP\n\thtml5up.net | @ajlkn\n\tFree for personal and commercial use under the CCA 3.0 license (html5up.net/license)\n*/\n\n\t@include skel-breakpoints((\n\t\txlarge: '(max-width: 1680px)',\n\t\tlarge: '(max-width: 1280px)',\n\t\tmedium: '(max-width: 980px)',\n\t\tsmall: '(max-width: 736px)',\n\t\txsmall: '(max-width: 480px)',\n\t\txxsmall: '(max-width: 360px)'\n\t));\n\n\t@include skel-layout((\n\t\treset: 'full',\n\t\tboxModel: 'border',\n\t\tgrid: ( gutters: 2em ),\n\t\tbreakpoints: (\n\t\t\tlarge: (\n\t\t\t\tgrid: ( gutters: 1.5em )\n\t\t\t),\n\t\t\tsmall: (\n\t\t\t\tgrid: ( gutters: 1.25em )\n\t\t\t)\n\t\t)\n\t));\n\n\t@mixin inner {\n\t\t> .inner {\n\t\t\t@include padding(4em, 0);\n\t\t\tmargin: 0 auto;\n\t\t\tmax-width: _size(inner);\n\t\t\twidth: calc(100% - 6em);\n\n\t\t\t@include breakpoint(small) {\n\t\t\t\t@include padding(3em, 0);\n\t\t\t\twidth: calc(100% - 3em);\n\t\t\t}\n\t\t}\n\t}\n\n// Base.\n\n\t@import 'base/page';\n\t@import 'base/typography';\n\n// Component.\n\n\t@import 'components/section';\n\t@import 'components/form';\n\t@import 'components/box';\n\t@import 'components/icon';\n\t@import 'components/image';\n\t@import 'components/list';\n\t@import 'components/table';\n\t@import 'components/button';\n\t@import 'components/tiles';\n\t@import 'components/contact-method';\n\t@import 'components/spotlights';\n\n// Layout.\n\n\t@import 'layout/header';\n\t@import 'layout/banner';\n\t@import 'layout/main';\n\t@import 'layout/contact';\n\t@import 'layout/footer';\n\t@import 'layout/wrapper';\n\t@import 'layout/menu';\n",
"// Misc.\r\n\t$misc: (\r\n\t\tz-index-base:\t\t10000\r\n\t);\r\n\r\n// Duration.\r\n\t$duration: (\r\n\t\tmenu:\t\t\t\t0.35s,\r\n\t\ttransition:\t\t\t0.2s,\r\n\t\tbanner:\t\t\t\t2.5s\r\n\t);\r\n\r\n// Size.\r\n\t$size: (\r\n\t\tborder-radius:\t\t4px,\r\n\t\telement-height:\t\t2.75em,\r\n\t\telement-margin:\t\t2em,\r\n\t\tinner:\t\t\t\t65em\r\n\t);\r\n\r\n// Font.\r\n\t$font: (\r\n\t\tfamily:\t\t\t\t('Source Sans Pro', Helvetica, sans-serif),\r\n\t\tfamily-fixed:\t\t('Courier New', monospace),\r\n\t\tweight:\t\t\t\t300,\r\n\t\tweight-bold:\t\t600,\r\n\t\tletter-spacing:\t\t0.025em,\r\n\t\tletter-spacing-alt:\t0.25em\r\n\t);\r\n\r\n// Palette.\r\n\t$palette: (\r\n\t\tbg:\t\t\t\t\t#242943,\r\n\t\tbg-alt:\t\t\t\t#2a2f4a,\r\n\t\tfg:\t\t\t\t\t#ffffff,\r\n\t\tfg-bold:\t\t\t#ffffff,\r\n\t\tfg-light:\t\t\trgba(244,244,255,0.2),\r\n\t\tborder:\t\t\t\trgba(212,212,255,0.1),\r\n\t\tborder-bg:\t\t\trgba(212,212,255,0.035),\r\n\t\thighlight:\t\t\t#9bf1ff,\r\n\t\taccent1:\t\t\t#6fc3df,\r\n\t\taccent2:\t\t\t#8d82c4,\r\n\t\taccent3:\t\t\t#ec8d81,\r\n\t\taccent4:\t\t\t#e7b788,\r\n\t\taccent5:\t\t\t#8ea9e8,\r\n\t\taccent6:\t\t\t#87c5a4\r\n\t);",
"/// Gets a duration value.\n/// @param {string} $keys Key(s).\n/// @return {string} Value.\n@function _duration($keys...) {\n\t@return val($duration, $keys...);\n}\n\n/// Gets a font value.\n/// @param {string} $keys Key(s).\n/// @return {string} Value.\n@function _font($keys...) {\n\t@return val($font, $keys...);\n}\n\n/// Gets a misc value.\n/// @param {string} $keys Key(s).\n/// @return {string} Value.\n@function _misc($keys...) {\n\t@return val($misc, $keys...);\n}\n\n/// Gets a palette value.\n/// @param {string} $keys Key(s).\n/// @return {string} Value.\n@function _palette($keys...) {\n\t@return val($palette, $keys...);\n}\n\n/// Gets a size value.\n/// @param {string} $keys Key(s).\n/// @return {string} Value.\n@function _size($keys...) {\n\t@return val($size, $keys...);\n}",
"/// Makes an element's :before pseudoelement a FontAwesome icon.\r\n/// @param {string} $content Optional content value to use.\r\n/// @param {string} $where Optional pseudoelement to target (before or after).\r\n@mixin icon($content: false, $where: before) {\r\n\r\n\ttext-decoration: none;\r\n\r\n\t&:#{$where} {\r\n\r\n\t\t@if $content {\r\n\t\t\tcontent: $content;\r\n\t\t}\r\n\r\n\t\t-moz-osx-font-smoothing: grayscale;\r\n\t\t-webkit-font-smoothing: antialiased;\r\n\t\tfont-family: FontAwesome;\r\n\t\tfont-style: normal;\r\n\t\tfont-weight: normal;\r\n\t\ttext-transform: none !important;\r\n\r\n\t}\r\n\r\n}\r\n\r\n/// Applies padding to an element, taking the current element-margin value into account.\r\n/// @param {mixed} $tb Top/bottom padding.\r\n/// @param {mixed} $lr Left/right padding.\r\n/// @param {list} $pad Optional extra padding (in the following order top, right, bottom, left)\r\n/// @param {bool} $important If true, adds !important.\r\n@mixin padding($tb, $lr, $pad: (0,0,0,0), $important: null) {\r\n\r\n\t@if $important {\r\n\t\t$important: '!important';\r\n\t}\r\n\r\n\tpadding: ($tb + nth($pad,1)) ($lr + nth($pad,2)) max(0.1em, $tb - _size(element-margin) + nth($pad,3)) ($lr + nth($pad,4)) #{$important};\r\n\r\n}\r\n\r\n/// Encodes a SVG data URL so IE doesn't choke (via codepen.io/jakob-e/pen/YXXBrp).\r\n/// @param {string} $svg SVG data URL.\r\n/// @return {string} Encoded SVG data URL.\r\n@function svg-url($svg) {\r\n\r\n\t$svg: str-replace($svg, '\"', '\\'');\r\n\t$svg: str-replace($svg, '<', '%3C');\r\n\t$svg: str-replace($svg, '>', '%3E');\r\n\t$svg: str-replace($svg, '&', '%26');\r\n\t$svg: str-replace($svg, '#', '%23');\r\n\t$svg: str-replace($svg, '{', '%7B');\r\n\t$svg: str-replace($svg, '}', '%7D');\r\n\t$svg: str-replace($svg, ';', '%3B');\r\n\r\n\t@return url(\"data:image/svg+xml;charset=utf8,#{$svg}\");\r\n\r\n}",
"// skel.scss v3.0.1 | (c) skel.io | MIT licensed */\r\n\r\n// Vars.\r\n\r\n\t/// Breakpoints.\r\n\t/// @var {list}\r\n\t$breakpoints: null;\r\n\t$breakpoints: () !global;\r\n\r\n\t/// Vendor prefixes.\r\n\t/// @var {list}\r\n\t$vendor-prefixes: (\r\n\t\t'-moz-',\r\n\t\t'-webkit-',\r\n\t\t'-ms-',\r\n\t\t''\r\n\t);\r\n\r\n\t/// Properties that should be vendorized.\r\n\t/// @var {list}\r\n\t$vendor-properties: (\r\n\t\t'align-content',\r\n\t\t'align-items',\r\n\t\t'align-self',\r\n\t\t'animation',\r\n\t\t'animation-delay',\r\n\t\t'animation-direction',\r\n\t\t'animation-duration',\r\n\t\t'animation-fill-mode',\r\n\t\t'animation-iteration-count',\r\n\t\t'animation-name',\r\n\t\t'animation-play-state',\r\n\t\t'animation-timing-function',\r\n\t\t'appearance',\r\n\t\t'backface-visibility',\r\n\t\t'box-sizing',\r\n\t\t'filter',\r\n\t\t'flex',\r\n\t\t'flex-basis',\r\n\t\t'flex-direction',\r\n\t\t'flex-flow',\r\n\t\t'flex-grow',\r\n\t\t'flex-shrink',\r\n\t\t'flex-wrap',\r\n\t\t'justify-content',\r\n\t\t'order',\r\n\t\t'perspective',\r\n\t\t'pointer-events',\r\n\t\t'transform',\r\n\t\t'transform-origin',\r\n\t\t'transform-style',\r\n\t\t'transition',\r\n\t\t'transition-delay',\r\n\t\t'transition-duration',\r\n\t\t'transition-property',\r\n\t\t'transition-timing-function',\r\n\t\t'user-select'\r\n\t);\r\n\r\n\t/// Values that should be vendorized.\r\n\t/// @var {list}\r\n\t$vendor-values: (\r\n\t\t'filter',\r\n\t\t'flex',\r\n\t\t'linear-gradient',\r\n\t\t'radial-gradient',\r\n\t\t'transform'\r\n\t);\r\n\r\n// Functions.\r\n\r\n\t/// Removes a specific item from a list.\r\n\t/// @author Hugo Giraudel\r\n\t/// @param {list} $list List.\r\n\t/// @param {integer} $index Index.\r\n\t/// @return {list} Updated list.\r\n\t@function remove-nth($list, $index) {\r\n\r\n\t\t$result: null;\r\n\r\n\t\t@if type-of($index) != number {\r\n\t\t\t@warn \"$index: #{quote($index)} is not a number for `remove-nth`.\";\r\n\t\t}\r\n\t\t@else if $index == 0 {\r\n\t\t\t@warn \"List index 0 must be a non-zero integer for `remove-nth`.\";\r\n\t\t}\r\n\t\t@else if abs($index) > length($list) {\r\n\t\t\t@warn \"List index is #{$index} but list is only #{length($list)} item long for `remove-nth`.\";\r\n\t\t}\r\n\t\t@else {\r\n\r\n\t\t\t$result: ();\r\n\t\t\t$index: if($index < 0, length($list) + $index + 1, $index);\r\n\r\n\t\t\t@for $i from 1 through length($list) {\r\n\r\n\t\t\t\t@if $i != $index {\r\n\t\t\t\t\t$result: append($result, nth($list, $i));\r\n\t\t\t\t}\r\n\r\n\t\t\t}\r\n\r\n\t\t}\r\n\r\n\t\t@return $result;\r\n\r\n\t}\r\n\r\n\t/// Replaces a substring within another string.\r\n\t/// @author Hugo Giraudel\r\n\t/// @param {string} $string String.\r\n\t/// @param {string} $search Substring.\r\n\t/// @param {string} $replace Replacement.\r\n\t/// @return {string} Updated string.\r\n\t@function str-replace($string, $search, $replace: '') {\r\n\r\n\t\t$index: str-index($string, $search);\r\n\r\n\t\t@if $index {\r\n\t\t\t@return str-slice($string, 1, $index - 1) + $replace + str-replace(str-slice($string, $index + str-length($search)), $search, $replace);\r\n\t\t}\r\n\r\n\t\t@return $string;\r\n\r\n\t}\r\n\r\n\t/// Replaces a substring within each string in a list.\r\n\t/// @param {list} $strings List of strings.\r\n\t/// @param {string} $search Substring.\r\n\t/// @param {string} $replace Replacement.\r\n\t/// @return {list} Updated list of strings.\r\n\t@function str-replace-all($strings, $search, $replace: '') {\r\n\r\n\t\t@each $string in $strings {\r\n\t\t\t$strings: set-nth($strings, index($strings, $string), str-replace($string, $search, $replace));\r\n\t\t}\r\n\r\n\t\t@return $strings;\r\n\r\n\t}\r\n\r\n\t/// Gets a value from a map.\r\n\t/// @author Hugo Giraudel\r\n\t/// @param {map} $map Map.\r\n\t/// @param {string} $keys Key(s).\r\n\t/// @return {string} Value.\r\n\t@function val($map, $keys...) {\r\n\r\n\t\t@if nth($keys, 1) == null {\r\n\t\t\t$keys: remove-nth($keys, 1);\r\n\t\t}\r\n\r\n\t\t@each $key in $keys {\r\n\t\t\t$map: map-get($map, $key);\r\n\t\t}\r\n\r\n\t\t@return $map;\r\n\r\n\t}\r\n\r\n// Mixins.\r\n\r\n\t/// Sets the glo
"///\r\n/// Forty by HTML5 UP\r\n/// html5up.net | @ajlkn\r\n/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)\r\n///\r\n\r\n/* Basic */\r\n\r\n\t// MSIE: Required for IEMobile.\r\n\t\t@-ms-viewport {\r\n\t\t\twidth: device-width;\r\n\t\t}\r\n\r\n\t// MSIE: Prevents scrollbar from overlapping content.\r\n\t\tbody {\r\n\t\t\t-ms-overflow-style: scrollbar;\r\n\t\t}\r\n\r\n\t// Ensures page width is always >=320px.\r\n\t\t@include breakpoint(xsmall) {\r\n\t\t\thtml, body {\r\n\t\t\t\tmin-width: 320px;\r\n\t\t\t}\r\n\t\t}\r\n\r\n\tbody {\r\n\t\tbackground: _palette(bg);\r\n\r\n\t\t// Prevents animation/transition \"flicker\" on page load.\r\n\t\t// Automatically added/removed by js/main.js.\r\n\t\t\t&.is-loading {\r\n\t\t\t\t*, *:before, *:after {\r\n\t\t\t\t\t@include vendor('animation', 'none !important');\r\n\t\t\t\t\t@include vendor('transition', 'none !important');\r\n\t\t\t\t}\r\n\t\t\t}\r\n\r\n\t}",
"///\r\n/// Forty by HTML5 UP\r\n/// html5up.net | @ajlkn\r\n/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)\r\n///\r\n\r\n/* Type */\r\n\r\n\tbody, input, select, textarea {\r\n\t\tcolor: _palette(fg);\r\n\t\tfont-family: _font(family);\r\n\t\tfont-size: 17pt;\r\n\t\tfont-weight: _font(weight);\r\n\t\tletter-spacing: _font(letter-spacing);\r\n\t\tline-height: 1.65;\r\n\r\n\t\t@include breakpoint(xlarge) {\r\n\t\t\tfont-size: 14pt;\r\n\t\t}\r\n\r\n\t\t@include breakpoint(large) {\r\n\t\t\tfont-size: 12pt;\r\n\t\t}\r\n\r\n\t\t@include breakpoint(xxsmall) {\r\n\t\t\tfont-size: 11pt;\r\n\t\t}\r\n\t}\r\n\r\n\ta {\r\n\t\t@include vendor('transition', (\r\n\t\t\t'color #{_duration(transition)} ease-in-out',\r\n\t\t\t'border-bottom-color #{_duration(transition)} ease-in-out'\r\n\t\t));\r\n\t\tborder-bottom: dotted 1px;\r\n\t\tcolor: inherit;\r\n\t\ttext-decoration: none;\r\n\r\n\t\t&:hover {\r\n\t\t\tborder-bottom-color: transparent;\r\n\t\t\tcolor: _palette(highlight) !important;\r\n\t\t}\r\n\r\n\t\t&:active {\r\n\t\t\tcolor: desaturate(darken(_palette(highlight), 15), 5) !important;\r\n\t\t}\r\n\t}\r\n\r\n\tstrong, b {\r\n\t\tcolor: _palette(fg-bold);\r\n\t\tfont-weight: _font(weight-bold);\r\n\t}\r\n\r\n\tem, i {\r\n\t\tfont-style: italic;\r\n\t}\r\n\r\n\tp {\r\n\t\tmargin: 0 0 _size(element-margin) 0;\r\n\t}\r\n\r\n\tblockquote > p {\r\n\t\tmargin: 0;\r\n\t}\r\n\r\n\th1, h2, h3, h4, h5, h6 {\r\n\t\tcolor: _palette(fg-bold);\r\n\t\tfont-weight: _font(weight-bold);\r\n\t\tline-height: 1.65;\r\n\t\tmargin: 0 0 (_size(element-margin) * 0.5) 0;\r\n\r\n\t\ta {\r\n\t\t\tcolor: inherit;\r\n\t\t\tborder-bottom: 0;\r\n\t\t}\r\n\t}\r\n\r\n\th1 {\r\n\t\tfont-size: 2.5em;\r\n\t}\r\n\r\n\th2 {\r\n\t\tfont-size: 1.75em;\r\n\t}\r\n\r\n\th3 {\r\n\t\tfont-size: 1.35em;\r\n\t}\r\n\r\n\th4 {\r\n\t\tfont-size: 1.1em;\r\n\t}\r\n\r\n\th5 {\r\n\t\tfont-size: 0.9em;\r\n\t}\r\n\r\n\th6 {\r\n\t\tfont-size: 0.7em;\r\n\t}\r\n\r\n\t@include breakpoint(small) {\r\n\t\th1 {\r\n\t\t\tfont-size: 2em;\r\n\t\t}\r\n\r\n\t\th2 {\r\n\t\t\tfont-size: 1.5em;\r\n\t\t}\r\n\r\n\t\th3 {\r\n\t\t\tfont-size: 1.25em;\r\n\t\t}\r\n\t}\r\n\r\n\tsub {\r\n\t\tfont-size: 0.8em;\r\n\t\tposition: relative;\r\n\t\ttop: 0.5em;\r\n\t}\r\n\r\n\tsup {\r\n\t\tfont-size: 0.8em;\r\n\t\tposition: relative;\r\n\t\ttop: -0.5em;\r\n\t}\r\n\r\n\tblockquote {\r\n\t\tborder-left: solid 4px _palette(border);\r\n\t\tfont-style: italic;\r\n\t\tmargin: 0 0 _size(element-margin) 0;\r\n\t\tpadding: (_size(element-margin) / 4) 0 (_size(element-margin) / 4) _size(element-margin);\r\n\t}\r\n\r\n\tcode {\r\n\t\tbackground: _palette(border-bg);\r\n\t\tfont-family: _font(family-fixed);\r\n\t\tfont-size: 0.9em;\r\n\t\tmargin: 0 0.25em;\r\n\t\tpadding: 0.25em 0.65em;\r\n\t}\r\n\r\n\tpre {\r\n\t\t-webkit-overflow-scrolling: touch;\r\n\t\tfont-family: _font(family-fixed);\r\n\t\tfont-size: 0.9em;\r\n\t\tmargin: 0 0 _size(element-margin) 0;\r\n\r\n\t\tcode {\r\n\t\t\tdisplay: block;\r\n\t\t\tline-height: 1.75;\r\n\t\t\tpadding: 1em 1.5em;\r\n\t\t\toverflow-x: auto;\r\n\t\t}\r\n\t}\r\n\r\n\thr {\r\n\t\tborder: 0;\r\n\t\tborder-bottom: solid 1px _palette(border);\r\n\t\tmargin: _size(element-margin) 0;\r\n\r\n\t\t&.major {\r\n\t\t\tmargin: (_size(element-margin) * 1.5) 0;\r\n\t\t}\r\n\t}\r\n\r\n\t.align-left {\r\n\t\ttext-align: left;\r\n\t}\r\n\r\n\t.align-center {\r\n\t\ttext-align: center;\r\n\t}\r\n\r\n\t.align-right {\r\n\t\ttext-align: right;\r\n\t}\r\n",
"///\r\n/// Forty by HTML5 UP\r\n/// html5up.net | @ajlkn\r\n/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)\r\n///\r\n\r\n/* Section/Article */\r\n\r\n\tsection, article {\r\n\t\t&.special {\r\n\t\t\ttext-align: center;\r\n\t\t}\r\n\t}\r\n\r\n\theader {\r\n\t\t&.major {\r\n\t\t\twidth: -moz-max-content;\r\n\t\t\twidth: -webkit-max-content;\r\n\t\t\twidth: -ms-max-content;\r\n\t\t\twidth: max-content;\r\n max-width: 100%;\r\n\t\t\tmargin-bottom: _size(element-margin);\r\n\r\n\t\t\t> :first-child {\r\n\t\t\t\t margin-bottom: 0;\r\n\t\t\t\t width: calc(100% + 0.5em);\r\n\r\n\t\t\t\t &:after {\r\n\t\t\t\t\t content: '';\r\n\t\t\t\t\t background-color: _palette(fg-bold);\r\n\t\t\t\t\t display: block;\r\n\t\t\t\t\t height: 2px;\r\n\t\t\t\t\t margin: 0.325em 0 0.5em 0;\r\n\t\t\t\t\t width: 100%;\r\n\t\t\t\t }\r\n\t\t\t}\r\n\r\n\t\t\t> p {\r\n\t\t\t\tfont-size: 0.7em;\r\n\t\t\t\tfont-weight: _font(weight-bold);\r\n\t\t\t\tletter-spacing: _font(letter-spacing-alt);\r\n\t\t\t\tmargin-bottom: 0;\r\n\t\t\t\ttext-transform: uppercase;\r\n\t\t\t}\r\n\r\n\t\t\tbody.is-ie & {\r\n\t\t\t\t> :first-child {\r\n\t\t\t\t\t&:after {\r\n\t\t\t\t\t\tmax-width: 9em;\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\r\n\t\t\t\t> h1 {\r\n\t\t\t\t\t&:after {\r\n\t\t\t\t\t\tmax-width: 100% !important;\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\t@include breakpoint(small) {\r\n\t\t\t&.major {\r\n\t\t\t\t> p {\r\n\t\t\t\t\tbr {\r\n\t\t\t\t\t\tdisplay: none;\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n",
"///\r\n/// Forty by HTML5 UP\r\n/// html5up.net | @ajlkn\r\n/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)\r\n///\r\n\r\n/* Form */\r\n\r\n\tform {\r\n\t\tmargin: 0 0 _size(element-margin) 0;\r\n\r\n\t\t.field {\r\n\t\t\tmargin: 0 0 (_size(element-margin) * 1) 0;\r\n\r\n\t\t\t&.half {\r\n\t\t\t\twidth: 50%;\r\n\t\t\t\tfloat: left;\r\n\t\t\t\tpadding: 0 0 0 (_size(element-margin) * 1 * 0.5);\r\n\r\n\t\t\t\t&.first {\r\n\t\t\t\t\tpadding: 0 (_size(element-margin) * 1 * 0.5) 0 0;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\t> .actions {\r\n\t\t\tmargin: (_size(element-margin) * 1.25) 0 0 0 !important;\r\n\t\t}\r\n\r\n\t\t@include breakpoint(small) {\r\n\t\t\t.field {\r\n\t\t\t\tmargin: 0 0 (_size(element-margin) * 0.75) 0;\r\n\r\n\t\t\t\t&.half {\r\n\t\t\t\t\tpadding: 0 0 0 (_size(element-margin) * 0.75 * 0.5);\r\n\r\n\t\t\t\t\t&.first {\r\n\t\t\t\t\t\tpadding: 0 (_size(element-margin) * 0.75 * 0.5) 0 0;\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t}\r\n\r\n\t\t\t> .actions {\r\n\t\t\t\tmargin: (_size(element-margin) * 1) 0 0 0 !important;\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\t@include breakpoint(xsmall) {\r\n\t\t\t.field {\r\n\t\t\t\t&.half {\r\n\t\t\t\t\twidth: 100%;\r\n\t\t\t\t\tfloat: none;\r\n\t\t\t\t\tpadding: 0;\r\n\r\n\t\t\t\t\t&.first {\r\n\t\t\t\t\t\tpadding: 0;\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n\r\n\tlabel {\r\n\t\tcolor: _palette(fg-bold);\r\n\t\tdisplay: block;\r\n\t\tfont-size: 0.8em;\r\n\t\tfont-weight: _font(weight-bold);\r\n\t\tletter-spacing: _font(letter-spacing-alt);\r\n\t\tmargin: 0 0 (_size(element-margin) * 0.5) 0;\r\n\t\ttext-transform: uppercase;\r\n\t}\r\n\r\n\tinput[type=\"text\"],\r\n\tinput[type=\"password\"],\r\n\tinput[type=\"email\"],\r\n\tinput[type=\"tel\"],\r\n\tselect,\r\n\ttextarea {\r\n\t\t@include vendor('appearance', 'none');\r\n\t\tbackground: _palette(border-bg);\r\n\t\tborder: none;\r\n\t\tborder-radius: 0;\r\n\t\tcolor: inherit;\r\n\t\tdisplay: block;\r\n\t\toutline: 0;\r\n\t\tpadding: 0 1em;\r\n\t\ttext-decoration: none;\r\n\t\twidth: 100%;\r\n\r\n\t\t&:invalid {\r\n\t\t\tbox-shadow: none;\r\n\t\t}\r\n\r\n\t\t&:focus {\r\n\t\t\tborder-color: _palette(highlight);\r\n\t\t\tbox-shadow: 0 0 0 2px _palette(highlight);\r\n\t\t}\r\n\t}\r\n\r\n\t.select-wrapper {\r\n\t\t@include icon;\r\n\t\tdisplay: block;\r\n\t\tposition: relative;\r\n\r\n\t\t&:before {\r\n\t\t\tcolor: _palette(border);\r\n\t\t\tcontent: '\\f078';\r\n\t\t\tdisplay: block;\r\n\t\t\theight: _size(element-height);\r\n\t\t\tline-height: _size(element-height);\r\n\t\t\tpointer-events: none;\r\n\t\t\tposition: absolute;\r\n\t\t\tright: 0;\r\n\t\t\ttext-align: center;\r\n\t\t\ttop: 0;\r\n\t\t\twidth: _size(element-height);\r\n\t\t}\r\n\r\n\t\tselect::-ms-expand {\r\n\t\t\tdisplay: none;\r\n\t\t}\r\n\t}\r\n\r\n\tinput[type=\"text\"],\r\n\tinput[type=\"password\"],\r\n\tinput[type=\"email\"],\r\n\tselect {\r\n\t\theight: _size(element-height);\r\n\t}\r\n\r\n\ttextarea {\r\n\t\tpadding: 0.75em 1em;\r\n\t}\r\n\r\n\tinput[type=\"checkbox\"],\r\n\tinput[type=\"radio\"], {\r\n\t\t@include vendor('appearance', 'none');\r\n\t\tdisplay: block;\r\n\t\tfloat: left;\r\n\t\tmargin-right: -2em;\r\n\t\topacity: 0;\r\n\t\twidth: 1em;\r\n\t\tz-index: -1;\r\n\r\n\t\t& + label {\r\n\t\t\t@include icon;\r\n\t\t\tcolor: _palette(fg);\r\n\t\t\tcursor: pointer;\r\n\t\t\tdisplay: inline-block;\r\n\t\t\tfont-weight: _font(weight);\r\n\t\t\tpadding-left: (_size(element-height) * 0.6) + 1em;\r\n\t\t\tpadding-right: 0.75em;\r\n\t\t\tposition: relative;\r\n\r\n\t\t\t&:before {\r\n\t\t\t\tbackground: _palette(border-bg);\r\n\t\t\t\tcontent: '';\r\n\t\t\t\tdisplay: inline-block;\r\n\t\t\t\theight: (_size(element-height) * 0.6);\r\n\t\t\t\tleft: 0;\r\n\t\t\t\tletter-spacing: 0;\r\n\t\t\t\tline-height: (_size(element-height) * 0.575);\r\n\t\t\t\tposition: absolute;\r\n\t\t\t\ttext-align: center;\r\n\t\t\t\ttop: 0;\r\n\t\t\t\twidth: (_size(element-height) * 0.6);\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\t&:checked + label {\r\n\t\t\t&:before {\r\n\t\t\t\tbackground: _palette(fg-bold);\r\n\t\t\t\tborder-color: _palette
"///\r\n/// Forty by HTML5 UP\r\n/// html5up.net | @ajlkn\r\n/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)\r\n///\r\n\r\n/* Box */\r\n\r\n\t.box {\r\n\t\tborder: solid 1px _palette(border);\r\n\t\tmargin-bottom: _size(element-margin);\r\n\t\tpadding: 1.5em;\r\n\r\n\t\t> :last-child,\r\n\t\t> :last-child > :last-child,\r\n\t\t> :last-child > :last-child > :last-child {\r\n\t\t\tmargin-bottom: 0;\r\n\t\t}\r\n\r\n\t\t&.alt {\r\n\t\t\tborder: 0;\r\n\t\t\tborder-radius: 0;\r\n\t\t\tpadding: 0;\r\n\t\t}\r\n\t}",
"///\r\n/// Forty by HTML5 UP\r\n/// html5up.net | @ajlkn\r\n/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)\r\n///\r\n\r\n/* Icon */\r\n\r\n\t.icon {\r\n\t\t@include icon;\r\n\t\tborder-bottom: none;\r\n\t\tposition: relative;\r\n\r\n\t\t> .label {\r\n\t\t\tdisplay: none;\r\n\t\t}\r\n\r\n\t\t&.alt {\r\n\t\t\t&:before {\r\n\t\t\t\tbackground-color: _palette(fg-bold);\r\n\t\t\t\tborder-radius: 100%;\r\n\t\t\t\tcolor: _palette(bg);\r\n\t\t\t\tdisplay: inline-block;\r\n\t\t\t\theight: 2em;\r\n\t\t\t\tline-height: 2em;\r\n\t\t\t\ttext-align: center;\r\n\t\t\t\twidth: 2em;\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n\r\n\ta.icon {\r\n\t\t&.alt {\r\n\t\t\t&:before {\r\n\t\t\t\t@include vendor('transition', 'background-color #{_duration(transition)} ease-in-out');\r\n\t\t\t}\r\n\r\n\t\t\t&:hover {\r\n\t\t\t\t&:before {\r\n\t\t\t\t\tbackground-color: _palette(accent1);\r\n\t\t\t\t}\r\n\t\t\t}\r\n\r\n\t\t\t&:active {\r\n\t\t\t\t&:before {\r\n\t\t\t\t\tbackground-color: desaturate(darken(_palette(accent1), 15), 5);\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t}",
"///\r\n/// Forty by HTML5 UP\r\n/// html5up.net | @ajlkn\r\n/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)\r\n///\r\n\r\n/* Image */\r\n\r\nimg {\r\n max-width: 100%;\r\n}\r\n\r\n.image {\r\n\t\tborder: 0;\r\n\t\tdisplay: inline-block;\r\n\t\tposition: relative;\r\n\r\n\t\timg {\r\n\t\t\tdisplay: block;\r\n\t\t}\r\n\r\n\t\t&.left,\r\n\t\t&.right {\r\n\t\t\tmax-width: 30%;\r\n\r\n\t\t\timg {\r\n\t\t\t\twidth: 100%;\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\t&.left {\r\n\t\t\tfloat: left;\r\n\t\t\tmargin: 0 1.5em 1.25em 0;\r\n\t\t\ttop: 0.25em;\r\n\t\t}\r\n\r\n\t\t&.right {\r\n\t\t\tfloat: right;\r\n\t\t\tmargin: 0 0 1.25em 1.5em;\r\n\t\t\ttop: 0.25em;\r\n\t\t}\r\n\r\n\t\t&.fit {\r\n\t\t\tdisplay: block;\r\n\t\t\tmargin: 0 0 _size(element-margin) 0;\r\n\t\t\twidth: 100%;\r\n\r\n\t\t\timg {\r\n\t\t\t\twidth: 100%;\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\t&.main {\r\n\t\t\tdisplay: block;\r\n\t\t\tmargin: (_size(element-margin) * 1.25) 0;\r\n\t\t\twidth: 100%;\r\n\r\n\t\t\timg {\r\n\t\t\t\twidth: 100%;\r\n\t\t\t}\r\n\r\n\t\t\t@include breakpoint(small) {\r\n\t\t\t\tmargin: (_size(element-margin) * 0.75) 0;\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n",
"///\r\n/// Forty by HTML5 UP\r\n/// html5up.net | @ajlkn\r\n/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)\r\n///\r\n\r\n/* List */\r\n\r\n\tol {\r\n\t\tlist-style: decimal;\r\n\t\tmargin: 0 0 _size(element-margin) 0;\r\n\t\tpadding-left: 1.25em;\r\n\r\n\t\tli {\r\n\t\t\tpadding-left: 0.25em;\r\n\t\t}\r\n\t}\r\n\r\n\tul {\r\n\t\tlist-style: disc;\r\n\t\tmargin: 0 0 _size(element-margin) 0;\r\n\t\tpadding-left: 1em;\r\n\r\n\t\tli {\r\n\t\t\tpadding-left: 0.5em;\r\n\t\t}\r\n\r\n\t\t&.alt {\r\n\t\t\tlist-style: none;\r\n\t\t\tpadding-left: 0;\r\n\r\n\t\t\tli {\r\n\t\t\t\tborder-top: solid 1px _palette(border);\r\n\t\t\t\tpadding: 0.5em 0;\r\n\r\n\t\t\t\t&:first-child {\r\n\t\t\t\t\tborder-top: 0;\r\n\t\t\t\t\tpadding-top: 0;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\t&.icons {\r\n\t\t\tcursor: default;\r\n\t\t\tlist-style: none;\r\n\t\t\tpadding-left: 0;\r\n\r\n\t\t\tli {\r\n\t\t\t\tdisplay: inline-block;\r\n\t\t\t\tpadding: 0 1em 0 0;\r\n\r\n\t\t\t\t&:last-child {\r\n\t\t\t\t\tpadding-right: 0;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\r\n\t\t\t@include breakpoint(small) {\r\n\t\t\t\tli {\r\n\t\t\t\t\tpadding: 0 0.75em 0 0;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\t&.actions {\r\n\t\t\tcursor: default;\r\n\t\t\tlist-style: none;\r\n\t\t\tpadding-left: 0;\r\n\r\n\t\t\tli {\r\n\t\t\t\tdisplay: inline-block;\r\n\t\t\t\tpadding: 0 (_size(element-margin) * 0.5) 0 0;\r\n\t\t\t\tvertical-align: middle;\r\n\r\n\t\t\t\t&:last-child {\r\n\t\t\t\t\tpadding-right: 0;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\r\n\t\t\t&.small {\r\n\t\t\t\tli {\r\n\t\t\t\t\tpadding: 0 (_size(element-margin) * 0.5) 0 0;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\r\n\t\t\t&.vertical {\r\n\t\t\t\tli {\r\n\t\t\t\t\tdisplay: block;\r\n\t\t\t\t\tpadding: (_size(element-margin) * 0.5) 0 0 0;\r\n\r\n\t\t\t\t\t&:first-child {\r\n\t\t\t\t\t\tpadding-top: 0;\r\n\t\t\t\t\t}\r\n\r\n\t\t\t\t\t> * {\r\n\t\t\t\t\t\tmargin-bottom: 0;\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\r\n\t\t\t\t&.small {\r\n\t\t\t\t\tli {\r\n\t\t\t\t\t\t&:first-child {\r\n\t\t\t\t\t\t\tpadding-top: 0;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t}\r\n\r\n\t\t\t&.fit {\r\n\t\t\t\tdisplay: table;\r\n\t\t\t\tmargin-left: (_size(element-margin) * -0.5);\r\n\t\t\t\tpadding: 0;\r\n\t\t\t\ttable-layout: fixed;\r\n\t\t\t\twidth: calc(100% + #{(_size(element-margin) * 0.5)});\r\n\r\n\t\t\t\tli {\r\n\t\t\t\t\tdisplay: table-cell;\r\n\t\t\t\t\tpadding: 0 0 0 (_size(element-margin) * 0.5);\r\n\r\n\t\t\t\t\t> * {\r\n\t\t\t\t\t\tmargin-bottom: 0;\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\r\n\t\t\t\t&.small {\r\n\t\t\t\t\tmargin-left: (_size(element-margin) * -0.5);\r\n\t\t\t\t\twidth: calc(100% + #{(_size(element-margin) * 0.5)});\r\n\r\n\t\t\t\t\tli {\r\n\t\t\t\t\t\tpadding: 0 0 0 (_size(element-margin) * 0.5);\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n\r\n\tdl {\r\n\t\tmargin: 0 0 _size(element-margin) 0;\r\n\r\n\t\tdt {\r\n\t\t\tdisplay: block;\r\n\t\t\tfont-weight: _font(weight-bold);\r\n\t\t\tmargin: 0 0 (_size(element-margin) * 0.5) 0;\r\n\t\t}\r\n\r\n\t\tdd {\r\n\t\t\tmargin-left: _size(element-margin);\r\n\t\t}\r\n\t}",
"///\r\n/// Forty by HTML5 UP\r\n/// html5up.net | @ajlkn\r\n/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)\r\n///\r\n\r\n/* Table */\r\n\r\n\t.table-wrapper {\r\n\t\t-webkit-overflow-scrolling: touch;\r\n\t\toverflow-x: auto;\r\n\t}\r\n\r\n\ttable {\r\n\t\tmargin: 0 0 _size(element-margin) 0;\r\n\t\twidth: 100%;\r\n\r\n\t\ttbody {\r\n\t\t\ttr {\r\n\t\t\t\tborder: solid 1px _palette(border);\r\n\t\t\t\tborder-left: 0;\r\n\t\t\t\tborder-right: 0;\r\n\r\n\t\t\t\t&:nth-child(2n + 1) {\r\n\t\t\t\t\tbackground-color: _palette(border-bg);\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\ttd {\r\n\t\t\tpadding: 0.75em 0.75em;\r\n\t\t}\r\n\r\n\t\tth {\r\n\t\t\tcolor: _palette(fg-bold);\r\n\t\t\tfont-size: 0.9em;\r\n\t\t\tfont-weight: _font(weight-bold);\r\n\t\t\tpadding: 0 0.75em 0.75em 0.75em;\r\n\t\t\ttext-align: left;\r\n\t\t}\r\n\r\n\t\tthead {\r\n\t\t\tborder-bottom: solid 2px _palette(border);\r\n\t\t}\r\n\r\n\t\ttfoot {\r\n\t\t\tborder-top: solid 2px _palette(border);\r\n\t\t}\r\n\r\n\t\t&.alt {\r\n\t\t\tborder-collapse: separate;\r\n\r\n\t\t\ttbody {\r\n\t\t\t\ttr {\r\n\t\t\t\t\ttd {\r\n\t\t\t\t\t\tborder: solid 1px _palette(border);\r\n\t\t\t\t\t\tborder-left-width: 0;\r\n\t\t\t\t\t\tborder-top-width: 0;\r\n\r\n\t\t\t\t\t\t&:first-child {\r\n\t\t\t\t\t\t\tborder-left-width: 1px;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\r\n\t\t\t\t\t&:first-child {\r\n\t\t\t\t\t\ttd {\r\n\t\t\t\t\t\t\tborder-top-width: 1px;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t}\r\n\r\n\t\t\tthead {\r\n\t\t\t\tborder-bottom: 0;\r\n\t\t\t}\r\n\r\n\t\t\ttfoot {\r\n\t\t\t\tborder-top: 0;\r\n\t\t\t}\r\n\t\t}\r\n\t}",
"///\r\n/// Forty by HTML5 UP\r\n/// html5up.net | @ajlkn\r\n/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)\r\n///\r\n\r\n/* Button */\r\n\r\n\tinput[type=\"submit\"],\r\n\tinput[type=\"reset\"],\r\n\tinput[type=\"button\"],\r\n\tbutton,\r\n\t.button {\r\n\t\t@include vendor('appearance', 'none');\r\n\t\t@include vendor('transition', (\r\n\t\t\t'background-color #{_duration(transition)} ease-in-out',\r\n\t\t\t'box-shadow #{_duration(transition)} ease-in-out',\r\n\t\t\t'color #{_duration(transition)} ease-in-out'\r\n\t\t));\r\n\t\tbackground-color: transparent;\r\n\t\tborder: 0;\r\n\t\tborder-radius: 0;\r\n\t\tbox-shadow: inset 0 0 0 2px _palette(fg-bold);\r\n\t\tcolor: _palette(fg-bold);\r\n\t\tcursor: pointer;\r\n\t\tdisplay: inline-block;\r\n\t\tfont-size: 0.8em;\r\n\t\tfont-weight: _font(weight-bold);\r\n\t\theight: 3.5em;\r\n\t\tletter-spacing: _font(letter-spacing-alt);\r\n\t\tline-height: 3.5em;\r\n\t\tpadding: 0 1.75em;\r\n\t\ttext-align: center;\r\n\t\ttext-decoration: none;\r\n\t\ttext-transform: uppercase;\r\n\t\twhite-space: nowrap;\r\n\r\n\t\t&:hover, &:active {\r\n\t\t\tbox-shadow: inset 0 0 0 2px _palette(highlight);\r\n\t\t\tcolor: _palette(highlight);\r\n\t\t}\r\n\r\n\t\t&:active {\r\n\t\t\tbackground-color: transparentize(_palette(highlight), 0.9);\r\n\t\t\tbox-shadow: inset 0 0 0 2px desaturate(darken(_palette(highlight), 15), 5);\r\n\t\t\tcolor: desaturate(darken(_palette(highlight), 15), 5);\r\n\t\t}\r\n\r\n\t\t&.icon {\r\n\t\t\t&:before {\r\n\t\t\t\tmargin-right: 0.5em;\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\t&.fit {\r\n\t\t\tdisplay: block;\r\n\t\t\tmargin: 0 0 (_size(element-margin) * 0.5) 0;\r\n\t\t\twidth: 100%;\r\n\t\t}\r\n\r\n\t\t&.small {\r\n\t\t\tfont-size: 0.6em;\r\n\t\t}\r\n\r\n\t\t&.big {\r\n\t\t\tfont-size: 1.25em;\r\n\t\t\theight: 3em;\r\n\t\t\tline-height: 3em;\r\n\t\t}\r\n\r\n\t\t&.next {\r\n\t\t\tpadding-right: 4.5em;\r\n\t\t\tposition: relative;\r\n\r\n\t\t\t&:before, &:after {\r\n\t\t\t\t@include vendor('transition', 'opacity #{_duration(transition)} ease-in-out');\r\n\t\t\t\tbackground-position: center right;\r\n\t\t\t\tbackground-repeat: no-repeat;\r\n\t\t\t\tbackground-size: 36px 24px;\r\n\t\t\t\tcontent: '';\r\n\t\t\t\tdisplay: block;\r\n\t\t\t\theight: 100%;\r\n\t\t\t\tposition: absolute;\r\n\t\t\t\tright: 1.5em;\r\n\t\t\t\ttop: 0;\r\n\t\t\t\tvertical-align: middle;\r\n\t\t\t\twidth: 36px;\r\n\t\t\t}\r\n\r\n\t\t\t&:before {\r\n\t\t\t\tbackground-image: svg-url('<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"36px\" height=\"24px\" viewBox=\"0 0 36 24\" zoomAndPan=\"disable\"><style>line { stroke: #{_palette(fg-bold)}; stroke-width: 2px; }</style><line x1=\"0\" y1=\"12\" x2=\"34\" y2=\"12\" /><line x1=\"25\" y1=\"4\" x2=\"34\" y2=\"12.5\" /><line x1=\"25\" y1=\"20\" x2=\"34\" y2=\"11.5\" /></svg>');\r\n\t\t\t}\r\n\r\n\t\t\t&:after {\r\n\t\t\t\tbackground-image: svg-url('<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"36px\" height=\"24px\" viewBox=\"0 0 36 24\" zoomAndPan=\"disable\"><style>line { stroke: #{_palette(highlight)}; stroke-width: 2px; }</style><line x1=\"0\" y1=\"12\" x2=\"34\" y2=\"12\" /><line x1=\"25\" y1=\"4\" x2=\"34\" y2=\"12.5\" /><line x1=\"25\" y1=\"20\" x2=\"34\" y2=\"11.5\" /></svg>');\r\n\t\t\t\topacity: 0;\r\n\t\t\t\tz-index: 1;\r\n\t\t\t}\r\n\r\n\t\t\t&:hover, &:active {\r\n\t\t\t\t&:after {\r\n\t\t\t\t\topacity: 1;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\r\n\t\t\t@include breakpoint(large) {\r\n\t\t\t\tpadding-right: 5em;\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\t&.special {\r\n\t\t\tbackground-color: _palette(fg-bold);\r\n\t\t\tbox-shadow: none;\r\n\t\t\tcolor: _palette(bg);\r\n\r\n\t\t\t&:hover, &:active {\r\n\t\t\t\tbackground-color: _palette(highlight);\r\n\t\t\t\tcolor: _palette(bg) !important;\r\n\t\t\t}\r\n\r\n\t\t\t&:active {\r\n\t\t\t\tbackground-color: desaturate(darken(_palette(highlight), 15), 5);\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\t&.disabled,\r\n\t\t&:disabled {\r\n\t\t\t@include vendor('pointer-events', 'none');\r\n\t\t\tcursor: default
"///\n/// Forty by HTML5 UP\n/// html5up.net | @ajlkn\n/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)\n///\n\n/* Tiles */\n\n\t.tiles {\n\t\t@include vendor('display', 'flex');\n\t\t@include vendor('flex-wrap', 'wrap');\n\t\tborder-top: 0 !important;\n\n\t\t& + * {\n\t\t\tborder-top: 0 !important;\n\t\t}\n\n\t\tarticle {\n\t\t\t@include vendor('align-items', 'center');\n\t\t\t@include vendor('display', 'flex');\n\t\t\t@include vendor('transition', (\n\t\t\t\t'transform 0.25s ease',\n\t\t\t\t'opacity 0.25s ease',\n\t\t\t\t'filter 1s ease',\n\t\t\t\t'-webkit-filter 1s ease'\n\t\t\t));\n\t\t\t@include padding(4em, 4em);\n\t\t\tbackground-position: center;\n\t\t\tbackground-repeat: no-repeat;\n\t\t\tbackground-size: cover;\n\t\t\tcursor: default;\n\t\t\theight: 40vh;\n\t\t\tmax-height: 40em;\n\t\t\tmin-height: 23em;\n\t\t\toverflow: hidden;\n\t\t\tposition: relative;\n\t\t\twidth: 40%;\n\n\t\t\t.image {\n\t\t\t\tdisplay: none;\n\t\t\t}\n\n\t\t\theader {\n\t\t\t\tposition: relative;\n\t\t\t\tz-index: 3;\n\t\t\t}\n\n\t\t\th3 {\n\t\t\t\tfont-size: 1.75em;\n\n\t\t\t\ta {\n\t\t\t\t\t&:hover {\n\t\t\t\t\t\tcolor: inherit !important;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t.link.primary {\n\t\t\t\tborder: 0;\n\t\t\t\theight: 100%;\n\t\t\t\tleft: 0;\n\t\t\t\tposition: absolute;\n\t\t\t\ttop: 0;\n\t\t\t\twidth: 100%;\n\t\t\t\tz-index: 4;\n\t\t\t}\n\n\t\t\t&:before {\n\t\t\t\t@include vendor('transition', 'opacity 0.5s ease');\n\t\t\t\tbottom: 0;\n\t\t\t\tcontent: '';\n\t\t\t\tdisplay: block;\n\t\t\t\theight: 100%;\n\t\t\t\tleft: 0;\n\t\t\t\topacity: 0.85;\n\t\t\t\tposition: absolute;\n\t\t\t\twidth: 100%;\n\t\t\t\tz-index: 2;\n\t\t\t}\n\n\t\t\t&:after {\n\t\t\t\tbackground-color: transparentize(_palette(bg), 0.75);\n\t\t\t\tcontent: '';\n\t\t\t\tdisplay: block;\n\t\t\t\theight: 100%;\n\t\t\t\tleft: 0;\n\t\t\t\tposition: absolute;\n\t\t\t\ttop: 0;\n\t\t\t\twidth: 100%;\n\t\t\t\tz-index: 1;\n\t\t\t}\n\n\t\t\t&:hover {\n\t\t\t\t&:before {\n\t\t\t\t\topacity: 0;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t&.is-transitioning {\n\t\t\t\t@include vendor('transform', 'scale(0.95)');\n\t\t\t\t@include vendor('filter', 'blur(0.5em)');\n\t\t\t\topacity: 0;\n\t\t\t}\n\n\t\t\t&:nth-child(4n - 1),\n\t\t\t&:nth-child(4n - 2) {\n\t\t\t\tflex: 1 auto;\n\t\t\t}\n\n\t\t\t&:nth-child(6n - 5) {\n\t\t\t\t&:before {\n\t\t\t\t\tbackground-color: _palette(accent1);\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t&:nth-child(6n - 4) {\n\t\t\t\t&:before {\n\t\t\t\t\tbackground-color: _palette(accent2);\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t&:nth-child(6n - 3) {\n\t\t\t\t&:before {\n\t\t\t\t\tbackground-color: _palette(accent3);\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t&:nth-child(6n - 2) {\n\t\t\t\t&:before {\n\t\t\t\t\tbackground-color: _palette(accent4);\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t&:nth-child(6n - 1) {\n\t\t\t\t&:before {\n\t\t\t\t\tbackground-color: _palette(accent5);\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t&:nth-child(6n) {\n\t\t\t\t&:before {\n\t\t\t\t\tbackground-color: _palette(accent6);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t@include breakpoint(large) {\n\t\t\tarticle {\n\t\t\t\t@include padding(4em, 3em);\n\t\t\t\theight: 30vh;\n\t\t\t\tmax-height: 30em;\n\t\t\t\tmin-height: 20em;\n\t\t\t}\n\t\t}\n\n\t\t@include breakpoint(medium) {\n\t\t\tarticle {\n\t\t\t\twidth: 50% !important;\n\t\t\t}\n\t\t}\n\n\t\t@include breakpoint(small) {\n\t\t\tarticle {\n\t\t\t\t@include padding(3em, 1.5em);\n\t\t\t\theight: 16em;\n\t\t\t\tmax-height: none;\n\t\t\t\tmin-height: 0;\n\n\t\t\t\th3 {\n\t\t\t\t\tfont-size: 1.5em;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t@include breakpoint(xsmall) {\n\t\t\tdisplay: block;\n\n\t\t\tarticle {\n\t\t\t\theight: 20em;\n\t\t\t\twidth: 100% !important;\n\t\t\t}\n\t\t}\n\t}",
"///\r\n/// Forty by HTML5 UP\r\n/// html5up.net | @ajlkn\r\n/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)\r\n///\r\n\r\n/* Contact Method */\r\n\r\n\t.contact-method {\r\n\t\tmargin: 0 0 _size(element-margin) 0;\r\n\t\tpadding-left: 3.25em;\r\n\t\tposition: relative;\r\n\r\n\t\t.icon {\r\n\t\t\tleft: 0;\r\n\t\t\tposition: absolute;\r\n\t\t\ttop: 0;\r\n\t\t}\r\n\r\n\t\th3 {\r\n\t\t\tmargin: 0 0 (_size(element-margin) * 0.25) 0;\r\n\t\t}\r\n\t}",
"///\r\n/// Forty by HTML5 UP\r\n/// html5up.net | @ajlkn\r\n/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)\r\n///\r\n\r\n/* Spotlights */\r\n\r\n\t.spotlights {\r\n\t\tborder-top: 0 !important;\r\n\r\n\t\t& + * {\r\n\t\t\tborder-top: 0 !important;\r\n\t\t}\r\n\r\n\t\t> section {\r\n\t\t\t@include vendor('display', 'flex');\r\n\t\t\t@include vendor('flex-direction', 'row');\r\n\t\t\tbackground-color: desaturate(lighten(_palette(bg-alt), 2), 1);\r\n\r\n\t\t\t> .image {\r\n\t\t\t\tbackground-position: center center;\r\n\t\t\t\tbackground-size: cover;\r\n\t\t\t\tborder-radius: 0;\r\n\t\t\t\tdisplay: block;\r\n\t\t\t\tposition: relative;\r\n\t\t\t\twidth: 30%;\r\n\r\n\t\t\t\timg {\r\n\t\t\t\t\tborder-radius: 0;\r\n\t\t\t\t\tdisplay: block;\r\n\t\t\t\t\twidth: 100%;\r\n\t\t\t\t}\r\n\r\n\t\t\t\t&:before {\r\n\t\t\t\t\tbackground: transparentize(_palette(bg), 0.1);\r\n\t\t\t\t\tcontent: '';\r\n\t\t\t\t\tdisplay: block;\r\n\t\t\t\t\theight: 100%;\r\n\t\t\t\t\tleft: 0;\r\n\t\t\t\t\topacity: 0;\r\n\t\t\t\t\tposition: absolute;\r\n\t\t\t\t\ttop: 0;\r\n\t\t\t\t\twidth: 100%;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\r\n\t\t\t> .content {\r\n\t\t\t\t@include vendor('display', 'flex');\r\n\t\t\t\t@include vendor('flex-direction', 'column');\r\n\t\t\t\t@include vendor('justify-content', 'center');\r\n\t\t\t\t@include vendor('align-items', 'center');\r\n\t\t\t\t@include padding(2em, 3em);\r\n\t\t\t\twidth: 70%;\r\n\r\n\t\t\t\t> .inner {\r\n\t\t\t\t\tmargin: 0 auto;\r\n\t\t\t\t\tmax-width: 100%;\r\n\t\t\t\t\twidth: _size(inner);\r\n\t\t\t\t}\r\n\t\t\t}\r\n\r\n\t\t\t&:nth-child(2n) {\r\n\t\t\t\t@include vendor('flex-direction', 'row-reverse');\r\n\t\t\t\tbackground-color: desaturate(lighten(_palette(bg-alt), 4), 2);\r\n\r\n\t\t\t\t> .content {\r\n\t\t\t\t\t@include vendor('align-items', 'flex-end');\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\t@include breakpoint(xlarge) {\r\n\t\t\t> section {\r\n\t\t\t\t> .image {\r\n\t\t\t\t\twidth: 40%;\r\n\t\t\t\t}\r\n\r\n\t\t\t\t> .content {\r\n\t\t\t\t\twidth: 60%;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\t@include breakpoint(large) {\r\n\t\t\t> section {\r\n\t\t\t\t> .image {\r\n\t\t\t\t\twidth: 45%;\r\n\t\t\t\t}\r\n\r\n\t\t\t\t> .content {\r\n\t\t\t\t\twidth: 55%;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\t@include breakpoint(medium) {\r\n\t\t\t> section {\r\n\t\t\t\tdisplay: block;\r\n\r\n\t\t\t\t> .image {\r\n\t\t\t\t\twidth: 100%;\r\n\t\t\t\t}\r\n\r\n\t\t\t\t> .content {\r\n\t\t\t\t\t@include padding(4em, 3em);\r\n\t\t\t\t\twidth: 100%;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\t@include breakpoint(small) {\r\n\t\t\t> section {\r\n\t\t\t\t> .content {\r\n\t\t\t\t\t@include padding(3em, 1.5em);\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t}",
"///\r\n/// Forty by HTML5 UP\r\n/// html5up.net | @ajlkn\r\n/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)\r\n///\r\n\r\n/* Header */\r\n\r\n\t@include keyframes('reveal-header') {\r\n\t\t0% { top: -4em; opacity: 0; }\r\n\t\t100% { top: 0; opacity: 1; }\r\n\t}\r\n\r\n\t#header {\r\n\t\t@include vendor('display', 'flex');\r\n\t\tbackground-color: _palette(bg-alt);\r\n\t\tbox-shadow: 0 0 0.25em 0 rgba(0,0,0,0.15);\r\n\t\tcursor: default;\r\n\t\tfont-weight: _font(weight-bold);\r\n\t\theight: 3.25em;\r\n\t\tleft: 0;\r\n\t\tletter-spacing: _font(letter-spacing-alt);\r\n\t\tline-height: 3.25em;\r\n\t\tmargin: 0;\r\n\t\tposition: fixed;\r\n\t\ttext-transform: uppercase;\r\n\t\ttop: 0;\r\n\t\twidth: 100%;\r\n\t\tz-index: _misc(z-index-base);\r\n\r\n\t\t.logo {\r\n\t\t\tborder: 0;\r\n\t\t\tdisplay: inline-block;\r\n\t\t\tfont-size: 0.8em;\r\n\t\t\theight: inherit;\r\n\t\t\tline-height: inherit;\r\n\t\t\tpadding: 0 1.5em;\r\n\r\n\t\t\tstrong {\r\n\t\t\t\t@include vendor('transition', (\r\n\t\t\t\t\t'background-color #{_duration(transition)} ease-in-out',\r\n\t\t\t\t\t'color #{_duration(transition)} ease-in-out'\r\n\t\t\t\t));\r\n\t\t\t\tbackground-color: _palette(fg-bold);\r\n\t\t\t\tcolor: _palette(bg);\r\n\t\t\t\tdisplay: inline-block;\r\n\t\t\t\tline-height: 1.65em;\r\n\t\t\t\tmargin-right: 0.325em;\r\n\t\t\t\tpadding: 0 0.125em 0 (_font(letter-spacing-alt) + 0.125em);\r\n\t\t\t}\r\n\r\n\t\t\t&:hover {\r\n\t\t\t\tstrong {\r\n\t\t\t\t\tbackground-color: _palette(highlight);\r\n\t\t\t\t}\r\n\t\t\t}\r\n\r\n\t\t\t&:active {\r\n\t\t\t\tstrong {\r\n\t\t\t\t\tbackground-color: desaturate(darken(_palette(highlight), 15), 5);\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tnav {\r\n\t\t\t@include vendor('display', 'flex');\r\n\t\t\t@include vendor('justify-content', 'flex-end');\r\n\t\t\t@include vendor('flex-grow', '1');\r\n\t\t\theight: inherit;\r\n\t\t\tline-height: inherit;\r\n\r\n\t\t\ta {\r\n\t\t\t\tborder: 0;\r\n\t\t\t\tdisplay: block;\r\n\t\t\t\tfont-size: 0.8em;\r\n\t\t\t\theight: inherit;\r\n\t\t\t\tline-height: inherit;\r\n\t\t\t\tpadding: 0 0.75em;\r\n\t\t\t\tposition: relative;\r\n\t\t\t\tvertical-align: middle;\r\n\r\n\t\t\t\t&:last-child {\r\n\t\t\t\t\tpadding-right: 1.5em;\r\n\t\t\t\t}\r\n\r\n\t\t\t\t&[href=\"#menu\"] {\r\n\t\t\t\t\tpadding-right: 3.325em !important;\r\n\r\n\t\t\t\t\t&:before, &:after {\r\n\t\t\t\t\t\tbackground-image: svg-url('<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"32\" viewBox=\"0 0 24 32\" preserveAspectRatio=\"none\"><style>line { stroke-width: 2px; stroke: #{_palette(fg-bold)}; }</style><line x1=\"0\" y1=\"11\" x2=\"24\" y2=\"11\" /><line x1=\"0\" y1=\"21\" x2=\"24\" y2=\"21\" /><line x1=\"0\" y1=\"16\" x2=\"24\" y2=\"16\" /></svg>');\r\n\t\t\t\t\t\tbackground-position: center;\r\n\t\t\t\t\t\tbackground-repeat: no-repeat;\r\n\t\t\t\t\t\tbackground-size: 24px 32px;\r\n\t\t\t\t\t\tcontent: '';\r\n\t\t\t\t\t\tdisplay: block;\r\n\t\t\t\t\t\theight: 100%;\r\n\t\t\t\t\t\tposition: absolute;\r\n\t\t\t\t\t\tright: 1.5em;\r\n\t\t\t\t\t\ttop: 0;\r\n\t\t\t\t\t\tvertical-align: middle;\r\n\t\t\t\t\t\twidth: 24px;\r\n\t\t\t\t\t}\r\n\r\n\t\t\t\t\t&:after {\r\n\t\t\t\t\t\t@include vendor('transition', 'opacity #{_duration(transition)} ease-in-out');\r\n\t\t\t\t\t\tbackground-image: svg-url('<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"32\" viewBox=\"0 0 24 32\" preserveAspectRatio=\"none\"><style>line { stroke-width: 2px; stroke: #{_palette(highlight)}; }</style><line x1=\"0\" y1=\"11\" x2=\"24\" y2=\"11\" /><line x1=\"0\" y1=\"21\" x2=\"24\" y2=\"21\" /><line x1=\"0\" y1=\"16\" x2=\"24\" y2=\"16\" /></svg>');\r\n\t\t\t\t\t\topacity: 0;\r\n\t\t\t\t\t\tz-index: 1;\r\n\t\t\t\t\t}\r\n\r\n\t\t\t\t\t&:hover, &:active {\r\n\t\t\t\t\t\t&:after {\r\n\t\t\t\t\t\t\topacity: 1;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\r\n\t\t\t\t\t&:last-child {\r\n\t\t\t\t\t\tpadding-right: 3.875em !important;\r\n\r\n\t\t\t\t\t\t&:before, &:after {\r\n\t\t\t\t\t\t\tright: 2em;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\t&.reveal
"///\r\n/// Forty by HTML5 UP\r\n/// html5up.net | @ajlkn\r\n/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)\r\n///\r\n\r\n/* Banner */\r\n\r\n\t#banner {\r\n\t\t@include vendor('align-items', 'center');\r\n\t\t@include vendor('background-image', 'url(\"../images/banner.jpg\")');\r\n\t\t@include vendor('display', 'flex');\r\n\t\t@include padding(4em, 0, (2em, 0, 0, 0));\r\n\t\tbackground-attachment: fixed;\r\n\t\tbackground-position: center;\r\n\t\tbackground-repeat: no-repeat;\r\n\t\tbackground-size: cover;\r\n\t\tborder-bottom: 0 !important;\r\n\t\tcursor: default;\r\n\t\theight: 60vh;\r\n\t\tmargin-bottom: -3.25em;\r\n\t\tmax-height: 32em;\r\n\t\tmin-height: 22em;\r\n\t\tposition: relative;\r\n\t\ttop: -3.25em;\r\n\r\n\t\t&:after {\r\n\t\t\t@include vendor('transition', 'opacity #{_duration(banner)} ease');\r\n\t\t\t@include vendor('transition-delay', '0.75s');\r\n\t\t\t@include vendor('pointer-events', 'none');\r\n\t\t\tbackground-color: _palette(bg);\r\n\t\t\tcontent: '';\r\n\t\t\tdisplay: block;\r\n\t\t\theight: 100%;\r\n\t\t\tleft: 0;\r\n\t\t\topacity: 0.85;\r\n\t\t\tposition: absolute;\r\n\t\t\ttop: 0;\r\n\t\t\twidth: 100%;\r\n\t\t\tz-index: 1;\r\n\t\t}\r\n\r\n\t\th1 {\r\n\t\t\tfont-size: 3.25em;\r\n\t\t}\r\n\r\n\t\t> .inner {\r\n\t\t\t@include vendor('transition', (\r\n\t\t\t\t'opacity 1.5s ease',\r\n\t\t\t\t'transform 0.5s ease-out',\r\n\t\t\t\t'filter 0.5s ease',\r\n\t\t\t\t'-webkit-filter 0.5s ease'\r\n\t\t\t));\r\n\t\t\tpadding: 0 !important;\r\n\t\t\tposition: relative;\r\n\t\t\tz-index: 2;\r\n\r\n\t\t\t.image {\r\n\t\t\t\tdisplay: none;\r\n\t\t\t}\r\n\r\n\t\t\theader {\r\n\t\t\t\twidth: auto;\r\n\r\n\t\t\t\t> :first-child {\r\n\t\t\t\t\twidth: auto;\r\n\r\n\t\t\t\t\t&:after {\r\n\t\t\t\t\t\tmax-width: 100%;\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t}\r\n\r\n\t\t\t.content {\r\n\t\t\t\t@include vendor('display', 'flex');\r\n\t\t\t\t@include vendor('align-items', 'center');\r\n\t\t\t\tmargin: 0 0 _size(element-margin) 0;\r\n\r\n\t\t\t\t> * {\r\n\t\t\t\t\tmargin-left: 1.5em;\r\n\t\t\t\t\tmargin-bottom: 0;\r\n\t\t\t\t}\r\n\r\n\t\t\t\t> :first-child {\r\n\t\t\t\t\tmargin-left: 0;\r\n\t\t\t\t}\r\n\r\n\t\t\t\tp {\r\n\t\t\t\t\tfont-size: 0.7em;\r\n\t\t\t\t\tfont-weight: _font(weight-bold);\r\n\t\t\t\t\tletter-spacing: _font(letter-spacing-alt);\r\n\t\t\t\t\ttext-transform: uppercase;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\t&.major {\r\n\t\t\theight: 75vh;\r\n\t\t\tmin-height: 30em;\r\n\t\t\tmax-height: 50em;\r\n\r\n\t\t\t&.alt {\r\n\t\t\t\t opacity: 0.75;\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\t&.style1 { &:after { background-color: _palette(accent1); } }\r\n\t\t&.style2 { &:after { background-color: _palette(accent2); } }\r\n\t\t&.style3 { &:after { background-color: _palette(accent3); } }\r\n\t\t&.style4 { &:after { background-color: _palette(accent4); } }\r\n\t\t&.style5 { &:after { background-color: _palette(accent5); } }\r\n\t\t&.style6 { &:after { background-color: _palette(accent6); } }\r\n\r\n\t\tbody.is-loading & {\r\n\t\t\t&:after {\r\n\t\t\t\topacity: 1.0;\r\n\t\t\t}\r\n\r\n\t\t\t> .inner {\r\n\t\t\t\t@include vendor('filter', 'blur(0.125em)');\r\n\t\t\t\t@include vendor('transform', 'translateX(-0.5em)');\r\n\t\t\t\topacity: 0;\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\t@include breakpoint(large) {\r\n\t\t\tbackground-attachment: scroll;\r\n\t\t}\r\n\r\n\t\t@include breakpoint(small) {\r\n\t\t\t@include padding(3em, 0, (2em, 0, 0, 0));\r\n\t\t\theight: auto;\r\n\t\t\tmargin-bottom: -2.75em;\r\n\t\t\tmax-height: none;\r\n\t\t\tmin-height: 0;\r\n\t\t\ttop: -2.75em;\r\n\r\n\t\t\th1 {\r\n\t\t\t\tfont-size: 2em;\r\n\t\t\t}\r\n\r\n\t\t\t> .inner {\r\n\t\t\t\t.content {\r\n\t\t\t\t\tdisplay: block;\r\n\r\n\t\t\t\t\t> * {\r\n\t\t\t\t\t\tmargin-left: 0;\r\n\t\t\t\t\t\tmargin-bottom: _size(element-margin);\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t}\r\n\r\n\t\t\t&.major {\r\n\t\t\t\theight: auto;\r\n\t\t\t\tmin-height: 0;\r\n\t\t\t\tmax-height: none;\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\t@include breakpoint(xsmall) {\r\n\t\t\t@include padding(4em, 0, (2em, 0, 0, 0));\r\n\r\n\t\t\t> .inner {\r\n\t\t\t\
"///\r\n/// Forty by HTML5 UP\r\n/// html5up.net | @ajlkn\r\n/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)\r\n///\r\n\r\n/* Main */\r\n\r\n\t#main {\r\n\t\tbackground-color: _palette(bg-alt);\r\n\r\n\t\t> * {\r\n\t\t\tborder-top: solid 1px _palette(border);\r\n\r\n\t\t\t&:first-child {\r\n\t\t\t\tborder-top: 0;\r\n\t\t\t}\r\n\r\n\t\t\t@include inner;\r\n\t\t}\r\n\r\n\t\t&.alt {\r\n\t\t\tbackground-color: transparent;\r\n\t\t\tborder-bottom: solid 1px _palette(border);\r\n\t\t}\r\n\t}",
"///\n/// Forty by HTML5 UP\n/// html5up.net | @ajlkn\n/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)\n///\n\n/* Contact */\n\n\t#contact {\n\t\tborder-bottom: solid 1px _palette(border);\n\t\toverflow-x: hidden;\n\n\t\t> .inner {\n\t\t\t@include vendor('display', 'flex');\n\t\t\tpadding: 0 !important;\n\n\t\t\t> :nth-child(2n - 1) {\n\t\t\t\t@include padding(4em, 0, (0, 3em, 0, 0));\n\t\t\t\tborder-right: solid 1px _palette(border);\n\t\t\t\twidth: 60%;\n\t\t\t\tz-index: 1;\n\t\t\t}\n\n\t\t\t> :nth-child(2n) {\n\t\t\t\tpadding-left: 3em;\n\t\t\t\twidth: 40%;\n\t\t\t}\n\n\t\t\t> .split {\n\t\t\t\tpadding: 0;\n\n\t\t\t\t> * {\n\t\t\t\t\t@include padding(3em, 0, (0, 0, 0, 3em));\n\t\t\t\t\tposition: relative;\n\n\t\t\t\t\t&:before {\n\t\t\t\t\t\tborder-top: solid 1px _palette(border);\n\t\t\t\t\t\tcontent: '';\n\t\t\t\t\t\tdisplay: block;\n\t\t\t\t\t\tmargin-left: -3em;\n\t\t\t\t\t\tposition: absolute;\n\t\t\t\t\t\ttop: 0;\n\t\t\t\t\t\twidth: calc(100vw + 3em);\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t> :first-child {\n\t\t\t\t\t&:before {\n\t\t\t\t\t\tdisplay: none;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t@include breakpoint(medium) {\n\t\t\t> .inner {\n\t\t\t\tdisplay: block;\n\n\t\t\t\t> :nth-child(2n - 1) {\n\t\t\t\t\t@include padding(4em, 0, (0, 0, 0, 0));\n\t\t\t\t\tborder-right: 0;\n\t\t\t\t\twidth: 100%;\n\t\t\t\t}\n\n\t\t\t\t> :nth-child(2n) {\n\t\t\t\t\tpadding-left: 0;\n\t\t\t\t\twidth: 100%;\n\t\t\t\t}\n\n\t\t\t\t> .split {\n\t\t\t\t\t> * {\n\t\t\t\t\t\t@include padding(3em, 0, (0, 0, 0, 0));\n\n\t\t\t\t\t\t&:before {\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t> :first-child {\n\t\t\t\t\t\t&:before {\n\t\t\t\t\t\t\tdisplay: block;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t@include breakpoint(small) {\n\t\t\t> .inner {\n\t\t\t\t> :nth-child(2n - 1) {\n\t\t\t\t\t@include padding(3em, 0, (0, 0, 0, 0));\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}",
"///\r\n/// Forty by HTML5 UP\r\n/// html5up.net | @ajlkn\r\n/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)\r\n///\r\n\r\n/* Footer */\r\n\r\n\t#footer {\r\n\t\t.copyright {\r\n\t\t\tfont-size: 0.8em;\r\n\t\t\tlist-style: none;\r\n\t\t\tpadding-left: 0;\r\n\r\n\t\t\tli {\r\n\t\t\t\tborder-left: solid 1px _palette(border);\r\n\t\t\t\tcolor: _palette(fg-light);\r\n\t\t\t\tdisplay: inline-block;\r\n\t\t\t\tline-height: 1;\r\n\t\t\t\tmargin-left: 1em;\r\n\t\t\t\tpadding-left: 1em;\r\n\r\n\t\t\t\t&:first-child {\r\n\t\t\t\t\tborder-left: 0;\r\n\t\t\t\t\tmargin-left: 0;\r\n\t\t\t\t\tpadding-left: 0;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\t@include breakpoint(xsmall) {\r\n\t\t\t.copyright {\r\n\t\t\t\tli {\r\n\t\t\t\t\tdisplay: block;\r\n\t\t\t\t\tborder-left: 0;\r\n\t\t\t\t\tmargin-left: 0;\r\n\t\t\t\t\tpadding-left: 0;\r\n\t\t\t\t\tline-height: inherit;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t}",
"///\r\n/// Forty by HTML5 UP\r\n/// html5up.net | @ajlkn\r\n/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)\r\n///\r\n\r\n/* Wrapper */\r\n\r\n\t#wrapper {\r\n\t\t@include vendor('transition', (\r\n\t\t\t'filter #{_duration(menu)} ease',\r\n\t\t\t'-webkit-filter #{_duration(menu)} ease',\r\n\t\t\t'opacity 0.375s ease-out'\r\n\t\t));\r\n\t\tpadding-top: 3.25em;\r\n\r\n\t\t&.is-transitioning {\r\n\t\t\topacity: 0;\r\n\t\t}\r\n\r\n\t\t> * {\r\n\t\t\t@include inner;\r\n\t\t}\r\n\r\n\t\t@include breakpoint(small) {\r\n\t\t\tpadding-top: 2.75em;\r\n\t\t}\r\n\t}",
"///\r\n/// Forty by HTML5 UP\r\n/// html5up.net | @ajlkn\r\n/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)\r\n///\r\n\r\n/* Menu */\r\n\r\n\t#menu {\r\n\t\t@include vendor('transition', (\r\n\t\t\t'transform #{_duration(menu)} ease',\r\n\t\t\t'opacity #{_duration(menu)} ease',\r\n\t\t\t'visibility #{_duration(menu)}'\r\n\t\t));\r\n\t\t@include vendor('align-items', 'center');\r\n\t\t@include vendor('display', 'flex');\r\n\t\t@include vendor('justify-content', 'center');\r\n\t\t@include vendor('pointer-events', 'none');\r\n\t\tbackground: transparentize(_palette(bg), 0.1);\r\n\t\tbox-shadow: none;\r\n\t\theight: 100%;\r\n\t\tleft: 0;\r\n\t\topacity: 0;\r\n\t\toverflow: hidden;\r\n\t\tpadding: 3em 2em;\r\n\t\tposition: fixed;\r\n\t\ttop: 0;\r\n\t\tvisibility: hidden;\r\n\t\twidth: 100%;\r\n\t\tz-index: _misc(z-index-base) + 2;\r\n\r\n\t\t.inner {\r\n\t\t\t@include vendor('transition', (\r\n\t\t\t\t'transform #{_duration(menu)} ease-out',\r\n\t\t\t\t'opacity #{_duration(menu)} ease',\r\n\t\t\t\t'visibility #{_duration(menu)}'\r\n\t\t\t));\r\n\t\t\t@include vendor('transform', 'rotateX(20deg)');\r\n\t\t\t-webkit-overflow-scrolling: touch;\r\n\t\t\tmax-width: 100%;\r\n\t\t\tmax-height: 100vh;\r\n\t\t\topacity: 0;\r\n\t\t\toverflow: auto;\r\n\t\t\ttext-align: center;\r\n\t\t\tvisibility: hidden;\r\n\t\t\twidth: 18em;\r\n\r\n\t\t\t> :first-child {\r\n\t\t\t\tmargin-top: _size(element-margin);\r\n\t\t\t}\r\n\r\n\t\t\t> :last-child {\r\n\t\t\t\tmargin-bottom: (_size(element-margin) * 1.5);\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tul {\r\n\t\t\tmargin: 0 0 (_size(element-margin) * 0.5) 0;\r\n\r\n\t\t\t&.links {\r\n\t\t\t\tlist-style: none;\r\n\t\t\t\tpadding: 0;\r\n\r\n\t\t\t\t> li {\r\n\t\t\t\t\tpadding: 0;\r\n\r\n\t\t\t\t\t> a:not(.button) {\r\n\t\t\t\t\t\tborder: 0;\r\n\t\t\t\t\t\tborder-top: solid 1px _palette(border);\r\n\t\t\t\t\t\tdisplay: block;\r\n\t\t\t\t\t\tfont-size: 0.8em;\r\n\t\t\t\t\t\tfont-weight: _font(weight-bold);\r\n\t\t\t\t\t\tletter-spacing: _font(letter-spacing-alt);\r\n\t\t\t\t\t\tline-height: 4em;\r\n\t\t\t\t\t\ttext-decoration: none;\r\n\t\t\t\t\t\ttext-transform: uppercase;\r\n\t\t\t\t\t}\r\n\r\n\t\t\t\t\t> .button {\r\n\t\t\t\t\t\tdisplay: block;\r\n\t\t\t\t\t\tmargin: 0.5em 0 0 0;\r\n\t\t\t\t\t}\r\n\r\n\t\t\t\t\t&:first-child {\r\n\t\t\t\t\t\t> a:not(.button) {\r\n\t\t\t\t\t\t\tborder-top: 0 !important;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\t.close {\r\n\t\t\t@include vendor('transition', 'color #{_duration(transition)} ease-in-out');\r\n\t\t\t-webkit-tap-highlight-color: rgba(0,0,0,0);\r\n\t\t\tborder: 0;\r\n\t\t\tcursor: pointer;\r\n\t\t\tdisplay: block;\r\n\t\t\theight: 4em;\r\n\t\t\tline-height: 4em;\r\n\t\t\toverflow: hidden;\r\n\t\t\tpadding-right: 1.25em;\r\n\t\t\tposition: absolute;\r\n\t\t\tright: 0;\r\n\t\t\ttext-align: right;\r\n\t\t\ttext-indent: 8em;\r\n\t\t\ttop: 0;\r\n\t\t\tvertical-align: middle;\r\n\t\t\twhite-space: nowrap;\r\n\t\t\twidth: 8em;\r\n\r\n\t\t\t&:before, &:after {\r\n\t\t\t\t@include vendor('transition', 'opacity #{_duration(transition)} ease-in-out');\r\n\t\t\t\tbackground-position: center;\r\n\t\t\t\tbackground-repeat: no-repeat;\r\n\t\t\t\tcontent: '';\r\n\t\t\t\tdisplay: block;\r\n\t\t\t\theight: 4em;\r\n\t\t\t\tposition: absolute;\r\n\t\t\t\tright: 0;\r\n\t\t\t\ttop: 0;\r\n\t\t\t\twidth: 4em;\r\n\t\t\t}\r\n\r\n\t\t\t&:before {\r\n\t\t\t\tbackground-image: svg-url('<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"20px\" height=\"20px\" viewBox=\"0 0 20 20\" zoomAndPan=\"disable\"><style>line { stroke: #{_palette(fg-bold)}; stroke-width: 2; }</style><line x1=\"0\" y1=\"0\" x2=\"20\" y2=\"20\" /><line x1=\"20\" y1=\"0\" x2=\"0\" y2=\"20\" /></svg>');\r\n\t\t\t}\r\n\r\n\t\t\t&:after {\r\n\t\t\t\tbackground-image: svg-url('<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"20px\" height=\"20px\" viewBox=\"0 0 20 20\" zoomAndPan=\"disable\"><style>line { stroke: #{_palette(highlight)}; stroke-width: 2; }</style><
],
"names": [],
"mappings": "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
}