{ "version": 3, "file": "main.css", "sources": [ "main.scss", "_sass/minimal-mistakes/skins/_default.scss", "_sass/minimal-mistakes.scss", "_sass/minimal-mistakes/_variables.scss", "_sass/minimal-mistakes/vendor/breakpoint/_breakpoint.scss", "_sass/minimal-mistakes/vendor/breakpoint/_settings.scss", "_sass/minimal-mistakes/vendor/breakpoint/_context.scss", "_sass/minimal-mistakes/vendor/breakpoint/_helpers.scss", "_sass/minimal-mistakes/vendor/breakpoint/_parsers.scss", "_sass/minimal-mistakes/vendor/breakpoint/parsers/_query.scss", "_sass/minimal-mistakes/vendor/breakpoint/parsers/_single.scss", "_sass/minimal-mistakes/vendor/breakpoint/parsers/single/_default.scss", "_sass/minimal-mistakes/vendor/breakpoint/parsers/_double.scss", "_sass/minimal-mistakes/vendor/breakpoint/parsers/double/_default-pair.scss", "_sass/minimal-mistakes/vendor/breakpoint/parsers/double/_double-string.scss", "_sass/minimal-mistakes/vendor/breakpoint/parsers/double/_default.scss", "_sass/minimal-mistakes/vendor/breakpoint/parsers/_triple.scss", "_sass/minimal-mistakes/vendor/breakpoint/parsers/triple/_default.scss", "_sass/minimal-mistakes/vendor/breakpoint/parsers/_resolution.scss", "_sass/minimal-mistakes/vendor/breakpoint/parsers/resolution/_resolution.scss", "_sass/minimal-mistakes/vendor/breakpoint/_no-query.scss", "_sass/minimal-mistakes/vendor/breakpoint/_respond-to.scss", "_sass/minimal-mistakes/vendor/breakpoint/_legacy-settings.scss", "_sass/minimal-mistakes/vendor/magnific-popup/_magnific-popup.scss", "_sass/minimal-mistakes/vendor/magnific-popup/_settings.scss", "_sass/minimal-mistakes/vendor/susy/_susy.scss", "_sass/minimal-mistakes/vendor/susy/_susy-prefix.scss", "_sass/minimal-mistakes/vendor/susy/susy/_utilities.scss", "_sass/minimal-mistakes/vendor/susy/susy/_su-validate.scss", "_sass/minimal-mistakes/vendor/susy/susy/_su-math.scss", "_sass/minimal-mistakes/vendor/susy/susy/_settings.scss", "_sass/minimal-mistakes/vendor/susy/susy/_normalize.scss", "_sass/minimal-mistakes/vendor/susy/susy/_parse.scss", "_sass/minimal-mistakes/vendor/susy/susy/_syntax-helpers.scss", "_sass/minimal-mistakes/vendor/susy/susy/_api.scss", "_sass/minimal-mistakes/vendor/susy/susy/_unprefix.scss", "_sass/minimal-mistakes/_mixins.scss", "_sass/minimal-mistakes/_reset.scss", "_sass/minimal-mistakes/_base.scss", "_sass/minimal-mistakes/_forms.scss", "_sass/minimal-mistakes/_tables.scss", "_sass/minimal-mistakes/_animations.scss", "_sass/minimal-mistakes/_buttons.scss", "_sass/minimal-mistakes/_notices.scss", "_sass/minimal-mistakes/_masthead.scss", "_sass/minimal-mistakes/_navigation.scss", "_sass/minimal-mistakes/_footer.scss", "_sass/minimal-mistakes/_search.scss", "_sass/minimal-mistakes/_syntax.scss", "_sass/minimal-mistakes/_utilities.scss", "_sass/minimal-mistakes/_page.scss", "_sass/minimal-mistakes/_archive.scss", "_sass/minimal-mistakes/_sidebar.scss", "_sass/minimal-mistakes/_print.scss" ], "sourcesContent": [ "@charset \"utf-8\";\n\n@import \"minimal-mistakes/skins/default\"; // skin\n@import \"minimal-mistakes\"; // main partials", "/* ==========================================================================\r\n Default skin\r\n ========================================================================== */\r\n\r\n// Intentionally left blank\r\n", "/*!\r\n * Minimal Mistakes Jekyll Theme 4.24.0 by Michael Rose\r\n * Copyright 2013-2020 Michael Rose - mademistakes.com | @mmistakes\r\n * Licensed under MIT (https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE)\r\n*/\r\n\r\n/* Variables */\r\n@import \"minimal-mistakes/variables\";\r\n\r\n/* Mixins and functions */\r\n@import \"minimal-mistakes/vendor/breakpoint/breakpoint\";\r\n@include breakpoint-set(\"to ems\", true);\r\n@import \"minimal-mistakes/vendor/magnific-popup/magnific-popup\"; // Magnific Popup\r\n@import \"minimal-mistakes/vendor/susy/susy\";\r\n@import \"minimal-mistakes/mixins\";\r\n\r\n/* Core CSS */\r\n@import \"minimal-mistakes/reset\";\r\n@import \"minimal-mistakes/base\";\r\n@import \"minimal-mistakes/forms\";\r\n@import \"minimal-mistakes/tables\";\r\n@import \"minimal-mistakes/animations\";\r\n\r\n/* Components */\r\n@import \"minimal-mistakes/buttons\";\r\n@import \"minimal-mistakes/notices\";\r\n@import \"minimal-mistakes/masthead\";\r\n@import \"minimal-mistakes/navigation\";\r\n@import \"minimal-mistakes/footer\";\r\n@import \"minimal-mistakes/search\";\r\n@import \"minimal-mistakes/syntax\";\r\n\r\n/* Utility classes */\r\n@import \"minimal-mistakes/utilities\";\r\n\r\n/* Layout specific */\r\n@import \"minimal-mistakes/page\";\r\n@import \"minimal-mistakes/archive\";\r\n@import \"minimal-mistakes/sidebar\";\r\n@import \"minimal-mistakes/print\";\r\n", "/* ==========================================================================\r\n Variables\r\n ========================================================================== */\r\n\r\n/*\r\n Typography\r\n ========================================================================== */\r\n\r\n$doc-font-size: 16 !default;\r\n\r\n/* paragraph indention */\r\n$paragraph-indent: false !default; // true, false (default)\r\n$indent-var: 1.3em !default;\r\n\r\n/* system typefaces */\r\n$serif: Georgia, Times, serif !default;\r\n$sans-serif: -apple-system, BlinkMacSystemFont, \"Roboto\", \"Segoe UI\",\r\n \"Helvetica Neue\", \"Lucida Grande\", Arial, sans-serif !default;\r\n$monospace: Monaco, Consolas, \"Lucida Console\", monospace !default;\r\n\r\n/* sans serif typefaces */\r\n$sans-serif-narrow: $sans-serif !default;\r\n$helvetica: Helvetica, \"Helvetica Neue\", Arial, sans-serif !default;\r\n\r\n/* serif typefaces */\r\n$georgia: Georgia, serif !default;\r\n$times: Times, serif !default;\r\n$bodoni: \"Bodoni MT\", serif !default;\r\n$calisto: \"Calisto MT\", serif !default;\r\n$garamond: Garamond, serif !default;\r\n\r\n$global-font-family: $sans-serif !default;\r\n$header-font-family: $sans-serif !default;\r\n$caption-font-family: $serif !default;\r\n\r\n/* type scale */\r\n$type-size-1: 2.441em !default; // ~39.056px\r\n$type-size-2: 1.953em !default; // ~31.248px\r\n$type-size-3: 1.563em !default; // ~25.008px\r\n$type-size-4: 1.25em !default; // ~20px\r\n$type-size-5: 1em !default; // ~16px\r\n$type-size-6: 0.75em !default; // ~12px\r\n$type-size-7: 0.6875em !default; // ~11px\r\n$type-size-8: 0.625em !default; // ~10px\r\n\r\n/* headline scale */\r\n$h-size-1: 1.563em !default; // ~25.008px\r\n$h-size-2: 1.25em !default; // ~20px\r\n$h-size-3: 1.125em !default; // ~18px\r\n$h-size-4: 1.0625em !default; // ~17px\r\n$h-size-5: 1.03125em !default; // ~16.5px\r\n$h-size-6: 1em !default; // ~16px\r\n\r\n/*\r\n Colors\r\n ========================================================================== */\r\n\r\n$gray: #7a8288 !default;\r\n$dark-gray: mix(#000, $gray, 50%) !default;\r\n$darker-gray: mix(#000, $gray, 60%) !default;\r\n$light-gray: mix(#fff, $gray, 50%) !default;\r\n$lighter-gray: mix(#fff, $gray, 90%) !default;\r\n\r\n$background-color: #fff !default;\r\n$code-background-color: #fafafa !default;\r\n$code-background-color-dark: $light-gray !default;\r\n$text-color: $dark-gray !default;\r\n$muted-text-color: mix(#fff, $text-color, 20%) !default;\r\n$border-color: $lighter-gray !default;\r\n$form-background-color: $lighter-gray !default;\r\n$footer-background-color: $lighter-gray !default;\r\n\r\n$primary-color: #6f777d !default;\r\n$success-color: #3fa63f !default;\r\n$warning-color: #d67f05 !default;\r\n$danger-color: #ee5f5b !default;\r\n$info-color: #3b9cba !default;\r\n$focus-color: $primary-color !default;\r\n$active-color: mix(#fff, $primary-color, 80%) !default;\r\n\r\n/* YIQ color contrast */\r\n$yiq-contrasted-dark-default: $dark-gray !default;\r\n$yiq-contrasted-light-default: #fff !default;\r\n$yiq-contrasted-threshold: 175 !default;\r\n$yiq-debug: false !default;\r\n\r\n/* brands */\r\n$behance-color: #1769ff !default;\r\n$bitbucket-color: #205081 !default;\r\n$dribbble-color: #ea4c89 !default;\r\n$facebook-color: #3b5998 !default;\r\n$flickr-color: #ff0084 !default;\r\n$foursquare-color: #0072b1 !default;\r\n$github-color: #171516 !default;\r\n$gitlab-color: #e24329 !default;\r\n$instagram-color: #517fa4 !default;\r\n$keybase-color: #ef7639 !default;\r\n$lastfm-color: #d51007 !default;\r\n$linkedin-color: #007bb6 !default;\r\n$mastodon-color: #2b90d9 !default;\r\n$pinterest-color: #cb2027 !default;\r\n$reddit-color: #ff4500 !default;\r\n$rss-color: #fa9b39 !default;\r\n$soundcloud-color: #ff3300 !default;\r\n$stackoverflow-color: #fe7a15 !default;\r\n$tumblr-color: #32506d !default;\r\n$twitter-color: #55acee !default;\r\n$vimeo-color: #1ab7ea !default;\r\n$vine-color: #00bf8f !default;\r\n$youtube-color: #bb0000 !default;\r\n$xing-color: #006567 !default;\r\n\r\n/* links */\r\n$link-color: mix(#000, $info-color, 20%) !default;\r\n$link-color-hover: mix(#000, $link-color, 25%) !default;\r\n$link-color-visited: mix(#fff, $link-color, 15%) !default;\r\n$masthead-link-color: $primary-color !default;\r\n$masthead-link-color-hover: mix(#000, $primary-color, 25%) !default;\r\n$navicon-link-color-hover: mix(#fff, $primary-color, 75%) !default;\r\n\r\n/* notices */\r\n$notice-background-mix: 80% !default;\r\n$code-notice-background-mix: 90% !default;\r\n\r\n/* syntax highlighting (base16) */\r\n$base00: #263238 !default;\r\n$base01: #2e3c43 !default;\r\n$base02: #314549 !default;\r\n$base03: #546e7a !default;\r\n$base04: #b2ccd6 !default;\r\n$base05: #eeffff !default;\r\n$base06: #eeffff !default;\r\n$base07: #ffffff !default;\r\n$base08: #f07178 !default;\r\n$base09: #f78c6c !default;\r\n$base0a: #ffcb6b !default;\r\n$base0b: #c3e88d !default;\r\n$base0c: #89ddff !default;\r\n$base0d: #82aaff !default;\r\n$base0e: #c792ea !default;\r\n$base0f: #ff5370 !default;\r\n\r\n/*\r\n Breakpoints\r\n ========================================================================== */\r\n\r\n$small: 600px !default;\r\n$medium: 768px !default;\r\n$medium-wide: 900px !default;\r\n$large: 1024px !default;\r\n$x-large: 1280px !default;\r\n$max-width: $x-large !default;\r\n\r\n/*\r\n Grid\r\n ========================================================================== */\r\n\r\n$right-sidebar-width-narrow: 200px !default;\r\n$right-sidebar-width: 300px !default;\r\n$right-sidebar-width-wide: 400px !default;\r\n\r\n/*\r\n Other\r\n ========================================================================== */\r\n\r\n$border-radius: 4px !default;\r\n$box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125) !default;\r\n$nav-height: 2em !default;\r\n$nav-toggle-height: 2rem !default;\r\n$navicon-width: 1.5rem !default;\r\n$navicon-height: 0.25rem !default;\r\n$global-transition: all 0.2s ease-in-out !default;\r\n$intro-transition: intro 0.3s both !default;\r\n", "//////////////////////////////\r\n// Default Variables\r\n//////////////////////////////\r\n$Breakpoint-Settings: (\r\n 'default media': all,\r\n 'default feature': min-width,\r\n 'default pair': width,\r\n\r\n 'force all media type': false,\r\n 'to ems': false,\r\n 'transform resolutions': true,\r\n\r\n 'no queries': false,\r\n 'no query fallbacks': false,\r\n\r\n 'base font size': 16px,\r\n\r\n 'legacy syntax': false\r\n);\r\n\r\n$breakpoint: () !default;\r\n\r\n//////////////////////////////\r\n// Imports\r\n//////////////////////////////\r\n@import \"settings\";\r\n@import \"context\";\r\n@import \"helpers\";\r\n@import \"parsers\";\r\n@import \"no-query\";\r\n\r\n@import \"respond-to\";\r\n\r\n@import \"legacy-settings\";\r\n\r\n//////////////////////////////\r\n// Breakpoint Mixin\r\n//////////////////////////////\r\n\r\n@mixin breakpoint($query, $no-query: false) {\r\n @include legacy-settings-warning;\r\n\r\n // Reset contexts\r\n @include private-breakpoint-reset-contexts();\r\n\r\n $breakpoint: breakpoint($query, false);\r\n\r\n $query-string: map-get($breakpoint, 'query');\r\n $query-fallback: map-get($breakpoint, 'fallback');\r\n\r\n $private-breakpoint-context-holder: map-get($breakpoint, 'context holder') !global;\r\n $private-breakpoint-query-count: map-get($breakpoint, 'query count') !global;\r\n\r\n // Allow for an as-needed override or usage of no query fallback.\r\n @if $no-query != false {\r\n $query-fallback: $no-query;\r\n }\r\n\r\n @if $query-fallback != false {\r\n $context-setter: private-breakpoint-set-context('no-query', $query-fallback);\r\n }\r\n\r\n // Print Out Query String\r\n @if not breakpoint-get('no queries') {\r\n @media #{$query-string} {\r\n @content;\r\n }\r\n }\r\n\r\n @if breakpoint-get('no query fallbacks') != false or breakpoint-get('no queries') == true {\r\n\r\n $type: type-of(breakpoint-get('no query fallbacks'));\r\n $print: false;\r\n\r\n @if ($type == 'bool') {\r\n $print: true;\r\n }\r\n @else if ($type == 'string') {\r\n @if $query-fallback == breakpoint-get('no query fallbacks') {\r\n $print: true;\r\n }\r\n }\r\n @else if ($type == 'list') {\r\n @each $wrapper in breakpoint-get('no query fallbacks') {\r\n @if $query-fallback == $wrapper {\r\n $print: true;\r\n }\r\n }\r\n }\r\n\r\n // Write Fallback\r\n @if ($query-fallback != false) and ($print == true) {\r\n $type-fallback: type-of($query-fallback);\r\n\r\n @if ($type-fallback != 'bool') {\r\n #{$query-fallback} & {\r\n @content;\r\n }\r\n }\r\n @else {\r\n @content;\r\n }\r\n }\r\n }\r\n\r\n @include private-breakpoint-reset-contexts();\r\n}\r\n\r\n\r\n@mixin mq($query, $no-query: false) {\r\n @include breakpoint($query, $no-query) {\r\n @content;\r\n }\r\n}\r\n", "//////////////////////////////\r\n// Has Setting\r\n//////////////////////////////\r\n@function breakpoint-has($setting) {\r\n @if map-has-key($breakpoint, $setting) {\r\n @return true;\r\n }\r\n @else {\r\n @return false;\r\n }\r\n}\r\n\r\n//////////////////////////////\r\n// Get Settings\r\n//////////////////////////////\r\n@function breakpoint-get($setting) {\r\n @if breakpoint-has($setting) {\r\n @return map-get($breakpoint, $setting);\r\n }\r\n @else {\r\n @return map-get($Breakpoint-Settings, $setting);\r\n }\r\n}\r\n\r\n//////////////////////////////\r\n// Set Settings\r\n//////////////////////////////\r\n@function breakpoint-set($setting, $value) {\r\n @if (str-index($setting, '-') or str-index($setting, '_')) and str-index($setting, ' ') == null {\r\n @warn \"Words in Breakpoint settings should be separated by spaces, not dashes or underscores. Please replace dashes and underscores between words with spaces. Settings will not work as expected until changed.\";\r\n }\r\n $breakpoint: map-merge($breakpoint, ($setting: $value)) !global;\r\n @return true;\r\n}\r\n\r\n@mixin breakpoint-change($setting, $value) {\r\n $breakpoint-change: breakpoint-set($setting, $value);\r\n}\r\n\r\n@mixin breakpoint-set($setting, $value) {\r\n @include breakpoint-change($setting, $value);\r\n}\r\n\r\n@mixin bkpt-change($setting, $value) {\r\n @include breakpoint-change($setting, $value);\r\n}\r\n@mixin bkpt-set($setting, $value) {\r\n @include breakpoint-change($setting, $value);\r\n}\r\n\r\n//////////////////////////////\r\n// Remove Setting\r\n//////////////////////////////\r\n@function breakpoint-reset($settings...) {\r\n @if length($settings) == 1 {\r\n $settings: nth($settings, 1);\r\n }\r\n\r\n @each $setting in $settings {\r\n $breakpoint: map-remove($breakpoint, $setting) !global;\r\n }\r\n @return true;\r\n}\r\n\r\n@mixin breakpoint-reset($settings...) {\r\n $breakpoint-reset: breakpoint-reset($settings);\r\n}\r\n\r\n@mixin bkpt-reset($settings...) {\r\n $breakpoint-reset: breakpoint-reset($settings);\r\n}", "//////////////////////////////\r\n// Private Breakpoint Variables\r\n//////////////////////////////\r\n$private-breakpoint-context-holder: ();\r\n$private-breakpoint-query-count: 0 !default;\r\n\r\n//////////////////////////////\r\n// Breakpoint Has Context\r\n// Returns whether or not you are inside a Breakpoint query\r\n//////////////////////////////\r\n@function breakpoint-has-context() {\r\n @if length($private-breakpoint-query-count) {\r\n @return true;\r\n }\r\n @else {\r\n @return false;\r\n }\r\n}\r\n\r\n//////////////////////////////\r\n// Breakpoint Get Context\r\n// $feature: Input feature to get it's current MQ context. Returns false if no context\r\n//////////////////////////////\r\n@function breakpoint-get-context($feature) {\r\n @if map-has-key($private-breakpoint-context-holder, $feature) {\r\n $get: map-get($private-breakpoint-context-holder, $feature);\r\n // Special handling of no-query from get side so /false/ prepends aren't returned\r\n @if $feature == 'no-query' {\r\n @if type-of($get) == 'list' and length($get) > 1 and nth($get, 1) == false {\r\n $get: nth($get, length($get));\r\n }\r\n }\r\n @return $get;\r\n }\r\n @else {\r\n @if breakpoint-has-context() and $feature == 'media' {\r\n @return breakpoint-get('default media');\r\n }\r\n @else {\r\n @return false;\r\n }\r\n }\r\n}\r\n\r\n//////////////////////////////\r\n// Private function to set context\r\n//////////////////////////////\r\n@function private-breakpoint-set-context($feature, $value) {\r\n @if $value == 'monochrome' {\r\n $feature: 'monochrome';\r\n }\r\n\r\n $current: map-get($private-breakpoint-context-holder, $feature);\r\n @if $current and length($current) == $private-breakpoint-query-count {\r\n @warn \"You have already queried against `#{$feature}`. Unexpected things may happen if you query against the same feature more than once in the same `and` query. Breakpoint is overwriting the current context with `#{$value}`\";\r\n }\r\n\r\n @if not map-has-key($private-breakpoint-context-holder, $feature) {\r\n $v-holder: ();\r\n @for $i from 1 to $private-breakpoint-query-count {\r\n @if $feature == 'media' {\r\n $v-holder: append($v-holder, breakpoint-get('default media'));\r\n }\r\n @else {\r\n $v-holder: append($v-holder, false);\r\n }\r\n }\r\n $v-holder: append($v-holder, $value);\r\n $private-breakpoint-context-holder: map-merge($private-breakpoint-context-holder, ($feature: $v-holder)) !global;\r\n }\r\n @else {\r\n $v-holder: map-get($private-breakpoint-context-holder, $feature);\r\n $length: length($v-holder);\r\n @for $i from $length to $private-breakpoint-query-count - 1 {\r\n @if $feature == 'media' {\r\n $v-holder: append($v-holder, breakpoint-get('default media'));\r\n }\r\n @else {\r\n $v-holder: append($v-holder, false);\r\n }\r\n }\r\n $v-holder: append($v-holder, $value);\r\n $private-breakpoint-context-holder: map-merge($private-breakpoint-context-holder, ($feature: $v-holder)) !global;\r\n }\r\n\r\n @return true;\r\n}\r\n\r\n//////////////////////////////\r\n// Private function to reset context\r\n//////////////////////////////\r\n@mixin private-breakpoint-reset-contexts {\r\n $private-breakpoint-context-holder: () !global;\r\n $private-breakpoint-query-count: 0 !global;\r\n}", "//////////////////////////////\r\n// Converts the input value to Base EMs\r\n//////////////////////////////\r\n@function breakpoint-to-base-em($value) {\r\n $value-unit: unit($value);\r\n\r\n // Will convert relative EMs into root EMs.\r\n @if breakpoint-get('base font size') and type-of(breakpoint-get('base font size')) == 'number' and $value-unit == 'em' {\r\n $base-unit: unit(breakpoint-get('base font size'));\r\n\r\n @if $base-unit == 'px' or $base-unit == '%' or $base-unit == 'em' or $base-unit == 'pt' {\r\n @return base-conversion($value) / base-conversion(breakpoint-get('base font size')) * 1em;\r\n }\r\n @else {\r\n @warn '#{breakpoint-get(\\'base font size\\')} is not set in valid units for font size!';\r\n @return false;\r\n }\r\n }\r\n @else {\r\n @return base-conversion($value);\r\n }\r\n}\r\n\r\n@function base-conversion($value) {\r\n $unit: unit($value);\r\n\r\n @if $unit == 'px' {\r\n @return $value / 16px * 1em;\r\n }\r\n @else if $unit == '%' {\r\n @return $value / 100% * 1em;\r\n }\r\n @else if $unit == 'em' {\r\n @return $value;\r\n }\r\n @else if $unit == 'pt' {\r\n @return $value / 12pt * 1em;\r\n }\r\n @else {\r\n @return $value;\r\n// @warn 'Everything is terrible! What have you done?!';\r\n }\r\n}\r\n\r\n//////////////////////////////\r\n// Returns whether the feature can have a min/max pair\r\n//////////////////////////////\r\n$breakpoint-min-max-features: 'color',\r\n 'color-index',\r\n 'aspect-ratio',\r\n 'device-aspect-ratio',\r\n 'device-height',\r\n 'device-width',\r\n 'height',\r\n 'monochrome',\r\n 'resolution',\r\n 'width';\r\n\r\n@function breakpoint-min-max($feature) {\r\n @each $item in $breakpoint-min-max-features {\r\n @if $feature == $item {\r\n @return true;\r\n }\r\n }\r\n @return false;\r\n}\r\n\r\n//////////////////////////////\r\n// Returns whether the feature can have a string value\r\n//////////////////////////////\r\n$breakpoint-string-features: 'orientation',\r\n 'scan',\r\n 'color',\r\n 'aspect-ratio',\r\n 'device-aspect-ratio',\r\n 'pointer',\r\n 'luminosity';\r\n\r\n@function breakpoint-string-value($feature) {\r\n @each $item in $breakpoint-string-features {\r\n @if breakpoint-min-max($item) {\r\n @if $feature == 'min-#{$item}' or $feature == 'max-#{$item}' {\r\n @return true;\r\n }\r\n }\r\n @else if $feature == $item {\r\n @return true;\r\n }\r\n }\r\n @return false;\r\n}\r\n\r\n//////////////////////////////\r\n// Returns whether the feature is a media type\r\n//////////////////////////////\r\n$breakpoint-media-types: 'all',\r\n 'braille',\r\n 'embossed',\r\n 'handheld',\r\n 'print',\r\n 'projection',\r\n 'screen',\r\n 'speech',\r\n 'tty',\r\n 'tv';\r\n\r\n@function breakpoint-is-media($feature) {\r\n @each $media in $breakpoint-media-types {\r\n @if ($feature == $media) or ($feature == 'not #{$media}') or ($feature == 'only #{$media}') {\r\n @return true;\r\n }\r\n }\r\n\r\n @return false;\r\n}\r\n\r\n//////////////////////////////\r\n// Returns whether the feature can stand alone\r\n//////////////////////////////\r\n$breakpoint-single-string-features: 'color',\r\n 'color-index',\r\n 'grid',\r\n 'monochrome';\r\n\r\n@function breakpoint-single-string($feature) {\r\n @each $item in $breakpoint-single-string-features {\r\n @if $feature == $item {\r\n @return true;\r\n }\r\n }\r\n @return false;\r\n}\r\n\r\n//////////////////////////////\r\n// Returns whether the feature\r\n//////////////////////////////\r\n@function breakpoint-is-resolution($feature) {\r\n $resolutions: 'device-pixel-ratio', 'dpr';\r\n\r\n @if breakpoint-get('transform resolutions') {\r\n $resolutions: append($resolutions, 'resolution');\r\n }\r\n\r\n @each $reso in $resolutions {\r\n @if index($feature, $reso) or index($feature, 'min-#{$reso}') or index($feature, 'max-#{$reso}') {\r\n @return true;\r\n }\r\n }\r\n\r\n @return false;\r\n}\r\n", "//////////////////////////////\r\n// Import Parser Pieces\r\n//////////////////////////////\r\n@import \"parsers/query\";\r\n@import \"parsers/single\";\r\n@import \"parsers/double\";\r\n@import \"parsers/triple\";\r\n@import \"parsers/resolution\";\r\n\r\n$Memo-Exists: function-exists(memo-get) and function-exists(memo-set);\r\n\r\n//////////////////////////////\r\n// Breakpoint Function\r\n//////////////////////////////\r\n@function breakpoint($query, $contexts...) {\r\n $run: true;\r\n $return: ();\r\n\r\n // Grab the Memo Output if Memoization can be a thing\r\n @if $Memo-Exists {\r\n $return: memo-get(breakpoint, breakpoint $query $contexts);\r\n\r\n @if $return != null {\r\n $run: false;\r\n }\r\n }\r\n\r\n @if not $Memo-Exists or $run {\r\n // Internal Variables\r\n $query-string: '';\r\n $query-fallback: false;\r\n $return: ();\r\n\r\n // Reserve Global Private Breakpoint Context\r\n $holder-context: $private-breakpoint-context-holder;\r\n $holder-query-count: $private-breakpoint-query-count;\r\n\r\n // Reset Global Private Breakpoint Context\r\n $private-breakpoint-context-holder: () !global;\r\n $private-breakpoint-query-count: 0 !global;\r\n\r\n\r\n // Test to see if it's a comma-separated list\r\n $or-list: if(list-separator($query) == 'comma', true, false);\r\n\r\n\r\n @if ($or-list == false and breakpoint-get('legacy syntax') == false) {\r\n $query-string: breakpoint-parse($query);\r\n }\r\n @else {\r\n $length: length($query);\r\n\r\n $last: nth($query, $length);\r\n $query-fallback: breakpoint-no-query($last);\r\n\r\n @if ($query-fallback != false) {\r\n $length: $length - 1;\r\n }\r\n\r\n @if (breakpoint-get('legacy syntax') == true) {\r\n $mq: ();\r\n\r\n @for $i from 1 through $length {\r\n $mq: append($mq, nth($query, $i), comma);\r\n }\r\n\r\n $query-string: breakpoint-parse($mq);\r\n }\r\n @else {\r\n $query-string: '';\r\n @for $i from 1 through $length {\r\n $query-string: $query-string + if($i == 1, '', ', ') + breakpoint-parse(nth($query, $i));\r\n }\r\n }\r\n }\r\n\r\n $return: ('query': $query-string,\r\n 'fallback': $query-fallback,\r\n 'context holder': $private-breakpoint-context-holder,\r\n 'query count': $private-breakpoint-query-count\r\n );\r\n @if length($contexts) > 0 and nth($contexts, 1) != false {\r\n @if $query-fallback != false {\r\n $context-setter: private-breakpoint-set-context('no-query', $query-fallback);\r\n }\r\n $context-map: ();\r\n @each $context in $contexts {\r\n $context-map: map-merge($context-map, ($context: breakpoint-get-context($context)));\r\n }\r\n $return: map-merge($return, (context: $context-map));\r\n }\r\n\r\n // Reset Global Private Breakpoint Context\r\n $private-breakpoint-context-holder: () !global;\r\n $private-breakpoint-query-count: 0 !global;\r\n\r\n @if $Memo-Exists {\r\n $holder: memo-set(breakpoint, breakpoint $query $contexts, $return);\r\n }\r\n }\r\n\r\n @return $return;\r\n}\r\n\r\n//////////////////////////////\r\n// General Breakpoint Parser\r\n//////////////////////////////\r\n@function breakpoint-parse($query) {\r\n // Increase number of 'and' queries\r\n $private-breakpoint-query-count: $private-breakpoint-query-count + 1 !global;\r\n\r\n // Set up Media Type\r\n $query-print: '';\r\n\r\n $force-all: ((breakpoint-get('force all media type') == true) and (breakpoint-get('default media') == 'all'));\r\n $empty-media: true;\r\n @if ($force-all == true) or (breakpoint-get('default media') != 'all') {\r\n // Force the print of the default media type if (force all is true and default media type is all) or (default media type is not all)\r\n $query-print: breakpoint-get('default media');\r\n $empty-media: false;\r\n }\r\n\r\n\r\n $query-resolution: false;\r\n\r\n $query-holder: breakpoint-parse-query($query);\r\n\r\n\r\n\r\n // Loop over each parsed out query and write it to $query-print\r\n $first: true;\r\n\r\n @each $feature in $query-holder {\r\n $length: length($feature);\r\n\r\n // Parse a single feature\r\n @if ($length == 1) {\r\n // Feature is currently a list, grab the actual value\r\n $feature: nth($feature, 1);\r\n\r\n // Media Type must by convention be the first item, so it's safe to flat override $query-print, which right now should only be the default media type\r\n @if (breakpoint-is-media($feature)) {\r\n @if ($force-all == true) or ($feature != 'all') {\r\n // Force the print of the default media type if (force all is true and default media type is all) or (default media type is not all)\r\n $query-print: $feature;\r\n $empty-media: false;\r\n\r\n // Set Context\r\n $context-setter: private-breakpoint-set-context(media, $query-print);\r\n }\r\n }\r\n @else {\r\n $parsed: breakpoint-parse-single($feature, $empty-media, $first);\r\n $query-print: '#{$query-print} #{$parsed}';\r\n $first: false;\r\n }\r\n }\r\n // Parse a double feature\r\n @else if ($length == 2) {\r\n @if (breakpoint-is-resolution($feature) != false) {\r\n $query-resolution: $feature;\r\n }\r\n @else {\r\n $parsed: null;\r\n // If it's a string/number pair,\r\n // we check to see if one is a single-string value,\r\n // then we parse it as a normal double\r\n $alpha: nth($feature, 1);\r\n $beta: nth($feature, 2);\r\n @if breakpoint-single-string($alpha) or breakpoint-single-string($beta) {\r\n $parsed: breakpoint-parse-single($alpha, $empty-media, $first);\r\n $query-print: '#{$query-print} #{$parsed}';\r\n $first: false;\r\n $parsed: breakpoint-parse-single($beta, $empty-media, $first);\r\n $query-print: '#{$query-print} #{$parsed}';\r\n }\r\n @else {\r\n $parsed: breakpoint-parse-double($feature, $empty-media, $first);\r\n $query-print: '#{$query-print} #{$parsed}';\r\n $first: false;\r\n }\r\n }\r\n }\r\n // Parse a triple feature\r\n @else if ($length == 3) {\r\n $parsed: breakpoint-parse-triple($feature, $empty-media, $first);\r\n $query-print: '#{$query-print} #{$parsed}';\r\n $first: false;\r\n }\r\n\r\n }\r\n\r\n @if ($query-resolution != false) {\r\n $query-print: breakpoint-build-resolution($query-print, $query-resolution, $empty-media, $first);\r\n }\r\n\r\n // Loop through each feature that's been detected so far and append 'false' to the the value list to increment their counters\r\n @each $f, $v in $private-breakpoint-context-holder {\r\n $v-holder: $v;\r\n $length: length($v-holder);\r\n @if length($v-holder) < $private-breakpoint-query-count {\r\n @for $i from $length to $private-breakpoint-query-count {\r\n @if $f == 'media' {\r\n $v-holder: append($v-holder, breakpoint-get('default media'));\r\n }\r\n @else {\r\n $v-holder: append($v-holder, false);\r\n }\r\n }\r\n }\r\n $private-breakpoint-context-holder: map-merge($private-breakpoint-context-holder, ($f: $v-holder)) !global;\r\n }\r\n\r\n @return $query-print;\r\n}\r\n", "@function breakpoint-parse-query($query) {\r\n // Parse features out of an individual query\r\n $feature-holder: ();\r\n $query-holder: ();\r\n $length: length($query);\r\n\r\n @if $length == 2 {\r\n // If we've got a string/number, number/string, check to see if it's a valid string/number pair or two singles\r\n @if (type-of(nth($query, 1)) == 'string' and type-of(nth($query, 2)) == 'number') or (type-of(nth($query, 1)) == 'number' and type-of(nth($query, 2)) == 'string') {\r\n\r\n $number: '';\r\n $value: '';\r\n\r\n @if type-of(nth($query, 1)) == 'string' {\r\n $number: nth($query, 2);\r\n $value: nth($query, 1);\r\n }\r\n @else {\r\n $number: nth($query, 1);\r\n $value: nth($query, 2);\r\n }\r\n\r\n // If the string value can be a single value, check to see if the number passed in is a valid input for said single value. Fortunately, all current single-value options only accept unitless numbers, so this check is easy.\r\n @if breakpoint-single-string($value) {\r\n @if unitless($number) {\r\n $feature-holder: append($value, $number, space);\r\n $query-holder: append($query-holder, $feature-holder, comma);\r\n @return $query-holder;\r\n }\r\n }\r\n // If the string is a media type, split the query\r\n @if breakpoint-is-media($value) {\r\n $query-holder: append($query-holder, nth($query, 1));\r\n $query-holder: append($query-holder, nth($query, 2));\r\n @return $query-holder;\r\n }\r\n // If it's not a single feature, we're just going to assume it's a proper string/value pair, and roll with it.\r\n @else {\r\n $feature-holder: append($value, $number, space);\r\n $query-holder: append($query-holder, $feature-holder, comma);\r\n @return $query-holder;\r\n }\r\n\r\n }\r\n // If they're both numbers, we assume it's a double and roll with that\r\n @else if (type-of(nth($query, 1)) == 'number' and type-of(nth($query, 2)) == 'number') {\r\n $feature-holder: append(nth($query, 1), nth($query, 2), space);\r\n $query-holder: append($query-holder, $feature-holder, comma);\r\n @return $query-holder;\r\n }\r\n // If they're both strings and neither are singles, we roll with that.\r\n @else if (type-of(nth($query, 1)) == 'string' and type-of(nth($query, 2)) == 'string') {\r\n @if not breakpoint-single-string(nth($query, 1)) and not breakpoint-single-string(nth($query, 2)) {\r\n $feature-holder: append(nth($query, 1), nth($query, 2), space);\r\n $query-holder: append($query-holder, $feature-holder, comma);\r\n @return $query-holder;\r\n }\r\n }\r\n }\r\n @else if $length == 3 {\r\n // If we've got three items and none is a list, we check to see\r\n @if type-of(nth($query, 1)) != 'list' and type-of(nth($query, 2)) != 'list' and type-of(nth($query, 3)) != 'list' {\r\n // If none of the items are single string values and none of the values are media values, we're good.\r\n @if (not breakpoint-single-string(nth($query, 1)) and not breakpoint-single-string(nth($query, 2)) and not breakpoint-single-string(nth($query, 3))) and ((not breakpoint-is-media(nth($query, 1)) and not breakpoint-is-media(nth($query, 2)) and not breakpoint-is-media(nth($query, 3)))) {\r\n $feature-holder: append(nth($query, 1), nth($query, 2), space);\r\n $feature-holder: append($feature-holder, nth($query, 3), space);\r\n $query-holder: append($query-holder, $feature-holder, comma);\r\n @return $query-holder;\r\n }\r\n // let's check to see if the first item is a media type\r\n @else if breakpoint-is-media(nth($query, 1)) {\r\n $query-holder: append($query-holder, nth($query, 1));\r\n $feature-holder: append(nth($query, 2), nth($query, 3), space);\r\n $query-holder: append($query-holder, $feature-holder);\r\n @return $query-holder;\r\n }\r\n }\r\n }\r\n\r\n // If it's a single item, or if it's not a special case double or triple, we can simply return the query.\r\n @return $query;\r\n}\r\n", "//////////////////////////////\r\n// Import Pieces\r\n//////////////////////////////\r\n@import \"single/default\";\r\n\r\n@function breakpoint-parse-single($feature, $empty-media, $first) {\r\n $parsed: '';\r\n $leader: '';\r\n // If we're forcing\r\n @if not ($empty-media) or not ($first) {\r\n $leader: 'and ';\r\n }\r\n\r\n // If it's a single feature that can stand alone, we let it\r\n @if (breakpoint-single-string($feature)) {\r\n $parsed: $feature;\r\n // Set Context\r\n $context-setter: private-breakpoint-set-context($feature, $feature);\r\n }\r\n // If it's not a stand alone feature, we pass it off to the default handler.\r\n @else {\r\n $parsed: breakpoint-parse-default($feature);\r\n }\r\n\r\n @return $leader + '(' + $parsed + ')';\r\n}\r\n", "@function breakpoint-parse-default($feature) {\r\n $default: breakpoint-get('default feature');\r\n\r\n // Set Context\r\n $context-setter: private-breakpoint-set-context($default, $feature);\r\n\r\n @if (breakpoint-get('to ems') == true) and (type-of($feature) == 'number') {\r\n @return '#{$default}: #{breakpoint-to-base-em($feature)}';\r\n }\r\n @else {\r\n @return '#{$default}: #{$feature}';\r\n }\r\n}\r\n", "//////////////////////////////\r\n// Import Pieces\r\n//////////////////////////////\r\n@import \"double/default-pair\";\r\n@import \"double/double-string\";\r\n@import \"double/default\";\r\n\r\n@function breakpoint-parse-double($feature, $empty-media, $first) {\r\n $parsed: '';\r\n $leader: '';\r\n // If we're forcing\r\n @if not ($empty-media) or not ($first) {\r\n $leader: 'and ';\r\n }\r\n\r\n $first: nth($feature, 1);\r\n $second: nth($feature, 2);\r\n\r\n // If we've got two numbers, we know we need to use the default pair because there are no media queries that has a media feature that is a number\r\n @if type-of($first) == 'number' and type-of($second) == 'number' {\r\n $parsed: breakpoint-parse-default-pair($first, $second);\r\n }\r\n // If they are both strings, we send it through the string parser\r\n @else if type-of($first) == 'string' and type-of($second) == 'string' {\r\n $parsed: breakpoint-parse-double-string($first, $second);\r\n }\r\n // If it's a string/number pair, we parse it as a normal double\r\n @else {\r\n $parsed: breakpoint-parse-double-default($first, $second);\r\n }\r\n\r\n @return $leader + $parsed;\r\n}\r\n", "@function breakpoint-parse-default-pair($first, $second) {\r\n $default: breakpoint-get('default pair');\r\n $min: '';\r\n $max: '';\r\n\r\n // Sort into min and max\r\n $min: min($first, $second);\r\n $max: max($first, $second);\r\n\r\n // Set Context\r\n $context-setter: private-breakpoint-set-context(min-#{$default}, $min);\r\n $context-setter: private-breakpoint-set-context(max-#{$default}, $max);\r\n\r\n // Make them EMs if need be\r\n @if (breakpoint-get('to ems') == true) {\r\n $min: breakpoint-to-base-em($min);\r\n $max: breakpoint-to-base-em($max);\r\n }\r\n\r\n @return '(min-#{$default}: #{$min}) and (max-#{$default}: #{$max})';\r\n}\r\n", "@function breakpoint-parse-double-string($first, $second) {\r\n $feature: '';\r\n $value: '';\r\n\r\n // Test to see which is the feature and which is the value\r\n @if (breakpoint-string-value($first) == true) {\r\n $feature: $first;\r\n $value: $second;\r\n }\r\n @else if (breakpoint-string-value($second) == true) {\r\n $feature: $second;\r\n $value: $first;\r\n }\r\n @else {\r\n @warn \"Neither #{$first} nor #{$second} is a valid media query name.\";\r\n }\r\n\r\n // Set Context\r\n $context-setter: private-breakpoint-set-context($feature, $value);\r\n\r\n @return '(#{$feature}: #{$value})';\r\n}", "@function breakpoint-parse-double-default($first, $second) {\r\n $feature: '';\r\n $value: '';\r\n\r\n @if type-of($first) == 'string' {\r\n $feature: $first;\r\n $value: $second;\r\n }\r\n @else {\r\n $feature: $second;\r\n $value: $first;\r\n }\r\n\r\n // Set Context\r\n $context-setter: private-breakpoint-set-context($feature, $value);\r\n\r\n @if (breakpoint-get('to ems') == true) {\r\n $value: breakpoint-to-base-em($value);\r\n }\r\n\r\n @return '(#{$feature}: #{$value})'\r\n}\r\n", "//////////////////////////////\r\n// Import Pieces\r\n//////////////////////////////\r\n@import \"triple/default\";\r\n\r\n@function breakpoint-parse-triple($feature, $empty-media, $first) {\r\n $parsed: '';\r\n $leader: '';\r\n\r\n // If we're forcing\r\n @if not ($empty-media) or not ($first) {\r\n $leader: 'and ';\r\n }\r\n\r\n // separate the string features from the value numbers\r\n $string: null;\r\n $numbers: null;\r\n @each $val in $feature {\r\n @if type-of($val) == string {\r\n $string: $val;\r\n }\r\n @else {\r\n @if type-of($numbers) == 'null' {\r\n $numbers: $val;\r\n }\r\n @else {\r\n $numbers: append($numbers, $val);\r\n }\r\n }\r\n }\r\n\r\n $parsed: breakpoint-parse-triple-default($string, nth($numbers, 1), nth($numbers, 2));\r\n\r\n @return $leader + $parsed;\r\n\r\n}\r\n", "@function breakpoint-parse-triple-default($feature, $first, $second) {\r\n\r\n // Sort into min and max\r\n $min: min($first, $second);\r\n $max: max($first, $second);\r\n\r\n // Set Context\r\n $context-setter: private-breakpoint-set-context(min-#{$feature}, $min);\r\n $context-setter: private-breakpoint-set-context(max-#{$feature}, $max);\r\n\r\n // Make them EMs if need be\r\n @if (breakpoint-get('to ems') == true) {\r\n $min: breakpoint-to-base-em($min);\r\n $max: breakpoint-to-base-em($max);\r\n }\r\n\r\n @return '(min-#{$feature}: #{$min}) and (max-#{$feature}: #{$max})';\r\n}\r\n", "@import \"resolution/resolution\";\r\n\r\n@function breakpoint-build-resolution($query-print, $query-resolution, $empty-media, $first) {\r\n $leader: '';\r\n // If we're forcing\r\n @if not ($empty-media) or not ($first) {\r\n $leader: 'and ';\r\n }\r\n\r\n @if breakpoint-get('transform resolutions') and $query-resolution {\r\n $resolutions: breakpoint-make-resolutions($query-resolution);\r\n $length: length($resolutions);\r\n $query-holder: '';\r\n\r\n @for $i from 1 through $length {\r\n $query: '#{$query-print} #{$leader}#{nth($resolutions, $i)}';\r\n @if $i == 1 {\r\n $query-holder: $query;\r\n }\r\n @else {\r\n $query-holder: '#{$query-holder}, #{$query}';\r\n }\r\n }\r\n\r\n @return $query-holder;\r\n }\r\n @else {\r\n // Return with attached resolution\r\n @return $query-print;\r\n }\r\n}\r\n", "@function breakpoint-make-resolutions($resolution) {\r\n $length: length($resolution);\r\n\r\n $output: ();\r\n\r\n @if $length == 2 {\r\n $feature: '';\r\n $value: '';\r\n\r\n // Find which is number\r\n @if type-of(nth($resolution, 1)) == 'number' {\r\n $value: nth($resolution, 1);\r\n }\r\n @else {\r\n $value: nth($resolution, 2);\r\n }\r\n\r\n // Determine min/max/standard\r\n @if index($resolution, 'min-resolution') {\r\n $feature: 'min-';\r\n }\r\n @else if index($resolution, 'max-resolution') {\r\n $feature: 'max-';\r\n }\r\n\r\n $standard: '(#{$feature}resolution: #{$value})';\r\n\r\n // If we're not dealing with dppx,\r\n @if unit($value) != 'dppx' {\r\n $base: 96dpi;\r\n @if unit($value) == 'dpcm' {\r\n $base: 243.84dpcm;\r\n }\r\n // Write out feature tests\r\n $webkit: '';\r\n $moz: '';\r\n $webkit: '(-webkit-#{$feature}device-pixel-ratio: #{$value / $base})';\r\n $moz: '(#{$feature}-moz-device-pixel-ratio: #{$value / $base})';\r\n // Append to output\r\n $output: append($output, $standard, space);\r\n $output: append($output, $webkit, space);\r\n $output: append($output, $moz, space);\r\n }\r\n @else {\r\n $webkit: '';\r\n $moz: '';\r\n $webkit: '(-webkit-#{$feature}device-pixel-ratio: #{$value / 1dppx})';\r\n $moz: '(#{$feature}-moz-device-pixel-ratio: #{$value / 1dppx})';\r\n $fallback: '(#{$feature}resolution: #{$value / 1dppx * 96dpi})';\r\n // Append to output\r\n $output: append($output, $standard, space);\r\n $output: append($output, $webkit, space);\r\n $output: append($output, $moz, space);\r\n $output: append($output, $fallback, space);\r\n }\r\n\r\n }\r\n\r\n @return $output;\r\n}\r\n", "@function breakpoint-no-query($query) {\r\n @if type-of($query) == 'list' {\r\n $keyword: nth($query, 1);\r\n\r\n @if type-of($keyword) == 'string' and ($keyword == 'no-query' or $keyword == 'no query' or $keyword == 'fallback') {\r\n @return nth($query, 2);\r\n }\r\n @else {\r\n @return false;\r\n }\r\n }\r\n @else {\r\n @return false;\r\n }\r\n}\r\n", "////////////////////////\r\n// Default the Breakpoints variable\r\n////////////////////////\r\n$breakpoints: () !default;\r\n$BREAKPOINTS: () !default;\r\n\r\n////////////////////////\r\n// Respond-to API Mixin\r\n////////////////////////\r\n@mixin respond-to($context, $no-query: false) {\r\n @if length($breakpoints) > 0 and length($BREAKPOINTS) == 0 {\r\n @warn \"In order to avoid variable namespace collisions, we have updated the way to add breakpoints for respond-to. Please change all instances of `$breakpoints: add-breakpoint()` to `@include add-breakpoint()`. The `add-breakpoint()` function will be deprecated in a future release.\";\r\n $BREAKPOINTS: $breakpoints !global;\r\n $breakpoints: () !global;\r\n }\r\n\r\n @if type-of($BREAKPOINTS) != 'map' {\r\n // Just in case someone writes gibberish to the $breakpoints variable.\r\n @warn \"Your breakpoints aren't a map! `respond-to` expects a map. Please check the value of $BREAKPOINTS variable.\";\r\n @content;\r\n }\r\n @else if map-has-key($BREAKPOINTS, $context) {\r\n @include breakpoint(map-get($BREAKPOINTS, $context), $no-query) {\r\n @content;\r\n }\r\n }\r\n @else if not map-has-key($BREAKPOINTS, $context) {\r\n @warn \"`#{$context}` isn't a defined breakpoint! Please add it using `$breakpoints: add-breakpoint(`#{$context}`, $value);`\";\r\n @content;\r\n }\r\n @else {\r\n @warn \"You haven't created any breakpoints yet! Make some already! `@include add-breakpoint($name, $bkpt)`\";\r\n @content;\r\n }\r\n}\r\n\r\n//////////////////////////////\r\n// Add Breakpoint to Breakpoints\r\n// TODO: Remove function in next release\r\n//////////////////////////////\r\n@function add-breakpoint($name, $bkpt, $overwrite: false) {\r\n $output: ($name: $bkpt);\r\n\r\n @if length($breakpoints) == 0 {\r\n @return $output;\r\n }\r\n @else {\r\n @if map-has-key($breakpoints, $name) and $overwrite != true {\r\n @warn \"You already have a breakpoint named `#{$name}`, please choose another breakpoint name, or pass in `$overwrite: true` to overwrite the previous breakpoint.\";\r\n @return $breakpoints;\r\n }\r\n @else if not map-has-key($breakpoints, $name) or $overwrite == true {\r\n @return map-merge($breakpoints, $output);\r\n }\r\n }\r\n}\r\n\r\n@mixin add-breakpoint($name, $bkpt, $overwrite: false) {\r\n $output: ($name: $bkpt);\r\n\r\n @if length($BREAKPOINTS) == 0 {\r\n $BREAKPOINTS: $output !global;\r\n }\r\n @else {\r\n @if map-has-key($BREAKPOINTS, $name) and $overwrite != true {\r\n @warn \"You already have a breakpoint named `#{$name}`, please choose another breakpoint name, or pass in `$overwrite: true` to overwrite the previous breakpoint.\";\r\n $BREAKPOINTS: $BREAKPOINTS !global;\r\n }\r\n @else if not map-has-key($BREAKPOINTS, $name) or $overwrite == true {\r\n $BREAKPOINTS: map-merge($BREAKPOINTS, $output) !global;\r\n }\r\n }\r\n}\r\n\r\n@function get-breakpoint($name: false) {\r\n @if $name == false {\r\n @return $BREAKPOINTS;\r\n }\r\n @else {\r\n @return map-get($BREAKPOINTS, $name);\r\n }\r\n}\r\n", "@mixin legacy-settings-warning {\r\n $legacyVars: (\r\n 'default-media': 'default media',\r\n 'default-feature': 'default feature',\r\n 'force-media-all': 'force all media type',\r\n 'to-ems': 'to ems',\r\n 'resolutions': 'transform resolutions',\r\n 'no-queries': 'no queries',\r\n 'no-query-fallbacks': 'no query fallbacks',\r\n 'base-font-size': 'base font size',\r\n 'legacy-syntax': 'legacy syntax'\r\n );\r\n\r\n @each $legacy, $new in $legacyVars {\r\n @if global-variable-exists('breakpoint-' + $legacy) {\r\n @warn \"In order to avoid variable namspace collisions, we have updated the way to change settings for Breakpoint. Please change all instances of `$breakpoint-#{$legacy}: ` to `@include breakpoint-set('#{$new}', )`. Variable settings, as well as this warning will be deprecated in a future release.\"\r\n }\r\n };\r\n\r\n //////////////////////////////\r\n // Hand correct each setting\r\n //////////////////////////////\r\n @if global-variable-exists('breakpoint-default-media') and $breakpoint-default-media != breakpoint-get('default media') {\r\n @include breakpoint-set('default media', $breakpoint-default-media);\r\n }\r\n @if global-variable-exists('breakpoint-default-feature') and $breakpoint-default-feature != breakpoint-get('default feature') {\r\n @include breakpoint-set('default feature', $breakpoint-default-feature);\r\n }\r\n @if global-variable-exists('breakpoint-force-media-all') and $breakpoint-force-media-all != breakpoint-get('force all media type') {\r\n @include breakpoint-set('force all media type', $breakpoint-force-media-all);\r\n }\r\n @if global-variable-exists('breakpoint-to-ems') and $breakpoint-to-ems != breakpoint-get('to ems') {\r\n @include breakpoint-set('to ems', $breakpoint-to-ems);\r\n }\r\n @if global-variable-exists('breakpoint-resolutions') and $breakpoint-resolutions != breakpoint-get('transform resolutions') {\r\n @include breakpoint-set('transform resolutions', $breakpoint-resolutions);\r\n }\r\n @if global-variable-exists('breakpoint-no-queries') and $breakpoint-no-queries != breakpoint-get('no queries') {\r\n @include breakpoint-set('no queries', $breakpoint-no-queries);\r\n }\r\n @if global-variable-exists('breakpoint-no-query-fallbacks') and $breakpoint-no-query-fallbacks != breakpoint-get('no query fallbacks') {\r\n @include breakpoint-set('no query fallbacks', $breakpoint-no-query-fallbacks);\r\n }\r\n @if global-variable-exists('breakpoint-base-font-size') and $breakpoint-base-font-size != breakpoint-get('base font size') {\r\n @include breakpoint-set('base font size', $breakpoint-base-font-size);\r\n }\r\n @if global-variable-exists('breakpoint-legacy-syntax') and $breakpoint-legacy-syntax != breakpoint-get('legacy syntax') {\r\n @include breakpoint-set('legacy syntax', $breakpoint-legacy-syntax);\r\n }\r\n}", "/* Magnific Popup CSS */\r\n\r\n@import \"settings\";\r\n\r\n////////////////////////\r\n//\r\n// Contents:\r\n//\r\n// 1. Default Settings\r\n// 2. General styles\r\n// - Transluscent overlay\r\n// - Containers, wrappers\r\n// - Cursors\r\n// - Helper classes\r\n// 3. Appearance\r\n// - Preloader & text that displays error messages\r\n// - CSS reset for buttons\r\n// - Close icon\r\n// - \"1 of X\" counter\r\n// - Navigation (left/right) arrows\r\n// - Iframe content type styles\r\n// - Image content type styles\r\n// - Media query where size of arrows is reduced\r\n// - IE7 support\r\n//\r\n////////////////////////\r\n\r\n\r\n\r\n////////////////////////\r\n// 1. Default Settings\r\n////////////////////////\r\n\r\n$mfp-overlay-color: #0b0b0b !default;\r\n$mfp-overlay-opacity: 0.8 !default;\r\n$mfp-shadow: 0 0 8px rgba(0, 0, 0, 0.6) !default; // shadow on image or iframe\r\n$mfp-popup-padding-left: 8px !default; // Padding from left and from right side\r\n$mfp-popup-padding-left-mobile: 6px !default; // Same as above, but is applied when width of window is less than 800px\r\n\r\n$mfp-z-index-base: 1040 !default; // Base z-index of popup\r\n$mfp-include-arrows: true !default; // include styles for nav arrows\r\n$mfp-controls-opacity: 0.65 !default;\r\n$mfp-controls-color: #FFF !default;\r\n$mfp-controls-border-color: #3F3F3F !default;\r\n$mfp-inner-close-icon-color: #333 !default;\r\n$mfp-controls-text-color: #CCC !default; // Color of preloader and \"1 of X\" indicator\r\n$mfp-controls-text-color-hover: #FFF !default;\r\n$mfp-IE7support: true !default; // Very basic IE7 support\r\n\r\n// Iframe-type options\r\n$mfp-include-iframe-type: true !default;\r\n$mfp-iframe-padding-top: 40px !default;\r\n$mfp-iframe-background: #000 !default;\r\n$mfp-iframe-max-width: 900px !default;\r\n$mfp-iframe-ratio: 9/16 !default;\r\n\r\n// Image-type options\r\n$mfp-include-image-type: true !default;\r\n$mfp-image-background: #444 !default;\r\n$mfp-image-padding-top: 40px !default;\r\n$mfp-image-padding-bottom: 40px !default;\r\n$mfp-include-mobile-layout-for-image: true !default; // Removes paddings from top and bottom\r\n\r\n// Image caption options\r\n$mfp-caption-title-color: #F3F3F3 !default;\r\n$mfp-caption-subtitle-color: #BDBDBD !default;\r\n\r\n// A11y\r\n$mfp-use-visuallyhidden: false !default; // Hide content from browsers, but make it available for screen readers\r\n\r\n\r\n\r\n////////////////////////\r\n// 2. General styles\r\n////////////////////////\r\n\r\n// Transluscent overlay\r\n.mfp-bg {\r\n top: 0;\r\n left: 0;\r\n width: 100%;\r\n height: 100%;\r\n z-index: $mfp-z-index-base + 2;\r\n overflow: hidden;\r\n position: fixed;\r\n\r\n background: $mfp-overlay-color;\r\n opacity: $mfp-overlay-opacity;\r\n @if $mfp-IE7support {\r\n filter: unquote(\"alpha(opacity=#{$mfp-overlay-opacity*100})\");\r\n }\r\n}\r\n\r\n// Wrapper for popup\r\n.mfp-wrap {\r\n top: 0;\r\n left: 0;\r\n width: 100%;\r\n height: 100%;\r\n z-index: $mfp-z-index-base + 3;\r\n position: fixed;\r\n outline: none !important;\r\n -webkit-backface-visibility: hidden; // fixes webkit bug that can cause \"false\" scrollbar\r\n}\r\n\r\n// Root container\r\n.mfp-container {\r\n text-align: center;\r\n position: absolute;\r\n width: 100%;\r\n height: 100%;\r\n left: 0;\r\n top: 0;\r\n padding: 0 $mfp-popup-padding-left;\r\n -webkit-box-sizing: border-box;\r\n -moz-box-sizing: border-box;\r\n box-sizing: border-box;\r\n}\r\n\r\n// Vertical centerer helper\r\n.mfp-container {\r\n &:before {\r\n content: '';\r\n display: inline-block;\r\n height: 100%;\r\n vertical-align: middle;\r\n }\r\n}\r\n\r\n// Remove vertical centering when popup has class `mfp-align-top`\r\n.mfp-align-top {\r\n .mfp-container {\r\n &:before {\r\n display: none;\r\n }\r\n }\r\n}\r\n\r\n// Popup content holder\r\n.mfp-content {\r\n position: relative;\r\n display: inline-block;\r\n vertical-align: middle;\r\n margin: 0 auto;\r\n text-align: left;\r\n z-index: $mfp-z-index-base + 5;\r\n}\r\n.mfp-inline-holder,\r\n.mfp-ajax-holder {\r\n .mfp-content {\r\n width: 100%;\r\n cursor: auto;\r\n }\r\n}\r\n\r\n// Cursors\r\n.mfp-ajax-cur {\r\n cursor: progress;\r\n}\r\n.mfp-zoom-out-cur {\r\n &, .mfp-image-holder .mfp-close {\r\n cursor: -moz-zoom-out;\r\n cursor: -webkit-zoom-out;\r\n cursor: zoom-out;\r\n }\r\n}\r\n.mfp-zoom {\r\n cursor: pointer;\r\n cursor: -webkit-zoom-in;\r\n cursor: -moz-zoom-in;\r\n cursor: zoom-in;\r\n}\r\n.mfp-auto-cursor {\r\n .mfp-content {\r\n cursor: auto;\r\n }\r\n}\r\n\r\n.mfp-close,\r\n.mfp-arrow,\r\n.mfp-preloader,\r\n.mfp-counter {\r\n -webkit-user-select:none;\r\n -moz-user-select: none;\r\n user-select: none;\r\n}\r\n\r\n// Hide the image during the loading\r\n.mfp-loading {\r\n &.mfp-figure {\r\n display: none;\r\n }\r\n}\r\n\r\n// Helper class that hides stuff\r\n@if $mfp-use-visuallyhidden {\r\n // From HTML5 Boilerplate https://github.com/h5bp/html5-boilerplate/blob/v4.2.0/doc/css.md#visuallyhidden\r\n .mfp-hide {\r\n border: 0 !important;\r\n clip: rect(0 0 0 0) !important;\r\n height: 1px !important;\r\n margin: -1px !important;\r\n overflow: hidden !important;\r\n padding: 0 !important;\r\n position: absolute !important;\r\n width: 1px !important;\r\n }\r\n} @else {\r\n .mfp-hide {\r\n display: none !important;\r\n }\r\n}\r\n\r\n\r\n////////////////////////\r\n// 3. Appearance\r\n////////////////////////\r\n\r\n// Preloader and text that displays error messages\r\n.mfp-preloader {\r\n color: $mfp-controls-text-color;\r\n position: absolute;\r\n top: 50%;\r\n width: auto;\r\n text-align: center;\r\n margin-top: -0.8em;\r\n left: 8px;\r\n right: 8px;\r\n z-index: $mfp-z-index-base + 4;\r\n a {\r\n color: $mfp-controls-text-color;\r\n &:hover {\r\n color: $mfp-controls-text-color-hover;\r\n }\r\n }\r\n}\r\n\r\n// Hide preloader when content successfully loaded\r\n.mfp-s-ready {\r\n .mfp-preloader {\r\n display: none;\r\n }\r\n}\r\n\r\n// Hide content when it was not loaded\r\n.mfp-s-error {\r\n .mfp-content {\r\n display: none;\r\n }\r\n}\r\n\r\n// CSS-reset for buttons\r\nbutton {\r\n &.mfp-close,\r\n &.mfp-arrow {\r\n overflow: visible;\r\n cursor: pointer;\r\n background: transparent;\r\n border: 0;\r\n -webkit-appearance: none;\r\n display: block;\r\n outline: none;\r\n padding: 0;\r\n z-index: $mfp-z-index-base + 6;\r\n -webkit-box-shadow: none;\r\n box-shadow: none;\r\n }\r\n &::-moz-focus-inner {\r\n padding: 0;\r\n border: 0\r\n }\r\n}\r\n\r\n\r\n// Close icon\r\n.mfp-close {\r\n width: 44px;\r\n height: 44px;\r\n line-height: 44px;\r\n\r\n position: absolute;\r\n right: 0;\r\n top: 0;\r\n text-decoration: none;\r\n text-align: center;\r\n opacity: $mfp-controls-opacity;\r\n @if $mfp-IE7support {\r\n filter: unquote(\"alpha(opacity=#{$mfp-controls-opacity*100})\");\r\n }\r\n padding: 0 0 18px 10px;\r\n color: $mfp-controls-color;\r\n\r\n font-style: normal;\r\n font-size: 28px;\r\n font-family: $serif;\r\n\r\n &:hover,\r\n &:focus {\r\n opacity: 1;\r\n @if $mfp-IE7support {\r\n filter: unquote(\"alpha(opacity=#{1*100})\");\r\n }\r\n }\r\n\r\n &:active {\r\n top: 1px;\r\n }\r\n}\r\n.mfp-close-btn-in {\r\n .mfp-close {\r\n color: $mfp-inner-close-icon-color;\r\n }\r\n}\r\n.mfp-image-holder,\r\n.mfp-iframe-holder {\r\n .mfp-close {\r\n color: $mfp-controls-color;\r\n right: -6px;\r\n text-align: right;\r\n padding-right: 6px;\r\n width: 100%;\r\n }\r\n}\r\n\r\n// \"1 of X\" counter\r\n.mfp-counter {\r\n position: absolute;\r\n top: 0;\r\n right: 0;\r\n color: $mfp-controls-text-color;\r\n font-size: 12px;\r\n line-height: 18px;\r\n}\r\n\r\n// Navigation arrows\r\n@if $mfp-include-arrows {\r\n .mfp-arrow {\r\n position: absolute;\r\n opacity: $mfp-controls-opacity;\r\n @if $mfp-IE7support {\r\n filter: unquote(\"alpha(opacity=#{$mfp-controls-opacity*100})\");\r\n }\r\n margin: 0;\r\n top: 50%;\r\n margin-top: -55px;\r\n padding: 0;\r\n width: 90px;\r\n height: 110px;\r\n -webkit-tap-highlight-color: rgba(0,0,0,0);\r\n &:active {\r\n margin-top: -54px;\r\n }\r\n &:hover,\r\n &:focus {\r\n opacity: 1;\r\n @if $mfp-IE7support {\r\n filter: unquote(\"alpha(opacity=#{1*100})\");\r\n }\r\n }\r\n &:before,\r\n &:after,\r\n .mfp-b,\r\n .mfp-a {\r\n content: '';\r\n display: block;\r\n width: 0;\r\n height: 0;\r\n position: absolute;\r\n left: 0;\r\n top: 0;\r\n margin-top: 35px;\r\n margin-left: 35px;\r\n border: medium inset transparent;\r\n }\r\n\r\n &:after,\r\n .mfp-a {\r\n\r\n border-top-width: 13px;\r\n border-bottom-width: 13px;\r\n top:8px;\r\n }\r\n\r\n &:before,\r\n .mfp-b {\r\n border-top-width: 21px;\r\n border-bottom-width: 21px;\r\n opacity: 0.7;\r\n }\r\n\r\n }\r\n\r\n .mfp-arrow-left {\r\n left: 0;\r\n\r\n &:after,\r\n .mfp-a {\r\n border-right: 17px solid $mfp-controls-color;\r\n margin-left: 31px;\r\n }\r\n &:before,\r\n .mfp-b {\r\n margin-left: 25px;\r\n border-right: 27px solid $mfp-controls-border-color;\r\n }\r\n }\r\n\r\n .mfp-arrow-right {\r\n right: 0;\r\n &:after,\r\n .mfp-a {\r\n border-left: 17px solid $mfp-controls-color;\r\n margin-left: 39px\r\n }\r\n &:before,\r\n .mfp-b {\r\n border-left: 27px solid $mfp-controls-border-color;\r\n }\r\n }\r\n}\r\n\r\n\r\n\r\n// Iframe content type\r\n@if $mfp-include-iframe-type {\r\n .mfp-iframe-holder {\r\n padding-top: $mfp-iframe-padding-top;\r\n padding-bottom: $mfp-iframe-padding-top;\r\n .mfp-content {\r\n line-height: 0;\r\n width: 100%;\r\n max-width: $mfp-iframe-max-width;\r\n }\r\n .mfp-close {\r\n top: -40px;\r\n }\r\n }\r\n .mfp-iframe-scaler {\r\n width: 100%;\r\n height: 0;\r\n overflow: hidden;\r\n padding-top: $mfp-iframe-ratio * 100%;\r\n iframe {\r\n position: absolute;\r\n display: block;\r\n top: 0;\r\n left: 0;\r\n width: 100%;\r\n height: 100%;\r\n box-shadow: $mfp-shadow;\r\n background: $mfp-iframe-background;\r\n }\r\n }\r\n}\r\n\r\n\r\n\r\n// Image content type\r\n@if $mfp-include-image-type {\r\n\r\n /* Main image in popup */\r\n img {\r\n &.mfp-img {\r\n width: auto;\r\n max-width: 100%;\r\n height: auto;\r\n display: block;\r\n line-height: 0;\r\n -webkit-box-sizing: border-box;\r\n -moz-box-sizing: border-box;\r\n box-sizing: border-box;\r\n padding: $mfp-image-padding-top 0 $mfp-image-padding-bottom;\r\n margin: 0 auto;\r\n }\r\n }\r\n\r\n /* The shadow behind the image */\r\n .mfp-figure {\r\n line-height: 0;\r\n &:after {\r\n content: '';\r\n position: absolute;\r\n left: 0;\r\n top: $mfp-image-padding-top;\r\n bottom: $mfp-image-padding-bottom;\r\n display: block;\r\n right: 0;\r\n width: auto;\r\n height: auto;\r\n z-index: -1;\r\n box-shadow: $mfp-shadow;\r\n background: $mfp-image-background;\r\n }\r\n small {\r\n color: $mfp-caption-subtitle-color;\r\n display: block;\r\n font-size: 12px;\r\n line-height: 14px;\r\n }\r\n figure {\r\n margin: 0;\r\n }\r\n figcaption {\r\n margin-top: 0;\r\n margin-bottom: 0; // reset for bottom spacing\r\n }\r\n }\r\n .mfp-bottom-bar {\r\n margin-top: -$mfp-image-padding-bottom + 4;\r\n position: absolute;\r\n top: 100%;\r\n left: 0;\r\n width: 100%;\r\n cursor: auto;\r\n }\r\n .mfp-title {\r\n text-align: left;\r\n line-height: 18px;\r\n color: $mfp-caption-title-color;\r\n word-wrap: break-word;\r\n padding-right: 36px; // leave some space for counter at right side\r\n }\r\n\r\n .mfp-image-holder {\r\n .mfp-content {\r\n max-width: 100%;\r\n }\r\n }\r\n\r\n .mfp-gallery {\r\n .mfp-image-holder {\r\n .mfp-figure {\r\n cursor: pointer;\r\n }\r\n }\r\n }\r\n\r\n\r\n @if $mfp-include-mobile-layout-for-image {\r\n @media screen and (max-width: 800px) and (orientation:landscape), screen and (max-height: 300px) {\r\n /**\r\n * Remove all paddings around the image on small screen\r\n */\r\n .mfp-img-mobile {\r\n .mfp-image-holder {\r\n padding-left: 0;\r\n padding-right: 0;\r\n }\r\n img {\r\n &.mfp-img {\r\n padding: 0;\r\n }\r\n }\r\n .mfp-figure {\r\n // The shadow behind the image\r\n &:after {\r\n top: 0;\r\n bottom: 0;\r\n }\r\n small {\r\n display: inline;\r\n margin-left: 5px;\r\n }\r\n }\r\n .mfp-bottom-bar {\r\n background: rgba(0,0,0,0.6);\r\n bottom: 0;\r\n margin: 0;\r\n top: auto;\r\n padding: 3px 5px;\r\n position: fixed;\r\n -webkit-box-sizing: border-box;\r\n -moz-box-sizing: border-box;\r\n box-sizing: border-box;\r\n &:empty {\r\n padding: 0;\r\n }\r\n }\r\n .mfp-counter {\r\n right: 5px;\r\n top: 3px;\r\n }\r\n .mfp-close {\r\n top: 0;\r\n right: 0;\r\n width: 35px;\r\n height: 35px;\r\n line-height: 35px;\r\n background: rgba(0, 0, 0, 0.6);\r\n position: fixed;\r\n text-align: center;\r\n padding: 0;\r\n }\r\n }\r\n }\r\n }\r\n}\r\n\r\n\r\n\r\n// Scale navigation arrows and reduce padding from sides\r\n@media all and (max-width: 900px) {\r\n .mfp-arrow {\r\n -webkit-transform: scale(0.75);\r\n transform: scale(0.75);\r\n }\r\n .mfp-arrow-left {\r\n -webkit-transform-origin: 0;\r\n transform-origin: 0;\r\n }\r\n .mfp-arrow-right {\r\n -webkit-transform-origin: 100%;\r\n transform-origin: 100%;\r\n }\r\n .mfp-container {\r\n padding-left: $mfp-popup-padding-left-mobile;\r\n padding-right: $mfp-popup-padding-left-mobile;\r\n }\r\n}\r\n\r\n\r\n\r\n// IE7 support\r\n// Styles that make popup look nicier in old IE\r\n@if $mfp-IE7support {\r\n .mfp-ie7 {\r\n .mfp-img {\r\n padding: 0;\r\n }\r\n .mfp-bottom-bar {\r\n width: 600px;\r\n left: 50%;\r\n margin-left: -300px;\r\n margin-top: 5px;\r\n padding-bottom: 5px;\r\n }\r\n .mfp-container {\r\n padding: 0;\r\n }\r\n .mfp-content {\r\n padding-top: 44px;\r\n }\r\n .mfp-close {\r\n top: 0;\r\n right: 0;\r\n padding-top: 0;\r\n }\r\n }\r\n}\r\n", "////////////////////////\r\n// Settings //\r\n////////////////////////\r\n\r\n// overlay\r\n$mfp-overlay-color: #000; // Color of overlay screen\r\n$mfp-overlay-opacity: 0.8; // Opacity of overlay screen\r\n$mfp-shadow: 0 0 8px rgba(0, 0, 0, 0.6); // Shadow on image or iframe\r\n\r\n// spacing\r\n$mfp-popup-padding-left: 8px; // Padding from left and from right side\r\n$mfp-popup-padding-left-mobile: 6px; // Same as above, but is applied when width of window is less than 800px\r\n\r\n$mfp-z-index-base: 1040; // Base z-index of popup\r\n\r\n// controls\r\n$mfp-include-arrows: true; // Include styles for nav arrows\r\n$mfp-controls-opacity: 1; // Opacity of controls\r\n$mfp-controls-color: #fff; // Color of controls\r\n$mfp-controls-border-color: #fff; // Border color of controls\r\n$mfp-inner-close-icon-color: #fff; // Color of close button when inside\r\n$mfp-controls-text-color: #ccc; // Color of preloader and \"1 of X\" indicator\r\n$mfp-controls-text-color-hover: #fff; // Hover color of preloader and \"1 of X\" indicator\r\n$mfp-IE7support: true; // Very basic IE7 support\r\n\r\n// Iframe-type options\r\n$mfp-include-iframe-type: true; // Enable Iframe-type popups\r\n$mfp-iframe-padding-top: 40px; // Iframe padding top\r\n$mfp-iframe-background: #000; // Background color of iframes\r\n$mfp-iframe-max-width: 900px; // Maximum width of iframes\r\n$mfp-iframe-ratio: 9/16; // Ratio of iframe (9/16 = widescreen, 3/4 = standard, etc.)\r\n\r\n// Image-type options\r\n$mfp-include-image-type: true; // Enable Image-type popups\r\n$mfp-image-background: #444 !default;\r\n$mfp-image-padding-top: 40px; // Image padding top\r\n$mfp-image-padding-bottom: 40px; // Image padding bottom\r\n$mfp-include-mobile-layout-for-image: true; // Removes paddings from top and bottom\r\n\r\n// Image caption options\r\n$mfp-caption-title-color: #f3f3f3; // Caption title color\r\n$mfp-caption-subtitle-color: #bdbdbd; // Caption subtitle color\r\n.mfp-counter { font-family: $serif; } // Caption font family\r\n\r\n// A11y\r\n$mfp-use-visuallyhidden: false;", "// Susy (Un-Prefixed)\r\n// ==================\r\n\r\n@import 'susy-prefix';\r\n@import 'susy/unprefix';\r\n", "// Susy (Prefixed)\r\n// ===============\r\n\r\n$susy-version: 3;\r\n\r\n@import 'susy/utilities';\r\n@import 'susy/su-validate';\r\n@import 'susy/su-math';\r\n@import 'susy/settings';\r\n@import 'susy/normalize';\r\n@import 'susy/parse';\r\n@import 'susy/syntax-helpers';\r\n@import 'susy/api';\r\n", "// Sass Utilities\r\n// ==============\r\n// - Susy Error Output Override [variable]\r\n// - Susy Error [function]\r\n\r\n\r\n\r\n// Susy Error Output Override\r\n// --------------------------\r\n/// Turn off error output for testing\r\n/// @group x-utility\r\n/// @access private\r\n$_susy-error-output-override: false !default;\r\n\r\n\r\n\r\n// Susy Error\r\n// ----------\r\n/// Optionally return error messages without failing,\r\n/// as a way to test error cases\r\n///\r\n/// @group x-utility\r\n/// @access private\r\n///\r\n/// @param {string} $message -\r\n/// A useful error message, explaining the problem\r\n/// @param {string} $source -\r\n/// The original source of the error for debugging\r\n/// @param {bool} $override [$_susy-error-output-override] -\r\n/// Optionally return the error rather than failing\r\n/// @return {string} -\r\n/// Combined error with source and message\r\n/// @throws When `$override == true`\r\n@function _susy-error(\r\n $message,\r\n $source,\r\n $override: $_susy-error-output-override\r\n) {\r\n @if $override {\r\n @return 'ERROR [#{$source}] #{$message}';\r\n }\r\n\r\n @error '[#{$source}] #{$message}';\r\n}\r\n\r\n\r\n// Su Is Comparable\r\n// ----------------\r\n/// Check that the units in a grid are comparable\r\n///\r\n/// @group x-validation\r\n/// @access private\r\n///\r\n/// @param {numbers} $lengths… -\r\n/// Arglist of all the number values to compare\r\n/// (columns, gutters, span, etc)\r\n///\r\n/// @return {'fluid' | 'static' | false} -\r\n/// The type of span (fluid or static) when units match,\r\n/// or `false` for mismatched units\r\n@function _su-is-comparable(\r\n $lengths...\r\n) {\r\n $first: nth($lengths, 1);\r\n\r\n @if (length($lengths) == 1) {\r\n @return if(unitless($first), 'fluid', 'static');\r\n }\r\n\r\n @for $i from 2 through length($lengths) {\r\n $comp: nth($lengths, $i);\r\n\r\n $fail: not comparable($first, $comp);\r\n $fail: $fail or (unitless($first) and not unitless($comp));\r\n $fail: $fail or (unitless($comp) and not unitless($first));\r\n\r\n @if $fail {\r\n @return false;\r\n }\r\n }\r\n\r\n @return if(unitless($first), 'fluid', 'static');\r\n}\r\n\r\n\r\n// Su Map Add Units\r\n// ----------------\r\n/// The calc features use a map of units and values\r\n/// to compile the proper algorythm.\r\n/// This function adds a new value to any comparable existing unit/value,\r\n/// or adds a new unit/value pair to the map\r\n///\r\n/// @group x-utility\r\n/// @access private\r\n///\r\n/// @param {map} $map -\r\n/// A map of unit/value pairs, e.g. ('px': 120px)\r\n/// @param {length} $value -\r\n/// A new length to be added to the map\r\n/// @return {map} -\r\n/// The updated map, with new value added\r\n///\r\n/// @example scss -\r\n/// $map: (0px: 120px);\r\n/// $map: _su-map-add-units($map, 1in); // add a comparable unit\r\n/// $map: _su-map-add-units($map, 3vw); // add a new unit\r\n///\r\n/// @each $units, $value in $map {\r\n/// /* #{$units}: #{$value} */\r\n/// }\r\n@function _su-map-add-units(\r\n $map,\r\n $value\r\n) {\r\n $unit: $value * 0;\r\n $has: map-get($map, $unit) or 0;\r\n\r\n @if ($has == 0) {\r\n @each $try, $could in $map {\r\n $match: comparable($try, $value);\r\n $unit: if($match, $try, $unit);\r\n $has: if($match, $could, $has);\r\n }\r\n }\r\n\r\n @return map-merge($map, ($unit: $has + $value));\r\n}\r\n\r\n\r\n// Susy Flatten\r\n// ------------\r\n/// Flatten a multidimensional list\r\n///\r\n/// @group x-utility\r\n/// @access private\r\n///\r\n/// @param {list} $list -\r\n/// The list to be flattened\r\n/// @return {list} -\r\n/// The flattened list\r\n///\r\n/// @example scss -\r\n/// $list: 120px (30em 30em) 120px;\r\n/// /* #{_susy-flatten($list)} */\r\n@function _susy-flatten(\r\n $list\r\n) {\r\n $flat: ();\r\n\r\n // Don't iterate over maps\r\n @if (type-of($list) == 'map') {\r\n @return $list;\r\n }\r\n\r\n // Iterate over lists (or single items)\r\n @each $item in $list {\r\n @if (type-of($item) == 'list') {\r\n $item: _susy-flatten($item);\r\n $flat: join($flat, $item);\r\n } @else {\r\n $flat: append($flat, $item);\r\n }\r\n }\r\n\r\n // Return flattened list\r\n @return $flat;\r\n}\r\n", "/// Validation\r\n/// ==========\r\n/// Each argument to Su has a single canonical syntax.\r\n/// These validation functions check to ensure\r\n/// that each argument is valid,\r\n/// in order to provide useful errors\r\n/// before attempting to calculate the results/\r\n///\r\n/// @group x-validation\r\n///\r\n/// @see su-valid-columns\r\n/// @see su-valid-gutters\r\n/// @see su-valid-spread\r\n/// @see su-valid-location\r\n\r\n\r\n\r\n// Valid Span\r\n// ----------\r\n/// Check that the `span` argument\r\n/// is a number, length, or column-list\r\n///\r\n/// @group x-validation\r\n///\r\n/// @param {number | list} $span -\r\n/// Number of columns, or length of span\r\n///\r\n/// @return {number | list} -\r\n/// Validated `$span` number, length, or columns list\r\n///\r\n/// @throw\r\n/// when span value is not a number, or valid column list\r\n@function su-valid-span(\r\n $span\r\n) {\r\n $type: type-of($span);\r\n @if ($type == 'number') {\r\n @return $span;\r\n } @else if ($type == 'list') and su-valid-columns($span, 'silent-failure') {\r\n @return $span;\r\n }\r\n\r\n $actual: '[#{type-of($span)}] `#{inspect($span)}`';\r\n @return _susy-error(\r\n '#{$actual} is not a valid number, length, or column-list for $span.',\r\n 'su-valid-span');\r\n}\r\n\r\n\r\n\r\n// Valid Columns\r\n// -------------\r\n/// Check that the `columns` argument is a valid\r\n/// list of column-lengths\r\n///\r\n/// @group x-validation\r\n///\r\n/// @param {list} $columns -\r\n/// List of column-lengths\r\n/// @param {bool} $silent-failure [true] -\r\n/// Set false to return null on failure\r\n///\r\n/// @return {list} -\r\n/// Validated `$columns` list\r\n///\r\n/// @throw\r\n/// when column value is not a valid list of numbers\r\n@function su-valid-columns(\r\n $columns,\r\n $silent-failure: false\r\n) {\r\n @if (type-of($columns) == 'list') {\r\n $fail: false;\r\n\r\n @each $col in $columns {\r\n @if (type-of($col) != 'number') {\r\n $fail: true;\r\n }\r\n }\r\n\r\n @if not $fail {\r\n @return $columns;\r\n }\r\n }\r\n\r\n // Silent Failure\r\n @if $silent-failure {\r\n @return null;\r\n }\r\n\r\n // Error Message\r\n $actual: '[#{type-of($columns)}] `#{inspect($columns)}`';\r\n\r\n @return _susy-error(\r\n '#{$actual} is not a valid list of numbers for $columns.',\r\n 'su-valid-columns');\r\n}\r\n\r\n\r\n\r\n// Valid Gutters\r\n// -------------\r\n/// Check that the `gutters` argument is a valid number\r\n///\r\n/// @group x-validation\r\n///\r\n/// @param {number} $gutters -\r\n/// Width of a gutter\r\n///\r\n/// @return {number} -\r\n/// Validated `$gutters` number\r\n///\r\n/// @throw\r\n/// when gutter value is not a number\r\n@function su-valid-gutters(\r\n $gutters\r\n) {\r\n $type: type-of($gutters);\r\n\r\n @if ($type == 'number') {\r\n @return $gutters;\r\n }\r\n\r\n $actual: '[#{$type}] `#{inspect($gutters)}`';\r\n @return _susy-error(\r\n '#{$actual} is not a number or length for $gutters.',\r\n 'su-valid-gutters');\r\n}\r\n\r\n\r\n\r\n// Valid Spread\r\n// ------------\r\n/// Check that the `spread` argument is a valid\r\n/// intiger between `-1` and `1`\r\n///\r\n/// @group x-validation\r\n///\r\n/// @param {0 | 1 | -1} $spread -\r\n/// Number of gutters to include in a span,\r\n/// relative to the number columns\r\n///\r\n/// @return {0 | 1 | -1} -\r\n/// Validated `$spread` number\r\n///\r\n/// @throw\r\n/// when spread value is not a valid spread\r\n@function su-valid-spread(\r\n $spread\r\n) {\r\n @if index(0 1 -1, $spread) {\r\n @return $spread;\r\n }\r\n\r\n $actual: '[#{type-of($spread)}] `#{inspect($spread)}`';\r\n @return _susy-error(\r\n '#{$actual} is not a normalized [0 | 1 | -1] value for `$spread`.',\r\n 'su-valid-spread');\r\n}\r\n\r\n\r\n\r\n// Valid Location\r\n// --------------\r\n/// Check that the `location` argument is a valid number,\r\n/// within the scope of available columns\r\n///\r\n/// @group x-validation\r\n///\r\n/// @param {number} $span -\r\n/// Number of grid-columns to be spanned\r\n/// @param {integer | string} $location -\r\n/// Starting (1-indexed) column-position of that span\r\n/// @param {list} $columns -\r\n/// List of available columns in the grid\r\n///\r\n/// @return {integer} -\r\n/// Validated `$location` intiger\r\n///\r\n/// @throw\r\n/// when location value is not a valid index,\r\n/// given the context and span.\r\n@function su-valid-location(\r\n $span,\r\n $location,\r\n $columns\r\n) {\r\n $count: length($columns);\r\n\r\n @if $location {\r\n @if (type-of($location) != 'number') or (not unitless($location)) {\r\n $actual: '[#{type-of($location)}] `#{$location}`';\r\n @return _susy-error(\r\n '#{$actual} is not a unitless number for $location.',\r\n 'su-valid-location');\r\n } @else if (round($location) != $location) {\r\n @return _susy-error(\r\n 'Location (`#{$location}`) must be a 1-indexed intiger position.',\r\n 'su-valid-location');\r\n } @else if ($location > $count) or ($location < 1) {\r\n @return _susy-error(\r\n 'Position `#{$location}` does not exist in grid `#{$columns}`.',\r\n 'su-valid-location');\r\n } @else if ($location + $span - 1 > $count) {\r\n $details: 'grid `#{$columns}` for span `#{$span}` at `#{$location}`';\r\n @return _susy-error(\r\n 'There are not enough columns in #{$details}.',\r\n 'su-valid-location');\r\n }\r\n }\r\n\r\n @return $location;\r\n}\r\n", "/// Grid Math Engine\r\n/// ================\r\n/// The `su` functions give you direct access to the math layer,\r\n/// without any syntax-sugar like shorthand parsing, and normalization.\r\n/// If you prefer named arguments, and stripped-down syntax,\r\n/// you can use these functions directly in your code –\r\n/// replacing `span`, `gutter`, and `slice`.\r\n///\r\n/// These functions are also useful\r\n/// for building mixins or other extensions to Susy.\r\n/// Apply the Susy syntax to new mixins and functions,\r\n/// using our \"Plugin Helpers\",\r\n/// or write your own syntax and pass the normalized results along\r\n/// to `su` for compilation.\r\n///\r\n/// @group su-math\r\n///\r\n/// @see su-span\r\n/// @see su-gutter\r\n/// @see su-slice\r\n/// @ignore _su-sum\r\n/// @ignore _su-calc-span\r\n/// @ignore _su-calc-sum\r\n/// @ignore _su-needs-calc-output\r\n\r\n\r\n\r\n// Su Span\r\n// -------\r\n/// Calculates and returns a CSS-ready span width,\r\n/// based on normalized span and context data –\r\n/// a low-level version of `susy-span`,\r\n/// with all of the logic and none of the syntax sugar.\r\n///\r\n/// - Grids defined with unitless numbers will return `%` values.\r\n/// - Grids defined with comparable units\r\n/// will return a value in the units provided.\r\n/// - Grids defined with a mix of units,\r\n/// or a combination of untiless numbers and unit-lengths,\r\n/// will return a `calc()` string.\r\n///\r\n/// @group su-math\r\n/// @see susy-span\r\n///\r\n/// @param {number | list} $span -\r\n/// Number or list of grid columns to span\r\n/// @param {list} $columns -\r\n/// List of columns available\r\n/// @param {number} $gutters -\r\n/// Width of a gutter in column-comparable units\r\n/// @param {0 | 1 | -1} $spread -\r\n/// Number of gutters spanned,\r\n/// relative to `span` count\r\n/// @param {0 | 1 | -1} $container-spread [$spread] -\r\n/// Number of gutters spanned,\r\n/// relative to `columns` count\r\n/// @param {integer} $location [1] -\r\n/// Optional position of sub-span among full set of columns\r\n///\r\n/// @return {length} -\r\n/// Relative or static length of a span on the grid\r\n@function su-span(\r\n $span,\r\n $columns,\r\n $gutters,\r\n $spread,\r\n $container-spread: $spread,\r\n $location: 1\r\n) {\r\n $span: su-valid-span($span);\r\n $columns: su-valid-columns($columns);\r\n $gutters: su-valid-gutters($gutters);\r\n $spread: su-valid-spread($spread);\r\n\r\n @if (type-of($span) == 'number') {\r\n @if (not unitless($span)) {\r\n @return $span;\r\n }\r\n\r\n $location: su-valid-location($span, $location, $columns);\r\n $span: su-slice($span, $columns, $location, $validate: false);\r\n }\r\n\r\n @if _su-needs-calc-output($span, $columns, $gutters, $spread, not 'validate') {\r\n @return _su-calc-span($span, $columns, $gutters, $spread, $container-spread, not 'validate');\r\n }\r\n\r\n $span-width: _su-sum($span, $gutters, $spread, $validate: false);\r\n\r\n @if unitless($span-width) {\r\n $container-spread: su-valid-spread($container-spread);\r\n $container: _su-sum($columns, $gutters, $container-spread, $validate: false);\r\n @return percentage($span-width / $container);\r\n }\r\n\r\n @return $span-width;\r\n}\r\n\r\n\r\n\r\n// Su Gutter\r\n// ---------\r\n/// Calculates and returns a CSS-ready gutter width,\r\n/// based on normalized grid data –\r\n/// a low-level version of `susy-gutter`,\r\n/// with all of the logic and none of the syntax sugar.\r\n///\r\n/// - Grids defined with unitless numbers will return `%` values.\r\n/// - Grids defined with comparable units\r\n/// will return a value in the units provided.\r\n/// - Grids defined with a mix of units,\r\n/// or a combination of untiless numbers and unit-lengths,\r\n/// will return a `calc()` string.\r\n///\r\n/// @group su-math\r\n/// @see susy-gutter\r\n///\r\n/// @param {list} $columns -\r\n/// List of columns in the grid\r\n/// @param {number} $gutters -\r\n/// Width of a gutter in column-comparable units\r\n/// @param {0 | 1 | -1} $container-spread -\r\n/// Number of gutters spanned,\r\n/// relative to `columns` count\r\n///\r\n/// @return {length} -\r\n/// Relative or static length of one gutter in a grid\r\n@function su-gutter(\r\n $columns,\r\n $gutters,\r\n $container-spread\r\n) {\r\n @if (type-of($gutters) == 'number') {\r\n @if ($gutters == 0) or (not unitless($gutters)) {\r\n @return $gutters;\r\n }\r\n }\r\n\r\n @if _su-needs-calc-output($gutters, $columns, $gutters, -1, not 'validate') {\r\n @return _su-calc-span($gutters, $columns, $gutters, -1, $container-spread, not 'validate');\r\n }\r\n\r\n $container: _su-sum($columns, $gutters, $container-spread);\r\n @return percentage($gutters / $container);\r\n}\r\n\r\n\r\n\r\n// Su Slice\r\n// --------\r\n/// Returns a list of columns\r\n/// based on a given span/location slice of the grid –\r\n/// a low-level version of `susy-slice`,\r\n/// with all of the logic and none of the syntax sugar.\r\n///\r\n/// @group su-math\r\n/// @see susy-slice\r\n///\r\n/// @param {number} $span -\r\n/// Number of grid columns to span\r\n/// @param {list} $columns -\r\n/// List of columns in the grid\r\n/// @param {number} $location [1] -\r\n/// Starting index of a span in the list of columns\r\n/// @param {bool} $validate [true] -\r\n/// Check that arguments are valid before proceeding\r\n///\r\n/// @return {list} -\r\n/// Subset list of grid columns, based on span and location\r\n@function su-slice(\r\n $span,\r\n $columns,\r\n $location: 1,\r\n $validate: true\r\n) {\r\n @if $validate {\r\n $columns: su-valid-columns($columns);\r\n $location: su-valid-location($span, $location, $columns);\r\n }\r\n\r\n $floor: floor($span);\r\n $sub-columns: ();\r\n\r\n @for $i from $location to ($location + $floor) {\r\n $sub-columns: append($sub-columns, nth($columns, $i));\r\n }\r\n\r\n @if $floor != $span {\r\n $remainder: $span - $floor;\r\n $column: $location + $floor;\r\n $sub-columns: append($sub-columns, nth($columns, $column) * $remainder);\r\n }\r\n\r\n @return $sub-columns;\r\n}\r\n\r\n\r\n\r\n// Su Sum\r\n// ------\r\n/// Get the total sum of column-units in a layout.\r\n///\r\n/// @group su-math\r\n/// @access private\r\n///\r\n/// @param {list} $columns -\r\n/// List of columns in the grid\r\n/// @param {number} $gutters -\r\n/// Width of a gutter in column-comparable units\r\n/// @param {0 | 1 | -1} $spread -\r\n/// Number of gutters spanned,\r\n/// relative to `columns` count\r\n/// @param {bool} $validate [true] -\r\n/// Check that arguments are valid before proceeding\r\n///\r\n/// @return {number} -\r\n/// Total sum of column-units in a grid\r\n@function _su-sum(\r\n $columns,\r\n $gutters,\r\n $spread,\r\n $validate: true\r\n) {\r\n @if $validate {\r\n $columns: su-valid-span($columns);\r\n $gutters: su-valid-gutters($gutters);\r\n $spread: su-valid-spread($spread);\r\n }\r\n\r\n // Calculate column-sum\r\n $column-sum: 0;\r\n @each $column in $columns {\r\n $column-sum: $column-sum + $column;\r\n }\r\n\r\n $gutter-sum: (ceil(length($columns)) + $spread) * $gutters;\r\n $total: if(($gutter-sum > 0), $column-sum + $gutter-sum, $column-sum);\r\n\r\n @return $total;\r\n}\r\n\r\n\r\n\r\n// Su Calc\r\n// -------\r\n/// Return a usable span width as a `calc()` function,\r\n/// in order to create mixed-unit grids.\r\n///\r\n/// @group su-math\r\n/// @access private\r\n///\r\n/// @param {number | list} $span -\r\n/// Pre-sliced list of grid columns to span\r\n/// @param {list} $columns -\r\n/// List of columns available\r\n/// @param {number} $gutters -\r\n/// Width of a gutter in column-comparable units\r\n/// @param {0 | 1 | -1} $spread -\r\n/// Number of gutters spanned,\r\n/// relative to `span` count\r\n/// @param {0 | 1 | -1} $container-spread [$spread] -\r\n/// Number of gutters spanned,\r\n/// relative to `columns` count\r\n/// @param {bool} $validate [true] -\r\n/// Check that arguments are valid before proceeding\r\n///\r\n/// @return {length} -\r\n/// Relative or static length of a span on the grid\r\n@function _su-calc-span(\r\n $span,\r\n $columns,\r\n $gutters,\r\n $spread,\r\n $container-spread: $spread,\r\n $validate: true\r\n) {\r\n @if $validate {\r\n $span: su-valid-span($span);\r\n $columns: su-valid-columns($columns);\r\n $gutters: su-valid-gutters($gutters);\r\n $spread: su-valid-spread($spread);\r\n $container-spread: su-valid-spread($container-spread);\r\n }\r\n\r\n // Span and context\r\n $span: _su-calc-sum($span, $gutters, $spread, not 'validate');\r\n $context: _su-calc-sum($columns, $gutters, $container-spread, not 'validate');\r\n\r\n // Fixed and fluid\r\n $fixed-span: map-get($span, 'fixed');\r\n $fluid-span: map-get($span, 'fluid');\r\n $fixed-context: map-get($context, 'fixed');\r\n $fluid-context: map-get($context, 'fluid');\r\n\r\n $calc: '#{$fixed-span}';\r\n $fluid-calc: '(100% - #{$fixed-context})';\r\n\r\n // Fluid-values\r\n @if (not $fluid-span) {\r\n $fluid-calc: null;\r\n } @else if ($fluid-span != $fluid-context) {\r\n $fluid-span: '* #{$fluid-span}';\r\n $fluid-context: if($fluid-context, '/ #{$fluid-context}', '');\r\n $fluid-calc: '(#{$fluid-calc $fluid-context $fluid-span})';\r\n }\r\n\r\n @if $fluid-calc {\r\n $calc: if(($calc != ''), '#{$calc} + ', '');\r\n $calc: '#{$calc + $fluid-calc}';\r\n }\r\n\r\n @return calc(#{unquote($calc)});\r\n}\r\n\r\n\r\n\r\n// Su Calc-Sum\r\n// -----------\r\n/// Get the total sum of fixed and fluid column-units\r\n/// for creating a mixed-unit layout with `calc()` values.\r\n///\r\n/// @group su-math\r\n/// @access private\r\n///\r\n/// @param {list} $columns -\r\n/// List of columns available\r\n/// @param {number} $gutters -\r\n/// Width of a gutter in column-comparable units\r\n/// @param {0 | 1 | -1} $spread -\r\n/// Number of gutters spanned,\r\n/// relative to `span` count\r\n/// @param {bool} $validate [true] -\r\n/// Check that arguments are valid before proceeding\r\n///\r\n/// @return {map} -\r\n/// Map with `fixed` and `fluid` keys\r\n/// containing the proper math as strings\r\n@function _su-calc-sum(\r\n $columns,\r\n $gutters,\r\n $spread,\r\n $validate: true\r\n) {\r\n @if $validate {\r\n $columns: su-valid-span($columns);\r\n $gutters: su-valid-gutters($gutters);\r\n $spread: su-valid-spread($spread);\r\n }\r\n\r\n $fluid: 0;\r\n $fixed: ();\r\n $calc: null;\r\n\r\n // Gutters\r\n $gutters: $gutters * (length($columns) + $spread);\r\n\r\n // Columns\r\n @each $col in append($columns, $gutters) {\r\n @if unitless($col) {\r\n $fluid: $fluid + $col;\r\n } @else {\r\n $fixed: _su-map-add-units($fixed, $col);\r\n }\r\n }\r\n\r\n // Compile Fixed Units\r\n @each $unit, $total in $fixed {\r\n @if ($total != (0 * $total)) {\r\n $calc: if($calc, '#{$calc} + #{$total}', '#{$total}');\r\n }\r\n }\r\n\r\n // Calc null or string\r\n @if $calc {\r\n $calc: if(str-index($calc, '+'), '(#{$calc})', '#{$calc}');\r\n }\r\n\r\n // Fluid 0 => null\r\n $fluid: if(($fluid == 0), null, $fluid);\r\n\r\n\r\n // Return map\r\n $return: (\r\n 'fixed': $calc,\r\n 'fluid': $fluid,\r\n );\r\n\r\n @return $return;\r\n}\r\n\r\n\r\n\r\n// Needs Calc\r\n// ----------\r\n/// Check if `calc()` will be needed in defining a span,\r\n/// if the necessary units in a grid are not comparable.\r\n///\r\n/// @group su-math\r\n/// @access private\r\n///\r\n/// @param {list} $span -\r\n/// Slice of columns to span\r\n/// @param {list} $columns -\r\n/// List of available columns in the grid\r\n/// @param {number} $gutters -\r\n/// Width of a gutter\r\n/// @param {0 | 1 | -1} $spread -\r\n/// Number of gutters spanned,\r\n/// relative to `span` count\r\n/// @param {bool} $validate [true] -\r\n/// Check that arguments are valid before proceeding\r\n///\r\n/// @return {bool} -\r\n/// `True` when units do not match, and `calc()` will be required\r\n@function _su-needs-calc-output(\r\n $span,\r\n $columns,\r\n $gutters,\r\n $spread,\r\n $validate: true\r\n) {\r\n @if $validate {\r\n $span: su-valid-span($span);\r\n $columns: su-valid-columns($columns);\r\n $gutters: su-valid-gutters($gutters);\r\n }\r\n\r\n $has-gutter: if((length($span) > 1) or ($spread >= 0), true, false);\r\n $check: if($has-gutter, append($span, $gutters), $span);\r\n $safe-span: _su-is-comparable($check...);\r\n\r\n @if ($safe-span == 'static') {\r\n @return false;\r\n } @else if (not $safe-span) {\r\n @return true;\r\n }\r\n\r\n $safe-fluid: _su-is-comparable($gutters, $columns...);\r\n\r\n @return not $safe-fluid;\r\n}\r\n", "/// Susy3 Configuration\r\n/// ===================\r\n/// Susy3 has 4 core settings, in a single settings map.\r\n/// You'll notice a few differences from Susy2:\r\n///\r\n/// **Columns** no longer accept a single number, like `12`,\r\n/// but use a syntax more similar to the new\r\n/// CSS [grid-template-columns][columns] –\r\n/// a list of relative sizes for each column on the grid.\r\n/// Unitless numbers in Susy act very similar to `fr` units in CSS,\r\n/// and the `susy-repeat()` function (similar to the css `repeat()`)\r\n/// helps quickly establish equal-width columns.\r\n///\r\n/// [columns]: https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns\r\n///\r\n/// - `susy-repeat(12)` will create 12 fluid, equal-width columns\r\n/// - `susy-repeat(6, 120px)` will create 6 equal `120px`-wide columns\r\n/// - `120px susy-repeat(4) 120px` will create 6 columns,\r\n/// the first and last are `120px`,\r\n/// while the middle 4 are equal fractions of the remainder.\r\n/// Susy will output `calc()` values in order to achieve this.\r\n///\r\n/// **Gutters** haven't changed –\r\n/// a single fraction or explicit width –\r\n/// but the `calc()` output feature\r\n/// means you can now use any combination of units and fractions\r\n/// to create static-gutters on a fluid grid, etc.\r\n///\r\n/// **Spread** existed in the Susy2 API as a span option,\r\n/// and was otherwise handled behind the scenes.\r\n/// Now we're giving you full control over all spread issues.\r\n/// You can find a more [detailed explanation of spread on the blog][spread].\r\n///\r\n/// [spread]: http://oddbird.net/2017/06/13/susy-spread/\r\n///\r\n/// You can access your global settings at any time\r\n/// with the `susy-settings()` function,\r\n/// or grab a single setting from the global scope\r\n/// with `susy-get('columns')`, `susy-get('gutters')` etc.\r\n///\r\n/// @group a-config\r\n/// @link http://oddbird.net/2017/06/13/susy-spread/\r\n/// Article: Understanding Spread in Susy3\r\n///\r\n/// @see $susy\r\n/// @see susy-settings\r\n/// @see susy-get\r\n\r\n\r\n\r\n// Susy\r\n// ----\r\n/// The grid is defined in a single map variable,\r\n/// with four initial properties:\r\n/// `columns`, `gutters`, `spread` and `container-spread`.\r\n/// Anything you put in the root `$susy` variable map\r\n/// will be treated as a global project default.\r\n/// You can create similar configuration maps\r\n/// under different variable names,\r\n/// to override the defaults as-needed.\r\n///\r\n/// @group a-config\r\n/// @type Map\r\n///\r\n/// @see $_susy-defaults\r\n/// @see {function} susy-repeat\r\n/// @link\r\n/// https://codepen.io/mirisuzanne/pen/EgmJJp?editors=1100\r\n/// Spread examples on CodePen\r\n///\r\n/// @prop {list} columns -\r\n/// Columns are described by a list of numbers,\r\n/// representing the relative width of each column.\r\n/// The syntax is a simplified version of CSS native\r\n/// `grid-template-columns`,\r\n/// expecting a list of grid-column widths.\r\n/// Unitless numbers create fractional fluid columns\r\n/// (similar to the CSS-native `fr` unit),\r\n/// while length values (united numbers)\r\n/// are used to define static columns.\r\n/// You can mix-and match units and fractions,\r\n/// to create a mixed grid.\r\n/// Susy will generate `calc()` values when necessary,\r\n/// to make all your units work together.\r\n///\r\n/// Use the `susy-repeat($count, $value)` function\r\n/// to more easily repetative columns,\r\n/// similar to the CSS-native `repeat()`.\r\n///\r\n/// - `susy-repeat(8)`:\r\n/// an 8-column, symmetrical, fluid grid.\r\n///
Identical to `(1 1 1 1 1 1 1 1)`.\r\n/// - `susy-repeat(6, 8em)`:\r\n/// a 6-column, symmetrical, em-based grid.\r\n///
Identical to `(8em 8em 8em 8em 8em 8em)`.\r\n/// - `(300px susy-repeat(4) 300px)`:\r\n/// a 6-column, asymmetrical, mixed fluid/static grid\r\n/// using `calc()` output.\r\n///
Identical to `(300px 1 1 1 1 300px)`.\r\n///\r\n/// **NOTE** that `12` is no longer a valid 12-column grid definition,\r\n/// and you must list all the columns individually\r\n/// (or by using the `susy-repeat()` function).\r\n///\r\n/// @prop {number} gutters -\r\n/// Gutters are defined as a single width,\r\n/// or fluid ratio, similar to the native-CSS\r\n/// `grid-column-gap` syntax.\r\n/// Similar to columns,\r\n/// gutters can use any valid CSS length unit,\r\n/// or unitless numbers to define a relative fraction.\r\n///\r\n/// - `0.5`:\r\n/// a fluid gutter, half the size of a single-fraction column.\r\n/// - `1em`:\r\n/// a static gutter, `1em` wide.\r\n///\r\n/// Mix static gutters with fluid columns, or vice versa,\r\n/// and Susy will generate the required `calc()` to make it work.\r\n///\r\n/// @prop {string} spread [narrow] -\r\n/// Spread of an element across adjacent gutters:\r\n/// either `narrow` (none), `wide` (one), or `wider` (two)\r\n///\r\n/// - Both spread settings default to `narrow`,\r\n/// the most common use-case.\r\n/// A `narrow` spread only has gutters *between* columns\r\n/// (one less gutter than columns).\r\n/// This is how all css-native grids work,\r\n/// and most margin-based grid systems.\r\n/// - A `wide` spread includes the same number of gutters as columns,\r\n/// spanning across a single side-gutter.\r\n/// This is how most padding-based grid systems often work,\r\n/// and is also useful for pushing and pulling elements into place.\r\n/// - The rare `wider` spread includes gutters\r\n/// on both sides of the column-span\r\n/// (one more gutters than columns).\r\n///\r\n/// @prop {string} container-spread [narrow] -\r\n/// Spread of a container around adjacent gutters:\r\n/// either `narrow` (none), `wide` (one), or `wider` (two).\r\n/// See `spread` property for details.\r\n///\r\n/// @since 3.0.0-beta.1 -\r\n/// `columns` setting no longer accepts numbers\r\n/// (e.g. `12`) for symmetrical fluid grids,\r\n/// or the initial `12 x 120px` syntax for\r\n/// symmetrical fixed-unit grids.\r\n/// Use `susy-repeat(12)` or `susy-repeat(12, 120px)` instead.\r\n///\r\n/// @example scss - default values\r\n/// // 4 symmetrical, fluid columns\r\n/// // gutters are 1/4 the size of a column\r\n/// // elements span 1 less gutter than columns\r\n/// // containers span 1 less gutter as well\r\n/// $susy: (\r\n/// 'columns': susy-repeat(4),\r\n/// 'gutters': 0.25,\r\n/// 'spread': 'narrow',\r\n/// 'container-spread': 'narrow',\r\n/// );\r\n///\r\n/// @example scss - inside-static gutters\r\n/// // 6 symmetrical, fluid columns…\r\n/// // gutters are static, triggering calc()…\r\n/// // elements span equal columns & gutters…\r\n/// // containers span equal columns & gutters…\r\n/// $susy: (\r\n/// 'columns': susy-repeat(6),\r\n/// 'gutters': 0.5em,\r\n/// 'spread': 'wide',\r\n/// 'container-spread': 'wide',\r\n/// );\r\n$susy: () !default;\r\n\r\n\r\n\r\n// Susy Repeat\r\n// -----------\r\n/// Similar to the `repeat(, )` function\r\n/// that is available in native CSS Grid templates,\r\n/// the `susy-repeat()` function helps generate repetative layouts\r\n/// by repeating any value a given number of times.\r\n/// Where Susy previously allowed `8` as a column definition\r\n/// for 8 equal columns, you should now use `susy-repeat(8)`.\r\n///\r\n/// @group a-config\r\n///\r\n/// @param {integer} $count -\r\n/// The number of repetitions, e.g. `12` for a 12-column grid.\r\n/// @param {*} $value [1] -\r\n/// The value to be repeated.\r\n/// Technically any value can be repeated here,\r\n/// but the function exists to repeat column-width descriptions:\r\n/// e.g. the default `1` for single-fraction fluid columns,\r\n/// `5em` for a static column,\r\n/// or even `5em 120px` if you are alternating column widths.\r\n///\r\n/// @return {list} -\r\n/// List of repeated values\r\n///\r\n/// @example scss\r\n/// // 12 column grid, with 5em columns\r\n/// $susy: (\r\n/// columns: susy-repeat(12, 5em),\r\n/// );\r\n///\r\n/// @example scss\r\n/// // asymmetrical 5-column grid\r\n/// $susy: (\r\n/// columns: 20px susy-repeat(3, 100px) 20px,\r\n/// );\r\n///\r\n/// /* result: #{susy-get('columns')} */\r\n@function susy-repeat(\r\n $count,\r\n $value: 1\r\n) {\r\n $return: ();\r\n\r\n @for $i from 1 through $count {\r\n $return: join($return, $value);\r\n }\r\n\r\n @return $return;\r\n}\r\n\r\n\r\n\r\n// Susy Defaults\r\n// -------------\r\n/// Configuration map of Susy factory defaults.\r\n/// Do not override this map directly –\r\n/// use `$susy` for user and project setting overrides.\r\n///\r\n/// @access private\r\n/// @type Map\r\n///\r\n/// @see $susy\r\n///\r\n/// @prop {number | list} columns [susy-repeat(4)]\r\n/// @prop {number} gutters [0.25]\r\n/// @prop {string} spread ['narrow']\r\n/// @prop {string} container-spread ['narrow']\r\n$_susy-defaults: (\r\n 'columns': susy-repeat(4),\r\n 'gutters': 0.25,\r\n 'spread': 'narrow',\r\n 'container-spread': 'narrow',\r\n);\r\n\r\n\r\n\r\n// Susy Settings\r\n// -------------\r\n/// Return a combined map of Susy settings,\r\n/// based on the factory defaults (`$_susy-defaults`),\r\n/// user-defined project configuration (`$susy`),\r\n/// and any local overrides required –\r\n/// such as a configuration map passed into a function.\r\n///\r\n/// @group a-config\r\n///\r\n/// @param {maps} $overrides… -\r\n/// Optional map override of global configuration settings.\r\n/// See `$susy` above for properties.\r\n///\r\n/// @return {map} -\r\n/// Combined map of Susy configuration settings,\r\n/// in order of specificity:\r\n/// any `$overrides...`,\r\n/// then `$susy` project settings,\r\n/// and finally the `$_susy-defaults`\r\n///\r\n/// @example scss - global settings\r\n/// @each $key, $value in susy-settings() {\r\n/// /* #{$key}: #{$value} */\r\n/// }\r\n///\r\n/// @example scss - local settings\r\n/// $local: ('columns': 1 2 3 5 8);\r\n///\r\n/// @each $key, $value in susy-settings($local) {\r\n/// /* #{$key}: #{$value} */\r\n/// }\r\n@function susy-settings(\r\n $overrides...\r\n) {\r\n $settings: map-merge($_susy-defaults, $susy);\r\n\r\n @each $config in $overrides {\r\n $settings: map-merge($settings, $config);\r\n }\r\n\r\n @return $settings;\r\n}\r\n\r\n\r\n\r\n// Susy Get\r\n// --------\r\n/// Return the current global value of any Susy setting\r\n///\r\n/// @group a-config\r\n///\r\n/// @param {string} $key -\r\n/// Setting to retrieve from the configuration.\r\n///\r\n/// @return {*} -\r\n/// Value mapped to `$key` in the configuration maps,\r\n/// in order of specificity:\r\n/// `$susy`, then `$_susy-defaults`\r\n///\r\n/// @example scss -\r\n/// /* columns: #{susy-get('columns')} */\r\n/// /* gutters: #{susy-get('gutters')} */\r\n@function susy-get(\r\n $key\r\n) {\r\n $settings: susy-settings();\r\n\r\n @if not map-has-key($settings, $key) {\r\n @return _susy-error(\r\n 'There is no Susy setting called `#{$key}`',\r\n 'susy-get');\r\n }\r\n\r\n @return map-get($settings, $key);\r\n}\r\n", "/// Syntax Normalization\r\n/// ====================\r\n/// Susy is divided into two layers:\r\n/// \"Su\" provides the core math functions with a stripped-down syntax,\r\n/// while \"Susy\" adds global settings, shorthand syntax,\r\n/// and other helpers.\r\n/// Each setting (e.g. span, location, columns, spread, etc.)\r\n/// has a single canonical syntax in Su.\r\n///\r\n/// This normalization module helps translate between those layers,\r\n/// transforming parsed Susy input into\r\n/// values that Su will understand.\r\n///\r\n/// @group x-normal\r\n///\r\n/// @see susy-normalize\r\n/// @see susy-normalize-span\r\n/// @see susy-normalize-columns\r\n/// @see susy-normalize-spread\r\n/// @see susy-normalize-location\r\n\r\n\r\n\r\n// Susy Normalize\r\n// --------------\r\n/// Normalize the values in a configuration map.\r\n/// In addition to the global `$susy` properties,\r\n/// this map can include local span-related imformation,\r\n/// like `span` and `location`.\r\n///\r\n/// Normalization does not check that values are valid,\r\n/// which will happen in the Su math layer.\r\n/// These functions merely look for known Susy syntax –\r\n/// returning a map with those shorthand values\r\n/// converted into low-level data for Su.\r\n/// For example `span: all` and `location: first`\r\n/// will be converted into specific numbers.\r\n///\r\n/// @group x-normal\r\n/// @see $susy\r\n/// @see susy-parse\r\n///\r\n/// @param {map} $config -\r\n/// Map of Susy configuration settings to normalize.\r\n/// See `$susy` and `susy-parse()` documentation for details.\r\n/// @param {map | null} $context [null] -\r\n/// Map of Susy configuration settings to use as global reference,\r\n/// or `null` to use global settings.\r\n///\r\n/// @return {map} -\r\n/// Map of Susy configuration settings,\r\n/// with all values normalized for Su math functions.\r\n@function susy-normalize(\r\n $config,\r\n $context: null\r\n) {\r\n // Spread\r\n @each $setting in ('spread', 'container-spread') {\r\n $value: map-get($config, $setting);\r\n\r\n @if $value {\r\n $value: susy-normalize-spread($value);\r\n $config: map-merge($config, ($setting: $value));\r\n }\r\n }\r\n\r\n // Columns\r\n $columns: map-get($config, 'columns');\r\n\r\n @if $columns {\r\n $columns: susy-normalize-columns($columns, $context);\r\n $config: map-merge($config, ('columns': $columns));\r\n }\r\n\r\n @if not $columns {\r\n $map: type-of($context) == 'map';\r\n $columns: if($map, map-get($context, 'columns'), null);\r\n $columns: $columns or susy-get('columns');\r\n }\r\n\r\n // Span\r\n $span: map-get($config, 'span');\r\n\r\n @if $span {\r\n $span: susy-normalize-span($span, $columns);\r\n $config: map-merge($config, ('span': $span));\r\n }\r\n\r\n // Location\r\n $location: map-get($config, 'location');\r\n\r\n @if $location {\r\n $location: susy-normalize-location($span, $location, $columns);\r\n $config: map-merge($config, ('location': $location));\r\n }\r\n\r\n @return $config;\r\n}\r\n\r\n\r\n\r\n// Normalize Span\r\n// --------------\r\n/// Normalize `span` shorthand for Su.\r\n/// Su span syntax allows an explicit length (e.g. `3em`),\r\n/// unitless column-span number (e.g. `3` columns),\r\n/// or an explicit list of columns (e.g. `(3 5 8)`).\r\n///\r\n/// Susy span syntax also allows the `all` keyword,\r\n/// which will be converted to a slice of the context\r\n/// in normalization.\r\n///\r\n/// @group x-normal\r\n///\r\n/// @param {number | list | 'all'} $span -\r\n/// Span value to normalize.\r\n/// @param {list} $columns -\r\n/// Normalized list of columns in the grid\r\n///\r\n/// @return {number | list} -\r\n/// Number or list value for `$span`\r\n@function susy-normalize-span(\r\n $span,\r\n $columns: susy-get('columns')\r\n) {\r\n @if ($span == 'all') {\r\n @return length($columns);\r\n }\r\n\r\n @return $span;\r\n}\r\n\r\n\r\n\r\n// Normalize Columns\r\n// -----------------\r\n/// Normalize `column` shorthand for Su.\r\n/// Su column syntax only allows column lists (e.g. `120px 1 1 1 120px`).\r\n///\r\n/// Susy span syntax also allows a unitless `slice` number (e.g `of 5`),\r\n/// which will be converted to a slice of the context\r\n/// in normalization.\r\n///\r\n/// @group x-normal\r\n///\r\n/// @param {list | integer} $columns -\r\n/// List of available columns,\r\n/// or unitless integer representing a slice of\r\n/// the available context.\r\n/// @param {map | null} $context [null] -\r\n/// Map of Susy configuration settings to use as global reference,\r\n/// or `null` to access global settings.\r\n///\r\n/// @return {list} -\r\n/// Columns list value, normalized for Su input.\r\n///\r\n/// @throws\r\n/// when attempting to access a slice of asymmetrical context\r\n@function susy-normalize-columns(\r\n $columns,\r\n $context: null\r\n) {\r\n $context: $context or susy-settings();\r\n\r\n @if type-of($columns) == 'list' {\r\n @return _susy-flatten($columns);\r\n }\r\n\r\n @if (type-of($columns) == 'number') and (unitless($columns)) {\r\n $span: $columns;\r\n $context: map-get($context, 'columns');\r\n $symmetrical: susy-repeat(length($context), nth($context, 1));\r\n\r\n @if ($context == $symmetrical) {\r\n @return susy-repeat($span, nth($context, 1));\r\n } @else {\r\n $actual: 'of `#{$span}`';\r\n $columns: 'grid-columns `#{$context}`';\r\n @return _susy-error(\r\n 'context-slice #{$actual} can not be determined based on #{$columns}.',\r\n 'susy-normalize-columns');\r\n }\r\n }\r\n\r\n @return $columns;\r\n}\r\n\r\n\r\n\r\n// Normalize Spread\r\n// ----------------\r\n/// Normalize `spread` shorthand for Su.\r\n/// Su spread syntax only allows the numbers `-1`, `0`, or `1` –\r\n/// representing the number of gutters covered\r\n/// in relation to columns spanned.\r\n///\r\n/// Susy spread syntax also allows keywords for each value –\r\n/// `narrow` for `-1`, `wide` for `0`, or `wider` for `1` –\r\n/// which will be converted to their respective integers\r\n/// in normalization.\r\n///\r\n/// @group x-normal\r\n///\r\n/// @param {0 | 1 | -1 | 'narrow' | 'wide' | 'wider'} $spread -\r\n/// Spread across adjacent gutters, relative to a column-count —\r\n/// either `narrow` (-1), `wide` (0), or `wider` (1)\r\n///\r\n/// @return {number} -\r\n/// Numeric value for `$spread`\r\n@function susy-normalize-spread(\r\n $spread\r\n) {\r\n $normal-spread: (\r\n 'narrow': -1,\r\n 'wide': 0,\r\n 'wider': 1,\r\n );\r\n\r\n @return map-get($normal-spread, $spread) or $spread;\r\n}\r\n\r\n\r\n\r\n// Normalize Location\r\n// ------------------\r\n/// Normalize `location` shorthand for Su.\r\n/// Su location syntax requires the (1-indexed) number for a column.\r\n///\r\n/// Susy also allows the `first` and `last` keywords,\r\n/// where `first` is always `1`,\r\n/// and `last` is calculated based on span and column values.\r\n/// Both keywords are normalized into an integer index\r\n/// in normalization.\r\n///\r\n/// @group x-normal\r\n///\r\n/// @param {number} $span -\r\n/// Number of grid-columns to be spanned\r\n/// @param {integer | 'first' | 'last'} $location -\r\n/// Starting (1-indexed) column position of a span,\r\n/// or a named location keyword.\r\n/// @param {list} $columns -\r\n/// Already-normalized list of columns in the grid.\r\n///\r\n/// @return {integer} -\r\n/// Numeric value for `$location`\r\n@function susy-normalize-location(\r\n $span,\r\n $location,\r\n $columns\r\n) {\r\n $count: length($columns);\r\n $normal-locations: (\r\n 'first': 1,\r\n 'alpha': 1,\r\n 'last': $count - $span + 1,\r\n 'omega': $count - $span + 1,\r\n );\r\n\r\n @return map-get($normal-locations, $location) or $location;\r\n}\r\n", "/// Shorthand Syntax Parser\r\n/// =======================\r\n/// The syntax parser converts [shorthand syntax][short]\r\n/// into a map of settings that can be compared/merged with\r\n/// other config maps and global setting.\r\n///\r\n/// [short]: b-api.html\r\n///\r\n/// @group x-parser\r\n\r\n\r\n\r\n// Parse\r\n// -----\r\n/// The `parse` function provides all the syntax-sugar in Susy,\r\n/// converting user shorthand\r\n/// into a usable map of keys and values\r\n/// that can be normalized and passed to Su.\r\n///\r\n/// @group x-parser\r\n/// @see $susy\r\n///\r\n/// @param {list} $shorthand -\r\n/// Shorthand expression to define the width of the span,\r\n/// optionally containing:\r\n/// - a count, length, or column-list span;\r\n/// - `at $n`, `first`, or `last` location on asymmetrical grids;\r\n/// - `narrow`, `wide`, or `wider` for optionally spreading\r\n/// across adjacent gutters;\r\n/// - `of $n ` for available grid columns\r\n/// and spread of the container\r\n/// (span counts like `of 6` are only valid\r\n/// in the context of symmetrical grids);\r\n/// - and `set-gutters $n` to override global gutter settings\r\n/// @param {bool} $context-only [false] -\r\n/// Allow the parser to ignore span and span-spread values,\r\n/// only parsing context and container-spread.\r\n/// This makes it possible to accept spanless values,\r\n/// like the `gutters()` syntax.\r\n/// When parsing context-only,\r\n/// the `of` indicator is optional.\r\n///\r\n/// @return {map} -\r\n/// Map of span and grid settings\r\n/// parsed from shorthand input –\r\n/// including all the properties available globally –\r\n/// `columns`, `gutters`, `spread`, `container-spread` –\r\n/// along with the span-specific properties\r\n/// `span`, and `location`.\r\n///\r\n/// @throw\r\n/// when a shorthand value is not recognized\r\n@function susy-parse(\r\n $shorthand,\r\n $context-only: false\r\n) {\r\n $parse-error: 'Unknown shorthand property:';\r\n $options: (\r\n 'first': 'location',\r\n 'last': 'location',\r\n 'alpha': 'location',\r\n 'omega': 'location',\r\n 'narrow': 'spread',\r\n 'wide': 'spread',\r\n 'wider': 'spread',\r\n );\r\n\r\n $return: ();\r\n $span: null;\r\n $columns: null;\r\n\r\n $of: null;\r\n $next: false;\r\n\r\n // Allow context-only shorthand, without span\r\n @if ($context-only) and (not index($shorthand, 'of')) {\r\n @if su-valid-columns($shorthand, 'fail-silent') {\r\n $shorthand: 'of' $shorthand;\r\n } @else {\r\n $shorthand: join('of', $shorthand);\r\n }\r\n }\r\n\r\n // loop through the shorthand list\r\n @for $i from 1 through length($shorthand) {\r\n $item: nth($shorthand, $i);\r\n $type: type-of($item);\r\n $error: false;\r\n $details: '[#{$type}] `#{$item}`';\r\n\r\n // if we know what's supposed to be coming next…\r\n @if $next {\r\n\r\n // Add to the return map\r\n $return: map-merge($return, ($next: $item));\r\n\r\n // Reset next to `false`\r\n $next: false;\r\n\r\n } @else { // If we don't know what's supposed to be coming…\r\n\r\n // Keywords…\r\n @if ($type == 'string') {\r\n // Check the map for keywords…\r\n @if map-has-key($options, $item) {\r\n $setting: map-get($options, $item);\r\n\r\n // Spread could be on the span or the container…\r\n @if ($setting == 'spread') and ($of) {\r\n $return: map-merge($return, ('container-spread': $item));\r\n } @else {\r\n $return: map-merge($return, ($setting: $item));\r\n }\r\n\r\n } @else if ($item == 'all') {\r\n // `All` is a span shortcut\r\n $span: 'all';\r\n } @else if ($item == 'at') {\r\n // Some keywords setup what's next…\r\n $next: 'location';\r\n } @else if ($item == 'set-gutters') {\r\n $next: 'gutters';\r\n } @else if ($item == 'of') {\r\n $of: true;\r\n } @else {\r\n $error: true;\r\n }\r\n\r\n } @else if ($type == 'number') or ($type == 'list') { // Numbers & lists…\r\n\r\n @if not ($span or $of) {\r\n // We don't have a span, and we're not expecting context…\r\n $span: $item;\r\n } @else if ($of) and (not $columns) {\r\n // We are expecting context…\r\n $columns: $item;\r\n } @else {\r\n $error: true;\r\n }\r\n\r\n } @else {\r\n $error: true;\r\n }\r\n }\r\n\r\n @if $error {\r\n @return _susy-error('#{$parse-error} #{$details}', 'susy-parse');\r\n }\r\n }\r\n\r\n // If we have span, merge it in\r\n @if $span {\r\n $return: map-merge($return, ('span': $span));\r\n }\r\n\r\n // If we have columns, merge them in\r\n @if $columns {\r\n $return: map-merge($return, ('columns': $columns));\r\n }\r\n\r\n // Return the map of settings…\r\n @return $return;\r\n}\r\n", "/// Syntax Utilities for Extending Susy\r\n/// ===================================\r\n/// There are many steps involved\r\n/// when translating between the Susy syntax layer,\r\n/// and the Su core math.\r\n/// That entire process can be condensed with these two functions.\r\n/// For anyone that wants to access the full power of Susy,\r\n/// and build their own plugins, functions, or mixins –\r\n/// this is the primary API for compiling user input,\r\n/// and accessing the core math.\r\n///\r\n/// This is the same technique we use internally,\r\n/// to keep our API layer simple and light-weight.\r\n/// Every function accepts two arguments,\r\n/// a \"shorthand\" description of the span or context,\r\n/// and an optional settings-map to override global defaults.\r\n///\r\n/// - Use `susy-compile()` to parse, merge, and normalize\r\n/// all the user settings into a single map.\r\n/// - Then use `su-call()` to call one of the core math functions,\r\n/// with whatever data is needed for that function.\r\n///\r\n/// @group plugin-utils\r\n/// @see susy-compile\r\n/// @see su-call\r\n///\r\n/// @example scss - Susy API `gutter` function\r\n/// @function susy-gutter(\r\n/// $context: susy-get('columns'),\r\n/// $config: ()\r\n/// ) {\r\n/// // compile and normalize all user arguments and global settings\r\n/// $context: susy-compile($context, $config, 'context-only');\r\n/// // call `su-gutter` with the appropriate data\r\n/// @return su-call('su-gutter', $context);\r\n/// }\r\n///\r\n/// @example scss - Sample `span` mixin for floated grids\r\n/// @mixin span(\r\n/// $span,\r\n/// $config: ()\r\n/// ) {\r\n/// $context: susy-compile($span, $config);\r\n/// width: su-call('su-span', $context);\r\n///\r\n/// @if index($span, 'last') {\r\n/// float: right;\r\n/// } @else {\r\n/// float: left;\r\n/// margin-right: su-call('su-gutter', $context);\r\n/// }\r\n/// }\r\n\r\n\r\n\r\n// Compile\r\n// -------\r\n/// Susy's syntax layer has various moving parts,\r\n/// with syntax-parsing for the grid/span shorthand,\r\n/// and normalization for each of the resulting values.\r\n/// The compile function rolls this all together\r\n/// in a single call –\r\n/// for quick access from our internal API functions,\r\n/// or any additional functions and mixins you add to your project.\r\n/// Pass user input and configuration maps to the compiler,\r\n/// and it will hand back a map of values ready for Su.\r\n/// Combine this with the `su-call` function\r\n/// to quickly parse, normalize, and process grid calculations.\r\n///\r\n/// @group plugin-utils\r\n/// @see su-call\r\n///\r\n/// @param {list | map} $shorthand -\r\n/// Shorthand expression to define the width of the span,\r\n/// optionally containing:\r\n/// - a count, length, or column-list span;\r\n/// - `at $n`, `first`, or `last` location on asymmetrical grids;\r\n/// - `narrow`, `wide`, or `wider` for optionally spreading\r\n/// across adjacent gutters;\r\n/// - `of $n ` for available grid columns\r\n/// and spread of the container\r\n/// (span counts like `of 6` are only valid\r\n/// in the context of symmetrical grids);\r\n/// - and `set-gutters $n` to override global gutter settings\r\n/// @param {map} $config [null] -\r\n/// Optional map of Susy grid configuration settings\r\n/// @param {bool} $context-only [false] -\r\n/// Allow the parser to ignore span and span-spread values,\r\n/// only parsing context and container-spread\r\n///\r\n/// @return {map} -\r\n/// Parsed and normalized map of settings,\r\n/// based on global and local configuration,\r\n/// alongwith shorthad adjustments.\r\n///\r\n/// @example scss -\r\n/// $user-input: 3 wide of susy-repeat(6, 120px) set-gutters 10px;\r\n/// $grid-data: susy-compile($user-input, $susy);\r\n///\r\n/// @each $key, $value in $grid-data {\r\n/// /* #{$key}: #{$value}, */\r\n/// }\r\n@function susy-compile(\r\n $short,\r\n $config: null,\r\n $context-only: false\r\n) {\r\n // Get and normalize config\r\n $config: if($config, susy-settings($config), susy-settings());\r\n $normal-config: susy-normalize($config);\r\n\r\n // Parse and normalize shorthand\r\n @if (type-of($short) != 'map') and (length($short) > 0) {\r\n $short: susy-parse($short, $context-only);\r\n }\r\n\r\n $normal-short: susy-normalize($short, $normal-config);\r\n\r\n // Merge and return\r\n @return map-merge($normal-config, $normal-short);\r\n}\r\n\r\n\r\n\r\n// Call\r\n// ----\r\n/// The Susy parsing and normalization process\r\n/// results in a map of configuration settings,\r\n/// much like the global `$susy` settings map.\r\n/// In order to pass that information along to Su math functions,\r\n/// the proper values have to be picked out,\r\n/// and converted to arguments.\r\n///\r\n/// The `su-call` function streamlines that process,\r\n/// weeding out the unnecessary data,\r\n/// and passing the rest along to Su in the proper format.\r\n/// Combine this with `susy-compile` to quickly parse,\r\n/// normalize, and process grid calculations.\r\n///\r\n/// @group plugin-utils\r\n///\r\n/// @require su-span\r\n/// @require su-gutter\r\n/// @require su-slice\r\n/// @see susy-compile\r\n///\r\n/// @param {'su-span' | 'su-gutter' | 'su-slice'} $name -\r\n/// Name of the Su math function to call.\r\n/// @param {map} $config -\r\n/// Parsed and normalized map of Susy configuration settings\r\n/// to use for math-function arguments.\r\n///\r\n/// @return {*} -\r\n/// Results of the function being called.\r\n///\r\n/// @example scss -\r\n/// $user-input: 3 wide of susy-repeat(6, 120px) set-gutters 10px;\r\n/// $grid-data: susy-compile($user-input, $susy);\r\n///\r\n/// .su-span {\r\n/// width: su-call('su-span', $grid-data);\r\n/// }\r\n@function su-call(\r\n $name,\r\n $config\r\n) {\r\n $grid-function-args: (\r\n 'su-span': ('span', 'columns', 'gutters', 'spread', 'container-spread', 'location'),\r\n 'su-gutter': ('columns', 'gutters', 'container-spread'),\r\n 'su-slice': ('span', 'columns', 'location'),\r\n );\r\n\r\n $args: map-get($grid-function-args, $name);\r\n\r\n @if not $args {\r\n $options: 'Try one of these: #{map-keys($grid-function-args)}';\r\n @return _susy-error(\r\n '#{$name} is not a public Su function. #{$options}',\r\n 'su-call');\r\n }\r\n\r\n $call: if(function-exists('get-function'), get-function($name), $name);\r\n $output: ();\r\n\r\n @each $arg in $args {\r\n $value: map-get($config, $arg);\r\n $output: if($value, map-merge($output, ($arg: $value)), $output);\r\n }\r\n\r\n @return call($call, $output...);\r\n}\r\n", "/// Susy3 API Functions\r\n/// ===================\r\n/// These three functions form the core of Susy's\r\n/// layout-building grid API.\r\n///\r\n/// - Use `span()` and `gutter()` to return any grid-width,\r\n/// and apply the results wherever you need them:\r\n/// CSS `width`, `margin`, `padding`, `flex-basis`, `transform`, etc.\r\n/// - For asymmetrical-fluid grids,\r\n/// `slice()` can help manage your nesting context.\r\n///\r\n/// All three functions come with an unprefixed alias by default,\r\n/// using the `susy` import.\r\n/// Import the `susy-prefix` partial instead,\r\n/// if you only only want prefixed versions of the API.\r\n///\r\n/// This is a thin syntax-sugar shell around\r\n/// the \"Su\" core-math functions: `su-span`, `su-gutter`, and `su-slice`.\r\n/// If you prefer the more constrained syntax of the math engine,\r\n/// you are welcome to use those functions instead.\r\n///\r\n/// @group b-api\r\n/// @see susy-span\r\n/// @see susy-gutter\r\n/// @see susy-slice\r\n/// @see su-span\r\n/// @see su-gutter\r\n/// @see su-slice\r\n\r\n\r\n\r\n/// ## Shorthand\r\n///\r\n/// All functions draw on the same shorthand syntax in two parts,\r\n/// seperated by the word `of`.\r\n///\r\n/// ### Span Syntax: `` [`` ``]\r\n/// The first part describes the\r\n/// **span** width, location, and spread in any order.\r\n/// Only the width is required:\r\n///\r\n/// - `span(2)` will return the width of 2 columns.\r\n/// - `span(3 wide)` will return 3-columns, with an additional gutter.\r\n/// - location is only needed with asymmetrical grids,\r\n/// where `span(3 at 2)` will return the width of\r\n/// specific columns on the grid.\r\n/// Since these are functions, they will not handle placement for you.\r\n///\r\n/// ### Context Syntax: `[of ]`\r\n/// The second half of Susy's shorthand\r\n/// describes the grid-**context** –\r\n/// available columns, container-spread, and optional gutter override –\r\n/// in any order.\r\n/// All of these settings have globally-defined defaults:\r\n///\r\n/// - `span(2 of 6)` will set the context to\r\n/// a slice of 6 columns from the global grid.\r\n/// More details below.\r\n/// - `span(2 of 12 wide)` changes the container-spread\r\n/// as well as the column-context.\r\n/// - `span(2 of 12 set-gutters 0.5em)`\r\n/// will override the global gutters setting\r\n/// for this one calculation.\r\n///\r\n/// A single unitless number for `columns`\r\n/// will be treated as a slice of the parent grid.\r\n/// On a grid with `columns: susy-repeat(12, 120px)`,\r\n/// the shorthand `of 4` will use the parent `120px` column-width.\r\n/// You can also be more explicit,\r\n/// and say `of susy-repeat(4, 100px)`.\r\n/// If you are using asymmetrical grids,\r\n/// like `columns: (1 1 2 3 5 8)`,\r\n/// Susy can't slice it for you without knowing which columns you want.\r\n/// The `slice` function accepts exactly the same syntax as `span`,\r\n/// but returns a list of columns rather than a width.\r\n/// Use it in your context like `of slice(first 3)`.\r\n///\r\n/// @group b-api\r\n\r\n\r\n\r\n// Susy Span\r\n// ---------\r\n/// This is the primary function in Susy —\r\n/// used to return the width of a span across one or more columns,\r\n/// and any relevant gutters along the way.\r\n/// With the default settings,\r\n/// `span(3)` will return the width of 3 columns,\r\n/// and the 2 intermediate gutters.\r\n/// This can be used to set the `width` property of grid elements,\r\n/// or `margin` and `padding`\r\n/// to push, pull, and pad your elements.\r\n///\r\n/// - This is a thin syntax-sugar shell around\r\n/// the core-math `su-span()` function.\r\n/// - The un-prefixed alias `span()` is available by default.\r\n///\r\n/// @group b-api\r\n/// @see su-span\r\n/// @see $susy\r\n///\r\n/// @param {list} $span -\r\n/// Shorthand expression to define the width of the span,\r\n/// optionally containing:\r\n/// - a count, length, or column-list span.\r\n/// - `at $n`, `first`, or `last` location on asymmetrical grids,\r\n/// where `at 1 == first`,\r\n/// and `last` will calculate the proper location\r\n/// based on columns and span.\r\n/// - `narrow`, `wide`, or `wider` for optionally spreading\r\n/// across adjacent gutters.\r\n/// - `of $n ` for available grid columns\r\n/// and spread of the container.\r\n/// Span counts like `of 6` are valid\r\n/// in the context of symmetrical grids,\r\n/// where Susy can safely infer a slice of the parent columns.\r\n/// - and `set-gutters $n` to override global gutter settings.\r\n///\r\n/// @param {map} $config [()] -\r\n/// Optional map of Susy grid configuration settings.\r\n/// See `$susy` documentation for details.\r\n///\r\n/// @return {length} -\r\n/// Calculated length value, using the units given,\r\n/// or converting to `%` for fraction-based grids,\r\n/// or a full `calc` function when units/fractions\r\n/// are not comparable outside the browser.\r\n///\r\n/// @example scss - span half the grid\r\n/// .foo {\r\n/// // the result is a bit under 50% to account for gutters\r\n/// width: susy-span(6 of 12);\r\n/// }\r\n///\r\n/// @example scss - span a specific segment of asymmetrical grid\r\n/// .foo {\r\n/// width: susy-span(3 at 3 of (1 2 3 5 8));\r\n/// }\r\n@function susy-span(\r\n $span,\r\n $config: ()\r\n) {\r\n $output: susy-compile($span, $config);\r\n\r\n @if map-get($output, 'span') {\r\n @return su-call('su-span', $output);\r\n }\r\n\r\n $actual: '[#{type-of($span)}] `#{inspect($span)}`';\r\n @return _susy-error(\r\n 'Unable to determine span value from #{$actual}.',\r\n 'susy-span');\r\n}\r\n\r\n\r\n\r\n// Susy Gutter\r\n// -----------\r\n/// The gutter function returns\r\n/// the width of a single gutter on your grid,\r\n/// to be applied where you see fit –\r\n/// on `margins`, `padding`, `transform`, or element `width`.\r\n///\r\n/// - This is a thin syntax-sugar shell around\r\n/// the core-math `su-gutter()` function.\r\n/// - The un-prefixed alias `gutter()` is available by default.\r\n///\r\n/// @group b-api\r\n/// @see su-gutter\r\n/// @see $susy\r\n///\r\n/// @param {list | number} $context [null] -\r\n/// Optional context for nested gutters,\r\n/// including shorthand for\r\n/// `columns`, `gutters`, and `container-spread`\r\n/// (additional shorthand will be ignored)\r\n///\r\n/// @param {map} $config [()] -\r\n/// Optional map of Susy grid configuration settings.\r\n/// See `$susy` documentation for details.\r\n///\r\n/// @return {length} -\r\n/// Width of a gutter as `%` of current context,\r\n/// or in the units defined by `column-width` when available\r\n///\r\n/// @example scss - add gutters before or after an element\r\n/// .floats {\r\n/// float: left;\r\n/// width: span(3 of 6);\r\n/// margin-left: gutter(of 6);\r\n/// }\r\n///\r\n/// @example scss - add gutters to padding\r\n/// .flexbox {\r\n/// flex: 1 1 span(3 wide of 6 wide);\r\n/// padding: gutter(of 6) / 2;\r\n/// }\r\n///\r\n@function susy-gutter(\r\n $context: susy-get('columns'),\r\n $config: ()\r\n) {\r\n $context: susy-compile($context, $config, 'context-only');\r\n\r\n @return su-call('su-gutter', $context);\r\n}\r\n\r\n\r\n\r\n// Susy Slice\r\n// ----------\r\n/// Working with asymmetrical grids (un-equal column widths)\r\n/// can be challenging – \r\n/// expecially when they involve fluid/fractional elements.\r\n/// Describing a context `of (15em 6em 6em 6em 15em)` is a lot\r\n/// to put inside the span or gutter function shorthand.\r\n/// This slice function returns a sub-slice of asymmetrical columns to use\r\n/// for a nested context.\r\n/// `slice(3 at 2)` will give you a subset of the global grid,\r\n/// spanning 3 columns, starting with the second.\r\n///\r\n/// - This is a thin syntax-sugar shell around\r\n/// the core-math `su-slice()` function.\r\n/// - The un-prefixed alias `slice()` is available by default.\r\n///\r\n/// @group b-api\r\n/// @see su-slice\r\n/// @see $susy\r\n///\r\n/// @param {list} $span -\r\n/// Shorthand expression to define the subset span, optionally containing:\r\n/// - `at $n`, `first`, or `last` location on asymmetrical grids;\r\n/// - `of $n ` for available grid columns\r\n/// and spread of the container\r\n/// - Span-counts like `of 6` are only valid\r\n/// in the context of symmetrical grids\r\n/// - Valid spreads include `narrow`, `wide`, or `wider`\r\n///\r\n/// @param {map} $config [()] -\r\n/// Optional map of Susy grid configuration settings.\r\n/// See `$susy` documentation for details.\r\n///\r\n/// @return {list} -\r\n/// Subset list of columns for use for a nested context\r\n///\r\n/// @example scss - Return a nested segment of asymmetrical grid\r\n/// $context: susy-slice(3 at 3 of (1 2 3 5 8));\r\n/// /* $context: #{$context}; */\r\n@function susy-slice(\r\n $span,\r\n $config: ()\r\n) {\r\n $span: susy-compile($span, $config);\r\n\r\n @return su-call('su-slice', $span);\r\n}\r\n\r\n\r\n\r\n/// ## Building Grids\r\n/// The web has come a long way\r\n/// since the days of double-margin-hacks\r\n/// and inconsistent subpixel rounding.\r\n/// In addition to floats and tables,\r\n/// we can now use much more powerful tools,\r\n/// like flexbox and CSS grid,\r\n/// to build more interesting and responsive layouts.\r\n///\r\n/// With Susy3, we hope you'll start moving in that direction.\r\n/// You can still build classic 12-column Grid Systems,\r\n/// and we'll help you get there,\r\n/// but Susy3 is primarily designed for a grid-math-on-demand\r\n/// approach to layout:\r\n/// applying our functions only where you really need grid math.\r\n/// Read the [intro article by OddBird][welcome] for more details.\r\n///\r\n/// [welcome]: http://oddbird.net/2017/06/28/susy3/\r\n///\r\n/// @group b-api\r\n/// @link http://oddbird.net/2017/06/28/susy3/ Article: Welcome to Susy3\r\n///\r\n/// @example scss - floats\r\n/// .float {\r\n/// width: span(3);\r\n/// margin-right: gutter();\r\n/// }\r\n///\r\n/// @example scss - flexbox\r\n/// .flexbox {\r\n/// flex: 1 1 span(3);\r\n/// // half a gutter on either side…\r\n/// padding: 0 gutter() / 2;\r\n/// }\r\n///\r\n/// @example scss - pushing and pulling\r\n/// .push-3 {\r\n/// margin-left: span(3 wide);\r\n/// }\r\n///\r\n/// .pull-3 {\r\n/// margin-left: 0 - span(3 wide);\r\n/// }\r\n///\r\n/// @example scss - building an attribute system\r\n/// // markup example:
\r\n/// [data-span] {\r\n/// float: left;\r\n///\r\n/// &:not([data-span*='last']) {\r\n/// margin-right: gutter();\r\n/// }\r\n/// }\r\n///\r\n/// @for $span from 1 through length(susy-get('columns')) {\r\n/// [data-span*='#{$span}'] {\r\n/// width: span($span);\r\n/// }\r\n/// }\r\n", "// Unprefix Susy\r\n// =============\r\n\r\n\r\n// Span\r\n// ----\r\n/// Un-prefixed alias for `susy-span`\r\n/// (available by default)\r\n///\r\n/// @group api\r\n/// @alias susy-span\r\n///\r\n/// @param {list} $span\r\n/// @param {map} $config [()]\r\n@function span(\r\n $span,\r\n $config: ()\r\n) {\r\n @return susy-span($span, $config);\r\n}\r\n\r\n\r\n// Gutter\r\n// ------\r\n/// Un-prefixed alias for `susy-gutter`\r\n/// (available by default)\r\n///\r\n/// @group api\r\n/// @alias susy-gutter\r\n///\r\n/// @param {integer | list} $context [null] -\r\n/// @param {map} $config [()]\r\n@function gutter(\r\n $context: susy-get('columns'),\r\n $config: ()\r\n) {\r\n @return susy-gutter($context, $config);\r\n}\r\n\r\n\r\n// Slice\r\n// -----\r\n/// Un-prefixed alias for `susy-slice`\r\n/// (available by default)\r\n///\r\n/// @group api\r\n/// @alias susy-slice\r\n///\r\n/// @param {list} $span\r\n/// @param {map} $config [()]\r\n@function slice(\r\n $span,\r\n $config: ()\r\n) {\r\n @return susy-slice($span, $config);\r\n}\r\n", "/* ==========================================================================\r\n MIXINS\r\n ========================================================================== */\r\n\r\n%tab-focus {\r\n /* Default*/\r\n outline: thin dotted $focus-color;\r\n /* Webkit*/\r\n outline: 5px auto $focus-color;\r\n outline-offset: -2px;\r\n}\r\n\r\n/*\r\n em function\r\n ========================================================================== */\r\n\r\n@function em($target, $context: $doc-font-size) {\r\n @return ($target / $context) * 1em;\r\n}\r\n\r\n\r\n/*\r\n Bourbon clearfix\r\n ========================================================================== */\r\n\r\n/*\r\n * Provides an easy way to include a clearfix for containing floats.\r\n * link http://cssmojo.com/latest_new_clearfix_so_far/\r\n *\r\n * example scss - Usage\r\n *\r\n * .element {\r\n * @include clearfix;\r\n * }\r\n *\r\n * example css - CSS Output\r\n *\r\n * .element::after {\r\n * clear: both;\r\n * content: \"\";\r\n * display: table;\r\n * }\r\n*/\r\n\r\n@mixin clearfix {\r\n clear: both;\r\n\r\n &::after {\r\n clear: both;\r\n content: \"\";\r\n display: table;\r\n }\r\n}\r\n\r\n/*\r\n Compass YIQ Color Contrast\r\n https://github.com/easy-designs/yiq-color-contrast\r\n ========================================================================== */\r\n\r\n@function yiq-is-light(\r\n $color,\r\n $threshold: $yiq-contrasted-threshold\r\n) {\r\n $red: red($color);\r\n $green: green($color);\r\n $blue: blue($color);\r\n\r\n $yiq: (($red*299)+($green*587)+($blue*114))/1000;\r\n\r\n @if $yiq-debug { @debug $yiq, $threshold; }\r\n\r\n @return if($yiq >= $threshold, true, false);\r\n}\r\n\r\n@function yiq-contrast-color(\r\n $color,\r\n $dark: $yiq-contrasted-dark-default,\r\n $light: $yiq-contrasted-light-default,\r\n $threshold: $yiq-contrasted-threshold\r\n) {\r\n @return if(yiq-is-light($color, $threshold), $yiq-contrasted-dark-default, $yiq-contrasted-light-default);\r\n}\r\n\r\n@mixin yiq-contrasted(\r\n $background-color,\r\n $dark: $yiq-contrasted-dark-default,\r\n $light: $yiq-contrasted-light-default,\r\n $threshold: $yiq-contrasted-threshold\r\n) {\r\n background-color: $background-color;\r\n color: yiq-contrast-color($background-color, $dark, $light, $threshold);\r\n}", "/* ==========================================================================\r\n STYLE RESETS\r\n ========================================================================== */\r\n\r\n* { box-sizing: border-box; }\r\n\r\nhtml {\r\n /* apply a natural box layout model to all elements */\r\n box-sizing: border-box;\r\n background-color: $background-color;\r\n font-size: 16px;\r\n\r\n @include breakpoint($medium) {\r\n font-size: 18px;\r\n }\r\n\r\n @include breakpoint($large) {\r\n font-size: 20px;\r\n }\r\n\r\n @include breakpoint($x-large) {\r\n font-size: 22px;\r\n }\r\n\r\n -webkit-text-size-adjust: 100%;\r\n -ms-text-size-adjust: 100%;\r\n}\r\n\r\n/* Remove margin */\r\n\r\nbody { margin: 0; }\r\n\r\n/* Selected elements */\r\n\r\n::-moz-selection {\r\n color: #fff;\r\n background: #000;\r\n}\r\n\r\n::selection {\r\n color: #fff;\r\n background: #000;\r\n}\r\n\r\n/* Display HTML5 elements in IE6-9 and FF3 */\r\n\r\narticle,\r\naside,\r\ndetails,\r\nfigcaption,\r\nfigure,\r\nfooter,\r\nheader,\r\nhgroup,\r\nmain,\r\nnav,\r\nsection {\r\n display: block;\r\n}\r\n\r\n/* Display block in IE6-9 and FF3 */\r\n\r\naudio,\r\ncanvas,\r\nvideo {\r\n display: inline-block;\r\n *display: inline;\r\n *zoom: 1;\r\n}\r\n\r\n/* Prevents modern browsers from displaying 'audio' without controls */\r\n\r\naudio:not([controls]) {\r\n display: none;\r\n}\r\n\r\na {\r\n color: $link-color;\r\n}\r\n\r\n/* Apply focus state */\r\n\r\na:focus {\r\n @extend %tab-focus;\r\n}\r\n\r\n/* Remove outline from links */\r\n\r\na:hover,\r\na:active {\r\n outline: 0;\r\n}\r\n\r\n/* Prevent sub and sup affecting line-height in all browsers */\r\n\r\nsub,\r\nsup {\r\n position: relative;\r\n font-size: 75%;\r\n line-height: 0;\r\n vertical-align: baseline;\r\n}\r\n\r\nsup {\r\n top: -0.5em;\r\n}\r\n\r\nsub {\r\n bottom: -0.25em;\r\n}\r\n\r\n/* img border in anchor's and image quality */\r\n\r\nimg {\r\n /* Responsive images (ensure images don't scale beyond their parents) */\r\n max-width: 100%; /* part 1: Set a maximum relative to the parent*/\r\n width: auto\\9; /* IE7-8 need help adjusting responsive images*/\r\n height: auto; /* part 2: Scale the height according to the width, otherwise you get stretching*/\r\n\r\n vertical-align: middle;\r\n border: 0;\r\n -ms-interpolation-mode: bicubic;\r\n}\r\n\r\n/* Prevent max-width from affecting Google Maps */\r\n\r\n#map_canvas img,\r\n.google-maps img {\r\n max-width: none;\r\n}\r\n\r\n/* Consistent form font size in all browsers, margin changes, misc */\r\n\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea {\r\n margin: 0;\r\n font-size: 100%;\r\n vertical-align: middle;\r\n}\r\n\r\nbutton,\r\ninput {\r\n *overflow: visible; /* inner spacing ie IE6/7*/\r\n line-height: normal; /* FF3/4 have !important on line-height in UA stylesheet*/\r\n}\r\n\r\nbutton::-moz-focus-inner,\r\ninput::-moz-focus-inner { /* inner padding and border oddities in FF3/4*/\r\n padding: 0;\r\n border: 0;\r\n}\r\n\r\nbutton,\r\nhtml input[type=\"button\"], // avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls\r\ninput[type=\"reset\"],\r\ninput[type=\"submit\"] {\r\n -webkit-appearance: button; /* corrects inability to style clickable `input` types in iOS*/\r\n cursor: pointer; /* improves usability and consistency of cursor style between image-type `input` and others*/\r\n}\r\n\r\nlabel,\r\nselect,\r\nbutton,\r\ninput[type=\"button\"],\r\ninput[type=\"reset\"],\r\ninput[type=\"submit\"],\r\ninput[type=\"radio\"],\r\ninput[type=\"checkbox\"] {\r\n cursor: pointer; /* improves usability and consistency of cursor style between image-type `input` and others*/\r\n}\r\n\r\ninput[type=\"search\"] { /* Appearance in Safari/Chrome*/\r\n box-sizing: border-box;\r\n -webkit-appearance: textfield;\r\n}\r\n\r\ninput[type=\"search\"]::-webkit-search-decoration,\r\ninput[type=\"search\"]::-webkit-search-cancel-button {\r\n -webkit-appearance: none; /* inner-padding issues in Chrome OSX, Safari 5*/\r\n}\r\n\r\ntextarea {\r\n overflow: auto; /* remove vertical scrollbar in IE6-9*/\r\n vertical-align: top; /* readability and alignment cross-browser*/\r\n}", "/* ==========================================================================\r\n BASE ELEMENTS\r\n ========================================================================== */\r\n\r\nhtml {\r\n /* sticky footer fix */\r\n position: relative;\r\n min-height: 100%;\r\n}\r\n\r\nbody {\r\n margin: 0;\r\n padding: 0;\r\n color: $text-color;\r\n font-family: $global-font-family;\r\n line-height: 1.5;\r\n\r\n &.overflow--hidden {\r\n /* when primary navigation is visible, the content in the background won't scroll */\r\n overflow: hidden;\r\n }\r\n}\r\n\r\nh1,\r\nh2,\r\nh3,\r\nh4,\r\nh5,\r\nh6 {\r\n margin: 2em 0 0.5em;\r\n line-height: 1.2;\r\n font-family: $header-font-family;\r\n font-weight: bold;\r\n}\r\n\r\nh1 {\r\n margin-top: 0;\r\n font-size: $h-size-1;\r\n}\r\n\r\nh2 {\r\n font-size: $h-size-2;\r\n}\r\n\r\nh3 {\r\n font-size: $h-size-3;\r\n}\r\n\r\nh4 {\r\n font-size: $h-size-4;\r\n}\r\n\r\nh5 {\r\n font-size: $h-size-5;\r\n}\r\n\r\nh6 {\r\n font-size: $h-size-6;\r\n}\r\n\r\nsmall,\r\n.small {\r\n font-size: $type-size-6;\r\n}\r\n\r\np {\r\n margin-bottom: 1.3em;\r\n}\r\n\r\nu,\r\nins {\r\n text-decoration: none;\r\n border-bottom: 1px solid $text-color;\r\n a {\r\n color: inherit;\r\n }\r\n}\r\n\r\ndel a {\r\n color: inherit;\r\n}\r\n\r\n/* reduce orphans and widows when printing */\r\n\r\np,\r\npre,\r\nblockquote,\r\nul,\r\nol,\r\ndl,\r\nfigure,\r\ntable,\r\nfieldset {\r\n orphans: 3;\r\n widows: 3;\r\n}\r\n\r\n/* abbreviations */\r\n\r\nabbr[title],\r\nabbr[data-original-title] {\r\n text-decoration: none;\r\n cursor: help;\r\n border-bottom: 1px dotted $text-color;\r\n}\r\n\r\n/* blockquotes */\r\n\r\nblockquote {\r\n margin: 2em 1em 2em 0;\r\n padding-left: 1em;\r\n padding-right: 1em;\r\n font-style: italic;\r\n border-left: 0.25em solid $primary-color;\r\n\r\n cite {\r\n font-style: italic;\r\n\r\n &:before {\r\n content: \"\\2014\";\r\n padding-right: 5px;\r\n }\r\n }\r\n}\r\n\r\n/* links */\r\n\r\na {\r\n &:focus {\r\n @extend %tab-focus;\r\n }\r\n\r\n &:visited {\r\n color: $link-color-visited;\r\n }\r\n\r\n &:hover {\r\n color: $link-color-hover;\r\n outline: 0;\r\n }\r\n}\r\n\r\n/* buttons */\r\n\r\nbutton:focus {\r\n @extend %tab-focus;\r\n}\r\n\r\n/* code */\r\n\r\ntt,\r\ncode,\r\nkbd,\r\nsamp,\r\npre {\r\n font-family: $monospace;\r\n}\r\n\r\npre {\r\n overflow-x: auto; /* add scrollbars to wide code blocks*/\r\n}\r\n\r\np > code,\r\na > code,\r\nli > code,\r\nfigcaption > code,\r\ntd > code {\r\n padding-top: 0.1rem;\r\n padding-bottom: 0.1rem;\r\n font-size: 0.8em;\r\n background: $code-background-color;\r\n border-radius: $border-radius;\r\n\r\n &:before,\r\n &:after {\r\n letter-spacing: -0.2em;\r\n content: \"\\00a0\"; /* non-breaking space*/\r\n }\r\n}\r\n\r\n/* horizontal rule */\r\n\r\nhr {\r\n display: block;\r\n margin: 1em 0;\r\n border: 0;\r\n border-top: 1px solid $border-color;\r\n}\r\n\r\n/* lists */\r\n\r\nul li,\r\nol li {\r\n margin-bottom: 0.5em;\r\n}\r\n\r\nli ul,\r\nli ol {\r\n margin-top: 0.5em;\r\n}\r\n\r\n/*\r\n Media and embeds\r\n ========================================================================== */\r\n\r\n/* Figures and images */\r\n\r\nfigure {\r\n display: -webkit-box;\r\n display: flex;\r\n -webkit-box-pack: justify;\r\n justify-content: space-between;\r\n -webkit-box-align: start;\r\n align-items: flex-start;\r\n flex-wrap: wrap;\r\n margin: 2em 0;\r\n\r\n img,\r\n iframe,\r\n .fluid-width-video-wrapper {\r\n margin-bottom: 1em;\r\n }\r\n\r\n img {\r\n width: 100%;\r\n border-radius: $border-radius;\r\n -webkit-transition: $global-transition;\r\n transition: $global-transition;\r\n }\r\n\r\n > a {\r\n display: block;\r\n }\r\n\r\n &.half {\r\n > a,\r\n > img {\r\n @include breakpoint($small) {\r\n width: calc(50% - 0.5em);\r\n }\r\n }\r\n\r\n figcaption {\r\n width: 100%;\r\n }\r\n }\r\n\r\n &.third {\r\n > a,\r\n > img {\r\n @include breakpoint($small) {\r\n width: calc(33.3333% - 0.5em);\r\n }\r\n }\r\n\r\n figcaption {\r\n width: 100%;\r\n }\r\n }\r\n}\r\n\r\n/* Figure captions */\r\n\r\nfigcaption {\r\n margin-bottom: 0.5em;\r\n color: $muted-text-color;\r\n font-family: $caption-font-family;\r\n font-size: $type-size-6;\r\n\r\n a {\r\n -webkit-transition: $global-transition;\r\n transition: $global-transition;\r\n\r\n &:hover {\r\n color: $link-color-hover;\r\n }\r\n }\r\n}\r\n\r\n/* Fix IE9 SVG bug */\r\n\r\nsvg:not(:root) {\r\n overflow: hidden;\r\n}\r\n\r\n/*\r\n Navigation lists\r\n ========================================================================== */\r\n\r\n/**\r\n * Removes margins, padding, and bullet points from navigation lists\r\n *\r\n * Example usage:\r\n * \r\n */\r\n\r\nnav {\r\n ul {\r\n margin: 0;\r\n padding: 0;\r\n }\r\n\r\n li {\r\n list-style: none;\r\n }\r\n\r\n a {\r\n text-decoration: none;\r\n }\r\n\r\n /* override white-space for nested lists */\r\n ul li,\r\n ol li {\r\n margin-bottom: 0;\r\n }\r\n\r\n li ul,\r\n li ol {\r\n margin-top: 0;\r\n }\r\n}\r\n\r\n/*\r\n Global animation transition\r\n ========================================================================== */\r\n\r\nb,\r\ni,\r\nstrong,\r\nem,\r\nblockquote,\r\np,\r\nq,\r\nspan,\r\nfigure,\r\nimg,\r\nh1,\r\nh2,\r\nheader,\r\ninput,\r\na,\r\ntr,\r\ntd,\r\nform button,\r\ninput[type=\"submit\"],\r\n.btn,\r\n.highlight,\r\n.archive__item-teaser {\r\n -webkit-transition: $global-transition;\r\n transition: $global-transition;\r\n}\r\n", "/* ==========================================================================\r\n Forms\r\n ========================================================================== */\r\n\r\nform {\r\n margin: 0 0 5px 0;\r\n padding: 1em;\r\n background-color: $form-background-color;\r\n\r\n fieldset {\r\n margin-bottom: 5px;\r\n padding: 0;\r\n border-width: 0;\r\n }\r\n\r\n legend {\r\n display: block;\r\n width: 100%;\r\n margin-bottom: 5px * 2;\r\n *margin-left: -7px;\r\n padding: 0;\r\n color: $text-color;\r\n border: 0;\r\n white-space: normal;\r\n }\r\n\r\n p {\r\n margin-bottom: (5px / 2);\r\n }\r\n\r\n ul {\r\n list-style-type: none;\r\n margin: 0 0 5px 0;\r\n padding: 0;\r\n }\r\n\r\n br {\r\n display: none;\r\n }\r\n}\r\n\r\nlabel,\r\ninput,\r\nbutton,\r\nselect,\r\ntextarea {\r\n vertical-align: baseline;\r\n *vertical-align: middle;\r\n}\r\n\r\ninput,\r\nbutton,\r\nselect,\r\ntextarea {\r\n box-sizing: border-box;\r\n font-family: $sans-serif;\r\n}\r\n\r\nlabel {\r\n display: block;\r\n margin-bottom: 0.25em;\r\n color: $text-color;\r\n cursor: pointer;\r\n\r\n small {\r\n font-size: $type-size-6;\r\n }\r\n\r\n input,\r\n textarea,\r\n select {\r\n display: block;\r\n }\r\n}\r\n\r\ninput,\r\ntextarea,\r\nselect {\r\n display: inline-block;\r\n width: 100%;\r\n padding: 0.25em;\r\n margin-bottom: 0.5em;\r\n color: $text-color;\r\n background-color: $background-color;\r\n border: $border-color;\r\n border-radius: $border-radius;\r\n box-shadow: $box-shadow;\r\n}\r\n\r\n.input-mini {\r\n width: 60px;\r\n}\r\n\r\n.input-small {\r\n width: 90px;\r\n}\r\n\r\ninput[type=\"image\"],\r\ninput[type=\"checkbox\"],\r\ninput[type=\"radio\"] {\r\n width: auto;\r\n height: auto;\r\n padding: 0;\r\n margin: 3px 0;\r\n *margin-top: 0;\r\n line-height: normal;\r\n cursor: pointer;\r\n border-radius: 0;\r\n border: 0 \\9;\r\n box-shadow: none;\r\n}\r\n\r\ninput[type=\"checkbox\"],\r\ninput[type=\"radio\"] {\r\n box-sizing: border-box;\r\n padding: 0;\r\n *width: 13px;\r\n *height: 13px;\r\n}\r\n\r\ninput[type=\"image\"] {\r\n border: 0;\r\n}\r\n\r\ninput[type=\"file\"] {\r\n width: auto;\r\n padding: initial;\r\n line-height: initial;\r\n border: initial;\r\n background-color: transparent;\r\n background-color: initial;\r\n box-shadow: none;\r\n}\r\n\r\ninput[type=\"button\"],\r\ninput[type=\"reset\"],\r\ninput[type=\"submit\"] {\r\n width: auto;\r\n height: auto;\r\n cursor: pointer;\r\n *overflow: visible;\r\n}\r\n\r\nselect,\r\ninput[type=\"file\"] {\r\n *margin-top: 4px;\r\n}\r\n\r\nselect {\r\n width: auto;\r\n background-color: #fff;\r\n}\r\n\r\nselect[multiple],\r\nselect[size] {\r\n height: auto;\r\n}\r\n\r\ntextarea {\r\n resize: vertical;\r\n height: auto;\r\n overflow: auto;\r\n vertical-align: top;\r\n}\r\n\r\ninput[type=\"hidden\"] {\r\n display: none;\r\n}\r\n\r\n.form {\r\n position: relative;\r\n}\r\n\r\n.radio,\r\n.checkbox {\r\n padding-left: 18px;\r\n font-weight: normal;\r\n}\r\n\r\n.radio input[type=\"radio\"],\r\n.checkbox input[type=\"checkbox\"] {\r\n float: left;\r\n margin-left: -18px;\r\n}\r\n\r\n.radio.inline,\r\n.checkbox.inline {\r\n display: inline-block;\r\n padding-top: 5px;\r\n margin-bottom: 0;\r\n vertical-align: middle;\r\n}\r\n\r\n.radio.inline + .radio.inline,\r\n.checkbox.inline + .checkbox.inline {\r\n margin-left: 10px;\r\n}\r\n\r\n/*\r\n Disabled state\r\n ========================================================================== */\r\n\r\ninput[disabled],\r\nselect[disabled],\r\ntextarea[disabled],\r\ninput[readonly],\r\nselect[readonly],\r\ntextarea[readonly] {\r\n opacity: 0.5;\r\n cursor: not-allowed;\r\n}\r\n\r\n/*\r\n Focus & active state\r\n ========================================================================== */\r\n\r\ninput:focus,\r\ntextarea:focus {\r\n border-color: $primary-color;\r\n outline: 0;\r\n outline: thin dotted \\9;\r\n box-shadow: inset 0 1px 3px rgba($text-color, 0.06),\r\n 0 0 5px rgba($primary-color, 0.7);\r\n}\r\n\r\ninput[type=\"file\"]:focus,\r\ninput[type=\"radio\"]:focus,\r\ninput[type=\"checkbox\"]:focus,\r\nselect:focus {\r\n box-shadow: none;\r\n}\r\n\r\n/*\r\n Help text\r\n ========================================================================== */\r\n\r\n.help-block,\r\n.help-inline {\r\n color: $muted-text-color;\r\n}\r\n\r\n.help-block {\r\n display: block;\r\n margin-bottom: 1em;\r\n line-height: 1em;\r\n}\r\n\r\n.help-inline {\r\n display: inline-block;\r\n vertical-align: middle;\r\n padding-left: 5px;\r\n}\r\n\r\n/*\r\n .form-group\r\n ========================================================================== */\r\n\r\n.form-group {\r\n margin-bottom: 5px;\r\n padding: 0;\r\n border-width: 0;\r\n}\r\n\r\n/*\r\n .form-inline\r\n ========================================================================== */\r\n\r\n.form-inline input,\r\n.form-inline textarea,\r\n.form-inline select {\r\n display: inline-block;\r\n margin-bottom: 0;\r\n}\r\n\r\n.form-inline label {\r\n display: inline-block;\r\n}\r\n\r\n.form-inline .radio,\r\n.form-inline .checkbox,\r\n.form-inline .radio {\r\n padding-left: 0;\r\n margin-bottom: 0;\r\n vertical-align: middle;\r\n}\r\n\r\n.form-inline .radio input[type=\"radio\"],\r\n.form-inline .checkbox input[type=\"checkbox\"] {\r\n float: left;\r\n margin-left: 0;\r\n margin-right: 3px;\r\n}\r\n\r\n/*\r\n .form-search\r\n ========================================================================== */\r\n\r\n.form-search input,\r\n.form-search textarea,\r\n.form-search select {\r\n display: inline-block;\r\n margin-bottom: 0;\r\n}\r\n\r\n.form-search .search-query {\r\n padding-left: 14px;\r\n padding-right: 14px;\r\n margin-bottom: 0;\r\n border-radius: 14px;\r\n}\r\n\r\n.form-search label {\r\n display: inline-block;\r\n}\r\n\r\n.form-search .radio,\r\n.form-search .checkbox,\r\n.form-inline .radio {\r\n padding-left: 0;\r\n margin-bottom: 0;\r\n vertical-align: middle;\r\n}\r\n\r\n.form-search .radio input[type=\"radio\"],\r\n.form-search .checkbox input[type=\"checkbox\"] {\r\n float: left;\r\n margin-left: 0;\r\n margin-right: 3px;\r\n}\r\n\r\n/*\r\n .form--loading\r\n ========================================================================== */\r\n\r\n.form--loading:before {\r\n content: \"\";\r\n}\r\n\r\n.form--loading .form__spinner {\r\n display: block;\r\n}\r\n\r\n.form:before {\r\n position: absolute;\r\n top: 0;\r\n left: 0;\r\n width: 100%;\r\n height: 100%;\r\n background-color: rgba(255, 255, 255, 0.7);\r\n z-index: 10;\r\n}\r\n\r\n.form__spinner {\r\n display: none;\r\n position: absolute;\r\n top: 50%;\r\n left: 50%;\r\n z-index: 11;\r\n}\r\n", "/* ==========================================================================\r\n TABLES\r\n ========================================================================== */\r\n\r\ntable {\r\n display: block;\r\n margin-bottom: 1em;\r\n width: 100%;\r\n font-family: $global-font-family;\r\n font-size: $type-size-6;\r\n border-collapse: collapse;\r\n overflow-x: auto;\r\n\r\n & + table {\r\n margin-top: 1em;\r\n }\r\n}\r\n\r\nthead {\r\n background-color: $border-color;\r\n border-bottom: 2px solid mix(#000, $border-color, 25%);\r\n}\r\n\r\nth {\r\n padding: 0.5em;\r\n font-weight: bold;\r\n text-align: left;\r\n}\r\n\r\ntd {\r\n padding: 0.5em;\r\n border-bottom: 1px solid mix(#000, $border-color, 25%);\r\n}\r\n\r\ntr,\r\ntd,\r\nth {\r\n vertical-align: middle;\r\n}", "/* ==========================================================================\r\n ANIMATIONS\r\n ========================================================================== */\r\n\r\n@-webkit-keyframes intro {\r\n 0% {\r\n opacity: 0;\r\n }\r\n 100% {\r\n opacity: 1;\r\n }\r\n}\r\n\r\n@keyframes intro {\r\n 0% {\r\n opacity: 0;\r\n }\r\n 100% {\r\n opacity: 1;\r\n }\r\n}", "/* ==========================================================================\r\n BUTTONS\r\n ========================================================================== */\r\n\r\n/*\r\n Default button\r\n ========================================================================== */\r\n\r\n.btn {\r\n /* default */\r\n display: inline-block;\r\n margin-bottom: 0.25em;\r\n padding: 0.5em 1em;\r\n font-family: $sans-serif;\r\n font-size: $type-size-6;\r\n font-weight: bold;\r\n text-align: center;\r\n text-decoration: none;\r\n border-width: 0;\r\n border-radius: $border-radius;\r\n cursor: pointer;\r\n\r\n .icon {\r\n margin-right: 0.5em;\r\n }\r\n\r\n .icon + .hidden {\r\n margin-left: -0.5em; /* override for hidden text*/\r\n }\r\n\r\n /* button colors */\r\n $buttoncolors:\r\n (primary, $primary-color),\r\n (inverse, #fff),\r\n (light-outline, transparent),\r\n (success, $success-color),\r\n (warning, $warning-color),\r\n (danger, $danger-color),\r\n (info, $info-color),\r\n (facebook, $facebook-color),\r\n (twitter, $twitter-color),\r\n (linkedin, $linkedin-color);\r\n\r\n @each $buttoncolor, $color in $buttoncolors {\r\n &--#{$buttoncolor} {\r\n @include yiq-contrasted($color);\r\n @if ($buttoncolor == inverse) {\r\n border: 1px solid $border-color;\r\n }\r\n @if ($buttoncolor == light-outline) {\r\n border: 1px solid #fff;\r\n }\r\n\r\n &:visited {\r\n @include yiq-contrasted($color);\r\n }\r\n\r\n &:hover {\r\n @include yiq-contrasted(mix(#000, $color, 20%));\r\n }\r\n }\r\n }\r\n\r\n /* fills width of parent container */\r\n &--block {\r\n display: block;\r\n width: 100%;\r\n\r\n + .btn--block {\r\n margin-top: 0.25em;\r\n }\r\n }\r\n\r\n /* disabled */\r\n &--disabled {\r\n pointer-events: none;\r\n cursor: not-allowed;\r\n filter: alpha(opacity=65);\r\n box-shadow: none;\r\n opacity: 0.65;\r\n }\r\n\r\n /* extra large button */\r\n &--x-large {\r\n font-size: $type-size-4;\r\n }\r\n\r\n /* large button */\r\n &--large {\r\n font-size: $type-size-5;\r\n }\r\n\r\n /* small button */\r\n &--small {\r\n font-size: $type-size-7;\r\n }\r\n}", "/* ==========================================================================\r\n NOTICE TEXT BLOCKS\r\n ========================================================================== */\r\n\r\n/**\r\n * Default Kramdown usage (no indents!):\r\n *
\r\n * #### Headline for the Notice\r\n * Text for the notice\r\n *
\r\n */\r\n\r\n@mixin notice($notice-color) {\r\n margin: 2em 0 !important; /* override*/\r\n padding: 1em;\r\n color: $text-color;\r\n font-family: $global-font-family;\r\n font-size: $type-size-6 !important;\r\n text-indent: initial; /* override*/\r\n background-color: mix($background-color, $notice-color, $notice-background-mix);\r\n border-radius: $border-radius;\r\n box-shadow: 0 1px 1px rgba($notice-color, 0.25);\r\n\r\n h4 {\r\n margin-top: 0 !important; /* override*/\r\n margin-bottom: 0.75em;\r\n line-height: inherit;\r\n }\r\n\r\n @at-root .page__content #{&} h4 {\r\n /* using at-root to override .page-content h4 font size*/\r\n margin-bottom: 0;\r\n font-size: 1em;\r\n }\r\n\r\n p {\r\n &:last-child {\r\n margin-bottom: 0 !important; /* override*/\r\n }\r\n }\r\n\r\n h4 + p {\r\n /* remove space above paragraphs that appear directly after notice headline*/\r\n margin-top: 0;\r\n padding-top: 0;\r\n }\r\n\r\n a {\r\n color: mix(#000, $notice-color, 10%);\r\n\r\n &:hover {\r\n color: mix(#000, $notice-color, 50%);\r\n }\r\n }\r\n\r\n code {\r\n background-color: mix($background-color, $notice-color, $code-notice-background-mix)\r\n }\r\n\r\n\tpre code {\r\n\t\tbackground-color: inherit;\r\n\t}\r\n\r\n ul {\r\n &:last-child {\r\n margin-bottom: 0; /* override*/\r\n }\r\n }\r\n}\r\n\r\n/* Default notice */\r\n\r\n.notice {\r\n @include notice($light-gray);\r\n}\r\n\r\n/* Primary notice */\r\n\r\n.notice--primary {\r\n @include notice($primary-color);\r\n}\r\n\r\n/* Info notice */\r\n\r\n.notice--info {\r\n @include notice($info-color);\r\n}\r\n\r\n/* Warning notice */\r\n\r\n.notice--warning {\r\n @include notice($warning-color);\r\n}\r\n\r\n/* Success notice */\r\n\r\n.notice--success {\r\n @include notice($success-color);\r\n}\r\n\r\n/* Danger notice */\r\n\r\n.notice--danger {\r\n @include notice($danger-color);\r\n}\r\n", "/* ==========================================================================\r\n MASTHEAD\r\n ========================================================================== */\r\n\r\n.masthead {\r\n position: relative;\r\n border-bottom: 1px solid $border-color;\r\n -webkit-animation: $intro-transition;\r\n animation: $intro-transition;\r\n -webkit-animation-delay: 0.15s;\r\n animation-delay: 0.15s;\r\n z-index: 20;\r\n\r\n &__inner-wrap {\r\n @include clearfix;\r\n margin-left: auto;\r\n margin-right: auto;\r\n padding: 1em;\r\n max-width: 100%;\r\n display: -webkit-box;\r\n display: -ms-flexbox;\r\n display: flex;\r\n -webkit-box-pack: justify;\r\n -ms-flex-pack: justify;\r\n justify-content: space-between;\r\n font-family: $sans-serif-narrow;\r\n\r\n @include breakpoint($x-large) {\r\n max-width: $max-width;\r\n }\r\n\r\n nav {\r\n z-index: 10;\r\n }\r\n\r\n a {\r\n text-decoration: none;\r\n }\r\n }\r\n}\r\n\r\n.site-logo img {\r\n max-height: 2rem;\r\n}\r\n\r\n.site-title {\r\n display: -webkit-box;\r\n display: -ms-flexbox;\r\n display: flex;\r\n -ms-flex-item-align: center;\r\n align-self: center;\r\n font-weight: bold;\r\n // z-index: 20;\r\n}\r\n\r\n.site-subtitle {\r\n display: block;\r\n font-size: $type-size-8;\r\n}\r\n\r\n.masthead__menu {\r\n float: left;\r\n margin-left: 0;\r\n margin-right: 0;\r\n width: 100%;\r\n clear: both;\r\n\r\n .site-nav {\r\n margin-left: 0;\r\n\r\n @include breakpoint($small) {\r\n float: right;\r\n }\r\n }\r\n\r\n ul {\r\n margin: 0;\r\n padding: 0;\r\n clear: both;\r\n list-style-type: none;\r\n }\r\n}\r\n\r\n.masthead__menu-item {\r\n display: block;\r\n list-style-type: none;\r\n white-space: nowrap;\r\n\r\n &--lg {\r\n padding-right: 2em;\r\n font-weight: 700;\r\n }\r\n}\r\n", "/* ==========================================================================\r\n NAVIGATION\r\n ========================================================================== */\r\n\r\n/*\r\n Breadcrumb navigation links\r\n ========================================================================== */\r\n\r\n.breadcrumbs {\r\n @include clearfix;\r\n margin: 0 auto;\r\n max-width: 100%;\r\n padding-left: 1em;\r\n padding-right: 1em;\r\n font-family: $sans-serif;\r\n -webkit-animation: $intro-transition;\r\n animation: $intro-transition;\r\n -webkit-animation-delay: 0.3s;\r\n animation-delay: 0.3s;\r\n\r\n @include breakpoint($x-large) {\r\n max-width: $x-large;\r\n }\r\n\r\n ol {\r\n padding: 0;\r\n list-style: none;\r\n font-size: $type-size-6;\r\n\r\n @include breakpoint($large) {\r\n float: right;\r\n width: calc(100% - #{$right-sidebar-width-narrow});\r\n }\r\n\r\n @include breakpoint($x-large) {\r\n width: calc(100% - #{$right-sidebar-width});\r\n }\r\n }\r\n\r\n li {\r\n display: inline;\r\n }\r\n\r\n .current {\r\n font-weight: bold;\r\n }\r\n}\r\n\r\n/*\r\n Post pagination navigation links\r\n ========================================================================== */\r\n\r\n.pagination {\r\n @include clearfix();\r\n float: left;\r\n margin-top: 1em;\r\n padding-top: 1em;\r\n width: 100%;\r\n\r\n ul {\r\n margin: 0;\r\n padding: 0;\r\n list-style-type: none;\r\n font-family: $sans-serif;\r\n }\r\n\r\n li {\r\n display: block;\r\n float: left;\r\n margin-left: -1px;\r\n\r\n a {\r\n display: block;\r\n margin-bottom: 0.25em;\r\n padding: 0.5em 1em;\r\n font-family: $sans-serif;\r\n font-size: 14px;\r\n font-weight: bold;\r\n line-height: 1.5;\r\n text-align: center;\r\n text-decoration: none;\r\n color: $muted-text-color;\r\n border: 1px solid mix(#000, $border-color, 25%);\r\n border-radius: 0;\r\n\r\n &:hover {\r\n color: $link-color-hover;\r\n }\r\n\r\n &.current,\r\n &.current.disabled {\r\n color: #fff;\r\n background: $primary-color;\r\n }\r\n\r\n &.disabled {\r\n color: rgba($muted-text-color, 0.5);\r\n pointer-events: none;\r\n cursor: not-allowed;\r\n }\r\n }\r\n\r\n &:first-child {\r\n margin-left: 0;\r\n\r\n a {\r\n border-top-left-radius: $border-radius;\r\n border-bottom-left-radius: $border-radius;\r\n }\r\n }\r\n\r\n &:last-child {\r\n a {\r\n border-top-right-radius: $border-radius;\r\n border-bottom-right-radius: $border-radius;\r\n }\r\n }\r\n }\r\n\r\n /* next/previous buttons */\r\n &--pager {\r\n display: block;\r\n padding: 1em 2em;\r\n float: left;\r\n width: 50%;\r\n font-family: $sans-serif;\r\n font-size: $type-size-5;\r\n font-weight: bold;\r\n text-align: center;\r\n text-decoration: none;\r\n color: $muted-text-color;\r\n border: 1px solid mix(#000, $border-color, 25%);\r\n border-radius: $border-radius;\r\n\r\n &:hover {\r\n @include yiq-contrasted($muted-text-color);\r\n }\r\n\r\n &:first-child {\r\n border-top-right-radius: 0;\r\n border-bottom-right-radius: 0;\r\n }\r\n\r\n &:last-child {\r\n margin-left: -1px;\r\n border-top-left-radius: 0;\r\n border-bottom-left-radius: 0;\r\n }\r\n\r\n &.disabled {\r\n color: rgba($muted-text-color, 0.5);\r\n pointer-events: none;\r\n cursor: not-allowed;\r\n }\r\n }\r\n}\r\n\r\n.page__content + .pagination,\r\n.page__meta + .pagination,\r\n.page__share + .pagination,\r\n.page__comments + .pagination {\r\n margin-top: 2em;\r\n padding-top: 2em;\r\n border-top: 1px solid $border-color;\r\n}\r\n\r\n/*\r\n Priority plus navigation\r\n ========================================================================== */\r\n\r\n.greedy-nav {\r\n position: relative;\r\n display: -webkit-box;\r\n display: -ms-flexbox;\r\n display: flex;\r\n -webkit-box-align: center;\r\n -ms-flex-align: center;\r\n align-items: center;\r\n min-height: $nav-height;\r\n background: $background-color;\r\n\r\n a {\r\n display: block;\r\n margin: 0 1rem;\r\n color: $masthead-link-color;\r\n text-decoration: none;\r\n -webkit-transition: none;\r\n transition: none;\r\n\r\n &:hover {\r\n color: $masthead-link-color-hover;\r\n }\r\n\r\n &.site-logo {\r\n margin-left: 0;\r\n margin-right: 0.5rem;\r\n }\r\n\r\n &.site-title {\r\n margin-left: 0;\r\n }\r\n }\r\n\r\n img {\r\n -webkit-transition: none;\r\n transition: none;\r\n }\r\n\r\n &__toggle {\r\n -ms-flex-item-align: center;\r\n align-self: center;\r\n height: $nav-toggle-height;\r\n border: 0;\r\n outline: none;\r\n background-color: transparent;\r\n cursor: pointer;\r\n }\r\n\r\n .visible-links {\r\n display: -webkit-box;\r\n display: -ms-flexbox;\r\n display: flex;\r\n -webkit-box-pack: end;\r\n -ms-flex-pack: end;\r\n justify-content: flex-end;\r\n -webkit-box-flex: 1;\r\n -ms-flex: 1;\r\n flex: 1;\r\n overflow: hidden;\r\n\r\n li {\r\n -webkit-box-flex: 0;\r\n -ms-flex: none;\r\n flex: none;\r\n }\r\n\r\n a {\r\n position: relative;\r\n\r\n &:before {\r\n content: \"\";\r\n position: absolute;\r\n left: 0;\r\n bottom: 0;\r\n height: 4px;\r\n background: $primary-color;\r\n width: 100%;\r\n -webkit-transition: $global-transition;\r\n transition: $global-transition;\r\n -webkit-transform: scaleX(0) translate3d(0, 0, 0);\r\n transform: scaleX(0) translate3d(0, 0, 0); // hide\r\n }\r\n\r\n &:hover:before {\r\n -webkit-transform: scaleX(1);\r\n -ms-transform: scaleX(1);\r\n transform: scaleX(1); // reveal\r\n }\r\n }\r\n }\r\n\r\n .hidden-links {\r\n position: absolute;\r\n top: 100%;\r\n right: 0;\r\n margin-top: 15px;\r\n padding: 5px;\r\n border: 1px solid $border-color;\r\n border-radius: $border-radius;\r\n background: $background-color;\r\n -webkit-box-shadow: 0 2px 4px 0 rgba(#000, 0.16),\r\n 0 2px 10px 0 rgba(#000, 0.12);\r\n box-shadow: 0 2px 4px 0 rgba(#000, 0.16), 0 2px 10px 0 rgba(#000, 0.12);\r\n\r\n &.hidden {\r\n display: none;\r\n }\r\n\r\n a {\r\n margin: 0;\r\n padding: 10px 20px;\r\n font-size: $type-size-5;\r\n\r\n &:hover {\r\n color: $masthead-link-color-hover;\r\n background: $navicon-link-color-hover;\r\n }\r\n }\r\n\r\n &:before {\r\n content: \"\";\r\n position: absolute;\r\n top: -11px;\r\n right: 10px;\r\n width: 0;\r\n border-style: solid;\r\n border-width: 0 10px 10px;\r\n border-color: $border-color transparent;\r\n display: block;\r\n z-index: 0;\r\n }\r\n\r\n &:after {\r\n content: \"\";\r\n position: absolute;\r\n top: -10px;\r\n right: 10px;\r\n width: 0;\r\n border-style: solid;\r\n border-width: 0 10px 10px;\r\n border-color: $background-color transparent;\r\n display: block;\r\n z-index: 1;\r\n }\r\n\r\n li {\r\n display: block;\r\n border-bottom: 1px solid $border-color;\r\n\r\n &:last-child {\r\n border-bottom: none;\r\n }\r\n }\r\n }\r\n}\r\n\r\n.no-js {\r\n .greedy-nav {\r\n .visible-links {\r\n -ms-flex-wrap: wrap;\r\n flex-wrap: wrap;\r\n overflow: visible;\r\n }\r\n }\r\n}\r\n\r\n/*\r\n Navigation list\r\n ========================================================================== */\r\n\r\n.nav__list {\r\n margin-bottom: 1.5em;\r\n\r\n input[type=\"checkbox\"],\r\n label {\r\n display: none;\r\n }\r\n\r\n @include breakpoint(max-width $large - 1px) {\r\n label {\r\n position: relative;\r\n display: inline-block;\r\n padding: 0.5em 2.5em 0.5em 1em;\r\n color: $gray;\r\n font-size: $type-size-6;\r\n font-weight: bold;\r\n border: 1px solid $light-gray;\r\n border-radius: $border-radius;\r\n z-index: 20;\r\n -webkit-transition: 0.2s ease-out;\r\n transition: 0.2s ease-out;\r\n cursor: pointer;\r\n\r\n &:before,\r\n &:after {\r\n content: \"\";\r\n position: absolute;\r\n right: 1em;\r\n top: 1.25em;\r\n width: 0.75em;\r\n height: 0.125em;\r\n line-height: 1;\r\n background-color: $gray;\r\n -webkit-transition: 0.2s ease-out;\r\n transition: 0.2s ease-out;\r\n }\r\n\r\n &:after {\r\n -webkit-transform: rotate(90deg);\r\n -ms-transform: rotate(90deg);\r\n transform: rotate(90deg);\r\n }\r\n\r\n &:hover {\r\n color: #fff;\r\n border-color: $gray;\r\n background-color: mix(white, #000, 20%);\r\n\r\n &:before,\r\n &:after {\r\n background-color: #fff;\r\n }\r\n }\r\n }\r\n\r\n /* selected*/\r\n input:checked + label {\r\n color: white;\r\n background-color: mix(white, #000, 20%);\r\n\r\n &:before,\r\n &:after {\r\n background-color: #fff;\r\n }\r\n }\r\n\r\n /* on hover show expand*/\r\n label:hover:after {\r\n -webkit-transform: rotate(90deg);\r\n -ms-transform: rotate(90deg);\r\n transform: rotate(90deg);\r\n }\r\n\r\n input:checked + label:hover:after {\r\n -webkit-transform: rotate(0);\r\n -ms-transform: rotate(0);\r\n transform: rotate(0);\r\n }\r\n\r\n ul {\r\n margin-bottom: 1em;\r\n }\r\n\r\n a {\r\n display: block;\r\n padding: 0.25em 0;\r\n\r\n @include breakpoint($large) {\r\n padding-top: 0.125em;\r\n padding-bottom: 0.125em;\r\n }\r\n\r\n &:hover {\r\n text-decoration: underline;\r\n }\r\n }\r\n }\r\n}\r\n\r\n.nav__list .nav__items {\r\n margin: 0;\r\n font-size: 1.25rem;\r\n\r\n a {\r\n color: inherit;\r\n }\r\n\r\n .active {\r\n margin-left: -0.5em;\r\n padding-left: 0.5em;\r\n padding-right: 0.5em;\r\n font-weight: bold;\r\n }\r\n\r\n @include breakpoint(max-width $large - 1px) {\r\n position: relative;\r\n max-height: 0;\r\n opacity: 0%;\r\n overflow: hidden;\r\n z-index: 10;\r\n -webkit-transition: 0.3s ease-in-out;\r\n transition: 0.3s ease-in-out;\r\n -webkit-transform: translate(0, 10%);\r\n -ms-transform: translate(0, 10%);\r\n transform: translate(0, 10%);\r\n }\r\n}\r\n\r\n@include breakpoint(max-width $large - 1px) {\r\n .nav__list input:checked ~ .nav__items {\r\n -webkit-transition: 0.5s ease-in-out;\r\n transition: 0.5s ease-in-out;\r\n max-height: 9999px; /* exaggerate max-height to accommodate tall lists*/\r\n overflow: visible;\r\n opacity: 1;\r\n margin-top: 1em;\r\n -webkit-transform: translate(0, 0);\r\n -ms-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n}\r\n\r\n.nav__title {\r\n margin: 0;\r\n padding: 0.5rem 0.75rem;\r\n font-family: $sans-serif-narrow;\r\n font-size: $type-size-5;\r\n font-weight: bold;\r\n}\r\n\r\n.nav__sub-title {\r\n display: block;\r\n margin: 0.5rem 0;\r\n padding: 0.25rem 0;\r\n font-family: $sans-serif-narrow;\r\n font-size: $type-size-6;\r\n font-weight: bold;\r\n text-transform: uppercase;\r\n border-bottom: 1px solid $border-color;\r\n}\r\n\r\n/*\r\n Table of contents navigation\r\n ========================================================================== */\r\n\r\n.toc {\r\n font-family: $sans-serif-narrow;\r\n color: $gray;\r\n background-color: $background-color;\r\n border: 1px solid $border-color;\r\n border-radius: $border-radius;\r\n -webkit-box-shadow: $box-shadow;\r\n box-shadow: $box-shadow;\r\n\r\n .nav__title {\r\n color: #fff;\r\n font-size: $type-size-6;\r\n background: $primary-color;\r\n border-top-left-radius: $border-radius;\r\n border-top-right-radius: $border-radius;\r\n }\r\n\r\n // Scrollspy marks toc items as .active when they are in focus\r\n .active a {\r\n @include yiq-contrasted($active-color);\r\n }\r\n}\r\n\r\n.toc__menu {\r\n margin: 0;\r\n padding: 0;\r\n width: 100%;\r\n list-style: none;\r\n font-size: $type-size-6;\r\n\r\n @include breakpoint($large) {\r\n font-size: $type-size-7;\r\n }\r\n\r\n a {\r\n display: block;\r\n padding: 0.25rem 0.75rem;\r\n color: $muted-text-color;\r\n font-weight: bold;\r\n line-height: 1.5;\r\n border-bottom: 1px solid $border-color;\r\n\r\n &:hover {\r\n color: $text-color;\r\n }\r\n }\r\n\r\n li ul > li a {\r\n padding-left: 1.25rem;\r\n font-weight: normal;\r\n }\r\n\r\n li ul li ul > li a {\r\n padding-left: 1.75rem;\r\n }\r\n\r\n li ul li ul li ul > li a {\r\n padding-left: 2.25rem;\r\n }\r\n\r\n li ul li ul li ul li ul > li a {\r\n padding-left: 2.75rem;\r\n }\r\n\r\n li ul li ul li ul li ul li ul > li a {\r\n padding-left: 3.25rem\r\n }\r\n}\r\n", "/* ==========================================================================\r\n FOOTER\r\n ========================================================================== */\r\n\r\n.page__footer {\r\n @include clearfix;\r\n float: left;\r\n margin-left: 0;\r\n margin-right: 0;\r\n width: 100%;\r\n margin-top: 3em;\r\n color: $muted-text-color;\r\n -webkit-animation: $intro-transition;\r\n animation: $intro-transition;\r\n -webkit-animation-delay: 0.45s;\r\n animation-delay: 0.45s;\r\n background-color: $footer-background-color;\r\n\r\n footer {\r\n @include clearfix;\r\n margin-left: auto;\r\n margin-right: auto;\r\n margin-top: 2em;\r\n max-width: 100%;\r\n padding: 0 1em 2em;\r\n\r\n @include breakpoint($x-large) {\r\n max-width: $x-large;\r\n }\r\n }\r\n\r\n a {\r\n color: inherit;\r\n text-decoration: none;\r\n\r\n &:hover {\r\n text-decoration: underline;\r\n }\r\n }\r\n\r\n .fas,\r\n .fab,\r\n .far,\r\n .fal {\r\n color: $muted-text-color;\r\n }\r\n}\r\n\r\n.page__footer-copyright {\r\n font-family: $global-font-family;\r\n font-size: $type-size-7;\r\n}\r\n\r\n.page__footer-follow {\r\n ul {\r\n margin: 0;\r\n padding: 0;\r\n list-style-type: none;\r\n }\r\n\r\n li {\r\n display: inline-block;\r\n padding-top: 5px;\r\n padding-bottom: 5px;\r\n font-family: $sans-serif-narrow;\r\n font-size: $type-size-6;\r\n text-transform: uppercase;\r\n }\r\n\r\n li + li:before {\r\n content: \"\";\r\n padding-right: 5px;\r\n }\r\n\r\n a {\r\n padding-right: 10px;\r\n font-weight: bold;\r\n }\r\n\r\n .social-icons {\r\n a {\r\n white-space: nowrap;\r\n }\r\n }\r\n}\r\n", "/* ==========================================================================\r\n SEARCH\r\n ========================================================================== */\r\n\r\n.layout--search {\r\n .archive__item-teaser {\r\n margin-bottom: 0.25em;\r\n }\r\n}\r\n\r\n.search__toggle {\r\n margin-left: 1rem;\r\n margin-right: 1rem;\r\n height: $nav-toggle-height;\r\n border: 0;\r\n outline: none;\r\n color: $primary-color;\r\n background-color: transparent;\r\n cursor: pointer;\r\n -webkit-transition: 0.2s;\r\n transition: 0.2s;\r\n\r\n &:hover {\r\n color: mix(#000, $primary-color, 25%);\r\n }\r\n}\r\n\r\n.search-icon {\r\n width: 100%;\r\n height: 100%;\r\n}\r\n\r\n.search-content {\r\n display: none;\r\n visibility: hidden;\r\n padding-top: 1em;\r\n padding-bottom: 1em;\r\n\r\n &__inner-wrap {\r\n width: 100%;\r\n margin-left: auto;\r\n margin-right: auto;\r\n padding-left: 1em;\r\n padding-right: 1em;\r\n -webkit-animation: $intro-transition;\r\n animation: $intro-transition;\r\n -webkit-animation-delay: 0.15s;\r\n animation-delay: 0.15s;\r\n\r\n @include breakpoint($x-large) {\r\n max-width: $max-width;\r\n }\r\n\r\n }\r\n\r\n &__form {\r\n background-color: transparent;\r\n }\r\n\r\n .search-input {\r\n display: block;\r\n margin-bottom: 0;\r\n padding: 0;\r\n border: none;\r\n outline: none;\r\n box-shadow: none;\r\n background-color: transparent;\r\n font-size: $type-size-3;\r\n\r\n @include breakpoint($large) {\r\n font-size: $type-size-2;\r\n }\r\n\r\n @include breakpoint($x-large) {\r\n font-size: $type-size-1;\r\n }\r\n }\r\n\r\n &.is--visible {\r\n display: block;\r\n visibility: visible;\r\n\r\n &::after {\r\n content: \"\";\r\n display: block;\r\n }\r\n }\r\n\r\n .results__found {\r\n margin-top: 0.5em;\r\n font-size: $type-size-6;\r\n }\r\n\r\n .archive__item {\r\n margin-bottom: 2em;\r\n\r\n @include breakpoint($large) {\r\n width: 75%;\r\n }\r\n\r\n @include breakpoint($x-large) {\r\n width: 50%;\r\n }\r\n }\r\n\r\n .archive__item-title {\r\n margin-top: 0;\r\n }\r\n\r\n .archive__item-excerpt {\r\n margin-bottom: 0;\r\n }\r\n}\r\n\r\n/* Algolia search */\r\n\r\n.ais-search-box {\r\n max-width: 100% !important;\r\n margin-bottom: 2em;\r\n}\r\n\r\n.archive__item-title .ais-Highlight {\r\n color: $primary-color;\r\n font-style: normal;\r\n text-decoration: underline;\r\n}\r\n\r\n.archive__item-excerpt .ais-Highlight {\r\n color: $primary-color;\r\n font-style: normal;\r\n font-weight: bold;\r\n}\r\n", "/* ==========================================================================\r\n Syntax highlighting\r\n ========================================================================== */\r\n\r\ndiv.highlighter-rouge,\r\nfigure.highlight {\r\n position: relative;\r\n margin-bottom: 1em;\r\n background: $base00;\r\n color: $base05;\r\n font-family: $monospace;\r\n font-size: $type-size-6;\r\n line-height: 1.8;\r\n border-radius: $border-radius;\r\n\r\n > pre,\r\n pre.highlight {\r\n margin: 0;\r\n padding: 1em;\r\n }\r\n}\r\n\r\n.highlight table {\r\n margin-bottom: 0;\r\n font-size: 1em;\r\n border: 0;\r\n\r\n td {\r\n padding: 0;\r\n width: calc(100% - 1em);\r\n border: 0;\r\n\r\n /* line numbers*/\r\n &.gutter,\r\n &.rouge-gutter {\r\n padding-right: 1em;\r\n width: 1em;\r\n color: $base04;\r\n border-right: 1px solid $base04;\r\n text-align: right;\r\n }\r\n\r\n /* code */\r\n &.code,\r\n &.rouge-code {\r\n padding-left: 1em;\r\n }\r\n }\r\n\r\n pre {\r\n margin: 0;\r\n }\r\n}\r\n\r\n.highlight pre {\r\n width: 100%;\r\n}\r\n\r\n.highlight .hll {\r\n background-color: $base06;\r\n}\r\n.highlight {\r\n .c {\r\n /* Comment */\r\n color: $base04;\r\n }\r\n .err {\r\n /* Error */\r\n color: $base08;\r\n }\r\n .k {\r\n /* Keyword */\r\n color: $base0e;\r\n }\r\n .l {\r\n /* Literal */\r\n color: $base09;\r\n }\r\n .n {\r\n /* Name */\r\n color: $base05;\r\n }\r\n .o {\r\n /* Operator */\r\n color: $base0c;\r\n }\r\n .p {\r\n /* Punctuation */\r\n color: $base05;\r\n }\r\n .cm {\r\n /* Comment.Multiline */\r\n color: $base04;\r\n }\r\n .cp {\r\n /* Comment.Preproc */\r\n color: $base04;\r\n }\r\n .c1 {\r\n /* Comment.Single */\r\n color: $base04;\r\n }\r\n .cs {\r\n /* Comment.Special */\r\n color: $base04;\r\n }\r\n .gd {\r\n /* Generic.Deleted */\r\n color: $base08;\r\n }\r\n .ge {\r\n /* Generic.Emph */\r\n font-style: italic;\r\n }\r\n .gh {\r\n /* Generic.Heading */\r\n color: $base05;\r\n font-weight: bold;\r\n }\r\n .gi {\r\n /* Generic.Inserted */\r\n color: $base0b;\r\n }\r\n .gp {\r\n /* Generic.Prompt */\r\n color: $base04;\r\n font-weight: bold;\r\n }\r\n .gs {\r\n /* Generic.Strong */\r\n font-weight: bold;\r\n }\r\n .gu {\r\n /* Generic.Subheading */\r\n color: $base0c;\r\n font-weight: bold;\r\n }\r\n .kc {\r\n /* Keyword.Constant */\r\n color: $base0e;\r\n }\r\n .kd {\r\n /* Keyword.Declaration */\r\n color: $base0e;\r\n }\r\n .kn {\r\n /* Keyword.Namespace */\r\n color: $base0c;\r\n }\r\n .kp {\r\n /* Keyword.Pseudo */\r\n color: $base0e;\r\n }\r\n .kr {\r\n /* Keyword.Reserved */\r\n color: $base0e;\r\n }\r\n .kt {\r\n /* Keyword.Type */\r\n color: $base0a;\r\n }\r\n .ld {\r\n /* Literal.Date */\r\n color: $base0b;\r\n }\r\n .m {\r\n /* Literal.Number */\r\n color: $base09;\r\n }\r\n .s {\r\n /* Literal.String */\r\n color: $base0b;\r\n }\r\n .na {\r\n /* Name.Attribute */\r\n color: $base0d;\r\n }\r\n .nb {\r\n /* Name.Builtin */\r\n color: $base05;\r\n }\r\n .nc {\r\n /* Name.Class */\r\n color: $base0a;\r\n }\r\n .no {\r\n /* Name.Constant */\r\n color: $base08;\r\n }\r\n .nd {\r\n /* Name.Decorator */\r\n color: $base0c;\r\n }\r\n .ni {\r\n /* Name.Entity */\r\n color: $base05;\r\n }\r\n .ne {\r\n /* Name.Exception */\r\n color: $base08;\r\n }\r\n .nf {\r\n /* Name.Function */\r\n color: $base0d;\r\n }\r\n .nl {\r\n /* Name.Label */\r\n color: $base05;\r\n }\r\n .nn {\r\n /* Name.Namespace */\r\n color: $base0a;\r\n }\r\n .nx {\r\n /* Name.Other */\r\n color: $base0d;\r\n }\r\n .py {\r\n /* Name.Property */\r\n color: $base05;\r\n }\r\n .nt {\r\n /* Name.Tag */\r\n color: $base0c;\r\n }\r\n .nv {\r\n /* Name.Variable */\r\n color: $base08;\r\n }\r\n .ow {\r\n /* Operator.Word */\r\n color: $base0c;\r\n }\r\n .w {\r\n /* Text.Whitespace */\r\n color: $base05;\r\n }\r\n .mf {\r\n /* Literal.Number.Float */\r\n color: $base09;\r\n }\r\n .mh {\r\n /* Literal.Number.Hex */\r\n color: $base09;\r\n }\r\n .mi {\r\n /* Literal.Number.Integer */\r\n color: $base09;\r\n }\r\n .mo {\r\n /* Literal.Number.Oct */\r\n color: $base09;\r\n }\r\n .sb {\r\n /* Literal.String.Backtick */\r\n color: $base0b;\r\n }\r\n .sc {\r\n /* Literal.String.Char */\r\n color: $base05;\r\n }\r\n .sd {\r\n /* Literal.String.Doc */\r\n color: $base04;\r\n }\r\n .s2 {\r\n /* Literal.String.Double */\r\n color: $base0b;\r\n }\r\n .se {\r\n /* Literal.String.Escape */\r\n color: $base09;\r\n }\r\n .sh {\r\n /* Literal.String.Heredoc */\r\n color: $base0b;\r\n }\r\n .si {\r\n /* Literal.String.Interpol */\r\n color: $base09;\r\n }\r\n .sx {\r\n /* Literal.String.Other */\r\n color: $base0b;\r\n }\r\n .sr {\r\n /* Literal.String.Regex */\r\n color: $base0b;\r\n }\r\n .s1 {\r\n /* Literal.String.Single */\r\n color: $base0b;\r\n }\r\n .ss {\r\n /* Literal.String.Symbol */\r\n color: $base0b;\r\n }\r\n .bp {\r\n /* Name.Builtin.Pseudo */\r\n color: $base05;\r\n }\r\n .vc {\r\n /* Name.Variable.Class */\r\n color: $base08;\r\n }\r\n .vg {\r\n /* Name.Variable.Global */\r\n color: $base08;\r\n }\r\n .vi {\r\n /* Name.Variable.Instance */\r\n color: $base08;\r\n }\r\n .il {\r\n /* Literal.Number.Integer.Long */\r\n color: $base09;\r\n }\r\n}\r\n\r\n.gist {\r\n th, td {\r\n border-bottom: 0;\r\n }\r\n}", "/* ==========================================================================\r\n UTILITY CLASSES\r\n ========================================================================== */\r\n\r\n/*\r\n Visibility\r\n ========================================================================== */\r\n\r\n/* http://www.456bereastreet.com/archive/200711/screen_readers_sometimes_ignore_displaynone/ */\r\n\r\n.hidden,\r\n.is--hidden {\r\n display: none;\r\n visibility: hidden;\r\n}\r\n\r\n/* for preloading images */\r\n\r\n.load {\r\n display: none;\r\n}\r\n\r\n.transparent {\r\n opacity: 0;\r\n}\r\n\r\n/* https://developer.yahoo.com/blogs/ydn/clip-hidden-content-better-accessibility-53456.html */\r\n\r\n.visually-hidden,\r\n.screen-reader-text,\r\n.screen-reader-text span,\r\n.screen-reader-shortcut {\r\n position: absolute !important;\r\n clip: rect(1px, 1px, 1px, 1px);\r\n height: 1px !important;\r\n width: 1px !important;\r\n border: 0 !important;\r\n overflow: hidden;\r\n}\r\n\r\nbody:hover .visually-hidden a,\r\nbody:hover .visually-hidden input,\r\nbody:hover .visually-hidden button {\r\n display: none !important;\r\n}\r\n\r\n/* screen readers */\r\n\r\n.screen-reader-text:focus,\r\n.screen-reader-shortcut:focus {\r\n clip: auto !important;\r\n height: auto !important;\r\n width: auto !important;\r\n display: block;\r\n font-size: 1em;\r\n font-weight: bold;\r\n padding: 15px 23px 14px;\r\n background: #fff;\r\n z-index: 100000;\r\n text-decoration: none;\r\n box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);\r\n}\r\n\r\n/*\r\n Skip links\r\n ========================================================================== */\r\n\r\n.skip-link {\r\n position: fixed;\r\n z-index: 20;\r\n margin: 0;\r\n font-family: $sans-serif;\r\n white-space: nowrap;\r\n}\r\n\r\n.skip-link li {\r\n height: 0;\r\n width: 0;\r\n list-style: none;\r\n}\r\n\r\n/*\r\n Type\r\n ========================================================================== */\r\n\r\n.text-left {\r\n text-align: left;\r\n}\r\n\r\n.text-center {\r\n text-align: center;\r\n}\r\n\r\n.text-right {\r\n text-align: right;\r\n}\r\n\r\n.text-justify {\r\n text-align: justify;\r\n}\r\n\r\n.text-nowrap {\r\n white-space: nowrap;\r\n}\r\n\r\n/*\r\n Task lists\r\n ========================================================================== */\r\n\r\n.task-list {\r\n padding:0;\r\n\r\n li {\r\n list-style-type: none;\r\n }\r\n\r\n .task-list-item-checkbox {\r\n margin-right: 0.5em;\r\n opacity: 1;\r\n }\r\n}\r\n\r\n.task-list .task-list {\r\n margin-left: 1em;\r\n}\r\n\r\n/*\r\n Alignment\r\n ========================================================================== */\r\n\r\n/* clearfix */\r\n\r\n.cf {\r\n clear: both;\r\n}\r\n\r\n.wrapper {\r\n margin-left: auto;\r\n margin-right: auto;\r\n width: 100%;\r\n}\r\n\r\n/*\r\n Images\r\n ========================================================================== */\r\n\r\n/* image align left */\r\n\r\n.align-left {\r\n display: block;\r\n margin-left: auto;\r\n margin-right: auto;\r\n\r\n @include breakpoint($small) {\r\n float: left;\r\n margin-right: 1em;\r\n }\r\n}\r\n\r\n/* image align right */\r\n\r\n.align-right {\r\n display: block;\r\n margin-left: auto;\r\n margin-right: auto;\r\n\r\n @include breakpoint($small) {\r\n float: right;\r\n margin-left: 1em;\r\n }\r\n}\r\n\r\n/* image align center */\r\n\r\n.align-center {\r\n display: block;\r\n margin-left: auto;\r\n margin-right: auto;\r\n}\r\n\r\n/* file page content container */\r\n\r\n.full {\r\n @include breakpoint($large) {\r\n margin-right: -1 * span(2.5 of 12) !important;\r\n }\r\n}\r\n\r\n/*\r\n Icons\r\n ========================================================================== */\r\n\r\n.icon {\r\n display: inline-block;\r\n fill: currentColor;\r\n width: 1em;\r\n height: 1.1em;\r\n line-height: 1;\r\n position: relative;\r\n top: -0.1em;\r\n vertical-align: middle;\r\n}\r\n\r\n/* social icons*/\r\n\r\n.social-icons {\r\n .fas,\r\n .fab,\r\n .far,\r\n .fal {\r\n color: $text-color;\r\n }\r\n\r\n .fa-behance,\r\n .fa-behance-square {\r\n color: $behance-color;\r\n }\r\n\r\n .fa-bitbucket {\r\n color: $bitbucket-color;\r\n }\r\n\r\n .fa-dribbble,\r\n .fa-dribble-square {\r\n color: $dribbble-color;\r\n }\r\n\r\n .fa-facebook,\r\n .fa-facebook-square,\r\n .fa-facebook-f {\r\n color: $facebook-color;\r\n }\r\n\r\n .fa-flickr {\r\n color: $flickr-color;\r\n }\r\n\r\n .fa-foursquare {\r\n color: $foursquare-color;\r\n }\r\n\r\n .fa-github,\r\n .fa-github-alt,\r\n .fa-github-square {\r\n color: $github-color;\r\n }\r\n\r\n .fa-gitlab {\r\n color: $gitlab-color;\r\n }\r\n\r\n .fa-instagram {\r\n color: $instagram-color;\r\n }\r\n\r\n .fa-keybase {\r\n color: $keybase-color;\r\n }\r\n\r\n .fa-lastfm,\r\n .fa-lastfm-square {\r\n color: $lastfm-color;\r\n }\r\n\r\n .fa-linkedin,\r\n .fa-linkedin-in {\r\n color: $linkedin-color;\r\n }\r\n\r\n .fa-mastodon,\r\n .fa-mastodon-square {\r\n color: $mastodon-color;\r\n }\r\n\r\n .fa-pinterest,\r\n .fa-pinterest-p,\r\n .fa-pinterest-square {\r\n color: $pinterest-color;\r\n }\r\n\r\n .fa-reddit {\r\n color: $reddit-color;\r\n }\r\n\r\n .fa-rss,\r\n .fa-rss-square {\r\n color: $rss-color;\r\n }\r\n\r\n .fa-soundcloud {\r\n color: $soundcloud-color;\r\n }\r\n\r\n .fa-stack-exchange,\r\n .fa-stack-overflow {\r\n color: $stackoverflow-color;\r\n }\r\n\r\n .fa-tumblr,\r\n .fa-tumblr-square {\r\n color: $tumblr-color;\r\n }\r\n\r\n .fa-twitter,\r\n .fa-twitter-square {\r\n color: $twitter-color;\r\n }\r\n\r\n .fa-vimeo,\r\n .fa-vimeo-square,\r\n .fa-vimeo-v {\r\n color: $vimeo-color;\r\n }\r\n\r\n .fa-vine {\r\n color: $vine-color;\r\n }\r\n\r\n .fa-youtube {\r\n color: $youtube-color;\r\n }\r\n\r\n .fa-xing,\r\n .fa-xing-square {\r\n color: $xing-color;\r\n }\r\n}\r\n\r\n/*\r\n Navicons\r\n ========================================================================== */\r\n\r\n.navicon {\r\n position: relative;\r\n width: $navicon-width;\r\n height: $navicon-height;\r\n background: $primary-color;\r\n margin: auto;\r\n -webkit-transition: 0.3s;\r\n transition: 0.3s;\r\n\r\n &:before,\r\n &:after {\r\n content: \"\";\r\n position: absolute;\r\n left: 0;\r\n width: $navicon-width;\r\n height: $navicon-height;\r\n background: $primary-color;\r\n -webkit-transition: 0.3s;\r\n transition: 0.3s;\r\n }\r\n\r\n &:before {\r\n top: (-2 * $navicon-height);\r\n }\r\n\r\n &:after {\r\n bottom: (-2 * $navicon-height);\r\n }\r\n}\r\n\r\n.close .navicon {\r\n /* hide the middle line*/\r\n background: transparent;\r\n\r\n /* overlay the lines by setting both their top values to 0*/\r\n &:before,\r\n &:after {\r\n -webkit-transform-origin: 50% 50%;\r\n -ms-transform-origin: 50% 50%;\r\n transform-origin: 50% 50%;\r\n top: 0;\r\n width: $navicon-width;\r\n }\r\n\r\n /* rotate the lines to form the x shape*/\r\n &:before {\r\n -webkit-transform: rotate3d(0, 0, 1, 45deg);\r\n transform: rotate3d(0, 0, 1, 45deg);\r\n }\r\n &:after {\r\n -webkit-transform: rotate3d(0, 0, 1, -45deg);\r\n transform: rotate3d(0, 0, 1, -45deg);\r\n }\r\n}\r\n\r\n.greedy-nav__toggle {\r\n &:before {\r\n @supports (pointer-events: none) {\r\n content: '';\r\n position: fixed;\r\n top: 0;\r\n left: 0;\r\n width: 100%;\r\n height: 100%;\r\n opacity: 0;\r\n background-color: $background-color;\r\n -webkit-transition: $global-transition;\r\n transition: $global-transition;\r\n pointer-events: none;\r\n }\r\n }\r\n\r\n &.close {\r\n &:before {\r\n opacity: 0.9;\r\n -webkit-transition: $global-transition;\r\n transition: $global-transition;\r\n pointer-events: auto;\r\n }\r\n }\r\n}\r\n\r\n.greedy-nav__toggle:hover {\r\n .navicon,\r\n .navicon:before,\r\n .navicon:after {\r\n background: mix(#000, $primary-color, 25%);\r\n }\r\n\r\n &.close {\r\n .navicon {\r\n background: transparent;\r\n }\r\n }\r\n}\r\n\r\n/*\r\n Sticky, fixed to top content\r\n ========================================================================== */\r\n\r\n.sticky {\r\n @include breakpoint($large) {\r\n @include clearfix();\r\n position: -webkit-sticky;\r\n position: sticky;\r\n top: 2em;\r\n\r\n > * {\r\n display: block;\r\n }\r\n }\r\n}\r\n\r\n/*\r\n Wells\r\n ========================================================================== */\r\n\r\n.well {\r\n min-height: 20px;\r\n padding: 19px;\r\n margin-bottom: 20px;\r\n background-color: #f5f5f5;\r\n border: 1px solid #e3e3e3;\r\n border-radius: $border-radius;\r\n box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);\r\n}\r\n\r\n/*\r\n Modals\r\n ========================================================================== */\r\n\r\n.show-modal {\r\n overflow: hidden;\r\n position: relative;\r\n\r\n &:before {\r\n position: absolute;\r\n content: \"\";\r\n top: 0;\r\n left: 0;\r\n width: 100%;\r\n height: 100%;\r\n z-index: 999;\r\n background-color: rgba(255, 255, 255, 0.85);\r\n }\r\n\r\n .modal {\r\n display: block;\r\n }\r\n}\r\n\r\n.modal {\r\n display: none;\r\n position: fixed;\r\n width: 300px;\r\n top: 50%;\r\n left: 50%;\r\n margin-left: -150px;\r\n margin-top: -150px;\r\n min-height: 0;\r\n z-index: 9999;\r\n background: #fff;\r\n border: 1px solid $border-color;\r\n border-radius: $border-radius;\r\n box-shadow: $box-shadow;\r\n\r\n &__title {\r\n margin: 0;\r\n padding: 0.5em 1em;\r\n }\r\n\r\n &__supporting-text {\r\n padding: 0 1em 0.5em 1em;\r\n }\r\n\r\n &__actions {\r\n padding: 0.5em 1em;\r\n border-top: 1px solid $border-color;\r\n }\r\n}\r\n\r\n/*\r\n Footnotes\r\n ========================================================================== */\r\n\r\n.footnote {\r\n color: mix(#fff, $gray, 25%);\r\n text-decoration: none;\r\n}\r\n\r\n.footnotes {\r\n color: mix(#fff, $gray, 25%);\r\n\r\n ol,\r\n li,\r\n p {\r\n margin-bottom: 0;\r\n font-size: $type-size-6;\r\n }\r\n}\r\n\r\na.reversefootnote {\r\n color: $gray;\r\n text-decoration: none;\r\n\r\n &:hover {\r\n text-decoration: underline;\r\n }\r\n}\r\n\r\n/*\r\n Required\r\n ========================================================================== */\r\n\r\n.required {\r\n color: $danger-color;\r\n font-weight: bold;\r\n}\r\n\r\n/*\r\n Google Custom Search Engine\r\n ========================================================================== */\r\n\r\n.gsc-control-cse {\r\n table,\r\n tr,\r\n td {\r\n border: 0; /* remove table borders widget */\r\n }\r\n}\r\n\r\n/*\r\n Responsive Video Embed\r\n ========================================================================== */\r\n\r\n.responsive-video-container {\r\n position: relative;\r\n margin-bottom: 1em;\r\n padding-bottom: 56.25%;\r\n height: 0;\r\n overflow: hidden;\r\n max-width: 100%;\r\n\r\n iframe,\r\n object,\r\n embed {\r\n position: absolute;\r\n top: 0;\r\n left: 0;\r\n width: 100%;\r\n height: 100%;\r\n }\r\n}\r\n\r\n// full screen video fixes\r\n:-webkit-full-screen-ancestor {\r\n .masthead,\r\n .page__footer {\r\n position: static;\r\n }\r\n}\r\n", "/* ==========================================================================\r\n SINGLE PAGE/POST\r\n ========================================================================== */\r\n\r\n#main {\r\n @include clearfix;\r\n margin-left: auto;\r\n margin-right: auto;\r\n padding-left: 1em;\r\n padding-right: 1em;\r\n -webkit-animation: $intro-transition;\r\n animation: $intro-transition;\r\n max-width: 100%;\r\n -webkit-animation-delay: 0.15s;\r\n animation-delay: 0.15s;\r\n\r\n @include breakpoint($x-large) {\r\n max-width: $max-width;\r\n }\r\n}\r\n\r\nbody {\r\n display: -webkit-box;\r\n display: -ms-flexbox;\r\n display: flex;\r\n min-height: 100vh;\r\n -webkit-box-orient: vertical;\r\n -webkit-box-direction: normal;\r\n -ms-flex-direction: column;\r\n flex-direction: column;\r\n}\r\n\r\n.initial-content,\r\n.search-content {\r\n flex: 1 0 auto;\r\n}\r\n\r\n.page {\r\n @include breakpoint($large) {\r\n float: right;\r\n width: calc(100% - #{$right-sidebar-width-narrow});\r\n padding-right: $right-sidebar-width-narrow;\r\n }\r\n\r\n @include breakpoint($x-large) {\r\n width: calc(100% - #{$right-sidebar-width});\r\n padding-right: $right-sidebar-width;\r\n }\r\n\r\n .page__inner-wrap {\r\n float: left;\r\n margin-top: 1em;\r\n margin-left: 0;\r\n margin-right: 0;\r\n width: 100%;\r\n clear: both;\r\n\r\n .page__content,\r\n .page__meta,\r\n .page__share {\r\n position: relative;\r\n float: left;\r\n margin-left: 0;\r\n margin-right: 0;\r\n width: 100%;\r\n clear: both;\r\n }\r\n }\r\n}\r\n\r\n.page__title {\r\n margin-top: 0;\r\n line-height: 1;\r\n\r\n a {\r\n color: $text-color;\r\n text-decoration: none;\r\n }\r\n\r\n & + .page__meta {\r\n margin-top: -0.5em;\r\n }\r\n}\r\n\r\n.page__lead {\r\n font-family: $global-font-family;\r\n font-size: $type-size-4;\r\n}\r\n\r\n.page__content {\r\n h2 {\r\n padding-bottom: 0.5em;\r\n border-bottom: 1px solid $border-color;\r\n }\r\n\r\n\th1, h2, h3, h4, h5, h6 {\r\n\t\t.header-link {\r\n\t\t\tposition: relative;\r\n\t\t\tleft: 0.5em;\r\n\t\t\topacity: 0;\r\n\t\t\tfont-size: 0.8em;\r\n\t\t\t-webkit-transition: opacity 0.2s ease-in-out 0.1s;\r\n\t\t\t-moz-transition: opacity 0.2s ease-in-out 0.1s;\r\n\t\t\t-o-transition: opacity 0.2s ease-in-out 0.1s;\r\n\t\t\ttransition: opacity 0.2s ease-in-out 0.1s;\r\n\t\t}\r\n\r\n\t\t&:hover .header-link {\r\n\t\t\topacity: 1;\r\n\t\t}\r\n\t}\r\n\r\n p,\r\n li,\r\n dl {\r\n font-size: 1em;\r\n }\r\n\r\n /* paragraph indents */\r\n p {\r\n margin: 0 0 $indent-var;\r\n\r\n /* sibling indentation*/\r\n @if $paragraph-indent == true {\r\n & + p {\r\n text-indent: $indent-var;\r\n margin-top: -($indent-var);\r\n }\r\n }\r\n }\r\n\r\n a:not(.btn) {\r\n &:hover {\r\n text-decoration: underline;\r\n\r\n img {\r\n box-shadow: 0 0 10px rgba(#000, 0.25);\r\n }\r\n }\r\n }\r\n\r\n dt {\r\n margin-top: 1em;\r\n font-family: $sans-serif;\r\n font-weight: bold;\r\n }\r\n\r\n dd {\r\n margin-left: 1em;\r\n font-family: $sans-serif;\r\n font-size: $type-size-6;\r\n }\r\n\r\n .small {\r\n font-size: $type-size-6;\r\n }\r\n\r\n /* blockquote citations */\r\n blockquote + .small {\r\n margin-top: -1.5em;\r\n padding-left: 1.25rem;\r\n }\r\n}\r\n\r\n.page__hero {\r\n position: relative;\r\n margin-bottom: 2em;\r\n @include clearfix;\r\n -webkit-animation: $intro-transition;\r\n animation: $intro-transition;\r\n -webkit-animation-delay: 0.25s;\r\n animation-delay: 0.25s;\r\n\r\n &--overlay {\r\n position: relative;\r\n margin-bottom: 2em;\r\n padding: 3em 0;\r\n @include clearfix;\r\n background-size: cover;\r\n background-repeat: no-repeat;\r\n background-position: center;\r\n -webkit-animation: $intro-transition;\r\n animation: $intro-transition;\r\n -webkit-animation-delay: 0.25s;\r\n animation-delay: 0.25s;\r\n\r\n a {\r\n color: #fff;\r\n }\r\n\r\n .wrapper {\r\n padding-left: 1em;\r\n padding-right: 1em;\r\n\r\n @include breakpoint($x-large) {\r\n max-width: $x-large;\r\n }\r\n }\r\n\r\n .page__title,\r\n .page__meta,\r\n .page__lead,\r\n .btn {\r\n color: #fff;\r\n text-shadow: 1px 1px 4px rgba(#000, 0.5);\r\n }\r\n\r\n .page__lead {\r\n max-width: $medium;\r\n }\r\n\r\n .page__title {\r\n font-size: $type-size-2;\r\n\r\n @include breakpoint($small) {\r\n font-size: $type-size-1;\r\n }\r\n }\r\n }\r\n}\r\n\r\n.page__hero-image {\r\n width: 100%;\r\n height: auto;\r\n -ms-interpolation-mode: bicubic;\r\n}\r\n\r\n.page__hero-caption {\r\n position: absolute;\r\n bottom: 0;\r\n right: 0;\r\n margin: 0 auto;\r\n padding: 2px 5px;\r\n color: #fff;\r\n font-family: $caption-font-family;\r\n font-size: $type-size-7;\r\n background: #000;\r\n text-align: right;\r\n z-index: 5;\r\n opacity: 0.5;\r\n border-radius: $border-radius 0 0 0;\r\n\r\n @include breakpoint($large) {\r\n padding: 5px 10px;\r\n }\r\n\r\n a {\r\n color: #fff;\r\n text-decoration: none;\r\n }\r\n}\r\n\r\n/*\r\n Social sharing\r\n ========================================================================== */\r\n\r\n.page__share {\r\n margin-top: 2em;\r\n padding-top: 1em;\r\n border-top: 1px solid $border-color;\r\n\r\n @include breakpoint(max-width $small) {\r\n .btn span {\r\n border: 0;\r\n clip: rect(0 0 0 0);\r\n height: 1px;\r\n margin: -1px;\r\n overflow: hidden;\r\n padding: 0;\r\n position: absolute;\r\n width: 1px;\r\n }\r\n }\r\n}\r\n\r\n.page__share-title {\r\n margin-bottom: 10px;\r\n font-size: $type-size-6;\r\n text-transform: uppercase;\r\n}\r\n\r\n/*\r\n Page meta\r\n ========================================================================== */\r\n\r\n.page__meta {\r\n margin-top: 2em;\r\n color: $muted-text-color;\r\n font-family: $sans-serif;\r\n font-size: $type-size-6;\r\n\r\n p {\r\n margin: 0;\r\n }\r\n\r\n a {\r\n color: inherit;\r\n }\r\n}\r\n\r\n.page__meta-title {\r\n margin-bottom: 10px;\r\n font-size: $type-size-6;\r\n text-transform: uppercase;\r\n}\r\n\r\n.page__meta-sep::before {\r\n content: \"\\2022\";\r\n padding-left: 0.5em;\r\n padding-right: 0.5em;\r\n}\r\n\r\n/*\r\n Page taxonomy\r\n ========================================================================== */\r\n\r\n.page__taxonomy {\r\n .sep {\r\n display: none;\r\n }\r\n\r\n strong {\r\n margin-right: 10px;\r\n }\r\n}\r\n\r\n.page__taxonomy-item {\r\n display: inline-block;\r\n margin-right: 5px;\r\n margin-bottom: 8px;\r\n padding: 5px 10px;\r\n text-decoration: none;\r\n border: 1px solid mix(#000, $border-color, 25%);\r\n border-radius: $border-radius;\r\n\r\n &:hover {\r\n text-decoration: none;\r\n color: $link-color-hover;\r\n }\r\n}\r\n\r\n.taxonomy__section {\r\n margin-bottom: 2em;\r\n padding-bottom: 1em;\r\n\r\n &:not(:last-child) {\r\n border-bottom: solid 1px $border-color;\r\n }\r\n\r\n .archive__item-title {\r\n margin-top: 0;\r\n }\r\n\r\n .archive__subtitle {\r\n clear: both;\r\n border: 0;\r\n }\r\n\r\n + .taxonomy__section {\r\n margin-top: 2em;\r\n }\r\n}\r\n\r\n.taxonomy__title {\r\n margin-bottom: 0.5em;\r\n color: $muted-text-color;\r\n}\r\n\r\n.taxonomy__count {\r\n color: $muted-text-color;\r\n}\r\n\r\n.taxonomy__index {\r\n display: grid;\r\n grid-column-gap: 2em;\r\n grid-template-columns: repeat(2, 1fr);\r\n margin: 1.414em 0;\r\n padding: 0;\r\n font-size: 0.75em;\r\n list-style: none;\r\n\r\n @include breakpoint($large) {\r\n grid-template-columns: repeat(3, 1fr);\r\n }\r\n\r\n a {\r\n display: -webkit-box;\r\n display: -ms-flexbox;\r\n display: flex;\r\n padding: 0.25em 0;\r\n -webkit-box-pack: justify;\r\n -ms-flex-pack: justify;\r\n justify-content: space-between;\r\n color: inherit;\r\n text-decoration: none;\r\n border-bottom: 1px solid $border-color;\r\n }\r\n}\r\n\r\n.back-to-top {\r\n display: block;\r\n clear: both;\r\n color: $muted-text-color;\r\n font-size: 0.6em;\r\n text-transform: uppercase;\r\n text-align: right;\r\n text-decoration: none;\r\n}\r\n\r\n/*\r\n Comments\r\n ========================================================================== */\r\n\r\n.page__comments {\r\n float: left;\r\n margin-left: 0;\r\n margin-right: 0;\r\n width: 100%;\r\n clear: both;\r\n}\r\n\r\n.page__comments-title {\r\n margin-top: 2rem;\r\n margin-bottom: 10px;\r\n padding-top: 2rem;\r\n font-size: $type-size-6;\r\n border-top: 1px solid $border-color;\r\n text-transform: uppercase;\r\n}\r\n\r\n.page__comments-form {\r\n -webkit-transition: $global-transition;\r\n transition: $global-transition;\r\n\r\n &.disabled {\r\n input,\r\n button,\r\n textarea,\r\n label {\r\n pointer-events: none;\r\n cursor: not-allowed;\r\n filter: alpha(opacity=65);\r\n box-shadow: none;\r\n opacity: 0.65;\r\n }\r\n }\r\n}\r\n\r\n.comment {\r\n @include clearfix();\r\n margin: 1em 0;\r\n\r\n &:not(:last-child) {\r\n border-bottom: 1px solid $border-color;\r\n }\r\n}\r\n\r\n.comment__avatar-wrapper {\r\n float: left;\r\n width: 60px;\r\n height: 60px;\r\n\r\n @include breakpoint($large) {\r\n width: 100px;\r\n height: 100px;\r\n }\r\n}\r\n\r\n.comment__avatar {\r\n width: 40px;\r\n height: 40px;\r\n border-radius: 50%;\r\n\r\n @include breakpoint($large) {\r\n width: 80px;\r\n height: 80px;\r\n padding: 5px;\r\n border: 1px solid $border-color;\r\n }\r\n}\r\n\r\n.comment__content-wrapper {\r\n float: right;\r\n width: calc(100% - 60px);\r\n\r\n @include breakpoint($large) {\r\n width: calc(100% - 100px);\r\n }\r\n}\r\n\r\n.comment__author {\r\n margin: 0;\r\n\r\n a {\r\n text-decoration: none;\r\n }\r\n}\r\n\r\n.comment__date {\r\n @extend .page__meta;\r\n margin: 0;\r\n\r\n a {\r\n text-decoration: none;\r\n }\r\n}\r\n\r\n/*\r\n Related\r\n ========================================================================== */\r\n\r\n.page__related {\r\n @include clearfix();\r\n float: left;\r\n margin-top: 2em;\r\n padding-top: 1em;\r\n border-top: 1px solid $border-color;\r\n\r\n @include breakpoint($large) {\r\n float: right;\r\n width: calc(100% - #{$right-sidebar-width-narrow});\r\n }\r\n\r\n @include breakpoint($x-large) {\r\n width: calc(100% - #{$right-sidebar-width});\r\n }\r\n\r\n a {\r\n color: inherit;\r\n text-decoration: none;\r\n }\r\n}\r\n\r\n.page__related-title {\r\n margin-bottom: 10px;\r\n font-size: $type-size-6;\r\n text-transform: uppercase;\r\n}\r\n\r\n/*\r\n Wide Pages\r\n ========================================================================== */\r\n\r\n.wide {\r\n .page {\r\n @include breakpoint($large) {\r\n padding-right: 0;\r\n }\r\n\r\n @include breakpoint($x-large) {\r\n padding-right: 0;\r\n }\r\n }\r\n\r\n .page__related {\r\n @include breakpoint($large) {\r\n padding-right: 0;\r\n }\r\n\r\n @include breakpoint($x-large) {\r\n padding-right: 0;\r\n }\r\n }\r\n}", "/* ==========================================================================\r\n ARCHIVE\r\n ========================================================================== */\r\n\r\n.archive {\r\n margin-top: 1em;\r\n margin-bottom: 2em;\r\n\r\n @include breakpoint($large) {\r\n float: right;\r\n width: calc(100% - #{$right-sidebar-width-narrow});\r\n padding-right: $right-sidebar-width-narrow;\r\n }\r\n\r\n @include breakpoint($x-large) {\r\n width: calc(100% - #{$right-sidebar-width});\r\n padding-right: $right-sidebar-width;\r\n }\r\n}\r\n\r\n.archive__item {\r\n position: relative;\r\n\r\n a {\r\n position: relative;\r\n z-index: 10;\r\n }\r\n\r\n a[rel=\"permalink\"] {\r\n position: static;\r\n }\r\n}\r\n\r\n.archive__subtitle {\r\n margin: 1.414em 0 0.5em;\r\n padding-bottom: 0.5em;\r\n font-size: $type-size-5;\r\n color: $muted-text-color;\r\n border-bottom: 1px solid $border-color;\r\n\r\n + .list__item .archive__item-title {\r\n margin-top: 0.5em;\r\n }\r\n}\r\n\r\n.archive__item-title {\r\n margin-bottom: 0.25em;\r\n font-family: $sans-serif-narrow;\r\n line-height: initial;\r\n overflow: hidden;\r\n text-overflow: ellipsis;\r\n\r\n a[rel=\"permalink\"]::before {\r\n content: '';\r\n position: absolute;\r\n left: 0;\r\n top: 0;\r\n right: 0;\r\n bottom: 0;\r\n }\r\n\r\n a + a {\r\n opacity: 0.5;\r\n }\r\n}\r\n\r\n/* remove border*/\r\n.page__content {\r\n .archive__item-title {\r\n margin-top: 1em;\r\n border-bottom: none;\r\n }\r\n}\r\n\r\n.archive__item-excerpt {\r\n margin-top: 0;\r\n font-size: $type-size-6;\r\n\r\n & + p {\r\n text-indent: 0;\r\n }\r\n\r\n a {\r\n position: relative;\r\n }\r\n}\r\n\r\n.archive__item-teaser {\r\n position: relative;\r\n border-radius: $border-radius;\r\n overflow: hidden;\r\n\r\n img {\r\n width: 100%;\r\n }\r\n}\r\n\r\n.archive__item-caption {\r\n position: absolute;\r\n bottom: 0;\r\n right: 0;\r\n margin: 0 auto;\r\n padding: 2px 5px;\r\n color: #fff;\r\n font-family: $caption-font-family;\r\n font-size: $type-size-8;\r\n background: #000;\r\n text-align: right;\r\n z-index: 5;\r\n opacity: 0.5;\r\n border-radius: $border-radius 0 0 0;\r\n\r\n @include breakpoint($large) {\r\n padding: 5px 10px;\r\n }\r\n\r\n a {\r\n color: #fff;\r\n text-decoration: none;\r\n }\r\n}\r\n\r\n/*\r\n List view\r\n ========================================================================== */\r\n\r\n.list__item {\r\n .page__meta {\r\n margin: 0 0 4px;\r\n font-size: 0.6em;\r\n }\r\n}\r\n\r\n/*\r\n Grid view\r\n ========================================================================== */\r\n\r\n.archive {\r\n .grid__wrapper {\r\n /* extend grid elements to the right */\r\n\r\n @include breakpoint($large) {\r\n margin-right: -1 * $right-sidebar-width-narrow;\r\n }\r\n\r\n @include breakpoint($x-large) {\r\n margin-right: -1 * $right-sidebar-width;\r\n }\r\n }\r\n}\r\n\r\n.grid__item {\r\n margin-bottom: 2em;\r\n\r\n @include breakpoint($small) {\r\n float: left;\r\n width: span(5 of 10);\r\n\r\n &:nth-child(2n + 1) {\r\n clear: both;\r\n margin-left: 0;\r\n }\r\n\r\n &:nth-child(2n + 2) {\r\n clear: none;\r\n margin-left: gutter(of 10);\r\n }\r\n }\r\n\r\n @include breakpoint($medium) {\r\n margin-left: 0; /* override margin*/\r\n margin-right: 0; /* override margin*/\r\n width: span(3 of 12);\r\n\r\n &:nth-child(2n + 1) {\r\n clear: none;\r\n }\r\n\r\n &:nth-child(4n + 1) {\r\n clear: both;\r\n }\r\n\r\n &:nth-child(4n + 2) {\r\n clear: none;\r\n margin-left: gutter(1 of 12);\r\n }\r\n\r\n &:nth-child(4n + 3) {\r\n clear: none;\r\n margin-left: gutter(1 of 12);\r\n }\r\n\r\n &:nth-child(4n + 4) {\r\n clear: none;\r\n margin-left: gutter(1 of 12);\r\n }\r\n }\r\n\r\n .page__meta {\r\n margin: 0 0 4px;\r\n font-size: 0.6em;\r\n }\r\n\r\n .page__meta-sep {\r\n display: block;\r\n\r\n &::before {\r\n display: none;\r\n }\r\n }\r\n\r\n .archive__item-title {\r\n margin-top: 0.5em;\r\n font-size: $type-size-5;\r\n }\r\n\r\n .archive__item-excerpt {\r\n display: none;\r\n\r\n @include breakpoint($medium) {\r\n display: block;\r\n font-size: $type-size-6;\r\n }\r\n }\r\n\r\n .archive__item-teaser {\r\n @include breakpoint($small) {\r\n max-height: 200px;\r\n }\r\n\r\n @include breakpoint($medium) {\r\n max-height: 120px;\r\n }\r\n }\r\n}\r\n\r\n/*\r\n Features\r\n ========================================================================== */\r\n\r\n.feature__wrapper {\r\n @include clearfix();\r\n margin-bottom: 2em;\r\n border-bottom: 1px solid $border-color;\r\n\r\n .archive__item-title {\r\n margin-bottom: 0;\r\n }\r\n}\r\n\r\n.feature__item {\r\n position: relative;\r\n margin-bottom: 2em;\r\n font-size: 1.125em;\r\n\r\n @include breakpoint($small) {\r\n float: left;\r\n margin-bottom: 0;\r\n width: span(4 of 12);\r\n\r\n &:nth-child(3n + 1) {\r\n clear: both;\r\n margin-left: 0;\r\n }\r\n\r\n &:nth-child(3n + 2) {\r\n clear: none;\r\n margin-left: gutter(of 12);\r\n }\r\n\r\n &:nth-child(3n + 3) {\r\n clear: none;\r\n margin-left: gutter(of 12);\r\n }\r\n\r\n .feature__item-teaser {\r\n max-height: 200px;\r\n overflow: hidden;\r\n }\r\n }\r\n\r\n .archive__item-body {\r\n padding-left: gutter(1 of 12);\r\n padding-right: gutter(1 of 12);\r\n }\r\n\r\n a.btn::before {\r\n content: '';\r\n position: absolute;\r\n left: 0;\r\n top: 0;\r\n right: 0;\r\n bottom: 0;\r\n }\r\n\r\n &--left {\r\n position: relative;\r\n float: left;\r\n margin-left: 0;\r\n margin-right: 0;\r\n width: 100%;\r\n clear: both;\r\n font-size: 1.125em;\r\n\r\n .archive__item {\r\n float: left;\r\n }\r\n\r\n .archive__item-teaser {\r\n margin-bottom: 2em;\r\n }\r\n\r\n a.btn::before {\r\n content: '';\r\n position: absolute;\r\n left: 0;\r\n top: 0;\r\n right: 0;\r\n bottom: 0;\r\n }\r\n\r\n @include breakpoint($small) {\r\n .archive__item-teaser {\r\n float: left;\r\n width: span(5 of 12);\r\n }\r\n\r\n .archive__item-body {\r\n float: right;\r\n padding-left: gutter(0.5 of 12);\r\n padding-right: gutter(1 of 12);\r\n width: span(7 of 12);\r\n }\r\n }\r\n }\r\n\r\n &--right {\r\n position: relative;\r\n float: left;\r\n margin-left: 0;\r\n margin-right: 0;\r\n width: 100%;\r\n clear: both;\r\n font-size: 1.125em;\r\n\r\n .archive__item {\r\n float: left;\r\n }\r\n\r\n .archive__item-teaser {\r\n margin-bottom: 2em;\r\n }\r\n\r\n a.btn::before {\r\n content: '';\r\n position: absolute;\r\n left: 0;\r\n top: 0;\r\n right: 0;\r\n bottom: 0;\r\n }\r\n\r\n @include breakpoint($small) {\r\n text-align: right;\r\n\r\n .archive__item-teaser {\r\n float: right;\r\n width: span(5 of 12);\r\n }\r\n\r\n .archive__item-body {\r\n float: left;\r\n width: span(7 of 12);\r\n padding-left: gutter(0.5 of 12);\r\n padding-right: gutter(1 of 12);\r\n }\r\n }\r\n }\r\n\r\n &--center {\r\n position: relative;\r\n float: left;\r\n margin-left: 0;\r\n margin-right: 0;\r\n width: 100%;\r\n clear: both;\r\n font-size: 1.125em;\r\n\r\n .archive__item {\r\n float: left;\r\n width: 100%;\r\n }\r\n\r\n .archive__item-teaser {\r\n margin-bottom: 2em;\r\n }\r\n\r\n a.btn::before {\r\n content: '';\r\n position: absolute;\r\n left: 0;\r\n top: 0;\r\n right: 0;\r\n bottom: 0;\r\n }\r\n\r\n @include breakpoint($small) {\r\n text-align: center;\r\n\r\n .archive__item-teaser {\r\n margin: 0 auto;\r\n width: span(5 of 12);\r\n }\r\n\r\n .archive__item-body {\r\n margin: 0 auto;\r\n width: span(7 of 12);\r\n }\r\n }\r\n }\r\n}\r\n\r\n/* Place inside an archive layout */\r\n\r\n.archive {\r\n .feature__wrapper {\r\n .archive__item-title {\r\n margin-top: 0.25em;\r\n font-size: 1em;\r\n }\r\n }\r\n\r\n .feature__item,\r\n .feature__item--left,\r\n .feature__item--center,\r\n .feature__item--right {\r\n font-size: 1em;\r\n }\r\n}\r\n\r\n/*\r\n Wide Pages\r\n ========================================================================== */\r\n\r\n .wide {\r\n .archive {\r\n @include breakpoint($large) {\r\n padding-right: 0;\r\n }\r\n\r\n @include breakpoint($x-large) {\r\n padding-right: 0;\r\n }\r\n }\r\n}\r\n\r\n/* Place inside a single layout */\r\n\r\n.layout--single {\r\n\t.feature__wrapper {\r\n\t\tdisplay: inline-block;\r\n\t}\r\n}\r\n", "/* ==========================================================================\r\n SIDEBAR\r\n ========================================================================== */\r\n\r\n/*\r\n Default\r\n ========================================================================== */\r\n\r\n.sidebar {\r\n @include clearfix();\r\n // @include breakpoint(max-width $large) {\r\n // /* fix z-index order of follow links */\r\n // position: relative;\r\n // z-index: 10;\r\n // -webkit-transform: translate3d(0, 0, 0);\r\n // transform: translate3d(0, 0, 0);\r\n // }\r\n\r\n @include breakpoint($large) {\r\n float: left;\r\n width: calc(#{$right-sidebar-width-narrow} - 1em);\r\n opacity: 0.75;\r\n -webkit-transition: opacity 0.2s ease-in-out;\r\n transition: opacity 0.2s ease-in-out;\r\n\r\n &:hover {\r\n opacity: 1;\r\n }\r\n\r\n &.sticky {\r\n overflow-y: auto;\r\n /* calculate height of nav list\r\n viewport height - nav height - masthead x-padding\r\n */\r\n max-height: calc(100vh - #{$nav-height} - 2em);\r\n }\r\n }\r\n\r\n @include breakpoint($x-large) {\r\n width: calc(#{$right-sidebar-width} - 1em);\r\n }\r\n\r\n > * {\r\n margin-top: 1em;\r\n margin-bottom: 1em;\r\n }\r\n\r\n h2,\r\n h3,\r\n h4,\r\n h5,\r\n h6 {\r\n margin-bottom: 0;\r\n font-family: $sans-serif-narrow;\r\n }\r\n\r\n p,\r\n li {\r\n font-family: $sans-serif;\r\n font-size: $type-size-6;\r\n line-height: 1.5;\r\n }\r\n\r\n img {\r\n width: 100%;\r\n\r\n &.emoji {\r\n width: 20px;\r\n height: 20px;\r\n }\r\n }\r\n}\r\n\r\n.sidebar__right {\r\n margin-bottom: 1em;\r\n\r\n @include breakpoint($large) {\r\n position: absolute;\r\n top: 0;\r\n right: 0;\r\n width: $right-sidebar-width-narrow;\r\n margin-right: -1 * $right-sidebar-width-narrow;\r\n padding-left: 1em;\r\n z-index: 10;\r\n\r\n &.sticky {\r\n @include clearfix();\r\n position: -webkit-sticky;\r\n position: sticky;\r\n top: 2em;\r\n float: right;\r\n\r\n .toc {\r\n .toc__menu {\r\n overflow-y: auto;\r\n max-height: calc(100vh - 7em);\r\n }\r\n }\r\n }\r\n }\r\n\r\n @include breakpoint($x-large) {\r\n width: $right-sidebar-width;\r\n margin-right: -1 * $right-sidebar-width;\r\n }\r\n}\r\n\r\n.splash .sidebar__right {\r\n @include breakpoint($large) {\r\n position: relative;\r\n float: right;\r\n margin-right: 0;\r\n }\r\n\r\n @include breakpoint($x-large) {\r\n margin-right: 0;\r\n }\r\n}\r\n\r\n/*\r\n Author profile and links\r\n ========================================================================== */\r\n\r\n.author__avatar {\r\n display: table-cell;\r\n vertical-align: top;\r\n width: 36px;\r\n height: 36px;\r\n\r\n @include breakpoint($large) {\r\n display: block;\r\n width: auto;\r\n height: auto;\r\n }\r\n\r\n img {\r\n max-width: 110px;\r\n border-radius: 50%;\r\n\r\n @include breakpoint($large) {\r\n padding: 5px;\r\n border: 1px solid $border-color;\r\n }\r\n }\r\n}\r\n\r\n.author__content {\r\n display: table-cell;\r\n vertical-align: top;\r\n padding-left: 15px;\r\n padding-right: 25px;\r\n line-height: 1;\r\n\r\n @include breakpoint($large) {\r\n display: block;\r\n width: 100%;\r\n padding-left: 0;\r\n padding-right: 0;\r\n }\r\n\r\n a {\r\n color: inherit;\r\n text-decoration: none;\r\n }\r\n}\r\n\r\n.author__name {\r\n margin: 0;\r\n\r\n @include breakpoint($large) {\r\n margin-top: 10px;\r\n margin-bottom: 10px;\r\n }\r\n}\r\n.sidebar .author__name {\r\n font-family: $sans-serif;\r\n font-size: $type-size-5;\r\n}\r\n\r\n.author__bio {\r\n margin: 0;\r\n\r\n @include breakpoint($large) {\r\n margin-top: 10px;\r\n margin-bottom: 20px;\r\n }\r\n}\r\n\r\n.author__urls-wrapper {\r\n position: relative;\r\n display: table-cell;\r\n vertical-align: middle;\r\n font-family: $sans-serif;\r\n z-index: 20;\r\n cursor: pointer;\r\n\r\n li:last-child {\r\n a {\r\n margin-bottom: 0;\r\n }\r\n }\r\n\r\n .author__urls {\r\n span.label {\r\n padding-left: 5px;\r\n }\r\n }\r\n\r\n @include breakpoint($large) {\r\n display: block;\r\n }\r\n\r\n button {\r\n position: relative;\r\n margin-bottom: 0;\r\n\r\n &:before {\r\n @supports (pointer-events: none) {\r\n content: '';\r\n position: fixed;\r\n top: 0;\r\n left: 0;\r\n width: 100%;\r\n height: 100%;\r\n pointer-events: none;\r\n }\r\n }\r\n\r\n &.open {\r\n &:before {\r\n pointer-events: auto;\r\n }\r\n }\r\n\r\n @include breakpoint($large) {\r\n display: none;\r\n }\r\n }\r\n}\r\n\r\n.author__urls {\r\n display: none;\r\n position: absolute;\r\n right: 0;\r\n margin-top: 15px;\r\n padding: 10px;\r\n list-style-type: none;\r\n border: 1px solid $border-color;\r\n border-radius: $border-radius;\r\n background: $background-color;\r\n box-shadow: 0 2px 4px 0 rgba(#000, 0.16), 0 2px 10px 0 rgba(#000, 0.12);\r\n cursor: default;\r\n\r\n &.is--visible {\r\n display: block;\r\n }\r\n\r\n @include breakpoint($large) {\r\n display: block;\r\n position: relative;\r\n margin: 0;\r\n padding: 0;\r\n border: 0;\r\n background: transparent;\r\n box-shadow: none;\r\n }\r\n\r\n &:before {\r\n display: block;\r\n content: \"\";\r\n position: absolute;\r\n top: -11px;\r\n left: calc(50% - 10px);\r\n width: 0;\r\n border-style: solid;\r\n border-width: 0 10px 10px;\r\n border-color: $border-color transparent;\r\n z-index: 0;\r\n\r\n @include breakpoint($large) {\r\n display: none;\r\n }\r\n }\r\n\r\n &:after {\r\n display: block;\r\n content: \"\";\r\n position: absolute;\r\n top: -10px;\r\n left: calc(50% - 10px);\r\n width: 0;\r\n border-style: solid;\r\n border-width: 0 10px 10px;\r\n border-color: $background-color transparent;\r\n z-index: 1;\r\n\r\n @include breakpoint($large) {\r\n display: none;\r\n }\r\n }\r\n\r\n ul {\r\n padding: 10px;\r\n list-style-type: none;\r\n }\r\n\r\n li {\r\n white-space: nowrap;\r\n }\r\n\r\n a {\r\n display: block;\r\n margin-bottom: 5px;\r\n padding-right: 5px;\r\n padding-top: 2px;\r\n padding-bottom: 2px;\r\n color: inherit;\r\n font-size: $type-size-5;\r\n text-decoration: none;\r\n\r\n &:hover {\r\n text-decoration: underline;\r\n }\r\n }\r\n}\r\n\r\n/*\r\n Wide Pages\r\n ========================================================================== */\r\n\r\n.wide .sidebar__right {\r\n margin-bottom: 1em;\r\n\r\n @include breakpoint($large) {\r\n position: initial;\r\n top: initial;\r\n right: initial;\r\n width: initial;\r\n margin-right: initial;\r\n padding-left: initial;\r\n z-index: initial;\r\n\r\n &.sticky {\r\n float: none;\r\n }\r\n }\r\n\r\n @include breakpoint($x-large) {\r\n width: initial;\r\n margin-right: initial;\r\n }\r\n}\r\n\r\n", "/* ==========================================================================\r\n PRINT STYLES\r\n ========================================================================== */\r\n\r\n@media print {\r\n\r\n [hidden] {\r\n display: none;\r\n }\r\n\r\n * {\r\n -moz-box-sizing: border-box;\r\n -webkit-box-sizing: border-box;\r\n box-sizing: border-box;\r\n }\r\n\r\n html {\r\n margin: 0;\r\n padding: 0;\r\n min-height: auto !important;\r\n font-size: 16px;\r\n }\r\n\r\n body {\r\n margin: 0 auto;\r\n background: #fff !important;\r\n color: #000 !important;\r\n font-size: 1rem;\r\n line-height: 1.5;\r\n -moz-osx-font-smoothing: grayscale;\r\n -webkit-font-smoothing: antialiased;\r\n text-rendering: optimizeLegibility;\r\n }\r\n\r\n h1,\r\n h2,\r\n h3,\r\n h4,\r\n h5,\r\n h6 {\r\n color: #000;\r\n line-height: 1.2;\r\n margin-bottom: 0.75rem;\r\n margin-top: 0;\r\n }\r\n\r\n h1 {\r\n font-size: 2.5rem;\r\n }\r\n\r\n h2 {\r\n font-size: 2rem;\r\n }\r\n\r\n h3 {\r\n font-size: 1.75rem;\r\n }\r\n\r\n h4 {\r\n font-size: 1.5rem;\r\n }\r\n\r\n h5 {\r\n font-size: 1.25rem;\r\n }\r\n\r\n h6 {\r\n font-size: 1rem;\r\n }\r\n\r\n a,\r\n a:visited {\r\n color: #000;\r\n text-decoration: underline;\r\n word-wrap: break-word;\r\n }\r\n\r\n table {\r\n border-collapse: collapse;\r\n }\r\n\r\n thead {\r\n display: table-header-group;\r\n }\r\n\r\n table,\r\n th,\r\n td {\r\n border-bottom: 1px solid #000;\r\n }\r\n\r\n td,\r\n th {\r\n padding: 8px 16px;\r\n }\r\n\r\n img {\r\n border: 0;\r\n display: block;\r\n max-width: 100% !important;\r\n vertical-align: middle;\r\n }\r\n\r\n hr {\r\n border: 0;\r\n border-bottom: 2px solid #bbb;\r\n height: 0;\r\n margin: 2.25rem 0;\r\n padding: 0;\r\n }\r\n\r\n dt {\r\n font-weight: bold;\r\n }\r\n\r\n dd {\r\n margin: 0;\r\n margin-bottom: 0.75rem;\r\n }\r\n\r\n abbr[title],\r\n acronym[title] {\r\n border: 0;\r\n text-decoration: none;\r\n }\r\n\r\n table,\r\n blockquote,\r\n pre,\r\n code,\r\n figure,\r\n li,\r\n hr,\r\n ul,\r\n ol,\r\n a,\r\n tr {\r\n page-break-inside: avoid;\r\n }\r\n\r\n h2,\r\n h3,\r\n h4,\r\n p,\r\n a {\r\n orphans: 3;\r\n widows: 3;\r\n }\r\n\r\n h1,\r\n h2,\r\n h3,\r\n h4,\r\n h5,\r\n h6 {\r\n page-break-after: avoid;\r\n page-break-inside: avoid;\r\n }\r\n\r\n h1 + p,\r\n h2 + p,\r\n h3 + p {\r\n page-break-before: avoid;\r\n }\r\n\r\n img {\r\n page-break-after: auto;\r\n page-break-before: auto;\r\n page-break-inside: avoid;\r\n }\r\n\r\n pre {\r\n white-space: pre-wrap !important;\r\n word-wrap: break-word;\r\n }\r\n\r\n a[href^='http://']:after,\r\n a[href^='https://']:after,\r\n a[href^='ftp://']:after {\r\n content: \" (\" attr(href) \")\";\r\n font-size: 80%;\r\n }\r\n\r\n abbr[title]:after,\r\n acronym[title]:after {\r\n content: \" (\" attr(title) \")\";\r\n }\r\n\r\n #main {\r\n max-width: 100%;\r\n }\r\n\r\n .page {\r\n margin: 0;\r\n padding: 0;\r\n width: 100%;\r\n }\r\n\r\n .page-break,\r\n .page-break-before {\r\n page-break-before: always;\r\n }\r\n\r\n .page-break-after {\r\n page-break-after: always;\r\n }\r\n\r\n .no-print {\r\n display: none;\r\n }\r\n\r\n a.no-reformat:after {\r\n content: '';\r\n }\r\n\r\n abbr[title].no-reformat:after,\r\n acronym[title].no-reformat:after {\r\n content: '';\r\n }\r\n\r\n .page__hero-caption {\r\n color: #000 !important;\r\n background: #fff !important;\r\n opacity: 1;\r\n\r\n a {\r\n color: #000 !important;\r\n }\r\n }\r\n\r\n/*\r\n Hide the following elements on print\r\n ========================================================================== */\r\n\r\n .masthead,\r\n .toc,\r\n .page__share,\r\n .page__related,\r\n .pagination,\r\n .ads,\r\n .page__footer,\r\n .page__comments-form,\r\n .author__avatar,\r\n .author__content,\r\n .author__urls-wrapper,\r\n .nav__list,\r\n .sidebar,\r\n .adsbygoogle {\r\n display: none !important;\r\n height: 1px !important;\r\n }\r\n}" ], "names": [], "mappings": "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" }