aimodelshare 0.3.7__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (171) hide show
  1. aimodelshare/README.md +26 -0
  2. aimodelshare/__init__.py +100 -0
  3. aimodelshare/aimsonnx.py +2381 -0
  4. aimodelshare/api.py +836 -0
  5. aimodelshare/auth.py +163 -0
  6. aimodelshare/aws.py +511 -0
  7. aimodelshare/aws_client.py +173 -0
  8. aimodelshare/base_image.py +154 -0
  9. aimodelshare/bucketpolicy.py +106 -0
  10. aimodelshare/color_mappings/color_mapping_keras.csv +121 -0
  11. aimodelshare/color_mappings/color_mapping_pytorch.csv +117 -0
  12. aimodelshare/containerisation.py +244 -0
  13. aimodelshare/containerization.py +712 -0
  14. aimodelshare/containerization_templates/Dockerfile.txt +8 -0
  15. aimodelshare/containerization_templates/Dockerfile_PySpark.txt +23 -0
  16. aimodelshare/containerization_templates/buildspec.txt +14 -0
  17. aimodelshare/containerization_templates/lambda_function.txt +40 -0
  18. aimodelshare/custom_approach/__init__.py +1 -0
  19. aimodelshare/custom_approach/lambda_function.py +17 -0
  20. aimodelshare/custom_eval_metrics.py +103 -0
  21. aimodelshare/data_sharing/__init__.py +0 -0
  22. aimodelshare/data_sharing/data_sharing_templates/Dockerfile.txt +3 -0
  23. aimodelshare/data_sharing/data_sharing_templates/__init__.py +1 -0
  24. aimodelshare/data_sharing/data_sharing_templates/buildspec.txt +15 -0
  25. aimodelshare/data_sharing/data_sharing_templates/codebuild_policies.txt +129 -0
  26. aimodelshare/data_sharing/data_sharing_templates/codebuild_trust_relationship.txt +12 -0
  27. aimodelshare/data_sharing/download_data.py +620 -0
  28. aimodelshare/data_sharing/share_data.py +373 -0
  29. aimodelshare/data_sharing/utils.py +8 -0
  30. aimodelshare/deploy_custom_lambda.py +246 -0
  31. aimodelshare/documentation/Makefile +20 -0
  32. aimodelshare/documentation/karma_sphinx_theme/__init__.py +28 -0
  33. aimodelshare/documentation/karma_sphinx_theme/_version.py +2 -0
  34. aimodelshare/documentation/karma_sphinx_theme/breadcrumbs.html +70 -0
  35. aimodelshare/documentation/karma_sphinx_theme/layout.html +172 -0
  36. aimodelshare/documentation/karma_sphinx_theme/search.html +50 -0
  37. aimodelshare/documentation/karma_sphinx_theme/searchbox.html +14 -0
  38. aimodelshare/documentation/karma_sphinx_theme/static/css/custom.css +2 -0
  39. aimodelshare/documentation/karma_sphinx_theme/static/css/custom.css.map +1 -0
  40. aimodelshare/documentation/karma_sphinx_theme/static/css/theme.css +2751 -0
  41. aimodelshare/documentation/karma_sphinx_theme/static/css/theme.css.map +1 -0
  42. aimodelshare/documentation/karma_sphinx_theme/static/css/theme.min.css +2 -0
  43. aimodelshare/documentation/karma_sphinx_theme/static/css/theme.min.css.map +1 -0
  44. aimodelshare/documentation/karma_sphinx_theme/static/font/fontello.eot +0 -0
  45. aimodelshare/documentation/karma_sphinx_theme/static/font/fontello.svg +32 -0
  46. aimodelshare/documentation/karma_sphinx_theme/static/font/fontello.ttf +0 -0
  47. aimodelshare/documentation/karma_sphinx_theme/static/font/fontello.woff +0 -0
  48. aimodelshare/documentation/karma_sphinx_theme/static/font/fontello.woff2 +0 -0
  49. aimodelshare/documentation/karma_sphinx_theme/static/js/theme.js +68 -0
  50. aimodelshare/documentation/karma_sphinx_theme/theme.conf +9 -0
  51. aimodelshare/documentation/make.bat +35 -0
  52. aimodelshare/documentation/requirements.txt +2 -0
  53. aimodelshare/documentation/source/about.rst +18 -0
  54. aimodelshare/documentation/source/advanced_features.rst +137 -0
  55. aimodelshare/documentation/source/competition.rst +218 -0
  56. aimodelshare/documentation/source/conf.py +58 -0
  57. aimodelshare/documentation/source/create_credentials.rst +86 -0
  58. aimodelshare/documentation/source/example_notebooks.rst +132 -0
  59. aimodelshare/documentation/source/functions.rst +151 -0
  60. aimodelshare/documentation/source/gettingstarted.rst +390 -0
  61. aimodelshare/documentation/source/images/creds1.png +0 -0
  62. aimodelshare/documentation/source/images/creds2.png +0 -0
  63. aimodelshare/documentation/source/images/creds3.png +0 -0
  64. aimodelshare/documentation/source/images/creds4.png +0 -0
  65. aimodelshare/documentation/source/images/creds5.png +0 -0
  66. aimodelshare/documentation/source/images/creds_file_example.png +0 -0
  67. aimodelshare/documentation/source/images/predict_tab.png +0 -0
  68. aimodelshare/documentation/source/index.rst +110 -0
  69. aimodelshare/documentation/source/modelplayground.rst +132 -0
  70. aimodelshare/exceptions.py +11 -0
  71. aimodelshare/generatemodelapi.py +1270 -0
  72. aimodelshare/iam/codebuild_policy.txt +129 -0
  73. aimodelshare/iam/codebuild_trust_relationship.txt +12 -0
  74. aimodelshare/iam/lambda_policy.txt +15 -0
  75. aimodelshare/iam/lambda_trust_relationship.txt +12 -0
  76. aimodelshare/json_templates/__init__.py +1 -0
  77. aimodelshare/json_templates/api_json.txt +155 -0
  78. aimodelshare/json_templates/auth/policy.txt +1 -0
  79. aimodelshare/json_templates/auth/role.txt +1 -0
  80. aimodelshare/json_templates/eval/policy.txt +1 -0
  81. aimodelshare/json_templates/eval/role.txt +1 -0
  82. aimodelshare/json_templates/function/policy.txt +1 -0
  83. aimodelshare/json_templates/function/role.txt +1 -0
  84. aimodelshare/json_templates/integration_response.txt +5 -0
  85. aimodelshare/json_templates/lambda_policy_1.txt +15 -0
  86. aimodelshare/json_templates/lambda_policy_2.txt +8 -0
  87. aimodelshare/json_templates/lambda_role_1.txt +12 -0
  88. aimodelshare/json_templates/lambda_role_2.txt +16 -0
  89. aimodelshare/leaderboard.py +174 -0
  90. aimodelshare/main/1.txt +132 -0
  91. aimodelshare/main/1B.txt +112 -0
  92. aimodelshare/main/2.txt +153 -0
  93. aimodelshare/main/3.txt +134 -0
  94. aimodelshare/main/4.txt +128 -0
  95. aimodelshare/main/5.txt +109 -0
  96. aimodelshare/main/6.txt +105 -0
  97. aimodelshare/main/7.txt +144 -0
  98. aimodelshare/main/8.txt +142 -0
  99. aimodelshare/main/__init__.py +1 -0
  100. aimodelshare/main/authorization.txt +275 -0
  101. aimodelshare/main/eval_classification.txt +79 -0
  102. aimodelshare/main/eval_lambda.txt +1709 -0
  103. aimodelshare/main/eval_regression.txt +80 -0
  104. aimodelshare/main/lambda_function.txt +8 -0
  105. aimodelshare/main/nst.txt +149 -0
  106. aimodelshare/model.py +1543 -0
  107. aimodelshare/modeluser.py +215 -0
  108. aimodelshare/moral_compass/README.md +408 -0
  109. aimodelshare/moral_compass/__init__.py +65 -0
  110. aimodelshare/moral_compass/_version.py +3 -0
  111. aimodelshare/moral_compass/api_client.py +601 -0
  112. aimodelshare/moral_compass/apps/__init__.py +69 -0
  113. aimodelshare/moral_compass/apps/ai_consequences.py +540 -0
  114. aimodelshare/moral_compass/apps/bias_detective.py +714 -0
  115. aimodelshare/moral_compass/apps/ethical_revelation.py +898 -0
  116. aimodelshare/moral_compass/apps/fairness_fixer.py +889 -0
  117. aimodelshare/moral_compass/apps/judge.py +888 -0
  118. aimodelshare/moral_compass/apps/justice_equity_upgrade.py +853 -0
  119. aimodelshare/moral_compass/apps/mc_integration_helpers.py +820 -0
  120. aimodelshare/moral_compass/apps/model_building_game.py +1104 -0
  121. aimodelshare/moral_compass/apps/model_building_game_beginner.py +687 -0
  122. aimodelshare/moral_compass/apps/moral_compass_challenge.py +858 -0
  123. aimodelshare/moral_compass/apps/session_auth.py +254 -0
  124. aimodelshare/moral_compass/apps/shared_activity_styles.css +349 -0
  125. aimodelshare/moral_compass/apps/tutorial.py +481 -0
  126. aimodelshare/moral_compass/apps/what_is_ai.py +853 -0
  127. aimodelshare/moral_compass/challenge.py +365 -0
  128. aimodelshare/moral_compass/config.py +187 -0
  129. aimodelshare/placeholders/model.onnx +0 -0
  130. aimodelshare/placeholders/preprocessor.zip +0 -0
  131. aimodelshare/playground.py +1968 -0
  132. aimodelshare/postprocessormodules.py +157 -0
  133. aimodelshare/preprocessormodules.py +373 -0
  134. aimodelshare/pyspark/1.txt +195 -0
  135. aimodelshare/pyspark/1B.txt +181 -0
  136. aimodelshare/pyspark/2.txt +220 -0
  137. aimodelshare/pyspark/3.txt +204 -0
  138. aimodelshare/pyspark/4.txt +187 -0
  139. aimodelshare/pyspark/5.txt +178 -0
  140. aimodelshare/pyspark/6.txt +174 -0
  141. aimodelshare/pyspark/7.txt +211 -0
  142. aimodelshare/pyspark/8.txt +206 -0
  143. aimodelshare/pyspark/__init__.py +1 -0
  144. aimodelshare/pyspark/authorization.txt +258 -0
  145. aimodelshare/pyspark/eval_classification.txt +79 -0
  146. aimodelshare/pyspark/eval_lambda.txt +1441 -0
  147. aimodelshare/pyspark/eval_regression.txt +80 -0
  148. aimodelshare/pyspark/lambda_function.txt +8 -0
  149. aimodelshare/pyspark/nst.txt +213 -0
  150. aimodelshare/python/my_preprocessor.py +58 -0
  151. aimodelshare/readme.md +26 -0
  152. aimodelshare/reproducibility.py +181 -0
  153. aimodelshare/sam/Dockerfile.txt +8 -0
  154. aimodelshare/sam/Dockerfile_PySpark.txt +24 -0
  155. aimodelshare/sam/__init__.py +1 -0
  156. aimodelshare/sam/buildspec.txt +11 -0
  157. aimodelshare/sam/codebuild_policies.txt +129 -0
  158. aimodelshare/sam/codebuild_trust_relationship.txt +12 -0
  159. aimodelshare/sam/codepipeline_policies.txt +173 -0
  160. aimodelshare/sam/codepipeline_trust_relationship.txt +12 -0
  161. aimodelshare/sam/spark-class.txt +2 -0
  162. aimodelshare/sam/template.txt +54 -0
  163. aimodelshare/tools.py +103 -0
  164. aimodelshare/utils/__init__.py +78 -0
  165. aimodelshare/utils/optional_deps.py +38 -0
  166. aimodelshare/utils.py +57 -0
  167. aimodelshare-0.3.7.dist-info/METADATA +298 -0
  168. aimodelshare-0.3.7.dist-info/RECORD +171 -0
  169. aimodelshare-0.3.7.dist-info/WHEEL +5 -0
  170. aimodelshare-0.3.7.dist-info/licenses/LICENSE +5 -0
  171. aimodelshare-0.3.7.dist-info/top_level.txt +1 -0
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../scss/_font.scss","../../../node_modules/karma-css/scss/_credits.scss","../../../node_modules/karma-css/scss/core/_grid.scss","../../../node_modules/karma-css/scss/mixins/_grid.scss","../../../node_modules/karma-css/scss/mixins/_breakpoint.scss","karma_sphinx_theme/static/css/theme.css","../../../node_modules/karma-css/scss/mixins/_grid-framework.scss","../../../node_modules/karma-css/scss/core/_base.scss","../../../node_modules/karma-css/scss/core/_anchor.scss","../../../node_modules/karma-css/scss/core/_button.scss","../../../node_modules/karma-css/scss/mixins/_button.scss","../../../node_modules/karma-css/scss/core/_code.scss","../../../node_modules/karma-css/scss/core/_cursor.scss","../../../node_modules/karma-css/scss/core/_form.scss","../../../node_modules/karma-css/scss/mixins/_input.scss","../../../node_modules/karma-css/scss/core/_hr.scss","../../../node_modules/karma-css/scss/core/_image.scss","../../../node_modules/karma-css/scss/core/_list.scss","../../../node_modules/karma-css/scss/core/_table.scss","../../../node_modules/karma-css/scss/core/_typography.scss","../../../node_modules/karma-css-components/scss/components/_alert.scss","../../../node_modules/karma-css-components/scss/components/_icon-input.scss","../../../node_modules/karma-css/scss/mixins/_position.scss","../../../scss/fontello/css/fontello.css","theme.css","../../../scss/module/_admonition.scss","../../../scss/module/_breadcrumb.scss","../../../scss/module/_footer.scss","../../../scss/module/_header.scss","../../../scss/module/_layout.scss","../../../scss/module/_nav.scss","../../../scss/module/_rst-content.scss","../../../node_modules/karma-css/scss/utilities/_align.scss","../../../node_modules/karma-css/scss/mixins/_clearfix.scss","../../../node_modules/karma-css/scss/utilities/_color.scss","../../../node_modules/karma-css/scss/utilities/_cursor.scss","../../../node_modules/karma-css/scss/utilities/_display.scss","../../../node_modules/karma-css/scss/utilities/_flex.scss","../../../node_modules/karma-css/scss/utilities/_float.scss","../../../node_modules/karma-css/scss/utilities/_image.scss","../../../node_modules/karma-css/scss/mixins/_image.scss","../../../node_modules/karma-css/scss/utilities/_list.scss","../../../node_modules/karma-css/scss/utilities/_overflow.scss","../../../node_modules/karma-css/scss/utilities/_position.scss","../../../node_modules/karma-css/scss/utilities/_print.scss","../../../node_modules/karma-css/scss/utilities/_sizing.scss","../../../node_modules/karma-css/scss/utilities/_spacing.scss","../../../node_modules/karma-css/scss/mixins/_push-auto.scss","../../../node_modules/karma-css/scss/utilities/_text.scss","../../../node_modules/karma-css/scss/utilities/_transform.scss","../../../node_modules/karma-css/scss/mixins/_flip.scss","../../../node_modules/karma-css/scss/utilities/_visibility.scss"],"names":[],"mappings":"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","sourcesContent":["/* font\n *\n */\n\n@import url('https://fonts.googleapis.com/css?family=Inconsolata:400,700|Lato:300,400,400i,700,900');\n","/*! Karma-CSS v1.9.5 MIT License | http://karmacss.com | https://github.com/accentdesign/karma-css */\n","// Grid\n// ––––––––––––––––––––––––––––––––––––––––––––––––––\n\n@if $enable-grid-classes {\n\n // Containers\n .container {\n @include make-container();\n @include make-container-max-widths();\n }\n\n // Fluid container\n .container-fluid {\n width: 100%;\n @include make-container();\n }\n\n // Row\n .row {\n @include make-row();\n }\n\n // No gutters.\n .no-gutters {\n margin-right: 0;\n margin-left: 0;\n\n > .col,\n > [class*=\"col-\"] {\n padding-right: 0;\n padding-left: 0;\n }\n }\n\n // Columns\n @include make-grid-columns();\n}\n","/// Grid\n// ––––––––––––––––––––––––––––––––––––––––––––––––––\n\n// The main mixins used to create the grid containers, rows and columns\n\n// used in .container and .container-fluid\n//\n@mixin make-container() {\n padding-right: ($grid-gutter-width / 2);\n padding-left: ($grid-gutter-width / 2);\n margin-right: auto;\n margin-left: auto;\n}\n\n// For each breakpoint, define the maximum width of the container\n//\n@mixin make-container-max-widths($max-widths: $container-max-widths, $breakpoints: $grid-breakpoints) {\n @each $breakpoint, $container-max-width in $max-widths {\n @include media-breakpoint-up($breakpoint, $breakpoints) {\n width: $container-max-width;\n max-width: 100%;\n }\n }\n}\n\n// make a grid row\n//\n@mixin make-row() {\n display: flex;\n flex-wrap: wrap;\n margin-right: ($grid-gutter-width / -2);\n margin-left: ($grid-gutter-width / -2);\n}\n\n// make a grid column\n//\n// $size: number of columns wide\n// $columns: number of columns in the row\n//\n@mixin make-col($size, $columns: $grid-columns) {\n flex: 0 0 percentage($size / $columns);\n // Add a `max-width` to ensure content within each column does not blow out\n // the width of the column. Applies to IE10+ and Firefox.\n max-width: percentage($size / $columns);\n}\n","// Breakpoint\n// ––––––––––––––––––––––––––––––––––––––––––––––––––\n\n@function breakpoint-next($name, $breakpoints: $grid-breakpoints, $breakpoint-names: map-keys($breakpoints)) {\n $n: index($breakpoint-names, $name);\n @return if($n < length($breakpoint-names), nth($breakpoint-names, $n + 1), null);\n}\n\n// Minimum breakpoint width. Null for the smallest (first) breakpoint.\n//\n// >> breakpoint-min(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// 576px\n//\n@function breakpoint-min($name, $breakpoints: $grid-breakpoints) {\n $min: map-get($breakpoints, $name);\n @return if($min != 0, $min, null);\n}\n\n// Maximum breakpoint width. Null for the largest (last) breakpoint.\n// The maximum value is calculated as the minimum of the next one less 0.1.\n//\n// >> breakpoint-max(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// 767px\n//\n@function breakpoint-max($name, $breakpoints: $grid-breakpoints) {\n $next: breakpoint-next($name, $breakpoints);\n @return if($next, breakpoint-min($next, $breakpoints) - 1px, null);\n}\n\n// Returns a blank string if smallest breakpoint, otherwise returns the name with a dash infront.\n// Useful for making responsive utilities.\n//\n// >> breakpoint-infix(xs, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// \"\" (Returns a blank string)\n//\n// >> breakpoint-infix(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// \"-sm\"\n//\n@function breakpoint-infix($name, $breakpoints: $grid-breakpoints) {\n @return if(breakpoint-min($name, $breakpoints) == null, \"\", \"-#{$name}\");\n}\n\n// Media of at least the minimum breakpoint width. No query for the smallest breakpoint.\n// Makes the @content apply to the given breakpoint and wider.\n//\n@mixin media-breakpoint-up($name, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($name, $breakpoints);\n @if $min {\n @media (min-width: $min) {\n @content;\n }\n } @else {\n @content;\n }\n}\n\n// Media of at most the maximum breakpoint width. No query for the largest breakpoint.\n// Makes the @content apply to the given breakpoint and narrower.\n//\n@mixin media-breakpoint-down($name, $breakpoints: $grid-breakpoints) {\n $max: breakpoint-max($name, $breakpoints);\n @if $max {\n @media (max-width: $max) {\n @content;\n }\n } @else {\n @content;\n }\n}\n\n// Media that spans multiple breakpoint widths.\n// Makes the @content apply between the min and max breakpoints\n//\n@mixin media-breakpoint-between($lower, $upper, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-max($lower, $breakpoints);\n $max: breakpoint-max($upper, $breakpoints);\n\n @media (min-width: $min) and (max-width: $max) {\n @content;\n }\n}\n\n// Media between the breakpoint's minimum and maximum widths.\n// No minimum for the smallest breakpoint, and no maximum for the largest one.\n// Makes the @content apply only to the given breakpoint, not viewports any wider or narrower.\n//\n@mixin media-breakpoint-only($name, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($name, $breakpoints);\n $max: breakpoint-max($name, $breakpoints);\n\n @media (min-width: $min) and (max-width: $max) {\n @content;\n }\n}\n","@charset \"UTF-8\";\n@import url(\"https://fonts.googleapis.com/css?family=Inconsolata:400,700|Lato:300,400,400i,700,900\");\n/*! Karma-CSS v1.9.5 MIT License | http://karmacss.com | https://github.com/accentdesign/karma-css */\n.container{\n padding-right:15px;\n padding-left:15px;\n margin-right:auto;\n margin-left:auto;\n}\n\n@media (min-width: 576px){\n .container{\n width:540px;\n max-width:100%;\n }\n}\n\n@media (min-width: 768px){\n .container{\n width:720px;\n max-width:100%;\n }\n}\n\n@media (min-width: 992px){\n .container{\n width:960px;\n max-width:100%;\n }\n}\n\n@media (min-width: 1200px){\n .container{\n width:1140px;\n max-width:100%;\n }\n}\n\n.container-fluid{\n width:100%;\n padding-right:15px;\n padding-left:15px;\n margin-right:auto;\n margin-left:auto;\n}\n\n.row{\n display:-ms-flexbox;\n display:flex;\n -ms-flex-wrap:wrap;\n flex-wrap:wrap;\n margin-right:-15px;\n margin-left:-15px;\n}\n\n.no-gutters{\n margin-right:0;\n margin-left:0;\n}\n\n.no-gutters > .col,\n.no-gutters > [class*=\"col-\"]{\n padding-right:0;\n padding-left:0;\n}\n\n.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,\n.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,\n.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,\n.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,\n.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,\n.col-xl-auto{\n width:100%;\n min-height:1px;\n padding-right:15px;\n padding-left:15px;\n}\n\n.col{\n -ms-flex-preferred-size:0;\n flex-basis:0;\n -ms-flex-positive:1;\n flex-grow:1;\n max-width:100%;\n}\n\n.col-auto{\n -ms-flex:0 0 auto;\n flex:0 0 auto;\n width:auto;\n max-width:none;\n}\n\n.col-1{\n -ms-flex:0 0 8.333333%;\n flex:0 0 8.333333%;\n max-width:8.333333%;\n}\n\n.col-2{\n -ms-flex:0 0 16.666667%;\n flex:0 0 16.666667%;\n max-width:16.666667%;\n}\n\n.col-3{\n -ms-flex:0 0 25%;\n flex:0 0 25%;\n max-width:25%;\n}\n\n.col-4{\n -ms-flex:0 0 33.333333%;\n flex:0 0 33.333333%;\n max-width:33.333333%;\n}\n\n.col-5{\n -ms-flex:0 0 41.666667%;\n flex:0 0 41.666667%;\n max-width:41.666667%;\n}\n\n.col-6{\n -ms-flex:0 0 50%;\n flex:0 0 50%;\n max-width:50%;\n}\n\n.col-7{\n -ms-flex:0 0 58.333333%;\n flex:0 0 58.333333%;\n max-width:58.333333%;\n}\n\n.col-8{\n -ms-flex:0 0 66.666667%;\n flex:0 0 66.666667%;\n max-width:66.666667%;\n}\n\n.col-9{\n -ms-flex:0 0 75%;\n flex:0 0 75%;\n max-width:75%;\n}\n\n.col-10{\n -ms-flex:0 0 83.333333%;\n flex:0 0 83.333333%;\n max-width:83.333333%;\n}\n\n.col-11{\n -ms-flex:0 0 91.666667%;\n flex:0 0 91.666667%;\n max-width:91.666667%;\n}\n\n.col-12{\n -ms-flex:0 0 100%;\n flex:0 0 100%;\n max-width:100%;\n}\n\n.order-1{\n -ms-flex-order:1;\n order:1;\n}\n\n.order-2{\n -ms-flex-order:2;\n order:2;\n}\n\n.order-3{\n -ms-flex-order:3;\n order:3;\n}\n\n.order-4{\n -ms-flex-order:4;\n order:4;\n}\n\n.order-5{\n -ms-flex-order:5;\n order:5;\n}\n\n.order-6{\n -ms-flex-order:6;\n order:6;\n}\n\n.order-7{\n -ms-flex-order:7;\n order:7;\n}\n\n.order-8{\n -ms-flex-order:8;\n order:8;\n}\n\n.order-9{\n -ms-flex-order:9;\n order:9;\n}\n\n.order-10{\n -ms-flex-order:10;\n order:10;\n}\n\n.order-11{\n -ms-flex-order:11;\n order:11;\n}\n\n.order-12{\n -ms-flex-order:12;\n order:12;\n}\n\n.offset-1{\n margin-left:8.333333%;\n}\n\n.offset-2{\n margin-left:16.666667%;\n}\n\n.offset-3{\n margin-left:25%;\n}\n\n.offset-4{\n margin-left:33.333333%;\n}\n\n.offset-5{\n margin-left:41.666667%;\n}\n\n.offset-6{\n margin-left:50%;\n}\n\n.offset-7{\n margin-left:58.333333%;\n}\n\n.offset-8{\n margin-left:66.666667%;\n}\n\n.offset-9{\n margin-left:75%;\n}\n\n.offset-10{\n margin-left:83.333333%;\n}\n\n.offset-11{\n margin-left:91.666667%;\n}\n\n@media (min-width: 576px){\n .col-sm{\n -ms-flex-preferred-size:0;\n flex-basis:0;\n -ms-flex-positive:1;\n flex-grow:1;\n max-width:100%;\n }\n .col-sm-auto{\n -ms-flex:0 0 auto;\n flex:0 0 auto;\n width:auto;\n max-width:none;\n }\n .col-sm-1{\n -ms-flex:0 0 8.333333%;\n flex:0 0 8.333333%;\n max-width:8.333333%;\n }\n .col-sm-2{\n -ms-flex:0 0 16.666667%;\n flex:0 0 16.666667%;\n max-width:16.666667%;\n }\n .col-sm-3{\n -ms-flex:0 0 25%;\n flex:0 0 25%;\n max-width:25%;\n }\n .col-sm-4{\n -ms-flex:0 0 33.333333%;\n flex:0 0 33.333333%;\n max-width:33.333333%;\n }\n .col-sm-5{\n -ms-flex:0 0 41.666667%;\n flex:0 0 41.666667%;\n max-width:41.666667%;\n }\n .col-sm-6{\n -ms-flex:0 0 50%;\n flex:0 0 50%;\n max-width:50%;\n }\n .col-sm-7{\n -ms-flex:0 0 58.333333%;\n flex:0 0 58.333333%;\n max-width:58.333333%;\n }\n .col-sm-8{\n -ms-flex:0 0 66.666667%;\n flex:0 0 66.666667%;\n max-width:66.666667%;\n }\n .col-sm-9{\n -ms-flex:0 0 75%;\n flex:0 0 75%;\n max-width:75%;\n }\n .col-sm-10{\n -ms-flex:0 0 83.333333%;\n flex:0 0 83.333333%;\n max-width:83.333333%;\n }\n .col-sm-11{\n -ms-flex:0 0 91.666667%;\n flex:0 0 91.666667%;\n max-width:91.666667%;\n }\n .col-sm-12{\n -ms-flex:0 0 100%;\n flex:0 0 100%;\n max-width:100%;\n }\n .order-sm-1{\n -ms-flex-order:1;\n order:1;\n }\n .order-sm-2{\n -ms-flex-order:2;\n order:2;\n }\n .order-sm-3{\n -ms-flex-order:3;\n order:3;\n }\n .order-sm-4{\n -ms-flex-order:4;\n order:4;\n }\n .order-sm-5{\n -ms-flex-order:5;\n order:5;\n }\n .order-sm-6{\n -ms-flex-order:6;\n order:6;\n }\n .order-sm-7{\n -ms-flex-order:7;\n order:7;\n }\n .order-sm-8{\n -ms-flex-order:8;\n order:8;\n }\n .order-sm-9{\n -ms-flex-order:9;\n order:9;\n }\n .order-sm-10{\n -ms-flex-order:10;\n order:10;\n }\n .order-sm-11{\n -ms-flex-order:11;\n order:11;\n }\n .order-sm-12{\n -ms-flex-order:12;\n order:12;\n }\n .offset-sm-1{\n margin-left:8.333333%;\n }\n .offset-sm-2{\n margin-left:16.666667%;\n }\n .offset-sm-3{\n margin-left:25%;\n }\n .offset-sm-4{\n margin-left:33.333333%;\n }\n .offset-sm-5{\n margin-left:41.666667%;\n }\n .offset-sm-6{\n margin-left:50%;\n }\n .offset-sm-7{\n margin-left:58.333333%;\n }\n .offset-sm-8{\n margin-left:66.666667%;\n }\n .offset-sm-9{\n margin-left:75%;\n }\n .offset-sm-10{\n margin-left:83.333333%;\n }\n .offset-sm-11{\n margin-left:91.666667%;\n }\n}\n\n@media (min-width: 768px){\n .col-md{\n -ms-flex-preferred-size:0;\n flex-basis:0;\n -ms-flex-positive:1;\n flex-grow:1;\n max-width:100%;\n }\n .col-md-auto{\n -ms-flex:0 0 auto;\n flex:0 0 auto;\n width:auto;\n max-width:none;\n }\n .col-md-1{\n -ms-flex:0 0 8.333333%;\n flex:0 0 8.333333%;\n max-width:8.333333%;\n }\n .col-md-2{\n -ms-flex:0 0 16.666667%;\n flex:0 0 16.666667%;\n max-width:16.666667%;\n }\n .col-md-3{\n -ms-flex:0 0 25%;\n flex:0 0 25%;\n max-width:25%;\n }\n .col-md-4{\n -ms-flex:0 0 33.333333%;\n flex:0 0 33.333333%;\n max-width:33.333333%;\n }\n .col-md-5{\n -ms-flex:0 0 41.666667%;\n flex:0 0 41.666667%;\n max-width:41.666667%;\n }\n .col-md-6{\n -ms-flex:0 0 50%;\n flex:0 0 50%;\n max-width:50%;\n }\n .col-md-7{\n -ms-flex:0 0 58.333333%;\n flex:0 0 58.333333%;\n max-width:58.333333%;\n }\n .col-md-8{\n -ms-flex:0 0 66.666667%;\n flex:0 0 66.666667%;\n max-width:66.666667%;\n }\n .col-md-9{\n -ms-flex:0 0 75%;\n flex:0 0 75%;\n max-width:75%;\n }\n .col-md-10{\n -ms-flex:0 0 83.333333%;\n flex:0 0 83.333333%;\n max-width:83.333333%;\n }\n .col-md-11{\n -ms-flex:0 0 91.666667%;\n flex:0 0 91.666667%;\n max-width:91.666667%;\n }\n .col-md-12{\n -ms-flex:0 0 100%;\n flex:0 0 100%;\n max-width:100%;\n }\n .order-md-1{\n -ms-flex-order:1;\n order:1;\n }\n .order-md-2{\n -ms-flex-order:2;\n order:2;\n }\n .order-md-3{\n -ms-flex-order:3;\n order:3;\n }\n .order-md-4{\n -ms-flex-order:4;\n order:4;\n }\n .order-md-5{\n -ms-flex-order:5;\n order:5;\n }\n .order-md-6{\n -ms-flex-order:6;\n order:6;\n }\n .order-md-7{\n -ms-flex-order:7;\n order:7;\n }\n .order-md-8{\n -ms-flex-order:8;\n order:8;\n }\n .order-md-9{\n -ms-flex-order:9;\n order:9;\n }\n .order-md-10{\n -ms-flex-order:10;\n order:10;\n }\n .order-md-11{\n -ms-flex-order:11;\n order:11;\n }\n .order-md-12{\n -ms-flex-order:12;\n order:12;\n }\n .offset-md-1{\n margin-left:8.333333%;\n }\n .offset-md-2{\n margin-left:16.666667%;\n }\n .offset-md-3{\n margin-left:25%;\n }\n .offset-md-4{\n margin-left:33.333333%;\n }\n .offset-md-5{\n margin-left:41.666667%;\n }\n .offset-md-6{\n margin-left:50%;\n }\n .offset-md-7{\n margin-left:58.333333%;\n }\n .offset-md-8{\n margin-left:66.666667%;\n }\n .offset-md-9{\n margin-left:75%;\n }\n .offset-md-10{\n margin-left:83.333333%;\n }\n .offset-md-11{\n margin-left:91.666667%;\n }\n}\n\n@media (min-width: 992px){\n .col-lg{\n -ms-flex-preferred-size:0;\n flex-basis:0;\n -ms-flex-positive:1;\n flex-grow:1;\n max-width:100%;\n }\n .col-lg-auto{\n -ms-flex:0 0 auto;\n flex:0 0 auto;\n width:auto;\n max-width:none;\n }\n .col-lg-1{\n -ms-flex:0 0 8.333333%;\n flex:0 0 8.333333%;\n max-width:8.333333%;\n }\n .col-lg-2{\n -ms-flex:0 0 16.666667%;\n flex:0 0 16.666667%;\n max-width:16.666667%;\n }\n .col-lg-3{\n -ms-flex:0 0 25%;\n flex:0 0 25%;\n max-width:25%;\n }\n .col-lg-4{\n -ms-flex:0 0 33.333333%;\n flex:0 0 33.333333%;\n max-width:33.333333%;\n }\n .col-lg-5{\n -ms-flex:0 0 41.666667%;\n flex:0 0 41.666667%;\n max-width:41.666667%;\n }\n .col-lg-6{\n -ms-flex:0 0 50%;\n flex:0 0 50%;\n max-width:50%;\n }\n .col-lg-7{\n -ms-flex:0 0 58.333333%;\n flex:0 0 58.333333%;\n max-width:58.333333%;\n }\n .col-lg-8{\n -ms-flex:0 0 66.666667%;\n flex:0 0 66.666667%;\n max-width:66.666667%;\n }\n .col-lg-9{\n -ms-flex:0 0 75%;\n flex:0 0 75%;\n max-width:75%;\n }\n .col-lg-10{\n -ms-flex:0 0 83.333333%;\n flex:0 0 83.333333%;\n max-width:83.333333%;\n }\n .col-lg-11{\n -ms-flex:0 0 91.666667%;\n flex:0 0 91.666667%;\n max-width:91.666667%;\n }\n .col-lg-12{\n -ms-flex:0 0 100%;\n flex:0 0 100%;\n max-width:100%;\n }\n .order-lg-1{\n -ms-flex-order:1;\n order:1;\n }\n .order-lg-2{\n -ms-flex-order:2;\n order:2;\n }\n .order-lg-3{\n -ms-flex-order:3;\n order:3;\n }\n .order-lg-4{\n -ms-flex-order:4;\n order:4;\n }\n .order-lg-5{\n -ms-flex-order:5;\n order:5;\n }\n .order-lg-6{\n -ms-flex-order:6;\n order:6;\n }\n .order-lg-7{\n -ms-flex-order:7;\n order:7;\n }\n .order-lg-8{\n -ms-flex-order:8;\n order:8;\n }\n .order-lg-9{\n -ms-flex-order:9;\n order:9;\n }\n .order-lg-10{\n -ms-flex-order:10;\n order:10;\n }\n .order-lg-11{\n -ms-flex-order:11;\n order:11;\n }\n .order-lg-12{\n -ms-flex-order:12;\n order:12;\n }\n .offset-lg-1{\n margin-left:8.333333%;\n }\n .offset-lg-2{\n margin-left:16.666667%;\n }\n .offset-lg-3{\n margin-left:25%;\n }\n .offset-lg-4{\n margin-left:33.333333%;\n }\n .offset-lg-5{\n margin-left:41.666667%;\n }\n .offset-lg-6{\n margin-left:50%;\n }\n .offset-lg-7{\n margin-left:58.333333%;\n }\n .offset-lg-8{\n margin-left:66.666667%;\n }\n .offset-lg-9{\n margin-left:75%;\n }\n .offset-lg-10{\n margin-left:83.333333%;\n }\n .offset-lg-11{\n margin-left:91.666667%;\n }\n}\n\n@media (min-width: 1200px){\n .col-xl{\n -ms-flex-preferred-size:0;\n flex-basis:0;\n -ms-flex-positive:1;\n flex-grow:1;\n max-width:100%;\n }\n .col-xl-auto{\n -ms-flex:0 0 auto;\n flex:0 0 auto;\n width:auto;\n max-width:none;\n }\n .col-xl-1{\n -ms-flex:0 0 8.333333%;\n flex:0 0 8.333333%;\n max-width:8.333333%;\n }\n .col-xl-2{\n -ms-flex:0 0 16.666667%;\n flex:0 0 16.666667%;\n max-width:16.666667%;\n }\n .col-xl-3{\n -ms-flex:0 0 25%;\n flex:0 0 25%;\n max-width:25%;\n }\n .col-xl-4{\n -ms-flex:0 0 33.333333%;\n flex:0 0 33.333333%;\n max-width:33.333333%;\n }\n .col-xl-5{\n -ms-flex:0 0 41.666667%;\n flex:0 0 41.666667%;\n max-width:41.666667%;\n }\n .col-xl-6{\n -ms-flex:0 0 50%;\n flex:0 0 50%;\n max-width:50%;\n }\n .col-xl-7{\n -ms-flex:0 0 58.333333%;\n flex:0 0 58.333333%;\n max-width:58.333333%;\n }\n .col-xl-8{\n -ms-flex:0 0 66.666667%;\n flex:0 0 66.666667%;\n max-width:66.666667%;\n }\n .col-xl-9{\n -ms-flex:0 0 75%;\n flex:0 0 75%;\n max-width:75%;\n }\n .col-xl-10{\n -ms-flex:0 0 83.333333%;\n flex:0 0 83.333333%;\n max-width:83.333333%;\n }\n .col-xl-11{\n -ms-flex:0 0 91.666667%;\n flex:0 0 91.666667%;\n max-width:91.666667%;\n }\n .col-xl-12{\n -ms-flex:0 0 100%;\n flex:0 0 100%;\n max-width:100%;\n }\n .order-xl-1{\n -ms-flex-order:1;\n order:1;\n }\n .order-xl-2{\n -ms-flex-order:2;\n order:2;\n }\n .order-xl-3{\n -ms-flex-order:3;\n order:3;\n }\n .order-xl-4{\n -ms-flex-order:4;\n order:4;\n }\n .order-xl-5{\n -ms-flex-order:5;\n order:5;\n }\n .order-xl-6{\n -ms-flex-order:6;\n order:6;\n }\n .order-xl-7{\n -ms-flex-order:7;\n order:7;\n }\n .order-xl-8{\n -ms-flex-order:8;\n order:8;\n }\n .order-xl-9{\n -ms-flex-order:9;\n order:9;\n }\n .order-xl-10{\n -ms-flex-order:10;\n order:10;\n }\n .order-xl-11{\n -ms-flex-order:11;\n order:11;\n }\n .order-xl-12{\n -ms-flex-order:12;\n order:12;\n }\n .offset-xl-1{\n margin-left:8.333333%;\n }\n .offset-xl-2{\n margin-left:16.666667%;\n }\n .offset-xl-3{\n margin-left:25%;\n }\n .offset-xl-4{\n margin-left:33.333333%;\n }\n .offset-xl-5{\n margin-left:41.666667%;\n }\n .offset-xl-6{\n margin-left:50%;\n }\n .offset-xl-7{\n margin-left:58.333333%;\n }\n .offset-xl-8{\n margin-left:66.666667%;\n }\n .offset-xl-9{\n margin-left:75%;\n }\n .offset-xl-10{\n margin-left:83.333333%;\n }\n .offset-xl-11{\n margin-left:91.666667%;\n }\n}\n\n*{\n box-sizing:border-box;\n padding:0;\n margin:0;\n}\n\n*::before, *::after{\n box-sizing:border-box;\n}\n\nhtml{\n font-size:62.5%;\n line-height:1.6;\n}\n\nbody{\n font-family:\"Lato\", sans-serif;\n font-size:16px;\n font-weight:400;\n color:#5f5f5f;\n background:#fafbfc;\n}\n\nmain{\n display:block;\n}\n\na{\n color:#33c3f0;\n text-decoration:none;\n background-color:transparent;\n transition:color linear 250ms;\n}\n\na:hover{\n color:#10aee0;\n text-decoration:none;\n}\n\nbutton,\n[type=\"button\"],\n[type=\"reset\"],\n[type=\"submit\"]{\n -webkit-appearance:button;\n}\n\n::-moz-focus-inner{\n padding:0;\n border:0;\n}\n\n.button{\n box-sizing:border-box;\n display:inline-block;\n padding:0.8rem 1rem;\n overflow:visible;\n font-family:inherit;\n font-size:1.5rem;\n font-weight:400;\n line-height:1.5;\n color:#5f5f5f;\n text-align:center;\n text-decoration:none;\n white-space:nowrap;\n cursor:pointer;\n -webkit-user-select:none;\n -moz-user-select:none;\n -ms-user-select:none;\n user-select:none;\n background-color:white;\n border:1px solid #e6e6e6;\n border-radius:0.25rem;\n transition:background-color linear 250ms, border-color linear 250ms;\n}\n\n.button:hover, .button:focus{\n color:#5f5f5f;\n background-color:#e6e6e6;\n border-color:#cdcdcd;\n outline:0;\n}\n\n.button.button-outline{\n background-color:transparent;\n transition:background-color linear 250ms, border-color linear 250ms, color linear 250ms;\n}\n\n.button.button-outline:hover, .button.button-outline:focus{\n color:#464646;\n background-color:transparent;\n border-color:#cdcdcd;\n outline:0;\n}\n\n.button.button-clear{\n background-color:transparent;\n border-color:transparent;\n transition:background-color linear 250ms, border-color linear 250ms, color linear 250ms;\n}\n\n.button.button-clear:hover, .button.button-clear:focus{\n color:#464646;\n background-color:transparent;\n border-color:transparent;\n outline:0;\n}\n\n.button.button-primary{\n color:white;\n background-color:#33c3f0;\n border-color:#1bbcee;\n}\n\n.button.button-primary:hover, .button.button-primary:focus{\n color:white;\n background-color:#10aee0;\n border-color:#0f9cc8;\n outline:0;\n}\n\n.button.button-outline.button-primary{\n color:#33c3f0;\n background-color:transparent;\n border-color:#33c3f0;\n}\n\n.button.button-outline.button-primary:hover, .button.button-outline.button-primary:focus{\n color:#10aee0;\n background-color:transparent;\n border-color:#10aee0;\n outline:0;\n}\n\n.button.button-clear.button-primary{\n color:#33c3f0;\n background-color:transparent;\n border-color:transparent;\n}\n\n.button.button-clear.button-primary:hover, .button.button-clear.button-primary:focus{\n color:#10aee0;\n background-color:transparent;\n border-color:transparent;\n outline:0;\n}\n\n.button.button-secondary{\n color:#111111;\n background-color:#f0f0f0;\n border-color:#e3e3e3;\n}\n\n.button.button-secondary:hover, .button.button-secondary:focus{\n color:#111111;\n background-color:#d7d7d7;\n border-color:#cacaca;\n outline:0;\n}\n\n.button.button-outline.button-secondary{\n color:#f0f0f0;\n background-color:transparent;\n border-color:#f0f0f0;\n}\n\n.button.button-outline.button-secondary:hover, .button.button-outline.button-secondary:focus{\n color:#d7d7d7;\n background-color:transparent;\n border-color:#d7d7d7;\n outline:0;\n}\n\n.button.button-clear.button-secondary{\n color:#f0f0f0;\n background-color:transparent;\n border-color:transparent;\n}\n\n.button.button-clear.button-secondary:hover, .button.button-clear.button-secondary:focus{\n color:#d7d7d7;\n background-color:transparent;\n border-color:transparent;\n outline:0;\n}\n\ncode,\nkbd,\npre,\nsamp{\n font-family:\"Inconsolata\", monospace;\n}\n\ncode{\n padding:0.2rem 0.5rem;\n font-size:100%;\n color:#5f5f5f;\n word-break:break-word;\n background:#e7eaeb;\n border:1px solid #e6e6e6;\n border-radius:0.25rem;\n}\n\npre{\n display:block;\n padding:2rem;\n margin-bottom:2.5rem;\n overflow-x:auto;\n font-size:90%;\n color:#5f5f5f;\n white-space:pre;\n background:#e7eaeb;\n border:1px solid #e6e6e6;\n border-radius:0.25rem;\n}\n\npre code{\n font-size:inherit;\n color:inherit;\n word-break:normal;\n}\n\n*[disabled]{\n cursor:not-allowed;\n}\n\nform{\n margin-bottom:2.5rem;\n}\n\ninput[type=\"date\"], input[type=\"datetime\"], input[type=\"datetime-local\"], input[type=\"email\"], input[type=\"month\"], input[type=\"number\"], input[type=\"password\"], input[type=\"search\"], input[type=\"tel\"], input[type=\"text\"], input[type=\"url\"], input[type=\"week\"]{\n box-sizing:border-box;\n margin-bottom:1.5rem;\n font-family:inherit;\n line-height:1.5;\n color:#5f5f5f;\n background:white;\n border:1px solid #e6e6e6;\n border-radius:0.25rem;\n box-shadow:none;\n transition:background linear 250ms, border-color linear 250ms;\n padding:0.8rem 1rem;\n font-size:1.5rem;\n max-width:100%;\n -webkit-appearance:none;\n}\n\ninput[type=\"date\"]:focus, input[type=\"datetime\"]:focus, input[type=\"datetime-local\"]:focus, input[type=\"email\"]:focus, input[type=\"month\"]:focus, input[type=\"number\"]:focus, input[type=\"password\"]:focus, input[type=\"search\"]:focus, input[type=\"tel\"]:focus, input[type=\"text\"]:focus, input[type=\"url\"]:focus, input[type=\"week\"]:focus{\n background:white;\n border-color:#33c3f0;\n outline:0;\n}\n\ninput[type=\"date\"], input[type=\"datetime\"], input[type=\"datetime-local\"], input[type=\"month\"], input[type=\"week\"]{\n -webkit-appearance:listbox;\n height:calc(3.85rem + 2px);\n}\n\ninput[type=\"checkbox\"], input[type=\"radio\"]{\n margin-right:1rem;\n}\n\n::-webkit-inner-spin-button,\n::-webkit-outer-spin-button{\n height:auto;\n}\n\n::-webkit-datetime-edit-fields-wrapper{\n padding:0;\n margin:0;\n}\n\n::-webkit-input-placeholder{\n color:#b9b9b9;\n opacity:1;\n}\n\n::-moz-placeholder{\n color:#b9b9b9;\n opacity:1;\n}\n\n:-ms-input-placeholder{\n color:#b9b9b9;\n opacity:1;\n}\n\n::-ms-input-placeholder{\n color:#b9b9b9;\n opacity:1;\n}\n\n::placeholder{\n color:#b9b9b9;\n opacity:1;\n}\n\ntextarea{\n box-sizing:border-box;\n margin-bottom:1.5rem;\n font-family:inherit;\n line-height:1.5;\n color:#5f5f5f;\n background:white;\n border:1px solid #e6e6e6;\n border-radius:0.25rem;\n box-shadow:none;\n transition:background linear 250ms, border-color linear 250ms;\n padding:0.8rem 1rem;\n font-size:1.5rem;\n max-width:100%;\n -webkit-appearance:none;\n overflow:auto;\n}\n\ntextarea:focus{\n background:white;\n border-color:#33c3f0;\n outline:0;\n}\n\nselect{\n box-sizing:border-box;\n margin-bottom:1.5rem;\n font-family:inherit;\n line-height:1.5;\n color:#5f5f5f;\n background:white;\n border:1px solid #e6e6e6;\n border-radius:0.25rem;\n box-shadow:none;\n transition:background linear 250ms, border-color linear 250ms;\n padding:0.8rem 1rem;\n font-size:1.5rem;\n max-width:100%;\n text-transform:none;\n}\n\nselect:focus{\n background:white;\n border-color:#33c3f0;\n outline:0;\n}\n\nselect:not([multiple]){\n height:calc(3.85rem + 2px);\n}\n\nlabel{\n display:block;\n margin-bottom:.5rem;\n font-weight:600;\n}\n\nlegend{\n box-sizing:border-box;\n display:block;\n max-width:100%;\n margin-bottom:.5rem;\n font-weight:600;\n color:inherit;\n white-space:normal;\n}\n\nfieldset{\n margin-bottom:1.5rem;\n border-width:0;\n}\n\nhr{\n box-sizing:content-box;\n height:0;\n margin:1.5rem 0;\n overflow:visible;\n border:0;\n border-top:1px solid #e6e6e6;\n}\n\nimg{\n border-style:none;\n}\n\nfigcaption{\n display:block;\n}\n\nfigure{\n display:block;\n margin:0 0 2.5rem;\n}\n\nul{\n padding-left:2rem;\n margin-bottom:2.5rem;\n list-style:circle outside;\n}\n\nul ul,\nul ol{\n margin:0;\n}\n\nol{\n padding-left:1.7rem;\n margin-bottom:2.5rem;\n list-style:decimal outside;\n}\n\nol ol,\nol ul{\n margin:0;\n}\n\ndl{\n margin-bottom:2.5rem;\n}\n\ndl dt{\n margin:0 0 0 0;\n font-weight:600;\n}\n\ndl dd{\n margin:0 0 2.5rem 2.5rem;\n}\n\ntable{\n width:100%;\n max-width:100%;\n margin-bottom:2.5rem;\n font-size:90%;\n border-spacing:0;\n border-collapse:collapse;\n background-color:transparent;\n}\n\ncaption{\n padding:0.85rem 0.85rem;\n}\n\nth{\n padding:0.85rem 0.85rem;\n text-align:left;\n vertical-align:top;\n}\n\ntd{\n padding:0.85rem 0.85rem;\n text-align:left;\n vertical-align:top;\n border-top:1px solid #e6e6e6;\n}\n\n.table-bordered, table.docutils:not(.footnote):not(.citation), table.docutils.field-list{\n border:solid 1px #e6e6e6;\n}\n\n.table-headed th, table.docutils:not(.footnote):not(.citation) th, table.docutils.field-list th{\n background-color:#e7e9ec;\n}\n\n.table-striped tbody tr:nth-child(odd), table.docutils:not(.footnote):not(.citation) tbody tr:nth-child(odd){\n background-color:#fafafa;\n}\n\n.table-hover tbody tr:hover{\n background-color:whitesmoke;\n}\n\nh1, #search-results h2, #search-results .document > .section .toctree-wrapper .caption, .document > .section .toctree-wrapper #search-results .caption,\n.h1, h2, .document > .section .toctree-wrapper .caption,\n.h2, h3, #search-results ul.search > li > a,\n.h3, h4,\n.h4, h5,\n.h5, h6,\n.h6{\n font-family:\"Lato\", sans-serif;\n color:#5f5f5f;\n}\n\nh1 small, #search-results h2 small, #search-results .document > .section .toctree-wrapper .caption small, .document > .section .toctree-wrapper #search-results .caption small, .h1 small, h2 small, .document > .section .toctree-wrapper .caption small, .h2 small, h3 small, #search-results ul.search > li > a small, .h3 small, h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small{\n font-size:65%;\n line-height:1;\n}\n\nh1, #search-results h2, #search-results .document > .section .toctree-wrapper .caption, .document > .section .toctree-wrapper #search-results .caption,\n.h1{\n margin:4rem 0 1.5rem;\n font-size:32px;\n font-weight:700;\n line-height:1.2;\n}\n\nh2, .document > .section .toctree-wrapper .caption,\n.h2{\n margin:4rem 0 1.5rem;\n font-size:24px;\n font-weight:700;\n line-height:1.25;\n}\n\nh3, #search-results ul.search > li > a,\n.h3{\n margin:4rem 0 1.5rem;\n font-size:20.8px;\n font-weight:700;\n line-height:1.3;\n}\n\nh4,\n.h4{\n margin:4rem 0 1.5rem;\n font-size:17.6px;\n font-weight:700;\n line-height:1.35;\n}\n\nh5,\n.h5{\n margin:4rem 0 1.5rem;\n font-size:16px;\n font-weight:700;\n line-height:1.5;\n}\n\nh6,\n.h6{\n margin:4rem 0 1.5rem;\n font-size:14.4px;\n font-weight:700;\n line-height:1.6;\n}\n\nabbr[title]{\n -webkit-text-decoration:underline dotted;\n text-decoration:underline dotted;\n}\n\np{\n margin-bottom:2.5rem;\n}\n\nblockquote{\n padding:1rem 1.5rem;\n margin-bottom:2.5rem;\n border-left:3px solid #e6e6e6;\n}\n\nb,\nstrong{\n font-weight:700;\n}\n\nsmall{\n font-size:80%;\n}\n\nsub,\nsup{\n position:relative;\n font-size:75%;\n line-height:0;\n vertical-align:baseline;\n}\n\nsub{\n bottom:-.25em;\n}\n\nsup{\n top:-.5em;\n}\n.alert, .admonition{\n position:relative;\n padding:1.5rem 2rem;\n margin-bottom:2.5rem;\n border:1px solid #e6e6e6;\n border-radius:0.25rem;\n}\n.alert-green, .admonition.important, .admonition.hint, .admonition.tip{\n background:#bcf0c2;\n border:1px solid #a8ebaf;\n color:#5f5f5f;\n}\n\n.alert-red, .admonition.danger, .admonition.error{\n background:#ffd2cf;\n border:1px solid #ffbab6;\n color:#5f5f5f;\n}\n\n.alert-blue, .admonition.note{\n background:#ccf1ff;\n border:1px solid #b2e9ff;\n color:#5f5f5f;\n}\n\n.alert-orange, .admonition.attention, .admonition.caution, .admonition.warning{\n background:#ffe5ce;\n border:1px solid #ffd7b4;\n color:#5f5f5f;\n}\n\n.icon-input{\n max-width:100%;\n display:-ms-inline-flexbox;\n display:inline-flex;\n font-size:1.5rem;\n margin-bottom:1.5rem;\n position:relative;\n}\n\n.icon-input input{\n -ms-flex:1 1 auto;\n flex:1 1 auto;\n font-size:1em;\n margin:0;\n padding-right:2.65em;\n}\n\n.icon-input [class*=\"icon-\"]{\n position:absolute;\n top:0;\n right:0;\n bottom:auto;\n left:auto;\n color:#b9b9b9;\n height:100%;\n font-size:1em;\n line-height:1;\n opacity:1;\n pointer-events:none;\n text-align:center;\n width:2.65em;\n}\n\n.icon-input [class*=\"icon-\"]:before{\n position:absolute;\n top:50%;\n right:auto;\n bottom:auto;\n left:0;\n margin:-.5em 0;\n text-align:center;\n width:100%;\n}\n@font-face{\n font-family:'fontello';\n src:url(\"../font/fontello.eot?44759829\");\n src:url(\"../font/fontello.eot?44759829#iefix\") format(\"embedded-opentype\"), url(\"../font/fontello.woff2?44759829\") format(\"woff2\"), url(\"../font/fontello.woff?44759829\") format(\"woff\"), url(\"../font/fontello.ttf?44759829\") format(\"truetype\"), url(\"../font/fontello.svg?44759829#fontello\") format(\"svg\");\n font-weight:normal;\n font-style:normal;\n}\n[class^=\"icon-\"]:before, [class*=\" icon-\"]:before{\n font-family:\"fontello\";\n font-style:normal;\n font-weight:normal;\n speak:none;\n display:inline-block;\n text-decoration:inherit;\n width:1em;\n margin-right:.2em;\n text-align:center;\n font-variant:normal;\n text-transform:none;\n line-height:1em;\n margin-left:.2em;\n -webkit-font-smoothing:antialiased;\n -moz-osx-font-smoothing:grayscale;\n}\n\n.icon-search:before{\n content:'\\e800';\n}\n.icon-edit:before{\n content:'\\e801';\n}\n.icon-download:before{\n content:'\\e802';\n}\n.icon-attention:before{\n content:'\\e804';\n}\n.icon-info-circled:before{\n content:'\\e805';\n}\n.icon-attention-circled:before{\n content:'\\e810';\n}\n.icon-github-circled:before{\n content:'\\f09b';\n}\n.icon-menu:before{\n content:'\\f0c9';\n}\n.icon-lightbulb:before{\n content:'\\f0eb';\n}\n.icon-bitbucket:before{\n content:'\\f171';\n}\n.icon-gitlab:before{\n content:'\\f296';\n}\n.admonition .admonition-title{\n font-weight:bold;\n margin-bottom:.5rem;\n}\n\n.admonition .admonition-title:before{\n font-family:\"fontello\";\n padding-right:1rem;\n}\n\n.admonition :last-child{\n margin-bottom:0;\n}\n\n.admonition.attention .admonition-title:before, .admonition.caution .admonition-title:before, .admonition.warning .admonition-title:before{\n content:\"\\e804\";\n}\n\n.admonition.danger .admonition-title:before, .admonition.error .admonition-title:before{\n content:\"\\e810\";\n}\n\n.admonition.important .admonition-title:before{\n content:\"\\e810\";\n}\n\n.admonition.hint .admonition-title:before, .admonition.tip .admonition-title:before{\n content:\"\\f0eb\";\n}\n\n.admonition.note .admonition-title:before{\n content:\"\\e801\";\n}\n.breadcrumbs-outer{\n background:#fafbfc;\n border:solid 1px #e6e6e6;\n}\n\n.breadcrumbs{\n display:-ms-flexbox;\n display:flex;\n list-style:none;\n margin:0;\n padding:1rem 0;\n}\n\n.breadcrumbs li + li:not(.breadcrumbs-aside):before{\n padding:0 1rem;\n content:\"•\";\n}\n\n.breadcrumbs .breadcrumbs-aside{\n margin-left:auto;\n}\n\n.breadcrumbs code{\n padding:0;\n border:none;\n background:none;\n font-family:\"Lato\", sans-serif;\n font-size:initial;\n}\n\n.breadcrumbs code.literal{\n color:#5f5f5f;\n}\n\n@media (max-width: 991px){\n ul.breadcrumbs .breadcrumbs-aside{\n display:none;\n }\n}\n.footer{\n color:rgba(0, 0, 0, 0.54);\n padding-top:4rem;\n padding-bottom:4rem;\n}\nheader{\n background:#24292e;\n padding:2rem 0;\n}\n\nheader .container{\n display:-ms-flexbox;\n display:flex;\n -ms-flex-direction:row;\n flex-direction:row;\n -ms-flex-align:center;\n align-items:center;\n}\n\nheader .site-nav-toggle{\n color:#f5f6f7;\n font-size:3.5rem;\n margin-left:-1rem;\n padding:.5rem 1rem .5rem 0;\n cursor:pointer;\n}\n\nheader .site-title{\n color:white;\n font-size:2rem;\n font-weight:400;\n}\n\n@media (max-width: 991px){\n header{\n position:fixed;\n top:0;\n right:auto;\n bottom:auto;\n left:auto;\n padding:0;\n -webkit-transform:translateY(0);\n transform:translateY(0);\n transition:-webkit-transform 250ms ease-in-out;\n transition:transform 250ms ease-in-out;\n transition:transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;\n width:100%;\n z-index:101;\n }\n header.up{\n -webkit-transform:translateY(-100%);\n transform:translateY(-100%);\n }\n header .site-title{\n font-size:1.5rem;\n }\n}\n.main-outer{\n background:#f5f6f7;\n padding-top:3rem;\n padding-bottom:10rem;\n}\n\n.document > .section > h1, #search-results .document > .section > h2, #search-results .document > .section .toctree-wrapper .document > .section > .caption, .document > .section .toctree-wrapper #search-results .document > .section > .caption{\n margin-top:0;\n margin-bottom:4rem;\n}\n.site-nav code.literal,\n.site-nav tt.literal{\n border:none;\n background:inherit;\n color:inherit;\n padding-left:0;\n padding-right:0;\n}\n\n.site-nav-tree .caption{\n font-weight:bold;\n}\n\n.site-nav-tree ul{\n list-style-type:none;\n padding-left:0;\n}\n\n.site-nav-tree ul ul{\n margin-left:1.5rem;\n}\n\n.site-nav-tree li{\n line-height:1.8;\n}\n\n.site-nav-tree > ul > li:not(.current) > ul{\n display:none;\n}\n\n.site-nav-tree a{\n color:rgba(0, 0, 0, 0.54);\n}\n\n.site-nav-tree a.current, .site-nav-tree a:hover{\n color:rgba(0, 0, 0, 0.87);\n}\n\n@media (max-width: 991px){\n body{\n padding-top:6.6rem;\n }\n .main-outer{\n position:relative;\n }\n .site-nav{\n position:fixed;\n top:0;\n right:0;\n bottom:0;\n left:0;\n background:#f5f6f7;\n height:100vh;\n overflow-y:scroll;\n padding-top:10rem;\n -webkit-transform:translateX(-100%);\n transform:translateX(-100%);\n transition:-webkit-transform 250ms linear;\n transition:transform 250ms linear;\n transition:transform 250ms linear, -webkit-transform 250ms linear;\n z-index:100;\n }\n body.nav-in{\n overflow:hidden;\n }\n body.nav-in .site-nav{\n -webkit-transform:translateX(0);\n transform:translateX(0);\n }\n body.nav-in .site-nav .icon-input{\n width:100%;\n }\n}\n.docutils.container{\n width:100%;\n margin:0;\n padding:0;\n}\n#search-results h2, #search-results .document > .section .toctree-wrapper .caption, .document > .section .toctree-wrapper #search-results .caption{\n margin-bottom:5rem;\n}\n\n#search-results ul.search{\n list-style-type:none;\n margin-top:3rem;\n padding:0;\n}\n\n#search-results ul.search > li:not(:last-child){\n padding-bottom:3rem;\n border-bottom:solid 1px #e6e6e6;\n margin-bottom:3rem;\n}\n.headerlink{\n visibility:hidden;\n padding-left:.5rem;\n opacity:.3;\n}\n\n.headerlink:hover{\n opacity:.6;\n}\n\ncaption:hover > a.headerlink,\n.code-block-caption:hover > a.headerlink,\ndt:hover > a.headerlink,\nh1:hover > a.headerlink,\n#search-results h2:hover > a.headerlink,\n#search-results .document > .section .toctree-wrapper .caption:hover > a.headerlink,\n.document > .section .toctree-wrapper #search-results .caption:hover > a.headerlink,\nh2:hover > a.headerlink,\n.document > .section .toctree-wrapper .caption:hover > a.headerlink,\nh3:hover > a.headerlink,\n#search-results ul.search > li > a:hover > a.headerlink,\nh4:hover > a.headerlink,\nh5:hover > a.headerlink,\nh6:hover > a.headerlink,\n.caption:hover > a.headerlink,\n.caption-text:hover > a.headerlink{\n visibility:visible;\n}\n\n.footnote-reference,\n.citation-reference{\n font-size:90%;\n position:relative;\n top:-.6rem;\n}\n\n.rubric{\n margin-bottom:1.25rem;\n font-weight:bold;\n}\n\nimg{\n min-height:1px;\n max-width:100%;\n height:auto;\n}\n\n.align-left{\n float:left;\n margin-right:2.5rem;\n margin-bottom:2.5rem;\n}\n\n.align-center{\n margin:auto;\n display:block;\n}\n\n.align-center.figure{\n text-align:center;\n}\n\n.align-right{\n float:right;\n margin-left:2.5rem;\n margin-bottom:2.5rem;\n}\n.sidebar{\n border:1px solid #e6e6e6;\n margin:0 0 2.5rem 2.5rem;\n padding:2.5rem;\n background-color:#f0f0f0;\n width:40%;\n float:right;\n}\n\n.sidebar-title{\n background:#f5f6f7;\n font-weight:bold;\n margin-top:-2.5rem;\n margin-right:-2.5rem;\n margin-bottom:2.5rem;\n margin-left:-2.5rem;\n padding:.5rem 1rem;\n}\ntable.docutils.footnote{\n color:#aaaaaa;\n width:auto;\n}\n\ntable.docutils.footnote td{\n border:0;\n padding-left:0;\n padding-right:2rem;\n}\n\ntable.docutils.footnote td:not(.label){\n width:100%;\n}\n\ntable.docutils.footnote td em + p{\n display:inline-block;\n}\n\ntable.docutils.footnote td p.last{\n margin-bottom:0;\n}\n.figure p.caption{\n font-style:italic;\n}\nol.arabic{\n list-style-type:decimal;\n}\n\nol.loweralpha{\n list-style-type:lower-alpha;\n}\n\nol.upperalpha{\n list-style-type:upper-alpha;\n}\n\nol.lowerroman{\n list-style-type:lower-roman;\n}\n\nol.upperroman{\n list-style-type:upper-roman;\n}\n\nli p,\ndd p{\n margin-bottom:1.25rem;\n}\n\nli p:last-child,\ndd p:last-child{\n margin-bottom:0;\n}\n\n.line-block{\n margin-bottom:2.5rem;\n margin-left:2.5rem;\n}\n\n.line-block .line-block{\n margin-bottom:0;\n margin-left:2rem;\n}\n\nblockquote .attribution{\n margin-bottom:0;\n}\n\n.guilabel{\n border:1px solid #33c3f0;\n background:#c2edfa;\n font-size:80%;\n font-weight:700;\n border-radius:0.25rem;\n padding:.15rem .5rem;\n margin:auto .2rem;\n}\ndiv[class^='highlight-']{\n background:#e7eaeb;\n margin-bottom:2.5rem;\n overflow-x:auto;\n}\n\ndiv[class^='highlight-'] pre{\n margin-bottom:0;\n}\n\ntd.linenos pre{\n margin:0;\n border:0;\n border-radius:0;\n border-right:1px solid #e6e6e6;\n}\n\ntd.code{\n width:100%;\n}\n\ntd.code pre{\n margin:0;\n border:0;\n border-radius:0;\n}\n\ntable.highlighttable{\n font-size:100%;\n border:1px solid #e6e6e6;\n border-radius:0.25rem;\n margin-bottom:0;\n}\n\ntable.highlighttable td{\n padding:0;\n}\n\ntt.literal,\ncode.literal{\n background:white;\n color:#ff4136;\n font-size:90%;\n}\n\ntt.xref,\na tt,\ncode.xref,\na code{\n color:#111111;\n}\n\ntt.download,\ncode.download{\n background:inherit;\n padding:inherit;\n font-weight:normal;\n font-family:inherit;\n font-size:inherit;\n color:inherit;\n border:inherit;\n white-space:inherit;\n}\n\ntt.download::before,\ncode.download::before{\n font-family:fontello;\n content:\"\\e802\";\n padding-right:.5rem;\n}\ndl:not(.docutils) dt{\n margin:.6rem 0;\n font-size:90%;\n line-height:normal;\n background:rgba(51, 195, 240, 0.1);\n color:rgba(51, 195, 240, 0.9);\n border-top:solid 3px #33c3f0;\n padding:.6rem;\n}\n\ndl:not(.docutils) dl dt{\n border:none;\n border-left:solid 3px #e6e6e6;\n background:#f0f0f0;\n color:#5f5f5f;\n}\n\ndl:not(.docutils) tt.descname,\ndl:not(.docutils) tt.descclassname,\ndl:not(.docutils) code.descname,\ndl:not(.docutils) code.descclassname{\n background-color:transparent;\n border:none;\n padding:0;\n font-size:100%;\n}\n\ndl:not(.docutils) tt.descname,\ndl:not(.docutils) code.descname{\n font-weight:bold;\n}\n\ndl:not(.docutils).data dt{\n display:inline-block;\n}\n.align-top{\n vertical-align:top;\n}\n\n.align-bottom{\n vertical-align:bottom;\n}\n\n.align-middle{\n vertical-align:middle;\n}\n\n.align-baseline{\n vertical-align:baseline;\n}\n\n.clearfix::after{\n display:block;\n clear:both;\n content:\"\";\n}\n\n.b-white{\n background-color:white;\n}\n\n.c-white{\n color:white;\n}\n\n.b-black{\n background-color:#111111;\n}\n\n.c-black{\n color:#111111;\n}\n\n.b-primary{\n background-color:#33c3f0;\n}\n\n.c-primary{\n color:#33c3f0;\n}\n\n.b-secondary{\n background-color:#f0f0f0;\n}\n\n.c-secondary{\n color:#f0f0f0;\n}\n\n.b-aqua{\n background-color:#7fdbff;\n}\n\n.c-aqua{\n color:#7fdbff;\n}\n\n.b-blue{\n background-color:#0074d9;\n}\n\n.c-blue{\n color:#0074d9;\n}\n\n.b-navy{\n background-color:#001f3f;\n}\n\n.c-navy{\n color:#001f3f;\n}\n\n.b-teal{\n background-color:#39cccc;\n}\n\n.c-teal{\n color:#39cccc;\n}\n\n.b-green{\n background-color:#2ecc40;\n}\n\n.c-green{\n color:#2ecc40;\n}\n\n.b-olive{\n background-color:#3d9970;\n}\n\n.c-olive{\n color:#3d9970;\n}\n\n.b-lime{\n background-color:#01ff70;\n}\n\n.c-lime{\n color:#01ff70;\n}\n\n.b-yellow{\n background-color:#ffdc00;\n}\n\n.c-yellow{\n color:#ffdc00;\n}\n\n.b-orange{\n background-color:#ff851b;\n}\n\n.c-orange{\n color:#ff851b;\n}\n\n.b-red{\n background-color:#ff4136;\n}\n\n.c-red{\n color:#ff4136;\n}\n\n.b-fuchsia{\n background-color:#f012be;\n}\n\n.c-fuchsia{\n color:#f012be;\n}\n\n.b-purple{\n background-color:#b10dc9;\n}\n\n.c-purple{\n color:#b10dc9;\n}\n\n.b-maroon{\n background-color:#85144b;\n}\n\n.c-maroon{\n color:#85144b;\n}\n\n.b-silver{\n background-color:#dddddd;\n}\n\n.c-silver{\n color:#dddddd;\n}\n\n.b-gray{\n background-color:#aaaaaa;\n}\n\n.c-gray{\n color:#aaaaaa;\n}\n\n.b-facebook{\n background-color:#3b5999;\n}\n\n.c-facebook{\n color:#3b5999;\n}\n\n.b-twitter{\n background-color:#55acee;\n}\n\n.c-twitter{\n color:#55acee;\n}\n\n.b-linkedin{\n background-color:#0077b5;\n}\n\n.c-linkedin{\n color:#0077b5;\n}\n\n.b-googleplus{\n background-color:#dd4b39;\n}\n\n.c-googleplus{\n color:#dd4b39;\n}\n\n.b-instagram{\n background-color:#e4405f;\n}\n\n.c-instagram{\n color:#e4405f;\n}\n\n.b-pinterest{\n background-color:#bd081c;\n}\n\n.c-pinterest{\n color:#bd081c;\n}\n\n.b-cinder{\n background-color:#24292e;\n}\n\n.c-cinder{\n color:#24292e;\n}\n\n.b-whitesmoke{\n background-color:#f5f6f7;\n}\n\n.c-whitesmoke{\n color:#f5f6f7;\n}\n\n.b-solitude{\n background-color:#fafbfc;\n}\n\n.c-solitude{\n color:#fafbfc;\n}\n\n.disabled{\n cursor:not-allowed;\n}\n\n.move{\n cursor:move;\n}\n\n.pointer{\n cursor:pointer;\n}\n\n.d-block{\n display:block;\n}\n\n.d-hidden{\n display:none !important;\n}\n\n.d-flex{\n display:-ms-flexbox;\n display:flex;\n}\n\n.d-grid{\n display:grid;\n}\n\n.d-inline{\n display:inline;\n}\n\n.d-inline-block{\n display:inline-block;\n}\n\n.d-inline-flex{\n display:-ms-inline-flexbox;\n display:inline-flex;\n}\n\n.d-table{\n display:table;\n}\n\n.d-table-cell{\n display:table-cell;\n}\n\n.flex-row{\n -ms-flex-direction:row;\n flex-direction:row;\n}\n\n.flex-column{\n -ms-flex-direction:column;\n flex-direction:column;\n}\n\n.flex-row-reverse{\n -ms-flex-direction:row-reverse;\n flex-direction:row-reverse;\n}\n\n.flex-column-reverse{\n -ms-flex-direction:column-reverse;\n flex-direction:column-reverse;\n}\n\n.justify-content-start{\n -ms-flex-pack:start;\n justify-content:flex-start;\n}\n\n.justify-content-end{\n -ms-flex-pack:end;\n justify-content:flex-end;\n}\n\n.justify-content-center{\n -ms-flex-pack:center;\n justify-content:center;\n}\n\n.justify-content-between{\n -ms-flex-pack:justify;\n justify-content:space-between;\n}\n\n.justify-content-around{\n -ms-flex-pack:distribute;\n justify-content:space-around;\n}\n\n.align-items-start{\n -ms-flex-align:start;\n align-items:flex-start;\n}\n\n.align-items-end{\n -ms-flex-align:end;\n align-items:flex-end;\n}\n\n.align-items-center{\n -ms-flex-align:center;\n align-items:center;\n}\n\n.align-items-baseline{\n -ms-flex-align:baseline;\n align-items:baseline;\n}\n\n.align-items-stretch{\n -ms-flex-align:stretch;\n align-items:stretch;\n}\n\n.flex-nowrap{\n -ms-flex-wrap:nowrap;\n flex-wrap:nowrap;\n}\n\n.flex-wrap{\n -ms-flex-wrap:wrap;\n flex-wrap:wrap;\n}\n\n.flex-wrap-reverse{\n -ms-flex-wrap:wrap-reverse;\n flex-wrap:wrap-reverse;\n}\n\n.align-self-start{\n -ms-flex-item-align:start;\n align-self:flex-start;\n}\n\n.align-self-end{\n -ms-flex-item-align:end;\n align-self:flex-end;\n}\n\n.align-self-center{\n -ms-flex-item-align:center;\n align-self:center;\n}\n\n.align-self-baseline{\n -ms-flex-item-align:baseline;\n align-self:baseline;\n}\n\n.align-self-stretch{\n -ms-flex-item-align:stretch;\n align-self:stretch;\n}\n\n.pull-left{\n float:left !important;\n}\n\n.pull-right{\n float:right !important;\n}\n\n.img-fluid{\n display:block;\n width:100%;\n max-width:100%;\n height:auto;\n min-height:1px;\n}\n\n.list-style-none{\n list-style:none !important;\n}\n\n.list-style-reset{\n padding:0;\n margin:0;\n list-style:none !important;\n}\n\n.scroll-x{\n overflow-x:auto;\n}\n\n.noscroll{\n overflow:hidden;\n}\n\n.fixed{\n position:fixed;\n}\n\n.relative{\n position:relative;\n}\n\n.absolute{\n position:absolute;\n}\n\n@media print{\n .no-print,\n .no-print *{\n display:none !important;\n }\n}\n\n.full-height{\n height:100%;\n}\n\n.full-visual-height{\n height:100vh;\n}\n\n.full-width{\n box-sizing:border-box;\n width:100%;\n}\n\n.max-full-width{\n box-sizing:border-box;\n max-width:100%;\n}\n\n.margin-zero{\n margin:0;\n}\n\n.m-auto{\n margin:auto;\n}\n\n.mt-auto{\n margin-top:auto;\n}\n\n.mr-auto{\n margin-right:auto;\n}\n\n.mb-auto{\n margin-bottom:auto;\n}\n\n.ml-auto{\n margin-left:auto;\n}\n\n.push-auto{\n margin-right:auto;\n margin-left:auto;\n}\n\n.text-left{\n text-align:left;\n}\n\n.text-right{\n text-align:right;\n}\n\n.text-center{\n text-align:center;\n}\n\n.text-just{\n text-align:justify;\n}\n\n.strong{\n font-weight:700;\n}\n\n.lead{\n font-weight:300;\n}\n\n.muted{\n opacity:.7;\n}\n\n.nowrap{\n white-space:nowrap;\n}\n\n.small{\n font-size:80%;\n}\n\n.uppercase{\n text-transform:uppercase;\n}\n\n.text-shadow{\n text-shadow:0 2px 4px rgba(0, 0, 0, 0.5);\n}\n\n.flip-x{\n -webkit-transform:scale(-1, 1);\n transform:scale(-1, 1);\n}\n\n.flip-y{\n -webkit-transform:scale(1, -1);\n transform:scale(1, -1);\n}\n\n.flip-both{\n -webkit-transform:scale(-1, -1);\n transform:scale(-1, -1);\n}\n\n.hidden-xs-up{\n display:none !important;\n}\n\n@media (max-width: 575px){\n .hidden-xs-down{\n display:none !important;\n }\n}\n\n@media (min-width: null) and (max-width: 575px){\n .hidden-xs{\n display:none !important;\n }\n}\n\n@media (min-width: 576px){\n .hidden-sm-up{\n display:none !important;\n }\n}\n\n@media (max-width: 767px){\n .hidden-sm-down{\n display:none !important;\n }\n}\n\n@media (min-width: 576px) and (max-width: 767px){\n .hidden-sm{\n display:none !important;\n }\n}\n\n@media (min-width: 768px){\n .hidden-md-up{\n display:none !important;\n }\n}\n\n@media (max-width: 991px){\n .hidden-md-down{\n display:none !important;\n }\n}\n\n@media (min-width: 768px) and (max-width: 991px){\n .hidden-md{\n display:none !important;\n }\n}\n\n@media (min-width: 992px){\n .hidden-lg-up{\n display:none !important;\n }\n}\n\n@media (max-width: 1199px){\n .hidden-lg-down{\n display:none !important;\n }\n}\n\n@media (min-width: 992px) and (max-width: 1199px){\n .hidden-lg{\n display:none !important;\n }\n}\n\n@media (min-width: 1200px){\n .hidden-xl-up{\n display:none !important;\n }\n}\n\n.hidden-xl-down{\n display:none !important;\n}\n\n@media (min-width: 1200px) and (max-width: null){\n .hidden-xl{\n display:none !important;\n }\n}\n/*# sourceMappingURL=theme.css.map */","// Grid Framework\n// ––––––––––––––––––––––––––––––––––––––––––––––––––\n\n@mixin make-grid-columns($columns: $grid-columns, $gutter: $grid-gutter-width, $breakpoints: $grid-breakpoints) {\n // Common properties for all breakpoints\n %grid-column {\n width: 100%;\n min-height: 1px; // This prevent columns from collapsing when empty\n padding-right: ($gutter / 2);\n padding-left: ($gutter / 2);\n }\n\n @each $breakpoint in map-keys($breakpoints) {\n $infix: breakpoint-infix($breakpoint, $breakpoints);\n\n // Allow columns to stretch full width below their breakpoints\n @for $i from 1 through $columns {\n .col#{$infix}-#{$i} {\n @extend %grid-column;\n }\n }\n .col#{$infix},\n .col#{$infix}-auto {\n @extend %grid-column;\n }\n\n @include media-breakpoint-up($breakpoint, $breakpoints) {\n // Provide basic `.col-{bp}` classes for equal-width flexbox columns\n .col#{$infix} {\n flex-basis: 0;\n flex-grow: 1;\n max-width: 100%;\n }\n .col#{$infix}-auto {\n flex: 0 0 auto;\n width: auto;\n max-width: none; // Reset earlier grid tiers\n }\n\n @for $i from 1 through $columns {\n .col#{$infix}-#{$i} {\n @include make-col($i, $columns);\n }\n }\n\n @for $i from 1 through $columns {\n .order#{$infix}-#{$i} {\n order: $i;\n }\n }\n\n // here we dont need the full with as you cannot offset by 100%\n @for $i from 1 through ($columns - 1) {\n .offset#{$infix}-#{$i} {\n margin-left: percentage($i / $columns);\n }\n }\n }\n }\n}\n","// Base Styles\n// ––––––––––––––––––––––––––––––––––––––––––––––––––\n\n// NOTE\n// html is set to 62.5% so that all the REM measurements throughout karma-css\n// are based on 10px sizing. So basically 1.5rem = 15px :)\n\n// box sizing & reset margin\n* {\n box-sizing: border-box;\n padding: 0;\n margin: 0;\n &::before,\n &::after {\n box-sizing: border-box;\n }\n}\n\n// basic document styling\nhtml {\n font-size: 62.5%;\n line-height: $base-line-height;\n}\n\nbody {\n font-family: $base-font-family;\n font-size: $base-font-size;\n font-weight: $base-font-weight;\n color: $font-color;\n background: $body-background;\n}\n\nmain {\n display: block;\n}\n","// Anchor\n// ––––––––––––––––––––––––––––––––––––––––––––––––––\n\na {\n color: $link-color;\n text-decoration: $link-decoration;\n background-color: transparent;\n transition: $link-transition;\n\n &:hover {\n color: $link-color-hover;\n text-decoration: $link-decoration-hover;\n }\n}\n","// Button\n// ––––––––––––––––––––––––––––––––––––––––––––––––––\n\nbutton,\n[type=\"button\"],\n[type=\"reset\"],\n[type=\"submit\"] {\n -webkit-appearance: button;\t// stylelint-disable-line property-no-vendor-prefix\n}\n\n::-moz-focus-inner {\n padding: 0;\n border: 0;\n}\n\n// default buttons style\n.button {\n @include button;\n\n $btn-border-hover: darken($button-default-border-color, $darken-hover-percent);\n $btn-bg-hover: darken($button-default-bg-color, $darken-hover-percent);\n\n @include button-hover($button-default-font-color, $btn-bg-hover, $btn-border-hover);\n\n $btn-font-hover: darken($button-default-font-color, $darken-hover-percent);\n\n &.button-outline {\n background-color: transparent;\n transition: $button-transition, color linear $animation-speed-fast;\n @include button-hover($btn-font-hover, transparent, $btn-border-hover);\n }\n\n &.button-clear {\n background-color: transparent;\n border-color: transparent;\n transition: $button-transition, color linear $animation-speed-fast;\n @include button-hover($btn-font-hover, transparent, transparent);\n }\n}\n\n// button color variations\n@each $button, $colors in $buttons {\n // start with a border color half of the $darken-hover-percent to get a slight visual contrast\n $btn-border: darken(nth($colors, 1), ($darken-hover-percent / 2));\n $btn-font: nth($colors, 2);\n $btn-bg: nth($colors, 1);\n\n // then when we roll over we will user the full percentage to adjust the colors\n $btn-border-hover: darken($btn-border, $darken-hover-percent);\n $btn-bg-hover: darken($btn-bg, $darken-hover-percent);\n\n // basic coloured button\n .button.button-#{$button} {\n @include button-color-variation($btn-font, $btn-bg, $btn-border);\n @include button-hover($btn-font, $btn-bg-hover, $btn-border-hover);\n }\n\n // outline transparent background, use button color for font color\n .button.button-outline.button-#{$button} {\n @include button-color-variation($btn-bg, transparent, $btn-bg);\n @include button-hover($btn-bg-hover, transparent, $btn-bg-hover);\n }\n\n // clear transparent background and border, use button color for font color\n .button.button-clear.button-#{$button} {\n @include button-color-variation($btn-bg, transparent, transparent);\n @include button-hover($btn-bg-hover, transparent, transparent);\n }\n\n}\n","// Button\n// ––––––––––––––––––––––––––––––––––––––––––––––––––\n\n// mixins to create buttons\n\n// create a basic button\n//\n// Usage:\n// @include button;\n//\n@mixin button {\n box-sizing: border-box;\n display: inline-block;\n padding: $button-padding-y $button-padding-x;\n overflow: visible;\n font-family: inherit;\n font-size: $button-font-size;\n font-weight: $button-font-weight;\n line-height: $button-line-height;\n color: $button-default-font-color;\n text-align: center;\n text-decoration: none;\n white-space: nowrap;\n cursor: pointer;\n user-select: none;\n background-color: $button-default-bg-color;\n border: $button-border-width solid $button-default-border-color;\n border-radius: $button-border-radius;\n transition: $button-transition;\n}\n\n// button styles required to create a colored variation\n//\n// Usage:\n// @include button-color-variation(color(\"white\"), color(\"black\"), color(\"secondary\"));\n//\n@mixin button-color-variation($color, $background-color, $border-color) {\n color: $color;\n background-color: $background-color;\n border-color: $border-color;\n}\n\n// button hover and focus state\n//\n// Usage:\n// @include button-hover(color(\"white\"), color(\"black\"), color(\"secondary\"));\n//\n@mixin button-hover($color, $background-color, $border-color) {\n &:hover,\n &:focus {\n color: $color;\n background-color: $background-color;\n border-color: $border-color;\n outline: 0;\n }\n}\n\n// button size variation\n//\n// Usage:\n// @include button-size(1rem, 1rem, 15px);\n//\n@mixin button-size(\n $padding-y: $button-padding-y,\n $padding-x: $button-padding-x,\n $font-size: $button-font-size) {\n padding: $padding-y $padding-x;\n font-size: $font-size;\n}\n","// Code\n// ––––––––––––––––––––––––––––––––––––––––––––––––––\n\ncode,\nkbd,\npre,\nsamp {\n font-family: $code-font-family;\n}\n\n// inline code\ncode {\n padding: $code-padding;\n font-size: $code-font-size;\n color: $code-font-color;\n word-break: break-word;\n background: $code-background;\n border: $code-border-width solid $code-border-color;\n border-radius: $code-border-radius;\n}\n\n// code block\npre {\n display: block;\n padding: $pre-padding;\n margin-bottom: $pre-margin-bottom;\n overflow-x: auto;\n font-size: $pre-font-size;\n color: $code-font-color;\n white-space: pre;\n background: $code-background;\n border: $code-border-width solid $code-border-color;\n border-radius: $code-border-radius;\n\n // inline code within\n code {\n font-size: inherit;\n color: inherit;\n word-break: normal;\n }\n\n}\n","// Cursor\n// ––––––––––––––––––––––––––––––––––––––––––––––––––\n\n*[disabled] {\n cursor: not-allowed;\n}\n","// Form\n// ––––––––––––––––––––––––––––––––––––––––––––––––––\n\n// stylelint-disable selector-no-qualifying-type\n\nform {\n margin-bottom: $form-margin-bottom;\n}\n\ninput {\n &[type=\"date\"],\n &[type=\"datetime\"],\n &[type=\"datetime-local\"],\n &[type=\"email\"],\n &[type=\"month\"],\n &[type=\"number\"],\n &[type=\"password\"],\n &[type=\"search\"],\n &[type=\"tel\"],\n &[type=\"text\"],\n &[type=\"url\"],\n &[type=\"week\"] {\n @include input;\n @include input-size;\n @include input-width;\n @include input-focus;\n -webkit-appearance: none; // stylelint-disable-line property-no-vendor-prefix\n }\n\n &[type=\"date\"],\n &[type=\"datetime\"],\n &[type=\"datetime-local\"],\n &[type=\"month\"],\n &[type=\"week\"] {\n -webkit-appearance: listbox; // stylelint-disable-line property-no-vendor-prefix\n height: $input-height;\n }\n\n // only set some simple margin as components will handle the style better\n &[type=\"checkbox\"],\n &[type=\"radio\"] {\n margin-right: 1rem;\n }\n}\n\n// Correct the cursor style of increment and decrement buttons in Chrome.\n::-webkit-inner-spin-button,\n::-webkit-outer-spin-button {\n height: auto;\n}\n\n// stop date controls in webkit being taller\n::-webkit-datetime-edit-fields-wrapper {\n padding: 0;\n margin: 0;\n}\n\n// placeholder text\n::placeholder {\n color: $input-placeholder-color;\n opacity: 1;\n}\n\ntextarea {\n @include input;\n @include input-size;\n @include input-width;\n @include input-focus;\n -webkit-appearance: none; // stylelint-disable-line property-no-vendor-prefix\n overflow: auto;\n}\n\nselect {\n @include input;\n @include input-size;\n @include input-width;\n @include input-focus;\n text-transform: none;\n\n &:not([multiple]) {\n height: $input-height;\n }\n}\n\nlabel {\n display: block;\n margin-bottom: .5rem;\n font-weight: $label-font-weight;\n}\n\nlegend {\n box-sizing: border-box;\n display: block;\n max-width: 100%;\n margin-bottom: .5rem;\n font-weight: $label-font-weight;\n color: inherit;\n white-space: normal;\n}\n\nfieldset {\n margin-bottom: $input-margin-bottom;\n border-width: 0;\n}\n","// Inputs\n// ––––––––––––––––––––––––––––––––––––––––––––––––––\n\n// mixins to create form inputs\n\n// create a basic input\n//\n// Usage:\n// @include input;\n//\n@mixin input {\n box-sizing: border-box;\n margin-bottom: $input-margin-bottom;\n font-family: inherit;\n line-height: $input-line-height;\n color: $input-font-color;\n background: $input-background;\n border: $input-border-width solid $input-border-color;\n border-radius: $input-border-radius;\n box-shadow: none;\n transition: $input-transition;\n}\n\n// input styles for focus state\n//\n// Usage:\n// @include input-focus(color(\"white\"), color(\"primary\"));\n//\n@mixin input-focus(\n $background: $input-background-focus,\n $border-color: $input-border-color-focus) {\n &:focus {\n background: $background;\n border-color: $border-color;\n outline: 0;\n }\n}\n\n// used internally to set the default width of form fields\n// based on the $input-use-full-width variable\n//\n@mixin input-width {\n max-width: 100%; // will stop the ability to stretch a textarea beyond 100% width\n @if $input-use-full-width {\n width: 100%;\n }\n}\n\n// input size variation\n//\n// Usage:\n// @include input-size(1rem, 1rem, 15px);\n//\n@mixin input-size(\n $padding-y: $input-padding-y,\n $padding-x: $input-padding-x,\n $font-size: $input-font-size) {\n padding: $padding-y $padding-x;\n font-size: $font-size;\n}\n","// HR\n// ––––––––––––––––––––––––––––––––––––––––––––––––––\n\nhr {\n box-sizing: content-box;\n height: 0;\n margin: $hr-margin;\n overflow: visible;\n border: 0;\n border-top: $hr-border-width solid $hr-border-color;\n}\n","// Image\n// ––––––––––––––––––––––––––––––––––––––––––––––––––\n\nimg {\n border-style: none;\n}\n\nfigcaption {\n display: block;\n}\n\nfigure {\n display: block;\n margin: 0 0 $figure-margin-bottom;\n}\n","// List\n// ––––––––––––––––––––––––––––––––––––––––––––––––––\n\nul {\n padding-left: $ul-list-padding-left;\n margin-bottom: $ul-list-margin-bottom;\n list-style: $ul-list-style;\n\n ul,\n ol {\n margin: $ul-list-nested-margin;\n }\n}\n\nol {\n padding-left: $ol-list-padding-left;\n margin-bottom: $ol-list-margin-bottom;\n list-style: $ol-list-style;\n\n ol,\n ul {\n margin: $ol-list-nested-margin;\n }\n}\n\ndl {\n margin-bottom: $dl-margin-bottom;\n\n dt {\n margin: $dt-margin;\n font-weight: 600;\n }\n\n dd {\n margin: $dd-margin;\n }\n}\n","// Table\n// ––––––––––––––––––––––––––––––––––––––––––––––––––\n\ntable {\n width: 100%;\n max-width: 100%;\n margin-bottom: $table-margin-bottom;\n font-size: $table-font-size;\n border-spacing: 0;\n border-collapse: collapse;\n background-color: $table-background-color;\n}\n\ncaption {\n padding: $table-cell-padding;\n}\n\nth {\n padding: $table-cell-padding;\n text-align: left;\n vertical-align: top;\n}\n\ntd {\n padding: $table-cell-padding;\n text-align: left;\n vertical-align: top;\n border-top: $table-border-width solid $table-border-color;\n}\n\n// visual alternatives\n.table-bordered {\n border: solid $table-border-width $table-border-color;\n}\n\n.table-headed th {\n background-color: $table-headed-color;\n}\n\n.table-striped tbody tr:nth-child(odd) {\n background-color: $table-striped-color;\n}\n\n.table-hover tbody tr:hover {\n background-color: $table-hover-color;\n}\n","// Typography\n// ––––––––––––––––––––––––––––––––––––––––––––––––––\n\n%h {\n font-family: $header-font-family;\n color: $header-font-color;\n\n small {\n font-size: 65%;\n line-height: 1;\n }\n}\n\nh1,\n.h1 {\n @extend %h;\n margin: $h1-margin;\n font-size: $h1-font-size;\n font-weight: $h1-font-weight;\n line-height: $h1-line-height;\n}\n\nh2,\n.h2 {\n @extend %h;\n margin: $h2-margin;\n font-size: $h2-font-size;\n font-weight: $h2-font-weight;\n line-height: $h2-line-height;\n}\n\nh3,\n.h3 {\n @extend %h;\n margin: $h3-margin;\n font-size: $h3-font-size;\n font-weight: $h3-font-weight;\n line-height: $h3-line-height;\n}\n\nh4,\n.h4 {\n @extend %h;\n margin: $h4-margin;\n font-size: $h4-font-size;\n font-weight: $h4-font-weight;\n line-height: $h4-line-height;\n}\n\nh5,\n.h5 {\n @extend %h;\n margin: $h5-margin;\n font-size: $h5-font-size;\n font-weight: $h5-font-weight;\n line-height: $h5-line-height;\n}\n\nh6,\n.h6 {\n @extend %h;\n margin: $h6-margin;\n font-size: $h6-font-size;\n font-weight: $h6-font-weight;\n line-height: $h6-line-height;\n}\n\nabbr[title] { // stylelint-disable-line selector-no-qualifying-type\n text-decoration: underline dotted;\n}\n\np {\n margin-bottom: $paragraph-margin-bottom;\n}\n\nblockquote {\n padding: $blockquote-padding-y $blockquote-padding-x;\n margin-bottom: $blockquote-margin-bottom;\n border-left: $blockquote-border-left-width solid $blockquote-border-left-color;\n}\n\nb,\nstrong {\n font-weight: $strong-font-weight;\n}\n\nsmall {\n font-size: $small-font-size;\n}\n\nsub,\nsup {\n position: relative;\n font-size: 75%;\n line-height: 0;\n vertical-align: baseline;\n}\n\nsub {\n bottom: -.25em;\n}\n\nsup {\n top: -.5em;\n}\n","// Alerts\n//–––––––––––––––––––––––––––––––––––––––––––––––––– \n\n\n/* base alert style */\n\n.alert {\n position: relative;\n padding: $alert-padding;\n margin-bottom: $generic-margin-bottom;\n border: $border-width solid $border-color;\n border-radius: $global-radius;\n}\n\n\n/* coloured variations */\n\n@each $name, $colors in $alerts {\n $alert-bg: nth($colors, 1);\n $alert-font: nth($colors, 2);\n\n // border color half of the $darken-hover-percent to get a slight visual contrast\n $alert-border: darken($alert-bg, ($darken-hover-percent / 2));\n\n .alert-#{$name} {\n background: $alert-bg;\n border: $border-width solid $alert-border;\n color: $alert-font;\n }\n\n}","// Icon Input\n//––––––––––––––––––––––––––––––––––––––––––––––––––\n\n\n.icon-input {\n @include input-width;\n display: inline-flex;\n font-size: $input-font-size;\n margin-bottom: $icon-input-margin-bottom;\n position: relative;\n\n input {\n flex: 1 1 auto;\n font-size: 1em;\n margin: 0;\n padding-right: $icon-input-icon-width;\n }\n\n [class*=\"#{$icon-input-icon-class-prefix}\"] {\n @include position($top: 0, $right: 0);\n color: $icon-input-icon-color;\n height: 100%;\n font-size: 1em;\n line-height: 1;\n opacity: 1;\n pointer-events: none;\n text-align: center;\n width: $icon-input-icon-width;\n }\n\n [class*=\"#{$icon-input-icon-class-prefix}\"]:before {\n @include position($top: 50%, $left: 0);\n margin: -.5em 0;\n text-align: center;\n width: 100%;\n }\n}","// Position\n// ––––––––––––––––––––––––––––––––––––––––––––––––––\n\n// position an element\n// be sure to set the parent elements position to relative then this will use its full bounds\n// usefull for cards where the anchor is a child of the card to make the whole card clickable\n//\n// Usage:\n// >> @include position(0,0,0,0)\n// top: 0; right: 0; bottom: 0; left: 0; position: absolute;\n//\n@mixin position($top: auto, $right: auto, $bottom: auto, $left: auto, $position: absolute) {\n position: $position;\n top: $top;\n right: $right;\n bottom: $bottom;\n left: $left;\n}\n","@font-face {\n font-family: 'fontello';\n src: url('../font/fontello.eot?44759829');\n src: url('../font/fontello.eot?44759829#iefix') format('embedded-opentype'),\n url('../font/fontello.woff2?44759829') format('woff2'),\n url('../font/fontello.woff?44759829') format('woff'),\n url('../font/fontello.ttf?44759829') format('truetype'),\n url('../font/fontello.svg?44759829#fontello') format('svg');\n font-weight: normal;\n font-style: normal;\n}\n/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */\n/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */\n/*\n@media screen and (-webkit-min-device-pixel-ratio:0) {\n @font-face {\n font-family: 'fontello';\n src: url('../font/fontello.svg?44759829#fontello') format('svg');\n }\n}\n*/\n \n [class^=\"icon-\"]:before, [class*=\" icon-\"]:before {\n font-family: \"fontello\";\n font-style: normal;\n font-weight: normal;\n speak: none;\n \n display: inline-block;\n text-decoration: inherit;\n width: 1em;\n margin-right: .2em;\n text-align: center;\n /* opacity: .8; */\n \n /* For safety - reset parent styles, that can break glyph codes*/\n font-variant: normal;\n text-transform: none;\n \n /* fix buttons height, for twitter bootstrap */\n line-height: 1em;\n \n /* Animation center compensation - margins should be symmetric */\n /* remove if not needed */\n margin-left: .2em;\n \n /* you can be more comfortable with increased icons size */\n /* font-size: 120%; */\n \n /* Font smoothing. That was taken from TWBS */\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n \n /* Uncomment for 3D effect */\n /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */\n}\n \n.icon-search:before { content: '\\e800'; } /* '' */\n.icon-edit:before { content: '\\e801'; } /* '' */\n.icon-download:before { content: '\\e802'; } /* '' */\n.icon-attention:before { content: '\\e804'; } /* '' */\n.icon-info-circled:before { content: '\\e805'; } /* '' */\n.icon-attention-circled:before { content: '\\e810'; } /* '' */\n.icon-github-circled:before { content: '\\f09b'; } /* '' */\n.icon-menu:before { content: '\\f0c9'; } /* '' */\n.icon-lightbulb:before { content: '\\f0eb'; } /* '' */\n.icon-bitbucket:before { content: '\\f171'; } /* '' */\n.icon-gitlab:before { content: '\\f296'; } /* '' */","@charset \"UTF-8\";\n/* font\n *\n */\n@import url(\"https://fonts.googleapis.com/css?family=Inconsolata:400,700|Lato:300,400,400i,700,900\");\n/* core */\n/*! Karma-CSS v1.9.5 MIT License | http://karmacss.com | https://github.com/accentdesign/karma-css */\n.container {\n padding-right: 15px;\n padding-left: 15px;\n margin-right: auto;\n margin-left: auto;\n}\n\n@media (min-width: 576px) {\n .container {\n width: 540px;\n max-width: 100%;\n }\n}\n\n@media (min-width: 768px) {\n .container {\n width: 720px;\n max-width: 100%;\n }\n}\n\n@media (min-width: 992px) {\n .container {\n width: 960px;\n max-width: 100%;\n }\n}\n\n@media (min-width: 1200px) {\n .container {\n width: 1140px;\n max-width: 100%;\n }\n}\n\n.container-fluid {\n width: 100%;\n padding-right: 15px;\n padding-left: 15px;\n margin-right: auto;\n margin-left: auto;\n}\n\n.row {\n display: flex;\n flex-wrap: wrap;\n margin-right: -15px;\n margin-left: -15px;\n}\n\n.no-gutters {\n margin-right: 0;\n margin-left: 0;\n}\n\n.no-gutters > .col,\n.no-gutters > [class*=\"col-\"] {\n padding-right: 0;\n padding-left: 0;\n}\n\n.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,\n.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,\n.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,\n.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,\n.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,\n.col-xl-auto {\n width: 100%;\n min-height: 1px;\n padding-right: 15px;\n padding-left: 15px;\n}\n\n.col {\n flex-basis: 0;\n flex-grow: 1;\n max-width: 100%;\n}\n\n.col-auto {\n flex: 0 0 auto;\n width: auto;\n max-width: none;\n}\n\n.col-1 {\n flex: 0 0 8.333333%;\n max-width: 8.333333%;\n}\n\n.col-2 {\n flex: 0 0 16.666667%;\n max-width: 16.666667%;\n}\n\n.col-3 {\n flex: 0 0 25%;\n max-width: 25%;\n}\n\n.col-4 {\n flex: 0 0 33.333333%;\n max-width: 33.333333%;\n}\n\n.col-5 {\n flex: 0 0 41.666667%;\n max-width: 41.666667%;\n}\n\n.col-6 {\n flex: 0 0 50%;\n max-width: 50%;\n}\n\n.col-7 {\n flex: 0 0 58.333333%;\n max-width: 58.333333%;\n}\n\n.col-8 {\n flex: 0 0 66.666667%;\n max-width: 66.666667%;\n}\n\n.col-9 {\n flex: 0 0 75%;\n max-width: 75%;\n}\n\n.col-10 {\n flex: 0 0 83.333333%;\n max-width: 83.333333%;\n}\n\n.col-11 {\n flex: 0 0 91.666667%;\n max-width: 91.666667%;\n}\n\n.col-12 {\n flex: 0 0 100%;\n max-width: 100%;\n}\n\n.order-1 {\n order: 1;\n}\n\n.order-2 {\n order: 2;\n}\n\n.order-3 {\n order: 3;\n}\n\n.order-4 {\n order: 4;\n}\n\n.order-5 {\n order: 5;\n}\n\n.order-6 {\n order: 6;\n}\n\n.order-7 {\n order: 7;\n}\n\n.order-8 {\n order: 8;\n}\n\n.order-9 {\n order: 9;\n}\n\n.order-10 {\n order: 10;\n}\n\n.order-11 {\n order: 11;\n}\n\n.order-12 {\n order: 12;\n}\n\n.offset-1 {\n margin-left: 8.333333%;\n}\n\n.offset-2 {\n margin-left: 16.666667%;\n}\n\n.offset-3 {\n margin-left: 25%;\n}\n\n.offset-4 {\n margin-left: 33.333333%;\n}\n\n.offset-5 {\n margin-left: 41.666667%;\n}\n\n.offset-6 {\n margin-left: 50%;\n}\n\n.offset-7 {\n margin-left: 58.333333%;\n}\n\n.offset-8 {\n margin-left: 66.666667%;\n}\n\n.offset-9 {\n margin-left: 75%;\n}\n\n.offset-10 {\n margin-left: 83.333333%;\n}\n\n.offset-11 {\n margin-left: 91.666667%;\n}\n\n@media (min-width: 576px) {\n .col-sm {\n flex-basis: 0;\n flex-grow: 1;\n max-width: 100%;\n }\n .col-sm-auto {\n flex: 0 0 auto;\n width: auto;\n max-width: none;\n }\n .col-sm-1 {\n flex: 0 0 8.333333%;\n max-width: 8.333333%;\n }\n .col-sm-2 {\n flex: 0 0 16.666667%;\n max-width: 16.666667%;\n }\n .col-sm-3 {\n flex: 0 0 25%;\n max-width: 25%;\n }\n .col-sm-4 {\n flex: 0 0 33.333333%;\n max-width: 33.333333%;\n }\n .col-sm-5 {\n flex: 0 0 41.666667%;\n max-width: 41.666667%;\n }\n .col-sm-6 {\n flex: 0 0 50%;\n max-width: 50%;\n }\n .col-sm-7 {\n flex: 0 0 58.333333%;\n max-width: 58.333333%;\n }\n .col-sm-8 {\n flex: 0 0 66.666667%;\n max-width: 66.666667%;\n }\n .col-sm-9 {\n flex: 0 0 75%;\n max-width: 75%;\n }\n .col-sm-10 {\n flex: 0 0 83.333333%;\n max-width: 83.333333%;\n }\n .col-sm-11 {\n flex: 0 0 91.666667%;\n max-width: 91.666667%;\n }\n .col-sm-12 {\n flex: 0 0 100%;\n max-width: 100%;\n }\n .order-sm-1 {\n order: 1;\n }\n .order-sm-2 {\n order: 2;\n }\n .order-sm-3 {\n order: 3;\n }\n .order-sm-4 {\n order: 4;\n }\n .order-sm-5 {\n order: 5;\n }\n .order-sm-6 {\n order: 6;\n }\n .order-sm-7 {\n order: 7;\n }\n .order-sm-8 {\n order: 8;\n }\n .order-sm-9 {\n order: 9;\n }\n .order-sm-10 {\n order: 10;\n }\n .order-sm-11 {\n order: 11;\n }\n .order-sm-12 {\n order: 12;\n }\n .offset-sm-1 {\n margin-left: 8.333333%;\n }\n .offset-sm-2 {\n margin-left: 16.666667%;\n }\n .offset-sm-3 {\n margin-left: 25%;\n }\n .offset-sm-4 {\n margin-left: 33.333333%;\n }\n .offset-sm-5 {\n margin-left: 41.666667%;\n }\n .offset-sm-6 {\n margin-left: 50%;\n }\n .offset-sm-7 {\n margin-left: 58.333333%;\n }\n .offset-sm-8 {\n margin-left: 66.666667%;\n }\n .offset-sm-9 {\n margin-left: 75%;\n }\n .offset-sm-10 {\n margin-left: 83.333333%;\n }\n .offset-sm-11 {\n margin-left: 91.666667%;\n }\n}\n\n@media (min-width: 768px) {\n .col-md {\n flex-basis: 0;\n flex-grow: 1;\n max-width: 100%;\n }\n .col-md-auto {\n flex: 0 0 auto;\n width: auto;\n max-width: none;\n }\n .col-md-1 {\n flex: 0 0 8.333333%;\n max-width: 8.333333%;\n }\n .col-md-2 {\n flex: 0 0 16.666667%;\n max-width: 16.666667%;\n }\n .col-md-3 {\n flex: 0 0 25%;\n max-width: 25%;\n }\n .col-md-4 {\n flex: 0 0 33.333333%;\n max-width: 33.333333%;\n }\n .col-md-5 {\n flex: 0 0 41.666667%;\n max-width: 41.666667%;\n }\n .col-md-6 {\n flex: 0 0 50%;\n max-width: 50%;\n }\n .col-md-7 {\n flex: 0 0 58.333333%;\n max-width: 58.333333%;\n }\n .col-md-8 {\n flex: 0 0 66.666667%;\n max-width: 66.666667%;\n }\n .col-md-9 {\n flex: 0 0 75%;\n max-width: 75%;\n }\n .col-md-10 {\n flex: 0 0 83.333333%;\n max-width: 83.333333%;\n }\n .col-md-11 {\n flex: 0 0 91.666667%;\n max-width: 91.666667%;\n }\n .col-md-12 {\n flex: 0 0 100%;\n max-width: 100%;\n }\n .order-md-1 {\n order: 1;\n }\n .order-md-2 {\n order: 2;\n }\n .order-md-3 {\n order: 3;\n }\n .order-md-4 {\n order: 4;\n }\n .order-md-5 {\n order: 5;\n }\n .order-md-6 {\n order: 6;\n }\n .order-md-7 {\n order: 7;\n }\n .order-md-8 {\n order: 8;\n }\n .order-md-9 {\n order: 9;\n }\n .order-md-10 {\n order: 10;\n }\n .order-md-11 {\n order: 11;\n }\n .order-md-12 {\n order: 12;\n }\n .offset-md-1 {\n margin-left: 8.333333%;\n }\n .offset-md-2 {\n margin-left: 16.666667%;\n }\n .offset-md-3 {\n margin-left: 25%;\n }\n .offset-md-4 {\n margin-left: 33.333333%;\n }\n .offset-md-5 {\n margin-left: 41.666667%;\n }\n .offset-md-6 {\n margin-left: 50%;\n }\n .offset-md-7 {\n margin-left: 58.333333%;\n }\n .offset-md-8 {\n margin-left: 66.666667%;\n }\n .offset-md-9 {\n margin-left: 75%;\n }\n .offset-md-10 {\n margin-left: 83.333333%;\n }\n .offset-md-11 {\n margin-left: 91.666667%;\n }\n}\n\n@media (min-width: 992px) {\n .col-lg {\n flex-basis: 0;\n flex-grow: 1;\n max-width: 100%;\n }\n .col-lg-auto {\n flex: 0 0 auto;\n width: auto;\n max-width: none;\n }\n .col-lg-1 {\n flex: 0 0 8.333333%;\n max-width: 8.333333%;\n }\n .col-lg-2 {\n flex: 0 0 16.666667%;\n max-width: 16.666667%;\n }\n .col-lg-3 {\n flex: 0 0 25%;\n max-width: 25%;\n }\n .col-lg-4 {\n flex: 0 0 33.333333%;\n max-width: 33.333333%;\n }\n .col-lg-5 {\n flex: 0 0 41.666667%;\n max-width: 41.666667%;\n }\n .col-lg-6 {\n flex: 0 0 50%;\n max-width: 50%;\n }\n .col-lg-7 {\n flex: 0 0 58.333333%;\n max-width: 58.333333%;\n }\n .col-lg-8 {\n flex: 0 0 66.666667%;\n max-width: 66.666667%;\n }\n .col-lg-9 {\n flex: 0 0 75%;\n max-width: 75%;\n }\n .col-lg-10 {\n flex: 0 0 83.333333%;\n max-width: 83.333333%;\n }\n .col-lg-11 {\n flex: 0 0 91.666667%;\n max-width: 91.666667%;\n }\n .col-lg-12 {\n flex: 0 0 100%;\n max-width: 100%;\n }\n .order-lg-1 {\n order: 1;\n }\n .order-lg-2 {\n order: 2;\n }\n .order-lg-3 {\n order: 3;\n }\n .order-lg-4 {\n order: 4;\n }\n .order-lg-5 {\n order: 5;\n }\n .order-lg-6 {\n order: 6;\n }\n .order-lg-7 {\n order: 7;\n }\n .order-lg-8 {\n order: 8;\n }\n .order-lg-9 {\n order: 9;\n }\n .order-lg-10 {\n order: 10;\n }\n .order-lg-11 {\n order: 11;\n }\n .order-lg-12 {\n order: 12;\n }\n .offset-lg-1 {\n margin-left: 8.333333%;\n }\n .offset-lg-2 {\n margin-left: 16.666667%;\n }\n .offset-lg-3 {\n margin-left: 25%;\n }\n .offset-lg-4 {\n margin-left: 33.333333%;\n }\n .offset-lg-5 {\n margin-left: 41.666667%;\n }\n .offset-lg-6 {\n margin-left: 50%;\n }\n .offset-lg-7 {\n margin-left: 58.333333%;\n }\n .offset-lg-8 {\n margin-left: 66.666667%;\n }\n .offset-lg-9 {\n margin-left: 75%;\n }\n .offset-lg-10 {\n margin-left: 83.333333%;\n }\n .offset-lg-11 {\n margin-left: 91.666667%;\n }\n}\n\n@media (min-width: 1200px) {\n .col-xl {\n flex-basis: 0;\n flex-grow: 1;\n max-width: 100%;\n }\n .col-xl-auto {\n flex: 0 0 auto;\n width: auto;\n max-width: none;\n }\n .col-xl-1 {\n flex: 0 0 8.333333%;\n max-width: 8.333333%;\n }\n .col-xl-2 {\n flex: 0 0 16.666667%;\n max-width: 16.666667%;\n }\n .col-xl-3 {\n flex: 0 0 25%;\n max-width: 25%;\n }\n .col-xl-4 {\n flex: 0 0 33.333333%;\n max-width: 33.333333%;\n }\n .col-xl-5 {\n flex: 0 0 41.666667%;\n max-width: 41.666667%;\n }\n .col-xl-6 {\n flex: 0 0 50%;\n max-width: 50%;\n }\n .col-xl-7 {\n flex: 0 0 58.333333%;\n max-width: 58.333333%;\n }\n .col-xl-8 {\n flex: 0 0 66.666667%;\n max-width: 66.666667%;\n }\n .col-xl-9 {\n flex: 0 0 75%;\n max-width: 75%;\n }\n .col-xl-10 {\n flex: 0 0 83.333333%;\n max-width: 83.333333%;\n }\n .col-xl-11 {\n flex: 0 0 91.666667%;\n max-width: 91.666667%;\n }\n .col-xl-12 {\n flex: 0 0 100%;\n max-width: 100%;\n }\n .order-xl-1 {\n order: 1;\n }\n .order-xl-2 {\n order: 2;\n }\n .order-xl-3 {\n order: 3;\n }\n .order-xl-4 {\n order: 4;\n }\n .order-xl-5 {\n order: 5;\n }\n .order-xl-6 {\n order: 6;\n }\n .order-xl-7 {\n order: 7;\n }\n .order-xl-8 {\n order: 8;\n }\n .order-xl-9 {\n order: 9;\n }\n .order-xl-10 {\n order: 10;\n }\n .order-xl-11 {\n order: 11;\n }\n .order-xl-12 {\n order: 12;\n }\n .offset-xl-1 {\n margin-left: 8.333333%;\n }\n .offset-xl-2 {\n margin-left: 16.666667%;\n }\n .offset-xl-3 {\n margin-left: 25%;\n }\n .offset-xl-4 {\n margin-left: 33.333333%;\n }\n .offset-xl-5 {\n margin-left: 41.666667%;\n }\n .offset-xl-6 {\n margin-left: 50%;\n }\n .offset-xl-7 {\n margin-left: 58.333333%;\n }\n .offset-xl-8 {\n margin-left: 66.666667%;\n }\n .offset-xl-9 {\n margin-left: 75%;\n }\n .offset-xl-10 {\n margin-left: 83.333333%;\n }\n .offset-xl-11 {\n margin-left: 91.666667%;\n }\n}\n\n* {\n box-sizing: border-box;\n padding: 0;\n margin: 0;\n}\n\n*::before, *::after {\n box-sizing: border-box;\n}\n\nhtml {\n font-size: 62.5%;\n line-height: 1.6;\n}\n\nbody {\n font-family: \"Lato\", sans-serif;\n font-size: 16px;\n font-weight: 400;\n color: #5f5f5f;\n background: #fafbfc;\n}\n\nmain {\n display: block;\n}\n\na {\n color: #33c3f0;\n text-decoration: none;\n background-color: transparent;\n transition: color linear 250ms;\n}\n\na:hover {\n color: #10aee0;\n text-decoration: none;\n}\n\nbutton,\n[type=\"button\"],\n[type=\"reset\"],\n[type=\"submit\"] {\n -webkit-appearance: button;\n}\n\n::-moz-focus-inner {\n padding: 0;\n border: 0;\n}\n\n.button {\n box-sizing: border-box;\n display: inline-block;\n padding: 0.8rem 1rem;\n overflow: visible;\n font-family: inherit;\n font-size: 1.5rem;\n font-weight: 400;\n line-height: 1.5;\n color: #5f5f5f;\n text-align: center;\n text-decoration: none;\n white-space: nowrap;\n cursor: pointer;\n user-select: none;\n background-color: white;\n border: 1px solid #e6e6e6;\n border-radius: 0.25rem;\n transition: background-color linear 250ms, border-color linear 250ms;\n}\n\n.button:hover, .button:focus {\n color: #5f5f5f;\n background-color: #e6e6e6;\n border-color: #cdcdcd;\n outline: 0;\n}\n\n.button.button-outline {\n background-color: transparent;\n transition: background-color linear 250ms, border-color linear 250ms, color linear 250ms;\n}\n\n.button.button-outline:hover, .button.button-outline:focus {\n color: #464646;\n background-color: transparent;\n border-color: #cdcdcd;\n outline: 0;\n}\n\n.button.button-clear {\n background-color: transparent;\n border-color: transparent;\n transition: background-color linear 250ms, border-color linear 250ms, color linear 250ms;\n}\n\n.button.button-clear:hover, .button.button-clear:focus {\n color: #464646;\n background-color: transparent;\n border-color: transparent;\n outline: 0;\n}\n\n.button.button-primary {\n color: white;\n background-color: #33c3f0;\n border-color: #1bbcee;\n}\n\n.button.button-primary:hover, .button.button-primary:focus {\n color: white;\n background-color: #10aee0;\n border-color: #0f9cc8;\n outline: 0;\n}\n\n.button.button-outline.button-primary {\n color: #33c3f0;\n background-color: transparent;\n border-color: #33c3f0;\n}\n\n.button.button-outline.button-primary:hover, .button.button-outline.button-primary:focus {\n color: #10aee0;\n background-color: transparent;\n border-color: #10aee0;\n outline: 0;\n}\n\n.button.button-clear.button-primary {\n color: #33c3f0;\n background-color: transparent;\n border-color: transparent;\n}\n\n.button.button-clear.button-primary:hover, .button.button-clear.button-primary:focus {\n color: #10aee0;\n background-color: transparent;\n border-color: transparent;\n outline: 0;\n}\n\n.button.button-secondary {\n color: #111111;\n background-color: #f0f0f0;\n border-color: #e3e3e3;\n}\n\n.button.button-secondary:hover, .button.button-secondary:focus {\n color: #111111;\n background-color: #d7d7d7;\n border-color: #cacaca;\n outline: 0;\n}\n\n.button.button-outline.button-secondary {\n color: #f0f0f0;\n background-color: transparent;\n border-color: #f0f0f0;\n}\n\n.button.button-outline.button-secondary:hover, .button.button-outline.button-secondary:focus {\n color: #d7d7d7;\n background-color: transparent;\n border-color: #d7d7d7;\n outline: 0;\n}\n\n.button.button-clear.button-secondary {\n color: #f0f0f0;\n background-color: transparent;\n border-color: transparent;\n}\n\n.button.button-clear.button-secondary:hover, .button.button-clear.button-secondary:focus {\n color: #d7d7d7;\n background-color: transparent;\n border-color: transparent;\n outline: 0;\n}\n\ncode,\nkbd,\npre,\nsamp {\n font-family: \"Inconsolata\", monospace;\n}\n\ncode {\n padding: 0.2rem 0.5rem;\n font-size: 100%;\n color: #5f5f5f;\n word-break: break-word;\n background: #e7eaeb;\n border: 1px solid #e6e6e6;\n border-radius: 0.25rem;\n}\n\npre {\n display: block;\n padding: 2rem;\n margin-bottom: 2.5rem;\n overflow-x: auto;\n font-size: 90%;\n color: #5f5f5f;\n white-space: pre;\n background: #e7eaeb;\n border: 1px solid #e6e6e6;\n border-radius: 0.25rem;\n}\n\npre code {\n font-size: inherit;\n color: inherit;\n word-break: normal;\n}\n\n*[disabled] {\n cursor: not-allowed;\n}\n\nform {\n margin-bottom: 2.5rem;\n}\n\ninput[type=\"date\"], input[type=\"datetime\"], input[type=\"datetime-local\"], input[type=\"email\"], input[type=\"month\"], input[type=\"number\"], input[type=\"password\"], input[type=\"search\"], input[type=\"tel\"], input[type=\"text\"], input[type=\"url\"], input[type=\"week\"] {\n box-sizing: border-box;\n margin-bottom: 1.5rem;\n font-family: inherit;\n line-height: 1.5;\n color: #5f5f5f;\n background: white;\n border: 1px solid #e6e6e6;\n border-radius: 0.25rem;\n box-shadow: none;\n transition: background linear 250ms, border-color linear 250ms;\n padding: 0.8rem 1rem;\n font-size: 1.5rem;\n max-width: 100%;\n -webkit-appearance: none;\n}\n\ninput[type=\"date\"]:focus, input[type=\"datetime\"]:focus, input[type=\"datetime-local\"]:focus, input[type=\"email\"]:focus, input[type=\"month\"]:focus, input[type=\"number\"]:focus, input[type=\"password\"]:focus, input[type=\"search\"]:focus, input[type=\"tel\"]:focus, input[type=\"text\"]:focus, input[type=\"url\"]:focus, input[type=\"week\"]:focus {\n background: white;\n border-color: #33c3f0;\n outline: 0;\n}\n\ninput[type=\"date\"], input[type=\"datetime\"], input[type=\"datetime-local\"], input[type=\"month\"], input[type=\"week\"] {\n -webkit-appearance: listbox;\n height: calc(3.85rem + 2px);\n}\n\ninput[type=\"checkbox\"], input[type=\"radio\"] {\n margin-right: 1rem;\n}\n\n::-webkit-inner-spin-button,\n::-webkit-outer-spin-button {\n height: auto;\n}\n\n::-webkit-datetime-edit-fields-wrapper {\n padding: 0;\n margin: 0;\n}\n\n::placeholder {\n color: #b9b9b9;\n opacity: 1;\n}\n\ntextarea {\n box-sizing: border-box;\n margin-bottom: 1.5rem;\n font-family: inherit;\n line-height: 1.5;\n color: #5f5f5f;\n background: white;\n border: 1px solid #e6e6e6;\n border-radius: 0.25rem;\n box-shadow: none;\n transition: background linear 250ms, border-color linear 250ms;\n padding: 0.8rem 1rem;\n font-size: 1.5rem;\n max-width: 100%;\n -webkit-appearance: none;\n overflow: auto;\n}\n\ntextarea:focus {\n background: white;\n border-color: #33c3f0;\n outline: 0;\n}\n\nselect {\n box-sizing: border-box;\n margin-bottom: 1.5rem;\n font-family: inherit;\n line-height: 1.5;\n color: #5f5f5f;\n background: white;\n border: 1px solid #e6e6e6;\n border-radius: 0.25rem;\n box-shadow: none;\n transition: background linear 250ms, border-color linear 250ms;\n padding: 0.8rem 1rem;\n font-size: 1.5rem;\n max-width: 100%;\n text-transform: none;\n}\n\nselect:focus {\n background: white;\n border-color: #33c3f0;\n outline: 0;\n}\n\nselect:not([multiple]) {\n height: calc(3.85rem + 2px);\n}\n\nlabel {\n display: block;\n margin-bottom: .5rem;\n font-weight: 600;\n}\n\nlegend {\n box-sizing: border-box;\n display: block;\n max-width: 100%;\n margin-bottom: .5rem;\n font-weight: 600;\n color: inherit;\n white-space: normal;\n}\n\nfieldset {\n margin-bottom: 1.5rem;\n border-width: 0;\n}\n\nhr {\n box-sizing: content-box;\n height: 0;\n margin: 1.5rem 0;\n overflow: visible;\n border: 0;\n border-top: 1px solid #e6e6e6;\n}\n\nimg {\n border-style: none;\n}\n\nfigcaption {\n display: block;\n}\n\nfigure {\n display: block;\n margin: 0 0 2.5rem;\n}\n\nul {\n padding-left: 2rem;\n margin-bottom: 2.5rem;\n list-style: circle outside;\n}\n\nul ul,\nul ol {\n margin: 0;\n}\n\nol {\n padding-left: 1.7rem;\n margin-bottom: 2.5rem;\n list-style: decimal outside;\n}\n\nol ol,\nol ul {\n margin: 0;\n}\n\ndl {\n margin-bottom: 2.5rem;\n}\n\ndl dt {\n margin: 0 0 0 0;\n font-weight: 600;\n}\n\ndl dd {\n margin: 0 0 2.5rem 2.5rem;\n}\n\ntable {\n width: 100%;\n max-width: 100%;\n margin-bottom: 2.5rem;\n font-size: 90%;\n border-spacing: 0;\n border-collapse: collapse;\n background-color: transparent;\n}\n\ncaption {\n padding: 0.85rem 0.85rem;\n}\n\nth {\n padding: 0.85rem 0.85rem;\n text-align: left;\n vertical-align: top;\n}\n\ntd {\n padding: 0.85rem 0.85rem;\n text-align: left;\n vertical-align: top;\n border-top: 1px solid #e6e6e6;\n}\n\n.table-bordered, table.docutils:not(.footnote):not(.citation), table.docutils.field-list {\n border: solid 1px #e6e6e6;\n}\n\n.table-headed th, table.docutils:not(.footnote):not(.citation) th, table.docutils.field-list th {\n background-color: #e7e9ec;\n}\n\n.table-striped tbody tr:nth-child(odd), table.docutils:not(.footnote):not(.citation) tbody tr:nth-child(odd) {\n background-color: #fafafa;\n}\n\n.table-hover tbody tr:hover {\n background-color: whitesmoke;\n}\n\nh1, #search-results h2, #search-results .document > .section .toctree-wrapper .caption, .document > .section .toctree-wrapper #search-results .caption,\n.h1, h2, .document > .section .toctree-wrapper .caption,\n.h2, h3, #search-results ul.search > li > a,\n.h3, h4,\n.h4, h5,\n.h5, h6,\n.h6 {\n font-family: \"Lato\", sans-serif;\n color: #5f5f5f;\n}\n\nh1 small, #search-results h2 small, #search-results .document > .section .toctree-wrapper .caption small, .document > .section .toctree-wrapper #search-results .caption small, .h1 small, h2 small, .document > .section .toctree-wrapper .caption small, .h2 small, h3 small, #search-results ul.search > li > a small, .h3 small, h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small {\n font-size: 65%;\n line-height: 1;\n}\n\nh1, #search-results h2, #search-results .document > .section .toctree-wrapper .caption, .document > .section .toctree-wrapper #search-results .caption,\n.h1 {\n margin: 4rem 0 1.5rem;\n font-size: 32px;\n font-weight: 700;\n line-height: 1.2;\n}\n\nh2, .document > .section .toctree-wrapper .caption,\n.h2 {\n margin: 4rem 0 1.5rem;\n font-size: 24px;\n font-weight: 700;\n line-height: 1.25;\n}\n\nh3, #search-results ul.search > li > a,\n.h3 {\n margin: 4rem 0 1.5rem;\n font-size: 20.8px;\n font-weight: 700;\n line-height: 1.3;\n}\n\nh4,\n.h4 {\n margin: 4rem 0 1.5rem;\n font-size: 17.6px;\n font-weight: 700;\n line-height: 1.35;\n}\n\nh5,\n.h5 {\n margin: 4rem 0 1.5rem;\n font-size: 16px;\n font-weight: 700;\n line-height: 1.5;\n}\n\nh6,\n.h6 {\n margin: 4rem 0 1.5rem;\n font-size: 14.4px;\n font-weight: 700;\n line-height: 1.6;\n}\n\nabbr[title] {\n text-decoration: underline dotted;\n}\n\np {\n margin-bottom: 2.5rem;\n}\n\nblockquote {\n padding: 1rem 1.5rem;\n margin-bottom: 2.5rem;\n border-left: 3px solid #e6e6e6;\n}\n\nb,\nstrong {\n font-weight: 700;\n}\n\nsmall {\n font-size: 80%;\n}\n\nsub,\nsup {\n position: relative;\n font-size: 75%;\n line-height: 0;\n vertical-align: baseline;\n}\n\nsub {\n bottom: -.25em;\n}\n\nsup {\n top: -.5em;\n}\n\n/* add your custom modules here */\n/* components */\n/* base alert style */\n.alert, .admonition {\n position: relative;\n padding: 1.5rem 2rem;\n margin-bottom: 2.5rem;\n border: 1px solid #e6e6e6;\n border-radius: 0.25rem;\n}\n\n/* coloured variations */\n.alert-green, .admonition.important, .admonition.hint, .admonition.tip {\n background: #bcf0c2;\n border: 1px solid #a8ebaf;\n color: #5f5f5f;\n}\n\n.alert-red, .admonition.danger, .admonition.error {\n background: #ffd2cf;\n border: 1px solid #ffbab6;\n color: #5f5f5f;\n}\n\n.alert-blue, .admonition.note {\n background: #ccf1ff;\n border: 1px solid #b2e9ff;\n color: #5f5f5f;\n}\n\n.alert-orange, .admonition.attention, .admonition.caution, .admonition.warning {\n background: #ffe5ce;\n border: 1px solid #ffd7b4;\n color: #5f5f5f;\n}\n\n.icon-input {\n max-width: 100%;\n display: inline-flex;\n font-size: 1.5rem;\n margin-bottom: 1.5rem;\n position: relative;\n}\n\n.icon-input input {\n flex: 1 1 auto;\n font-size: 1em;\n margin: 0;\n padding-right: 2.65em;\n}\n\n.icon-input [class*=\"icon-\"] {\n position: absolute;\n top: 0;\n right: 0;\n bottom: auto;\n left: auto;\n color: #b9b9b9;\n height: 100%;\n font-size: 1em;\n line-height: 1;\n opacity: 1;\n pointer-events: none;\n text-align: center;\n width: 2.65em;\n}\n\n.icon-input [class*=\"icon-\"]:before {\n position: absolute;\n top: 50%;\n right: auto;\n bottom: auto;\n left: 0;\n margin: -.5em 0;\n text-align: center;\n width: 100%;\n}\n\n/* fontello */\n@font-face {\n font-family: 'fontello';\n src: url(\"../font/fontello.eot?44759829\");\n src: url(\"../font/fontello.eot?44759829#iefix\") format(\"embedded-opentype\"), url(\"../font/fontello.woff2?44759829\") format(\"woff2\"), url(\"../font/fontello.woff?44759829\") format(\"woff\"), url(\"../font/fontello.ttf?44759829\") format(\"truetype\"), url(\"../font/fontello.svg?44759829#fontello\") format(\"svg\");\n font-weight: normal;\n font-style: normal;\n}\n\n/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */\n/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */\n/*\n@media screen and (-webkit-min-device-pixel-ratio:0) {\n @font-face {\n font-family: 'fontello';\n src: url('../font/fontello.svg?44759829#fontello') format('svg');\n }\n}\n*/\n[class^=\"icon-\"]:before, [class*=\" icon-\"]:before {\n font-family: \"fontello\";\n font-style: normal;\n font-weight: normal;\n speak: none;\n display: inline-block;\n text-decoration: inherit;\n width: 1em;\n margin-right: .2em;\n text-align: center;\n /* opacity: .8; */\n /* For safety - reset parent styles, that can break glyph codes*/\n font-variant: normal;\n text-transform: none;\n /* fix buttons height, for twitter bootstrap */\n line-height: 1em;\n /* Animation center compensation - margins should be symmetric */\n /* remove if not needed */\n margin-left: .2em;\n /* you can be more comfortable with increased icons size */\n /* font-size: 120%; */\n /* Font smoothing. That was taken from TWBS */\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n /* Uncomment for 3D effect */\n /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */\n}\n\n.icon-search:before {\n content: '\\e800';\n}\n\n/* '' */\n.icon-edit:before {\n content: '\\e801';\n}\n\n/* '' */\n.icon-download:before {\n content: '\\e802';\n}\n\n/* '' */\n.icon-attention:before {\n content: '\\e804';\n}\n\n/* '' */\n.icon-info-circled:before {\n content: '\\e805';\n}\n\n/* '' */\n.icon-attention-circled:before {\n content: '\\e810';\n}\n\n/* '' */\n.icon-github-circled:before {\n content: '\\f09b';\n}\n\n/* '' */\n.icon-menu:before {\n content: '\\f0c9';\n}\n\n/* '' */\n.icon-lightbulb:before {\n content: '\\f0eb';\n}\n\n/* '' */\n.icon-bitbucket:before {\n content: '\\f171';\n}\n\n/* '' */\n.icon-gitlab:before {\n content: '\\f296';\n}\n\n/* '' */\n/* modules */\n/* admonition\n * note: we are just extending the alerts\n */\n.admonition .admonition-title {\n font-weight: bold;\n margin-bottom: .5rem;\n}\n\n.admonition .admonition-title:before {\n font-family: \"fontello\";\n padding-right: 1rem;\n}\n\n.admonition :last-child {\n margin-bottom: 0;\n}\n\n.admonition.attention .admonition-title:before, .admonition.caution .admonition-title:before, .admonition.warning .admonition-title:before {\n content: \"\\e804\";\n}\n\n.admonition.danger .admonition-title:before, .admonition.error .admonition-title:before {\n content: \"\\e810\";\n}\n\n.admonition.important .admonition-title:before {\n content: \"\\e810\";\n}\n\n.admonition.hint .admonition-title:before, .admonition.tip .admonition-title:before {\n content: \"\\f0eb\";\n}\n\n.admonition.note .admonition-title:before {\n content: \"\\e801\";\n}\n\n/* breadcrumb\n * \n */\n.breadcrumbs-outer {\n background: #fafbfc;\n border: solid 1px #e6e6e6;\n}\n\n.breadcrumbs {\n display: flex;\n list-style: none;\n margin: 0;\n padding: 1rem 0;\n}\n\n.breadcrumbs li + li:not(.breadcrumbs-aside):before {\n padding: 0 1rem;\n content: \"•\";\n}\n\n.breadcrumbs .breadcrumbs-aside {\n margin-left: auto;\n}\n\n.breadcrumbs code {\n padding: 0;\n border: none;\n background: none;\n font-family: \"Lato\", sans-serif;\n font-size: initial;\n}\n\n.breadcrumbs code.literal {\n color: #5f5f5f;\n}\n\n@media (max-width: 991px) {\n ul.breadcrumbs .breadcrumbs-aside {\n display: none;\n }\n}\n\n/* footer\n *\n */\n.footer {\n color: rgba(0, 0, 0, 0.54);\n padding-top: 4rem;\n padding-bottom: 4rem;\n}\n\n/* header\n *\n */\nheader {\n background: #24292e;\n padding: 2rem 0;\n}\n\nheader .container {\n display: flex;\n flex-direction: row;\n align-items: center;\n}\n\nheader .site-nav-toggle {\n color: #f5f6f7;\n font-size: 3.5rem;\n margin-left: -1rem;\n padding: .5rem 1rem .5rem 0;\n cursor: pointer;\n}\n\nheader .site-title {\n color: white;\n font-size: 2rem;\n font-weight: 400;\n}\n\n@media (max-width: 991px) {\n header {\n position: fixed;\n top: 0;\n right: auto;\n bottom: auto;\n left: auto;\n padding: 0;\n transform: translateY(0);\n transition: transform 250ms ease-in-out;\n width: 100%;\n z-index: 101;\n }\n header.up {\n transform: translateY(-100%);\n }\n header .site-title {\n font-size: 1.5rem;\n }\n}\n\n/* layout\n *\n */\n.main-outer {\n background: #f5f6f7;\n padding-top: 3rem;\n padding-bottom: 10rem;\n}\n\n.document > .section > h1, #search-results .document > .section > h2, #search-results .document > .section .toctree-wrapper .document > .section > .caption, .document > .section .toctree-wrapper #search-results .document > .section > .caption {\n margin-top: 0;\n margin-bottom: 4rem;\n}\n\n/* site nav\n *\n */\n.site-nav code.literal,\n.site-nav tt.literal {\n border: none;\n background: inherit;\n color: inherit;\n padding-left: 0;\n padding-right: 0;\n}\n\n.site-nav-tree .caption {\n font-weight: bold;\n}\n\n.site-nav-tree ul {\n list-style-type: none;\n padding-left: 0;\n}\n\n.site-nav-tree ul ul {\n margin-left: 1.5rem;\n}\n\n.site-nav-tree li {\n line-height: 1.8;\n}\n\n.site-nav-tree > ul > li:not(.current) > ul {\n display: none;\n}\n\n.site-nav-tree a {\n color: rgba(0, 0, 0, 0.54);\n}\n\n.site-nav-tree a.current, .site-nav-tree a:hover {\n color: rgba(0, 0, 0, 0.87);\n}\n\n@media (max-width: 991px) {\n body {\n padding-top: 6.6rem;\n }\n .main-outer {\n position: relative;\n }\n .site-nav {\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n background: #f5f6f7;\n height: 100vh;\n overflow-y: scroll;\n padding-top: 10rem;\n transform: translateX(-100%);\n transition: transform 250ms linear;\n z-index: 100;\n }\n body.nav-in {\n overflow: hidden;\n }\n body.nav-in .site-nav {\n transform: translateX(0);\n }\n body.nav-in .site-nav .icon-input {\n width: 100%;\n }\n}\n\n/* -- framwork overrides --------------------------------------------------- */\n.docutils.container {\n width: 100%;\n margin: 0;\n padding: 0;\n}\n\n/* -- search results ------------------------------------------------------- */\n#search-results h2, #search-results .document > .section .toctree-wrapper .caption, .document > .section .toctree-wrapper #search-results .caption {\n margin-bottom: 5rem;\n}\n\n#search-results ul.search {\n list-style-type: none;\n margin-top: 3rem;\n padding: 0;\n}\n\n#search-results ul.search > li:not(:last-child) {\n padding-bottom: 3rem;\n border-bottom: solid 1px #e6e6e6;\n margin-bottom: 3rem;\n}\n\n/* -- general body styles --------------------------------------------------- */\n.headerlink {\n visibility: hidden;\n padding-left: .5rem;\n opacity: .3;\n}\n\n.headerlink:hover {\n opacity: .6;\n}\n\ncaption:hover > a.headerlink,\n.code-block-caption:hover > a.headerlink,\ndt:hover > a.headerlink,\nh1:hover > a.headerlink,\n#search-results h2:hover > a.headerlink,\n#search-results .document > .section .toctree-wrapper .caption:hover > a.headerlink,\n.document > .section .toctree-wrapper #search-results .caption:hover > a.headerlink,\nh2:hover > a.headerlink,\n.document > .section .toctree-wrapper .caption:hover > a.headerlink,\nh3:hover > a.headerlink,\n#search-results ul.search > li > a:hover > a.headerlink,\nh4:hover > a.headerlink,\nh5:hover > a.headerlink,\nh6:hover > a.headerlink,\n.caption:hover > a.headerlink,\n.caption-text:hover > a.headerlink {\n visibility: visible;\n}\n\n.footnote-reference,\n.citation-reference {\n font-size: 90%;\n position: relative;\n top: -.6rem;\n}\n\n.rubric {\n margin-bottom: 1.25rem;\n font-weight: bold;\n}\n\nimg {\n min-height: 1px;\n max-width: 100%;\n height: auto;\n}\n\n.align-left {\n float: left;\n margin-right: 2.5rem;\n margin-bottom: 2.5rem;\n}\n\n.align-center {\n margin: auto;\n display: block;\n}\n\n.align-center.figure {\n text-align: center;\n}\n\n.align-right {\n float: right;\n margin-left: 2.5rem;\n margin-bottom: 2.5rem;\n}\n\n/* -- sidebars -------------------------------------------------------------- */\n.sidebar {\n border: 1px solid #e6e6e6;\n margin: 0 0 2.5rem 2.5rem;\n padding: 2.5rem;\n background-color: #f0f0f0;\n width: 40%;\n float: right;\n}\n\n.sidebar-title {\n background: #f5f6f7;\n font-weight: bold;\n margin-top: -2.5rem;\n margin-right: -2.5rem;\n margin-bottom: 2.5rem;\n margin-left: -2.5rem;\n padding: .5rem 1rem;\n}\n\n/* -- tables ---------------------------------------------------------------- */\ntable.docutils.footnote {\n color: #aaaaaa;\n width: auto;\n}\n\ntable.docutils.footnote td {\n border: 0;\n padding-left: 0;\n padding-right: 2rem;\n /* make the column with the note fill all the width */\n /* where an em and p are together inline them so they are side by side */\n /* remove margin from last p */\n}\n\ntable.docutils.footnote td:not(.label) {\n width: 100%;\n}\n\ntable.docutils.footnote td em + p {\n display: inline-block;\n}\n\ntable.docutils.footnote td p.last {\n margin-bottom: 0;\n}\n\n/* -- figures --------------------------------------------------------------- */\n.figure p.caption {\n font-style: italic;\n}\n\n/* -- other body styles ----------------------------------------------------- */\nol.arabic {\n list-style-type: decimal;\n}\n\nol.loweralpha {\n list-style-type: lower-alpha;\n}\n\nol.upperalpha {\n list-style-type: upper-alpha;\n}\n\nol.lowerroman {\n list-style-type: lower-roman;\n}\n\nol.upperroman {\n list-style-type: upper-roman;\n}\n\nli p,\ndd p {\n margin-bottom: 1.25rem;\n}\n\nli p:last-child,\ndd p:last-child {\n margin-bottom: 0;\n}\n\n.line-block {\n margin-bottom: 2.5rem;\n margin-left: 2.5rem;\n}\n\n.line-block .line-block {\n margin-bottom: 0;\n margin-left: 2rem;\n}\n\nblockquote .attribution {\n margin-bottom: 0;\n}\n\n.guilabel {\n border: 1px solid #33c3f0;\n background: #c2edfa;\n font-size: 80%;\n font-weight: 700;\n border-radius: 0.25rem;\n padding: .15rem .5rem;\n margin: auto .2rem;\n}\n\n/* -- code displays --------------------------------------------------------- */\ndiv[class^='highlight-'] {\n background: #e7eaeb;\n margin-bottom: 2.5rem;\n overflow-x: auto;\n}\n\ndiv[class^='highlight-'] pre {\n margin-bottom: 0;\n}\n\ntd.linenos pre {\n margin: 0;\n border: 0;\n border-radius: 0;\n border-right: 1px solid #e6e6e6;\n}\n\ntd.code {\n width: 100%;\n}\n\ntd.code pre {\n margin: 0;\n border: 0;\n border-radius: 0;\n}\n\ntable.highlighttable {\n font-size: 100%;\n border: 1px solid #e6e6e6;\n border-radius: 0.25rem;\n margin-bottom: 0;\n}\n\ntable.highlighttable td {\n padding: 0;\n}\n\ntt.literal,\ncode.literal {\n background: white;\n color: #ff4136;\n font-size: 90%;\n}\n\ntt.xref,\na tt,\ncode.xref,\na code {\n color: #111111;\n}\n\ntt.download,\ncode.download {\n background: inherit;\n padding: inherit;\n font-weight: normal;\n font-family: inherit;\n font-size: inherit;\n color: inherit;\n border: inherit;\n white-space: inherit;\n}\n\ntt.download::before,\ncode.download::before {\n font-family: fontello;\n content: \"\\e802\";\n padding-right: .5rem;\n}\n\n/* -- module highlighting --------------------------------------------------- */\ndl:not(.docutils) dt {\n margin: .6rem 0;\n font-size: 90%;\n line-height: normal;\n background: rgba(51, 195, 240, 0.1);\n color: rgba(51, 195, 240, 0.9);\n border-top: solid 3px #33c3f0;\n padding: .6rem;\n}\n\ndl:not(.docutils) dl dt {\n border: none;\n border-left: solid 3px #e6e6e6;\n background: #f0f0f0;\n color: #5f5f5f;\n}\n\ndl:not(.docutils) tt.descname,\ndl:not(.docutils) tt.descclassname,\ndl:not(.docutils) code.descname,\ndl:not(.docutils) code.descclassname {\n background-color: transparent;\n border: none;\n padding: 0;\n font-size: 100%;\n}\n\ndl:not(.docutils) tt.descname,\ndl:not(.docutils) code.descname {\n font-weight: bold;\n}\n\ndl:not(.docutils).data dt {\n display: inline-block;\n}\n\n/* -- printout stylesheet --------------------------------------------------- */\n/* utilities */\n.align-top {\n vertical-align: top;\n}\n\n.align-bottom {\n vertical-align: bottom;\n}\n\n.align-middle {\n vertical-align: middle;\n}\n\n.align-baseline {\n vertical-align: baseline;\n}\n\n.clearfix::after {\n display: block;\n clear: both;\n content: \"\";\n}\n\n.b-white {\n background-color: white;\n}\n\n.c-white {\n color: white;\n}\n\n.b-black {\n background-color: #111111;\n}\n\n.c-black {\n color: #111111;\n}\n\n.b-primary {\n background-color: #33c3f0;\n}\n\n.c-primary {\n color: #33c3f0;\n}\n\n.b-secondary {\n background-color: #f0f0f0;\n}\n\n.c-secondary {\n color: #f0f0f0;\n}\n\n.b-aqua {\n background-color: #7fdbff;\n}\n\n.c-aqua {\n color: #7fdbff;\n}\n\n.b-blue {\n background-color: #0074d9;\n}\n\n.c-blue {\n color: #0074d9;\n}\n\n.b-navy {\n background-color: #001f3f;\n}\n\n.c-navy {\n color: #001f3f;\n}\n\n.b-teal {\n background-color: #39cccc;\n}\n\n.c-teal {\n color: #39cccc;\n}\n\n.b-green {\n background-color: #2ecc40;\n}\n\n.c-green {\n color: #2ecc40;\n}\n\n.b-olive {\n background-color: #3d9970;\n}\n\n.c-olive {\n color: #3d9970;\n}\n\n.b-lime {\n background-color: #01ff70;\n}\n\n.c-lime {\n color: #01ff70;\n}\n\n.b-yellow {\n background-color: #ffdc00;\n}\n\n.c-yellow {\n color: #ffdc00;\n}\n\n.b-orange {\n background-color: #ff851b;\n}\n\n.c-orange {\n color: #ff851b;\n}\n\n.b-red {\n background-color: #ff4136;\n}\n\n.c-red {\n color: #ff4136;\n}\n\n.b-fuchsia {\n background-color: #f012be;\n}\n\n.c-fuchsia {\n color: #f012be;\n}\n\n.b-purple {\n background-color: #b10dc9;\n}\n\n.c-purple {\n color: #b10dc9;\n}\n\n.b-maroon {\n background-color: #85144b;\n}\n\n.c-maroon {\n color: #85144b;\n}\n\n.b-silver {\n background-color: #dddddd;\n}\n\n.c-silver {\n color: #dddddd;\n}\n\n.b-gray {\n background-color: #aaaaaa;\n}\n\n.c-gray {\n color: #aaaaaa;\n}\n\n.b-facebook {\n background-color: #3b5999;\n}\n\n.c-facebook {\n color: #3b5999;\n}\n\n.b-twitter {\n background-color: #55acee;\n}\n\n.c-twitter {\n color: #55acee;\n}\n\n.b-linkedin {\n background-color: #0077b5;\n}\n\n.c-linkedin {\n color: #0077b5;\n}\n\n.b-googleplus {\n background-color: #dd4b39;\n}\n\n.c-googleplus {\n color: #dd4b39;\n}\n\n.b-instagram {\n background-color: #e4405f;\n}\n\n.c-instagram {\n color: #e4405f;\n}\n\n.b-pinterest {\n background-color: #bd081c;\n}\n\n.c-pinterest {\n color: #bd081c;\n}\n\n.b-cinder {\n background-color: #24292e;\n}\n\n.c-cinder {\n color: #24292e;\n}\n\n.b-whitesmoke {\n background-color: #f5f6f7;\n}\n\n.c-whitesmoke {\n color: #f5f6f7;\n}\n\n.b-solitude {\n background-color: #fafbfc;\n}\n\n.c-solitude {\n color: #fafbfc;\n}\n\n.disabled {\n cursor: not-allowed;\n}\n\n.move {\n cursor: move;\n}\n\n.pointer {\n cursor: pointer;\n}\n\n.d-block {\n display: block;\n}\n\n.d-hidden {\n display: none !important;\n}\n\n.d-flex {\n display: flex;\n}\n\n.d-grid {\n display: grid;\n}\n\n.d-inline {\n display: inline;\n}\n\n.d-inline-block {\n display: inline-block;\n}\n\n.d-inline-flex {\n display: inline-flex;\n}\n\n.d-table {\n display: table;\n}\n\n.d-table-cell {\n display: table-cell;\n}\n\n.flex-row {\n flex-direction: row;\n}\n\n.flex-column {\n flex-direction: column;\n}\n\n.flex-row-reverse {\n flex-direction: row-reverse;\n}\n\n.flex-column-reverse {\n flex-direction: column-reverse;\n}\n\n.justify-content-start {\n justify-content: flex-start;\n}\n\n.justify-content-end {\n justify-content: flex-end;\n}\n\n.justify-content-center {\n justify-content: center;\n}\n\n.justify-content-between {\n justify-content: space-between;\n}\n\n.justify-content-around {\n justify-content: space-around;\n}\n\n.align-items-start {\n align-items: flex-start;\n}\n\n.align-items-end {\n align-items: flex-end;\n}\n\n.align-items-center {\n align-items: center;\n}\n\n.align-items-baseline {\n align-items: baseline;\n}\n\n.align-items-stretch {\n align-items: stretch;\n}\n\n.flex-nowrap {\n flex-wrap: nowrap;\n}\n\n.flex-wrap {\n flex-wrap: wrap;\n}\n\n.flex-wrap-reverse {\n flex-wrap: wrap-reverse;\n}\n\n.align-self-start {\n align-self: flex-start;\n}\n\n.align-self-end {\n align-self: flex-end;\n}\n\n.align-self-center {\n align-self: center;\n}\n\n.align-self-baseline {\n align-self: baseline;\n}\n\n.align-self-stretch {\n align-self: stretch;\n}\n\n.pull-left {\n float: left !important;\n}\n\n.pull-right {\n float: right !important;\n}\n\n.img-fluid {\n display: block;\n width: 100%;\n max-width: 100%;\n height: auto;\n min-height: 1px;\n}\n\n.list-style-none {\n list-style: none !important;\n}\n\n.list-style-reset {\n padding: 0;\n margin: 0;\n list-style: none !important;\n}\n\n.scroll-x {\n overflow-x: auto;\n}\n\n.noscroll {\n overflow: hidden;\n}\n\n.fixed {\n position: fixed;\n}\n\n.relative {\n position: relative;\n}\n\n.absolute {\n position: absolute;\n}\n\n@media print {\n .no-print,\n .no-print * {\n display: none !important;\n }\n}\n\n.full-height {\n height: 100%;\n}\n\n.full-visual-height {\n height: 100vh;\n}\n\n.full-width {\n box-sizing: border-box;\n width: 100%;\n}\n\n.max-full-width {\n box-sizing: border-box;\n max-width: 100%;\n}\n\n.margin-zero {\n margin: 0;\n}\n\n.m-auto {\n margin: auto;\n}\n\n.mt-auto {\n margin-top: auto;\n}\n\n.mr-auto {\n margin-right: auto;\n}\n\n.mb-auto {\n margin-bottom: auto;\n}\n\n.ml-auto {\n margin-left: auto;\n}\n\n.push-auto {\n margin-right: auto;\n margin-left: auto;\n}\n\n.text-left {\n text-align: left;\n}\n\n.text-right {\n text-align: right;\n}\n\n.text-center {\n text-align: center;\n}\n\n.text-just {\n text-align: justify;\n}\n\n.strong {\n font-weight: 700;\n}\n\n.lead {\n font-weight: 300;\n}\n\n.muted {\n opacity: .7;\n}\n\n.nowrap {\n white-space: nowrap;\n}\n\n.small {\n font-size: 80%;\n}\n\n.uppercase {\n text-transform: uppercase;\n}\n\n.text-shadow {\n text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);\n}\n\n.flip-x {\n transform: scale(-1, 1);\n}\n\n.flip-y {\n transform: scale(1, -1);\n}\n\n.flip-both {\n transform: scale(-1, -1);\n}\n\n.hidden-xs-up {\n display: none !important;\n}\n\n@media (max-width: 575px) {\n .hidden-xs-down {\n display: none !important;\n }\n}\n\n@media (min-width: null) and (max-width: 575px) {\n .hidden-xs {\n display: none !important;\n }\n}\n\n@media (min-width: 576px) {\n .hidden-sm-up {\n display: none !important;\n }\n}\n\n@media (max-width: 767px) {\n .hidden-sm-down {\n display: none !important;\n }\n}\n\n@media (min-width: 576px) and (max-width: 767px) {\n .hidden-sm {\n display: none !important;\n }\n}\n\n@media (min-width: 768px) {\n .hidden-md-up {\n display: none !important;\n }\n}\n\n@media (max-width: 991px) {\n .hidden-md-down {\n display: none !important;\n }\n}\n\n@media (min-width: 768px) and (max-width: 991px) {\n .hidden-md {\n display: none !important;\n }\n}\n\n@media (min-width: 992px) {\n .hidden-lg-up {\n display: none !important;\n }\n}\n\n@media (max-width: 1199px) {\n .hidden-lg-down {\n display: none !important;\n }\n}\n\n@media (min-width: 992px) and (max-width: 1199px) {\n .hidden-lg {\n display: none !important;\n }\n}\n\n@media (min-width: 1200px) {\n .hidden-xl-up {\n display: none !important;\n }\n}\n\n.hidden-xl-down {\n display: none !important;\n}\n\n@media (min-width: 1200px) and (max-width: null) {\n .hidden-xl {\n display: none !important;\n }\n}\n\n/*# sourceMappingURL=theme.css.map */","/* admonition\n * note: we are just extending the alerts\n */\n\n.admonition {\n @extend .alert;\n\n .admonition-title {\n font-weight: bold;\n margin-bottom: .5rem;\n }\n .admonition-title:before {\n font-family: \"fontello\";\n padding-right: 1rem;\n }\n\n :last-child {\n margin-bottom: 0;\n }\n\n &.attention,\n &.caution,\n &.warning {\n @extend .alert-orange;\n\n .admonition-title:before {\n content: \"\\e804\";\n }\n }\n\n &.danger,\n &.error {\n @extend .alert-red;\n\n .admonition-title:before {\n content: \"\\e810\";\n }\n }\n\n &.important {\n @extend .alert-green;\n\n .admonition-title:before {\n content: \"\\e810\";\n }\n }\n\n &.hint,\n &.tip {\n @extend .alert-green;\n\n .admonition-title:before {\n content: \"\\f0eb\";\n }\n }\n\n &.note {\n @extend .alert-blue;\n\n .admonition-title:before {\n content: \"\\e801\";\n }\n }\n\n}","/* breadcrumb\n * \n */\n\n.breadcrumbs-outer {\n background: color(\"solitude\");\n border: solid 1px $border-color;\n}\n\n.breadcrumbs {\n display: flex;\n list-style: none;\n margin: 0;\n padding: 1rem 0;\n\n li+li:not(.breadcrumbs-aside):before {\n padding: 0 1rem;\n content: \"•\";\n }\n\n .breadcrumbs-aside {\n margin-left: auto;\n }\n\n code {\n padding: 0;\n border: none;\n background: none;\n font-family: $base-font-family;\n font-size: initial;\n\n &.literal {\n color: $font-color;\n }\n }\n}\n\n@include media-breakpoint-down(md) {\n ul.breadcrumbs .breadcrumbs-aside {\n display: none\n }\n}","/* footer\n *\n */\n\n .footer {\n color: rgba(0, 0, 0, .54);\n padding-top: 4rem;\n padding-bottom: 4rem;\n}\n","/* header\n *\n */\n\nheader {\n background: color(\"cinder\");\n padding: 2rem 0;\n\n .container {\n display: flex;\n flex-direction: row;\n align-items: center;\n }\n\n .site-nav-toggle {\n color: color(\"whitesmoke\");\n font-size: 3.5rem;\n margin-left: -1rem;\n padding: .5rem 1rem .5rem 0;\n cursor: pointer;\n }\n\n .site-title {\n color: color(\"white\");\n font-size: 2rem;\n font-weight: 400;\n }\n}\n\n@include media-breakpoint-down(md) {\n header {\n @include position($top: 0, $position: fixed);\n padding: 0;\n transform: translateY(0);\n transition: transform $animation-speed-fast ease-in-out;\n width: 100%;\n z-index: zindex('header');\n\n &.up {\n transform: translateY(-100%);\n }\n\n .site-title {\n font-size: 1.5rem;\n }\n }\n}","/* layout\n *\n */\n\n\n // main body holder\n\n.main-outer {\n background: color(\"whitesmoke\");\n padding-top: 3rem;\n padding-bottom: 10rem;\n}\n\n\n// main document content\n\n.document { \n\n > .section {\n\n > h1 {\n margin-top: 0;\n margin-bottom: 4rem;\n }\n\n .toctree-wrapper .caption {\n @extend h2;\n }\n }\n}\n","/* site nav\n *\n */\n\n.site-nav {\n code.literal,\n tt.literal {\n border: none;\n background: inherit;\n color: inherit;\n padding-left: 0;\n padding-right: 0;\n }\n}\n\n.site-nav-tree {\n\n .caption {\n font-weight: bold;\n }\n\n ul {\n list-style-type: none;\n padding-left: 0;\n }\n\n ul ul {\n margin-left: 1.5rem;\n }\n \n li {\n line-height: 1.8;\n }\n\n > ul > li:not(.current) > ul {\n display: none;\n }\n\n a {\n color: rgba(0, 0, 0, .54);\n\n &.current,\n &:hover {\n color: rgba(0, 0, 0, .87);\n }\n }\n\n}\n\n// make site-nav responsive on mobile\n\n@include media-breakpoint-down(md) {\n body {\n padding-top: 6.6rem;\n }\n .main-outer {\n position: relative;\n }\n\n .site-nav {\n @include position(0,0,0,0, fixed);\n background: color(\"whitesmoke\");\n height: 100vh;\n overflow-y: scroll;\n padding-top: 10rem;\n transform: translateX(-100%);\n transition: transform $animation-speed-fast linear;\n z-index: zindex('site-nav');\n }\n\n body.nav-in {\n overflow: hidden;\n }\n\n body.nav-in .site-nav {\n transform: translateX(0);\n\n .icon-input {\n width: 100%;\n }\n }\n\n}","/* -- framwork overrides --------------------------------------------------- */\n\n// some elements are using a container class so we need to loose the grid style\n.docutils.container {\n width: 100%;\n margin: 0;\n padding: 0;\n}\n\n/* -- search results ------------------------------------------------------- */\n\n#search-results {\n\n h2 {\n @extend h1; // changing template markup to h1 is not doing anything, \n // oddly searchtools.js is replacing it\n margin-bottom: 5rem;\n }\n\n ul.search {\n list-style-type: none;\n margin-top: 3rem;\n padding: 0;\n\n > li:not(:last-child) {\n padding-bottom: 3rem;\n border-bottom: solid $border-width $border-color;\n margin-bottom: 3rem;\n }\n \n > li > a {\n @extend h3;\n }\n }\n\n}\n\n/* -- general body styles --------------------------------------------------- */\n\n.headerlink {\n visibility: hidden;\n padding-left: .5rem;\n opacity: .3;\n &:hover {\n opacity: .6;\n }\n}\n\ncaption,\n.code-block-caption,\ndt,\nh1,\nh2,\nh3,\nh4,\nh5,\nh6,\n.caption,\n.caption-text {\n &:hover > a.headerlink {\n visibility: visible;\n }\n}\n\n.footnote-reference,\n.citation-reference {\n font-size: 90%;\n position: relative;\n top: -.6rem;\n}\n\n.rubric {\n margin-bottom: $generic-margin-bottom / 2;\n font-weight: bold;\n}\n\nimg {\n min-height: 1px;\n max-width: 100%;\n height: auto;\n}\n\n.align-left {\n float: left;\n margin-right: $generic-margin-bottom;\n margin-bottom: $generic-margin-bottom;\n}\n\n.align-center {\n margin: auto;\n display: block;\n\n &.figure {\n text-align: center;\n }\n}\n\n.align-right {\n float: right;\n margin-left: $generic-margin-bottom;\n margin-bottom: $generic-margin-bottom;\n}\n\n/* -- sidebars -------------------------------------------------------------- */\n\n.sidebar {\n border: 1px solid $border-color;\n margin: 0 0 $generic-margin-bottom $generic-margin-bottom;\n padding: $generic-margin-bottom;\n background-color: color(\"secondary\");\n width: 40%;\n float: right;\n}\n\n.sidebar-title {\n background: color(\"whitesmoke\");\n font-weight: bold;\n margin: {\n top: -$generic-margin-bottom;\n right: -$generic-margin-bottom;\n bottom: $generic-margin-bottom;\n left: -$generic-margin-bottom;\n }\n padding: .5rem 1rem;\n}\n\n/* -- tables ---------------------------------------------------------------- */\n\ntable.docutils:not(.footnote):not(.citation) {\n @extend .table-headed;\n @extend .table-bordered;\n @extend .table-striped;\n}\n\ntable.docutils.field-list {\n @extend .table-headed;\n @extend .table-bordered;\n}\n\ntable.docutils.footnote {\n color: color(\"gray\");\n width: auto;\n}\n\ntable.docutils.footnote td {\n border: 0;\n padding-left: 0;\n padding-right: 2rem;\n\n /* make the column with the note fill all the width */\n &:not(.label) {\n width: 100%;\n }\n\n /* where an em and p are together inline them so they are side by side */\n em+p {\n display: inline-block;\n }\n\n /* remove margin from last p */\n p.last {\n margin-bottom: 0;\n }\n}\n\n\n/* -- figures --------------------------------------------------------------- */\n\n.figure p.caption {\n font-style: italic;\n}\n\n/* -- other body styles ----------------------------------------------------- */\n\nol.arabic {\n list-style-type: decimal;\n}\n\nol.loweralpha {\n list-style-type: lower-alpha;\n}\n\nol.upperalpha {\n list-style-type: upper-alpha;\n}\n\nol.lowerroman {\n list-style-type: lower-roman;\n}\n\nol.upperroman {\n list-style-type: upper-roman;\n}\n\nli p,\ndd p {\n margin-bottom: $generic-margin-bottom / 2;\n\n &:last-child {\n margin-bottom: 0;\n }\n}\n\n.line-block {\n margin-bottom: $generic-margin-bottom;\n margin-left: $generic-margin-bottom;\n\n .line-block {\n margin-bottom: 0;\n margin-left: 2rem;\n }\n}\n\nblockquote .attribution {\n margin-bottom: 0;\n} \n\n.guilabel {\n border: $border-width solid color(\"primary\");\n background: color-lighten(\"primary\", 30%);\n font-size: 80%;\n font-weight: 700;\n border-radius: $global-radius;\n padding: .15rem .5rem;\n margin: auto .2rem;\n}\n\n/* -- code displays --------------------------------------------------------- */\n\ndiv[class^='highlight-'] {\n background: $code-background;\n margin-bottom: $generic-margin-bottom;\n overflow-x: auto;\n\n pre {\n margin-bottom: 0;\n }\n}\n\ntd.linenos pre {\n margin: 0;\n border: 0;\n border-radius: 0;\n border-right: $code-border-width solid $code-border-color;\n}\n\ntd.code {\n width: 100%;\n}\n\ntd.code pre {\n margin: 0;\n border: 0;\n border-radius: 0;\n}\n\ntable.highlighttable {\n font-size: 100%;\n border: $code-border-width solid $code-border-color;\n border-radius: $code-border-radius;\n margin-bottom: 0;\n}\n\ntable.highlighttable td {\n padding: 0;\n}\n\ntt.literal,\ncode.literal {\n background: color(\"white\");\n color: color(\"red\");\n font-size: 90%;\n}\n\ntt.xref,\na tt,\ncode.xref,\na code {\n color: color(\"black\");\n}\n\ntt.download,\ncode.download {\n background: inherit;\n padding: inherit;\n font-weight: normal;\n font-family: inherit;\n font-size: inherit;\n color: inherit;\n border: inherit;\n white-space: inherit;\n\n &::before {\n font-family: fontello;\n content: \"\\e802\";\n padding-right: .5rem;\n }\n}\n\n/* -- module highlighting --------------------------------------------------- */\ndl:not(.docutils) dt {\n margin: .6rem 0;\n font-size: 90%;\n line-height: normal;\n background: color-a(\"primary\", .1);\n color: color-a(\"primary\", .9);\n border-top: solid 3px color(\"primary\");\n padding: .6rem;\n}\n\ndl:not(.docutils) dl dt {\n border: none;\n border-left: solid 3px $border-color;\n background: color(\"secondary\");\n color: $font-color;\n}\n\ndl:not(.docutils) {\n tt.descname,\n tt.descclassname,\n code.descname,\n code.descclassname {\n background-color: transparent;\n border: none;\n padding: 0;\n font-size: 100%;\n }\n\n tt.descname,\n code.descname {\n font-weight: bold;\n }\n}\n\ndl:not(.docutils).data dt {\n display: inline-block;\n}\n\n/* -- printout stylesheet --------------------------------------------------- */\n","// Align\n// ––––––––––––––––––––––––––––––––––––––––––––––––––\n\n.align-top { vertical-align: top; }\n.align-bottom { vertical-align: bottom; }\n.align-middle { vertical-align: middle; }\n.align-baseline { vertical-align: baseline; }\n","// Clearfix\n// ––––––––––––––––––––––––––––––––––––––––––––––––––\n\n// used to clear a floating element\n//\n// Usage:\n// @include clearfix;\n//\n@mixin clearfix {\n &::after {\n display: block;\n clear: both;\n content: \"\";\n }\n}\n","// Color\n// ––––––––––––––––––––––––––––––––––––––––––––––––––\n\n// creates color helpers for each color\n// .b-primary {...}\n// .c-primary {...}\n@each $name, $color in $colors {\n .b-#{$name} {\n background-color: $color;\n }\n .c-#{$name} {\n color: $color;\n }\n}\n","// Cursor\n// ––––––––––––––––––––––––––––––––––––––––––––––––––\n\n.disabled { cursor: not-allowed; }\n.move { cursor: move; }\n.pointer { cursor: pointer; }\n","// Display\n// ––––––––––––––––––––––––––––––––––––––––––––––––––\n\n.d-block { display: block; }\n.d-hidden { display: none !important; } // stylelint-disable-line declaration-no-important\n.d-flex { display: flex; }\n.d-grid { display: grid; }\n.d-inline { display: inline; }\n.d-inline-block { display: inline-block; }\n.d-inline-flex { display: inline-flex; }\n.d-table { display: table; }\n.d-table-cell { display: table-cell; }\n","// Flex\n// ––––––––––––––––––––––––––––––––––––––––––––––––––\n\n// directions\n.flex-row { flex-direction: row; }\n.flex-column { flex-direction: column; }\n\n// reverse directions\n.flex-row-reverse { flex-direction: row-reverse; }\n.flex-column-reverse { flex-direction: column-reverse; }\n\n// use in conjunction with .d-flex to justify the items within the container\n.justify-content-start { justify-content: flex-start; }\n.justify-content-end { justify-content: flex-end; }\n.justify-content-center { justify-content: center; }\n.justify-content-between { justify-content: space-between; }\n.justify-content-around { justify-content: space-around; }\n\n// use in conjunction with .d-flex to align the items within the container\n.align-items-start { align-items: flex-start; }\n.align-items-end { align-items: flex-end; }\n.align-items-center { align-items: center; }\n.align-items-baseline { align-items: baseline; }\n.align-items-stretch { align-items: stretch; }\n\n// use in conjunction with .d-flex to apply wrapping of the items within the container\n.flex-nowrap { flex-wrap: nowrap; }\n.flex-wrap { flex-wrap: wrap; }\n.flex-wrap-reverse { flex-wrap: wrap-reverse; }\n\n// use in conjunction with .d-flex on the parent container to align each item individually\n.align-self-start { align-self: flex-start; }\n.align-self-end { align-self: flex-end; }\n.align-self-center { align-self: center; }\n.align-self-baseline { align-self: baseline; }\n.align-self-stretch { align-self: stretch; }\n","// Float\n// ––––––––––––––––––––––––––––––––––––––––––––––––––\n\n.pull-left { float: left !important; } // stylelint-disable-line declaration-no-important\n.pull-right { float: right !important; } // stylelint-disable-line declaration-no-important\n","// Image\n// ––––––––––––––––––––––––––––––––––––––––––––––––––\n\n.img-fluid { @include img-fluid; }\n","// Image\n// ––––––––––––––––––––––––––––––––––––––––––––––––––\n\n// base image fluid mixin\n//\n// Usage:\n// @include img-fluid;\n//\n@mixin img-fluid() {\n display: block;\n width: 100%;\n max-width: 100%;\n height: auto;\n min-height: 1px;\n}\n","// List\n// ––––––––––––––––––––––––––––––––––––––––––––––––––\n\n.list-style-none {\n list-style: none !important; // stylelint-disable-line declaration-no-important\n}\n\n.list-style-reset {\n padding: 0;\n margin: 0;\n list-style: none !important; // stylelint-disable-line declaration-no-important\n}\n","// Overflow\n// ––––––––––––––––––––––––––––––––––––––––––––––––––\n\n.scroll-x { overflow-x: auto; }\n.noscroll { overflow: hidden; }\n","// Position\n// ––––––––––––––––––––––––––––––––––––––––––––––––––\n\n.fixed { position: fixed; }\n.relative { position: relative; }\n.absolute { position: absolute; }\n","// print\n// ––––––––––––––––––––––––––––––––––––––––––––––––––\n\n@media print {\n .no-print,\n .no-print * {\n display: none !important; // stylelint-disable-line declaration-no-important\n }\n}\n","// width and height\n// ––––––––––––––––––––––––––––––––––––––––––––––––––\n\n.full-height {\n height: 100%;\n}\n.full-visual-height {\n height: 100vh;\n}\n.full-width {\n box-sizing: border-box;\n width: 100%;\n}\n.max-full-width {\n box-sizing: border-box;\n max-width: 100%;\n}\n","// Spacing\n// ––––––––––––––––––––––––––––––––––––––––––––––––––\n\n.margin-zero { margin: 0; }\n.m-auto { margin: auto; }\n.mt-auto { margin-top: auto; }\n.mr-auto { margin-right: auto; }\n.mb-auto { margin-bottom: auto; }\n.ml-auto { margin-left: auto; }\n.push-auto { @include push--auto; }\n","// Push Auto\n// ––––––––––––––––––––––––––––––––––––––––––––––––––\n\n// useful for centrally aligning al element\n// though the margin mixin can do the same thing.\n//\n// Usage:\n// @include push--auto;\n//\n@mixin push--auto {\n margin: {\n right: auto;\n left: auto;\n }\n}\n","// Text\n// ––––––––––––––––––––––––––––––––––––––––––––––––––\n\n.text-left { text-align: left; }\n.text-right { text-align: right; }\n.text-center { text-align: center; }\n.text-just { text-align: justify; }\n\n.strong { font-weight: $strong-font-weight; }\n.lead { font-weight: $lead-font-weight; }\n.muted { opacity: .7; }\n.nowrap { white-space: nowrap; }\n.small { font-size: $small-font-size; }\n.uppercase { text-transform: uppercase; }\n\n.text-shadow { text-shadow: 0 2px 4px rgba(0, 0, 0, .5); }\n","// Transform\n// ––––––––––––––––––––––––––––––––––––––––––––––––––\n\n\n.flip-x { @include flip($x: true); }\n.flip-y { @include flip($y: true); }\n.flip-both { @include flip($x: true, $y: true); }\n","// Flip\n// ––––––––––––––––––––––––––––––––––––––––––––––––––\n\n// flip an element on its axis\n//\n// Usage:\n// horizontally only:\n// @include flip(true, false);\n// vertically only:\n// @include flip(false, true);\n// horizontally and vertically:\n// @include flip(true, true);\n//\n@mixin flip($x: false, $y: false) {\n $scaleX: 1;\n $scaleY: 1;\n @if $x {\n $scaleX: -1;\n }\n @if $y {\n $scaleY: -1;\n }\n transform: scale($scaleX, $scaleY);\n}\n","// Visibility\n// ––––––––––––––––––––––––––––––––––––––––––––––––––\n\n// creates hidden helpers for each breakpoint\n// .hidden-sm {...}\n// .hidden-sm-up {...}\n// .hidden-sm-down {...}\n@each $bp in map-keys($grid-breakpoints) {\n .hidden-#{$bp}-up {\n @include media-breakpoint-up($bp) {\n display: none !important; // stylelint-disable-line declaration-no-important\n }\n }\n .hidden-#{$bp}-down {\n @include media-breakpoint-down($bp) {\n display: none !important; // stylelint-disable-line declaration-no-important\n }\n }\n .hidden-#{$bp} {\n @include media-breakpoint-only($bp) {\n display: none !important; // stylelint-disable-line declaration-no-important\n }\n }\n}\n"]}
@@ -0,0 +1,32 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
+ <svg xmlns="http://www.w3.org/2000/svg">
4
+ <metadata>Copyright (C) 2018 by original authors @ fontello.com</metadata>
5
+ <defs>
6
+ <font id="fontello" horiz-adv-x="1000" >
7
+ <font-face font-family="fontello" font-weight="400" font-stretch="normal" units-per-em="1000" ascent="850" descent="-150" />
8
+ <missing-glyph horiz-adv-x="1000" />
9
+ <glyph glyph-name="search" unicode="&#xe800;" d="M643 386q0 103-73 176t-177 74-177-74-73-176 73-177 177-73 177 73 73 177z m286-465q0-29-22-50t-50-21q-30 0-50 21l-191 191q-100-69-223-69-80 0-153 31t-125 84-84 125-31 153 31 152 84 126 125 84 153 31 153-31 125-84 84-126 31-152q0-123-69-223l191-191q21-21 21-51z" horiz-adv-x="928.6" />
10
+
11
+ <glyph glyph-name="edit" unicode="&#xe801;" d="M496 189l64 65-85 85-64-65v-31h53v-54h32z m245 402q-9 9-18 0l-196-196q-9-9 0-18t18 0l196 196q9 9 0 18z m45-331v-106q0-67-47-114t-114-47h-464q-67 0-114 47t-47 114v464q0 66 47 113t114 48h464q35 0 65-14 9-4 10-13 2-10-5-16l-27-28q-8-8-18-4-13 3-25 3h-464q-37 0-63-26t-27-63v-464q0-37 27-63t63-27h464q37 0 63 27t26 63v70q0 7 5 12l36 36q8 8 20 4t11-16z m-54 411l161-160-375-375h-161v160z m248-73l-51-52-161 161 51 52q16 15 38 15t38-15l85-85q16-16 16-38t-16-38z" horiz-adv-x="1000" />
12
+
13
+ <glyph glyph-name="download" unicode="&#xe802;" d="M714 100q0 15-10 25t-25 11-25-11-11-25 11-25 25-11 25 11 10 25z m143 0q0 15-10 25t-26 11-25-11-10-25 10-25 25-11 26 11 10 25z m72 125v-179q0-22-16-37t-38-16h-821q-23 0-38 16t-16 37v179q0 22 16 38t38 16h259l75-76q33-32 76-32t76 32l76 76h259q22 0 38-16t16-38z m-182 318q10-23-8-39l-250-250q-10-11-25-11t-25 11l-250 250q-17 16-8 39 10 21 33 21h143v250q0 15 11 25t25 11h143q14 0 25-11t10-25v-250h143q24 0 33-21z" horiz-adv-x="928.6" />
14
+
15
+ <glyph glyph-name="attention" unicode="&#xe804;" d="M571 83v106q0 8-5 13t-12 5h-108q-7 0-12-5t-5-13v-106q0-8 5-13t12-6h108q7 0 12 6t5 13z m-1 208l10 257q0 6-5 10-7 6-14 6h-122q-6 0-14-6-5-4-5-12l9-255q0-5 6-9t13-3h103q8 0 14 3t5 9z m-7 522l428-786q20-35-1-70-9-17-26-26t-35-10h-858q-18 0-35 10t-26 26q-21 35-1 70l429 786q9 17 26 27t36 10 36-10 27-27z" horiz-adv-x="1000" />
16
+
17
+ <glyph glyph-name="info-circled" unicode="&#xe805;" d="M571 82v89q0 8-5 13t-12 5h-54v286q0 8-5 13t-13 5h-178q-8 0-13-5t-5-13v-89q0-8 5-13t13-5h53v-179h-53q-8 0-13-5t-5-13v-89q0-8 5-13t13-5h250q7 0 12 5t5 13z m-71 500v89q0 8-5 13t-13 5h-107q-8 0-13-5t-5-13v-89q0-8 5-13t13-5h107q8 0 13 5t5 13z m357-232q0-117-57-215t-156-156-215-58-216 58-155 156-58 215 58 215 155 156 216 58 215-58 156-156 57-215z" horiz-adv-x="857.1" />
18
+
19
+ <glyph glyph-name="attention-circled" unicode="&#xe810;" d="M429 779q116 0 215-58t156-156 57-215-57-215-156-156-215-58-216 58-155 156-58 215 58 215 155 156 216 58z m71-696v106q0 8-5 13t-12 5h-107q-8 0-13-5t-6-13v-106q0-8 6-13t13-6h107q7 0 12 6t5 13z m-1 192l10 346q0 7-6 10-5 5-13 5h-123q-8 0-13-5-6-3-6-10l10-346q0-6 5-10t14-4h103q8 0 13 4t6 10z" horiz-adv-x="857.1" />
20
+
21
+ <glyph glyph-name="github-circled" unicode="&#xf09b;" d="M429 779q116 0 215-58t156-156 57-215q0-140-82-252t-211-155q-15-3-22 4t-7 17q0 1 0 43t0 75q0 54-29 79 32 3 57 10t53 22 45 37 30 58 11 84q0 67-44 115 21 51-4 114-16 5-46-6t-51-25l-21-13q-52 15-107 15t-108-15q-8 6-23 15t-47 22-47 7q-25-63-5-114-44-48-44-115 0-47 12-83t29-59 45-37 52-22 57-10q-21-20-27-58-12-5-25-8t-32-3-36 12-31 35q-11 18-27 29t-28 14l-11 1q-12 0-16-2t-3-7 5-8 7-6l4-3q12-6 24-21t18-29l6-13q7-21 24-34t37-17 39-3 31 1l13 3q0-22 0-50t1-30q0-10-8-17t-22-4q-129 43-211 155t-82 252q0 117 58 215t155 156 216 58z m-267-616q2 4-3 7-6 1-8-1-1-4 4-7 5-3 7 1z m18-19q4 3-1 9-6 5-9 2-4-3 1-9 5-6 9-2z m16-25q6 4 0 11-4 7-9 3-5-3 0-10t9-4z m24-23q4 4-2 10-7 7-11 2-5-5 2-11 6-6 11-1z m32-14q1 6-8 9-8 2-10-4t7-9q8-3 11 4z m35-3q0 7-10 6-9 0-9-6 0-7 10-6 9 0 9 6z m32 5q-1 7-10 5-9-1-8-8t10-4 8 7z" horiz-adv-x="857.1" />
22
+
23
+ <glyph glyph-name="menu" unicode="&#xf0c9;" d="M857 100v-71q0-15-10-25t-26-11h-785q-15 0-25 11t-11 25v71q0 15 11 25t25 11h785q15 0 26-11t10-25z m0 286v-72q0-14-10-25t-26-10h-785q-15 0-25 10t-11 25v72q0 14 11 25t25 10h785q15 0 26-10t10-25z m0 285v-71q0-14-10-25t-26-11h-785q-15 0-25 11t-11 25v71q0 15 11 26t25 10h785q15 0 26-10t10-26z" horiz-adv-x="857.1" />
24
+
25
+ <glyph glyph-name="lightbulb" unicode="&#xf0eb;" d="M411 529q0-8-6-13t-12-5-13 5-5 13q0 25-30 39t-59 14q-7 0-13 5t-5 13 5 13 13 5q28 0 55-9t49-30 21-50z m89 0q0 40-19 74t-50 57-69 35-76 12-76-12-69-35-50-57-20-74q0-57 38-101 6-6 17-18t17-19q72-85 79-166h127q8 81 79 166 6 6 17 19t17 18q38 44 38 101z m71 0q0-87-57-150-25-27-42-48t-33-54-19-60q26-15 26-46 0-20-13-35 13-15 13-36 0-29-25-45 8-13 8-26 0-26-18-40t-43-14q-11-25-34-39t-48-15-49 15-33 39q-26 0-44 14t-17 40q0 13 7 26-25 16-25 45 0 21 14 36-14 15-14 35 0 31 26 46-2 28-19 60t-33 54-41 48q-58 63-58 150 0 55 25 103t65 79 92 49 104 19 104-19 91-49 66-79 24-103z" horiz-adv-x="571.4" />
26
+
27
+ <glyph glyph-name="bitbucket" unicode="&#xf171;" d="M455 371q4-35-28-57t-63-3q-21 9-29 32t-1 46 29 32q20 11 41 7t36-20 15-37z m62 11q-8 60-63 92t-110 7q-35-15-56-49t-20-72q3-51 44-87t92-31q51 4 85 47t28 93z m133 303q-11 15-31 25t-32 12-40 7q-162 26-316-1-24-4-37-7t-30-12-28-24q16-16 42-26t41-12 49-6q127-16 250-1 35 5 50 7t40 12 42 26z m32-578q-4-14-9-42t-7-47-16-39-33-32q-48-27-106-40t-112-12-113 10q-25 5-45 10t-43 15-41 25-29 34q-14 54-31 163l3 9 10 5q124-83 283-83t283 83q12-3 13-13t-3-25-4-21z m101 537q-15-94-62-366-3-17-15-31t-24-23-31-17q-140-70-340-49-139 15-220 78-8 6-14 14t-10 20-5 19-3 22-3 20q-5 27-15 83t-16 90-13 83-12 88q2 14 10 27t17 21 26 17 25 12 27 10q70 26 175 36 211 21 377-28 86-25 120-68 9-11 9-28t-3-30z" horiz-adv-x="785.7" />
28
+
29
+ <glyph glyph-name="gitlab" unicode="&#xf296;" d="M58 456l442-566-484 351q-10 7-14 19t0 24l56 172z m258 0h368l-184-566z m-111 342l111-342h-258l111 342q4 12 18 12t18-12z m737-342l56-172q4-12 0-24t-14-19l-484-351 442 566z m0 0h-258l111 342q4 12 18 12t19-12z" horiz-adv-x="1000" />
30
+ </font>
31
+ </defs>
32
+ </svg>
@@ -0,0 +1,68 @@
1
+ $(document).ready(function(){
2
+
3
+ var $header = $('header');
4
+ var $body = $('body');
5
+ var $window = $(window);
6
+
7
+ // scrolling variables
8
+ var scrolling = false,
9
+ previousTop = 0,
10
+ currentTop = 0,
11
+ scrollDelta = 10,
12
+ scrollOffset = 150;
13
+
14
+ // scroll event to show / hide header
15
+ $window.on('scroll', function(){
16
+ if( !scrolling ) {
17
+ scrolling = true;
18
+ (!window.requestAnimationFrame) ? setTimeout(autoHideHeader, 250) : requestAnimationFrame(autoHideHeader);
19
+ }
20
+ });
21
+
22
+ function autoHideHeader() {
23
+ var currentTop = $window.scrollTop();
24
+ var isNavOpen = $body.hasClass('nav-in');
25
+ if (!isNavOpen) {
26
+ if (previousTop - currentTop > scrollDelta) {
27
+ // if scrolling up...
28
+ $header.removeClass('up');
29
+ } else if( currentTop - previousTop > scrollDelta && currentTop > scrollOffset) {
30
+ // if scrolling down...
31
+ $header.addClass('up');
32
+ }
33
+ }
34
+ previousTop = currentTop;
35
+ scrolling = false;
36
+ }
37
+
38
+ // toggle sidebar
39
+ $(document).on('click', '.site-nav-toggle, .site-nav a', function() {
40
+ $body.toggleClass('nav-in');
41
+ });
42
+
43
+ // replace anchor scroll to offset the fixed header on mobile
44
+ $("a[href^='#']").on('click', function(e) {
45
+ // prevent default anchor click behavior
46
+ e.preventDefault();
47
+
48
+ var width = $window.width();
49
+ var headerHeight = $header.outerHeight();
50
+ var mobileMaxWidth = 991;
51
+ var offset = 0;
52
+
53
+ if (width <= mobileMaxWidth) {
54
+ offset = headerHeight + 10;
55
+ }
56
+
57
+ // animate scroll
58
+ $('html, body').animate({
59
+ scrollTop: $(this.hash).offset().top - offset
60
+ }, 200, function(){
61
+ });
62
+ });
63
+
64
+ // wrap tables so we can make responsive
65
+ $("table.docutils:not(.field-list,.footnote,.citation)")
66
+ .wrap("<div class='scroll-x'></div>");
67
+
68
+ });
@@ -0,0 +1,9 @@
1
+ [theme]
2
+ inherit = basic
3
+ stylesheet = css/theme.min.css
4
+ pygments_style = default
5
+
6
+ [options]
7
+ navigation_depth = 2
8
+ includehidden = True
9
+ titles_only =
@@ -0,0 +1,35 @@
1
+ @ECHO OFF
2
+
3
+ pushd %~dp0
4
+
5
+ REM Command file for Sphinx documentation
6
+
7
+ if "%SPHINXBUILD%" == "" (
8
+ set SPHINXBUILD=sphinx-build
9
+ )
10
+ set SOURCEDIR=source
11
+ set BUILDDIR=build
12
+
13
+ if "%1" == "" goto help
14
+
15
+ %SPHINXBUILD% >NUL 2>NUL
16
+ if errorlevel 9009 (
17
+ echo.
18
+ echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
19
+ echo.installed, then set the SPHINXBUILD environment variable to point
20
+ echo.to the full path of the 'sphinx-build' executable. Alternatively you
21
+ echo.may add the Sphinx directory to PATH.
22
+ echo.
23
+ echo.If you don't have Sphinx installed, grab it from
24
+ echo.https://www.sphinx-doc.org/
25
+ exit /b 1
26
+ )
27
+
28
+ %SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O%
29
+ goto end
30
+
31
+ :help
32
+ %SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O%
33
+
34
+ :end
35
+ popd
@@ -0,0 +1,2 @@
1
+ karma_sphinx_theme
2
+ nbsphinx
@@ -0,0 +1,18 @@
1
+ The AI Model Share Initiative
2
+ =============================
3
+
4
+ The objective of the AI Model Share Initiative is to develop tools that democratize access to, and understanding of, machine learning models.
5
+
6
+ The Initiative acts as a non profit lab for ML innovation. Through the AI Model Share Platform (an all-in-one MLOps toolkit) we offer a Python library and integrated website that includes:
7
+
8
+ #. simple pathways to make models instantly sharable into web-dashboards and REST apis,
9
+ #. the creation of integrated ML competitions to continuously improve model,
10
+ #. robust model architecture metadata reporting tools,
11
+ #. data and ipynb code sharing functionality,
12
+ #. User publisher pages to display data science portfolios,
13
+ #. and more.
14
+
15
+ On one end of this new platform’s workflow a machine learning engineer could submit and continuously improve a state of the art prediction model and at the other an end, people with little technical knowhow would be able to instantly make use of the model by submitting new data to generate model predictions, charts, and downloadable results within a simple, but elegant web-dashboard.
16
+
17
+ At the same time, the platform will serve as both a collaborative tool for rapid model improvement and a repository for model metadata that can be mined by researchers and engineers to inform further innovations in model development.
18
+