From 2c9ba062274ba4796fa739750603de00cb076560 Mon Sep 17 00:00:00 2001 From: Megan McMillan Date: Tue, 11 Jun 2019 18:34:18 -0700 Subject: [PATCH] initial commit to convert to jekyll --- .bowerrc | 4 - .editorconfig | 21 - .gitattributes | 1 - .gitignore | 3 +- .gitkeep | 0 .jshintrc | 24 - .tmp/styles/campaignSankey.css | 21 - .tmp/styles/main.css | 24288 ---------------- .travis.yml | 7 - README.md | 89 + _config.yml | 26 +- _includes/footer.html | 55 - _includes/head.html | 12 - _includes/header.html | 27 - _layouts/default.html | 20 - _layouts/page.html | 14 - _layouts/post.html | 15 - _sass/_base.scss | 204 - _sass/_layout.scss | 236 - _sass/_syntax-highlighting.scss | 67 - css/main.scss | 52 - feed.xml | 30 - .../2016-10-24-codeofconduct.markdown | 0 .../2016-10-24-communication.markdown | 0 .../2016-10-24-learning.markdown | 0 {_posts => pages}/2016-10-24-roles.markdown | 0 {_posts => pages}/2016-10-24-stack.markdown | 0 .../2016-10-24-timeline.markdown | 0 .../2016-10-24-volunteer.markdown | 0 about.md => pages/about.md | 0 30 files changed, 105 insertions(+), 25111 deletions(-) delete mode 100644 .bowerrc delete mode 100644 .editorconfig delete mode 100644 .gitattributes delete mode 100644 .gitkeep delete mode 100644 .jshintrc delete mode 100644 .tmp/styles/campaignSankey.css delete mode 100644 .tmp/styles/main.css delete mode 100644 .travis.yml create mode 100644 README.md delete mode 100644 _includes/footer.html delete mode 100644 _includes/head.html delete mode 100644 _includes/header.html delete mode 100644 _layouts/default.html delete mode 100644 _layouts/page.html delete mode 100644 _layouts/post.html delete mode 100644 _sass/_base.scss delete mode 100644 _sass/_layout.scss delete mode 100644 _sass/_syntax-highlighting.scss delete mode 100755 css/main.scss delete mode 100644 feed.xml rename {_posts => pages}/2016-10-24-codeofconduct.markdown (100%) rename {_posts => pages}/2016-10-24-communication.markdown (100%) rename {_posts => pages}/2016-10-24-learning.markdown (100%) rename {_posts => pages}/2016-10-24-roles.markdown (100%) rename {_posts => pages}/2016-10-24-stack.markdown (100%) rename {_posts => pages}/2016-10-24-timeline.markdown (100%) rename {_posts => pages}/2016-10-24-volunteer.markdown (100%) rename about.md => pages/about.md (100%) diff --git a/.bowerrc b/.bowerrc deleted file mode 100644 index 04522f0..0000000 --- a/.bowerrc +++ /dev/null @@ -1,4 +0,0 @@ -{ - "directory": "app/bower_components", - "https-proxy":"https://connsvr.nike.com:8080" -} diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index c2cdfb8..0000000 --- a/.editorconfig +++ /dev/null @@ -1,21 +0,0 @@ -# EditorConfig helps developers define and maintain consistent -# coding styles between different editors and IDEs -# editorconfig.org - -root = true - - -[*] - -# Change these settings to your own preference -indent_style = space -indent_size = 2 - -# We recommend you to keep these unchanged -end_of_line = lf -charset = utf-8 -trim_trailing_whitespace = true -insert_final_newline = true - -[*.md] -trim_trailing_whitespace = false diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 2125666..0000000 --- a/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -* text=auto \ No newline at end of file diff --git a/.gitignore b/.gitignore index badbc02..e43b0f9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -_site -.sass-cache +.DS_Store diff --git a/.gitkeep b/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/.jshintrc b/.jshintrc deleted file mode 100644 index 40377ba..0000000 --- a/.jshintrc +++ /dev/null @@ -1,24 +0,0 @@ -{ - "node": true, - "browser": true, - "esnext": true, - "bitwise": true, - "camelcase": true, - "curly": true, - "eqeqeq": true, - "immed": true, - "indent": 2, - "latedef": true, - "newcap": true, - "noarg": true, - "quotmark": "single", - "regexp": true, - "undef": true, - "unused": true, - "strict": true, - "trailing": true, - "smarttabs": true, - "globals": { - "angular": false - } -} diff --git a/.tmp/styles/campaignSankey.css b/.tmp/styles/campaignSankey.css deleted file mode 100644 index 839c0c2..0000000 --- a/.tmp/styles/campaignSankey.css +++ /dev/null @@ -1,21 +0,0 @@ -/*#chart {*/ - -/*height: 500px;*/ - -.node rect.node { - cursor: move; - fill-opacity: 1; - shape-rendering: crispEdges; - fill: #2F9400; -} - -.node text { - fill: #fff; - pointer-events: none; -} - -.link { - fill: none; - stroke: #2F9400; - stroke-opacity: 1; -} \ No newline at end of file diff --git a/.tmp/styles/main.css b/.tmp/styles/main.css deleted file mode 100644 index ad8bd47..0000000 --- a/.tmp/styles/main.css +++ /dev/null @@ -1,24288 +0,0 @@ -@charset "UTF-8"; - -/*! - * Bootstrap v3.3.5 (http://getbootstrap.com) - * Copyright 2011-2015 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - */ - -/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_normalize\.scss; - } - - line { - font-family: \000039; - } -} - -html { - font-family: sans-serif; - -ms-text-size-adjust: 100%; - -webkit-text-size-adjust: 100%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_normalize\.scss; - } - - line { - font-family: \0000319; - } -} - -body { - margin: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_normalize\.scss; - } - - line { - font-family: \0000333; - } -} - -article, -aside, -details, -figcaption, -figure, -footer, -header, -hgroup, -main, -menu, -nav, -section, -summary { - display: block; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_normalize\.scss; - } - - line { - font-family: \0000354; - } -} - -audio, -canvas, -progress, -video { - display: inline-block; - vertical-align: baseline; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_normalize\.scss; - } - - line { - font-family: \0000367; - } -} - -audio:not([controls]) { - display: none; - height: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_normalize\.scss; - } - - line { - font-family: \0000377; - } -} - -[hidden], -template { - display: none; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_normalize\.scss; - } - - line { - font-family: \0000389; - } -} - -a { - background-color: transparent; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_normalize\.scss; - } - - line { - font-family: \0000398; - } -} - -a:active, -a:hover { - outline: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_normalize\.scss; - } - - line { - font-family: \00003110; - } -} - -abbr[title] { - border-bottom: 1px dotted; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_normalize\.scss; - } - - line { - font-family: \00003118; - } -} - -b, -strong { - font-weight: bold; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_normalize\.scss; - } - - line { - font-family: \00003127; - } -} - -dfn { - font-style: italic; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_normalize\.scss; - } - - line { - font-family: \00003136; - } -} - -h1 { - font-size: 2em; - margin: 0.67em 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_normalize\.scss; - } - - line { - font-family: \00003145; - } -} - -mark { - background: #ff0; - color: #000; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_normalize\.scss; - } - - line { - font-family: \00003154; - } -} - -small { - font-size: 80%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_normalize\.scss; - } - - line { - font-family: \00003162; - } -} - -sub, -sup { - font-size: 75%; - line-height: 0; - position: relative; - vertical-align: baseline; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_normalize\.scss; - } - - line { - font-family: \00003170; - } -} - -sup { - top: -0.5em; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_normalize\.scss; - } - - line { - font-family: \00003174; - } -} - -sub { - bottom: -0.25em; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_normalize\.scss; - } - - line { - font-family: \00003185; - } -} - -img { - border: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_normalize\.scss; - } - - line { - font-family: \00003193; - } -} - -svg:not(:root) { - overflow: hidden; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_normalize\.scss; - } - - line { - font-family: \00003204; - } -} - -figure { - margin: 1em 40px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_normalize\.scss; - } - - line { - font-family: \00003212; - } -} - -hr { - -moz-box-sizing: content-box; - box-sizing: content-box; - height: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_normalize\.scss; - } - - line { - font-family: \00003221; - } -} - -pre { - overflow: auto; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_normalize\.scss; - } - - line { - font-family: \00003229; - } -} - -code, -kbd, -pre, -samp { - font-family: monospace, monospace; - font-size: 1em; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_normalize\.scss; - } - - line { - font-family: \00003252; - } -} - -button, -input, -optgroup, -select, -textarea { - color: inherit; - font: inherit; - margin: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_normalize\.scss; - } - - line { - font-family: \00003266; - } -} - -button { - overflow: visible; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_normalize\.scss; - } - - line { - font-family: \00003277; - } -} - -button, -select { - text-transform: none; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_normalize\.scss; - } - - line { - font-family: \00003290; - } -} - -button, -html input[type="button"], -input[type="reset"], -input[type="submit"] { - -webkit-appearance: button; - cursor: pointer; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_normalize\.scss; - } - - line { - font-family: \00003302; - } -} - -button[disabled], -html input[disabled] { - cursor: default; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_normalize\.scss; - } - - line { - font-family: \00003311; - } -} - -button::-moz-focus-inner, -input::-moz-focus-inner { - border: 0; - padding: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_normalize\.scss; - } - - line { - font-family: \00003322; - } -} - -input { - line-height: normal; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_normalize\.scss; - } - - line { - font-family: \00003334; - } -} - -input[type="checkbox"], -input[type="radio"] { - -moz-box-sizing: border-box; - box-sizing: border-box; - padding: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_normalize\.scss; - } - - line { - font-family: \00003346; - } -} - -input[type="number"]::-webkit-inner-spin-button, -input[type="number"]::-webkit-outer-spin-button { - height: auto; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_normalize\.scss; - } - - line { - font-family: \00003356; - } -} - -input[type="search"] { - -webkit-appearance: textfield; - -moz-box-sizing: content-box; - box-sizing: content-box; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_normalize\.scss; - } - - line { - font-family: \00003367; - } -} - -input[type="search"]::-webkit-search-cancel-button, -input[type="search"]::-webkit-search-decoration { - -webkit-appearance: none; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_normalize\.scss; - } - - line { - font-family: \00003376; - } -} - -fieldset { - border: 1px solid #c0c0c0; - margin: 0 2px; - padding: 0.35em 0.625em 0.75em; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_normalize\.scss; - } - - line { - font-family: \00003387; - } -} - -legend { - border: 0; - padding: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_normalize\.scss; - } - - line { - font-family: \00003396; - } -} - -textarea { - overflow: auto; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_normalize\.scss; - } - - line { - font-family: \00003405; - } -} - -optgroup { - font-weight: bold; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_normalize\.scss; - } - - line { - font-family: \00003416; - } -} - -table { - border-collapse: collapse; - border-spacing: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_normalize\.scss; - } - - line { - font-family: \00003421; - } -} - -td, -th { - padding: 0; -} - -/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ - -@media print { -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_print\.scss; - } - - line { - font-family: \000039; - } -} - - *, - *:before, - *:after { - background: transparent !important; - color: #000 !important; - box-shadow: none !important; - text-shadow: none !important; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_print\.scss; - } - - line { - font-family: \0000318; - } -} - - a, - a:visited { - text-decoration: underline; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_print\.scss; - } - - line { - font-family: \0000323; - } -} - - a[href]:after { - content: " (" attr(href) ")"; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_print\.scss; - } - - line { - font-family: \0000327; - } -} - - abbr[title]:after { - content: " (" attr(title) ")"; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_print\.scss; - } - - line { - font-family: \0000333; - } -} - - a[href^="#"]:after, - a[href^="javascript:"]:after { - content: ""; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_print\.scss; - } - - line { - font-family: \0000338; - } -} - - pre, - blockquote { - border: 1px solid #999; - page-break-inside: avoid; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_print\.scss; - } - - line { - font-family: \0000344; - } -} - - thead { - display: table-header-group; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_print\.scss; - } - - line { - font-family: \0000348; - } -} - - tr, - img { - page-break-inside: avoid; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_print\.scss; - } - - line { - font-family: \0000353; - } -} - - img { - max-width: 100% !important; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_print\.scss; - } - - line { - font-family: \0000357; - } -} - - p, - h2, - h3 { - orphans: 3; - widows: 3; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_print\.scss; - } - - line { - font-family: \0000364; - } -} - - h2, - h3 { - page-break-after: avoid; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_print\.scss; - } - - line { - font-family: \0000372; - } -} - - .navbar { - display: none; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_print\.scss; - } - - line { - font-family: \0000377; - } -} - - .btn > .caret, - .dropup > .btn > .caret { - border-top-color: #000 !important; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_print\.scss; - } - - line { - font-family: \0000381; - } -} - - .label { - border: 1px solid #000; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_print\.scss; - } - - line { - font-family: \0000385; - } -} - - .table { - border-collapse: collapse !important; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_print\.scss; - } - - line { - font-family: \0000388; - } -} - - .table td, - .table th { - background-color: #fff !important; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_print\.scss; - } - - line { - font-family: \0000394; - } -} - - .table-bordered th, - .table-bordered td { - border: 1px solid #ddd !important; - } -} - -@font-face { - font-family: 'Glyphicons Halflings'; - src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot"); - src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \0000324; - } -} - -.glyphicon { - position: relative; - top: 1px; - display: inline-block; - font-family: 'Glyphicons Halflings'; - font-style: normal; - font-weight: normal; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \0000337; - } -} - -.glyphicon-asterisk:before { - content: "\2a"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \0000338; - } -} - -.glyphicon-plus:before { - content: "\2b"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \0000340; - } -} - -.glyphicon-euro:before, -.glyphicon-eur:before { - content: "\20ac"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \0000341; - } -} - -.glyphicon-minus:before { - content: "\2212"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \0000342; - } -} - -.glyphicon-cloud:before { - content: "\2601"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \0000343; - } -} - -.glyphicon-envelope:before { - content: "\2709"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \0000344; - } -} - -.glyphicon-pencil:before { - content: "\270f"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \0000345; - } -} - -.glyphicon-glass:before { - content: "\e001"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \0000346; - } -} - -.glyphicon-music:before { - content: "\e002"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \0000347; - } -} - -.glyphicon-search:before { - content: "\e003"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \0000348; - } -} - -.glyphicon-heart:before { - content: "\e005"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \0000349; - } -} - -.glyphicon-star:before { - content: "\e006"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \0000350; - } -} - -.glyphicon-star-empty:before { - content: "\e007"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \0000351; - } -} - -.glyphicon-user:before { - content: "\e008"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \0000352; - } -} - -.glyphicon-film:before { - content: "\e009"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \0000353; - } -} - -.glyphicon-th-large:before { - content: "\e010"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \0000354; - } -} - -.glyphicon-th:before { - content: "\e011"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \0000355; - } -} - -.glyphicon-th-list:before { - content: "\e012"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \0000356; - } -} - -.glyphicon-ok:before { - content: "\e013"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \0000357; - } -} - -.glyphicon-remove:before { - content: "\e014"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \0000358; - } -} - -.glyphicon-zoom-in:before { - content: "\e015"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \0000359; - } -} - -.glyphicon-zoom-out:before { - content: "\e016"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \0000360; - } -} - -.glyphicon-off:before { - content: "\e017"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \0000361; - } -} - -.glyphicon-signal:before { - content: "\e018"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \0000362; - } -} - -.glyphicon-cog:before { - content: "\e019"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \0000363; - } -} - -.glyphicon-trash:before { - content: "\e020"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \0000364; - } -} - -.glyphicon-home:before { - content: "\e021"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \0000365; - } -} - -.glyphicon-file:before { - content: "\e022"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \0000366; - } -} - -.glyphicon-time:before { - content: "\e023"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \0000367; - } -} - -.glyphicon-road:before { - content: "\e024"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \0000368; - } -} - -.glyphicon-download-alt:before { - content: "\e025"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \0000369; - } -} - -.glyphicon-download:before { - content: "\e026"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \0000370; - } -} - -.glyphicon-upload:before { - content: "\e027"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \0000371; - } -} - -.glyphicon-inbox:before { - content: "\e028"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \0000372; - } -} - -.glyphicon-play-circle:before { - content: "\e029"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \0000373; - } -} - -.glyphicon-repeat:before { - content: "\e030"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \0000374; - } -} - -.glyphicon-refresh:before { - content: "\e031"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \0000375; - } -} - -.glyphicon-list-alt:before { - content: "\e032"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \0000376; - } -} - -.glyphicon-lock:before { - content: "\e033"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \0000377; - } -} - -.glyphicon-flag:before { - content: "\e034"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \0000378; - } -} - -.glyphicon-headphones:before { - content: "\e035"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \0000379; - } -} - -.glyphicon-volume-off:before { - content: "\e036"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \0000380; - } -} - -.glyphicon-volume-down:before { - content: "\e037"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \0000381; - } -} - -.glyphicon-volume-up:before { - content: "\e038"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \0000382; - } -} - -.glyphicon-qrcode:before { - content: "\e039"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \0000383; - } -} - -.glyphicon-barcode:before { - content: "\e040"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \0000384; - } -} - -.glyphicon-tag:before { - content: "\e041"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \0000385; - } -} - -.glyphicon-tags:before { - content: "\e042"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \0000386; - } -} - -.glyphicon-book:before { - content: "\e043"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \0000387; - } -} - -.glyphicon-bookmark:before { - content: "\e044"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \0000388; - } -} - -.glyphicon-print:before { - content: "\e045"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \0000389; - } -} - -.glyphicon-camera:before { - content: "\e046"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \0000390; - } -} - -.glyphicon-font:before { - content: "\e047"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \0000391; - } -} - -.glyphicon-bold:before { - content: "\e048"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \0000392; - } -} - -.glyphicon-italic:before { - content: "\e049"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \0000393; - } -} - -.glyphicon-text-height:before { - content: "\e050"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \0000394; - } -} - -.glyphicon-text-width:before { - content: "\e051"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \0000395; - } -} - -.glyphicon-align-left:before { - content: "\e052"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \0000396; - } -} - -.glyphicon-align-center:before { - content: "\e053"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \0000397; - } -} - -.glyphicon-align-right:before { - content: "\e054"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \0000398; - } -} - -.glyphicon-align-justify:before { - content: "\e055"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \0000399; - } -} - -.glyphicon-list:before { - content: "\e056"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003100; - } -} - -.glyphicon-indent-left:before { - content: "\e057"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003101; - } -} - -.glyphicon-indent-right:before { - content: "\e058"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003102; - } -} - -.glyphicon-facetime-video:before { - content: "\e059"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003103; - } -} - -.glyphicon-picture:before { - content: "\e060"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003104; - } -} - -.glyphicon-map-marker:before { - content: "\e062"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003105; - } -} - -.glyphicon-adjust:before { - content: "\e063"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003106; - } -} - -.glyphicon-tint:before { - content: "\e064"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003107; - } -} - -.glyphicon-edit:before { - content: "\e065"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003108; - } -} - -.glyphicon-share:before { - content: "\e066"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003109; - } -} - -.glyphicon-check:before { - content: "\e067"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003110; - } -} - -.glyphicon-move:before { - content: "\e068"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003111; - } -} - -.glyphicon-step-backward:before { - content: "\e069"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003112; - } -} - -.glyphicon-fast-backward:before { - content: "\e070"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003113; - } -} - -.glyphicon-backward:before { - content: "\e071"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003114; - } -} - -.glyphicon-play:before { - content: "\e072"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003115; - } -} - -.glyphicon-pause:before { - content: "\e073"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003116; - } -} - -.glyphicon-stop:before { - content: "\e074"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003117; - } -} - -.glyphicon-forward:before { - content: "\e075"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003118; - } -} - -.glyphicon-fast-forward:before { - content: "\e076"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003119; - } -} - -.glyphicon-step-forward:before { - content: "\e077"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003120; - } -} - -.glyphicon-eject:before { - content: "\e078"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003121; - } -} - -.glyphicon-chevron-left:before { - content: "\e079"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003122; - } -} - -.glyphicon-chevron-right:before { - content: "\e080"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003123; - } -} - -.glyphicon-plus-sign:before { - content: "\e081"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003124; - } -} - -.glyphicon-minus-sign:before { - content: "\e082"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003125; - } -} - -.glyphicon-remove-sign:before { - content: "\e083"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003126; - } -} - -.glyphicon-ok-sign:before { - content: "\e084"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003127; - } -} - -.glyphicon-question-sign:before { - content: "\e085"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003128; - } -} - -.glyphicon-info-sign:before { - content: "\e086"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003129; - } -} - -.glyphicon-screenshot:before { - content: "\e087"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003130; - } -} - -.glyphicon-remove-circle:before { - content: "\e088"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003131; - } -} - -.glyphicon-ok-circle:before { - content: "\e089"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003132; - } -} - -.glyphicon-ban-circle:before { - content: "\e090"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003133; - } -} - -.glyphicon-arrow-left:before { - content: "\e091"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003134; - } -} - -.glyphicon-arrow-right:before { - content: "\e092"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003135; - } -} - -.glyphicon-arrow-up:before { - content: "\e093"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003136; - } -} - -.glyphicon-arrow-down:before { - content: "\e094"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003137; - } -} - -.glyphicon-share-alt:before { - content: "\e095"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003138; - } -} - -.glyphicon-resize-full:before { - content: "\e096"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003139; - } -} - -.glyphicon-resize-small:before { - content: "\e097"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003140; - } -} - -.glyphicon-exclamation-sign:before { - content: "\e101"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003141; - } -} - -.glyphicon-gift:before { - content: "\e102"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003142; - } -} - -.glyphicon-leaf:before { - content: "\e103"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003143; - } -} - -.glyphicon-fire:before { - content: "\e104"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003144; - } -} - -.glyphicon-eye-open:before { - content: "\e105"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003145; - } -} - -.glyphicon-eye-close:before { - content: "\e106"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003146; - } -} - -.glyphicon-warning-sign:before { - content: "\e107"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003147; - } -} - -.glyphicon-plane:before { - content: "\e108"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003148; - } -} - -.glyphicon-calendar:before { - content: "\e109"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003149; - } -} - -.glyphicon-random:before { - content: "\e110"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003150; - } -} - -.glyphicon-comment:before { - content: "\e111"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003151; - } -} - -.glyphicon-magnet:before { - content: "\e112"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003152; - } -} - -.glyphicon-chevron-up:before { - content: "\e113"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003153; - } -} - -.glyphicon-chevron-down:before { - content: "\e114"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003154; - } -} - -.glyphicon-retweet:before { - content: "\e115"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003155; - } -} - -.glyphicon-shopping-cart:before { - content: "\e116"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003156; - } -} - -.glyphicon-folder-close:before { - content: "\e117"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003157; - } -} - -.glyphicon-folder-open:before { - content: "\e118"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003158; - } -} - -.glyphicon-resize-vertical:before { - content: "\e119"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003159; - } -} - -.glyphicon-resize-horizontal:before { - content: "\e120"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003160; - } -} - -.glyphicon-hdd:before { - content: "\e121"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003161; - } -} - -.glyphicon-bullhorn:before { - content: "\e122"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003162; - } -} - -.glyphicon-bell:before { - content: "\e123"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003163; - } -} - -.glyphicon-certificate:before { - content: "\e124"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003164; - } -} - -.glyphicon-thumbs-up:before { - content: "\e125"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003165; - } -} - -.glyphicon-thumbs-down:before { - content: "\e126"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003166; - } -} - -.glyphicon-hand-right:before { - content: "\e127"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003167; - } -} - -.glyphicon-hand-left:before { - content: "\e128"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003168; - } -} - -.glyphicon-hand-up:before { - content: "\e129"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003169; - } -} - -.glyphicon-hand-down:before { - content: "\e130"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003170; - } -} - -.glyphicon-circle-arrow-right:before { - content: "\e131"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003171; - } -} - -.glyphicon-circle-arrow-left:before { - content: "\e132"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003172; - } -} - -.glyphicon-circle-arrow-up:before { - content: "\e133"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003173; - } -} - -.glyphicon-circle-arrow-down:before { - content: "\e134"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003174; - } -} - -.glyphicon-globe:before { - content: "\e135"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003175; - } -} - -.glyphicon-wrench:before { - content: "\e136"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003176; - } -} - -.glyphicon-tasks:before { - content: "\e137"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003177; - } -} - -.glyphicon-filter:before { - content: "\e138"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003178; - } -} - -.glyphicon-briefcase:before { - content: "\e139"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003179; - } -} - -.glyphicon-fullscreen:before { - content: "\e140"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003180; - } -} - -.glyphicon-dashboard:before { - content: "\e141"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003181; - } -} - -.glyphicon-paperclip:before { - content: "\e142"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003182; - } -} - -.glyphicon-heart-empty:before { - content: "\e143"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003183; - } -} - -.glyphicon-link:before { - content: "\e144"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003184; - } -} - -.glyphicon-phone:before { - content: "\e145"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003185; - } -} - -.glyphicon-pushpin:before { - content: "\e146"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003186; - } -} - -.glyphicon-usd:before { - content: "\e148"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003187; - } -} - -.glyphicon-gbp:before { - content: "\e149"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003188; - } -} - -.glyphicon-sort:before { - content: "\e150"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003189; - } -} - -.glyphicon-sort-by-alphabet:before { - content: "\e151"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003190; - } -} - -.glyphicon-sort-by-alphabet-alt:before { - content: "\e152"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003191; - } -} - -.glyphicon-sort-by-order:before { - content: "\e153"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003192; - } -} - -.glyphicon-sort-by-order-alt:before { - content: "\e154"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003193; - } -} - -.glyphicon-sort-by-attributes:before { - content: "\e155"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003194; - } -} - -.glyphicon-sort-by-attributes-alt:before { - content: "\e156"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003195; - } -} - -.glyphicon-unchecked:before { - content: "\e157"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003196; - } -} - -.glyphicon-expand:before { - content: "\e158"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003197; - } -} - -.glyphicon-collapse-down:before { - content: "\e159"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003198; - } -} - -.glyphicon-collapse-up:before { - content: "\e160"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003199; - } -} - -.glyphicon-log-in:before { - content: "\e161"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003200; - } -} - -.glyphicon-flash:before { - content: "\e162"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003201; - } -} - -.glyphicon-log-out:before { - content: "\e163"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003202; - } -} - -.glyphicon-new-window:before { - content: "\e164"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003203; - } -} - -.glyphicon-record:before { - content: "\e165"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003204; - } -} - -.glyphicon-save:before { - content: "\e166"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003205; - } -} - -.glyphicon-open:before { - content: "\e167"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003206; - } -} - -.glyphicon-saved:before { - content: "\e168"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003207; - } -} - -.glyphicon-import:before { - content: "\e169"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003208; - } -} - -.glyphicon-export:before { - content: "\e170"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003209; - } -} - -.glyphicon-send:before { - content: "\e171"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003210; - } -} - -.glyphicon-floppy-disk:before { - content: "\e172"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003211; - } -} - -.glyphicon-floppy-saved:before { - content: "\e173"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003212; - } -} - -.glyphicon-floppy-remove:before { - content: "\e174"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003213; - } -} - -.glyphicon-floppy-save:before { - content: "\e175"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003214; - } -} - -.glyphicon-floppy-open:before { - content: "\e176"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003215; - } -} - -.glyphicon-credit-card:before { - content: "\e177"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003216; - } -} - -.glyphicon-transfer:before { - content: "\e178"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003217; - } -} - -.glyphicon-cutlery:before { - content: "\e179"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003218; - } -} - -.glyphicon-header:before { - content: "\e180"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003219; - } -} - -.glyphicon-compressed:before { - content: "\e181"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003220; - } -} - -.glyphicon-earphone:before { - content: "\e182"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003221; - } -} - -.glyphicon-phone-alt:before { - content: "\e183"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003222; - } -} - -.glyphicon-tower:before { - content: "\e184"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003223; - } -} - -.glyphicon-stats:before { - content: "\e185"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003224; - } -} - -.glyphicon-sd-video:before { - content: "\e186"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003225; - } -} - -.glyphicon-hd-video:before { - content: "\e187"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003226; - } -} - -.glyphicon-subtitles:before { - content: "\e188"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003227; - } -} - -.glyphicon-sound-stereo:before { - content: "\e189"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003228; - } -} - -.glyphicon-sound-dolby:before { - content: "\e190"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003229; - } -} - -.glyphicon-sound-5-1:before { - content: "\e191"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003230; - } -} - -.glyphicon-sound-6-1:before { - content: "\e192"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003231; - } -} - -.glyphicon-sound-7-1:before { - content: "\e193"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003232; - } -} - -.glyphicon-copyright-mark:before { - content: "\e194"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003233; - } -} - -.glyphicon-registration-mark:before { - content: "\e195"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003234; - } -} - -.glyphicon-cloud-download:before { - content: "\e197"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003235; - } -} - -.glyphicon-cloud-upload:before { - content: "\e198"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003236; - } -} - -.glyphicon-tree-conifer:before { - content: "\e199"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003237; - } -} - -.glyphicon-tree-deciduous:before { - content: "\e200"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003238; - } -} - -.glyphicon-cd:before { - content: "\e201"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003239; - } -} - -.glyphicon-save-file:before { - content: "\e202"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003240; - } -} - -.glyphicon-open-file:before { - content: "\e203"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003241; - } -} - -.glyphicon-level-up:before { - content: "\e204"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003242; - } -} - -.glyphicon-copy:before { - content: "\e205"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003243; - } -} - -.glyphicon-paste:before { - content: "\e206"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003252; - } -} - -.glyphicon-alert:before { - content: "\e209"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003253; - } -} - -.glyphicon-equalizer:before { - content: "\e210"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003254; - } -} - -.glyphicon-king:before { - content: "\e211"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003255; - } -} - -.glyphicon-queen:before { - content: "\e212"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003256; - } -} - -.glyphicon-pawn:before { - content: "\e213"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003257; - } -} - -.glyphicon-bishop:before { - content: "\e214"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003258; - } -} - -.glyphicon-knight:before { - content: "\e215"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003259; - } -} - -.glyphicon-baby-formula:before { - content: "\e216"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003260; - } -} - -.glyphicon-tent:before { - content: "\26fa"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003261; - } -} - -.glyphicon-blackboard:before { - content: "\e218"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003262; - } -} - -.glyphicon-bed:before { - content: "\e219"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003263; - } -} - -.glyphicon-apple:before { - content: "\f8ff"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003264; - } -} - -.glyphicon-erase:before { - content: "\e221"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003265; - } -} - -.glyphicon-hourglass:before { - content: "\231b"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003266; - } -} - -.glyphicon-lamp:before { - content: "\e223"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003267; - } -} - -.glyphicon-duplicate:before { - content: "\e224"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003268; - } -} - -.glyphicon-piggy-bank:before { - content: "\e225"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003269; - } -} - -.glyphicon-scissors:before { - content: "\e226"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003270; - } -} - -.glyphicon-bitcoin:before { - content: "\e227"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003271; - } -} - -.glyphicon-btc:before { - content: "\e227"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003272; - } -} - -.glyphicon-xbt:before { - content: "\e227"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003273; - } -} - -.glyphicon-yen:before { - content: "\00a5"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003274; - } -} - -.glyphicon-jpy:before { - content: "\00a5"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003275; - } -} - -.glyphicon-ruble:before { - content: "\20bd"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003276; - } -} - -.glyphicon-rub:before { - content: "\20bd"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003277; - } -} - -.glyphicon-scale:before { - content: "\e230"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003278; - } -} - -.glyphicon-ice-lolly:before { - content: "\e231"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003279; - } -} - -.glyphicon-ice-lolly-tasted:before { - content: "\e232"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003280; - } -} - -.glyphicon-education:before { - content: "\e233"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003281; - } -} - -.glyphicon-option-horizontal:before { - content: "\e234"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003282; - } -} - -.glyphicon-option-vertical:before { - content: "\e235"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003283; - } -} - -.glyphicon-menu-hamburger:before { - content: "\e236"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003284; - } -} - -.glyphicon-modal-window:before { - content: "\e237"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003285; - } -} - -.glyphicon-oil:before { - content: "\e238"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003286; - } -} - -.glyphicon-grain:before { - content: "\e239"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003287; - } -} - -.glyphicon-sunglasses:before { - content: "\e240"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003288; - } -} - -.glyphicon-text-size:before { - content: "\e241"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003289; - } -} - -.glyphicon-text-color:before { - content: "\e242"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003290; - } -} - -.glyphicon-text-background:before { - content: "\e243"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003291; - } -} - -.glyphicon-object-align-top:before { - content: "\e244"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003292; - } -} - -.glyphicon-object-align-bottom:before { - content: "\e245"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003293; - } -} - -.glyphicon-object-align-horizontal:before { - content: "\e246"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003294; - } -} - -.glyphicon-object-align-left:before { - content: "\e247"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003295; - } -} - -.glyphicon-object-align-vertical:before { - content: "\e248"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003296; - } -} - -.glyphicon-object-align-right:before { - content: "\e249"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003297; - } -} - -.glyphicon-triangle-right:before { - content: "\e250"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003298; - } -} - -.glyphicon-triangle-left:before { - content: "\e251"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003299; - } -} - -.glyphicon-triangle-bottom:before { - content: "\e252"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003300; - } -} - -.glyphicon-triangle-top:before { - content: "\e253"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003301; - } -} - -.glyphicon-console:before { - content: "\e254"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003302; - } -} - -.glyphicon-superscript:before { - content: "\e255"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003303; - } -} - -.glyphicon-subscript:before { - content: "\e256"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003304; - } -} - -.glyphicon-menu-left:before { - content: "\e257"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003305; - } -} - -.glyphicon-menu-right:before { - content: "\e258"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003306; - } -} - -.glyphicon-menu-down:before { - content: "\e259"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_glyphicons\.scss; - } - - line { - font-family: \00003307; - } -} - -.glyphicon-menu-up:before { - content: "\e260"; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_scaffolding\.scss; - } - - line { - font-family: \0000311; - } -} - -* { - -moz-box-sizing: border-box; - box-sizing: border-box; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_scaffolding\.scss; - } - - line { - font-family: \0000314; - } -} - -*:before, -*:after { - -moz-box-sizing: border-box; - box-sizing: border-box; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_scaffolding\.scss; - } - - line { - font-family: \0000322; - } -} - -html { - font-size: 10px; - -webkit-tap-highlight-color: transparent; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_scaffolding\.scss; - } - - line { - font-family: \0000327; - } -} - -body { - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; - font-size: 14px; - line-height: 1.42857; - color: #111; - background-color: #fff; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_scaffolding\.scss; - } - - line { - font-family: \0000336; - } -} - -input, -button, -select, -textarea { - font-family: inherit; - font-size: inherit; - line-height: inherit; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_scaffolding\.scss; - } - - line { - font-family: \0000348; - } -} - -a { - color: #337ab7; - text-decoration: none; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_scaffolding\.scss; - } - - line { - font-family: \0000352; - } -} - -a:hover, -a:focus { - color: #23527c; - text-decoration: underline; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_scaffolding\.scss; - } - - line { - font-family: \0000358; - } -} - -a:focus { - outline: thin dotted; - outline: 5px auto -webkit-focus-ring-color; - outline-offset: -2px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_scaffolding\.scss; - } - - line { - font-family: \0000369; - } -} - -figure { - margin: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_scaffolding\.scss; - } - - line { - font-family: \0000376; - } -} - -img { - vertical-align: middle; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_scaffolding\.scss; - } - - line { - font-family: \0000381; - } -} - -.img-responsive { - display: block; - max-width: 100%; - height: auto; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_scaffolding\.scss; - } - - line { - font-family: \0000386; - } -} - -.img-rounded { - border-radius: 6px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_scaffolding\.scss; - } - - line { - font-family: \0000393; - } -} - -.img-thumbnail { - padding: 4px; - line-height: 1.42857; - background-color: #fff; - border: 1px solid #ddd; - border-radius: 4px; - transition: all 0.2s ease-in-out; - display: inline-block; - max-width: 100%; - height: auto; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_scaffolding\.scss; - } - - line { - font-family: \00003106; - } -} - -.img-circle { - border-radius: 50%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_scaffolding\.scss; - } - - line { - font-family: \00003113; - } -} - -hr { - margin-top: 20px; - margin-bottom: 20px; - border: 0; - border-top: 1px solid #eeeeee; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_scaffolding\.scss; - } - - line { - font-family: \00003125; - } -} - -.sr-only { - position: absolute; - width: 1px; - height: 1px; - margin: -1px; - padding: 0; - overflow: hidden; - clip: rect(0, 0, 0, 0); - border: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_scaffolding\.scss; - } - - line { - font-family: \00003141; - } -} - -.sr-only-focusable:active, -.sr-only-focusable:focus { - position: static; - width: auto; - height: auto; - margin: 0; - overflow: visible; - clip: auto; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_scaffolding\.scss; - } - - line { - font-family: \00003159; - } -} - -[role="button"] { - cursor: pointer; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_type\.scss; - } - - line { - font-family: \000039; - } -} - -h1, -h2, -h3, -h4, -h5, -h6, -.h1, -.h2, -.h3, -.h4, -.h5, -.h6 { - font-family: inherit; - font-weight: 500; - line-height: 1.1; - color: inherit; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_type\.scss; - } - - line { - font-family: \0000316; - } -} - -h1 small, -h1 .small, -h2 small, -h2 .small, -h3 small, -h3 .small, -h4 small, -h4 .small, -h5 small, -h5 .small, -h6 small, -h6 .small, -.h1 small, -.h1 .small, -.h2 small, -.h2 .small, -.h3 small, -.h3 .small, -.h4 small, -.h4 .small, -.h5 small, -.h5 .small, -.h6 small, -.h6 .small { - font-weight: normal; - line-height: 1; - color: #777777; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_type\.scss; - } - - line { - font-family: \0000324; - } -} - -h1, -.h1, -h2, -.h2, -h3, -.h3 { - margin-top: 20px; - margin-bottom: 10px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_type\.scss; - } - - line { - font-family: \0000330; - } -} - -h1 small, -h1 .small, -.h1 small, -.h1 .small, -h2 small, -h2 .small, -.h2 small, -.h2 .small, -h3 small, -h3 .small, -.h3 small, -.h3 .small { - font-size: 65%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_type\.scss; - } - - line { - font-family: \0000335; - } -} - -h4, -.h4, -h5, -.h5, -h6, -.h6 { - margin-top: 10px; - margin-bottom: 10px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_type\.scss; - } - - line { - font-family: \0000341; - } -} - -h4 small, -h4 .small, -.h4 small, -.h4 .small, -h5 small, -h5 .small, -.h5 small, -.h5 .small, -h6 small, -h6 .small, -.h6 small, -.h6 .small { - font-size: 75%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_type\.scss; - } - - line { - font-family: \0000347; - } -} - -h1, -.h1 { - font-size: 36px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_type\.scss; - } - - line { - font-family: \0000348; - } -} - -h2, -.h2 { - font-size: 30px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_type\.scss; - } - - line { - font-family: \0000349; - } -} - -h3, -.h3 { - font-size: 24px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_type\.scss; - } - - line { - font-family: \0000350; - } -} - -h4, -.h4 { - font-size: 18px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_type\.scss; - } - - line { - font-family: \0000351; - } -} - -h5, -.h5 { - font-size: 14px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_type\.scss; - } - - line { - font-family: \0000352; - } -} - -h6, -.h6 { - font-size: 12px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_type\.scss; - } - - line { - font-family: \0000358; - } -} - -p { - margin: 0 0 10px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_type\.scss; - } - - line { - font-family: \0000362; - } -} - -.lead { - margin-bottom: 20px; - font-size: 16px; - font-weight: 300; - line-height: 1.4; -} - -@media (min-width: 768px) { -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_type\.scss; - } - - line { - font-family: \0000362; - } -} - - .lead { - font-size: 21px; - } -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_type\.scss; - } - - line { - font-family: \0000378; - } -} - -small, -.small { - font-size: 85%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_type\.scss; - } - - line { - font-family: \0000383; - } -} - -mark, -.mark { - background-color: #fcf8e3; - padding: .2em; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_type\.scss; - } - - line { - font-family: \0000390; - } -} - -.text-left { - text-align: left; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_type\.scss; - } - - line { - font-family: \0000391; - } -} - -.text-right { - text-align: right; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_type\.scss; - } - - line { - font-family: \0000392; - } -} - -.text-center { - text-align: center; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_type\.scss; - } - - line { - font-family: \0000393; - } -} - -.text-justify { - text-align: justify; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_type\.scss; - } - - line { - font-family: \0000394; - } -} - -.text-nowrap { - white-space: nowrap; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_type\.scss; - } - - line { - font-family: \0000397; - } -} - -.text-lowercase { - text-transform: lowercase; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_type\.scss; - } - - line { - font-family: \0000398; - } -} - -.text-uppercase, -.initialism { - text-transform: uppercase; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_type\.scss; - } - - line { - font-family: \0000399; - } -} - -.text-capitalize { - text-transform: capitalize; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_type\.scss; - } - - line { - font-family: \00003102; - } -} - -.text-muted { - color: #777777; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_text-emphasis\.scss; - } - - line { - font-family: \000035; - } -} - -.text-primary { - color: #337ab7; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_text-emphasis\.scss; - } - - line { - font-family: \000038; - } -} - -a.text-primary:hover, -a.text-primary:focus { - color: #286090; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_text-emphasis\.scss; - } - - line { - font-family: \000035; - } -} - -.text-success { - color: #3c763d; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_text-emphasis\.scss; - } - - line { - font-family: \000038; - } -} - -a.text-success:hover, -a.text-success:focus { - color: #2b542c; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_text-emphasis\.scss; - } - - line { - font-family: \000035; - } -} - -.text-info { - color: #31708f; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_text-emphasis\.scss; - } - - line { - font-family: \000038; - } -} - -a.text-info:hover, -a.text-info:focus { - color: #245269; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_text-emphasis\.scss; - } - - line { - font-family: \000035; - } -} - -.text-warning { - color: #8a6d3b; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_text-emphasis\.scss; - } - - line { - font-family: \000038; - } -} - -a.text-warning:hover, -a.text-warning:focus { - color: #66512c; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_text-emphasis\.scss; - } - - line { - font-family: \000035; - } -} - -.text-danger { - color: #a94442; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_text-emphasis\.scss; - } - - line { - font-family: \000038; - } -} - -a.text-danger:hover, -a.text-danger:focus { - color: #843534; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_type\.scss; - } - - line { - font-family: \00003119; - } -} - -.bg-primary { - color: #fff; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_background-variant\.scss; - } - - line { - font-family: \000035; - } -} - -.bg-primary { - background-color: #337ab7; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_background-variant\.scss; - } - - line { - font-family: \000038; - } -} - -a.bg-primary:hover, -a.bg-primary:focus { - background-color: #286090; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_background-variant\.scss; - } - - line { - font-family: \000035; - } -} - -.bg-success { - background-color: #dff0d8; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_background-variant\.scss; - } - - line { - font-family: \000038; - } -} - -a.bg-success:hover, -a.bg-success:focus { - background-color: #c1e2b3; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_background-variant\.scss; - } - - line { - font-family: \000035; - } -} - -.bg-info { - background-color: #d9edf7; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_background-variant\.scss; - } - - line { - font-family: \000038; - } -} - -a.bg-info:hover, -a.bg-info:focus { - background-color: #afd9ee; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_background-variant\.scss; - } - - line { - font-family: \000035; - } -} - -.bg-warning { - background-color: #fcf8e3; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_background-variant\.scss; - } - - line { - font-family: \000038; - } -} - -a.bg-warning:hover, -a.bg-warning:focus { - background-color: #f7ecb5; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_background-variant\.scss; - } - - line { - font-family: \000035; - } -} - -.bg-danger { - background-color: #f2dede; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_background-variant\.scss; - } - - line { - font-family: \000038; - } -} - -a.bg-danger:hover, -a.bg-danger:focus { - background-color: #e4b9b9; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_type\.scss; - } - - line { - font-family: \00003138; - } -} - -.page-header { - padding-bottom: 9px; - margin: 40px 0 20px; - border-bottom: 1px solid #eeeeee; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_type\.scss; - } - - line { - font-family: \00003149; - } -} - -ul, -ol { - margin-top: 0; - margin-bottom: 10px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_type\.scss; - } - - line { - font-family: \00003153; - } -} - -ul ul, -ul ol, -ol ul, -ol ol { - margin-bottom: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_type\.scss; - } - - line { - font-family: \00003167; - } -} - -.list-unstyled { - padding-left: 0; - list-style: none; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_type\.scss; - } - - line { - font-family: \00003173; - } -} - -.list-inline { - padding-left: 0; - list-style: none; - margin-left: -5px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_type\.scss; - } - - line { - font-family: \00003177; - } -} - -.list-inline > li { - display: inline-block; - padding-left: 5px; - padding-right: 5px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_type\.scss; - } - - line { - font-family: \00003185; - } -} - -dl { - margin-top: 0; - margin-bottom: 20px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_type\.scss; - } - - line { - font-family: \00003189; - } -} - -dt, -dd { - line-height: 1.42857; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_type\.scss; - } - - line { - font-family: \00003193; - } -} - -dt { - font-weight: bold; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_type\.scss; - } - - line { - font-family: \00003196; - } -} - -dd { - margin-left: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_clearfix\.scss; - } - - line { - font-family: \0000314; - } -} - -.dl-horizontal dd:before, -.dl-horizontal dd:after { - content: " "; - display: table; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_clearfix\.scss; - } - - line { - font-family: \0000319; - } -} - -.dl-horizontal dd:after { - clear: both; -} - -@media (min-width: 768px) { -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_type\.scss; - } - - line { - font-family: \00003211; - } -} - - .dl-horizontal dt { - float: left; - width: 160px; - clear: left; - text-align: right; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_type\.scss; - } - - line { - font-family: \00003218; - } -} - - .dl-horizontal dd { - margin-left: 180px; - } -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_type\.scss; - } - - line { - font-family: \00003229; - } -} - -abbr[title], -abbr[data-original-title] { - cursor: help; - border-bottom: 1px dotted #777777; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_type\.scss; - } - - line { - font-family: \00003235; - } -} - -.initialism { - font-size: 90%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_type\.scss; - } - - line { - font-family: \00003241; - } -} - -blockquote { - padding: 10px 20px; - margin: 0 0 20px; - font-size: 17.5px; - border-left: 5px solid #eeeeee; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_type\.scss; - } - - line { - font-family: \00003250; - } -} - -blockquote p:last-child, -blockquote ul:last-child, -blockquote ol:last-child { - margin-bottom: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_type\.scss; - } - - line { - font-family: \00003257; - } -} - -blockquote footer, -blockquote small, -blockquote .small { - display: block; - font-size: 80%; - line-height: 1.42857; - color: #777777; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_type\.scss; - } - - line { - font-family: \00003265; - } -} - -blockquote footer:before, -blockquote small:before, -blockquote .small:before { - content: '\2014 \00A0'; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_type\.scss; - } - - line { - font-family: \00003274; - } -} - -.blockquote-reverse, -blockquote.pull-right { - padding-right: 15px; - padding-left: 0; - border-right: 5px solid #eeeeee; - border-left: 0; - text-align: right; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_type\.scss; - } - - line { - font-family: \00003286; - } -} - -.blockquote-reverse footer:before, -.blockquote-reverse small:before, -.blockquote-reverse .small:before, -blockquote.pull-right footer:before, -blockquote.pull-right small:before, -blockquote.pull-right .small:before { - content: ''; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_type\.scss; - } - - line { - font-family: \00003287; - } -} - -.blockquote-reverse footer:after, -.blockquote-reverse small:after, -.blockquote-reverse .small:after, -blockquote.pull-right footer:after, -blockquote.pull-right small:after, -blockquote.pull-right .small:after { - content: '\00A0 \2014'; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_type\.scss; - } - - line { - font-family: \00003294; - } -} - -address { - margin-bottom: 20px; - font-style: normal; - line-height: 1.42857; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_code\.scss; - } - - line { - font-family: \000037; - } -} - -code, -kbd, -pre, -samp { - font-family: Menlo, Monaco, Consolas, "Courier New", monospace; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_code\.scss; - } - - line { - font-family: \0000315; - } -} - -code { - padding: 2px 4px; - font-size: 90%; - color: #c7254e; - background-color: #f9f2f4; - border-radius: 4px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_code\.scss; - } - - line { - font-family: \0000324; - } -} - -kbd { - padding: 2px 4px; - font-size: 90%; - color: #fff; - background-color: #333; - border-radius: 3px; - box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_code\.scss; - } - - line { - font-family: \0000332; - } -} - -kbd kbd { - padding: 0; - font-size: 100%; - font-weight: bold; - box-shadow: none; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_code\.scss; - } - - line { - font-family: \0000341; - } -} - -pre { - display: block; - padding: 9.5px; - margin: 0 0 10px; - font-size: 13px; - line-height: 1.42857; - word-break: break-all; - word-wrap: break-word; - color: #333333; - background-color: #f5f5f5; - border: 1px solid #ccc; - border-radius: 4px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_code\.scss; - } - - line { - font-family: \0000355; - } -} - -pre code { - padding: 0; - font-size: inherit; - color: inherit; - white-space: pre-wrap; - background-color: transparent; - border-radius: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_code\.scss; - } - - line { - font-family: \0000366; - } -} - -.pre-scrollable { - max-height: 340px; - overflow-y: scroll; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_grid\.scss; - } - - line { - font-family: \0000310; - } -} - -.container { - margin-right: auto; - margin-left: auto; - padding-left: 15px; - padding-right: 15px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_clearfix\.scss; - } - - line { - font-family: \0000314; - } -} - -.container:before, -.container:after { - content: " "; - display: table; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_clearfix\.scss; - } - - line { - font-family: \0000319; - } -} - -.container:after { - clear: both; -} - -@media (min-width: 768px) { -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_grid\.scss; - } - - line { - font-family: \0000310; - } -} - - .container { - width: 750px; - } -} - -@media (min-width: 992px) { -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_grid\.scss; - } - - line { - font-family: \0000310; - } -} - - .container { - width: 970px; - } -} - -@media (min-width: 1200px) { -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_grid\.scss; - } - - line { - font-family: \0000310; - } -} - - .container { - width: 1170px; - } -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_grid\.scss; - } - - line { - font-family: \0000330; - } -} - -.container-fluid { - margin-right: auto; - margin-left: auto; - padding-left: 15px; - padding-right: 15px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_clearfix\.scss; - } - - line { - font-family: \0000314; - } -} - -.container-fluid:before, -.container-fluid:after { - content: " "; - display: table; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_clearfix\.scss; - } - - line { - font-family: \0000319; - } -} - -.container-fluid:after { - clear: both; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_grid\.scss; - } - - line { - font-family: \0000339; - } -} - -.row { - margin-left: -15px; - margin-right: -15px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_clearfix\.scss; - } - - line { - font-family: \0000314; - } -} - -.row:before, -.row:after { - content: " "; - display: table; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_clearfix\.scss; - } - - line { - font-family: \0000319; - } -} - -.row:after { - clear: both; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000311; - } -} - -.col-xs-1, -.col-sm-1, -.col-md-1, -.col-lg-1, -.col-xs-2, -.col-sm-2, -.col-md-2, -.col-lg-2, -.col-xs-3, -.col-sm-3, -.col-md-3, -.col-lg-3, -.col-xs-4, -.col-sm-4, -.col-md-4, -.col-lg-4, -.col-xs-5, -.col-sm-5, -.col-md-5, -.col-lg-5, -.col-xs-6, -.col-sm-6, -.col-md-6, -.col-lg-6, -.col-xs-7, -.col-sm-7, -.col-md-7, -.col-lg-7, -.col-xs-8, -.col-sm-8, -.col-md-8, -.col-lg-8, -.col-xs-9, -.col-sm-9, -.col-md-9, -.col-lg-9, -.col-xs-10, -.col-sm-10, -.col-md-10, -.col-lg-10, -.col-xs-11, -.col-sm-11, -.col-md-11, -.col-lg-11, -.col-xs-12, -.col-sm-12, -.col-md-12, -.col-lg-12 { - position: relative; - min-height: 1px; - padding-left: 15px; - padding-right: 15px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000327; - } -} - -.col-xs-1, -.col-xs-2, -.col-xs-3, -.col-xs-4, -.col-xs-5, -.col-xs-6, -.col-xs-7, -.col-xs-8, -.col-xs-9, -.col-xs-10, -.col-xs-11, -.col-xs-12 { - float: left; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000335; - } -} - -.col-xs-1 { - width: 8.33333%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000335; - } -} - -.col-xs-2 { - width: 16.66667%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000335; - } -} - -.col-xs-3 { - width: 25%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000335; - } -} - -.col-xs-4 { - width: 33.33333%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000335; - } -} - -.col-xs-5 { - width: 41.66667%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000335; - } -} - -.col-xs-6 { - width: 50%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000335; - } -} - -.col-xs-7 { - width: 58.33333%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000335; - } -} - -.col-xs-8 { - width: 66.66667%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000335; - } -} - -.col-xs-9 { - width: 75%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000335; - } -} - -.col-xs-10 { - width: 83.33333%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000335; - } -} - -.col-xs-11 { - width: 91.66667%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000335; - } -} - -.col-xs-12 { - width: 100%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000355; - } -} - -.col-xs-pull-0 { - right: auto; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000350; - } -} - -.col-xs-pull-1 { - right: 8.33333%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000350; - } -} - -.col-xs-pull-2 { - right: 16.66667%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000350; - } -} - -.col-xs-pull-3 { - right: 25%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000350; - } -} - -.col-xs-pull-4 { - right: 33.33333%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000350; - } -} - -.col-xs-pull-5 { - right: 41.66667%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000350; - } -} - -.col-xs-pull-6 { - right: 50%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000350; - } -} - -.col-xs-pull-7 { - right: 58.33333%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000350; - } -} - -.col-xs-pull-8 { - right: 66.66667%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000350; - } -} - -.col-xs-pull-9 { - right: 75%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000350; - } -} - -.col-xs-pull-10 { - right: 83.33333%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000350; - } -} - -.col-xs-pull-11 { - right: 91.66667%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000350; - } -} - -.col-xs-pull-12 { - right: 100%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000345; - } -} - -.col-xs-push-0 { - left: auto; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000340; - } -} - -.col-xs-push-1 { - left: 8.33333%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000340; - } -} - -.col-xs-push-2 { - left: 16.66667%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000340; - } -} - -.col-xs-push-3 { - left: 25%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000340; - } -} - -.col-xs-push-4 { - left: 33.33333%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000340; - } -} - -.col-xs-push-5 { - left: 41.66667%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000340; - } -} - -.col-xs-push-6 { - left: 50%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000340; - } -} - -.col-xs-push-7 { - left: 58.33333%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000340; - } -} - -.col-xs-push-8 { - left: 66.66667%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000340; - } -} - -.col-xs-push-9 { - left: 75%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000340; - } -} - -.col-xs-push-10 { - left: 83.33333%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000340; - } -} - -.col-xs-push-11 { - left: 91.66667%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000340; - } -} - -.col-xs-push-12 { - left: 100%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000360; - } -} - -.col-xs-offset-0 { - margin-left: 0%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000360; - } -} - -.col-xs-offset-1 { - margin-left: 8.33333%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000360; - } -} - -.col-xs-offset-2 { - margin-left: 16.66667%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000360; - } -} - -.col-xs-offset-3 { - margin-left: 25%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000360; - } -} - -.col-xs-offset-4 { - margin-left: 33.33333%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000360; - } -} - -.col-xs-offset-5 { - margin-left: 41.66667%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000360; - } -} - -.col-xs-offset-6 { - margin-left: 50%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000360; - } -} - -.col-xs-offset-7 { - margin-left: 58.33333%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000360; - } -} - -.col-xs-offset-8 { - margin-left: 66.66667%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000360; - } -} - -.col-xs-offset-9 { - margin-left: 75%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000360; - } -} - -.col-xs-offset-10 { - margin-left: 83.33333%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000360; - } -} - -.col-xs-offset-11 { - margin-left: 91.66667%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000360; - } -} - -.col-xs-offset-12 { - margin-left: 100%; -} - -@media (min-width: 768px) { -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000327; - } -} - - .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 { - float: left; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000335; - } -} - - .col-sm-1 { - width: 8.33333%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000335; - } -} - - .col-sm-2 { - width: 16.66667%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000335; - } -} - - .col-sm-3 { - width: 25%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000335; - } -} - - .col-sm-4 { - width: 33.33333%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000335; - } -} - - .col-sm-5 { - width: 41.66667%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000335; - } -} - - .col-sm-6 { - width: 50%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000335; - } -} - - .col-sm-7 { - width: 58.33333%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000335; - } -} - - .col-sm-8 { - width: 66.66667%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000335; - } -} - - .col-sm-9 { - width: 75%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000335; - } -} - - .col-sm-10 { - width: 83.33333%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000335; - } -} - - .col-sm-11 { - width: 91.66667%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000335; - } -} - - .col-sm-12 { - width: 100%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000355; - } -} - - .col-sm-pull-0 { - right: auto; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000350; - } -} - - .col-sm-pull-1 { - right: 8.33333%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000350; - } -} - - .col-sm-pull-2 { - right: 16.66667%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000350; - } -} - - .col-sm-pull-3 { - right: 25%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000350; - } -} - - .col-sm-pull-4 { - right: 33.33333%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000350; - } -} - - .col-sm-pull-5 { - right: 41.66667%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000350; - } -} - - .col-sm-pull-6 { - right: 50%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000350; - } -} - - .col-sm-pull-7 { - right: 58.33333%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000350; - } -} - - .col-sm-pull-8 { - right: 66.66667%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000350; - } -} - - .col-sm-pull-9 { - right: 75%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000350; - } -} - - .col-sm-pull-10 { - right: 83.33333%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000350; - } -} - - .col-sm-pull-11 { - right: 91.66667%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000350; - } -} - - .col-sm-pull-12 { - right: 100%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000345; - } -} - - .col-sm-push-0 { - left: auto; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000340; - } -} - - .col-sm-push-1 { - left: 8.33333%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000340; - } -} - - .col-sm-push-2 { - left: 16.66667%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000340; - } -} - - .col-sm-push-3 { - left: 25%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000340; - } -} - - .col-sm-push-4 { - left: 33.33333%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000340; - } -} - - .col-sm-push-5 { - left: 41.66667%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000340; - } -} - - .col-sm-push-6 { - left: 50%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000340; - } -} - - .col-sm-push-7 { - left: 58.33333%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000340; - } -} - - .col-sm-push-8 { - left: 66.66667%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000340; - } -} - - .col-sm-push-9 { - left: 75%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000340; - } -} - - .col-sm-push-10 { - left: 83.33333%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000340; - } -} - - .col-sm-push-11 { - left: 91.66667%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000340; - } -} - - .col-sm-push-12 { - left: 100%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000360; - } -} - - .col-sm-offset-0 { - margin-left: 0%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000360; - } -} - - .col-sm-offset-1 { - margin-left: 8.33333%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000360; - } -} - - .col-sm-offset-2 { - margin-left: 16.66667%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000360; - } -} - - .col-sm-offset-3 { - margin-left: 25%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000360; - } -} - - .col-sm-offset-4 { - margin-left: 33.33333%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000360; - } -} - - .col-sm-offset-5 { - margin-left: 41.66667%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000360; - } -} - - .col-sm-offset-6 { - margin-left: 50%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000360; - } -} - - .col-sm-offset-7 { - margin-left: 58.33333%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000360; - } -} - - .col-sm-offset-8 { - margin-left: 66.66667%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000360; - } -} - - .col-sm-offset-9 { - margin-left: 75%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000360; - } -} - - .col-sm-offset-10 { - margin-left: 83.33333%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000360; - } -} - - .col-sm-offset-11 { - margin-left: 91.66667%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000360; - } -} - - .col-sm-offset-12 { - margin-left: 100%; - } -} - -@media (min-width: 992px) { -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000327; - } -} - - .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 { - float: left; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000335; - } -} - - .col-md-1 { - width: 8.33333%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000335; - } -} - - .col-md-2 { - width: 16.66667%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000335; - } -} - - .col-md-3 { - width: 25%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000335; - } -} - - .col-md-4 { - width: 33.33333%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000335; - } -} - - .col-md-5 { - width: 41.66667%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000335; - } -} - - .col-md-6 { - width: 50%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000335; - } -} - - .col-md-7 { - width: 58.33333%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000335; - } -} - - .col-md-8 { - width: 66.66667%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000335; - } -} - - .col-md-9 { - width: 75%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000335; - } -} - - .col-md-10 { - width: 83.33333%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000335; - } -} - - .col-md-11 { - width: 91.66667%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000335; - } -} - - .col-md-12 { - width: 100%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000355; - } -} - - .col-md-pull-0 { - right: auto; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000350; - } -} - - .col-md-pull-1 { - right: 8.33333%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000350; - } -} - - .col-md-pull-2 { - right: 16.66667%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000350; - } -} - - .col-md-pull-3 { - right: 25%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000350; - } -} - - .col-md-pull-4 { - right: 33.33333%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000350; - } -} - - .col-md-pull-5 { - right: 41.66667%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000350; - } -} - - .col-md-pull-6 { - right: 50%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000350; - } -} - - .col-md-pull-7 { - right: 58.33333%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000350; - } -} - - .col-md-pull-8 { - right: 66.66667%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000350; - } -} - - .col-md-pull-9 { - right: 75%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000350; - } -} - - .col-md-pull-10 { - right: 83.33333%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000350; - } -} - - .col-md-pull-11 { - right: 91.66667%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000350; - } -} - - .col-md-pull-12 { - right: 100%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000345; - } -} - - .col-md-push-0 { - left: auto; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000340; - } -} - - .col-md-push-1 { - left: 8.33333%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000340; - } -} - - .col-md-push-2 { - left: 16.66667%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000340; - } -} - - .col-md-push-3 { - left: 25%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000340; - } -} - - .col-md-push-4 { - left: 33.33333%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000340; - } -} - - .col-md-push-5 { - left: 41.66667%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000340; - } -} - - .col-md-push-6 { - left: 50%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000340; - } -} - - .col-md-push-7 { - left: 58.33333%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000340; - } -} - - .col-md-push-8 { - left: 66.66667%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000340; - } -} - - .col-md-push-9 { - left: 75%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000340; - } -} - - .col-md-push-10 { - left: 83.33333%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000340; - } -} - - .col-md-push-11 { - left: 91.66667%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000340; - } -} - - .col-md-push-12 { - left: 100%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000360; - } -} - - .col-md-offset-0 { - margin-left: 0%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000360; - } -} - - .col-md-offset-1 { - margin-left: 8.33333%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000360; - } -} - - .col-md-offset-2 { - margin-left: 16.66667%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000360; - } -} - - .col-md-offset-3 { - margin-left: 25%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000360; - } -} - - .col-md-offset-4 { - margin-left: 33.33333%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000360; - } -} - - .col-md-offset-5 { - margin-left: 41.66667%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000360; - } -} - - .col-md-offset-6 { - margin-left: 50%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000360; - } -} - - .col-md-offset-7 { - margin-left: 58.33333%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000360; - } -} - - .col-md-offset-8 { - margin-left: 66.66667%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000360; - } -} - - .col-md-offset-9 { - margin-left: 75%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000360; - } -} - - .col-md-offset-10 { - margin-left: 83.33333%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000360; - } -} - - .col-md-offset-11 { - margin-left: 91.66667%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000360; - } -} - - .col-md-offset-12 { - margin-left: 100%; - } -} - -@media (min-width: 1200px) { -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000327; - } -} - - .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 { - float: left; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000335; - } -} - - .col-lg-1 { - width: 8.33333%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000335; - } -} - - .col-lg-2 { - width: 16.66667%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000335; - } -} - - .col-lg-3 { - width: 25%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000335; - } -} - - .col-lg-4 { - width: 33.33333%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000335; - } -} - - .col-lg-5 { - width: 41.66667%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000335; - } -} - - .col-lg-6 { - width: 50%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000335; - } -} - - .col-lg-7 { - width: 58.33333%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000335; - } -} - - .col-lg-8 { - width: 66.66667%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000335; - } -} - - .col-lg-9 { - width: 75%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000335; - } -} - - .col-lg-10 { - width: 83.33333%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000335; - } -} - - .col-lg-11 { - width: 91.66667%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000335; - } -} - - .col-lg-12 { - width: 100%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000355; - } -} - - .col-lg-pull-0 { - right: auto; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000350; - } -} - - .col-lg-pull-1 { - right: 8.33333%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000350; - } -} - - .col-lg-pull-2 { - right: 16.66667%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000350; - } -} - - .col-lg-pull-3 { - right: 25%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000350; - } -} - - .col-lg-pull-4 { - right: 33.33333%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000350; - } -} - - .col-lg-pull-5 { - right: 41.66667%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000350; - } -} - - .col-lg-pull-6 { - right: 50%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000350; - } -} - - .col-lg-pull-7 { - right: 58.33333%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000350; - } -} - - .col-lg-pull-8 { - right: 66.66667%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000350; - } -} - - .col-lg-pull-9 { - right: 75%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000350; - } -} - - .col-lg-pull-10 { - right: 83.33333%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000350; - } -} - - .col-lg-pull-11 { - right: 91.66667%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000350; - } -} - - .col-lg-pull-12 { - right: 100%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000345; - } -} - - .col-lg-push-0 { - left: auto; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000340; - } -} - - .col-lg-push-1 { - left: 8.33333%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000340; - } -} - - .col-lg-push-2 { - left: 16.66667%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000340; - } -} - - .col-lg-push-3 { - left: 25%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000340; - } -} - - .col-lg-push-4 { - left: 33.33333%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000340; - } -} - - .col-lg-push-5 { - left: 41.66667%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000340; - } -} - - .col-lg-push-6 { - left: 50%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000340; - } -} - - .col-lg-push-7 { - left: 58.33333%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000340; - } -} - - .col-lg-push-8 { - left: 66.66667%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000340; - } -} - - .col-lg-push-9 { - left: 75%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000340; - } -} - - .col-lg-push-10 { - left: 83.33333%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000340; - } -} - - .col-lg-push-11 { - left: 91.66667%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000340; - } -} - - .col-lg-push-12 { - left: 100%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000360; - } -} - - .col-lg-offset-0 { - margin-left: 0%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000360; - } -} - - .col-lg-offset-1 { - margin-left: 8.33333%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000360; - } -} - - .col-lg-offset-2 { - margin-left: 16.66667%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000360; - } -} - - .col-lg-offset-3 { - margin-left: 25%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000360; - } -} - - .col-lg-offset-4 { - margin-left: 33.33333%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000360; - } -} - - .col-lg-offset-5 { - margin-left: 41.66667%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000360; - } -} - - .col-lg-offset-6 { - margin-left: 50%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000360; - } -} - - .col-lg-offset-7 { - margin-left: 58.33333%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000360; - } -} - - .col-lg-offset-8 { - margin-left: 66.66667%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000360; - } -} - - .col-lg-offset-9 { - margin-left: 75%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000360; - } -} - - .col-lg-offset-10 { - margin-left: 83.33333%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000360; - } -} - - .col-lg-offset-11 { - margin-left: 91.66667%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_grid-framework\.scss; - } - - line { - font-family: \0000360; - } -} - - .col-lg-offset-12 { - margin-left: 100%; - } -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_tables\.scss; - } - - line { - font-family: \000036; - } -} - -table { - background-color: transparent; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_tables\.scss; - } - - line { - font-family: \000039; - } -} - -caption { - padding-top: 8px; - padding-bottom: 8px; - color: #777777; - text-align: left; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_tables\.scss; - } - - line { - font-family: \0000315; - } -} - -th { - text-align: left; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_tables\.scss; - } - - line { - font-family: \0000322; - } -} - -.table { - width: 100%; - max-width: 100%; - margin-bottom: 20px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_tables\.scss; - } - - line { - font-family: \0000331; - } -} - -.table > thead > tr > th, -.table > thead > tr > td, -.table > tbody > tr > th, -.table > tbody > tr > td, -.table > tfoot > tr > th, -.table > tfoot > tr > td { - padding: 8px; - line-height: 1.42857; - vertical-align: top; - border-top: 1px solid #ddd; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_tables\.scss; - } - - line { - font-family: \0000341; - } -} - -.table > thead > tr > th { - vertical-align: bottom; - border-bottom: 2px solid #ddd; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_tables\.scss; - } - - line { - font-family: \0000350; - } -} - -.table > caption + thead > tr:first-child > th, -.table > caption + thead > tr:first-child > td, -.table > colgroup + thead > tr:first-child > th, -.table > colgroup + thead > tr:first-child > td, -.table > thead:first-child > tr:first-child > th, -.table > thead:first-child > tr:first-child > td { - border-top: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_tables\.scss; - } - - line { - font-family: \0000357; - } -} - -.table > tbody + tbody { - border-top: 2px solid #ddd; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_tables\.scss; - } - - line { - font-family: \0000362; - } -} - -.table .table { - background-color: #fff; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_tables\.scss; - } - - line { - font-family: \0000375; - } -} - -.table-condensed > thead > tr > th, -.table-condensed > thead > tr > td, -.table-condensed > tbody > tr > th, -.table-condensed > tbody > tr > td, -.table-condensed > tfoot > tr > th, -.table-condensed > tfoot > tr > td { - padding: 5px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_tables\.scss; - } - - line { - font-family: \0000388; - } -} - -.table-bordered { - border: 1px solid #ddd; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_tables\.scss; - } - - line { - font-family: \0000394; - } -} - -.table-bordered > thead > tr > th, -.table-bordered > thead > tr > td, -.table-bordered > tbody > tr > th, -.table-bordered > tbody > tr > td, -.table-bordered > tfoot > tr > th, -.table-bordered > tfoot > tr > td { - border: 1px solid #ddd; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_tables\.scss; - } - - line { - font-family: \00003101; - } -} - -.table-bordered > thead > tr > th, -.table-bordered > thead > tr > td { - border-bottom-width: 2px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_tables\.scss; - } - - line { - font-family: \00003114; - } -} - -.table-striped > tbody > tr:nth-of-type(odd) { - background-color: #f9f9f9; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_tables\.scss; - } - - line { - font-family: \00003125; - } -} - -.table-hover > tbody > tr:hover { - background-color: #f5f5f5; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_tables\.scss; - } - - line { - font-family: \00003135; - } -} - -table col[class*="col-"] { - position: static; - float: none; - display: table-column; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_tables\.scss; - } - - line { - font-family: \00003143; - } -} - -table td[class*="col-"], -table th[class*="col-"] { - position: static; - float: none; - display: table-cell; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_table-row\.scss; - } - - line { - font-family: \000039; - } -} - -.table > thead > tr > td.active, -.table > thead > tr > th.active, -.table > thead > tr.active > td, -.table > thead > tr.active > th, -.table > tbody > tr > td.active, -.table > tbody > tr > th.active, -.table > tbody > tr.active > td, -.table > tbody > tr.active > th, -.table > tfoot > tr > td.active, -.table > tfoot > tr > th.active, -.table > tfoot > tr.active > td, -.table > tfoot > tr.active > th { - background-color: #f5f5f5; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_table-row\.scss; - } - - line { - font-family: \0000320; - } -} - -.table-hover > tbody > tr > td.active:hover, -.table-hover > tbody > tr > th.active:hover, -.table-hover > tbody > tr.active:hover > td, -.table-hover > tbody > tr:hover > .active, -.table-hover > tbody > tr.active:hover > th { - background-color: #e8e8e8; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_table-row\.scss; - } - - line { - font-family: \000039; - } -} - -.table > thead > tr > td.success, -.table > thead > tr > th.success, -.table > thead > tr.success > td, -.table > thead > tr.success > th, -.table > tbody > tr > td.success, -.table > tbody > tr > th.success, -.table > tbody > tr.success > td, -.table > tbody > tr.success > th, -.table > tfoot > tr > td.success, -.table > tfoot > tr > th.success, -.table > tfoot > tr.success > td, -.table > tfoot > tr.success > th { - background-color: #dff0d8; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_table-row\.scss; - } - - line { - font-family: \0000320; - } -} - -.table-hover > tbody > tr > td.success:hover, -.table-hover > tbody > tr > th.success:hover, -.table-hover > tbody > tr.success:hover > td, -.table-hover > tbody > tr:hover > .success, -.table-hover > tbody > tr.success:hover > th { - background-color: #d0e9c6; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_table-row\.scss; - } - - line { - font-family: \000039; - } -} - -.table > thead > tr > td.info, -.table > thead > tr > th.info, -.table > thead > tr.info > td, -.table > thead > tr.info > th, -.table > tbody > tr > td.info, -.table > tbody > tr > th.info, -.table > tbody > tr.info > td, -.table > tbody > tr.info > th, -.table > tfoot > tr > td.info, -.table > tfoot > tr > th.info, -.table > tfoot > tr.info > td, -.table > tfoot > tr.info > th { - background-color: #d9edf7; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_table-row\.scss; - } - - line { - font-family: \0000320; - } -} - -.table-hover > tbody > tr > td.info:hover, -.table-hover > tbody > tr > th.info:hover, -.table-hover > tbody > tr.info:hover > td, -.table-hover > tbody > tr:hover > .info, -.table-hover > tbody > tr.info:hover > th { - background-color: #c4e3f3; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_table-row\.scss; - } - - line { - font-family: \000039; - } -} - -.table > thead > tr > td.warning, -.table > thead > tr > th.warning, -.table > thead > tr.warning > td, -.table > thead > tr.warning > th, -.table > tbody > tr > td.warning, -.table > tbody > tr > th.warning, -.table > tbody > tr.warning > td, -.table > tbody > tr.warning > th, -.table > tfoot > tr > td.warning, -.table > tfoot > tr > th.warning, -.table > tfoot > tr.warning > td, -.table > tfoot > tr.warning > th { - background-color: #fcf8e3; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_table-row\.scss; - } - - line { - font-family: \0000320; - } -} - -.table-hover > tbody > tr > td.warning:hover, -.table-hover > tbody > tr > th.warning:hover, -.table-hover > tbody > tr.warning:hover > td, -.table-hover > tbody > tr:hover > .warning, -.table-hover > tbody > tr.warning:hover > th { - background-color: #faf2cc; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_table-row\.scss; - } - - line { - font-family: \000039; - } -} - -.table > thead > tr > td.danger, -.table > thead > tr > th.danger, -.table > thead > tr.danger > td, -.table > thead > tr.danger > th, -.table > tbody > tr > td.danger, -.table > tbody > tr > th.danger, -.table > tbody > tr.danger > td, -.table > tbody > tr.danger > th, -.table > tfoot > tr > td.danger, -.table > tfoot > tr > th.danger, -.table > tfoot > tr.danger > td, -.table > tfoot > tr.danger > th { - background-color: #f2dede; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_table-row\.scss; - } - - line { - font-family: \0000320; - } -} - -.table-hover > tbody > tr > td.danger:hover, -.table-hover > tbody > tr > th.danger:hover, -.table-hover > tbody > tr.danger:hover > td, -.table-hover > tbody > tr:hover > .danger, -.table-hover > tbody > tr.danger:hover > th { - background-color: #ebcccc; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_tables\.scss; - } - - line { - font-family: \00003171; - } -} - -.table-responsive { - overflow-x: auto; - min-height: 0.01%; -} - -@media screen and (max-width: 767px) { -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_tables\.scss; - } - - line { - font-family: \00003171; - } -} - - .table-responsive { - width: 100%; - margin-bottom: 15px; - overflow-y: hidden; - -ms-overflow-style: -ms-autohiding-scrollbar; - border: 1px solid #ddd; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_tables\.scss; - } - - line { - font-family: \00003183; - } -} - - .table-responsive > .table { - margin-bottom: 0; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_tables\.scss; - } - - line { - font-family: \00003191; - } -} - - .table-responsive > .table > thead > tr > th, - .table-responsive > .table > thead > tr > td, - .table-responsive > .table > tbody > tr > th, - .table-responsive > .table > tbody > tr > td, - .table-responsive > .table > tfoot > tr > th, - .table-responsive > .table > tfoot > tr > td { - white-space: nowrap; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_tables\.scss; - } - - line { - font-family: \00003200; - } -} - - .table-responsive > .table-bordered { - border: 0; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_tables\.scss; - } - - line { - font-family: \00003208; - } -} - - .table-responsive > .table-bordered > thead > tr > th:first-child, - .table-responsive > .table-bordered > thead > tr > td:first-child, - .table-responsive > .table-bordered > tbody > tr > th:first-child, - .table-responsive > .table-bordered > tbody > tr > td:first-child, - .table-responsive > .table-bordered > tfoot > tr > th:first-child, - .table-responsive > .table-bordered > tfoot > tr > td:first-child { - border-left: 0; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_tables\.scss; - } - - line { - font-family: \00003212; - } -} - - .table-responsive > .table-bordered > thead > tr > th:last-child, - .table-responsive > .table-bordered > thead > tr > td:last-child, - .table-responsive > .table-bordered > tbody > tr > th:last-child, - .table-responsive > .table-bordered > tbody > tr > td:last-child, - .table-responsive > .table-bordered > tfoot > tr > th:last-child, - .table-responsive > .table-bordered > tfoot > tr > td:last-child { - border-right: 0; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_tables\.scss; - } - - line { - font-family: \00003225; - } -} - - .table-responsive > .table-bordered > tbody > tr:last-child > th, - .table-responsive > .table-bordered > tbody > tr:last-child > td, - .table-responsive > .table-bordered > tfoot > tr:last-child > th, - .table-responsive > .table-bordered > tfoot > tr:last-child > td { - border-bottom: 0; - } -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \0000310; - } -} - -fieldset { - padding: 0; - margin: 0; - border: 0; - min-width: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \0000320; - } -} - -legend { - display: block; - width: 100%; - padding: 0; - margin-bottom: 20px; - font-size: 21px; - line-height: inherit; - color: #333333; - border: 0; - border-bottom: 1px solid #e5e5e5; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \0000332; - } -} - -label { - display: inline-block; - max-width: 100%; - margin-bottom: 5px; - font-weight: bold; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \0000347; - } -} - -input[type="search"] { - -moz-box-sizing: border-box; - box-sizing: border-box; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \0000352; - } -} - -input[type="radio"], -input[type="checkbox"] { - margin: 4px 0 0; - margin-top: 1px \9; - line-height: normal; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \0000359; - } -} - -input[type="file"] { - display: block; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \0000364; - } -} - -input[type="range"] { - display: block; - width: 100%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \0000370; - } -} - -select[multiple], -select[size] { - height: auto; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \0000376; - } -} - -input[type="file"]:focus, -input[type="radio"]:focus, -input[type="checkbox"]:focus { - outline: thin dotted; - outline: 5px auto -webkit-focus-ring-color; - outline-offset: -2px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \0000383; - } -} - -output { - display: block; - padding-top: 7px; - font-size: 14px; - line-height: 1.42857; - color: #555555; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \00003114; - } -} - -.form-control { - display: block; - width: 100%; - height: 34px; - padding: 6px 12px; - font-size: 14px; - line-height: 1.42857; - color: #555555; - background-color: #fff; - background-image: none; - border: 1px solid #ccc; - border-radius: 4px; - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); - transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_forms\.scss; - } - - line { - font-family: \0000357; - } -} - -.form-control:focus { - border-color: #66afe9; - outline: 0; - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_vendor-prefixes\.scss; - } - - line { - font-family: \00003103; - } -} - -.form-control::-moz-placeholder { - color: #999; - opacity: 1; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_vendor-prefixes\.scss; - } - - line { - font-family: \00003107; - } -} - -.form-control:-ms-input-placeholder { - color: #999; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_vendor-prefixes\.scss; - } - - line { - font-family: \00003108; - } -} - -.form-control::-webkit-input-placeholder { - color: #999; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \00003140; - } -} - -.form-control[disabled], -.form-control[readonly], -fieldset[disabled] .form-control { - background-color: #eeeeee; - opacity: 1; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \00003147; - } -} - -.form-control[disabled], -fieldset[disabled] .form-control { - cursor: not-allowed; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \00003156; - } -} - -textarea.form-control { - height: auto; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \00003168; - } -} - -input[type="search"] { - -webkit-appearance: none; -} - -@media screen and (-webkit-min-device-pixel-ratio: 0) { -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \00003187; - } -} - - input[type="date"].form-control, - input[type="time"].form-control, - input[type="datetime-local"].form-control, - input[type="month"].form-control { - line-height: 34px; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \00003191; - } -} - - input[type="date"].input-sm, - .input-group-sm > input[type="date"].form-control, - .input-group-sm > input[type="date"].input-group-addon, - .input-group-sm > .input-group-btn > input[type="date"].btn, - .input-group-sm input[type="date"], - input[type="time"].input-sm, - .input-group-sm > input[type="time"].form-control, - .input-group-sm > input[type="time"].input-group-addon, - .input-group-sm > .input-group-btn > input[type="time"].btn, - .input-group-sm - input[type="time"], - input[type="datetime-local"].input-sm, - .input-group-sm > input[type="datetime-local"].form-control, - .input-group-sm > input[type="datetime-local"].input-group-addon, - .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, - .input-group-sm - input[type="datetime-local"], - input[type="month"].input-sm, - .input-group-sm > input[type="month"].form-control, - .input-group-sm > input[type="month"].input-group-addon, - .input-group-sm > .input-group-btn > input[type="month"].btn, - .input-group-sm - input[type="month"] { - line-height: 30px; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \00003196; - } -} - - input[type="date"].input-lg, - .input-group-lg > input[type="date"].form-control, - .input-group-lg > input[type="date"].input-group-addon, - .input-group-lg > .input-group-btn > input[type="date"].btn, - .input-group-lg input[type="date"], - input[type="time"].input-lg, - .input-group-lg > input[type="time"].form-control, - .input-group-lg > input[type="time"].input-group-addon, - .input-group-lg > .input-group-btn > input[type="time"].btn, - .input-group-lg - input[type="time"], - input[type="datetime-local"].input-lg, - .input-group-lg > input[type="datetime-local"].form-control, - .input-group-lg > input[type="datetime-local"].input-group-addon, - .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, - .input-group-lg - input[type="datetime-local"], - input[type="month"].input-lg, - .input-group-lg > input[type="month"].form-control, - .input-group-lg > input[type="month"].input-group-addon, - .input-group-lg > .input-group-btn > input[type="month"].btn, - .input-group-lg - input[type="month"] { - line-height: 46px; - } -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \00003209; - } -} - -.form-group { - margin-bottom: 15px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \00003218; - } -} - -.radio, -.checkbox { - position: relative; - display: block; - margin-top: 10px; - margin-bottom: 10px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \00003225; - } -} - -.radio label, -.checkbox label { - min-height: 20px; - padding-left: 20px; - margin-bottom: 0; - font-weight: normal; - cursor: pointer; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \00003233; - } -} - -.radio input[type="radio"], -.radio-inline input[type="radio"], -.checkbox input[type="checkbox"], -.checkbox-inline input[type="checkbox"] { - position: absolute; - margin-left: -20px; - margin-top: 4px \9; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \00003242; - } -} - -.radio + .radio, -.checkbox + .checkbox { - margin-top: -5px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \00003248; - } -} - -.radio-inline, -.checkbox-inline { - position: relative; - display: inline-block; - padding-left: 20px; - margin-bottom: 0; - vertical-align: middle; - font-weight: normal; - cursor: pointer; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \00003258; - } -} - -.radio-inline + .radio-inline, -.checkbox-inline + .checkbox-inline { - margin-top: 0; - margin-left: 10px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \00003270; - } -} - -input[type="radio"][disabled], -input[type="radio"].disabled, -fieldset[disabled] input[type="radio"], -input[type="checkbox"][disabled], -input[type="checkbox"].disabled, -fieldset[disabled] -input[type="checkbox"] { - cursor: not-allowed; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \00003279; - } -} - -.radio-inline.disabled, -fieldset[disabled] .radio-inline, -.checkbox-inline.disabled, -fieldset[disabled] -.checkbox-inline { - cursor: not-allowed; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \00003289; - } -} - -.radio.disabled label, -fieldset[disabled] .radio label, -.checkbox.disabled label, -fieldset[disabled] -.checkbox label { - cursor: not-allowed; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \00003301; - } -} - -.form-control-static { - padding-top: 7px; - padding-bottom: 7px; - margin-bottom: 0; - min-height: 34px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \00003309; - } -} - -.form-control-static.input-lg, -.input-group-lg > .form-control-static.form-control, -.input-group-lg > .form-control-static.input-group-addon, -.input-group-lg > .input-group-btn > .form-control-static.btn, -.form-control-static.input-sm, -.input-group-sm > .form-control-static.form-control, -.input-group-sm > .form-control-static.input-group-addon, -.input-group-sm > .input-group-btn > .form-control-static.btn { - padding-left: 0; - padding-right: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_forms\.scss; - } - - line { - font-family: \0000371; - } -} - -.input-sm, -.input-group-sm > .form-control, -.input-group-sm > .input-group-addon, -.input-group-sm > .input-group-btn > .btn { - height: 30px; - padding: 5px 10px; - font-size: 12px; - line-height: 1.5; - border-radius: 3px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_forms\.scss; - } - - line { - font-family: \0000379; - } -} - -select.input-sm, -.input-group-sm > select.form-control, -.input-group-sm > select.input-group-addon, -.input-group-sm > .input-group-btn > select.btn { - height: 30px; - line-height: 30px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_forms\.scss; - } - - line { - font-family: \0000384; - } -} - -textarea.input-sm, -.input-group-sm > textarea.form-control, -.input-group-sm > textarea.input-group-addon, -.input-group-sm > .input-group-btn > textarea.btn, -select[multiple].input-sm, -.input-group-sm > select[multiple].form-control, -.input-group-sm > select[multiple].input-group-addon, -.input-group-sm > .input-group-btn > select[multiple].btn { - height: auto; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \00003327; - } -} - -.form-group-sm .form-control { - height: 30px; - padding: 5px 10px; - font-size: 12px; - line-height: 1.5; - border-radius: 3px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \00003334; - } -} - -.form-group-sm select.form-control { - height: 30px; - line-height: 30px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \00003338; - } -} - -.form-group-sm textarea.form-control, -.form-group-sm select[multiple].form-control { - height: auto; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \00003342; - } -} - -.form-group-sm .form-control-static { - height: 30px; - min-height: 32px; - padding: 6px 10px; - font-size: 12px; - line-height: 1.5; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_forms\.scss; - } - - line { - font-family: \0000371; - } -} - -.input-lg, -.input-group-lg > .form-control, -.input-group-lg > .input-group-addon, -.input-group-lg > .input-group-btn > .btn { - height: 46px; - padding: 10px 16px; - font-size: 18px; - line-height: 1.33333; - border-radius: 6px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_forms\.scss; - } - - line { - font-family: \0000379; - } -} - -select.input-lg, -.input-group-lg > select.form-control, -.input-group-lg > select.input-group-addon, -.input-group-lg > .input-group-btn > select.btn { - height: 46px; - line-height: 46px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_forms\.scss; - } - - line { - font-family: \0000384; - } -} - -textarea.input-lg, -.input-group-lg > textarea.form-control, -.input-group-lg > textarea.input-group-addon, -.input-group-lg > .input-group-btn > textarea.btn, -select[multiple].input-lg, -.input-group-lg > select[multiple].form-control, -.input-group-lg > select[multiple].input-group-addon, -.input-group-lg > .input-group-btn > select[multiple].btn { - height: auto; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \00003353; - } -} - -.form-group-lg .form-control { - height: 46px; - padding: 10px 16px; - font-size: 18px; - line-height: 1.33333; - border-radius: 6px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \00003360; - } -} - -.form-group-lg select.form-control { - height: 46px; - line-height: 46px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \00003364; - } -} - -.form-group-lg textarea.form-control, -.form-group-lg select[multiple].form-control { - height: auto; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \00003368; - } -} - -.form-group-lg .form-control-static { - height: 46px; - min-height: 38px; - padding: 11px 16px; - font-size: 18px; - line-height: 1.33333; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \00003382; - } -} - -.has-feedback { - position: relative; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \00003387; - } -} - -.has-feedback .form-control { - padding-right: 42.5px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \00003392; - } -} - -.form-control-feedback { - position: absolute; - top: 0; - right: 0; - z-index: 2; - display: block; - width: 34px; - height: 34px; - line-height: 34px; - text-align: center; - pointer-events: none; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \00003404; - } -} - -.input-lg + .form-control-feedback, -.input-group-lg > .form-control + .form-control-feedback, -.input-group-lg > .input-group-addon + .form-control-feedback, -.input-group-lg > .input-group-btn > .btn + .form-control-feedback, -.input-group-lg + .form-control-feedback, -.form-group-lg .form-control + .form-control-feedback { - width: 46px; - height: 46px; - line-height: 46px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \00003411; - } -} - -.input-sm + .form-control-feedback, -.input-group-sm > .form-control + .form-control-feedback, -.input-group-sm > .input-group-addon + .form-control-feedback, -.input-group-sm > .input-group-btn > .btn + .form-control-feedback, -.input-group-sm + .form-control-feedback, -.form-group-sm .form-control + .form-control-feedback { - width: 30px; - height: 30px; - line-height: 30px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_forms\.scss; - } - - line { - font-family: \000038; - } -} - -.has-success .help-block, -.has-success .control-label, -.has-success .radio, -.has-success .checkbox, -.has-success .radio-inline, -.has-success .checkbox-inline, -.has-success.radio label, -.has-success.checkbox label, -.has-success.radio-inline label, -.has-success.checkbox-inline label { - color: #3c763d; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_forms\.scss; - } - - line { - font-family: \0000321; - } -} - -.has-success .form-control { - border-color: #3c763d; - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_forms\.scss; - } - - line { - font-family: \0000324; - } -} - -.has-success .form-control:focus { - border-color: #2b542c; - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_forms\.scss; - } - - line { - font-family: \0000331; - } -} - -.has-success .input-group-addon { - color: #3c763d; - border-color: #3c763d; - background-color: #dff0d8; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_forms\.scss; - } - - line { - font-family: \0000337; - } -} - -.has-success .form-control-feedback { - color: #3c763d; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_forms\.scss; - } - - line { - font-family: \000038; - } -} - -.has-warning .help-block, -.has-warning .control-label, -.has-warning .radio, -.has-warning .checkbox, -.has-warning .radio-inline, -.has-warning .checkbox-inline, -.has-warning.radio label, -.has-warning.checkbox label, -.has-warning.radio-inline label, -.has-warning.checkbox-inline label { - color: #8a6d3b; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_forms\.scss; - } - - line { - font-family: \0000321; - } -} - -.has-warning .form-control { - border-color: #8a6d3b; - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_forms\.scss; - } - - line { - font-family: \0000324; - } -} - -.has-warning .form-control:focus { - border-color: #66512c; - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_forms\.scss; - } - - line { - font-family: \0000331; - } -} - -.has-warning .input-group-addon { - color: #8a6d3b; - border-color: #8a6d3b; - background-color: #fcf8e3; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_forms\.scss; - } - - line { - font-family: \0000337; - } -} - -.has-warning .form-control-feedback { - color: #8a6d3b; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_forms\.scss; - } - - line { - font-family: \000038; - } -} - -.has-error .help-block, -.has-error .control-label, -.has-error .radio, -.has-error .checkbox, -.has-error .radio-inline, -.has-error .checkbox-inline, -.has-error.radio label, -.has-error.checkbox label, -.has-error.radio-inline label, -.has-error.checkbox-inline label { - color: #a94442; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_forms\.scss; - } - - line { - font-family: \0000321; - } -} - -.has-error .form-control { - border-color: #a94442; - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_forms\.scss; - } - - line { - font-family: \0000324; - } -} - -.has-error .form-control:focus { - border-color: #843534; - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_forms\.scss; - } - - line { - font-family: \0000331; - } -} - -.has-error .input-group-addon { - color: #a94442; - border-color: #a94442; - background-color: #f2dede; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_forms\.scss; - } - - line { - font-family: \0000337; - } -} - -.has-error .form-control-feedback { - color: #a94442; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \00003433; - } -} - -.has-feedback label ~ .form-control-feedback { - top: 25px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \00003436; - } -} - -.has-feedback label.sr-only ~ .form-control-feedback { - top: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \00003447; - } -} - -.help-block { - display: block; - margin-top: 5px; - margin-bottom: 10px; - color: #515151; -} - -@media (min-width: 768px) { -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \00003472; - } -} - - .form-inline .form-group { - display: inline-block; - margin-bottom: 0; - vertical-align: middle; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \00003479; - } -} - - .form-inline .form-control { - display: inline-block; - width: auto; - vertical-align: middle; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \00003486; - } -} - - .form-inline .form-control-static { - display: inline-block; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \00003490; - } -} - - .form-inline .input-group { - display: inline-table; - vertical-align: middle; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \00003494; - } -} - - .form-inline .input-group .input-group-addon, - .form-inline .input-group .input-group-btn, - .form-inline .input-group .form-control { - width: auto; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \00003502; - } -} - - .form-inline .input-group > .form-control { - width: 100%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \00003506; - } -} - - .form-inline .control-label { - margin-bottom: 0; - vertical-align: middle; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \00003513; - } -} - - .form-inline .radio, - .form-inline .checkbox { - display: inline-block; - margin-top: 0; - margin-bottom: 0; - vertical-align: middle; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \00003520; - } -} - - .form-inline .radio label, - .form-inline .checkbox label { - padding-left: 0; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \00003524; - } -} - - .form-inline .radio input[type="radio"], - .form-inline .checkbox input[type="checkbox"] { - position: relative; - margin-left: 0; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \00003531; - } -} - - .form-inline .has-feedback .form-control-feedback { - top: 0; - } -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \00003553; - } -} - -.form-horizontal .radio, -.form-horizontal .checkbox, -.form-horizontal .radio-inline, -.form-horizontal .checkbox-inline { - margin-top: 0; - margin-bottom: 0; - padding-top: 7px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \00003563; - } -} - -.form-horizontal .radio, -.form-horizontal .checkbox { - min-height: 27px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \00003569; - } -} - -.form-horizontal .form-group { - margin-left: -15px; - margin-right: -15px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_clearfix\.scss; - } - - line { - font-family: \0000314; - } -} - -.form-horizontal .form-group:before, -.form-horizontal .form-group:after { - content: " "; - display: table; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_clearfix\.scss; - } - - line { - font-family: \0000319; - } -} - -.form-horizontal .form-group:after { - clear: both; -} - -@media (min-width: 768px) { -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \00003576; - } -} - - .form-horizontal .control-label { - text-align: right; - margin-bottom: 0; - padding-top: 7px; - } -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \00003587; - } -} - -.form-horizontal .has-feedback .form-control-feedback { - right: 15px; -} - -@media (min-width: 768px) { -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \00003597; - } -} - - .form-horizontal .form-group-lg .control-label { - padding-top: 14.33333px; - font-size: 18px; - } -} - -@media (min-width: 768px) { -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \00003605; - } -} - - .form-horizontal .form-group-sm .control-label { - padding-top: 6px; - font-size: 12px; - } -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_buttons\.scss; - } - - line { - font-family: \000039; - } -} - -.btn { - display: inline-block; - margin-bottom: 0; - font-weight: normal; - text-align: center; - vertical-align: middle; - touch-action: manipulation; - cursor: pointer; - background-image: none; - border: 1px solid transparent; - white-space: nowrap; - padding: 6px 12px; - font-size: 14px; - line-height: 1.42857; - border-radius: 4px; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_buttons\.scss; - } - - line { - font-family: \0000326; - } -} - -.btn:focus, -.btn.focus, -.btn:active:focus, -.btn:active.focus, -.btn.active:focus, -.btn.active.focus { - outline: thin dotted; - outline: 5px auto -webkit-focus-ring-color; - outline-offset: -2px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_buttons\.scss; - } - - line { - font-family: \0000332; - } -} - -.btn:hover, -.btn:focus, -.btn.focus { - color: #333; - text-decoration: none; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_buttons\.scss; - } - - line { - font-family: \0000339; - } -} - -.btn:active, -.btn.active { - outline: 0; - background-image: none; - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_buttons\.scss; - } - - line { - font-family: \0000346; - } -} - -.btn.disabled, -.btn[disabled], -fieldset[disabled] .btn { - cursor: not-allowed; - opacity: 0.65; - filter: alpha(opacity=65); - box-shadow: none; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_buttons\.scss; - } - - line { - font-family: \0000358; - } -} - -a.btn.disabled, -fieldset[disabled] a.btn { - pointer-events: none; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_buttons\.scss; - } - - line { - font-family: \0000368; - } -} - -.btn-default { - color: #333; - background-color: #fff; - border-color: #ccc; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_buttons\.scss; - } - - line { - font-family: \0000311; - } -} - -.btn-default:focus, -.btn-default.focus { - color: #333; - background-color: #e6e6e6; - border-color: #8c8c8c; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_buttons\.scss; - } - - line { - font-family: \0000317; - } -} - -.btn-default:hover { - color: #333; - background-color: #e6e6e6; - border-color: #adadad; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_buttons\.scss; - } - - line { - font-family: \0000322; - } -} - -.btn-default:active, -.btn-default.active, -.open > .btn-default.dropdown-toggle { - color: #333; - background-color: #e6e6e6; - border-color: #adadad; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_buttons\.scss; - } - - line { - font-family: \0000329; - } -} - -.btn-default:active:hover, -.btn-default:active:focus, -.btn-default:active.focus, -.btn-default.active:hover, -.btn-default.active:focus, -.btn-default.active.focus, -.open > .btn-default.dropdown-toggle:hover, -.open > .btn-default.dropdown-toggle:focus, -.open > .btn-default.dropdown-toggle.focus { - color: #333; - background-color: #d4d4d4; - border-color: #8c8c8c; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_buttons\.scss; - } - - line { - font-family: \0000337; - } -} - -.btn-default:active, -.btn-default.active, -.open > .btn-default.dropdown-toggle { - background-image: none; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_buttons\.scss; - } - - line { - font-family: \0000345; - } -} - -.btn-default.disabled, -.btn-default.disabled:hover, -.btn-default.disabled:focus, -.btn-default.disabled.focus, -.btn-default.disabled:active, -.btn-default.disabled.active, -.btn-default[disabled], -.btn-default[disabled]:hover, -.btn-default[disabled]:focus, -.btn-default[disabled].focus, -.btn-default[disabled]:active, -.btn-default[disabled].active, -fieldset[disabled] .btn-default, -fieldset[disabled] .btn-default:hover, -fieldset[disabled] .btn-default:focus, -fieldset[disabled] .btn-default.focus, -fieldset[disabled] .btn-default:active, -fieldset[disabled] .btn-default.active { - background-color: #fff; - border-color: #ccc; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_buttons\.scss; - } - - line { - font-family: \0000356; - } -} - -.btn-default .badge { - color: #fff; - background-color: #333; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_buttons\.scss; - } - - line { - font-family: \0000371; - } -} - -.btn-primary { - color: #fff; - background-color: #337ab7; - border-color: #2e6da4; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_buttons\.scss; - } - - line { - font-family: \0000311; - } -} - -.btn-primary:focus, -.btn-primary.focus { - color: #fff; - background-color: #286090; - border-color: #122b40; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_buttons\.scss; - } - - line { - font-family: \0000317; - } -} - -.btn-primary:hover { - color: #fff; - background-color: #286090; - border-color: #204d74; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_buttons\.scss; - } - - line { - font-family: \0000322; - } -} - -.btn-primary:active, -.btn-primary.active, -.open > .btn-primary.dropdown-toggle { - color: #fff; - background-color: #286090; - border-color: #204d74; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_buttons\.scss; - } - - line { - font-family: \0000329; - } -} - -.btn-primary:active:hover, -.btn-primary:active:focus, -.btn-primary:active.focus, -.btn-primary.active:hover, -.btn-primary.active:focus, -.btn-primary.active.focus, -.open > .btn-primary.dropdown-toggle:hover, -.open > .btn-primary.dropdown-toggle:focus, -.open > .btn-primary.dropdown-toggle.focus { - color: #fff; - background-color: #204d74; - border-color: #122b40; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_buttons\.scss; - } - - line { - font-family: \0000337; - } -} - -.btn-primary:active, -.btn-primary.active, -.open > .btn-primary.dropdown-toggle { - background-image: none; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_buttons\.scss; - } - - line { - font-family: \0000345; - } -} - -.btn-primary.disabled, -.btn-primary.disabled:hover, -.btn-primary.disabled:focus, -.btn-primary.disabled.focus, -.btn-primary.disabled:active, -.btn-primary.disabled.active, -.btn-primary[disabled], -.btn-primary[disabled]:hover, -.btn-primary[disabled]:focus, -.btn-primary[disabled].focus, -.btn-primary[disabled]:active, -.btn-primary[disabled].active, -fieldset[disabled] .btn-primary, -fieldset[disabled] .btn-primary:hover, -fieldset[disabled] .btn-primary:focus, -fieldset[disabled] .btn-primary.focus, -fieldset[disabled] .btn-primary:active, -fieldset[disabled] .btn-primary.active { - background-color: #337ab7; - border-color: #2e6da4; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_buttons\.scss; - } - - line { - font-family: \0000356; - } -} - -.btn-primary .badge { - color: #337ab7; - background-color: #fff; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_buttons\.scss; - } - - line { - font-family: \0000375; - } -} - -.btn-success { - color: #fff; - background-color: #5cb85c; - border-color: #4cae4c; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_buttons\.scss; - } - - line { - font-family: \0000311; - } -} - -.btn-success:focus, -.btn-success.focus { - color: #fff; - background-color: #449d44; - border-color: #255625; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_buttons\.scss; - } - - line { - font-family: \0000317; - } -} - -.btn-success:hover { - color: #fff; - background-color: #449d44; - border-color: #398439; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_buttons\.scss; - } - - line { - font-family: \0000322; - } -} - -.btn-success:active, -.btn-success.active, -.open > .btn-success.dropdown-toggle { - color: #fff; - background-color: #449d44; - border-color: #398439; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_buttons\.scss; - } - - line { - font-family: \0000329; - } -} - -.btn-success:active:hover, -.btn-success:active:focus, -.btn-success:active.focus, -.btn-success.active:hover, -.btn-success.active:focus, -.btn-success.active.focus, -.open > .btn-success.dropdown-toggle:hover, -.open > .btn-success.dropdown-toggle:focus, -.open > .btn-success.dropdown-toggle.focus { - color: #fff; - background-color: #398439; - border-color: #255625; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_buttons\.scss; - } - - line { - font-family: \0000337; - } -} - -.btn-success:active, -.btn-success.active, -.open > .btn-success.dropdown-toggle { - background-image: none; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_buttons\.scss; - } - - line { - font-family: \0000345; - } -} - -.btn-success.disabled, -.btn-success.disabled:hover, -.btn-success.disabled:focus, -.btn-success.disabled.focus, -.btn-success.disabled:active, -.btn-success.disabled.active, -.btn-success[disabled], -.btn-success[disabled]:hover, -.btn-success[disabled]:focus, -.btn-success[disabled].focus, -.btn-success[disabled]:active, -.btn-success[disabled].active, -fieldset[disabled] .btn-success, -fieldset[disabled] .btn-success:hover, -fieldset[disabled] .btn-success:focus, -fieldset[disabled] .btn-success.focus, -fieldset[disabled] .btn-success:active, -fieldset[disabled] .btn-success.active { - background-color: #5cb85c; - border-color: #4cae4c; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_buttons\.scss; - } - - line { - font-family: \0000356; - } -} - -.btn-success .badge { - color: #5cb85c; - background-color: #fff; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_buttons\.scss; - } - - line { - font-family: \0000379; - } -} - -.btn-info { - color: #fff; - background-color: #5bc0de; - border-color: #46b8da; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_buttons\.scss; - } - - line { - font-family: \0000311; - } -} - -.btn-info:focus, -.btn-info.focus { - color: #fff; - background-color: #31b0d5; - border-color: #1b6d85; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_buttons\.scss; - } - - line { - font-family: \0000317; - } -} - -.btn-info:hover { - color: #fff; - background-color: #31b0d5; - border-color: #269abc; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_buttons\.scss; - } - - line { - font-family: \0000322; - } -} - -.btn-info:active, -.btn-info.active, -.open > .btn-info.dropdown-toggle { - color: #fff; - background-color: #31b0d5; - border-color: #269abc; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_buttons\.scss; - } - - line { - font-family: \0000329; - } -} - -.btn-info:active:hover, -.btn-info:active:focus, -.btn-info:active.focus, -.btn-info.active:hover, -.btn-info.active:focus, -.btn-info.active.focus, -.open > .btn-info.dropdown-toggle:hover, -.open > .btn-info.dropdown-toggle:focus, -.open > .btn-info.dropdown-toggle.focus { - color: #fff; - background-color: #269abc; - border-color: #1b6d85; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_buttons\.scss; - } - - line { - font-family: \0000337; - } -} - -.btn-info:active, -.btn-info.active, -.open > .btn-info.dropdown-toggle { - background-image: none; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_buttons\.scss; - } - - line { - font-family: \0000345; - } -} - -.btn-info.disabled, -.btn-info.disabled:hover, -.btn-info.disabled:focus, -.btn-info.disabled.focus, -.btn-info.disabled:active, -.btn-info.disabled.active, -.btn-info[disabled], -.btn-info[disabled]:hover, -.btn-info[disabled]:focus, -.btn-info[disabled].focus, -.btn-info[disabled]:active, -.btn-info[disabled].active, -fieldset[disabled] .btn-info, -fieldset[disabled] .btn-info:hover, -fieldset[disabled] .btn-info:focus, -fieldset[disabled] .btn-info.focus, -fieldset[disabled] .btn-info:active, -fieldset[disabled] .btn-info.active { - background-color: #5bc0de; - border-color: #46b8da; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_buttons\.scss; - } - - line { - font-family: \0000356; - } -} - -.btn-info .badge { - color: #5bc0de; - background-color: #fff; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_buttons\.scss; - } - - line { - font-family: \0000383; - } -} - -.btn-warning { - color: #fff; - background-color: #f0ad4e; - border-color: #eea236; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_buttons\.scss; - } - - line { - font-family: \0000311; - } -} - -.btn-warning:focus, -.btn-warning.focus { - color: #fff; - background-color: #ec971f; - border-color: #985f0d; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_buttons\.scss; - } - - line { - font-family: \0000317; - } -} - -.btn-warning:hover { - color: #fff; - background-color: #ec971f; - border-color: #d58512; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_buttons\.scss; - } - - line { - font-family: \0000322; - } -} - -.btn-warning:active, -.btn-warning.active, -.open > .btn-warning.dropdown-toggle { - color: #fff; - background-color: #ec971f; - border-color: #d58512; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_buttons\.scss; - } - - line { - font-family: \0000329; - } -} - -.btn-warning:active:hover, -.btn-warning:active:focus, -.btn-warning:active.focus, -.btn-warning.active:hover, -.btn-warning.active:focus, -.btn-warning.active.focus, -.open > .btn-warning.dropdown-toggle:hover, -.open > .btn-warning.dropdown-toggle:focus, -.open > .btn-warning.dropdown-toggle.focus { - color: #fff; - background-color: #d58512; - border-color: #985f0d; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_buttons\.scss; - } - - line { - font-family: \0000337; - } -} - -.btn-warning:active, -.btn-warning.active, -.open > .btn-warning.dropdown-toggle { - background-image: none; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_buttons\.scss; - } - - line { - font-family: \0000345; - } -} - -.btn-warning.disabled, -.btn-warning.disabled:hover, -.btn-warning.disabled:focus, -.btn-warning.disabled.focus, -.btn-warning.disabled:active, -.btn-warning.disabled.active, -.btn-warning[disabled], -.btn-warning[disabled]:hover, -.btn-warning[disabled]:focus, -.btn-warning[disabled].focus, -.btn-warning[disabled]:active, -.btn-warning[disabled].active, -fieldset[disabled] .btn-warning, -fieldset[disabled] .btn-warning:hover, -fieldset[disabled] .btn-warning:focus, -fieldset[disabled] .btn-warning.focus, -fieldset[disabled] .btn-warning:active, -fieldset[disabled] .btn-warning.active { - background-color: #f0ad4e; - border-color: #eea236; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_buttons\.scss; - } - - line { - font-family: \0000356; - } -} - -.btn-warning .badge { - color: #f0ad4e; - background-color: #fff; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_buttons\.scss; - } - - line { - font-family: \0000387; - } -} - -.btn-danger { - color: #fff; - background-color: #d9534f; - border-color: #d43f3a; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_buttons\.scss; - } - - line { - font-family: \0000311; - } -} - -.btn-danger:focus, -.btn-danger.focus { - color: #fff; - background-color: #c9302c; - border-color: #761c19; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_buttons\.scss; - } - - line { - font-family: \0000317; - } -} - -.btn-danger:hover { - color: #fff; - background-color: #c9302c; - border-color: #ac2925; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_buttons\.scss; - } - - line { - font-family: \0000322; - } -} - -.btn-danger:active, -.btn-danger.active, -.open > .btn-danger.dropdown-toggle { - color: #fff; - background-color: #c9302c; - border-color: #ac2925; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_buttons\.scss; - } - - line { - font-family: \0000329; - } -} - -.btn-danger:active:hover, -.btn-danger:active:focus, -.btn-danger:active.focus, -.btn-danger.active:hover, -.btn-danger.active:focus, -.btn-danger.active.focus, -.open > .btn-danger.dropdown-toggle:hover, -.open > .btn-danger.dropdown-toggle:focus, -.open > .btn-danger.dropdown-toggle.focus { - color: #fff; - background-color: #ac2925; - border-color: #761c19; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_buttons\.scss; - } - - line { - font-family: \0000337; - } -} - -.btn-danger:active, -.btn-danger.active, -.open > .btn-danger.dropdown-toggle { - background-image: none; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_buttons\.scss; - } - - line { - font-family: \0000345; - } -} - -.btn-danger.disabled, -.btn-danger.disabled:hover, -.btn-danger.disabled:focus, -.btn-danger.disabled.focus, -.btn-danger.disabled:active, -.btn-danger.disabled.active, -.btn-danger[disabled], -.btn-danger[disabled]:hover, -.btn-danger[disabled]:focus, -.btn-danger[disabled].focus, -.btn-danger[disabled]:active, -.btn-danger[disabled].active, -fieldset[disabled] .btn-danger, -fieldset[disabled] .btn-danger:hover, -fieldset[disabled] .btn-danger:focus, -fieldset[disabled] .btn-danger.focus, -fieldset[disabled] .btn-danger:active, -fieldset[disabled] .btn-danger.active { - background-color: #d9534f; - border-color: #d43f3a; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_buttons\.scss; - } - - line { - font-family: \0000356; - } -} - -.btn-danger .badge { - color: #d9534f; - background-color: #fff; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_buttons\.scss; - } - - line { - font-family: \0000396; - } -} - -.btn-link { - color: #337ab7; - font-weight: normal; - border-radius: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_buttons\.scss; - } - - line { - font-family: \00003101; - } -} - -.btn-link, -.btn-link:active, -.btn-link.active, -.btn-link[disabled], -fieldset[disabled] .btn-link { - background-color: transparent; - box-shadow: none; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_buttons\.scss; - } - - line { - font-family: \00003109; - } -} - -.btn-link, -.btn-link:hover, -.btn-link:focus, -.btn-link:active { - border-color: transparent; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_buttons\.scss; - } - - line { - font-family: \00003115; - } -} - -.btn-link:hover, -.btn-link:focus { - color: #23527c; - text-decoration: underline; - background-color: transparent; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_buttons\.scss; - } - - line { - font-family: \00003123; - } -} - -.btn-link[disabled]:hover, -.btn-link[disabled]:focus, -fieldset[disabled] .btn-link:hover, -fieldset[disabled] .btn-link:focus { - color: #777777; - text-decoration: none; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_buttons\.scss; - } - - line { - font-family: \00003135; - } -} - -.btn-lg, -.btn-group-lg > .btn { - padding: 10px 16px; - font-size: 18px; - line-height: 1.33333; - border-radius: 6px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_buttons\.scss; - } - - line { - font-family: \00003139; - } -} - -.btn-sm, -.btn-group-sm > .btn { - padding: 5px 10px; - font-size: 12px; - line-height: 1.5; - border-radius: 3px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_buttons\.scss; - } - - line { - font-family: \00003143; - } -} - -.btn-xs, -.btn-group-xs > .btn { - padding: 1px 5px; - font-size: 12px; - line-height: 1.5; - border-radius: 3px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_buttons\.scss; - } - - line { - font-family: \00003151; - } -} - -.btn-block { - display: block; - width: 100%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_buttons\.scss; - } - - line { - font-family: \00003157; - } -} - -.btn-block + .btn-block { - margin-top: 5px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_buttons\.scss; - } - - line { - font-family: \00003165; - } -} - -input[type="submit"].btn-block, -input[type="reset"].btn-block, -input[type="button"].btn-block { - width: 100%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_component-animations\.scss; - } - - line { - font-family: \0000310; - } -} - -.fade { - opacity: 0; - transition: opacity 0.15s linear; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_component-animations\.scss; - } - - line { - font-family: \0000313; - } -} - -.fade.in { - opacity: 1; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_component-animations\.scss; - } - - line { - font-family: \0000318; - } -} - -.collapse { - display: none; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_component-animations\.scss; - } - - line { - font-family: \0000321; - } -} - -.collapse.in { - display: block; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_component-animations\.scss; - } - - line { - font-family: \0000326; - } -} - -tr.collapse.in { - display: table-row; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_component-animations\.scss; - } - - line { - font-family: \0000328; - } -} - -tbody.collapse.in { - display: table-row-group; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_component-animations\.scss; - } - - line { - font-family: \0000330; - } -} - -.collapsing { - position: relative; - height: 0; - overflow: hidden; - transition-property: height, visibility; - transition-duration: 0.35s; - transition-timing-function: ease; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_dropdowns\.scss; - } - - line { - font-family: \000037; - } -} - -.caret { - display: inline-block; - width: 0; - height: 0; - margin-left: 2px; - vertical-align: middle; - border-top: 4px dashed; - border-top: 4px solid \9; - border-right: 4px solid transparent; - border-left: 4px solid transparent; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_dropdowns\.scss; - } - - line { - font-family: \0000320; - } -} - -.dropup, -.dropdown { - position: relative; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_dropdowns\.scss; - } - - line { - font-family: \0000326; - } -} - -.dropdown-toggle:focus { - outline: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_dropdowns\.scss; - } - - line { - font-family: \0000331; - } -} - -.dropdown-menu { - position: absolute; - top: 100%; - left: 0; - z-index: 1000; - display: none; - float: left; - min-width: 160px; - padding: 5px 0; - margin: 2px 0 0; - list-style: none; - font-size: 14px; - text-align: left; - background-color: #fff; - border: 1px solid #ccc; - border: 1px solid rgba(0, 0, 0, 0.15); - border-radius: 4px; - box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); - background-clip: padding-box; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_dropdowns\.scss; - } - - line { - font-family: \0000354; - } -} - -.dropdown-menu.pull-right { - right: 0; - left: auto; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_dropdowns\.scss; - } - - line { - font-family: \0000360; - } -} - -.dropdown-menu .divider { - height: 1px; - margin: 9px 0; - overflow: hidden; - background-color: #e5e5e5; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_dropdowns\.scss; - } - - line { - font-family: \0000365; - } -} - -.dropdown-menu > li > a { - display: block; - padding: 3px 20px; - clear: both; - font-weight: normal; - line-height: 1.42857; - color: #333333; - white-space: nowrap; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_dropdowns\.scss; - } - - line { - font-family: \0000378; - } -} - -.dropdown-menu > li > a:hover, -.dropdown-menu > li > a:focus { - text-decoration: none; - color: #262626; - background-color: #f5f5f5; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_dropdowns\.scss; - } - - line { - font-family: \0000388; - } -} - -.dropdown-menu > .active > a, -.dropdown-menu > .active > a:hover, -.dropdown-menu > .active > a:focus { - color: #fff; - text-decoration: none; - outline: 0; - background-color: #337ab7; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_dropdowns\.scss; - } - - line { - font-family: \00003103; - } -} - -.dropdown-menu > .disabled > a, -.dropdown-menu > .disabled > a:hover, -.dropdown-menu > .disabled > a:focus { - color: #777777; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_dropdowns\.scss; - } - - line { - font-family: \00003110; - } -} - -.dropdown-menu > .disabled > a:hover, -.dropdown-menu > .disabled > a:focus { - text-decoration: none; - background-color: transparent; - background-image: none; - filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); - cursor: not-allowed; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_dropdowns\.scss; - } - - line { - font-family: \00003123; - } -} - -.open > .dropdown-menu { - display: block; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_dropdowns\.scss; - } - - line { - font-family: \00003128; - } -} - -.open > a { - outline: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_dropdowns\.scss; - } - - line { - font-family: \00003137; - } -} - -.dropdown-menu-right { - left: auto; - right: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_dropdowns\.scss; - } - - line { - font-family: \00003147; - } -} - -.dropdown-menu-left { - left: 0; - right: auto; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_dropdowns\.scss; - } - - line { - font-family: \00003153; - } -} - -.dropdown-header { - display: block; - padding: 3px 20px; - font-size: 12px; - line-height: 1.42857; - color: #777777; - white-space: nowrap; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_dropdowns\.scss; - } - - line { - font-family: \00003163; - } -} - -.dropdown-backdrop { - position: fixed; - left: 0; - right: 0; - bottom: 0; - top: 0; - z-index: 990; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_dropdowns\.scss; - } - - line { - font-family: \00003173; - } -} - -.pull-right > .dropdown-menu { - right: 0; - left: auto; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_dropdowns\.scss; - } - - line { - font-family: \00003186; - } -} - -.dropup .caret, -.navbar-fixed-bottom .dropdown .caret { - border-top: 0; - border-bottom: 4px dashed; - border-bottom: 4px solid \9; - content: ""; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_dropdowns\.scss; - } - - line { - font-family: \00003193; - } -} - -.dropup .dropdown-menu, -.navbar-fixed-bottom .dropdown .dropdown-menu { - top: auto; - bottom: 100%; - margin-bottom: 2px; -} - -@media (min-width: 768px) { -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_dropdowns\.scss; - } - - line { - font-family: \00003207; - } -} - - .navbar-right .dropdown-menu { - right: 0; - left: auto; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_dropdowns\.scss; - } - - line { - font-family: \00003212; - } -} - - .navbar-right .dropdown-menu-left { - left: 0; - right: auto; - } -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_button-groups\.scss; - } - - line { - font-family: \000036; - } -} - -.btn-group, -.btn-group-vertical { - position: relative; - display: inline-block; - vertical-align: middle; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_button-groups\.scss; - } - - line { - font-family: \0000311; - } -} - -.btn-group > .btn, -.btn-group-vertical > .btn { - position: relative; - float: left; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_button-groups\.scss; - } - - line { - font-family: \0000315; - } -} - -.btn-group > .btn:hover, -.btn-group > .btn:focus, -.btn-group > .btn:active, -.btn-group > .btn.active, -.btn-group-vertical > .btn:hover, -.btn-group-vertical > .btn:focus, -.btn-group-vertical > .btn:active, -.btn-group-vertical > .btn.active { - z-index: 2; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_button-groups\.scss; - } - - line { - font-family: \0000326; - } -} - -.btn-group .btn + .btn, -.btn-group .btn + .btn-group, -.btn-group .btn-group + .btn, -.btn-group .btn-group + .btn-group { - margin-left: -1px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_button-groups\.scss; - } - - line { - font-family: \0000335; - } -} - -.btn-toolbar { - margin-left: -5px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_clearfix\.scss; - } - - line { - font-family: \0000314; - } -} - -.btn-toolbar:before, -.btn-toolbar:after { - content: " "; - display: table; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_clearfix\.scss; - } - - line { - font-family: \0000319; - } -} - -.btn-toolbar:after { - clear: both; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_button-groups\.scss; - } - - line { - font-family: \0000339; - } -} - -.btn-toolbar .btn, -.btn-toolbar .btn-group, -.btn-toolbar .input-group { - float: left; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_button-groups\.scss; - } - - line { - font-family: \0000344; - } -} - -.btn-toolbar > .btn, -.btn-toolbar > .btn-group, -.btn-toolbar > .input-group { - margin-left: 5px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_button-groups\.scss; - } - - line { - font-family: \0000351; - } -} - -.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { - border-radius: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_button-groups\.scss; - } - - line { - font-family: \0000356; - } -} - -.btn-group > .btn:first-child { - margin-left: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_button-groups\.scss; - } - - line { - font-family: \0000358; - } -} - -.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { - border-bottom-right-radius: 0; - border-top-right-radius: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_button-groups\.scss; - } - - line { - font-family: \0000363; - } -} - -.btn-group > .btn:last-child:not(:first-child), -.btn-group > .dropdown-toggle:not(:first-child) { - border-bottom-left-radius: 0; - border-top-left-radius: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_button-groups\.scss; - } - - line { - font-family: \0000369; - } -} - -.btn-group > .btn-group { - float: left; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_button-groups\.scss; - } - - line { - font-family: \0000372; - } -} - -.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { - border-radius: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_button-groups\.scss; - } - - line { - font-family: \0000376; - } -} - -.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, -.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle { - border-bottom-right-radius: 0; - border-top-right-radius: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_button-groups\.scss; - } - - line { - font-family: \0000381; - } -} - -.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { - border-bottom-left-radius: 0; - border-top-left-radius: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_button-groups\.scss; - } - - line { - font-family: \0000386; - } -} - -.btn-group .dropdown-toggle:active, -.btn-group.open .dropdown-toggle { - outline: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_button-groups\.scss; - } - - line { - font-family: \00003105; - } -} - -.btn-group > .btn + .dropdown-toggle { - padding-left: 8px; - padding-right: 8px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_button-groups\.scss; - } - - line { - font-family: \00003109; - } -} - -.btn-group > .btn-lg + .dropdown-toggle, -.btn-group-lg.btn-group > .btn + .dropdown-toggle { - padding-left: 12px; - padding-right: 12px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_button-groups\.scss; - } - - line { - font-family: \00003116; - } -} - -.btn-group.open .dropdown-toggle { - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_button-groups\.scss; - } - - line { - font-family: \00003120; - } -} - -.btn-group.open .dropdown-toggle.btn-link { - box-shadow: none; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_button-groups\.scss; - } - - line { - font-family: \00003127; - } -} - -.btn .caret { - margin-left: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_button-groups\.scss; - } - - line { - font-family: \00003131; - } -} - -.btn-lg .caret, -.btn-group-lg > .btn .caret { - border-width: 5px 5px 0; - border-bottom-width: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_button-groups\.scss; - } - - line { - font-family: \00003136; - } -} - -.dropup .btn-lg .caret, -.dropup .btn-group-lg > .btn .caret { - border-width: 0 5px 5px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_button-groups\.scss; - } - - line { - font-family: \00003145; - } -} - -.btn-group-vertical > .btn, -.btn-group-vertical > .btn-group, -.btn-group-vertical > .btn-group > .btn { - display: block; - float: none; - width: 100%; - max-width: 100%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_clearfix\.scss; - } - - line { - font-family: \0000314; - } -} - -.btn-group-vertical > .btn-group:before, -.btn-group-vertical > .btn-group:after { - content: " "; - display: table; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_clearfix\.scss; - } - - line { - font-family: \0000319; - } -} - -.btn-group-vertical > .btn-group:after { - clear: both; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_button-groups\.scss; - } - - line { - font-family: \00003157; - } -} - -.btn-group-vertical > .btn-group > .btn { - float: none; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_button-groups\.scss; - } - - line { - font-family: \00003162; - } -} - -.btn-group-vertical > .btn + .btn, -.btn-group-vertical > .btn + .btn-group, -.btn-group-vertical > .btn-group + .btn, -.btn-group-vertical > .btn-group + .btn-group { - margin-top: -1px; - margin-left: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_button-groups\.scss; - } - - line { - font-family: \00003172; - } -} - -.btn-group-vertical > .btn:not(:first-child):not(:last-child) { - border-radius: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_button-groups\.scss; - } - - line { - font-family: \00003175; - } -} - -.btn-group-vertical > .btn:first-child:not(:last-child) { - border-top-right-radius: 4px; - border-bottom-right-radius: 0; - border-bottom-left-radius: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_button-groups\.scss; - } - - line { - font-family: \00003179; - } -} - -.btn-group-vertical > .btn:last-child:not(:first-child) { - border-bottom-left-radius: 4px; - border-top-right-radius: 0; - border-top-left-radius: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_button-groups\.scss; - } - - line { - font-family: \00003184; - } -} - -.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { - border-radius: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_button-groups\.scss; - } - - line { - font-family: \00003188; - } -} - -.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, -.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { - border-bottom-right-radius: 0; - border-bottom-left-radius: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_button-groups\.scss; - } - - line { - font-family: \00003193; - } -} - -.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { - border-top-right-radius: 0; - border-top-left-radius: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_button-groups\.scss; - } - - line { - font-family: \00003201; - } -} - -.btn-group-justified { - display: table; - width: 100%; - table-layout: fixed; - border-collapse: separate; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_button-groups\.scss; - } - - line { - font-family: \00003206; - } -} - -.btn-group-justified > .btn, -.btn-group-justified > .btn-group { - float: none; - display: table-cell; - width: 1%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_button-groups\.scss; - } - - line { - font-family: \00003212; - } -} - -.btn-group-justified > .btn-group .btn { - width: 100%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_button-groups\.scss; - } - - line { - font-family: \00003216; - } -} - -.btn-group-justified > .btn-group .dropdown-menu { - left: auto; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_button-groups\.scss; - } - - line { - font-family: \00003237; - } -} - -[data-toggle="buttons"] > .btn input[type="radio"], -[data-toggle="buttons"] > .btn input[type="checkbox"], -[data-toggle="buttons"] > .btn-group > .btn input[type="radio"], -[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] { - position: absolute; - clip: rect(0, 0, 0, 0); - pointer-events: none; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_input-groups\.scss; - } - - line { - font-family: \000037; - } -} - -.input-group { - position: relative; - display: table; - border-collapse: separate; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_input-groups\.scss; - } - - line { - font-family: \0000313; - } -} - -.input-group[class*="col-"] { - float: none; - padding-left: 0; - padding-right: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_input-groups\.scss; - } - - line { - font-family: \0000319; - } -} - -.input-group .form-control { - position: relative; - z-index: 2; - float: left; - width: 100%; - margin-bottom: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_input-groups\.scss; - } - - line { - font-family: \0000354; - } -} - -.input-group-addon, -.input-group-btn, -.input-group .form-control { - display: table-cell; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_input-groups\.scss; - } - - line { - font-family: \0000359; - } -} - -.input-group-addon:not(:first-child):not(:last-child), -.input-group-btn:not(:first-child):not(:last-child), -.input-group .form-control:not(:first-child):not(:last-child) { - border-radius: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_input-groups\.scss; - } - - line { - font-family: \0000364; - } -} - -.input-group-addon, -.input-group-btn { - width: 1%; - white-space: nowrap; - vertical-align: middle; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_input-groups\.scss; - } - - line { - font-family: \0000373; - } -} - -.input-group-addon { - padding: 6px 12px; - font-size: 14px; - font-weight: normal; - line-height: 1; - color: #555555; - text-align: center; - background-color: #eeeeee; - border: 1px solid #ccc; - border-radius: 4px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_input-groups\.scss; - } - - line { - font-family: \0000385; - } -} - -.input-group-addon.input-sm, -.input-group-sm > .input-group-addon, -.input-group-sm > .input-group-btn > .input-group-addon.btn { - padding: 5px 10px; - font-size: 12px; - border-radius: 3px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_input-groups\.scss; - } - - line { - font-family: \0000390; - } -} - -.input-group-addon.input-lg, -.input-group-lg > .input-group-addon, -.input-group-lg > .input-group-btn > .input-group-addon.btn { - padding: 10px 16px; - font-size: 18px; - border-radius: 6px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_input-groups\.scss; - } - - line { - font-family: \0000397; - } -} - -.input-group-addon input[type="radio"], -.input-group-addon input[type="checkbox"] { - margin-top: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_input-groups\.scss; - } - - line { - font-family: \00003104; - } -} - -.input-group .form-control:first-child, -.input-group-addon:first-child, -.input-group-btn:first-child > .btn, -.input-group-btn:first-child > .btn-group > .btn, -.input-group-btn:first-child > .dropdown-toggle, -.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), -.input-group-btn:last-child > .btn-group:not(:last-child) > .btn { - border-bottom-right-radius: 0; - border-top-right-radius: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_input-groups\.scss; - } - - line { - font-family: \00003113; - } -} - -.input-group-addon:first-child { - border-right: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_input-groups\.scss; - } - - line { - font-family: \00003116; - } -} - -.input-group .form-control:last-child, -.input-group-addon:last-child, -.input-group-btn:last-child > .btn, -.input-group-btn:last-child > .btn-group > .btn, -.input-group-btn:last-child > .dropdown-toggle, -.input-group-btn:first-child > .btn:not(:first-child), -.input-group-btn:first-child > .btn-group:not(:first-child) > .btn { - border-bottom-left-radius: 0; - border-top-left-radius: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_input-groups\.scss; - } - - line { - font-family: \00003125; - } -} - -.input-group-addon:last-child { - border-left: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_input-groups\.scss; - } - - line { - font-family: \00003131; - } -} - -.input-group-btn { - position: relative; - font-size: 0; - white-space: nowrap; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_input-groups\.scss; - } - - line { - font-family: \00003140; - } -} - -.input-group-btn > .btn { - position: relative; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_input-groups\.scss; - } - - line { - font-family: \00003142; - } -} - -.input-group-btn > .btn + .btn { - margin-left: -1px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_input-groups\.scss; - } - - line { - font-family: \00003146; - } -} - -.input-group-btn > .btn:hover, -.input-group-btn > .btn:focus, -.input-group-btn > .btn:active { - z-index: 2; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_input-groups\.scss; - } - - line { - font-family: \00003155; - } -} - -.input-group-btn:first-child > .btn, -.input-group-btn:first-child > .btn-group { - margin-right: -1px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_input-groups\.scss; - } - - line { - font-family: \00003161; - } -} - -.input-group-btn:last-child > .btn, -.input-group-btn:last-child > .btn-group { - z-index: 2; - margin-left: -1px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navs\.scss; - } - - line { - font-family: \000039; - } -} - -.nav { - margin-bottom: 0; - padding-left: 0; - list-style: none; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_clearfix\.scss; - } - - line { - font-family: \0000314; - } -} - -.nav:before, -.nav:after { - content: " "; - display: table; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_clearfix\.scss; - } - - line { - font-family: \0000319; - } -} - -.nav:after { - clear: both; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navs\.scss; - } - - line { - font-family: \0000315; - } -} - -.nav > li { - position: relative; - display: block; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navs\.scss; - } - - line { - font-family: \0000319; - } -} - -.nav > li > a { - position: relative; - display: block; - padding: 10px 15px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navs\.scss; - } - - line { - font-family: \0000323; - } -} - -.nav > li > a:hover, -.nav > li > a:focus { - text-decoration: none; - background-color: #eeeeee; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navs\.scss; - } - - line { - font-family: \0000331; - } -} - -.nav > li.disabled > a { - color: #777777; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navs\.scss; - } - - line { - font-family: \0000334; - } -} - -.nav > li.disabled > a:hover, -.nav > li.disabled > a:focus { - color: #777777; - text-decoration: none; - background-color: transparent; - cursor: not-allowed; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navs\.scss; - } - - line { - font-family: \0000346; - } -} - -.nav .open > a, -.nav .open > a:hover, -.nav .open > a:focus { - background-color: #eeeeee; - border-color: #337ab7; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navs\.scss; - } - - line { - font-family: \0000359; - } -} - -.nav .nav-divider { - height: 1px; - margin: 9px 0; - overflow: hidden; - background-color: #e5e5e5; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navs\.scss; - } - - line { - font-family: \0000366; - } -} - -.nav > li > a > img { - max-width: none; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navs\.scss; - } - - line { - font-family: \0000376; - } -} - -.nav-tabs { - border-bottom: 1px solid #ddd; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navs\.scss; - } - - line { - font-family: \0000378; - } -} - -.nav-tabs > li { - float: left; - margin-bottom: -1px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navs\.scss; - } - - line { - font-family: \0000384; - } -} - -.nav-tabs > li > a { - margin-right: 2px; - line-height: 1.42857; - border: 1px solid transparent; - border-radius: 4px 4px 0 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navs\.scss; - } - - line { - font-family: \0000389; - } -} - -.nav-tabs > li > a:hover { - border-color: #eeeeee #eeeeee #ddd; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navs\.scss; - } - - line { - font-family: \0000396; - } -} - -.nav-tabs > li.active > a, -.nav-tabs > li.active > a:hover, -.nav-tabs > li.active > a:focus { - color: #555555; - background-color: #fff; - border: 1px solid #ddd; - border-bottom-color: transparent; - cursor: default; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navs\.scss; - } - - line { - font-family: \00003118; - } -} - -.nav-pills > li { - float: left; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navs\.scss; - } - - line { - font-family: \00003122; - } -} - -.nav-pills > li > a { - border-radius: 4px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navs\.scss; - } - - line { - font-family: \00003125; - } -} - -.nav-pills > li + li { - margin-left: 2px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navs\.scss; - } - - line { - font-family: \00003131; - } -} - -.nav-pills > li.active > a, -.nav-pills > li.active > a:hover, -.nav-pills > li.active > a:focus { - color: #fff; - background-color: #337ab7; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navs\.scss; - } - - line { - font-family: \00003144; - } -} - -.nav-stacked > li { - float: none; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navs\.scss; - } - - line { - font-family: \00003146; - } -} - -.nav-stacked > li + li { - margin-top: 2px; - margin-left: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navs\.scss; - } - - line { - font-family: \00003160; - } -} - -.nav-justified, -.nav-tabs.nav-justified { - width: 100%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navs\.scss; - } - - line { - font-family: \00003163; - } -} - -.nav-justified > li, -.nav-tabs.nav-justified > li { - float: none; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navs\.scss; - } - - line { - font-family: \00003165; - } -} - -.nav-justified > li > a, -.nav-tabs.nav-justified > li > a { - text-align: center; - margin-bottom: 5px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navs\.scss; - } - - line { - font-family: \00003171; - } -} - -.nav-justified > .dropdown .dropdown-menu { - top: auto; - left: auto; -} - -@media (min-width: 768px) { -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navs\.scss; - } - - line { - font-family: \00003177; - } -} - - .nav-justified > li, - .nav-tabs.nav-justified > li { - display: table-cell; - width: 1%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navs\.scss; - } - - line { - font-family: \00003180; - } -} - - .nav-justified > li > a, - .nav-tabs.nav-justified > li > a { - margin-bottom: 0; - } -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navs\.scss; - } - - line { - font-family: \00003190; - } -} - -.nav-tabs-justified, -.nav-tabs.nav-justified { - border-bottom: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navs\.scss; - } - - line { - font-family: \00003193; - } -} - -.nav-tabs-justified > li > a, -.nav-tabs.nav-justified > li > a { - margin-right: 0; - border-radius: 4px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navs\.scss; - } - - line { - font-family: \00003199; - } -} - -.nav-tabs-justified > .active > a, -.nav-tabs.nav-justified > .active > a, -.nav-tabs-justified > .active > a:hover, -.nav-tabs.nav-justified > .active > a:hover, -.nav-tabs-justified > .active > a:focus, -.nav-tabs.nav-justified > .active > a:focus { - border: 1px solid #ddd; -} - -@media (min-width: 768px) { -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navs\.scss; - } - - line { - font-family: \00003206; - } -} - - .nav-tabs-justified > li > a, - .nav-tabs.nav-justified > li > a { - border-bottom: 1px solid #ddd; - border-radius: 4px 4px 0 0; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navs\.scss; - } - - line { - font-family: \00003210; - } -} - - .nav-tabs-justified > .active > a, - .nav-tabs.nav-justified > .active > a, - .nav-tabs-justified > .active > a:hover, - .nav-tabs.nav-justified > .active > a:hover, - .nav-tabs-justified > .active > a:focus, - .nav-tabs.nav-justified > .active > a:focus { - border-bottom-color: #fff; - } -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navs\.scss; - } - - line { - font-family: \00003224; - } -} - -.tab-content > .tab-pane { - display: none; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navs\.scss; - } - - line { - font-family: \00003227; - } -} - -.tab-content > .active { - display: block; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navs\.scss; - } - - line { - font-family: \00003237; - } -} - -.nav-tabs .dropdown-menu { - margin-top: -1px; - border-top-right-radius: 0; - border-top-left-radius: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \0000311; - } -} - -.navbar { - position: relative; - min-height: 50px; - margin-bottom: 20px; - border: 1px solid transparent; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_clearfix\.scss; - } - - line { - font-family: \0000314; - } -} - -.navbar:before, -.navbar:after { - content: " "; - display: table; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_clearfix\.scss; - } - - line { - font-family: \0000319; - } -} - -.navbar:after { - clear: both; -} - -@media (min-width: 768px) { -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \0000311; - } -} - - .navbar { - border-radius: 4px; - } -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_clearfix\.scss; - } - - line { - font-family: \0000314; - } -} - -.navbar-header:before, -.navbar-header:after { - content: " "; - display: table; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_clearfix\.scss; - } - - line { - font-family: \0000319; - } -} - -.navbar-header:after { - clear: both; -} - -@media (min-width: 768px) { -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \0000331; - } -} - - .navbar-header { - float: left; - } -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \0000350; - } -} - -.navbar-collapse { - overflow-x: visible; - padding-right: 15px; - padding-left: 15px; - border-top: 1px solid transparent; - box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); - -webkit-overflow-scrolling: touch; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_clearfix\.scss; - } - - line { - font-family: \0000314; - } -} - -.navbar-collapse:before, -.navbar-collapse:after { - content: " "; - display: table; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_clearfix\.scss; - } - - line { - font-family: \0000319; - } -} - -.navbar-collapse:after { - clear: both; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \0000359; - } -} - -.navbar-collapse.in { - overflow-y: auto; -} - -@media (min-width: 768px) { -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \0000350; - } -} - - .navbar-collapse { - width: auto; - border-top: 0; - box-shadow: none; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \0000368; - } -} - - .navbar-collapse.collapse { - display: block !important; - height: auto !important; - padding-bottom: 0; - overflow: visible !important; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \0000375; - } -} - - .navbar-collapse.in { - overflow-y: visible; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \0000381; - } -} - - .navbar-fixed-top .navbar-collapse, - .navbar-static-top .navbar-collapse, - .navbar-fixed-bottom .navbar-collapse { - padding-left: 0; - padding-right: 0; - } -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \0000392; - } -} - -.navbar-fixed-top .navbar-collapse, -.navbar-fixed-bottom .navbar-collapse { - max-height: 340px; -} - -@media (max-device-width: 480px) and (orientation: landscape) { -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \0000392; - } -} - - .navbar-fixed-top .navbar-collapse, - .navbar-fixed-bottom .navbar-collapse { - max-height: 200px; - } -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003108; - } -} - -.container > .navbar-header, -.container > .navbar-collapse, -.container-fluid > .navbar-header, -.container-fluid > .navbar-collapse { - margin-right: -15px; - margin-left: -15px; -} - -@media (min-width: 768px) { -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003108; - } -} - - .container > .navbar-header, - .container > .navbar-collapse, - .container-fluid > .navbar-header, - .container-fluid > .navbar-collapse { - margin-right: 0; - margin-left: 0; - } -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003128; - } -} - -.navbar-static-top { - z-index: 1000; - border-width: 0 0 1px; -} - -@media (min-width: 768px) { -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003128; - } -} - - .navbar-static-top { - border-radius: 0; - } -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003138; - } -} - -.navbar-fixed-top, -.navbar-fixed-bottom { - position: fixed; - right: 0; - left: 0; - z-index: 1030; -} - -@media (min-width: 768px) { -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003138; - } -} - - .navbar-fixed-top, - .navbar-fixed-bottom { - border-radius: 0; - } -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003150; - } -} - -.navbar-fixed-top { - top: 0; - border-width: 0 0 1px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003154; - } -} - -.navbar-fixed-bottom { - bottom: 0; - margin-bottom: 0; - border-width: 1px 0 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003163; - } -} - -.navbar-brand { - float: left; - padding: 15px 15px; - font-size: 18px; - line-height: 20px; - height: 50px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003170; - } -} - -.navbar-brand:hover, -.navbar-brand:focus { - text-decoration: none; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003175; - } -} - -.navbar-brand > img { - display: block; -} - -@media (min-width: 768px) { -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003180; - } -} - - .navbar > .container .navbar-brand, - .navbar > .container-fluid .navbar-brand { - margin-left: -15px; - } -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003193; - } -} - -.navbar-toggle { - position: relative; - float: right; - margin-right: 15px; - padding: 9px 10px; - margin-top: 8px; - margin-bottom: 8px; - background-color: transparent; - background-image: none; - border: 1px solid transparent; - border-radius: 4px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003206; - } -} - -.navbar-toggle:focus { - outline: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003211; - } -} - -.navbar-toggle .icon-bar { - display: block; - width: 22px; - height: 2px; - border-radius: 1px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003217; - } -} - -.navbar-toggle .icon-bar + .icon-bar { - margin-top: 4px; -} - -@media (min-width: 768px) { -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003193; - } -} - - .navbar-toggle { - display: none; - } -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003232; - } -} - -.navbar-nav { - margin: 7.5px -15px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003235; - } -} - -.navbar-nav > li > a { - padding-top: 10px; - padding-bottom: 10px; - line-height: 20px; -} - -@media (max-width: 767px) { -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003243; - } -} - - .navbar-nav .open .dropdown-menu { - position: static; - float: none; - width: auto; - margin-top: 0; - background-color: transparent; - border: 0; - box-shadow: none; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003251; - } -} - - .navbar-nav .open .dropdown-menu > li > a, - .navbar-nav .open .dropdown-menu .dropdown-header { - padding: 5px 15px 5px 25px; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003255; - } -} - - .navbar-nav .open .dropdown-menu > li > a { - line-height: 20px; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003257; - } -} - - .navbar-nav .open .dropdown-menu > li > a:hover, - .navbar-nav .open .dropdown-menu > li > a:focus { - background-image: none; - } -} - -@media (min-width: 768px) { -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003232; - } -} - - .navbar-nav { - float: left; - margin: 0; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003270; - } -} - - .navbar-nav > li { - float: left; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003272; - } -} - - .navbar-nav > li > a { - padding-top: 15px; - padding-bottom: 15px; - } -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003286; - } -} - -.navbar-form { - margin-left: -15px; - margin-right: -15px; - padding: 10px 15px; - border-top: 1px solid transparent; - border-bottom: 1px solid transparent; - box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); - margin-top: 8px; - margin-bottom: 8px; -} - -@media (min-width: 768px) { -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \00003472; - } -} - - .navbar-form .form-group { - display: inline-block; - margin-bottom: 0; - vertical-align: middle; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \00003479; - } -} - - .navbar-form .form-control { - display: inline-block; - width: auto; - vertical-align: middle; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \00003486; - } -} - - .navbar-form .form-control-static { - display: inline-block; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \00003490; - } -} - - .navbar-form .input-group { - display: inline-table; - vertical-align: middle; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \00003494; - } -} - - .navbar-form .input-group .input-group-addon, - .navbar-form .input-group .input-group-btn, - .navbar-form .input-group .form-control { - width: auto; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \00003502; - } -} - - .navbar-form .input-group > .form-control { - width: 100%; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \00003506; - } -} - - .navbar-form .control-label { - margin-bottom: 0; - vertical-align: middle; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \00003513; - } -} - - .navbar-form .radio, - .navbar-form .checkbox { - display: inline-block; - margin-top: 0; - margin-bottom: 0; - vertical-align: middle; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \00003520; - } -} - - .navbar-form .radio label, - .navbar-form .checkbox label { - padding-left: 0; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \00003524; - } -} - - .navbar-form .radio input[type="radio"], - .navbar-form .checkbox input[type="checkbox"] { - position: relative; - margin-left: 0; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_forms\.scss; - } - - line { - font-family: \00003531; - } -} - - .navbar-form .has-feedback .form-control-feedback { - top: 0; - } -} - -@media (max-width: 767px) { -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003298; - } -} - - .navbar-form .form-group { - margin-bottom: 5px; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003302; - } -} - - .navbar-form .form-group:last-child { - margin-bottom: 0; - } -} - -@media (min-width: 768px) { -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003286; - } -} - - .navbar-form { - width: auto; - border: 0; - margin-left: 0; - margin-right: 0; - padding-top: 0; - padding-bottom: 0; - box-shadow: none; - } -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003327; - } -} - -.navbar-nav > li > .dropdown-menu { - margin-top: 0; - border-top-right-radius: 0; - border-top-left-radius: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003332; - } -} - -.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { - margin-bottom: 0; - border-top-right-radius: 4px; - border-top-left-radius: 4px; - border-bottom-right-radius: 0; - border-bottom-left-radius: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003343; - } -} - -.navbar-btn { - margin-top: 8px; - margin-bottom: 8px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003346; - } -} - -.navbar-btn.btn-sm, -.btn-group-sm > .navbar-btn.btn { - margin-top: 10px; - margin-bottom: 10px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003349; - } -} - -.navbar-btn.btn-xs, -.btn-group-xs > .navbar-btn.btn { - margin-top: 14px; - margin-bottom: 14px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003359; - } -} - -.navbar-text { - margin-top: 15px; - margin-bottom: 15px; -} - -@media (min-width: 768px) { -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003359; - } -} - - .navbar-text { - float: left; - margin-left: 15px; - margin-right: 15px; - } -} - -@media (min-width: 768px) { -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003379; - } -} - - .navbar-left { - float: left !important; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003382; - } -} - - .navbar-right { - float: right !important; - margin-right: -15px; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003386; - } -} - - .navbar-right ~ .navbar-right { - margin-right: 0; - } -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003397; - } -} - -.navbar-default { - background-color: #f8f8f8; - border-color: #e7e7e7; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003401; - } -} - -.navbar-default .navbar-brand { - color: #777; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003403; - } -} - -.navbar-default .navbar-brand:hover, -.navbar-default .navbar-brand:focus { - color: #5e5e5e; - background-color: transparent; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003410; - } -} - -.navbar-default .navbar-text { - color: #777; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003415; - } -} - -.navbar-default .navbar-nav > li > a { - color: #777; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003418; - } -} - -.navbar-default .navbar-nav > li > a:hover, -.navbar-default .navbar-nav > li > a:focus { - color: #333; - background-color: transparent; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003425; - } -} - -.navbar-default .navbar-nav > .active > a, -.navbar-default .navbar-nav > .active > a:hover, -.navbar-default .navbar-nav > .active > a:focus { - color: #555; - background-color: #e7e7e7; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003433; - } -} - -.navbar-default .navbar-nav > .disabled > a, -.navbar-default .navbar-nav > .disabled > a:hover, -.navbar-default .navbar-nav > .disabled > a:focus { - color: #ccc; - background-color: transparent; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003442; - } -} - -.navbar-default .navbar-toggle { - border-color: #ddd; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003444; - } -} - -.navbar-default .navbar-toggle:hover, -.navbar-default .navbar-toggle:focus { - background-color: #ddd; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003448; - } -} - -.navbar-default .navbar-toggle .icon-bar { - background-color: #888; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003453; - } -} - -.navbar-default .navbar-collapse, -.navbar-default .navbar-form { - border-color: #e7e7e7; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003462; - } -} - -.navbar-default .navbar-nav > .open > a, -.navbar-default .navbar-nav > .open > a:hover, -.navbar-default .navbar-nav > .open > a:focus { - background-color: #e7e7e7; - color: #555; -} - -@media (max-width: 767px) { -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003473; - } -} - - .navbar-default .navbar-nav .open .dropdown-menu > li > a { - color: #777; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003475; - } -} - - .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, - .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { - color: #333; - background-color: transparent; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003482; - } -} - - .navbar-default .navbar-nav .open .dropdown-menu > .active > a, - .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, - .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { - color: #555; - background-color: #e7e7e7; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003490; - } -} - - .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, - .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, - .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { - color: #ccc; - background-color: transparent; - } -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003506; - } -} - -.navbar-default .navbar-link { - color: #777; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003508; - } -} - -.navbar-default .navbar-link:hover { - color: #333; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003513; - } -} - -.navbar-default .btn-link { - color: #777; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003515; - } -} - -.navbar-default .btn-link:hover, -.navbar-default .btn-link:focus { - color: #333; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003521; - } -} - -.navbar-default .btn-link[disabled]:hover, -.navbar-default .btn-link[disabled]:focus, -fieldset[disabled] .navbar-default .btn-link:hover, -fieldset[disabled] .navbar-default .btn-link:focus { - color: #ccc; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003531; - } -} - -.navbar-inverse { - background-color: #222; - border-color: #090909; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003535; - } -} - -.navbar-inverse .navbar-brand { - color: #9d9d9d; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003537; - } -} - -.navbar-inverse .navbar-brand:hover, -.navbar-inverse .navbar-brand:focus { - color: #fff; - background-color: transparent; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003544; - } -} - -.navbar-inverse .navbar-text { - color: #9d9d9d; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003549; - } -} - -.navbar-inverse .navbar-nav > li > a { - color: #9d9d9d; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003552; - } -} - -.navbar-inverse .navbar-nav > li > a:hover, -.navbar-inverse .navbar-nav > li > a:focus { - color: #fff; - background-color: transparent; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003559; - } -} - -.navbar-inverse .navbar-nav > .active > a, -.navbar-inverse .navbar-nav > .active > a:hover, -.navbar-inverse .navbar-nav > .active > a:focus { - color: #fff; - background-color: #090909; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003567; - } -} - -.navbar-inverse .navbar-nav > .disabled > a, -.navbar-inverse .navbar-nav > .disabled > a:hover, -.navbar-inverse .navbar-nav > .disabled > a:focus { - color: #444; - background-color: transparent; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003577; - } -} - -.navbar-inverse .navbar-toggle { - border-color: #333; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003579; - } -} - -.navbar-inverse .navbar-toggle:hover, -.navbar-inverse .navbar-toggle:focus { - background-color: #333; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003583; - } -} - -.navbar-inverse .navbar-toggle .icon-bar { - background-color: #fff; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003588; - } -} - -.navbar-inverse .navbar-collapse, -.navbar-inverse .navbar-form { - border-color: #101010; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003596; - } -} - -.navbar-inverse .navbar-nav > .open > a, -.navbar-inverse .navbar-nav > .open > a:hover, -.navbar-inverse .navbar-nav > .open > a:focus { - background-color: #090909; - color: #fff; -} - -@media (max-width: 767px) { -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003607; - } -} - - .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { - border-color: #090909; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003610; - } -} - - .navbar-inverse .navbar-nav .open .dropdown-menu .divider { - background-color: #090909; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003613; - } -} - - .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { - color: #9d9d9d; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003615; - } -} - - .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, - .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { - color: #fff; - background-color: transparent; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003622; - } -} - - .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, - .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, - .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { - color: #fff; - background-color: #090909; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003630; - } -} - - .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, - .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, - .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { - color: #444; - background-color: transparent; - } -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003641; - } -} - -.navbar-inverse .navbar-link { - color: #9d9d9d; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003643; - } -} - -.navbar-inverse .navbar-link:hover { - color: #fff; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003648; - } -} - -.navbar-inverse .btn-link { - color: #9d9d9d; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003650; - } -} - -.navbar-inverse .btn-link:hover, -.navbar-inverse .btn-link:focus { - color: #fff; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_navbar\.scss; - } - - line { - font-family: \00003656; - } -} - -.navbar-inverse .btn-link[disabled]:hover, -.navbar-inverse .btn-link[disabled]:focus, -fieldset[disabled] .navbar-inverse .btn-link:hover, -fieldset[disabled] .navbar-inverse .btn-link:focus { - color: #444; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_breadcrumbs\.scss; - } - - line { - font-family: \000036; - } -} - -.breadcrumb { - padding: 8px 15px; - margin-bottom: 20px; - list-style: none; - background-color: #f5f5f5; - border-radius: 4px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_breadcrumbs\.scss; - } - - line { - font-family: \0000313; - } -} - -.breadcrumb > li { - display: inline-block; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_breadcrumbs\.scss; - } - - line { - font-family: \0000316; - } -} - -.breadcrumb > li + li:before { - content: "/ "; - padding: 0 5px; - color: #ccc; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_breadcrumbs\.scss; - } - - line { - font-family: \0000323; - } -} - -.breadcrumb > .active { - color: #777777; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_pagination\.scss; - } - - line { - font-family: \000034; - } -} - -.pagination { - display: inline-block; - padding-left: 0; - margin: 20px 0; - border-radius: 4px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_pagination\.scss; - } - - line { - font-family: \0000310; - } -} - -.pagination > li { - display: inline; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_pagination\.scss; - } - - line { - font-family: \0000312; - } -} - -.pagination > li > a, -.pagination > li > span { - position: relative; - float: left; - padding: 6px 12px; - line-height: 1.42857; - text-decoration: none; - color: #337ab7; - background-color: #fff; - border: 1px solid #ddd; - margin-left: -1px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_pagination\.scss; - } - - line { - font-family: \0000325; - } -} - -.pagination > li:first-child > a, -.pagination > li:first-child > span { - margin-left: 0; - border-bottom-left-radius: 4px; - border-top-left-radius: 4px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_pagination\.scss; - } - - line { - font-family: \0000332; - } -} - -.pagination > li:last-child > a, -.pagination > li:last-child > span { - border-bottom-right-radius: 4px; - border-top-right-radius: 4px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_pagination\.scss; - } - - line { - font-family: \0000341; - } -} - -.pagination > li > a:hover, -.pagination > li > a:focus, -.pagination > li > span:hover, -.pagination > li > span:focus { - z-index: 3; - color: #23527c; - background-color: #eeeeee; - border-color: #ddd; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_pagination\.scss; - } - - line { - font-family: \0000352; - } -} - -.pagination > .active > a, -.pagination > .active > a:hover, -.pagination > .active > a:focus, -.pagination > .active > span, -.pagination > .active > span:hover, -.pagination > .active > span:focus { - z-index: 2; - color: #fff; - background-color: #337ab7; - border-color: #337ab7; - cursor: default; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_pagination\.scss; - } - - line { - font-family: \0000364; - } -} - -.pagination > .disabled > span, -.pagination > .disabled > span:hover, -.pagination > .disabled > span:focus, -.pagination > .disabled > a, -.pagination > .disabled > a:hover, -.pagination > .disabled > a:focus { - color: #777777; - background-color: #fff; - border-color: #ddd; - cursor: not-allowed; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_pagination\.scss; - } - - line { - font-family: \000035; - } -} - -.pagination-lg > li > a, -.pagination-lg > li > span { - padding: 10px 16px; - font-size: 18px; - line-height: 1.33333; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_pagination\.scss; - } - - line { - font-family: \0000312; - } -} - -.pagination-lg > li:first-child > a, -.pagination-lg > li:first-child > span { - border-bottom-left-radius: 6px; - border-top-left-radius: 6px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_pagination\.scss; - } - - line { - font-family: \0000318; - } -} - -.pagination-lg > li:last-child > a, -.pagination-lg > li:last-child > span { - border-bottom-right-radius: 6px; - border-top-right-radius: 6px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_pagination\.scss; - } - - line { - font-family: \000035; - } -} - -.pagination-sm > li > a, -.pagination-sm > li > span { - padding: 5px 10px; - font-size: 12px; - line-height: 1.5; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_pagination\.scss; - } - - line { - font-family: \0000312; - } -} - -.pagination-sm > li:first-child > a, -.pagination-sm > li:first-child > span { - border-bottom-left-radius: 3px; - border-top-left-radius: 3px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_pagination\.scss; - } - - line { - font-family: \0000318; - } -} - -.pagination-sm > li:last-child > a, -.pagination-sm > li:last-child > span { - border-bottom-right-radius: 3px; - border-top-right-radius: 3px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_pager\.scss; - } - - line { - font-family: \000036; - } -} - -.pager { - padding-left: 0; - margin: 20px 0; - list-style: none; - text-align: center; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_clearfix\.scss; - } - - line { - font-family: \0000314; - } -} - -.pager:before, -.pager:after { - content: " "; - display: table; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_clearfix\.scss; - } - - line { - font-family: \0000319; - } -} - -.pager:after { - clear: both; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_pager\.scss; - } - - line { - font-family: \0000312; - } -} - -.pager li { - display: inline; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_pager\.scss; - } - - line { - font-family: \0000314; - } -} - -.pager li > a, -.pager li > span { - display: inline-block; - padding: 5px 14px; - background-color: #fff; - border: 1px solid #ddd; - border-radius: 15px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_pager\.scss; - } - - line { - font-family: \0000323; - } -} - -.pager li > a:hover, -.pager li > a:focus { - text-decoration: none; - background-color: #eeeeee; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_pager\.scss; - } - - line { - font-family: \0000331; - } -} - -.pager .next > a, -.pager .next > span { - float: right; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_pager\.scss; - } - - line { - font-family: \0000338; - } -} - -.pager .previous > a, -.pager .previous > span { - float: left; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_pager\.scss; - } - - line { - font-family: \0000345; - } -} - -.pager .disabled > a, -.pager .disabled > a:hover, -.pager .disabled > a:focus, -.pager .disabled > span { - color: #777777; - background-color: #fff; - cursor: not-allowed; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_labels\.scss; - } - - line { - font-family: \000035; - } -} - -.label { - display: inline; - padding: .2em .6em .3em; - font-size: 75%; - font-weight: bold; - line-height: 1; - color: #fff; - text-align: center; - white-space: nowrap; - vertical-align: baseline; - border-radius: .25em; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_labels\.scss; - } - - line { - font-family: \0000320; - } -} - -.label:empty { - display: none; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_labels\.scss; - } - - line { - font-family: \0000325; - } -} - -.btn .label { - position: relative; - top: -1px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_labels\.scss; - } - - line { - font-family: \0000333; - } -} - -a.label:hover, -a.label:focus { - color: #fff; - text-decoration: none; - cursor: pointer; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_labels\.scss; - } - - line { - font-family: \0000344; - } -} - -.label-default { - background-color: #777777; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_labels\.scss; - } - - line { - font-family: \000037; - } -} - -.label-default[href]:hover, -.label-default[href]:focus { - background-color: #5e5e5e; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_labels\.scss; - } - - line { - font-family: \0000348; - } -} - -.label-primary { - background-color: #337ab7; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_labels\.scss; - } - - line { - font-family: \000037; - } -} - -.label-primary[href]:hover, -.label-primary[href]:focus { - background-color: #286090; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_labels\.scss; - } - - line { - font-family: \0000352; - } -} - -.label-success { - background-color: #5cb85c; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_labels\.scss; - } - - line { - font-family: \000037; - } -} - -.label-success[href]:hover, -.label-success[href]:focus { - background-color: #449d44; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_labels\.scss; - } - - line { - font-family: \0000356; - } -} - -.label-info { - background-color: #5bc0de; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_labels\.scss; - } - - line { - font-family: \000037; - } -} - -.label-info[href]:hover, -.label-info[href]:focus { - background-color: #31b0d5; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_labels\.scss; - } - - line { - font-family: \0000360; - } -} - -.label-warning { - background-color: #f0ad4e; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_labels\.scss; - } - - line { - font-family: \000037; - } -} - -.label-warning[href]:hover, -.label-warning[href]:focus { - background-color: #ec971f; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_labels\.scss; - } - - line { - font-family: \0000364; - } -} - -.label-danger { - background-color: #d9534f; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_labels\.scss; - } - - line { - font-family: \000037; - } -} - -.label-danger[href]:hover, -.label-danger[href]:focus { - background-color: #c9302c; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_badges\.scss; - } - - line { - font-family: \000037; - } -} - -.badge { - display: inline-block; - min-width: 10px; - padding: 3px 7px; - font-size: 12px; - font-weight: bold; - color: #fff; - line-height: 1; - vertical-align: middle; - white-space: nowrap; - text-align: center; - background-color: #777777; - border-radius: 10px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_badges\.scss; - } - - line { - font-family: \0000322; - } -} - -.badge:empty { - display: none; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_badges\.scss; - } - - line { - font-family: \0000327; - } -} - -.btn .badge { - position: relative; - top: -1px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_badges\.scss; - } - - line { - font-family: \0000332; - } -} - -.btn-xs .badge, -.btn-group-xs > .btn .badge, -.btn-group-xs > .btn .badge { - top: 0; - padding: 1px 5px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_badges\.scss; - } - - line { - font-family: \0000341; - } -} - -.list-group-item.active > .badge, -.nav-pills > .active > a > .badge { - color: #337ab7; - background-color: #fff; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_badges\.scss; - } - - line { - font-family: \0000347; - } -} - -.list-group-item > .badge { - float: right; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_badges\.scss; - } - - line { - font-family: \0000351; - } -} - -.list-group-item > .badge + .badge { - margin-right: 5px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_badges\.scss; - } - - line { - font-family: \0000355; - } -} - -.nav-pills > li > a > .badge { - margin-left: 3px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_badges\.scss; - } - - line { - font-family: \0000362; - } -} - -a.badge:hover, -a.badge:focus { - color: #fff; - text-decoration: none; - cursor: pointer; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_jumbotron\.scss; - } - - line { - font-family: \000036; - } -} - -.jumbotron { - padding-top: 30px; - padding-bottom: 30px; - margin-bottom: 30px; - color: inherit; - background-color: #eeeeee; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_jumbotron\.scss; - } - - line { - font-family: \0000313; - } -} - -.jumbotron h1, -.jumbotron .h1 { - color: inherit; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_jumbotron\.scss; - } - - line { - font-family: \0000318; - } -} - -.jumbotron p { - margin-bottom: 15px; - font-size: 21px; - font-weight: 200; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_jumbotron\.scss; - } - - line { - font-family: \0000324; - } -} - -.jumbotron > hr { - border-top-color: #d5d5d5; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_jumbotron\.scss; - } - - line { - font-family: \0000328; - } -} - -.container .jumbotron, -.container-fluid .jumbotron { - border-radius: 6px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_jumbotron\.scss; - } - - line { - font-family: \0000333; - } -} - -.jumbotron .container { - max-width: 100%; -} - -@media screen and (min-width: 768px) { -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_jumbotron\.scss; - } - - line { - font-family: \000036; - } -} - - .jumbotron { - padding-top: 48px; - padding-bottom: 48px; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_jumbotron\.scss; - } - - line { - font-family: \0000341; - } -} - - .container .jumbotron, - .container-fluid .jumbotron { - padding-left: 60px; - padding-right: 60px; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_jumbotron\.scss; - } - - line { - font-family: \0000347; - } -} - - .jumbotron h1, - .jumbotron .h1 { - font-size: 63px; - } -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_thumbnails\.scss; - } - - line { - font-family: \000037; - } -} - -.thumbnail { - display: block; - padding: 4px; - margin-bottom: 20px; - line-height: 1.42857; - background-color: #fff; - border: 1px solid #ddd; - border-radius: 4px; - transition: border 0.2s ease-in-out; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_thumbnails\.scss; - } - - line { - font-family: \0000317; - } -} - -.thumbnail > img, -.thumbnail a > img { - display: block; - max-width: 100%; - height: auto; - margin-left: auto; - margin-right: auto; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_thumbnails\.scss; - } - - line { - font-family: \0000327; - } -} - -.thumbnail .caption { - padding: 9px; - color: #111; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_thumbnails\.scss; - } - - line { - font-family: \0000334; - } -} - -a.thumbnail:hover, -a.thumbnail:focus, -a.thumbnail.active { - border-color: #337ab7; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_alerts\.scss; - } - - line { - font-family: \000039; - } -} - -.alert { - padding: 15px; - margin-bottom: 20px; - border: 1px solid transparent; - border-radius: 4px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_alerts\.scss; - } - - line { - font-family: \0000316; - } -} - -.alert h4 { - margin-top: 0; - color: inherit; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_alerts\.scss; - } - - line { - font-family: \0000323; - } -} - -.alert .alert-link { - font-weight: bold; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_alerts\.scss; - } - - line { - font-family: \0000328; - } -} - -.alert > p, -.alert > ul { - margin-bottom: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_alerts\.scss; - } - - line { - font-family: \0000333; - } -} - -.alert > p + p { - margin-top: 5px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_alerts\.scss; - } - - line { - font-family: \0000342; - } -} - -.alert-dismissable, -.alert-dismissible { - padding-right: 35px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_alerts\.scss; - } - - line { - font-family: \0000347; - } -} - -.alert-dismissable .close, -.alert-dismissible .close { - position: relative; - top: -2px; - right: -21px; - color: inherit; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_alerts\.scss; - } - - line { - font-family: \0000359; - } -} - -.alert-success { - background-color: #dff0d8; - border-color: #d6e9c6; - color: #3c763d; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_alerts\.scss; - } - - line { - font-family: \000038; - } -} - -.alert-success hr { - border-top-color: #c9e2b3; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_alerts\.scss; - } - - line { - font-family: \0000311; - } -} - -.alert-success .alert-link { - color: #2b542c; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_alerts\.scss; - } - - line { - font-family: \0000363; - } -} - -.alert-info { - background-color: #d9edf7; - border-color: #bce8f1; - color: #31708f; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_alerts\.scss; - } - - line { - font-family: \000038; - } -} - -.alert-info hr { - border-top-color: #a6e1ec; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_alerts\.scss; - } - - line { - font-family: \0000311; - } -} - -.alert-info .alert-link { - color: #245269; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_alerts\.scss; - } - - line { - font-family: \0000367; - } -} - -.alert-warning { - background-color: #fcf8e3; - border-color: #faebcc; - color: #8a6d3b; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_alerts\.scss; - } - - line { - font-family: \000038; - } -} - -.alert-warning hr { - border-top-color: #f7e1b5; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_alerts\.scss; - } - - line { - font-family: \0000311; - } -} - -.alert-warning .alert-link { - color: #66512c; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_alerts\.scss; - } - - line { - font-family: \0000371; - } -} - -.alert-danger { - background-color: #f2dede; - border-color: #ebccd1; - color: #a94442; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_alerts\.scss; - } - - line { - font-family: \000038; - } -} - -.alert-danger hr { - border-top-color: #e4b9c0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_alerts\.scss; - } - - line { - font-family: \0000311; - } -} - -.alert-danger .alert-link { - color: #843534; -} - -@-webkit-keyframes progress-bar-stripes { - from { - background-position: 40px 0; - } - - to { - background-position: 0 0; - } -} - -@keyframes progress-bar-stripes { - from { - background-position: 40px 0; - } - - to { - background-position: 0 0; - } -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_progress-bars\.scss; - } - - line { - font-family: \0000326; - } -} - -.progress { - overflow: hidden; - height: 20px; - margin-bottom: 20px; - background-color: #f5f5f5; - border-radius: 4px; - box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_progress-bars\.scss; - } - - line { - font-family: \0000336; - } -} - -.progress-bar { - float: left; - width: 0%; - height: 100%; - font-size: 12px; - line-height: 20px; - color: #fff; - text-align: center; - background-color: #337ab7; - box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); - transition: width 0.6s ease; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_progress-bars\.scss; - } - - line { - font-family: \0000354; - } -} - -.progress-striped .progress-bar, -.progress-bar-striped { - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-size: 40px 40px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_progress-bars\.scss; - } - - line { - font-family: \0000364; - } -} - -.progress.active .progress-bar, -.progress-bar.active { - -webkit-animation: progress-bar-stripes 2s linear infinite; - animation: progress-bar-stripes 2s linear infinite; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_progress-bars\.scss; - } - - line { - font-family: \0000373; - } -} - -.progress-bar-success { - background-color: #5cb85c; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_progress-bar\.scss; - } - - line { - font-family: \000037; - } -} - -.progress-striped .progress-bar-success { - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_progress-bars\.scss; - } - - line { - font-family: \0000377; - } -} - -.progress-bar-info { - background-color: #5bc0de; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_progress-bar\.scss; - } - - line { - font-family: \000037; - } -} - -.progress-striped .progress-bar-info { - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_progress-bars\.scss; - } - - line { - font-family: \0000381; - } -} - -.progress-bar-warning { - background-color: #f0ad4e; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_progress-bar\.scss; - } - - line { - font-family: \000037; - } -} - -.progress-striped .progress-bar-warning { - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_progress-bars\.scss; - } - - line { - font-family: \0000385; - } -} - -.progress-bar-danger { - background-color: #d9534f; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_progress-bar\.scss; - } - - line { - font-family: \000037; - } -} - -.progress-striped .progress-bar-danger { - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_media\.scss; - } - - line { - font-family: \000031; - } -} - -.media { - margin-top: 15px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_media\.scss; - } - - line { - font-family: \000035; - } -} - -.media:first-child { - margin-top: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_media\.scss; - } - - line { - font-family: \0000310; - } -} - -.media, -.media-body { - zoom: 1; - overflow: hidden; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_media\.scss; - } - - line { - font-family: \0000316; - } -} - -.media-body { - width: 10000px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_media\.scss; - } - - line { - font-family: \0000320; - } -} - -.media-object { - display: block; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_media\.scss; - } - - line { - font-family: \0000324; - } -} - -.media-object.img-thumbnail { - max-width: none; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_media\.scss; - } - - line { - font-family: \0000329; - } -} - -.media-right, -.media > .pull-right { - padding-left: 10px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_media\.scss; - } - - line { - font-family: \0000334; - } -} - -.media-left, -.media > .pull-left { - padding-right: 10px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_media\.scss; - } - - line { - font-family: \0000339; - } -} - -.media-left, -.media-right, -.media-body { - display: table-cell; - vertical-align: top; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_media\.scss; - } - - line { - font-family: \0000346; - } -} - -.media-middle { - vertical-align: middle; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_media\.scss; - } - - line { - font-family: \0000350; - } -} - -.media-bottom { - vertical-align: bottom; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_media\.scss; - } - - line { - font-family: \0000355; - } -} - -.media-heading { - margin-top: 0; - margin-bottom: 5px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_media\.scss; - } - - line { - font-family: \0000363; - } -} - -.media-list { - padding-left: 0; - list-style: none; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_list-group\.scss; - } - - line { - font-family: \0000310; - } -} - -.list-group { - margin-bottom: 20px; - padding-left: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_list-group\.scss; - } - - line { - font-family: \0000321; - } -} - -.list-group-item { - position: relative; - display: block; - padding: 10px 15px; - margin-bottom: -1px; - background-color: #fff; - border: 1px solid #ddd; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_list-group\.scss; - } - - line { - font-family: \0000331; - } -} - -.list-group-item:first-child { - border-top-right-radius: 4px; - border-top-left-radius: 4px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_list-group\.scss; - } - - line { - font-family: \0000334; - } -} - -.list-group-item:last-child { - margin-bottom: 0; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_list-group\.scss; - } - - line { - font-family: \0000346; - } -} - -a.list-group-item, -button.list-group-item { - color: #555; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_list-group\.scss; - } - - line { - font-family: \0000350; - } -} - -a.list-group-item .list-group-item-heading, -button.list-group-item .list-group-item-heading { - color: #333; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_list-group\.scss; - } - - line { - font-family: \0000355; - } -} - -a.list-group-item:hover, -a.list-group-item:focus, -button.list-group-item:hover, -button.list-group-item:focus { - text-decoration: none; - color: #555; - background-color: #f5f5f5; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_list-group\.scss; - } - - line { - font-family: \0000363; - } -} - -button.list-group-item { - width: 100%; - text-align: left; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_list-group\.scss; - } - - line { - font-family: \0000370; - } -} - -.list-group-item.disabled, -.list-group-item.disabled:hover, -.list-group-item.disabled:focus { - background-color: #eeeeee; - color: #777777; - cursor: not-allowed; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_list-group\.scss; - } - - line { - font-family: \0000378; - } -} - -.list-group-item.disabled .list-group-item-heading, -.list-group-item.disabled:hover .list-group-item-heading, -.list-group-item.disabled:focus .list-group-item-heading { - color: inherit; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_list-group\.scss; - } - - line { - font-family: \0000381; - } -} - -.list-group-item.disabled .list-group-item-text, -.list-group-item.disabled:hover .list-group-item-text, -.list-group-item.disabled:focus .list-group-item-text { - color: #777777; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_list-group\.scss; - } - - line { - font-family: \0000387; - } -} - -.list-group-item.active, -.list-group-item.active:hover, -.list-group-item.active:focus { - z-index: 2; - color: #fff; - background-color: #337ab7; - border-color: #337ab7; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_list-group\.scss; - } - - line { - font-family: \0000396; - } -} - -.list-group-item.active .list-group-item-heading, -.list-group-item.active .list-group-item-heading > small, -.list-group-item.active .list-group-item-heading > .small, -.list-group-item.active:hover .list-group-item-heading, -.list-group-item.active:hover .list-group-item-heading > small, -.list-group-item.active:hover .list-group-item-heading > .small, -.list-group-item.active:focus .list-group-item-heading, -.list-group-item.active:focus .list-group-item-heading > small, -.list-group-item.active:focus .list-group-item-heading > .small { - color: inherit; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_list-group\.scss; - } - - line { - font-family: \00003101; - } -} - -.list-group-item.active .list-group-item-text, -.list-group-item.active:hover .list-group-item-text, -.list-group-item.active:focus .list-group-item-text { - color: #c7ddef; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_list-group\.scss; - } - - line { - font-family: \000034; - } -} - -.list-group-item-success { - color: #3c763d; - background-color: #dff0d8; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_list-group\.scss; - } - - line { - font-family: \0000311; - } -} - -a.list-group-item-success, -button.list-group-item-success { - color: #3c763d; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_list-group\.scss; - } - - line { - font-family: \0000315; - } -} - -a.list-group-item-success .list-group-item-heading, -button.list-group-item-success .list-group-item-heading { - color: inherit; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_list-group\.scss; - } - - line { - font-family: \0000319; - } -} - -a.list-group-item-success:hover, -a.list-group-item-success:focus, -button.list-group-item-success:hover, -button.list-group-item-success:focus { - color: #3c763d; - background-color: #d0e9c6; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_list-group\.scss; - } - - line { - font-family: \0000324; - } -} - -a.list-group-item-success.active, -a.list-group-item-success.active:hover, -a.list-group-item-success.active:focus, -button.list-group-item-success.active, -button.list-group-item-success.active:hover, -button.list-group-item-success.active:focus { - color: #fff; - background-color: #3c763d; - border-color: #3c763d; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_list-group\.scss; - } - - line { - font-family: \000034; - } -} - -.list-group-item-info { - color: #31708f; - background-color: #d9edf7; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_list-group\.scss; - } - - line { - font-family: \0000311; - } -} - -a.list-group-item-info, -button.list-group-item-info { - color: #31708f; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_list-group\.scss; - } - - line { - font-family: \0000315; - } -} - -a.list-group-item-info .list-group-item-heading, -button.list-group-item-info .list-group-item-heading { - color: inherit; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_list-group\.scss; - } - - line { - font-family: \0000319; - } -} - -a.list-group-item-info:hover, -a.list-group-item-info:focus, -button.list-group-item-info:hover, -button.list-group-item-info:focus { - color: #31708f; - background-color: #c4e3f3; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_list-group\.scss; - } - - line { - font-family: \0000324; - } -} - -a.list-group-item-info.active, -a.list-group-item-info.active:hover, -a.list-group-item-info.active:focus, -button.list-group-item-info.active, -button.list-group-item-info.active:hover, -button.list-group-item-info.active:focus { - color: #fff; - background-color: #31708f; - border-color: #31708f; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_list-group\.scss; - } - - line { - font-family: \000034; - } -} - -.list-group-item-warning { - color: #8a6d3b; - background-color: #fcf8e3; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_list-group\.scss; - } - - line { - font-family: \0000311; - } -} - -a.list-group-item-warning, -button.list-group-item-warning { - color: #8a6d3b; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_list-group\.scss; - } - - line { - font-family: \0000315; - } -} - -a.list-group-item-warning .list-group-item-heading, -button.list-group-item-warning .list-group-item-heading { - color: inherit; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_list-group\.scss; - } - - line { - font-family: \0000319; - } -} - -a.list-group-item-warning:hover, -a.list-group-item-warning:focus, -button.list-group-item-warning:hover, -button.list-group-item-warning:focus { - color: #8a6d3b; - background-color: #faf2cc; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_list-group\.scss; - } - - line { - font-family: \0000324; - } -} - -a.list-group-item-warning.active, -a.list-group-item-warning.active:hover, -a.list-group-item-warning.active:focus, -button.list-group-item-warning.active, -button.list-group-item-warning.active:hover, -button.list-group-item-warning.active:focus { - color: #fff; - background-color: #8a6d3b; - border-color: #8a6d3b; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_list-group\.scss; - } - - line { - font-family: \000034; - } -} - -.list-group-item-danger { - color: #a94442; - background-color: #f2dede; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_list-group\.scss; - } - - line { - font-family: \0000311; - } -} - -a.list-group-item-danger, -button.list-group-item-danger { - color: #a94442; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_list-group\.scss; - } - - line { - font-family: \0000315; - } -} - -a.list-group-item-danger .list-group-item-heading, -button.list-group-item-danger .list-group-item-heading { - color: inherit; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_list-group\.scss; - } - - line { - font-family: \0000319; - } -} - -a.list-group-item-danger:hover, -a.list-group-item-danger:focus, -button.list-group-item-danger:hover, -button.list-group-item-danger:focus { - color: #a94442; - background-color: #ebcccc; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_list-group\.scss; - } - - line { - font-family: \0000324; - } -} - -a.list-group-item-danger.active, -a.list-group-item-danger.active:hover, -a.list-group-item-danger.active:focus, -button.list-group-item-danger.active, -button.list-group-item-danger.active:hover, -button.list-group-item-danger.active:focus { - color: #fff; - background-color: #a94442; - border-color: #a94442; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_list-group\.scss; - } - - line { - font-family: \00003123; - } -} - -.list-group-item-heading { - margin-top: 0; - margin-bottom: 5px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_list-group\.scss; - } - - line { - font-family: \00003127; - } -} - -.list-group-item-text { - margin-bottom: 0; - line-height: 1.3; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_panels\.scss; - } - - line { - font-family: \000037; - } -} - -.panel { - margin-bottom: 20px; - background-color: #fff; - border: 1px solid transparent; - border-radius: 4px; - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_panels\.scss; - } - - line { - font-family: \0000316; - } -} - -.panel-body { - padding: 15px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_clearfix\.scss; - } - - line { - font-family: \0000314; - } -} - -.panel-body:before, -.panel-body:after { - content: " "; - display: table; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_clearfix\.scss; - } - - line { - font-family: \0000319; - } -} - -.panel-body:after { - clear: both; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_panels\.scss; - } - - line { - font-family: \0000322; - } -} - -.panel-heading { - padding: 10px 15px; - border-bottom: 1px solid transparent; - border-top-right-radius: 3px; - border-top-left-radius: 3px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_panels\.scss; - } - - line { - font-family: \0000327; - } -} - -.panel-heading > .dropdown .dropdown-toggle { - color: inherit; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_panels\.scss; - } - - line { - font-family: \0000333; - } -} - -.panel-title { - margin-top: 0; - margin-bottom: 0; - font-size: 16px; - color: inherit; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_panels\.scss; - } - - line { - font-family: \0000339; - } -} - -.panel-title > a, -.panel-title > small, -.panel-title > .small, -.panel-title > small > a, -.panel-title > .small > a { - color: inherit; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_panels\.scss; - } - - line { - font-family: \0000349; - } -} - -.panel-footer { - padding: 10px 15px; - background-color: #f5f5f5; - border-top: 1px solid #ddd; - border-bottom-right-radius: 3px; - border-bottom-left-radius: 3px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_panels\.scss; - } - - line { - font-family: \0000363; - } -} - -.panel > .list-group, -.panel > .panel-collapse > .list-group { - margin-bottom: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_panels\.scss; - } - - line { - font-family: \0000367; - } -} - -.panel > .list-group .list-group-item, -.panel > .panel-collapse > .list-group .list-group-item { - border-width: 1px 0; - border-radius: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_panels\.scss; - } - - line { - font-family: \0000374; - } -} - -.panel > .list-group:first-child .list-group-item:first-child, -.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child { - border-top: 0; - border-top-right-radius: 3px; - border-top-left-radius: 3px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_panels\.scss; - } - - line { - font-family: \0000382; - } -} - -.panel > .list-group:last-child .list-group-item:last-child, -.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child { - border-bottom: 0; - border-bottom-right-radius: 3px; - border-bottom-left-radius: 3px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_panels\.scss; - } - - line { - font-family: \0000389; - } -} - -.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child { - border-top-right-radius: 0; - border-top-left-radius: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_panels\.scss; - } - - line { - font-family: \0000396; - } -} - -.panel-heading + .list-group .list-group-item:first-child { - border-top-width: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_panels\.scss; - } - - line { - font-family: \00003100; - } -} - -.list-group + .panel-footer { - border-top-width: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_panels\.scss; - } - - line { - font-family: \00003110; - } -} - -.panel > .table, -.panel > .table-responsive > .table, -.panel > .panel-collapse > .table { - margin-bottom: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_panels\.scss; - } - - line { - font-family: \00003115; - } -} - -.panel > .table caption, -.panel > .table-responsive > .table caption, -.panel > .panel-collapse > .table caption { - padding-left: 15px; - padding-right: 15px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_panels\.scss; - } - - line { - font-family: \00003121; - } -} - -.panel > .table:first-child, -.panel > .table-responsive:first-child > .table:first-child { - border-top-right-radius: 3px; - border-top-left-radius: 3px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_panels\.scss; - } - - line { - font-family: \00003127; - } -} - -.panel > .table:first-child > thead:first-child > tr:first-child, -.panel > .table:first-child > tbody:first-child > tr:first-child, -.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, -.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child { - border-top-left-radius: 3px; - border-top-right-radius: 3px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_panels\.scss; - } - - line { - font-family: \00003131; - } -} - -.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, -.panel > .table:first-child > thead:first-child > tr:first-child th:first-child, -.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, -.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, -.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, -.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, -.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, -.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { - border-top-left-radius: 3px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_panels\.scss; - } - - line { - font-family: \00003135; - } -} - -.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, -.panel > .table:first-child > thead:first-child > tr:first-child th:last-child, -.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, -.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, -.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, -.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, -.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, -.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { - border-top-right-radius: 3px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_panels\.scss; - } - - line { - font-family: \00003143; - } -} - -.panel > .table:last-child, -.panel > .table-responsive:last-child > .table:last-child { - border-bottom-right-radius: 3px; - border-bottom-left-radius: 3px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_panels\.scss; - } - - line { - font-family: \00003149; - } -} - -.panel > .table:last-child > tbody:last-child > tr:last-child, -.panel > .table:last-child > tfoot:last-child > tr:last-child, -.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, -.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child { - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_panels\.scss; - } - - line { - font-family: \00003153; - } -} - -.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, -.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, -.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, -.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, -.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, -.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, -.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, -.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { - border-bottom-left-radius: 3px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_panels\.scss; - } - - line { - font-family: \00003157; - } -} - -.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, -.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, -.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, -.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, -.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, -.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, -.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, -.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { - border-bottom-right-radius: 3px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_panels\.scss; - } - - line { - font-family: \00003164; - } -} - -.panel > .panel-body + .table, -.panel > .panel-body + .table-responsive, -.panel > .table + .panel-body, -.panel > .table-responsive + .panel-body { - border-top: 1px solid #ddd; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_panels\.scss; - } - - line { - font-family: \00003170; - } -} - -.panel > .table > tbody:first-child > tr:first-child th, -.panel > .table > tbody:first-child > tr:first-child td { - border-top: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_panels\.scss; - } - - line { - font-family: \00003174; - } -} - -.panel > .table-bordered, -.panel > .table-responsive > .table-bordered { - border: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_panels\.scss; - } - - line { - font-family: \00003181; - } -} - -.panel > .table-bordered > thead > tr > th:first-child, -.panel > .table-bordered > thead > tr > td:first-child, -.panel > .table-bordered > tbody > tr > th:first-child, -.panel > .table-bordered > tbody > tr > td:first-child, -.panel > .table-bordered > tfoot > tr > th:first-child, -.panel > .table-bordered > tfoot > tr > td:first-child, -.panel > .table-responsive > .table-bordered > thead > tr > th:first-child, -.panel > .table-responsive > .table-bordered > thead > tr > td:first-child, -.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, -.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, -.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, -.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { - border-left: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_panels\.scss; - } - - line { - font-family: \00003185; - } -} - -.panel > .table-bordered > thead > tr > th:last-child, -.panel > .table-bordered > thead > tr > td:last-child, -.panel > .table-bordered > tbody > tr > th:last-child, -.panel > .table-bordered > tbody > tr > td:last-child, -.panel > .table-bordered > tfoot > tr > th:last-child, -.panel > .table-bordered > tfoot > tr > td:last-child, -.panel > .table-responsive > .table-bordered > thead > tr > th:last-child, -.panel > .table-responsive > .table-bordered > thead > tr > td:last-child, -.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, -.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, -.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, -.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { - border-right: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_panels\.scss; - } - - line { - font-family: \00003194; - } -} - -.panel > .table-bordered > thead > tr:first-child > td, -.panel > .table-bordered > thead > tr:first-child > th, -.panel > .table-bordered > tbody > tr:first-child > td, -.panel > .table-bordered > tbody > tr:first-child > th, -.panel > .table-responsive > .table-bordered > thead > tr:first-child > td, -.panel > .table-responsive > .table-bordered > thead > tr:first-child > th, -.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, -.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th { - border-bottom: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_panels\.scss; - } - - line { - font-family: \00003203; - } -} - -.panel > .table-bordered > tbody > tr:last-child > td, -.panel > .table-bordered > tbody > tr:last-child > th, -.panel > .table-bordered > tfoot > tr:last-child > td, -.panel > .table-bordered > tfoot > tr:last-child > th, -.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, -.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, -.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, -.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th { - border-bottom: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_panels\.scss; - } - - line { - font-family: \00003210; - } -} - -.panel > .table-responsive { - border: 0; - margin-bottom: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_panels\.scss; - } - - line { - font-family: \00003222; - } -} - -.panel-group { - margin-bottom: 20px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_panels\.scss; - } - - line { - font-family: \00003226; - } -} - -.panel-group .panel { - margin-bottom: 0; - border-radius: 4px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_panels\.scss; - } - - line { - font-family: \00003230; - } -} - -.panel-group .panel + .panel { - margin-top: 5px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_panels\.scss; - } - - line { - font-family: \00003235; - } -} - -.panel-group .panel-heading { - border-bottom: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_panels\.scss; - } - - line { - font-family: \00003238; - } -} - -.panel-group .panel-heading + .panel-collapse > .panel-body, -.panel-group .panel-heading + .panel-collapse > .list-group { - border-top: 1px solid #ddd; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_panels\.scss; - } - - line { - font-family: \00003244; - } -} - -.panel-group .panel-footer { - border-top: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_panels\.scss; - } - - line { - font-family: \00003246; - } -} - -.panel-group .panel-footer + .panel-collapse .panel-body { - border-bottom: 1px solid #ddd; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_panels\.scss; - } - - line { - font-family: \00003254; - } -} - -.panel-default { - border-color: #ddd; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_panels\.scss; - } - - line { - font-family: \000036; - } -} - -.panel-default > .panel-heading { - color: #333333; - background-color: #f5f5f5; - border-color: #ddd; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_panels\.scss; - } - - line { - font-family: \0000311; - } -} - -.panel-default > .panel-heading + .panel-collapse > .panel-body { - border-top-color: #ddd; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_panels\.scss; - } - - line { - font-family: \0000314; - } -} - -.panel-default > .panel-heading .badge { - color: #f5f5f5; - background-color: #333333; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_panels\.scss; - } - - line { - font-family: \0000320; - } -} - -.panel-default > .panel-footer + .panel-collapse > .panel-body { - border-bottom-color: #ddd; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_panels\.scss; - } - - line { - font-family: \00003257; - } -} - -.panel-primary { - border-color: #337ab7; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_panels\.scss; - } - - line { - font-family: \000036; - } -} - -.panel-primary > .panel-heading { - color: #fff; - background-color: #337ab7; - border-color: #337ab7; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_panels\.scss; - } - - line { - font-family: \0000311; - } -} - -.panel-primary > .panel-heading + .panel-collapse > .panel-body { - border-top-color: #337ab7; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_panels\.scss; - } - - line { - font-family: \0000314; - } -} - -.panel-primary > .panel-heading .badge { - color: #337ab7; - background-color: #fff; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_panels\.scss; - } - - line { - font-family: \0000320; - } -} - -.panel-primary > .panel-footer + .panel-collapse > .panel-body { - border-bottom-color: #337ab7; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_panels\.scss; - } - - line { - font-family: \00003260; - } -} - -.panel-success { - border-color: #d6e9c6; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_panels\.scss; - } - - line { - font-family: \000036; - } -} - -.panel-success > .panel-heading { - color: #3c763d; - background-color: #dff0d8; - border-color: #d6e9c6; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_panels\.scss; - } - - line { - font-family: \0000311; - } -} - -.panel-success > .panel-heading + .panel-collapse > .panel-body { - border-top-color: #d6e9c6; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_panels\.scss; - } - - line { - font-family: \0000314; - } -} - -.panel-success > .panel-heading .badge { - color: #dff0d8; - background-color: #3c763d; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_panels\.scss; - } - - line { - font-family: \0000320; - } -} - -.panel-success > .panel-footer + .panel-collapse > .panel-body { - border-bottom-color: #d6e9c6; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_panels\.scss; - } - - line { - font-family: \00003263; - } -} - -.panel-info { - border-color: #bce8f1; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_panels\.scss; - } - - line { - font-family: \000036; - } -} - -.panel-info > .panel-heading { - color: #31708f; - background-color: #d9edf7; - border-color: #bce8f1; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_panels\.scss; - } - - line { - font-family: \0000311; - } -} - -.panel-info > .panel-heading + .panel-collapse > .panel-body { - border-top-color: #bce8f1; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_panels\.scss; - } - - line { - font-family: \0000314; - } -} - -.panel-info > .panel-heading .badge { - color: #d9edf7; - background-color: #31708f; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_panels\.scss; - } - - line { - font-family: \0000320; - } -} - -.panel-info > .panel-footer + .panel-collapse > .panel-body { - border-bottom-color: #bce8f1; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_panels\.scss; - } - - line { - font-family: \00003266; - } -} - -.panel-warning { - border-color: #faebcc; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_panels\.scss; - } - - line { - font-family: \000036; - } -} - -.panel-warning > .panel-heading { - color: #8a6d3b; - background-color: #fcf8e3; - border-color: #faebcc; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_panels\.scss; - } - - line { - font-family: \0000311; - } -} - -.panel-warning > .panel-heading + .panel-collapse > .panel-body { - border-top-color: #faebcc; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_panels\.scss; - } - - line { - font-family: \0000314; - } -} - -.panel-warning > .panel-heading .badge { - color: #fcf8e3; - background-color: #8a6d3b; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_panels\.scss; - } - - line { - font-family: \0000320; - } -} - -.panel-warning > .panel-footer + .panel-collapse > .panel-body { - border-bottom-color: #faebcc; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_panels\.scss; - } - - line { - font-family: \00003269; - } -} - -.panel-danger { - border-color: #ebccd1; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_panels\.scss; - } - - line { - font-family: \000036; - } -} - -.panel-danger > .panel-heading { - color: #a94442; - background-color: #f2dede; - border-color: #ebccd1; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_panels\.scss; - } - - line { - font-family: \0000311; - } -} - -.panel-danger > .panel-heading + .panel-collapse > .panel-body { - border-top-color: #ebccd1; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_panels\.scss; - } - - line { - font-family: \0000314; - } -} - -.panel-danger > .panel-heading .badge { - color: #f2dede; - background-color: #a94442; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_panels\.scss; - } - - line { - font-family: \0000320; - } -} - -.panel-danger > .panel-footer + .panel-collapse > .panel-body { - border-bottom-color: #ebccd1; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_responsive-embed\.scss; - } - - line { - font-family: \000035; - } -} - -.embed-responsive { - position: relative; - display: block; - height: 0; - padding: 0; - overflow: hidden; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_responsive-embed\.scss; - } - - line { - font-family: \0000312; - } -} - -.embed-responsive .embed-responsive-item, -.embed-responsive iframe, -.embed-responsive embed, -.embed-responsive object, -.embed-responsive video { - position: absolute; - top: 0; - left: 0; - bottom: 0; - height: 100%; - width: 100%; - border: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_responsive-embed\.scss; - } - - line { - font-family: \0000328; - } -} - -.embed-responsive-16by9 { - padding-bottom: 56.25%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_responsive-embed\.scss; - } - - line { - font-family: \0000333; - } -} - -.embed-responsive-4by3 { - padding-bottom: 75%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_wells\.scss; - } - - line { - font-family: \000037; - } -} - -.well { - min-height: 20px; - padding: 19px; - margin-bottom: 20px; - background-color: #f5f5f5; - border: 1px solid #e3e3e3; - border-radius: 4px; - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_wells\.scss; - } - - line { - font-family: \0000315; - } -} - -.well blockquote { - border-color: #ddd; - border-color: rgba(0, 0, 0, 0.15); -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_wells\.scss; - } - - line { - font-family: \0000322; - } -} - -.well-lg { - padding: 24px; - border-radius: 6px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_wells\.scss; - } - - line { - font-family: \0000326; - } -} - -.well-sm { - padding: 9px; - border-radius: 3px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_close\.scss; - } - - line { - font-family: \000036; - } -} - -.close { - float: right; - font-size: 21px; - font-weight: bold; - line-height: 1; - color: #000; - text-shadow: 0 1px 0 #fff; - opacity: 0.2; - filter: alpha(opacity=20); -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_close\.scss; - } - - line { - font-family: \0000315; - } -} - -.close:hover, -.close:focus { - color: #000; - text-decoration: none; - cursor: pointer; - opacity: 0.5; - filter: alpha(opacity=50); -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_close\.scss; - } - - line { - font-family: \0000330; - } -} - -button.close { - padding: 0; - cursor: pointer; - background: transparent; - border: 0; - -webkit-appearance: none; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_modals\.scss; - } - - line { - font-family: \0000311; - } -} - -.modal-open { - overflow: hidden; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_modals\.scss; - } - - line { - font-family: \0000316; - } -} - -.modal { - display: none; - overflow: hidden; - position: fixed; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 1050; - -webkit-overflow-scrolling: touch; - outline: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_modals\.scss; - } - - line { - font-family: \0000332; - } -} - -.modal.fade .modal-dialog { - -webkit-transform: translate(0, -25%); - transform: translate(0, -25%); - transition: transform 0.3s ease-out; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_modals\.scss; - } - - line { - font-family: \0000336; - } -} - -.modal.in .modal-dialog { - -webkit-transform: translate(0, 0); - transform: translate(0, 0); -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_modals\.scss; - } - - line { - font-family: \0000338; - } -} - -.modal-open .modal { - overflow-x: hidden; - overflow-y: auto; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_modals\.scss; - } - - line { - font-family: \0000344; - } -} - -.modal-dialog { - position: relative; - width: auto; - margin: 10px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_modals\.scss; - } - - line { - font-family: \0000351; - } -} - -.modal-content { - position: relative; - background-color: #fff; - border: 1px solid #999; - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 6px; - box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); - background-clip: padding-box; - outline: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_modals\.scss; - } - - line { - font-family: \0000364; - } -} - -.modal-backdrop { - position: fixed; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 1040; - background-color: #000; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_modals\.scss; - } - - line { - font-family: \0000373; - } -} - -.modal-backdrop.fade { - opacity: 0; - filter: alpha(opacity=0); -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_modals\.scss; - } - - line { - font-family: \0000374; - } -} - -.modal-backdrop.in { - opacity: 0.5; - filter: alpha(opacity=50); -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_modals\.scss; - } - - line { - font-family: \0000379; - } -} - -.modal-header { - padding: 15px; - border-bottom: 1px solid #e5e5e5; - min-height: 16.42857px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_modals\.scss; - } - - line { - font-family: \0000385; - } -} - -.modal-header .close { - margin-top: -2px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_modals\.scss; - } - - line { - font-family: \0000390; - } -} - -.modal-title { - margin: 0; - line-height: 1.42857; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_modals\.scss; - } - - line { - font-family: \0000397; - } -} - -.modal-body { - position: relative; - padding: 15px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_modals\.scss; - } - - line { - font-family: \00003103; - } -} - -.modal-footer { - padding: 15px; - text-align: right; - border-top: 1px solid #e5e5e5; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_clearfix\.scss; - } - - line { - font-family: \0000314; - } -} - -.modal-footer:before, -.modal-footer:after { - content: " "; - display: table; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_clearfix\.scss; - } - - line { - font-family: \0000319; - } -} - -.modal-footer:after { - clear: both; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_modals\.scss; - } - - line { - font-family: \00003110; - } -} - -.modal-footer .btn + .btn { - margin-left: 5px; - margin-bottom: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_modals\.scss; - } - - line { - font-family: \00003115; - } -} - -.modal-footer .btn-group .btn + .btn { - margin-left: -1px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_modals\.scss; - } - - line { - font-family: \00003119; - } -} - -.modal-footer .btn-block + .btn-block { - margin-left: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_modals\.scss; - } - - line { - font-family: \00003125; - } -} - -.modal-scrollbar-measure { - position: absolute; - top: -9999px; - width: 50px; - height: 50px; - overflow: scroll; -} - -@media (min-width: 768px) { -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_modals\.scss; - } - - line { - font-family: \00003136; - } -} - - .modal-dialog { - width: 600px; - margin: 30px auto; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_modals\.scss; - } - - line { - font-family: \00003140; - } -} - - .modal-content { - box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_modals\.scss; - } - - line { - font-family: \00003145; - } -} - - .modal-sm { - width: 300px; - } -} - -@media (min-width: 992px) { -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_modals\.scss; - } - - line { - font-family: \00003149; - } -} - - .modal-lg { - width: 900px; - } -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_tooltip\.scss; - } - - line { - font-family: \000037; - } -} - -.tooltip { - position: absolute; - z-index: 1070; - display: block; - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; - font-style: normal; - font-weight: normal; - letter-spacing: normal; - line-break: auto; - line-height: 1.42857; - text-align: left; - text-align: start; - text-decoration: none; - text-shadow: none; - text-transform: none; - white-space: normal; - word-break: normal; - word-spacing: normal; - word-wrap: normal; - font-size: 12px; - opacity: 0; - filter: alpha(opacity=0); -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_tooltip\.scss; - } - - line { - font-family: \0000318; - } -} - -.tooltip.in { - opacity: 0.9; - filter: alpha(opacity=90); -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_tooltip\.scss; - } - - line { - font-family: \0000319; - } -} - -.tooltip.top { - margin-top: -3px; - padding: 5px 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_tooltip\.scss; - } - - line { - font-family: \0000320; - } -} - -.tooltip.right { - margin-left: 3px; - padding: 0 5px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_tooltip\.scss; - } - - line { - font-family: \0000321; - } -} - -.tooltip.bottom { - margin-top: 3px; - padding: 5px 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_tooltip\.scss; - } - - line { - font-family: \0000322; - } -} - -.tooltip.left { - margin-left: -3px; - padding: 0 5px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_tooltip\.scss; - } - - line { - font-family: \0000326; - } -} - -.tooltip-inner { - max-width: 200px; - padding: 3px 8px; - color: #fff; - text-align: center; - background-color: #000; - border-radius: 4px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_tooltip\.scss; - } - - line { - font-family: \0000336; - } -} - -.tooltip-arrow { - position: absolute; - width: 0; - height: 0; - border-color: transparent; - border-style: solid; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_tooltip\.scss; - } - - line { - font-family: \0000345; - } -} - -.tooltip.top .tooltip-arrow { - bottom: 0; - left: 50%; - margin-left: -5px; - border-width: 5px 5px 0; - border-top-color: #000; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_tooltip\.scss; - } - - line { - font-family: \0000352; - } -} - -.tooltip.top-left .tooltip-arrow { - bottom: 0; - right: 5px; - margin-bottom: -5px; - border-width: 5px 5px 0; - border-top-color: #000; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_tooltip\.scss; - } - - line { - font-family: \0000359; - } -} - -.tooltip.top-right .tooltip-arrow { - bottom: 0; - left: 5px; - margin-bottom: -5px; - border-width: 5px 5px 0; - border-top-color: #000; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_tooltip\.scss; - } - - line { - font-family: \0000366; - } -} - -.tooltip.right .tooltip-arrow { - top: 50%; - left: 0; - margin-top: -5px; - border-width: 5px 5px 5px 0; - border-right-color: #000; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_tooltip\.scss; - } - - line { - font-family: \0000373; - } -} - -.tooltip.left .tooltip-arrow { - top: 50%; - right: 0; - margin-top: -5px; - border-width: 5px 0 5px 5px; - border-left-color: #000; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_tooltip\.scss; - } - - line { - font-family: \0000380; - } -} - -.tooltip.bottom .tooltip-arrow { - top: 0; - left: 50%; - margin-left: -5px; - border-width: 0 5px 5px; - border-bottom-color: #000; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_tooltip\.scss; - } - - line { - font-family: \0000387; - } -} - -.tooltip.bottom-left .tooltip-arrow { - top: 0; - right: 5px; - margin-top: -5px; - border-width: 0 5px 5px; - border-bottom-color: #000; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_tooltip\.scss; - } - - line { - font-family: \0000394; - } -} - -.tooltip.bottom-right .tooltip-arrow { - top: 0; - left: 5px; - margin-top: -5px; - border-width: 0 5px 5px; - border-bottom-color: #000; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_popovers\.scss; - } - - line { - font-family: \000036; - } -} - -.popover { - position: absolute; - top: 0; - left: 0; - z-index: 1060; - display: none; - max-width: 276px; - padding: 1px; - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; - font-style: normal; - font-weight: normal; - letter-spacing: normal; - line-break: auto; - line-height: 1.42857; - text-align: left; - text-align: start; - text-decoration: none; - text-shadow: none; - text-transform: none; - white-space: normal; - word-break: normal; - word-spacing: normal; - word-wrap: normal; - font-size: 14px; - background-color: #fff; - background-clip: padding-box; - border: 1px solid #ccc; - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 6px; - box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_popovers\.scss; - } - - line { - font-family: \0000327; - } -} - -.popover.top { - margin-top: -10px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_popovers\.scss; - } - - line { - font-family: \0000328; - } -} - -.popover.right { - margin-left: 10px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_popovers\.scss; - } - - line { - font-family: \0000329; - } -} - -.popover.bottom { - margin-top: 10px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_popovers\.scss; - } - - line { - font-family: \0000330; - } -} - -.popover.left { - margin-left: -10px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_popovers\.scss; - } - - line { - font-family: \0000333; - } -} - -.popover-title { - margin: 0; - padding: 8px 14px; - font-size: 14px; - background-color: #f7f7f7; - border-bottom: 1px solid #ebebeb; - border-radius: 5px 5px 0 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_popovers\.scss; - } - - line { - font-family: \0000342; - } -} - -.popover-content { - padding: 9px 14px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_popovers\.scss; - } - - line { - font-family: \0000351; - } -} - -.popover > .arrow, -.popover > .arrow:after { - position: absolute; - display: block; - width: 0; - height: 0; - border-color: transparent; - border-style: solid; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_popovers\.scss; - } - - line { - font-family: \0000361; - } -} - -.popover > .arrow { - border-width: 11px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_popovers\.scss; - } - - line { - font-family: \0000364; - } -} - -.popover > .arrow:after { - border-width: 10px; - content: ""; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_popovers\.scss; - } - - line { - font-family: \0000370; - } -} - -.popover.top > .arrow { - left: 50%; - margin-left: -11px; - border-bottom-width: 0; - border-top-color: #999999; - border-top-color: rgba(0, 0, 0, 0.25); - bottom: -11px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_popovers\.scss; - } - - line { - font-family: \0000377; - } -} - -.popover.top > .arrow:after { - content: " "; - bottom: 1px; - margin-left: -10px; - border-bottom-width: 0; - border-top-color: #fff; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_popovers\.scss; - } - - line { - font-family: \0000385; - } -} - -.popover.right > .arrow { - top: 50%; - left: -11px; - margin-top: -11px; - border-left-width: 0; - border-right-color: #999999; - border-right-color: rgba(0, 0, 0, 0.25); -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_popovers\.scss; - } - - line { - font-family: \0000392; - } -} - -.popover.right > .arrow:after { - content: " "; - left: 1px; - bottom: -10px; - border-left-width: 0; - border-right-color: #fff; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_popovers\.scss; - } - - line { - font-family: \00003100; - } -} - -.popover.bottom > .arrow { - left: 50%; - margin-left: -11px; - border-top-width: 0; - border-bottom-color: #999999; - border-bottom-color: rgba(0, 0, 0, 0.25); - top: -11px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_popovers\.scss; - } - - line { - font-family: \00003107; - } -} - -.popover.bottom > .arrow:after { - content: " "; - top: 1px; - margin-left: -10px; - border-top-width: 0; - border-bottom-color: #fff; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_popovers\.scss; - } - - line { - font-family: \00003116; - } -} - -.popover.left > .arrow { - top: 50%; - right: -11px; - margin-top: -11px; - border-right-width: 0; - border-left-color: #999999; - border-left-color: rgba(0, 0, 0, 0.25); -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_popovers\.scss; - } - - line { - font-family: \00003123; - } -} - -.popover.left > .arrow:after { - content: " "; - right: 1px; - border-right-width: 0; - border-left-color: #fff; - bottom: -10px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_carousel\.scss; - } - - line { - font-family: \000037; - } -} - -.carousel { - position: relative; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_carousel\.scss; - } - - line { - font-family: \0000311; - } -} - -.carousel-inner { - position: relative; - overflow: hidden; - width: 100%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_carousel\.scss; - } - - line { - font-family: \0000316; - } -} - -.carousel-inner > .item { - display: none; - position: relative; - transition: 0.6s ease-in-out left; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_carousel\.scss; - } - - line { - font-family: \0000322; - } -} - -.carousel-inner > .item > img, -.carousel-inner > .item > a > img { - display: block; - max-width: 100%; - height: auto; - line-height: 1; -} - -@media all and (transform-3d), (-webkit-transform-3d) { -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_carousel\.scss; - } - - line { - font-family: \0000316; - } -} - - .carousel-inner > .item { - transition: transform 0.6s ease-in-out; - -webkit-backface-visibility: hidden; - backface-visibility: hidden; - -webkit-perspective: 1000px; - perspective: 1000px; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_carousel\.scss; - } - - line { - font-family: \0000334; - } -} - - .carousel-inner > .item.next, - .carousel-inner > .item.active.right { - -webkit-transform: translate3d(100%, 0, 0); - transform: translate3d(100%, 0, 0); - left: 0; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_carousel\.scss; - } - - line { - font-family: \0000339; - } -} - - .carousel-inner > .item.prev, - .carousel-inner > .item.active.left { - -webkit-transform: translate3d(-100%, 0, 0); - transform: translate3d(-100%, 0, 0); - left: 0; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_carousel\.scss; - } - - line { - font-family: \0000344; - } -} - - .carousel-inner > .item.next.left, - .carousel-inner > .item.prev.right, - .carousel-inner > .item.active { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - left: 0; - } -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_carousel\.scss; - } - - line { - font-family: \0000353; - } -} - -.carousel-inner > .active, -.carousel-inner > .next, -.carousel-inner > .prev { - display: block; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_carousel\.scss; - } - - line { - font-family: \0000359; - } -} - -.carousel-inner > .active { - left: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_carousel\.scss; - } - - line { - font-family: \0000363; - } -} - -.carousel-inner > .next, -.carousel-inner > .prev { - position: absolute; - top: 0; - width: 100%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_carousel\.scss; - } - - line { - font-family: \0000370; - } -} - -.carousel-inner > .next { - left: 100%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_carousel\.scss; - } - - line { - font-family: \0000373; - } -} - -.carousel-inner > .prev { - left: -100%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_carousel\.scss; - } - - line { - font-family: \0000376; - } -} - -.carousel-inner > .next.left, -.carousel-inner > .prev.right { - left: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_carousel\.scss; - } - - line { - font-family: \0000381; - } -} - -.carousel-inner > .active.left { - left: -100%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_carousel\.scss; - } - - line { - font-family: \0000384; - } -} - -.carousel-inner > .active.right { - left: 100%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_carousel\.scss; - } - - line { - font-family: \0000393; - } -} - -.carousel-control { - position: absolute; - top: 0; - left: 0; - bottom: 0; - width: 15%; - opacity: 0.5; - filter: alpha(opacity=50); - font-size: 20px; - color: #fff; - text-align: center; - text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_carousel\.scss; - } - - line { - font-family: \00003108; - } -} - -.carousel-control.left { - background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_carousel\.scss; - } - - line { - font-family: \00003111; - } -} - -.carousel-control.right { - left: auto; - right: 0; - background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_carousel\.scss; - } - - line { - font-family: \00003118; - } -} - -.carousel-control:hover, -.carousel-control:focus { - outline: 0; - color: #fff; - text-decoration: none; - opacity: 0.9; - filter: alpha(opacity=90); -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_carousel\.scss; - } - - line { - font-family: \00003127; - } -} - -.carousel-control .icon-prev, -.carousel-control .icon-next, -.carousel-control .glyphicon-chevron-left, -.carousel-control .glyphicon-chevron-right { - position: absolute; - top: 50%; - margin-top: -10px; - z-index: 5; - display: inline-block; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_carousel\.scss; - } - - line { - font-family: \00003137; - } -} - -.carousel-control .icon-prev, -.carousel-control .glyphicon-chevron-left { - left: 50%; - margin-left: -10px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_carousel\.scss; - } - - line { - font-family: \00003142; - } -} - -.carousel-control .icon-next, -.carousel-control .glyphicon-chevron-right { - right: 50%; - margin-right: -10px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_carousel\.scss; - } - - line { - font-family: \00003147; - } -} - -.carousel-control .icon-prev, -.carousel-control .icon-next { - width: 20px; - height: 20px; - line-height: 1; - font-family: serif; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_carousel\.scss; - } - - line { - font-family: \00003157; - } -} - -.carousel-control .icon-prev:before { - content: '\2039'; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_carousel\.scss; - } - - line { - font-family: \00003162; - } -} - -.carousel-control .icon-next:before { - content: '\203a'; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_carousel\.scss; - } - - line { - font-family: \00003173; - } -} - -.carousel-indicators { - position: absolute; - bottom: 10px; - left: 50%; - z-index: 15; - width: 60%; - margin-left: -30%; - padding-left: 0; - list-style: none; - text-align: center; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_carousel\.scss; - } - - line { - font-family: \00003184; - } -} - -.carousel-indicators li { - display: inline-block; - width: 10px; - height: 10px; - margin: 1px; - text-indent: -999px; - border: 1px solid #fff; - border-radius: 10px; - cursor: pointer; - background-color: #000 \9; - background-color: transparent; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_carousel\.scss; - } - - line { - font-family: \00003206; - } -} - -.carousel-indicators .active { - margin: 0; - width: 12px; - height: 12px; - background-color: #fff; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_carousel\.scss; - } - - line { - font-family: \00003217; - } -} - -.carousel-caption { - position: absolute; - left: 15%; - right: 15%; - bottom: 20px; - z-index: 10; - padding-top: 20px; - padding-bottom: 20px; - color: #fff; - text-align: center; - text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_carousel\.scss; - } - - line { - font-family: \00003228; - } -} - -.carousel-caption .btn { - text-shadow: none; -} - -@media screen and (min-width: 768px) { -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_carousel\.scss; - } - - line { - font-family: \00003239; - } -} - - .carousel-control .glyphicon-chevron-left, - .carousel-control .glyphicon-chevron-right, - .carousel-control .icon-prev, - .carousel-control .icon-next { - width: 30px; - height: 30px; - margin-top: -15px; - font-size: 30px; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_carousel\.scss; - } - - line { - font-family: \00003248; - } -} - - .carousel-control .glyphicon-chevron-left, - .carousel-control .icon-prev { - margin-left: -15px; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_carousel\.scss; - } - - line { - font-family: \00003252; - } -} - - .carousel-control .glyphicon-chevron-right, - .carousel-control .icon-next { - margin-right: -15px; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_carousel\.scss; - } - - line { - font-family: \00003259; - } -} - - .carousel-caption { - left: 20%; - right: 20%; - padding-bottom: 30px; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_carousel\.scss; - } - - line { - font-family: \00003266; - } -} - - .carousel-indicators { - bottom: 20px; - } -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_clearfix\.scss; - } - - line { - font-family: \0000314; - } -} - -.clearfix:before, -.clearfix:after { - content: " "; - display: table; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_clearfix\.scss; - } - - line { - font-family: \0000319; - } -} - -.clearfix:after { - clear: both; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_utilities\.scss; - } - - line { - font-family: \0000312; - } -} - -.center-block { - display: block; - margin-left: auto; - margin-right: auto; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_utilities\.scss; - } - - line { - font-family: \0000315; - } -} - -.pull-right { - float: right !important; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_utilities\.scss; - } - - line { - font-family: \0000318; - } -} - -.pull-left { - float: left !important; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_utilities\.scss; - } - - line { - font-family: \0000327; - } -} - -.hide { - display: none !important; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_utilities\.scss; - } - - line { - font-family: \0000330; - } -} - -.show { - display: block !important; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_utilities\.scss; - } - - line { - font-family: \0000333; - } -} - -.invisible { - visibility: hidden; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_utilities\.scss; - } - - line { - font-family: \0000336; - } -} - -.text-hide { - font: 0/0 a; - color: transparent; - text-shadow: none; - background-color: transparent; - border: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_utilities\.scss; - } - - line { - font-family: \0000345; - } -} - -.hidden { - display: none !important; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_utilities\.scss; - } - - line { - font-family: \0000353; - } -} - -.affix { - position: fixed; -} - -@-ms-viewport { - width: device-width; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_responsive-visibility\.scss; - } - - line { - font-family: \0000318; - } -} - -.visible-xs { - display: none !important; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_responsive-visibility\.scss; - } - - line { - font-family: \0000318; - } -} - -.visible-sm { - display: none !important; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_responsive-visibility\.scss; - } - - line { - font-family: \0000318; - } -} - -.visible-md { - display: none !important; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_responsive-visibility\.scss; - } - - line { - font-family: \0000318; - } -} - -.visible-lg { - display: none !important; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_responsive-utilities\.scss; - } - - line { - font-family: \0000336; - } -} - -.visible-xs-block, -.visible-xs-inline, -.visible-xs-inline-block, -.visible-sm-block, -.visible-sm-inline, -.visible-sm-inline-block, -.visible-md-block, -.visible-md-inline, -.visible-md-inline-block, -.visible-lg-block, -.visible-lg-inline, -.visible-lg-inline-block { - display: none !important; -} - -@media (max-width: 767px) { -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_responsive-visibility\.scss; - } - - line { - font-family: \000037; - } -} - - .visible-xs { - display: block !important; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_responsive-visibility\.scss; - } - - line { - font-family: \0000310; - } -} - - table.visible-xs { - display: table !important; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_responsive-visibility\.scss; - } - - line { - font-family: \0000311; - } -} - - tr.visible-xs { - display: table-row !important; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_responsive-visibility\.scss; - } - - line { - font-family: \0000312; - } -} - - th.visible-xs, - td.visible-xs { - display: table-cell !important; - } -} - -@media (max-width: 767px) { -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_responsive-utilities\.scss; - } - - line { - font-family: \0000354; - } -} - - .visible-xs-block { - display: block !important; - } -} - -@media (max-width: 767px) { -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_responsive-utilities\.scss; - } - - line { - font-family: \0000359; - } -} - - .visible-xs-inline { - display: inline !important; - } -} - -@media (max-width: 767px) { -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_responsive-utilities\.scss; - } - - line { - font-family: \0000364; - } -} - - .visible-xs-inline-block { - display: inline-block !important; - } -} - -@media (min-width: 768px) and (max-width: 991px) { -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_responsive-visibility\.scss; - } - - line { - font-family: \000037; - } -} - - .visible-sm { - display: block !important; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_responsive-visibility\.scss; - } - - line { - font-family: \0000310; - } -} - - table.visible-sm { - display: table !important; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_responsive-visibility\.scss; - } - - line { - font-family: \0000311; - } -} - - tr.visible-sm { - display: table-row !important; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_responsive-visibility\.scss; - } - - line { - font-family: \0000312; - } -} - - th.visible-sm, - td.visible-sm { - display: table-cell !important; - } -} - -@media (min-width: 768px) and (max-width: 991px) { -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_responsive-utilities\.scss; - } - - line { - font-family: \0000373; - } -} - - .visible-sm-block { - display: block !important; - } -} - -@media (min-width: 768px) and (max-width: 991px) { -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_responsive-utilities\.scss; - } - - line { - font-family: \0000378; - } -} - - .visible-sm-inline { - display: inline !important; - } -} - -@media (min-width: 768px) and (max-width: 991px) { -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_responsive-utilities\.scss; - } - - line { - font-family: \0000383; - } -} - - .visible-sm-inline-block { - display: inline-block !important; - } -} - -@media (min-width: 992px) and (max-width: 1199px) { -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_responsive-visibility\.scss; - } - - line { - font-family: \000037; - } -} - - .visible-md { - display: block !important; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_responsive-visibility\.scss; - } - - line { - font-family: \0000310; - } -} - - table.visible-md { - display: table !important; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_responsive-visibility\.scss; - } - - line { - font-family: \0000311; - } -} - - tr.visible-md { - display: table-row !important; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_responsive-visibility\.scss; - } - - line { - font-family: \0000312; - } -} - - th.visible-md, - td.visible-md { - display: table-cell !important; - } -} - -@media (min-width: 992px) and (max-width: 1199px) { -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_responsive-utilities\.scss; - } - - line { - font-family: \0000392; - } -} - - .visible-md-block { - display: block !important; - } -} - -@media (min-width: 992px) and (max-width: 1199px) { -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_responsive-utilities\.scss; - } - - line { - font-family: \0000397; - } -} - - .visible-md-inline { - display: inline !important; - } -} - -@media (min-width: 992px) and (max-width: 1199px) { -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_responsive-utilities\.scss; - } - - line { - font-family: \00003102; - } -} - - .visible-md-inline-block { - display: inline-block !important; - } -} - -@media (min-width: 1200px) { -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_responsive-visibility\.scss; - } - - line { - font-family: \000037; - } -} - - .visible-lg { - display: block !important; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_responsive-visibility\.scss; - } - - line { - font-family: \0000310; - } -} - - table.visible-lg { - display: table !important; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_responsive-visibility\.scss; - } - - line { - font-family: \0000311; - } -} - - tr.visible-lg { - display: table-row !important; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_responsive-visibility\.scss; - } - - line { - font-family: \0000312; - } -} - - th.visible-lg, - td.visible-lg { - display: table-cell !important; - } -} - -@media (min-width: 1200px) { -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_responsive-utilities\.scss; - } - - line { - font-family: \00003111; - } -} - - .visible-lg-block { - display: block !important; - } -} - -@media (min-width: 1200px) { -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_responsive-utilities\.scss; - } - - line { - font-family: \00003116; - } -} - - .visible-lg-inline { - display: inline !important; - } -} - -@media (min-width: 1200px) { -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_responsive-utilities\.scss; - } - - line { - font-family: \00003121; - } -} - - .visible-lg-inline-block { - display: inline-block !important; - } -} - -@media (max-width: 767px) { -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_responsive-visibility\.scss; - } - - line { - font-family: \0000318; - } -} - - .hidden-xs { - display: none !important; - } -} - -@media (min-width: 768px) and (max-width: 991px) { -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_responsive-visibility\.scss; - } - - line { - font-family: \0000318; - } -} - - .hidden-sm { - display: none !important; - } -} - -@media (min-width: 992px) and (max-width: 1199px) { -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_responsive-visibility\.scss; - } - - line { - font-family: \0000318; - } -} - - .hidden-md { - display: none !important; - } -} - -@media (min-width: 1200px) { -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_responsive-visibility\.scss; - } - - line { - font-family: \0000318; - } -} - - .hidden-lg { - display: none !important; - } -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_responsive-visibility\.scss; - } - - line { - font-family: \0000318; - } -} - -.visible-print { - display: none !important; -} - -@media print { -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_responsive-visibility\.scss; - } - - line { - font-family: \000037; - } -} - - .visible-print { - display: block !important; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_responsive-visibility\.scss; - } - - line { - font-family: \0000310; - } -} - - table.visible-print { - display: table !important; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_responsive-visibility\.scss; - } - - line { - font-family: \0000311; - } -} - - tr.visible-print { - display: table-row !important; - } - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_responsive-visibility\.scss; - } - - line { - font-family: \0000312; - } -} - - th.visible-print, - td.visible-print { - display: table-cell !important; - } -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_responsive-utilities\.scss; - } - - line { - font-family: \00003155; - } -} - -.visible-print-block { - display: none !important; -} - -@media print { -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_responsive-utilities\.scss; - } - - line { - font-family: \00003155; - } -} - - .visible-print-block { - display: block !important; - } -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_responsive-utilities\.scss; - } - - line { - font-family: \00003162; - } -} - -.visible-print-inline { - display: none !important; -} - -@media print { -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_responsive-utilities\.scss; - } - - line { - font-family: \00003162; - } -} - - .visible-print-inline { - display: inline !important; - } -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_responsive-utilities\.scss; - } - - line { - font-family: \00003169; - } -} - -.visible-print-inline-block { - display: none !important; -} - -@media print { -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/_responsive-utilities\.scss; - } - - line { - font-family: \00003169; - } -} - - .visible-print-inline-block { - display: inline-block !important; - } -} - -@media print { -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/bootstrap\/mixins\/_responsive-visibility\.scss; - } - - line { - font-family: \0000318; - } -} - - .hidden-print { - display: none !important; - } -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/_btc\.scss; - } - - line { - font-family: \000031; - } -} - -body { - background: #F1F4F9; - color: #4E5E6A; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/_btc\.scss; - } - - line { - font-family: \000035; - } -} - -a { - color: #4E5E6A; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/_btc\.scss; - } - - line { - font-family: \0000311; - } -} - -.panel-default { - background: #fff; - text-align: center; - box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.1); - border-radius: 0; - border: none; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/_btc\.scss; - } - - line { - font-family: \0000318; - } -} - -.alert { - text-align: center; - box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.1); - border-radius: 0; - border: none; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/_btc\.scss; - } - - line { - font-family: \0000326; - } -} - -.navbar-default { - background: #64BCBB; - box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.1); - border: none; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/_btc\.scss; - } - - line { - font-family: \0000331; - } -} - -.navbar-brand, -.navbar-nav > li > a { - color: #fff !important; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/_btc\.scss; - } - - line { - font-family: \0000335; - } -} - -.jumbotron { - text-align: center; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/_btc\.scss; - } - - line { - font-family: \0000337; - } -} - -.jumbotron .container { - min-height: 300px; - position: relative; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/_btc\.scss; - } - - line { - font-family: \0000343; - } -} - -.highlights div { - text-align: center; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/_btc\.scss; - } - - line { - font-family: \0000347; - } -} - -.section { - text-align: center; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/_btc\.scss; - } - - line { - font-family: \0000350; - } -} - -.browse-mods > div { - border: solid 1px #ccc; - text-align: center; - background: #fff; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/_btc\.scss; - } - - line { - font-family: \0000356; - } -} - -.chart { - background: #ffc; - display: block; - position: relative; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/_btc\.scss; - } - - line { - font-family: \0000362; - } -} - -.breadcrumb { - margin-left: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/_btc\.scss; - } - - line { - font-family: \0000366; - } -} - -body { - margin-top: 95px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/_btc\.scss; - } - - line { - font-family: \0000369; - } -} - -.hero { - text-align: center; - padding-top: 50px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/_btc\.scss; - } - - line { - font-family: \0000373; - } -} - -.veil-section { - height: 350px; - color: #fff; - background: #171723 url(../images/OregonSenateCarpetSM.jpg) repeat top fixed; - box-shadow: inset 0 0 20px #000000; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/_btc\.scss; - } - - line { - font-family: \0000381; - } -} - -.row { - margin: 25px auto 35px auto; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/_btc\.scss; - } - - line { - font-family: \0000384; - } -} - -.mods { - margin: 25px auto; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/_btc\.scss; - } - - line { - font-family: \0000386; - } -} - -.mods a { - display: block; - border: none; - background: #fff; - text-align: center; - padding: 25px 5px; - box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.1); - border-radius: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/_btc\.scss; - } - - line { - font-family: \0000396; - } -} - -.mods .h3 { - display: block; - text-transform: uppercase; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/_btc\.scss; - } - - line { - font-family: \00003124; - } -} - -html { - position: relative; - min-height: 100%; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/_btc\.scss; - } - - line { - font-family: \00003128; - } -} - -body { - /* Margin bottom by footer height */ - margin-bottom: 60px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/_btc\.scss; - } - - line { - font-family: \00003132; - } -} - -.footer { - position: absolute; - bottom: 0; - width: 100%; - /* Set the fixed height of the footer here */ - height: 60px; - background-color: #fff; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/_btc\.scss; - } - - line { - font-family: \00003143; - } -} - -.node rect { - cursor: move; - fill-opacity: .9; - shape-rendering: crispEdges; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/_btc\.scss; - } - - line { - font-family: \00003149; - } -} - -.node text { - pointer-events: none; - text-shadow: 0 1px 0 #fff; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/_btc\.scss; - } - - line { - font-family: \00003154; - } -} - -.link { - fill: none !important; - stroke: #000; - stroke-opacity: .2; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/_btc\.scss; - } - - line { - font-family: \00003160; - } -} - -.link:hover { - stroke-opacity: .5; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/_btc\.scss; - } - - line { - font-family: \00003165; - } -} - -.counties { - fill: none; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/_btc\.scss; - } - - line { - font-family: \00003169; - } -} - -.states { - fill: none; - stroke: #fff; - stroke-linejoin: round; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/_btc\.scss; - } - - line { - font-family: \00003175; - } -} - -.q0-9 { - fill: #f7fbff; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/_btc\.scss; - } - - line { - font-family: \00003176; - } -} - -.q1-9 { - fill: #deebf7; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/_btc\.scss; - } - - line { - font-family: \00003177; - } -} - -.q2-9 { - fill: #c6dbef; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/_btc\.scss; - } - - line { - font-family: \00003178; - } -} - -.q3-9 { - fill: #9ecae1; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/_btc\.scss; - } - - line { - font-family: \00003179; - } -} - -.q4-9 { - fill: #6baed6; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/_btc\.scss; - } - - line { - font-family: \00003180; - } -} - -.q5-9 { - fill: #4292c6; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/_btc\.scss; - } - - line { - font-family: \00003181; - } -} - -.q6-9 { - fill: #2171b5; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/_btc\.scss; - } - - line { - font-family: \00003182; - } -} - -.q7-9 { - fill: #08519c; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/_btc\.scss; - } - - line { - font-family: \00003183; - } -} - -.q8-9 { - fill: #08306b; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/_btc\.scss; - } - - line { - font-family: \00003185; - } -} - -.search-results { - margin-left: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/_btc\.scss; - } - - line { - font-family: \00003187; - } -} - -.search-results li { - margin-bottom: 18px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/_btc\.scss; - } - - line { - font-family: \00003190; - } -} - -.search-results a { - color: #666; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/_btc\.scss; - } - - line { - font-family: \00003195; - } -} - -.faq .panel { - text-align: left; - border: solid 1px #ccc; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/_btc\.scss; - } - - line { - font-family: \00003198; - } -} - -.faq .panel .panel-heading a { - display: block; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/_btc\.scss; - } - - line { - font-family: \00003202; - } -} - -.arrow { - width: 50px; - height: 50px; - position: absolute; - top: 400px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/_btc\.scss; - } - - line { - font-family: \00003211; - } -} - -.arrow-left { - left: -18px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/_btc\.scss; - } - - line { - font-family: \00003214; - } -} - -.arrow-right { - right: -18px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/main\.scss; - } - - line { - font-family: \00003124; - } -} - -.areaFundsRaised { - fill: #46B4E4; - stroke: #077FD5; - clip-path: url(#clip); -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/main\.scss; - } - - line { - font-family: \00003130; - } -} - -.areaFundsSpent { - fill: rgba(255, 129, 63, 0.74); - stroke: #FC530A; - clip-path: url(#clip); -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/main\.scss; - } - - line { - font-family: \00003135; - } -} - -text.tip-text { - color: #666; - font-size: 13px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/main\.scss; - } - - line { - font-family: \00003140; - } -} - -text.slider-title { - font-size: 20px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/main\.scss; - } - - line { - font-family: \00003143; - } -} - -.legend rect { - fill: white; - stroke: #ccc; - opacity: 0.8; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/main\.scss; - } - - line { - font-family: \00003149; - } -} - -g.tick { - font-size: 11px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/main\.scss; - } - - line { - font-family: \00003153; - } -} - -.axis path, -.axis line { - fill: none; - stroke: #000; - shape-rendering: crispEdges; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/main\.scss; - } - - line { - font-family: \00003160; - } -} - -.brush .extent { - stroke: #fff; - fill-opacity: .125; - shape-rendering: crispEdges; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/main\.scss; - } - - line { - font-family: \00003276; - } -} - -.campaign-tile { - border: 1px solid #666666; - border-radius: 5px; - margin: 10px 10px 0 0; - padding: 5px; - overflow-y: auto; - overflow-x: hidden; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/main\.scss; - } - - line { - font-family: \00003285; - } -} - -.campaign-tile h2, -.campaign-detail h2 { - font-family: OpenSansBold; - font-size: 30px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/main\.scss; - } - - line { - font-family: \00003288; - } -} - -.campaign-tile h2 a, -.campaign-detail h2 a { - color: #666666; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/main\.scss; - } - - line { - font-family: \00003292; - } -} - -.campaign-tile .portrait, -.campaign-detail .portrait { - float: left; - display: inline-block; - width: 170px; - height: 170px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/main\.scss; - } - - line { - font-family: \00003298; - } -} - -.campaign-tile .total, -.campaign-detail .total { - clear: both; - font-size: 2.5em; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/main\.scss; - } - - line { - font-family: \00003302; - } -} - -.campaign-tile .radial, -.campaign-detail .radial { - display: inline-block; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/main\.scss; - } - - line { - font-family: \00003305; - } -} - -.campaign-tile .percent, -.campaign-detail .percent { - font-size: 2em; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/main\.scss; - } - - line { - font-family: \00003308; - } -} - -.campaign-tile .icon, -.campaign-detail .icon { - width: 50px; - height: 50px; - margin-top: -50px; - position: relative; - top: 75px; - left: 25px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/main\.scss; - } - - line { - font-family: \00003316; - } -} - -.campaign-tile .icon-grassroots, -.campaign-detail .icon-grassroots { - background-image: url("../images/icons/grassroots_funding_heart.svg"); -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/main\.scss; - } - - line { - font-family: \00003319; - } -} - -.campaign-tile .icon-district, -.campaign-detail .icon-district { - background-image: url("../images/icons/indistrict_funding__gps.svg"); -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/main\.scss; - } - - line { - font-family: \00003322; - } -} - -.campaign-tile .icon-money, -.campaign-detail .icon-money { - background-image: url("../images/icons/total_money_raised.svg"); -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/main\.scss; - } - - line { - font-family: \00003325; - } -} - -.campaign-tile .icon-grassroot, -.campaign-detail .icon-grassroot { - background: #48A04B url("../images/icons/whos_giving_grassroots.svg") no-repeat center bottom; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/main\.scss; - } - - line { - font-family: \00003328; - } -} - -.campaign-tile .icon-individual, -.campaign-detail .icon-individual { - background: #64BCBA url("../images/icons/whos_giving_indv.svg") no-repeat center bottom; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/main\.scss; - } - - line { - font-family: \00003331; - } -} - -.campaign-tile .icon-pac, -.campaign-detail .icon-pac { - background: #10716F url("../images/icons/whos_giving_pac.svg") no-repeat center bottom; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/main\.scss; - } - - line { - font-family: \00003334; - } -} - -.campaign-tile .icon-party, -.campaign-detail .icon-party { - background: #C79C60 url("../images/icons/whos_giving_party.svg") no-repeat center bottom; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/main\.scss; - } - - line { - font-family: \00003337; - } -} - -.campaign-tile .icon-corporate, -.campaign-detail .icon-corporate { - background: #C2645E url("../images/icons/whos_giving.svg") no-repeat center bottom; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/main\.scss; - } - - line { - font-family: \00003340; - } -} - -.campaign-tile .icon-union, -.campaign-detail .icon-union { - background: #64BCBA url("../images/icons/whos_giving_union_funding.svg") no-repeat center bottom; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/main\.scss; - } - - line { - font-family: \00003343; - } -} - -.campaign-tile .party, -.campaign-detail .party { - width: 75px; - height: 75px; - display: inline-block; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/main\.scss; - } - - line { - font-family: \00003348; - } -} - -.campaign-tile .party-democrat, -.campaign-detail .party-democrat { - background-image: url("../images/icons/party2_dem_donkey.svg"); -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/main\.scss; - } - - line { - font-family: \00003351; - } -} - -.campaign-tile .party-republican, -.campaign-detail .party-republican { - background-image: url("../images/icons/party_rep_elphant.svg"); -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/main\.scss; - } - - line { - font-family: \00003354; - } -} - -.campaign-tile .funding-icon, -.campaign-detail .funding-icon { - display: inline-block; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/main\.scss; - } - - line { - font-family: \00003368; - } -} - -.campaign-tile .race, -.campaign-detail .race { - height: 50px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/main\.scss; - } - - line { - font-family: \00003373; - } -} - -.funding-icons { - float: left; - width: 50px; -} - -/*** Campaign Detail Page ============================================= ***/ - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/main\.scss; - } - - line { - font-family: \00003414; - } -} - -.campaign-detail .btn-toggle { - position: relative; - top: 2px; - padding: 0; - width: 51px; - height: 51px; - overflow: hidden; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/main\.scss; - } - - line { - font-family: \00003423; - } -} - -.campaign-detail .btn-toggle:hover img { - position: relative; - top: -49px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/main\.scss; - } - - line { - font-family: \00003429; - } -} - -.campaign-detail .who-chart { - padding-top: 15px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/main\.scss; - } - - line { - font-family: \00003432; - } -} - -.campaign-detail .who-chart .source { - display: inline-block; - width: 18%; - height: 280px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/main\.scss; - } - - line { - font-family: \00003437; - } -} - -.campaign-detail .who-chart .icon-container { - width: 100%; - height: 200px; - margin-bottom: 15px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/main\.scss; - } - - line { - font-family: \00003443; - } -} - -.campaign-detail .who-chart .btn .badge { - top: 1px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/main\.scss; - } - - line { - font-family: \00003466; - } -} - -.campaign-detail .who-chart .extended.donor { - display: none; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/main\.scss; - } - - line { - font-family: \00003469; - } -} - -.campaign-detail .who-chart .extended.donor.fullList { - display: block; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/main\.scss; - } - - line { - font-family: \00003473; - } -} - -.campaign-detail .who-chart .wider { - padding-left: 0; - padding-right: 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/main\.scss; - } - - line { - font-family: \00003479; - } -} - -.campaign-detail .d3spend text { - font-family: OpenSansRegular; - font-size: 15px; - fill: black; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/main\.scss; - } - - line { - font-family: \00003485; - } -} - -.campaign-detail .d3spend .slice text { - pointer-events: none; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/main\.scss; - } - - line { - font-family: \00003492; - } -} - -.spent-row { - margin-bottom: 30px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/main\.scss; - } - - line { - font-family: \00003496; - } -} - -.candidate-name { - text-transform: capitalize; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/main\.scss; - } - - line { - font-family: \00003500; - } -} - -.legend { - display: inline-block; - width: 150px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/main\.scss; - } - - line { - font-family: \00003504; - } -} - -.legend .category { - font-weight: 'bold'; - margin: 2px 2px 0 0; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/main\.scss; - } - - line { - font-family: \00003511; - } -} - -.spending #d3tooltip { - position: absolute; - width: 200px; - height: auto; - padding: 10px; - background-color: white; - border: 2px solid #828282; - border-radius: 10px; - pointer-events: none; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/main\.scss; - } - - line { - font-family: \00003521; - } -} - -.spending #d3tooltip p { - margin: 0; - font-family: OpenSansRegular; - font-size: 16px; - line-height: 20px; -} - -@media -sass-debug-info { - filename { - font-family: file\:\/\/\/Users\/kwhaler\/HackOregon\.github\.io\/app\/styles\/main\.scss; - } - - line { - font-family: \00003595; - } -} - -.money-by-state { - margin-top: 20px; -} \ No newline at end of file diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 83f4e22..0000000 --- a/.travis.yml +++ /dev/null @@ -1,7 +0,0 @@ -language: node_js -node_js: - - '0.8' - - '0.10' -before_script: - - 'npm install -g bower grunt-cli' - - 'bower install' diff --git a/README.md b/README.md new file mode 100644 index 0000000..4ef0ba2 --- /dev/null +++ b/README.md @@ -0,0 +1,89 @@ +# Easy Markdown to Github Pages + +## Introduction + +This little guide demonstrate how to turn any [Github](http://github.com) repository with a bunch of [Markdown](https://en.wikipedia.org/wiki/Markdown) files into a simple website using [Github Pages](https://pages.github.com/) and [Jekyll](https://jekyllrb.com/). + +* You don't need to use the command line or anything other than your browser. +* It doesn't require any knowledge in Jekyll. +* It's completely compatible with any bunch of markdown files you already have in any existing repository without any modification to those files. That includes the basic `README.md` almost all repositories contain. +* The markdown files will remain just as readable and usable in Github than in your website. + +In fact this guide uses the same configuration and can be read both in Github and in Github Pages, at your preference: + +* [Here is the link to the Github version](https://github.com/nicolas-van/easy-markdown-to-github-pages) +* [Here is the link to the Github Pages version](https://nicolas-van.github.io/easy-markdown-to-github-pages/) + +## Step by step instructions + +### Determine the repository where you want to activate Github Pages + +You can of course create a new repository if you want. + +### Create the `_.config.yml` file + +That file should be created on the root of your repository. Here is some content to copy-paste in it: + +``` +plugins: + - jekyll-relative-links +relative_links: + enabled: true + collections: true +include: + - CONTRIBUTING.md + - README.md + - LICENSE.md + - COPYING.md + - CODE_OF_CONDUCT.md + - CONTRIBUTING.md + - ISSUE_TEMPLATE.md + - PULL_REQUEST_TEMPLATE.md +``` + +It's basically just a few tuning of Github Pages' default configuration to have a better handling of Markdown files. + +### Activate Github Pages in your repository configuration + +On the Github page of your project go into `Settings > Options > Github Pages`: + +![](./printscreen1.png) + +In the `Source` option, select `master branch` then `Save`: + +![](./printscreen2.png) + +You must also choose a theme: + +![](./printscreen3.png) + +That's it! Now you can juste use the link provided by Github to access you website: + +![](./printscreen4.png) + +## Usage guide + +* Any markdown file in your repository will display in your Github Pages website. You just have to use the same path to access it and replace the `.md` extension by `.html`. +* To make links between your Markdown files just use a relative path to the other Markdown file. The configuration you copy pasted in your `_config.yml` provides a plugin to convert those URLs. So your Markdown files will have correct links both in Github and Github Pages. +* The index page of your website can be a `index.md` file or a `README.md` file. If both exists the `index.md` file has priority. +* You should be able to use any [Github Flavored Markdown](https://guides.github.com/features/mastering-markdown/). + +## Known differences between Github and Github Pages + +* No automatic links with Github Pages. The Github Markdown renderer can automatically detect a simple copy-pasted link and make it a clickable link. Github Pages doesn't propose a feature to reproduce that behavior, so you'll have to braces your links with the `[]()` syntax. + +## Recipes + +Since the purpose of this guide is to demonstrate how to publish multiple Markdown files as a website but I don't have much more to say I will propose you some delicious recipes instead: + +* [Escalivada](./recipes/Escalivada.md) +* [Gazpacho](./recipes/Gazpacho.md) +* [Pasta all'amatriciana](./recipes/Pasta_all_amatriciana.md) + +## Contributing + +See the [Contribution Guide](./CONTRIBUTING.md). + +## License + +See the [License File](./LICENSE.md). \ No newline at end of file diff --git a/_config.yml b/_config.yml index 5012e1c..395db9e 100644 --- a/_config.yml +++ b/_config.yml @@ -1,12 +1,16 @@ -# Site settings -title: HackOregon Guides -email: hello@hackoregon.org -description: > # this means to ignore newlines until "baseurl:" - A repository for HackOregon best practices and general information. -baseurl: "" # the subpath of your site, e.g. /blog/ -url: "http://hackoregon.github.io" # the base hostname & protocol for your site -twitter_username: HackOregon -github_username: HackOregon +plugins: + - jekyll-relative-links +relative_links: + enabled: true + collections: true +include: + - CONTRIBUTING.md + - README.md + - LICENSE.md + - COPYING.md + - CODE_OF_CONDUCT.md + - CONTRIBUTING.md + - ISSUE_TEMPLATE.md + - PULL_REQUEST_TEMPLATE.md -# Build settings -markdown: kramdown +theme: jekyll-theme-tactile diff --git a/_includes/footer.html b/_includes/footer.html deleted file mode 100644 index be3976f..0000000 --- a/_includes/footer.html +++ /dev/null @@ -1,55 +0,0 @@ - diff --git a/_includes/head.html b/_includes/head.html deleted file mode 100644 index 47057b5..0000000 --- a/_includes/head.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - {% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %} - - - - - - diff --git a/_includes/header.html b/_includes/header.html deleted file mode 100644 index cfe381f..0000000 --- a/_includes/header.html +++ /dev/null @@ -1,27 +0,0 @@ - diff --git a/_layouts/default.html b/_layouts/default.html deleted file mode 100644 index e4ab96f..0000000 --- a/_layouts/default.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - {% include head.html %} - - - - {% include header.html %} - -
-
- {{ content }} -
-
- - {% include footer.html %} - - - - diff --git a/_layouts/page.html b/_layouts/page.html deleted file mode 100644 index 74c1a11..0000000 --- a/_layouts/page.html +++ /dev/null @@ -1,14 +0,0 @@ ---- -layout: default ---- -
- -
-

{{ page.title }}

-
- -
- {{ content }} -
- -
diff --git a/_layouts/post.html b/_layouts/post.html deleted file mode 100644 index a2b4e52..0000000 --- a/_layouts/post.html +++ /dev/null @@ -1,15 +0,0 @@ ---- -layout: default ---- -
- -
-

{{ page.title }}

- -
- -
- {{ content }} -
- -
diff --git a/_sass/_base.scss b/_sass/_base.scss deleted file mode 100644 index e5fd0fd..0000000 --- a/_sass/_base.scss +++ /dev/null @@ -1,204 +0,0 @@ -/** - * Reset some basic elements - */ -body, h1, h2, h3, h4, h5, h6, -p, blockquote, pre, hr, -dl, dd, ol, ul, figure { - margin: 0; - padding: 0; -} - - - -/** - * Basic styling - */ -body { - font-family: $base-font-family; - font-size: $base-font-size; - line-height: $base-line-height; - font-weight: 300; - color: $text-color; - background-color: $background-color; - -webkit-text-size-adjust: 100%; -} - - - -/** - * Set `margin-bottom` to maintain vertical rhythm - */ -h1, h2, h3, h4, h5, h6, -p, blockquote, pre, -ul, ol, dl, figure, -%vertical-rhythm { - margin-bottom: $spacing-unit / 2; -} - - - -/** - * Images - */ -img { - max-width: 100%; - vertical-align: middle; -} - - - -/** - * Figures - */ -figure > img { - display: block; -} - -figcaption { - font-size: $small-font-size; -} - - - -/** - * Lists - */ -ul, ol { - margin-left: $spacing-unit; -} - -li { - > ul, - > ol { - margin-bottom: 0; - } -} - - - -/** - * Headings - */ -h1, h2, h3, h4, h5, h6 { - font-weight: 300; -} - - - -/** - * Links - */ -a { - color: $brand-color; - text-decoration: none; - - &:visited { - color: darken($brand-color, 15%); - } - - &:hover { - color: $text-color; - text-decoration: underline; - } -} - - - -/** - * Blockquotes - */ -blockquote { - color: $grey-color; - border-left: 4px solid $grey-color-light; - padding-left: $spacing-unit / 2; - font-size: 18px; - letter-spacing: -1px; - font-style: italic; - - > :last-child { - margin-bottom: 0; - } -} - - - -/** - * Code formatting - */ -pre, -code { - font-size: 15px; - border: 1px solid $grey-color-light; - border-radius: 3px; - background-color: #eef; -} - -code { - padding: 1px 5px; -} - -pre { - padding: 8px 12px; - overflow-x: scroll; - - > code { - border: 0; - padding-right: 0; - padding-left: 0; - } -} - - - -/** - * Wrapper - */ -.wrapper { - max-width: -webkit-calc(#{$content-width} - (#{$spacing-unit} * 2)); - max-width: calc(#{$content-width} - (#{$spacing-unit} * 2)); - margin-right: auto; - margin-left: auto; - padding-right: $spacing-unit; - padding-left: $spacing-unit; - @extend %clearfix; - - @include media-query($on-laptop) { - max-width: -webkit-calc(#{$content-width} - (#{$spacing-unit})); - max-width: calc(#{$content-width} - (#{$spacing-unit})); - padding-right: $spacing-unit / 2; - padding-left: $spacing-unit / 2; - } -} - - - -/** - * Clearfix - */ -%clearfix { - - &:after { - content: ""; - display: table; - clear: both; - } -} - - - -/** - * Icons - */ -.icon { - - > svg { - display: inline-block; - width: 16px; - height: 16px; - vertical-align: middle; - - path { - fill: $grey-color; - } - } -} diff --git a/_sass/_layout.scss b/_sass/_layout.scss deleted file mode 100644 index def56f8..0000000 --- a/_sass/_layout.scss +++ /dev/null @@ -1,236 +0,0 @@ -/** - * Site header - */ -.site-header { - border-top: 5px solid $grey-color-dark; - border-bottom: 1px solid $grey-color-light; - min-height: 56px; - - // Positioning context for the mobile navigation icon - position: relative; -} - -.site-title { - font-size: 26px; - line-height: 56px; - letter-spacing: -1px; - margin-bottom: 0; - float: left; - - &, - &:visited { - color: $grey-color-dark; - } -} - -.site-nav { - float: right; - line-height: 56px; - - .menu-icon { - display: none; - } - - .page-link { - color: $text-color; - line-height: $base-line-height; - - // Gaps between nav items, but not on the first one - &:not(:first-child) { - margin-left: 20px; - } - } - - @include media-query($on-palm) { - position: absolute; - top: 9px; - right: 30px; - background-color: $background-color; - border: 1px solid $grey-color-light; - border-radius: 5px; - text-align: right; - - .menu-icon { - display: block; - float: right; - width: 36px; - height: 26px; - line-height: 0; - padding-top: 10px; - text-align: center; - - > svg { - width: 18px; - height: 15px; - - path { - fill: $grey-color-dark; - } - } - } - - .trigger { - clear: both; - display: none; - } - - &:hover .trigger { - display: block; - padding-bottom: 5px; - } - - .page-link { - display: block; - padding: 5px 10px; - } - } -} - - - -/** - * Site footer - */ -.site-footer { - border-top: 1px solid $grey-color-light; - padding: $spacing-unit 0; -} - -.footer-heading { - font-size: 18px; - margin-bottom: $spacing-unit / 2; -} - -.contact-list, -.social-media-list { - list-style: none; - margin-left: 0; -} - -.footer-col-wrapper { - font-size: 15px; - color: $grey-color; - margin-left: -$spacing-unit / 2; - @extend %clearfix; -} - -.footer-col { - float: left; - margin-bottom: $spacing-unit / 2; - padding-left: $spacing-unit / 2; -} - -.footer-col-1 { - width: -webkit-calc(35% - (#{$spacing-unit} / 2)); - width: calc(35% - (#{$spacing-unit} / 2)); -} - -.footer-col-2 { - width: -webkit-calc(20% - (#{$spacing-unit} / 2)); - width: calc(20% - (#{$spacing-unit} / 2)); -} - -.footer-col-3 { - width: -webkit-calc(45% - (#{$spacing-unit} / 2)); - width: calc(45% - (#{$spacing-unit} / 2)); -} - -@include media-query($on-laptop) { - .footer-col-1, - .footer-col-2 { - width: -webkit-calc(50% - (#{$spacing-unit} / 2)); - width: calc(50% - (#{$spacing-unit} / 2)); - } - - .footer-col-3 { - width: -webkit-calc(100% - (#{$spacing-unit} / 2)); - width: calc(100% - (#{$spacing-unit} / 2)); - } -} - -@include media-query($on-palm) { - .footer-col { - float: none; - width: -webkit-calc(100% - (#{$spacing-unit} / 2)); - width: calc(100% - (#{$spacing-unit} / 2)); - } -} - - - -/** - * Page content - */ -.page-content { - padding: $spacing-unit 0; -} - -.page-heading { - font-size: 20px; -} - -.post-list { - margin-left: 0; - list-style: none; - - > li { - margin-bottom: $spacing-unit; - } -} - -.post-meta { - font-size: $small-font-size; - color: $grey-color; -} - -.post-link { - display: block; - font-size: 24px; -} - - - -/** - * Posts - */ -.post-header { - margin-bottom: $spacing-unit; -} - -.post-title { - font-size: 42px; - letter-spacing: -1px; - line-height: 1; - - @include media-query($on-laptop) { - font-size: 36px; - } -} - -.post-content { - margin-bottom: $spacing-unit; - - h2 { - font-size: 32px; - - @include media-query($on-laptop) { - font-size: 28px; - } - } - - h3 { - font-size: 26px; - - @include media-query($on-laptop) { - font-size: 22px; - } - } - - h4 { - font-size: 20px; - - @include media-query($on-laptop) { - font-size: 18px; - } - } -} diff --git a/_sass/_syntax-highlighting.scss b/_sass/_syntax-highlighting.scss deleted file mode 100644 index e36627d..0000000 --- a/_sass/_syntax-highlighting.scss +++ /dev/null @@ -1,67 +0,0 @@ -/** - * Syntax highlighting styles - */ -.highlight { - background: #fff; - @extend %vertical-rhythm; - - .c { color: #998; font-style: italic } // Comment - .err { color: #a61717; background-color: #e3d2d2 } // Error - .k { font-weight: bold } // Keyword - .o { font-weight: bold } // Operator - .cm { color: #998; font-style: italic } // Comment.Multiline - .cp { color: #999; font-weight: bold } // Comment.Preproc - .c1 { color: #998; font-style: italic } // Comment.Single - .cs { color: #999; font-weight: bold; font-style: italic } // Comment.Special - .gd { color: #000; background-color: #fdd } // Generic.Deleted - .gd .x { color: #000; background-color: #faa } // Generic.Deleted.Specific - .ge { font-style: italic } // Generic.Emph - .gr { color: #a00 } // Generic.Error - .gh { color: #999 } // Generic.Heading - .gi { color: #000; background-color: #dfd } // Generic.Inserted - .gi .x { color: #000; background-color: #afa } // Generic.Inserted.Specific - .go { color: #888 } // Generic.Output - .gp { color: #555 } // Generic.Prompt - .gs { font-weight: bold } // Generic.Strong - .gu { color: #aaa } // Generic.Subheading - .gt { color: #a00 } // Generic.Traceback - .kc { font-weight: bold } // Keyword.Constant - .kd { font-weight: bold } // Keyword.Declaration - .kp { font-weight: bold } // Keyword.Pseudo - .kr { font-weight: bold } // Keyword.Reserved - .kt { color: #458; font-weight: bold } // Keyword.Type - .m { color: #099 } // Literal.Number - .s { color: #d14 } // Literal.String - .na { color: #008080 } // Name.Attribute - .nb { color: #0086B3 } // Name.Builtin - .nc { color: #458; font-weight: bold } // Name.Class - .no { color: #008080 } // Name.Constant - .ni { color: #800080 } // Name.Entity - .ne { color: #900; font-weight: bold } // Name.Exception - .nf { color: #900; font-weight: bold } // Name.Function - .nn { color: #555 } // Name.Namespace - .nt { color: #000080 } // Name.Tag - .nv { color: #008080 } // Name.Variable - .ow { font-weight: bold } // Operator.Word - .w { color: #bbb } // Text.Whitespace - .mf { color: #099 } // Literal.Number.Float - .mh { color: #099 } // Literal.Number.Hex - .mi { color: #099 } // Literal.Number.Integer - .mo { color: #099 } // Literal.Number.Oct - .sb { color: #d14 } // Literal.String.Backtick - .sc { color: #d14 } // Literal.String.Char - .sd { color: #d14 } // Literal.String.Doc - .s2 { color: #d14 } // Literal.String.Double - .se { color: #d14 } // Literal.String.Escape - .sh { color: #d14 } // Literal.String.Heredoc - .si { color: #d14 } // Literal.String.Interpol - .sx { color: #d14 } // Literal.String.Other - .sr { color: #009926 } // Literal.String.Regex - .s1 { color: #d14 } // Literal.String.Single - .ss { color: #990073 } // Literal.String.Symbol - .bp { color: #999 } // Name.Builtin.Pseudo - .vc { color: #008080 } // Name.Variable.Class - .vg { color: #008080 } // Name.Variable.Global - .vi { color: #008080 } // Name.Variable.Instance - .il { color: #099 } // Literal.Number.Integer.Long -} diff --git a/css/main.scss b/css/main.scss deleted file mode 100755 index beee4e3..0000000 --- a/css/main.scss +++ /dev/null @@ -1,52 +0,0 @@ ---- -# Only the main Sass file needs front matter (the dashes are enough) ---- -@charset "utf-8"; - - - -// Our variables -$base-font-family: Helvetica, Arial, sans-serif; -$base-font-size: 16px; -$small-font-size: $base-font-size * 0.875; -$base-line-height: 1.5; - -$spacing-unit: 30px; - -$text-color: #111; -$background-color: #fdfdfd; -$brand-color: #2a7ae2; - -$grey-color: #828282; -$grey-color-light: lighten($grey-color, 40%); -$grey-color-dark: darken($grey-color, 25%); - -// Width of the content area -$content-width: 800px; - -$on-palm: 600px; -$on-laptop: 800px; - - - -// Using media queries with like this: -// @include media-query($on-palm) { -// .wrapper { -// padding-right: $spacing-unit / 2; -// padding-left: $spacing-unit / 2; -// } -// } -@mixin media-query($device) { - @media screen and (max-width: $device) { - @content; - } -} - - - -// Import partials from `sass_dir` (defaults to `_sass`) -@import - "base", - "layout", - "syntax-highlighting" -; diff --git a/feed.xml b/feed.xml deleted file mode 100644 index a6628bd..0000000 --- a/feed.xml +++ /dev/null @@ -1,30 +0,0 @@ ---- -layout: null ---- - - - - {{ site.title | xml_escape }} - {{ site.description | xml_escape }} - {{ site.url }}{{ site.baseurl }}/ - - {{ site.time | date_to_rfc822 }} - {{ site.time | date_to_rfc822 }} - Jekyll v{{ jekyll.version }} - {% for post in site.posts limit:10 %} - - {{ post.title | xml_escape }} - {{ post.content | xml_escape }} - {{ post.date | date_to_rfc822 }} - {{ post.url | prepend: site.baseurl | prepend: site.url }} - {{ post.url | prepend: site.baseurl | prepend: site.url }} - {% for tag in post.tags %} - {{ tag | xml_escape }} - {% endfor %} - {% for cat in post.categories %} - {{ cat | xml_escape }} - {% endfor %} - - {% endfor %} - - diff --git a/_posts/2016-10-24-codeofconduct.markdown b/pages/2016-10-24-codeofconduct.markdown similarity index 100% rename from _posts/2016-10-24-codeofconduct.markdown rename to pages/2016-10-24-codeofconduct.markdown diff --git a/_posts/2016-10-24-communication.markdown b/pages/2016-10-24-communication.markdown similarity index 100% rename from _posts/2016-10-24-communication.markdown rename to pages/2016-10-24-communication.markdown diff --git a/_posts/2016-10-24-learning.markdown b/pages/2016-10-24-learning.markdown similarity index 100% rename from _posts/2016-10-24-learning.markdown rename to pages/2016-10-24-learning.markdown diff --git a/_posts/2016-10-24-roles.markdown b/pages/2016-10-24-roles.markdown similarity index 100% rename from _posts/2016-10-24-roles.markdown rename to pages/2016-10-24-roles.markdown diff --git a/_posts/2016-10-24-stack.markdown b/pages/2016-10-24-stack.markdown similarity index 100% rename from _posts/2016-10-24-stack.markdown rename to pages/2016-10-24-stack.markdown diff --git a/_posts/2016-10-24-timeline.markdown b/pages/2016-10-24-timeline.markdown similarity index 100% rename from _posts/2016-10-24-timeline.markdown rename to pages/2016-10-24-timeline.markdown diff --git a/_posts/2016-10-24-volunteer.markdown b/pages/2016-10-24-volunteer.markdown similarity index 100% rename from _posts/2016-10-24-volunteer.markdown rename to pages/2016-10-24-volunteer.markdown diff --git a/about.md b/pages/about.md similarity index 100% rename from about.md rename to pages/about.md