@charset "UTF-8";
/*
 * This is a manifest file that'll automatically include all the stylesheets available in this directory
 * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
 * the top of the compiled file, but it's generally better to create a new file per style scope.

*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
/* line 8, app/assets/stylesheets/flutie.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small,
strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
details, figcaption, figure, footer, header, hgroup, menu, nav, section,
summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 22, app/assets/stylesheets/flutie.css */
body {
  line-height: 1;
}

/* line 25, app/assets/stylesheets/flutie.css */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav,
section {
  display: block;
}

/* line 29, app/assets/stylesheets/flutie.css */
nav ul {
  list-style: none;
}

/* line 32, app/assets/stylesheets/flutie.css */
blockquote, q {
  quotes: none;
}

/* line 35, app/assets/stylesheets/flutie.css */
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

/* line 39, app/assets/stylesheets/flutie.css */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
/* line 47, app/assets/stylesheets/flutie.css */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
/* line 53, app/assets/stylesheets/flutie.css */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* line 59, app/assets/stylesheets/flutie.css */
del {
  text-decoration: line-through;
}

/* line 62, app/assets/stylesheets/flutie.css */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 66, app/assets/stylesheets/flutie.css */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
/* line 71, app/assets/stylesheets/flutie.css */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* line 79, app/assets/stylesheets/flutie.css */
input, select {
  vertical-align: middle;
}

/* line 82, app/assets/stylesheets/flutie.css */
body {
  color: #333;
  font-size: 13px;
  font-family: "helvetica neue", arial, helvetica, "lucida grande", sans-serif;
}

/* line 87, app/assets/stylesheets/flutie.css */
h1, h2, h3, h4, h5, h6 {
  color: #111;
  font-family: "helvetica neue", Helvetica, arial, sans-serif;
}

/* Misc classes and elements */
/* Use a .box to create a padded box inside a column.  */
/* line 93, app/assets/stylesheets/flutie.css */
.box {
  background: #eee;
  margin-bottom: 16px;
  padding: 16px;
}

/* Use this to create a horizontal ruler across a column. */
/* line 99, app/assets/stylesheets/flutie.css */
hr {
  background: #ddd;
  border: none;
  clear: both;
  color: #ddd;
  float: none;
  height: 1px;
  margin: 0 0 12px;
  width: 100%;
}

/* line 109, app/assets/stylesheets/flutie.css */
hr.space {
  background: #fff;
  color: #fff;
}

/* for image replacement */
/* line 114, app/assets/stylesheets/flutie.css */
.ir {
  background-repeat: no-repeat;
  direction: ltr;
  display: block;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
}

/* Hide for both screenreaders and browsers
css-discuss.incutio.com/wiki/Screenreader_Visibility */
/* line 124, app/assets/stylesheets/flutie.css */
.hidden {
  display: none;
  visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders
www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden  */
/* line 130, app/assets/stylesheets/flutie.css */
.visuallyhidden {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

/* Hide visually and from screenreaders, but maintain layout */
/* line 137, app/assets/stylesheets/flutie.css */
.invisible {
  visibility: hidden;
}

/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
/* line 141, app/assets/stylesheets/flutie.css */
.clearfix:before, .project-details .meta-data:before, .project-details:before, header.main nav:before, body.finalists-index section.container:before, .news .rss ol.feed:before, .awesome-wrapper .awesome-projects:before, .applications article.project header div.title:before, body.projects-index section.container:before, .chapter .inner-wrapper:before, .chapter-info .trustees ol:before, section.session-form ul:before,
section.password-reset-form ul:before, .clearfix:after, .project-details .meta-data:after, .project-details:after, header.main nav:after, body.finalists-index section.container:after, .news .rss ol.feed:after, .awesome-wrapper .awesome-projects:after, .applications article.project header div.title:after, body.projects-index section.container:after, .chapter .inner-wrapper:after, .chapter-info .trustees ol:after, section.session-form ul:after,
section.password-reset-form ul:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}

/* line 147, app/assets/stylesheets/flutie.css */
.clearfix:after, .project-details .meta-data:after, .project-details:after, header.main nav:after, body.finalists-index section.container:after, .news .rss ol.feed:after, .awesome-wrapper .awesome-projects:after, .applications article.project header div.title:after, body.projects-index section.container:after, .chapter .inner-wrapper:after, .chapter-info .trustees ol:after, section.session-form ul:after,
section.password-reset-form ul:after {
  clear: both;
}

/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
/* line 151, app/assets/stylesheets/flutie.css */
.clearfix, .project-details .meta-data, .project-details, header.main nav, body.finalists-index section.container, .news .rss ol.feed, .awesome-wrapper .awesome-projects, .applications article.project header div.title, body.projects-index section.container, .chapter .inner-wrapper, .chapter-info .trustees ol, section.session-form ul,
section.password-reset-form ul {
  zoom: 1;
}

/* line 154, app/assets/stylesheets/flutie.css */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}

@media print {
  /* line 158, app/assets/stylesheets/flutie.css */
  * {
    background: transparent !important;
    color: #444 !important;
    text-shadow: none !important;
  }
  /* line 163, app/assets/stylesheets/flutie.css */
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  /* line 167, app/assets/stylesheets/flutie.css */
  a:after {
    content: " (" attr(href) ")";
  }
  /* line 170, app/assets/stylesheets/flutie.css */
  abbr:after {
    content: " (" attr(title) ")";
  }
  /* line 173, app/assets/stylesheets/flutie.css */
  .ir a:after {
    content: "";
  }
  /* Don't show links for images */
  /* line 177, app/assets/stylesheets/flutie.css */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 181, app/assets/stylesheets/flutie.css */
  thead {
    display: table-header-group;
  }
  /* css-discuss.incutio.com/wiki/Printing_Tables */
  /* line 185, app/assets/stylesheets/flutie.css */
  tr, img {
    page-break-inside: avoid;
  }
  @page {
    margin: 0.5cm;
  }
  /* line 191, app/assets/stylesheets/flutie.css */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 195, app/assets/stylesheets/flutie.css */
  h2, h3 {
    page-break-after: avoid;
  }
}

/* Success, error & notice boxes for messages and errors. */
/* line 198, app/assets/stylesheets/flutie.css */
div.error, div.notice, div.success, #flash_failure, #flash_success, #flash_notice, #flash_alert {
  border: 1px solid #ddd;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 12px;
  padding: 10px;
}

/* line 206, app/assets/stylesheets/flutie.css */
div.error, #flash_failure {
  background: #FBE3E4;
  border-color: #FBC2C4;
  color: #D12F19;
}

/* line 211, app/assets/stylesheets/flutie.css */
div.error a, #flash_failure a {
  color: #D12F19;
}

/* line 214, app/assets/stylesheets/flutie.css */
div.notice, #flash_notice {
  background: #FFF6BF;
  border-color: #FFD324;
  color: #817134;
}

/* line 219, app/assets/stylesheets/flutie.css */
div.notice a, #flash_notice a {
  color: #817134;
}

/* line 222, app/assets/stylesheets/flutie.css */
div.success, #flash_success {
  background: #E6EFC2;
  border-color: #C6D880;
  color: #529214;
}

/* line 227, app/assets/stylesheets/flutie.css */
div.success a, #flash_success a {
  color: #529214;
}

/* Headings */
/* line 231, app/assets/stylesheets/flutie.css */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

/* line 234, app/assets/stylesheets/flutie.css */
h1 {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 12px;
}

/* line 239, app/assets/stylesheets/flutie.css */
h2 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 6px;
}

/* line 244, app/assets/stylesheets/flutie.css */
h3 {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 4px;
}

/* line 249, app/assets/stylesheets/flutie.css */
h4 {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 4px;
}

/* line 254, app/assets/stylesheets/flutie.css */
h5 {
  font-size: 14px;
  margin-bottom: 4px;
}

/* line 258, app/assets/stylesheets/flutie.css */
h6 {
  font-size: 12px;
  margin-bottom: 4px;
}

/* Text elements */
/* line 263, app/assets/stylesheets/flutie.css */
p {
  line-height: 1.4;
  margin-bottom: 12px;
}

/* Use this if the image is at the top of the <p>. */
/* line 268, app/assets/stylesheets/flutie.css */
p img.top {
  margin-top: 0;
}

/* line 271, app/assets/stylesheets/flutie.css */
img {
  margin: 0 0 12px;
}

/* line 274, app/assets/stylesheets/flutie.css */
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

/* line 278, app/assets/stylesheets/flutie.css */
address {
  font-style: italic;
  margin-top: 16px;
}

/* line 282, app/assets/stylesheets/flutie.css */
del {
  color: #666;
}

/* line 285, app/assets/stylesheets/flutie.css */
a, a:link {
  color: #1a4882;
  text-decoration: underline;
}

/* line 289, app/assets/stylesheets/flutie.css */
a:visited {
  color: #1a4882;
}

/* line 292, app/assets/stylesheets/flutie.css */
a:hover {
  color: #052246;
}

/* line 295, app/assets/stylesheets/flutie.css */
a:active, a:focus {
  color: #1a4882;
}

/* line 298, app/assets/stylesheets/flutie.css */
blockquote {
  border-left: 4px solid #d1d1d1;
  color: #666;
  font-style: italic;
  margin: 16px 0;
  padding-left: 12px;
}

/* line 305, app/assets/stylesheets/flutie.css */
strong {
  font-weight: bold;
}

/* line 308, app/assets/stylesheets/flutie.css */
em,
dfn {
  font-style: italic;
}

/* line 312, app/assets/stylesheets/flutie.css */
dfn {
  font-weight: bold;
}

/* line 315, app/assets/stylesheets/flutie.css */
pre, code {
  margin: 12px 0;
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  word-wrap: break-word;
  /* IE */
}

/* line 324, app/assets/stylesheets/flutie.css */
pre, code, tt {
  font: 12px 'andale mono', 'monotype.com', 'lucida console', monospace;
  line-height: 1.5;
}

/* line 328, app/assets/stylesheets/flutie.css */
pre.code {
  background: #000;
  color: #fff;
  padding: 20px;
}

/* line 333, app/assets/stylesheets/flutie.css */
tt {
  display: block;
  line-height: 1.5;
  margin: 16px 0;
}

/* Forms */
/*
* Remove inner padding and border in FF3/4
* www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
*/
/* line 343, app/assets/stylesheets/flutie.css */
input[type="submit"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 347, app/assets/stylesheets/flutie.css */
form ol {
  list-style: none;
  margin: 0 0 12px 0;
}

/* line 351, app/assets/stylesheets/flutie.css */
form ol ol {
  margin-left: 0;
}

/* line 354, app/assets/stylesheets/flutie.css */
form ol li {
  list-style-position: outside;
  margin: 0 0 12px 0;
}

/*list-style-position fixes IE label margin bug*/
/* line 359, app/assets/stylesheets/flutie.css */
form ol ol li {
  list-style-position: outside;
  margin: 0 0 4px 0;
}

/* line 363, app/assets/stylesheets/flutie.css */
form ol li.error input {
  background: #FBE3E4;
}

/* line 366, app/assets/stylesheets/flutie.css */
p.inline-errors {
  color: #D12F19;
}

/* line 369, app/assets/stylesheets/flutie.css */
form ol li.file {
  background: #e1e1e1;
  border: 1px solid #c8c8c8;
  padding: 10px;
}

/* line 374, app/assets/stylesheets/flutie.css */
form abbr {
  border-bottom: 0;
}

/* line 377, app/assets/stylesheets/flutie.css */
label {
  display: block;
}

/* line 380, app/assets/stylesheets/flutie.css */
.required label {
  font-weight: bold;
}

/* line 383, app/assets/stylesheets/flutie.css */
.checkbox_field label,
.radio_field label {
  font-weight: normal;
}

/* line 387, app/assets/stylesheets/flutie.css */
a.cancel {
  color: #7d0d0d;
}

/* line 390, app/assets/stylesheets/flutie.css */
.inline-hints {
  color: #666;
  font-size: 11px;
  margin-bottom: 4px;
}

/* Fieldsets */
/* line 396, app/assets/stylesheets/flutie.css */
fieldset {
  background: #f1f1f1;
  border: 1px solid #e3e3e3;
  margin: 0 0 16px 0;
  padding: 16px 16px 12px 16px;
}

/* line 402, app/assets/stylesheets/flutie.css */
fieldset fieldset, fieldset fieldset fieldset {
  border: 0;
  padding: 0;
}

/* line 406, app/assets/stylesheets/flutie.css */
legend {
  font-weight: bold;
}

/* line 409, app/assets/stylesheets/flutie.css */
.ie6 legend, .ie7 legend {
  margin-left: -7px;
}

/* line 412, app/assets/stylesheets/flutie.css */
fieldset.buttons {
  background: inherit;
  border: 0;
  padding: 0;
}

/* line 417, app/assets/stylesheets/flutie.css */
fieldset.buttons li {
  display: inline;
}

/* line 420, app/assets/stylesheets/flutie.css */
.radio fieldset {
  margin: 0;
  padding: 0;
}

/* Text fields */
/* line 425, app/assets/stylesheets/flutie.css */
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  font-size: inherit;
  padding: 3px 2px;
  width: 300px;
}

/* line 444, app/assets/stylesheets/flutie.css */
.ie6 input {
  vertical-align: text-bottom;
}

/* line 447, app/assets/stylesheets/flutie.css */
input[disabled='disabled'] {
  background-color: #fcfcfc;
  cursor: default;
}

/* line 451, app/assets/stylesheets/flutie.css */
input[type="checkbox"] {
  margin: 0 3px 0 0;
  position: relative;
  top: -2px;
  vertical-align: middle;
}

/* line 457, app/assets/stylesheets/flutie.css */
.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}

/* line 460, app/assets/stylesheets/flutie.css */
input[type="radio"] {
  margin: 0 3px 0 0;
  position: relative;
  top: -2px;
  vertical-align: middle;
}

/* line 466, app/assets/stylesheets/flutie.css */
.check_boxes label {
  display: inline;
  padding: 0;
  vertical-align: middle;
}

/* line 471, app/assets/stylesheets/flutie.css */
.radio label {
  padding: 0;
}

/* Textareas */
/* line 475, app/assets/stylesheets/flutie.css */
textarea {
  font-size: inherit;
  height: 200px;
  margin: 0 6px 6px 0;
  padding: 5px;
  width: 440px;
  overflow: auto;
}

/* Select fields */
/* line 484, app/assets/stylesheets/flutie.css */
fieldset .select select {
  width: 200px;
  font-size: 11px;
}

/* line 488, app/assets/stylesheets/flutie.css */
optgroup {
  margin: 0 0 6px 0;
}

/* Date & Time */
/* line 492, app/assets/stylesheets/flutie.css */
form ol li.date select, form ol li.time select, form ol li.datetime select {
  display: inline;
  width: auto;
}

/* line 496, app/assets/stylesheets/flutie.css */
form ol li.date ol li, form ol li.time ol li, form ol li.datetime ol li {
  display: inline-block;
}

/* Tables */
/* line 500, app/assets/stylesheets/flutie.css */
table {
  margin-bottom: 24px;
  width: 100%;
}

/* line 504, app/assets/stylesheets/flutie.css */
th {
  border-bottom: 2px solid #ccc;
  font-weight: bold;
  text-align: left;
}

/* line 509, app/assets/stylesheets/flutie.css */
td {
  border-bottom: 1px solid #ddd;
}

/* line 512, app/assets/stylesheets/flutie.css */
caption, th, td {
  padding: 4px 10px 4px 0;
}

/* line 515, app/assets/stylesheets/flutie.css */
caption {
  background: #f1f1f1;
  margin-bottom: 12px;
  padding: 10px 0;
}

/* line 520, app/assets/stylesheets/flutie.css */
tr, td, th {
  vertical-align: middle;
}

/* Use this if you use span-x classes on th/td. */
/* line 524, app/assets/stylesheets/flutie.css */
table .last {
  padding-right: 0;
}

/* Lists */
/* line 528, app/assets/stylesheets/flutie.css */
ul, ol {
  list-style-position: inside;
  margin-bottom: 16px;
}

/* line 532, app/assets/stylesheets/flutie.css */
ul {
  list-style-type: disc;
}

/* line 535, app/assets/stylesheets/flutie.css */
ol {
  list-style-type: decimal;
}

/* line 538, app/assets/stylesheets/flutie.css */
dl {
  line-height: 1.4;
  margin-bottom: 16px;
}

/* line 542, app/assets/stylesheets/flutie.css */
dl dt {
  font-weight: bold;
  margin-top: 6px;
}

/* line 546, app/assets/stylesheets/flutie.css */
dl dd {
  margin-bottom: 0em;
}

/* line 549, app/assets/stylesheets/flutie.css */
dd {
  margin-left: 6px;
}

/* line 552, app/assets/stylesheets/flutie.css */
li {
  line-height: 1.4;
}

/* line 555, app/assets/stylesheets/flutie.css */
ol ol, ol ul, ul ul, ul ol {
  margin-left: 12px;
}

/**************************************************************/
/*  Flexbox Ultralight                                        */
/*  Version 1.0                                               */
/*  by Johanna Brewer                                         */
/*  Copyright 2019                                            */
/*  Download: https://github.com/deadroxy/flexbox-ultralight  */
/**************************************************************/
/* line 9, app/assets/stylesheets/flexbox-ultralight.css */
.flexbox {
  display: -webkit-box;
  /* OLD: Safari,  iOS, Android browser, older WebKit browsers.  */
  display: -moz-box;
  /* OLD: Firefox (buggy) */
  display: -ms-flexbox;
  /* MID: IE 10 */
  display: -webkit-flex;
  /* NEW, Chrome 21+ */
  display: flex;
  /* NEW: Opera 12.1, Firefox 22+ */
}

/* line 17, app/assets/stylesheets/flexbox-ultralight.css */
.flexbox.horizontal {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

/* line 25, app/assets/stylesheets/flexbox-ultralight.css */
.flexbox.horizontal-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 35, app/assets/stylesheets/flexbox-ultralight.css */
.flexbox.vertical {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 43, app/assets/stylesheets/flexbox-ultralight.css */
.flexbox.vertical-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/* line 53, app/assets/stylesheets/flexbox-ultralight.css */
.flexbox.center {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* line 61, app/assets/stylesheets/flexbox-ultralight.css */
.flexbox.start {
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

/* line 69, app/assets/stylesheets/flexbox-ultralight.css */
.flexbox.end {
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

/* line 77, app/assets/stylesheets/flexbox-ultralight.css */
.flexbox.stretch {
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}

/* line 85, app/assets/stylesheets/flexbox-ultralight.css */
.flexbox.flex-0 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0;
  -ms-flex: 0;
  flex: 0;
}

/* line 93, app/assets/stylesheets/flexbox-ultralight.css */
.flexbox.flex-1 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* line 101, app/assets/stylesheets/flexbox-ultralight.css */
.flexbox.wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 107, app/assets/stylesheets/flexbox-ultralight.css */
.flexbox.wrap-reverse {
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

/* line 113, app/assets/stylesheets/flexbox-ultralight.css */
.flexbox.justify-space-between {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

/* line 119, app/assets/stylesheets/flexbox-ultralight.css */
.flexbox.justify-space-around {
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
}

@font-face {
  font-family: 'lg';
  src: url(/assets/lg-9f2fbb410f1cffb0ca78609873c82032773ecbda1cc87fb689f3775ca5f74ad0.eot);
  src: url(/assets/lg-9f2fbb410f1cffb0ca78609873c82032773ecbda1cc87fb689f3775ca5f74ad0.eot#iefixn1z373) format("embedded-opentype"), url(/assets/lg-a29bf4e25dc015bba9533a89d583a15101e2bd171cd7b2602efe922be19cd4f9.woff) format("woff"), url(/assets/lg-3a5145c4fb56c45b98d0881f591d6e111b2a7374dee91648eab928e08366811b.ttf) format("truetype"), url(/assets/lg-d9b6e08272ba5cbd992d4aa5ad88595ea29e746a3ddeef5a33f49872cd404bad.svg#lg) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 8, vendor/lightgallery/css/lightgallery.css.scss */
.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 21, vendor/lightgallery/css/lightgallery.css.scss */
.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
}

/* line 34, vendor/lightgallery/css/lightgallery.css.scss */
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

/* line 38, vendor/lightgallery/css/lightgallery.css.scss */
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}

/* line 41, vendor/lightgallery/css/lightgallery.css.scss */
.lg-actions .lg-next {
  right: 20px;
}

/* line 44, vendor/lightgallery/css/lightgallery.css.scss */
.lg-actions .lg-next:before {
  content: "\e095";
}

/* line 47, vendor/lightgallery/css/lightgallery.css.scss */
.lg-actions .lg-prev {
  left: 20px;
}

/* line 50, vendor/lightgallery/css/lightgallery.css.scss */
.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-ms-keyframes lg-right-end {
  /* line 77, vendor/lightgallery/css/lightgallery.css.scss */
  0% {
    left: 0;
  }
  /* line 80, vendor/lightgallery/css/lightgallery.css.scss */
  50% {
    left: -30px;
  }
  /* line 83, vendor/lightgallery/css/lightgallery.css.scss */
  100% {
    left: 0;
  }
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@-ms-keyframes lg-left-end {
  /* line 121, vendor/lightgallery/css/lightgallery.css.scss */
  0% {
    left: 0;
  }
  /* line 124, vendor/lightgallery/css/lightgallery.css.scss */
  50% {
    left: 30px;
  }
  /* line 127, vendor/lightgallery/css/lightgallery.css.scss */
  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

/* line 142, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

/* line 148, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

/* line 155, vendor/lightgallery/css/lightgallery.css.scss */
.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

/* line 163, vendor/lightgallery/css/lightgallery.css.scss */
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

/* line 179, vendor/lightgallery/css/lightgallery.css.scss */
.lg-toolbar .lg-icon:hover {
  color: #FFF;
}

/* line 182, vendor/lightgallery/css/lightgallery.css.scss */
.lg-toolbar .lg-close:after {
  content: "\e070";
}

/* line 185, vendor/lightgallery/css/lightgallery.css.scss */
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

/* line 189, vendor/lightgallery/css/lightgallery.css.scss */
.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

/* line 201, vendor/lightgallery/css/lightgallery.css.scss */
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

/* line 206, vendor/lightgallery/css/lightgallery.css.scss */
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

/* line 211, vendor/lightgallery/css/lightgallery.css.scss */
#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

/* line 220, vendor/lightgallery/css/lightgallery.css.scss */
.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

/* line 228, vendor/lightgallery/css/lightgallery.css.scss */
.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

/* line 233, vendor/lightgallery/css/lightgallery.css.scss */
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

/* line 238, vendor/lightgallery/css/lightgallery.css.scss */
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

/* line 244, vendor/lightgallery/css/lightgallery.css.scss */
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

/* line 257, vendor/lightgallery/css/lightgallery.css.scss */
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

/* line 263, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

/* line 277, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

/* line 284, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

/* line 292, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

/* line 296, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

/* line 300, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

/* line 305, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  /* line 316, vendor/lightgallery/css/lightgallery.css.scss */
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}

/* line 322, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

/* line 325, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 330, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

/* line 333, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

/* line 336, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}

/* line 341, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

/* line 344, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer .lg-toggle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

/* line 359, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff";
}

/* line 362, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer .lg-toggle-thumb:hover {
  color: #FFF;
}

/* line 366, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

/* line 374, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

/* line 381, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* line 389, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

/* line 400, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(/assets/vimeo-play-1fab9885473a49e854c5cd8f2b7745a3c562c977b202097105314ce1b5243923.png) no-repeat scroll 0 0 transparent;
}

/* line 403, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(/assets/vimeo-play-1fab9885473a49e854c5cd8f2b7745a3c562c977b202097105314ce1b5243923.png) no-repeat scroll 0 -58px transparent;
}

/* line 406, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url(/assets/video-play-1ba84a2d34f450c9a52468c943c4566f1b17d7319977fc0ca12759d3a45a7ca8.png) no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

/* line 414, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

/* line 417, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer .lg-has-youtube .lg-video-play {
  background: url(/assets/youtube-play-2af8a25f548dac3449b78b2a5a7a78a2f741ab7913b0e6acf5a94bcc2e7af116.png) no-repeat scroll 0 0 transparent;
}

/* line 420, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(/assets/youtube-play-2af8a25f548dac3449b78b2a5a7a78a2f741ab7913b0e6acf5a94bcc2e7af116.png) no-repeat scroll 0 -60px transparent;
}

/* line 423, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 430, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

/* line 433, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

/* line 436, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

/* line 440, vendor/lightgallery/css/lightgallery.css.scss */
.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}

/* line 454, vendor/lightgallery/css/lightgallery.css.scss */
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

/* line 459, vendor/lightgallery/css/lightgallery.css.scss */
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

/* line 462, vendor/lightgallery/css/lightgallery.css.scss */
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

/* line 466, vendor/lightgallery/css/lightgallery.css.scss */
.lg-autoplay-button:after {
  content: "\e01d";
}

/* line 469, vendor/lightgallery/css/lightgallery.css.scss */
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

/* line 473, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

/* line 477, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

/* line 483, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

/* line 489, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 496, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 512, vendor/lightgallery/css/lightgallery.css.scss */
#lg-zoom-in:after {
  content: "\e311";
}

/* line 516, vendor/lightgallery/css/lightgallery.css.scss */
#lg-actual-size {
  font-size: 20px;
}

/* line 519, vendor/lightgallery/css/lightgallery.css.scss */
#lg-actual-size:after {
  content: "\e033";
}

/* line 523, vendor/lightgallery/css/lightgallery.css.scss */
#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

/* line 527, vendor/lightgallery/css/lightgallery.css.scss */
#lg-zoom-out:after {
  content: "\e312";
}

/* line 530, vendor/lightgallery/css/lightgallery.css.scss */
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

/* line 535, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

/* line 544, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

/* line 547, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

/* line 555, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 560, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

/* line 563, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

/* line 583, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

/* line 587, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

/* line 598, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

/* line 601, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

/* line 615, vendor/lightgallery/css/lightgallery.css.scss */
.lg-fullscreen:after {
  content: "\e20c";
}

/* line 618, vendor/lightgallery/css/lightgallery.css.scss */
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

/* line 622, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

/* line 637, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

/* line 648, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}

/* line 651, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

/* line 674, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}

/* line 685, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

/* line 688, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}

/* line 691, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}

/* line 699, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

/* line 702, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

/* line 708, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

/* line 720, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer #lg-share {
  position: relative;
}

/* line 723, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer #lg-share:after {
  content: "\e80d";
}

/* line 726, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

/* line 729, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}

/* line 732, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

/* line 735, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}

/* line 738, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

/* line 741, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}

/* line 744, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

/* line 747, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

/* line 751, vendor/lightgallery/css/lightgallery.css.scss */
.group {
  *zoom: 1;
}

/* line 755, vendor/lightgallery/css/lightgallery.css.scss */
.group:before, .group:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 761, vendor/lightgallery/css/lightgallery.css.scss */
.group:after {
  clear: both;
}

/* line 765, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

/* line 777, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 782, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer.lg-visible {
  opacity: 1;
}

/* line 785, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

/* line 791, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

/* line 796, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

/* line 803, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

/* line 811, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

/* line 821, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

/* line 829, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer .lg-item {
  background: url(/assets/lg-loading-d16da201ef4d14667466b9b8160a3a01e57673e7b50648327fc2b6d2303aa549.gif) no-repeat scroll center center transparent;
  display: none !important;
}

/* line 833, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

/* line 836, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

/* line 839, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

/* line 846, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

/* line 853, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* line 861, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer .lg-item.lg-complete {
  background-image: none;
}

/* line 864, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

/* line 867, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

/* line 875, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

/* line 881, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

/* line 884, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer .lg-empty-html {
  display: none;
}

/* line 887, vendor/lightgallery/css/lightgallery.css.scss */
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

/* line 891, vendor/lightgallery/css/lightgallery.css.scss */
.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

/* line 904, vendor/lightgallery/css/lightgallery.css.scss */
.lg-backdrop.in {
  opacity: 1;
}

/* line 908, vendor/lightgallery/css/lightgallery.css.scss */
.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

/* line 914, vendor/lightgallery/css/lightgallery.css.scss */
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 919, vendor/lightgallery/css/lightgallery.css.scss */
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 924, vendor/lightgallery/css/lightgallery.css.scss */
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

/* line 927, vendor/lightgallery/css/lightgallery.css.scss */
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

/* line 930, vendor/lightgallery/css/lightgallery.css.scss */
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

/* line 936, vendor/lightgallery/css/lightgallery.css.scss */
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

/* line 939, vendor/lightgallery/css/lightgallery.css.scss */
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

/* line 943, vendor/lightgallery/css/lightgallery.css.scss */
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

/* line 947, vendor/lightgallery/css/lightgallery.css.scss */
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* line 952, vendor/lightgallery/css/lightgallery.css.scss */
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/* line 958, vendor/lightgallery/css/lightgallery.css.scss */
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

/* line 963, vendor/lightgallery/css/lightgallery.css.scss */
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

/* line 966, vendor/lightgallery/css/lightgallery.css.scss */
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

/* line 969, vendor/lightgallery/css/lightgallery.css.scss */
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

/* line 973, vendor/lightgallery/css/lightgallery.css.scss */
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/***
 * Responsiveness Sizes        
 *
 * Three distinct stop points are defined:
 * maximum-width:   largest size the main body of the page grows to
 * mobile-standard: for layout changes on average mobile phone screens
 * mobile-small:    for additional changes that accommdate very small screens like iPhone 5S
***/
/* line 1, app/assets/stylesheets/_base-extends.scss */
.active-link, body.funded_projects-index a.funded_projects, body.funded_projects-show a.funded_projects, body.projects-index a.dashboard, body.finalists-index a.dashboard, body.pages-about_us a.about_us, body.chapters a.chapters, body.projects-new a.apply, body.home-index a.home, header.main nav ol li a.chapters.active {
  border-bottom: 3px solid #f8931c;
  color: white;
}

/* line 7, app/assets/stylesheets/_base-extends.scss */
.user-avatar, .admin-panel .user-profile-image, .chapter-info .trustees ol li article.trustee a div.avatar {
  background-image: -webkit-linear-gradient(90deg, #f0f0f0, #fafafa);
  background-image: linear-gradient(90deg, #f0f0f0, #fafafa);
  border: 1px solid #c8c8c8;
  border-radius: 70px;
  display: block;
  height: 122px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding: 5px;
  width: 122px;
  z-index: 2;
}

/* line 20, app/assets/stylesheets/_base-extends.scss */
.user-avatar img, .admin-panel .user-profile-image img, .chapter-info .trustees ol li article.trustee a div.avatar img {
  border-radius: 70px;
  display: block;
  max-width: 122px;
}

/* line 5, app/assets/stylesheets/_base-animations.scss */
.animation-tilefill, .awesome-wrapper .awesome-projects .project {
  -webkit-animation: tilefill 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-animation: tilefill 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  animation: tilefill 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes tilefill {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
  }
  80% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes tilefill {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
  }
  80% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 1;
  }
}

@keyframes tilefill {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
  }
  80% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 1;
  }
}

/* line 35, app/assets/stylesheets/_base-animations.scss */
.animation-tagline-enter, .awesome-wrapper .awesome-projects .tagline {
  -webkit-animation: tagline-enter 1s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-animation: tagline-enter 1s cubic-bezier(0.39, 0.575, 0.565, 1);
  animation: tagline-enter 1s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes tagline-enter {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
  }
  60% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes tagline-enter {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
  }
  60% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 1;
  }
}

@keyframes tagline-enter {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
  }
  60% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 1;
  }
}

/* line 63, app/assets/stylesheets/_base-animations.scss */
.animation-content-appear, .about-wrapper, .news, .call-to-action, .what-how,
.who-where, #main-container {
  -webkit-animation: content-appear 1s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-animation: content-appear 1s cubic-bezier(0.39, 0.575, 0.565, 1);
  animation: content-appear 1s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes content-appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes content-appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes content-appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* line 84, app/assets/stylesheets/_base-animations.scss */
.animation-logo-wiggle, header.main nav a.logo:hover img.fast-forward {
  -webkit-animation: logo-wiggle 0.4s linear;
  -moz-animation: logo-wiggle 0.4s linear;
  animation: logo-wiggle 0.4s linear;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes logo-wiggle {
  0% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  25% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  75% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-moz-keyframes logo-wiggle {
  0% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  25% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  75% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes logo-wiggle {
  0% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  25% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  75% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

/* line 1, app/assets/stylesheets/_base.scss */
* {
  margin: 0;
  padding: 0;
}

/* line 6, app/assets/stylesheets/_base.scss */
html, body {
  height: 100%;
}

/* line 10, app/assets/stylesheets/_base.scss */
body {
  font-size: 12pt;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 20, app/assets/stylesheets/_base.scss */
#site-container {
  position: relative;
  width: 100%;
  height: 100%;
  height: auto !important;
  background: white;
  color: #373737;
  font-family: "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  /* Necessary??? */
}

/* line 31, app/assets/stylesheets/_base.scss */
#main-container {
  width: 100%;
  max-width: 60em;
  background: white;
}

/* line 39, app/assets/stylesheets/_base.scss */
body.home-index #main-container, body.chapters-show #main-container, body.chapters-index #main-container {
  max-width: none;
}

/* line 45, app/assets/stylesheets/_base.scss */
body:not(.home-index):not(.chapters-show) section.container {
  margin-top: 3em;
}

/* line 51, app/assets/stylesheets/_base.scss */
body section.container {
  margin-bottom: 3em;
}

/* line 56, app/assets/stylesheets/_base.scss */
a {
  color: #373737;
  text-decoration: none;
}

/* line 61, app/assets/stylesheets/_base.scss */
h1, h2, h3, h4, h5, h6 {
  color: #373737;
  font-family: "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

/* line 67, app/assets/stylesheets/_base.scss */
table tr {
  border-bottom: 1px solid #c8c8c8;
  height: 50px;
  list-style: none;
  margin: 10px 0px;
  padding: 10px 0px;
  width: 100%;
}

/* line 1, app/assets/stylesheets/_buttons.scss */
.button--pill {
  border: 1px solid #a56724;
  border-color: #a56724 #946217 #855d0c;
  border-radius: 16px;
  box-shadow: inset 0 1px 0 0 #f8a042;
  color: #333333;
  display: inline-block;
  font-size: inherit;
  font-weight: normal;
  line-height: 1;
  background-color: #f8921e;
  background-image: -webkit-linear-gradient(#f8921e, #e39700);
  background-image: linear-gradient(#f8921e, #e39700);
  padding: 7px 18px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 1px #ff9c2b;
  background-clip: padding-box;
  margin: 6px;
  text-decoration: none;
  color: white;
}

/* line 278, ../usr/local/bundle/gems/bourbon-4.0.2/app/assets/stylesheets/addons/_button.scss */
.button--pill:hover:not(:disabled) {
  border: 1px solid #975714;
  border-color: #975714 #875306 #734c00;
  box-shadow: inset 0 1px 0 0 #f7992e;
  cursor: pointer;
  background-color: #f78708;
  background-image: -webkit-linear-gradient(#f78708, #bd810a);
  background-image: linear-gradient(#f78708, #bd810a);
  text-shadow: 0 -1px 1px #9d6409;
  background-clip: padding-box;
}

/* line 306, ../usr/local/bundle/gems/bourbon-4.0.2/app/assets/stylesheets/addons/_button.scss */
.button--pill:active:not(:disabled), .button--pill:focus:not(:disabled) {
  background: #cf8414;
  border: 1px solid #784e05;
  border-bottom: 1px solid #785600;
  box-shadow: inset 0 0 6px 3px #a57203;
  text-shadow: 0 -1px 1px #99640f;
}

/* line 51, ../usr/local/bundle/gems/bourbon-4.0.2/app/assets/stylesheets/addons/_button.scss */
.button--pill:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* line 7, app/assets/stylesheets/_buttons.scss */
.button--pill:visited {
  color: white;
}

/* line 11, app/assets/stylesheets/_buttons.scss */
.button--pill:link {
  color: white;
  text-decoration: none;
}

/* line 16, app/assets/stylesheets/_buttons.scss */
.button--pill:hover, .button--pill:hover:not(:disabled) {
  text-decoration: none;
}

/* line 21, app/assets/stylesheets/_buttons.scss */
.button--small {
  padding: 7px 12px 6px;
  font-size: 0.8em;
}

@media all and (max-width: 60em) {
  /* line 3, app/assets/stylesheets/_navigation.scss */
  body section.container, body footer {
    width: 100%;
  }
  /* line 7, app/assets/stylesheets/_navigation.scss */
  body header.main {
    min-width: inherit;
  }
  /* line 9, app/assets/stylesheets/_navigation.scss */
  body header.main nav {
    width: 100%;
    padding: 0px 15px;
  }
  /* line 12, app/assets/stylesheets/_navigation.scss */
  body header.main nav ol {
    float: none;
    clear: both;
    display: none;
    max-width: unset;
  }
  /* line 19, app/assets/stylesheets/_navigation.scss */
  body header.main .hamburger {
    display: inline;
  }
}

/* line 26, app/assets/stylesheets/_navigation.scss */
.hamburger {
  display: none;
  background: url(/assets/hamburger-small-cb5d9f3a45b6e559148a68bfb0efa5cb0f78a40802bd9d438f0c859b4f813663.png);
  background-repeat: no-repeat;
  background-size: 30px 20px;
  width: 50px;
  height: 40px;
  background-position: 10px 10px;
  float: right;
  margin-top: 15px;
  margin-right: 20px;
  border: none;
  cursor: pointer;
  padding: 10px;
}

/* line 42, app/assets/stylesheets/_navigation.scss */
.shownav > ol {
  display: block !important;
}

/* line 47, app/assets/stylesheets/_navigation.scss */
header.main ol {
  max-width: 600px;
}

/* line 48, app/assets/stylesheets/_navigation.scss */
header.main ol li {
  white-space: nowrap;
}

@media all and (max-width: 30em) {
  /* line 59, app/assets/stylesheets/_navigation.scss */
  body header.main nav a.logo h1 {
    font-size: 13px;
  }
}

/* line 5, app/assets/stylesheets/_shared-feed.scss */
ol.feed {
  margin: 0px;
}

/* line 8, app/assets/stylesheets/_shared-feed.scss */
ol.feed li {
  list-style: none;
  margin-bottom: 10px;
}

/* line 12, app/assets/stylesheets/_shared-feed.scss */
ol.feed li:last-child {
  margin: 0px;
}

/* line 7, app/assets/stylesheets/_shared-forms.scss */
label {
  font: bold 14px/16px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  margin-bottom: 3px;
}

/* line 11, app/assets/stylesheets/_shared-forms.scss */
label.required {
  margin-left: -9px;
}

/* line 14, app/assets/stylesheets/_shared-forms.scss */
label.required abbr {
  border: none;
  color: #f8931c;
}

/* line 21, app/assets/stylesheets/_shared-forms.scss */
input[type="password"],
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"] {
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.75), inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: normal 12px/14px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  height: 35px;
  background-color: #f6f6f6;
  background-image: -webkit-linear-gradient(#f6f6f6, #fdfdfd);
  background-image: linear-gradient(#f6f6f6, #fdfdfd);
  margin: 0px;
  padding: 5px 8px;
  width: 100%;
}

/* line 44, app/assets/stylesheets/_shared-forms.scss */
textarea:focus,
input[type="password"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus {
  border-color: #f8931c;
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2), 0 0 5px 0 #f8931c;
  color: #373737;
  background-color: #f6f6f6;
  background-image: -webkit-linear-gradient(#f6f6f6, #fdfdfd);
  background-image: linear-gradient(#f6f6f6, #fdfdfd);
  outline: none;
}

/* line 53, app/assets/stylesheets/_shared-forms.scss */
input[type="submit"] {
  border: 1px solid #cd6f00;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #f4b66d;
  color: #333333;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-color: #f8931c;
  background-image: -webkit-linear-gradient(#f8931c, #dc7700);
  background-image: linear-gradient(#f8931c, #dc7700);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 #ff9d29;
  background-clip: padding-box;
  font: 300 24px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  margin: 30px 0 10px 0;
  padding: 10px;
  width: 100%;
  color: white;
}

/* line 131, ../usr/local/bundle/gems/bourbon-4.0.2/app/assets/stylesheets/addons/_button.scss */
input[type="submit"]:hover:not(:disabled) {
  box-shadow: inset 0 1px 0 0 #f19e3c;
  cursor: pointer;
  background-color: #ee860d;
  background-image: -webkit-linear-gradient(#ee860d, #cd6f00);
  background-image: linear-gradient(#ee860d, #cd6f00);
}

/* line 147, ../usr/local/bundle/gems/bourbon-4.0.2/app/assets/stylesheets/addons/_button.scss */
input[type="submit"]:active:not(:disabled), input[type="submit"]:focus:not(:disabled) {
  border: 1px solid #cd6f00;
  box-shadow: inset 0 0 8px 4px #bd6600, inset 0 0 8px 4px #bd6600;
}

/* line 51, ../usr/local/bundle/gems/bourbon-4.0.2/app/assets/stylesheets/addons/_button.scss */
input[type="submit"]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* line 62, app/assets/stylesheets/_shared-forms.scss */
textarea {
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.75), inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #373737;
  background-color: #f6f6f6;
  background-image: -webkit-linear-gradient(#f6f6f6, #fdfdfd);
  background-image: linear-gradient(#f6f6f6, #fdfdfd);
  font: normal 12px/14px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  margin: 0px;
  padding: 10px 8px;
  resize: vertical;
  width: 100%;
}

/* line 78, app/assets/stylesheets/_shared-forms.scss */
form span.error {
  color: #D12F19;
  display: inline-block;
}

/* line 83, app/assets/stylesheets/_shared-forms.scss */
form input + span.error {
  padding-top: 0.5em;
}

/* line 87, app/assets/stylesheets/_shared-forms.scss */
form select + span.error {
  padding-left: 0.5em;
}

/* line 100, app/assets/stylesheets/_shared-forms.scss */
section.user-form,
section.project-form,
section.invitation-form,
section.chapter-form,
section.session-form,
section.password-reset-form {
  background: #f0f0f0;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
  margin-right: 1em;
  margin-left: 1em;
  padding: 2.5em;
  max-width: 460px;
  min-width: 460px;
}

/* line 115, app/assets/stylesheets/_shared-forms.scss */
section.user-form h1,
section.project-form h1,
section.invitation-form h1,
section.chapter-form h1,
section.session-form h1,
section.password-reset-form h1 {
  border-bottom: 1px solid #c8c8c8;
  font: 300 28px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  margin-bottom: 40px;
  padding-bottom: 10px;
}

/* line 122, app/assets/stylesheets/_shared-forms.scss */
section.user-form form,
section.project-form form,
section.invitation-form form,
section.chapter-form form,
section.session-form form,
section.password-reset-form form {
  margin: 0 auto;
  max-width: 460px;
  width: 100%;
}

/* line 128, app/assets/stylesheets/_shared-forms.scss */
section.user-form div.input,
section.project-form div.input,
section.invitation-form div.input,
section.chapter-form div.input,
section.session-form div.input,
section.password-reset-form div.input {
  margin: 0 0 20px 0;
}

/* line 131, app/assets/stylesheets/_shared-forms.scss */
section.user-form div.input.half-width,
section.project-form div.input.half-width,
section.invitation-form div.input.half-width,
section.chapter-form div.input.half-width,
section.session-form div.input.half-width,
section.password-reset-form div.input.half-width {
  max-width: 220px;
  width: 100%;
}

/* line 137, app/assets/stylesheets/_shared-forms.scss */
section.user-form div.chars_left,
section.project-form div.chars_left,
section.invitation-form div.chars_left,
section.chapter-form div.chars_left,
section.session-form div.chars_left,
section.password-reset-form div.chars_left {
  margin-top: -15px;
  margin-bottom: 15px;
  font-size: 0.8em;
}

/* line 144, app/assets/stylesheets/_shared-forms.scss */
section.user-form label.boolean,
section.project-form label.boolean,
section.invitation-form label.boolean,
section.chapter-form label.boolean,
section.session-form label.boolean,
section.password-reset-form label.boolean {
  display: inline-block;
}

/* line 149, app/assets/stylesheets/_shared-forms.scss */
section.user-form select,
section.project-form select,
section.invitation-form select,
section.chapter-form select,
section.session-form select,
section.password-reset-form select {
  margin: 0px;
  vertical-align: baseline;
}

/* line 154, app/assets/stylesheets/_shared-forms.scss */
section.user-form input.boolean,
section.project-form input.boolean,
section.invitation-form input.boolean,
section.chapter-form input.boolean,
section.session-form input.boolean,
section.password-reset-form input.boolean {
  margin-right: 10px;
}

/* line 158, app/assets/stylesheets/_shared-forms.scss */
section.user-form .hint,
section.project-form .hint,
section.invitation-form .hint,
section.chapter-form .hint,
section.session-form .hint,
section.password-reset-form .hint {
  font-size: 0.8em;
  line-height: 1.4;
  margin-top: .5em;
  display: block;
  font-style: italic;
}

/* line 175, app/assets/stylesheets/_shared-forms.scss */
section.session-form h1,
section.password-reset-form h1 {
  margin-bottom: 10px;
}

/* line 182, app/assets/stylesheets/_shared-forms.scss */
section.session-form ul li,
section.password-reset-form ul li {
  list-style: none;
  float: right;
  margin-left: 10px;
}

/* line 187, app/assets/stylesheets/_shared-forms.scss */
section.session-form ul li a,
section.password-reset-form ul li a {
  font-size: 0.8em;
  color: #2e2e2e;
  text-decoration: none;
}

/* line 192, app/assets/stylesheets/_shared-forms.scss */
section.session-form ul li a:hover,
section.password-reset-form ul li a:hover {
  color: #f8931c;
  text-decoration: underline;
}

/* line 200, app/assets/stylesheets/_shared-forms.scss */
section.session-form p,
section.password-reset-form p {
  font-size: 0.8em;
}

/**********************************************/
/*               Responsiveness               */
/**********************************************/
@media (max-width: 37.5em) {
  /* line 211, app/assets/stylesheets/_shared-forms.scss */
  section.user-form,
section.project-form,
section.invitation-form,
section.chapter-form,
section.session-form,
section.password-reset-form {
    min-width: 0px;
  }
  /* line 220, app/assets/stylesheets/_shared-forms.scss */
  section.user-form div.input.half-width,
section.project-form div.input.half-width,
section.invitation-form div.input.half-width,
section.chapter-form div.input.half-width,
section.session-form div.input.half-width,
section.password-reset-form div.input.half-width {
    max-width: none;
  }
}

@media (max-width: 30em) {
  /* line 228, app/assets/stylesheets/_shared-forms.scss */
  section.user-form,
section.project-form,
section.invitation-form,
section.chapter-form,
section.session-form,
section.password-reset-form {
    padding: 1.25em;
  }
}

@media (max-width: 20em) {
  /* line 240, app/assets/stylesheets/_shared-forms.scss */
  section.user-form,
section.project-form,
section.invitation-form,
section.chapter-form,
section.session-form,
section.password-reset-form {
    max-width: 250px;
  }
}

/* line 2, app/assets/stylesheets/_chapters-show.scss */
body.chapters-show section.container {
  background: url(/assets/chapter_bg-6e9506f7a61623b8430ae33cc86055808b5ba253ad43e6c62856ebe170875a4b.png);
  background-repeat: repeat-x;
  background-size: contain;
  padding-top: 0px;
}

/* line 8, app/assets/stylesheets/_chapters-show.scss */
body.chapters-show section.container header {
  padding: 60px 0px 10px;
}

/* line 12, app/assets/stylesheets/_chapters-show.scss */
body.chapters-show section.container .inactive-notice {
  margin: 2em 1em;
  border: #f8931c solid 2px;
  background: #fff;
  padding: 10px;
  color: #2e2e2e;
  font: normal 14px/22px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

/* line 20, app/assets/stylesheets/_chapters-show.scss */
body.chapters-show section.container .inactive-notice strong {
  display: block;
  margin-bottom: 0.5em;
}

/* line 26, app/assets/stylesheets/_chapters-show.scss */
body.chapters-show section.container .title-wrapper {
  max-width: 60em;
  width: 100%;
}

/* line 30, app/assets/stylesheets/_chapters-show.scss */
body.chapters-show section.container .title-wrapper .title {
  margin-right: 1.5em;
  margin-left: 1.5em;
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 10px;
}

/* line 36, app/assets/stylesheets/_chapters-show.scss */
body.chapters-show section.container .title-wrapper .title h1 {
  color: #373737;
  font: 900 38px/44px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  margin: 0px;
  text-transform: uppercase;
}

/* line 43, app/assets/stylesheets/_chapters-show.scss */
body.chapters-show section.container .title-wrapper .title a.edit-chapter {
  border: 1px solid #d1c8c8;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 white;
  color: #333333;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-color: #f0f0f0;
  background-image: -webkit-linear-gradient(#f0f0f0, #d8d0d0);
  background-image: linear-gradient(#f0f0f0, #d8d0d0);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 #fbfafa;
  background-clip: padding-box;
  margin: 6px;
  text-decoration: none;
  padding: 7px 12px 6px;
  font-size: 0.8em;
}

/* line 131, ../usr/local/bundle/gems/bourbon-4.0.2/app/assets/stylesheets/addons/_button.scss */
body.chapters-show section.container .title-wrapper .title a.edit-chapter:hover:not(:disabled) {
  box-shadow: inset 0 1px 0 0 #fdfdfd;
  cursor: pointer;
  background-color: #e3e3e3;
  background-image: -webkit-linear-gradient(#e3e3e3, #d0c8c8);
  background-image: linear-gradient(#e3e3e3, #d0c8c8);
}

/* line 147, ../usr/local/bundle/gems/bourbon-4.0.2/app/assets/stylesheets/addons/_button.scss */
body.chapters-show section.container .title-wrapper .title a.edit-chapter:active:not(:disabled), body.chapters-show section.container .title-wrapper .title a.edit-chapter:focus:not(:disabled) {
  border: 1px solid #d1c8c8;
  box-shadow: inset 0 0 8px 4px #c9c1c1, inset 0 0 8px 4px #c9c1c1;
}

/* line 51, ../usr/local/bundle/gems/bourbon-4.0.2/app/assets/stylesheets/addons/_button.scss */
body.chapters-show section.container .title-wrapper .title a.edit-chapter:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* line 51, app/assets/stylesheets/_chapters-show.scss */
body.chapters-show section.container .title-wrapper .title a.apply-chapter {
  border: 1px solid #a56724;
  border-color: #a56724 #946217 #855d0c;
  border-radius: 16px;
  box-shadow: inset 0 1px 0 0 #f8a042;
  color: #333333;
  display: inline-block;
  font-size: inherit;
  font-weight: normal;
  line-height: 1;
  background-color: #f8921e;
  background-image: -webkit-linear-gradient(#f8921e, #e39700);
  background-image: linear-gradient(#f8921e, #e39700);
  padding: 7px 18px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 1px #ff9c2b;
  background-clip: padding-box;
  margin: 6px;
  text-decoration: none;
  padding: 7px 12px 6px;
  font-size: 0.8em;
}

/* line 278, ../usr/local/bundle/gems/bourbon-4.0.2/app/assets/stylesheets/addons/_button.scss */
body.chapters-show section.container .title-wrapper .title a.apply-chapter:hover:not(:disabled) {
  border: 1px solid #975714;
  border-color: #975714 #875306 #734c00;
  box-shadow: inset 0 1px 0 0 #f7992e;
  cursor: pointer;
  background-color: #f78708;
  background-image: -webkit-linear-gradient(#f78708, #bd810a);
  background-image: linear-gradient(#f78708, #bd810a);
  text-shadow: 0 -1px 1px #9d6409;
  background-clip: padding-box;
}

/* line 306, ../usr/local/bundle/gems/bourbon-4.0.2/app/assets/stylesheets/addons/_button.scss */
body.chapters-show section.container .title-wrapper .title a.apply-chapter:active:not(:disabled), body.chapters-show section.container .title-wrapper .title a.apply-chapter:focus:not(:disabled) {
  background: #cf8414;
  border: 1px solid #784e05;
  border-bottom: 1px solid #785600;
  box-shadow: inset 0 0 6px 3px #a57203;
  text-shadow: 0 -1px 1px #99640f;
}

/* line 51, ../usr/local/bundle/gems/bourbon-4.0.2/app/assets/stylesheets/addons/_button.scss */
body.chapters-show section.container .title-wrapper .title a.apply-chapter:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* line 59, app/assets/stylesheets/_chapters-show.scss */
body.chapters-show section.container .title-wrapper .title a.donate-button {
  border: 1px solid #525353;
  border-color: #525353 #3d4a45 #2c413b;
  border-radius: 16px;
  box-shadow: inset 0 1px 0 0 #68ad8d;
  color: white;
  display: inline-block;
  font-size: inherit;
  font-weight: normal;
  line-height: 1;
  background-color: #549e7d;
  background-image: -webkit-linear-gradient(#549e7d, #358a6f);
  background-image: linear-gradient(#549e7d, #358a6f);
  padding: 7px 18px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 1px #495c55;
  background-clip: padding-box;
  margin: 6px;
  text-decoration: none;
  padding: 7px 12px 6px;
  font-size: 0.8em;
}

/* line 278, ../usr/local/bundle/gems/bourbon-4.0.2/app/assets/stylesheets/addons/_button.scss */
body.chapters-show section.container .title-wrapper .title a.donate-button:hover:not(:disabled) {
  border: 1px solid #3a4d44;
  border-color: #3a4d44 #254338 #16392e;
  box-shadow: inset 0 1px 0 0 #5ba685;
  cursor: pointer;
  background-color: #4c8f71;
  background-image: -webkit-linear-gradient(#4c8f71, #3c675a);
  background-image: linear-gradient(#4c8f71, #3c675a);
  text-shadow: 0 -1px 1px #305245;
  background-clip: padding-box;
}

/* line 306, ../usr/local/bundle/gems/bourbon-4.0.2/app/assets/stylesheets/addons/_button.scss */
body.chapters-show section.container .title-wrapper .title a.donate-button:active:not(:disabled), body.chapters-show section.container .title-wrapper .title a.donate-button:focus:not(:disabled) {
  background: #4e7164;
  border: 1px solid #203930;
  border-bottom: 1px solid #1b3931;
  box-shadow: inset 0 0 6px 3px #2d584b;
  text-shadow: 0 -1px 1px #364e46;
}

/* line 51, ../usr/local/bundle/gems/bourbon-4.0.2/app/assets/stylesheets/addons/_button.scss */
body.chapters-show section.container .title-wrapper .title a.donate-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* line 67, app/assets/stylesheets/_chapters-show.scss */
body.chapters-show section.container .title-wrapper .title a.external {
  background: transparent;
  display: block;
  height: 25px;
  margin: 6px;
  opacity: 0.7;
  position: relative;
  width: 25px;
}

/* line 76, app/assets/stylesheets/_chapters-show.scss */
body.chapters-show section.container .title-wrapper .title a.external:hover {
  opacity: 1;
}

/* line 80, app/assets/stylesheets/_chapters-show.scss */
body.chapters-show section.container .title-wrapper .title a.external:active {
  top: 1px;
}

/* line 84, app/assets/stylesheets/_chapters-show.scss */
body.chapters-show section.container .title-wrapper .title a.external.twitter {
  background: url(/assets/twitter-5548124da6cfc4f9f09302520b5bf306728dcd93e74d54cb21f6040a92b2ebc3.png);
}

/* line 88, app/assets/stylesheets/_chapters-show.scss */
body.chapters-show section.container .title-wrapper .title a.external.facebook {
  background: url(/assets/fb-7c46554a0eae79d7beb04ea6e763d4ddeab571b6d0350b14be2438b6fa087da0.png);
}

/* line 92, app/assets/stylesheets/_chapters-show.scss */
body.chapters-show section.container .title-wrapper .title a.external.email {
  background: url(/assets/mail-7690d759a0898a64c3e51883939bcd7901f7d3f82b4123c3cf51960629593a60.png);
}

/* line 96, app/assets/stylesheets/_chapters-show.scss */
body.chapters-show section.container .title-wrapper .title a.external.blog {
  background: url(/assets/blog-2-a622950e14e79ce425c9b36117f693405ea95a29890505eef579ad909600e568.png);
}

/* line 100, app/assets/stylesheets/_chapters-show.scss */
body.chapters-show section.container .title-wrapper .title a.external.instagram {
  background: url(/assets/instagram-f7eaaefb22a44f21d8464be88e1093aae5dbbe8d1f361d493437c466243f9b1c.png);
}

/* line 108, app/assets/stylesheets/_chapters-show.scss */
body.chapters-show .owl-stage {
  margin: 0 auto;
}

/* line 112, app/assets/stylesheets/_chapters-show.scss */
body.chapters-show .owl-dots-wrapper {
  margin-top: 20px;
}

/* line 115, app/assets/stylesheets/_chapters-show.scss */
body.chapters-show .owl-dots-wrapper .owl-dots {
  width: 100%;
}

/* line 119, app/assets/stylesheets/_chapters-show.scss */
body.chapters-show .owl-dots-wrapper .owl-dots, body.chapters-show .owl-dots-wrapper .owl-nav-round {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

/* line 124, app/assets/stylesheets/_chapters-show.scss */
body.chapters-show .owl-dots-wrapper .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

/* line 129, app/assets/stylesheets/_chapters-show.scss */
body.chapters-show .owl-dots-wrapper button.owl-dot {
  outline: 0 none;
  cursor: pointer;
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

/* line 139, app/assets/stylesheets/_chapters-show.scss */
body.chapters-show .owl-dots-wrapper .owl-dots .owl-dot.active span, body.chapters-show .owl-dots-wrapper .owl-dots .owl-dot:hover span {
  background: #869791;
}

/* line 143, app/assets/stylesheets/_chapters-show.scss */
body.chapters-show .owl-dots-wrapper .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

/* line 157, app/assets/stylesheets/_chapters-show.scss */
.chapter-header-wrapper {
  position: relative;
  margin-top: 2em;
  margin-left: 1.5em;
  margin-right: 1.5em;
}

/* line 164, app/assets/stylesheets/_chapters-show.scss */
.chapter-header-wrapper:hover .owl-nav-round button {
  opacity: 1;
}

/* line 170, app/assets/stylesheets/_chapters-show.scss */
.chapter-header-wrapper .chapter-projects.touch-device .owl-nav-round button {
  display: none !important;
}

/* line 175, app/assets/stylesheets/_chapters-show.scss */
.chapter-header-wrapper .owl-nav-round button {
  outline: 0 none;
  cursor: pointer;
  display: block;
  background: rgba(0, 0, 0, 0.6);
  background-position: center center;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 50px;
  height: 100px;
  width: 100px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity, background-color, 0.2s, ease-out;
  -moz-transition: opacity, background-color, 0.2s, ease-out;
  transition: opacity, background-color, 0.2s, ease-out;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
}

/* line 198, app/assets/stylesheets/_chapters-show.scss */
.chapter-header-wrapper .owl-nav-round button:hover {
  background-color: #f8931c;
}

/* line 202, app/assets/stylesheets/_chapters-show.scss */
.chapter-header-wrapper .owl-nav-round button.owl-nav-left {
  background-image: url(/assets/arrow_left-1b60c3d068e30ef66383efb62a76433f1ef1b60035580153ac1ba89fa7e9620a.png);
  background-size: 50%;
  left: 60px;
}

/* line 208, app/assets/stylesheets/_chapters-show.scss */
.chapter-header-wrapper .owl-nav-round button.owl-nav-right {
  background-image: url(/assets/arrow_right-42bd5acfbdcbbdc7b5d4e4f76dba638093be4bbcc703b8b4a49a012e4695f908.png);
  background-size: 50%;
  right: -40px;
}

/* line 214, app/assets/stylesheets/_chapters-show.scss */
.chapter-header-wrapper .owl-nav-round button.disabled {
  display: none;
}

/* line 220, app/assets/stylesheets/_chapters-show.scss */
.chapter-header-wrapper .chapter-projects {
  white-space: nowrap;
  overflow: hidden;
}

/* line 224, app/assets/stylesheets/_chapters-show.scss */
.chapter-header-wrapper .chapter-projects .project {
  background: transparent;
}

/* line 227, app/assets/stylesheets/_chapters-show.scss */
.chapter-header-wrapper .chapter-projects .project a {
  text-decoration: none;
}

/* line 231, app/assets/stylesheets/_chapters-show.scss */
.chapter-header-wrapper .chapter-projects .project .image-wrapper {
  height: 100%;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  width: auto;
  z-index: 1;
}

/* line 239, app/assets/stylesheets/_chapters-show.scss */
.chapter-header-wrapper .chapter-projects .project .image-wrapper .project-name {
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  white-space: normal;
}

/* line 248, app/assets/stylesheets/_chapters-show.scss */
.chapter-header-wrapper .chapter-projects .project .image-wrapper .project-name h2 {
  color: white;
  font: normal 26px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  margin: 0px;
  text-transform: uppercase;
}

/* line 255, app/assets/stylesheets/_chapters-show.scss */
.chapter-header-wrapper .chapter-projects .project .image-wrapper .project-name span {
  color: rgba(255, 255, 255, 0.7);
  margin-right: 10px;
  font-size: 0.8em;
  line-height: 1.4em;
}

/* line 264, app/assets/stylesheets/_chapters-show.scss */
.chapter-header-wrapper .chapter-projects .project .image-wrapper:hover .project-name {
  background: #f8931c;
}

/* line 267, app/assets/stylesheets/_chapters-show.scss */
.chapter-header-wrapper .chapter-projects .project .image-wrapper:hover .project-name span {
  color: #373737;
}

/* line 273, app/assets/stylesheets/_chapters-show.scss */
.chapter-header-wrapper .chapter-projects .project .image-wrapper img {
  display: block;
  margin: 0px;
  max-width: 100%;
}

/* line 283, app/assets/stylesheets/_chapters-show.scss */
.chapter-info {
  max-width: 60em;
  width: 100%;
  margin-top: 40px;
}

/* line 288, app/assets/stylesheets/_chapters-show.scss */
.chapter-info h2 {
  font: normal 18px/22px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  margin-bottom: 15px;
  text-transform: uppercase;
}

/* line 294, app/assets/stylesheets/_chapters-show.scss */
.chapter-info .divider {
  border-bottom: 1px solid #c8c8c8;
}

/* line 298, app/assets/stylesheets/_chapters-show.scss */
.chapter-info .trustees {
  padding-bottom: 40px;
  margin-left: 1.5em;
  margin-right: 1.5em;
  max-width: 940px;
  border-bottom: 1px solid #c8c8c8;
}

/* line 305, app/assets/stylesheets/_chapters-show.scss */
.chapter-info .trustees h2 {
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 15px;
}

/* line 310, app/assets/stylesheets/_chapters-show.scss */
.chapter-info .trustees ol {
  margin: 0px;
}

/* line 314, app/assets/stylesheets/_chapters-show.scss */
.chapter-info .trustees ol li {
  float: left;
  list-style: none;
  margin: 0 8px 16px 8px;
  max-width: 140px;
}

/* line 321, app/assets/stylesheets/_chapters-show.scss */
.chapter-info .trustees ol li article.dean div.hat {
  background: url(/assets/dean-hat-6a2f6c9ad65d09e33085e9681eb8304616d46aa3bd5822f3b736bb1efd0b8f46.png);
  background-position: top center;
  background-repeat: no-repeat;
  height: 94px;
  left: -42px;
  position: absolute;
  top: -40px;
  width: 151px;
  z-index: 10;
}

/* line 334, app/assets/stylesheets/_chapters-show.scss */
.chapter-info .trustees ol li article.trustee {
  position: relative;
}

/* line 337, app/assets/stylesheets/_chapters-show.scss */
.chapter-info .trustees ol li article.trustee a {
  text-decoration: none;
}

/* line 344, app/assets/stylesheets/_chapters-show.scss */
.chapter-info .trustees ol li article.trustee a .trustee-details {
  background: rgba(248, 147, 28, 0.9);
  border: 1px solid #f8931c;
  border-radius: 2px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
  opacity: 0;
  padding: 8px;
  position: absolute;
  top: 80px;
  max-width: 140px;
  z-index: 3;
}

/* line 356, app/assets/stylesheets/_chapters-show.scss */
.chapter-info .trustees ol li article.trustee a .trustee-details h3 {
  color: white;
  font: 300 14px/16px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  margin: 0px;
  text-transform: uppercase;
  text-align: center;
}

/* line 366, app/assets/stylesheets/_chapters-show.scss */
.chapter-info .trustees ol li article.trustee a:hover div.avatar {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  top: -5px;
}

/* line 371, app/assets/stylesheets/_chapters-show.scss */
.chapter-info .trustees ol li article.trustee a:hover div.hat {
  top: -45px;
}

/* line 375, app/assets/stylesheets/_chapters-show.scss */
.chapter-info .trustees ol li article.trustee a:hover .trustee-details {
  opacity: 1;
}

/* line 384, app/assets/stylesheets/_chapters-show.scss */
.chapter-info .trustees ol li:nth-child(even) a:hover .trustee-details {
  left: -4px;
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

/* line 393, app/assets/stylesheets/_chapters-show.scss */
.chapter-info .trustees ol li:nth-child(odd) a:hover .trustee-details {
  left: -12px;
  -webkit-transform: rotate(7deg);
  -moz-transform: rotate(7deg);
  -ms-transform: rotate(7deg);
  -o-transform: rotate(7deg);
  transform: rotate(7deg);
}

/* line 403, app/assets/stylesheets/_chapters-show.scss */
.chapter-info .description {
  margin-bottom: 40px;
  margin-left: 1.5em;
  margin-right: 1.5em;
}

/* line 409, app/assets/stylesheets/_chapters-show.scss */
.chapter-info .description article h2 {
  font: normal 18px/22px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  margin-bottom: 15px;
  text-transform: uppercase;
}

/* line 415, app/assets/stylesheets/_chapters-show.scss */
.chapter-info .description article p, .chapter-info .description article li {
  color: #2e2e2e;
  font: normal 14px/22px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

/* line 420, app/assets/stylesheets/_chapters-show.scss */
.chapter-info .description article.rss-feed {
  margin-top: 24px;
}

/* line 424, app/assets/stylesheets/_chapters-show.scss */
.chapter-info .description article ul {
  margin-left: 1em;
}

/* line 430, app/assets/stylesheets/_chapters-show.scss */
.chapter-info ol.feed {
  margin: 0px;
  padding: 0px 0px 30px;
}

/* line 434, app/assets/stylesheets/_chapters-show.scss */
.chapter-info ol.feed li {
  list-style: none;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

/* line 442, app/assets/stylesheets/_chapters-show.scss */
.chapter-info ol.feed li:last-child {
  margin: 0px;
}

/* line 446, app/assets/stylesheets/_chapters-show.scss */
.chapter-info ol.feed li span.post-date {
  margin-right: 12px;
  font: normal 14px/20px Georgia, Cambria, serif;
}

/* line 451, app/assets/stylesheets/_chapters-show.scss */
.chapter-info ol.feed li a {
  color: #2e2e2e;
  font: normal 14px/20px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-decoration: none;
}

/* line 456, app/assets/stylesheets/_chapters-show.scss */
.chapter-info ol.feed li a:hover {
  color: #f8931c;
}

/* line 464, app/assets/stylesheets/_chapters-show.scss */
.chapter-apply {
  padding-top: 40px;
  max-width: 60em;
  width: 100%;
}

/* line 469, app/assets/stylesheets/_chapters-show.scss */
.chapter-apply .apply-button {
  max-width: 460px;
  width: 100%;
}

/* line 473, app/assets/stylesheets/_chapters-show.scss */
.chapter-apply .apply-button a {
  border: 1px solid #a56724;
  border-color: #a56724 #946217 #855d0c;
  border-radius: 16px;
  box-shadow: inset 0 1px 0 0 #f8a042;
  color: #333333;
  display: inline-block;
  font-size: inherit;
  font-weight: normal;
  line-height: 1;
  background-color: #f8921e;
  background-image: -webkit-linear-gradient(#f8921e, #e39700);
  background-image: linear-gradient(#f8921e, #e39700);
  padding: 7px 18px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 1px #ff9c2b;
  background-clip: padding-box;
  margin-left: 1.5em;
  margin-right: 1.5em;
  font: normal 18px/22px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  max-width: 100%;
  display: block;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
}

/* line 278, ../usr/local/bundle/gems/bourbon-4.0.2/app/assets/stylesheets/addons/_button.scss */
.chapter-apply .apply-button a:hover:not(:disabled) {
  border: 1px solid #975714;
  border-color: #975714 #875306 #734c00;
  box-shadow: inset 0 1px 0 0 #f7992e;
  cursor: pointer;
  background-color: #f78708;
  background-image: -webkit-linear-gradient(#f78708, #bd810a);
  background-image: linear-gradient(#f78708, #bd810a);
  text-shadow: 0 -1px 1px #9d6409;
  background-clip: padding-box;
}

/* line 306, ../usr/local/bundle/gems/bourbon-4.0.2/app/assets/stylesheets/addons/_button.scss */
.chapter-apply .apply-button a:active:not(:disabled), .chapter-apply .apply-button a:focus:not(:disabled) {
  background: #cf8414;
  border: 1px solid #784e05;
  border-bottom: 1px solid #785600;
  box-shadow: inset 0 0 6px 3px #a57203;
  text-shadow: 0 -1px 1px #99640f;
}

/* line 51, ../usr/local/bundle/gems/bourbon-4.0.2/app/assets/stylesheets/addons/_button.scss */
.chapter-apply .apply-button a:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/**********************************************/
/*               Responsiveness               */
/**********************************************/
@media (max-width: 31.1em) {
  /* line 498, app/assets/stylesheets/_chapters-show.scss */
  .chapter-info .trustees ol li {
    transform: scale(0.9);
  }
}

@media (max-width: 21.8em) {
  /* line 510, app/assets/stylesheets/_chapters-show.scss */
  .chapter-info .trustees ol li {
    margin: 0px;
    transform: scale(0.8);
  }
}

/* line 2, app/assets/stylesheets/_chapters-index.scss */
body.chapters-index section.container-wrapper {
  background: url(/assets/chapter_bg-6e9506f7a61623b8430ae33cc86055808b5ba253ad43e6c62856ebe170875a4b.png);
  background-repeat: repeat-x;
  background-size: contain;
}

/* line 8, app/assets/stylesheets/_chapters-index.scss */
body.chapters-index section.container {
  max-width: 60em;
  width: 100%;
}

/* line 13, app/assets/stylesheets/_chapters-index.scss */
body.chapters-index section.inner-container {
  margin-right: 1.5em;
  margin-left: 1.5em;
}

/* line 18, app/assets/stylesheets/_chapters-index.scss */
body.chapters-index hgroup {
  border-bottom: 3px solid gainsboro;
  margin-bottom: 80px;
  padding-bottom: 10px;
}

/* line 23, app/assets/stylesheets/_chapters-index.scss */
body.chapters-index hgroup h2 {
  font: bold 38px/44px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
}

/* line 31, app/assets/stylesheets/_chapters-index.scss */
.chapters-intro {
  text-align: center;
}

/* line 34, app/assets/stylesheets/_chapters-index.scss */
.chapters-intro p {
  font: normal 14px/20px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

/* line 37, app/assets/stylesheets/_chapters-index.scss */
.chapters-intro p a {
  color: #373737;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 42, app/assets/stylesheets/_chapters-index.scss */
.chapters-intro p a:hover {
  color: #f8931c;
}

/* line 49, app/assets/stylesheets/_chapters-index.scss */
.chapter {
  border-bottom: 3px solid #f8931c;
  margin-bottom: 60px;
  position: relative;
  max-width: 400px;
  width: 100%;
}

/* line 56, app/assets/stylesheets/_chapters-index.scss */
.chapter .inner-wrapper {
  border-radius: 4px;
  padding: 10px 0px;
}

/* line 62, app/assets/stylesheets/_chapters-index.scss */
.chapter h2 {
  float: left;
  margin: 0px;
  padding-right: 100px;
}

/* line 67, app/assets/stylesheets/_chapters-index.scss */
.chapter h2 a {
  color: #373737;
  font: bold 26px/28px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 73, app/assets/stylesheets/_chapters-index.scss */
.chapter h2 a:hover {
  color: #f8931c;
}

/* line 79, app/assets/stylesheets/_chapters-index.scss */
.chapter .external-links {
  right: 0px;
  padding-top: 1px;
  position: absolute;
}

/* line 84, app/assets/stylesheets/_chapters-index.scss */
.chapter .external-links a {
  background: transparent;
  display: block;
  float: left;
  height: 25px;
  margin: 0px 0px 0px 10px;
  opacity: 0.7;
  position: relative;
  width: 25px;
}

/* line 94, app/assets/stylesheets/_chapters-index.scss */
.chapter .external-links a:hover {
  opacity: 1;
}

/* line 98, app/assets/stylesheets/_chapters-index.scss */
.chapter .external-links a:active {
  top: 1px;
}

/* line 102, app/assets/stylesheets/_chapters-index.scss */
.chapter .external-links a.twitter_url {
  background: url(/assets/twitter-5548124da6cfc4f9f09302520b5bf306728dcd93e74d54cb21f6040a92b2ebc3.png);
}

/* line 106, app/assets/stylesheets/_chapters-index.scss */
.chapter .external-links a.facebook_url {
  background: url(/assets/fb-7c46554a0eae79d7beb04ea6e763d4ddeab571b6d0350b14be2438b6fa087da0.png);
}

/* line 110, app/assets/stylesheets/_chapters-index.scss */
.chapter .external-links a.blog_url {
  background: url(/assets/blog-2-a622950e14e79ce425c9b36117f693405ea95a29890505eef579ad909600e568.png);
}

/* line 114, app/assets/stylesheets/_chapters-index.scss */
.chapter .external-links a.instagram_url {
  background: url(/assets/instagram-f7eaaefb22a44f21d8464be88e1093aae5dbbe8d1f361d493437c466243f9b1c.png);
}

/* line 120, app/assets/stylesheets/_chapters-index.scss */
.chapter p.country {
  background: white;
  bottom: -8px;
  color: #2e2e2e;
  font: normal 14px/16px Georgia, Cambria, serif;
  margin: 0px;
  padding-right: 10px;
  position: absolute;
}

/**********************************************/
/*               Responsiveness               */
/**********************************************/
@media (max-width: 54em) {
  /* line 137, app/assets/stylesheets/_chapters-index.scss */
  .chapter {
    max-width: none;
  }
}

/* line 3, app/assets/stylesheets/_chapters-new.scss */
.chapter-form form .chapter-admin {
  padding-bottom: 10px;
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 25px;
}

/* line 6, app/assets/stylesheets/_chapters.scss */
body.chapters-show section.container {
  width: 100%;
}

@media all and (max-width: 60em) {
  /* line 8, app/assets/stylesheets/_projects-index.scss */
  body.projects-index section.container {
    margin-top: 0.5em !important;
  }
}

/* line 15, app/assets/stylesheets/_projects-index.scss */
.application__image-wrapper {
  margin-right: 5px;
  width: 10%;
  display: block;
  float: left;
}

@media all and (max-width: 60em) {
  /* line 15, app/assets/stylesheets/_projects-index.scss */
  .application__image-wrapper {
    width: 18%;
  }
}

/* line 26, app/assets/stylesheets/_projects-index.scss */
.application__image-placeholder {
  opacity: 0.4;
}

/* line 29, app/assets/stylesheets/_projects-index.scss */
.application__image-placeholder:hover {
  opacity: 1;
}

/* line 34, app/assets/stylesheets/_projects-index.scss */
.admin-panel {
  border-right: 1px solid #c8c8c8;
  float: left;
  margin-right: 39px;
  padding: 0px 20px 20px 0px;
  width: 180px;
}

@media all and (max-width: 60em) {
  /* line 34, app/assets/stylesheets/_projects-index.scss */
  .admin-panel {
    float: none;
    border-right: none;
    width: 100%;
    padding: 0px;
    margin-bottom: 15px;
  }
  /* line 48, app/assets/stylesheets/_projects-index.scss */
  .admin-panel .hamburger {
    display: inline;
    margin-top: -10px;
    margin-right: 5px;
  }
  /* line 54, app/assets/stylesheets/_projects-index.scss */
  .admin-panel ol {
    display: none;
    clear: both;
    border-bottom: none;
  }
}

@media all and (max-width: 60em) {
  /* line 61, app/assets/stylesheets/_projects-index.scss */
  .admin-panel .user-profile-image {
    padding: 0px;
    width: 40px;
    height: 40px;
    margin: none;
    margin-left: 15px;
    margin-top: -12px;
    float: left;
  }
  /* line 67, app/assets/stylesheets/_projects-index.scss */
  .admin-panel .user-profile-image img {
    border-radius: 20px;
    max-width: 40px;
  }
}

/* line 78, app/assets/stylesheets/_projects-index.scss */
.admin-panel h2 {
  border-bottom: 1px dotted #c8c8c8;
  font: 300 18px/20px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  margin: 15px 0px;
  padding-bottom: 30px;
  text-align: center;
}

@media all and (max-width: 60em) {
  /* line 78, app/assets/stylesheets/_projects-index.scss */
  .admin-panel h2 {
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: 0px;
    text-align: left;
    padding-left: 70px;
    padding-bottom: 23px;
  }
}

/* line 93, app/assets/stylesheets/_projects-index.scss */
.admin-panel ol {
  margin: 0px;
}

/* line 96, app/assets/stylesheets/_projects-index.scss */
.admin-panel ol li {
  border-bottom: 1px dotted #c8c8c8;
  list-style: none;
  margin-bottom: 15px;
  padding: 0px 0px 15px 0px;
}

@media all and (max-width: 60em) {
  /* line 96, app/assets/stylesheets/_projects-index.scss */
  .admin-panel ol li {
    margin: 0px 0px;
    padding: 0px;
  }
}

/* line 107, app/assets/stylesheets/_projects-index.scss */
.admin-panel ol li:first-child {
  border-top: none;
}

/* line 111, app/assets/stylesheets/_projects-index.scss */
.admin-panel ol li.section-title {
  padding: 15px 0px 5px 0px;
}

@media all and (max-width: 60em) {
  /* line 111, app/assets/stylesheets/_projects-index.scss */
  .admin-panel ol li.section-title {
    padding-left: 15px;
  }
}

/* line 118, app/assets/stylesheets/_projects-index.scss */
.admin-panel ol li h3 {
  color: #373737;
  font: bold 14px/22px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

/* line 123, app/assets/stylesheets/_projects-index.scss */
.admin-panel ol li a {
  color: #373737;
  display: block;
  font: normal 12px/14px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  padding: 5px 0px 5px 10px;
  text-decoration: none;
}

@media all and (max-width: 60em) {
  /* line 123, app/assets/stylesheets/_projects-index.scss */
  .admin-panel ol li a {
    padding: 12px 20px;
  }
}

/* line 133, app/assets/stylesheets/_projects-index.scss */
.admin-panel ol li a:hover {
  background: #f8931c;
  color: white;
}

/* line 142, app/assets/stylesheets/_projects-index.scss */
.applications {
  float: left;
  max-width: 700px;
  /* Ensure 'Back to Chapter' link on admin view of project page is the correct font size */
}

/* line 147, app/assets/stylesheets/_projects-index.scss */
.applications > p:nth-child(2) {
  font-size: 0.8em;
}

@media all and (min-width: 60em) {
  /* line 142, app/assets/stylesheets/_projects-index.scss */
  .applications {
    width: 700px;
  }
}

@media all and (max-width: 60em) {
  /* line 142, app/assets/stylesheets/_projects-index.scss */
  .applications {
    max-width: 100%;
    float: none;
    margin-left: 1em;
    margin-right: 1em;
  }
}

/* line 162, app/assets/stylesheets/_projects-index.scss */
.applications .exports {
  text-align: right;
  margin-bottom: 20px;
  font-size: 0.8em;
}

@media all and (max-width: 60em) {
  /* line 162, app/assets/stylesheets/_projects-index.scss */
  .applications .exports {
    display: none;
  }
}

/* line 171, app/assets/stylesheets/_projects-index.scss */
.applications .application-filters {
  background: #e6e6e6;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
  box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.3), inset 0 1px 0 0 rgba(255, 255, 255, 0.8);
  background-color: #f0f0f0;
  background-image: -webkit-linear-gradient(#f0f0f0, gainsboro);
  background-image: linear-gradient(#f0f0f0, gainsboro);
  margin-bottom: 10px;
  position: relative;
  width: 700px;
}

@media all and (max-width: 60em) {
  /* line 171, app/assets/stylesheets/_projects-index.scss */
  .applications .application-filters {
    width: 100%;
    box-sizing: border-box;
  }
}

/* line 185, app/assets/stylesheets/_projects-index.scss */
.applications .application-filters nav {
  padding: 10px 10px 0px 10px;
  position: relative;
}

/* line 189, app/assets/stylesheets/_projects-index.scss */
.applications .application-filters nav a.chapter-selection {
  background: #e6e6e6;
  border: 1px solid #bebebe;
  border-radius: 3px;
  display: block;
  padding: 5px 40px 5px 10px;
  text-decoration: none;
  z-index: 2;
}

/* line 198, app/assets/stylesheets/_projects-index.scss */
.applications .application-filters nav a.chapter-selection:hover {
  background: gainsboro;
}

/* line 202, app/assets/stylesheets/_projects-index.scss */
.applications .application-filters nav a.chapter-selection span {
  color: #373737;
  font: normal 16px/18px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-shadow: 0 1px rgba(255, 255, 255, 0.75);
}

/* line 208, app/assets/stylesheets/_projects-index.scss */
.applications .application-filters nav a.chapter-selection span.arrow {
  border-top: 7px solid #969696;
  border-right: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid transparent;
  position: absolute;
  top: 22px;
  right: 25px;
}

/* line 220, app/assets/stylesheets/_projects-index.scss */
.applications .application-filters nav a.chapter-selection.expanded {
  background: gainsboro;
  border: 1px solid #969696;
  border-radius: 3px 3px 0px 0px;
  cursor: pointer;
}

/* line 228, app/assets/stylesheets/_projects-index.scss */
.applications .application-filters nav ol.chapter-selector {
  background: white;
  border: 1px solid #969696;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  opacity: 0;
  overflow-y: auto;
  position: relative;
  display: none;
  z-index: 1;
  margin-top: -1px;
  margin-bottom: 0px;
}

/* line 241, app/assets/stylesheets/_projects-index.scss */
.applications .application-filters nav ol.chapter-selector.bounded {
  max-height: 428px;
}

/* line 245, app/assets/stylesheets/_projects-index.scss */
.applications .application-filters nav ol.chapter-selector li {
  border-bottom: 1px solid #c8c8c8;
  list-style: none;
  margin: 0 5px;
  padding: 3px 0px;
}

/* line 251, app/assets/stylesheets/_projects-index.scss */
.applications .application-filters nav ol.chapter-selector li:last-child {
  border: none;
}

/* line 255, app/assets/stylesheets/_projects-index.scss */
.applications .application-filters nav ol.chapter-selector li a {
  color: #373737;
  display: block;
  padding: 5px 8px;
  text-decoration: none;
}

/* line 261, app/assets/stylesheets/_projects-index.scss */
.applications .application-filters nav ol.chapter-selector li a:hover {
  background: #f8931c;
  color: white;
}

/* line 268, app/assets/stylesheets/_projects-index.scss */
.applications .application-filters nav ol.chapter-selector.expanded {
  opacity: 1;
  display: block;
}

/* line 275, app/assets/stylesheets/_projects-index.scss */
.applications .application-filters form.filter {
  float: right;
  padding: 0px 10px 10px 10px;
}

/* line 279, app/assets/stylesheets/_projects-index.scss */
.applications .application-filters form.filter div.short-list-toggle, .applications .application-filters form.filter div.funded-toggle, .applications .application-filters form.filter div.toggle {
  float: left;
  margin-right: 10px;
  margin-top: 20px;
  position: relative;
}

/* line 285, app/assets/stylesheets/_projects-index.scss */
.applications .application-filters form.filter div.short-list-toggle input[type="checkbox"], .applications .application-filters form.filter div.funded-toggle input[type="checkbox"], .applications .application-filters form.filter div.toggle input[type="checkbox"] {
  left: 12px;
  position: absolute;
  top: 10px;
}

/* line 291, app/assets/stylesheets/_projects-index.scss */
.applications .application-filters form.filter div.short-list-toggle label, .applications .application-filters form.filter div.funded-toggle label, .applications .application-filters form.filter div.toggle label {
  background: #e6e6e6;
  border: 1px solid #bebebe;
  border-radius: 3px;
  font: normal 12px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  height: 21px;
  margin: 0px;
  text-shadow: 0 1px rgba(255, 255, 255, 0.8);
  padding: 8px 12px 0px 30px;
}

/* line 301, app/assets/stylesheets/_projects-index.scss */
.applications .application-filters form.filter div.short-list-toggle label:hover, .applications .application-filters form.filter div.funded-toggle label:hover, .applications .application-filters form.filter div.toggle label:hover {
  background: gainsboro;
  cursor: pointer;
}

/* line 307, app/assets/stylesheets/_projects-index.scss */
.applications .application-filters form.filter div.short-list-toggle input[type="checkbox"]:checked + label, .applications .application-filters form.filter div.funded-toggle input[type="checkbox"]:checked + label, .applications .application-filters form.filter div.toggle input[type="checkbox"]:checked + label {
  background: gainsboro;
  cursor: pointer;
}

/* line 313, app/assets/stylesheets/_projects-index.scss */
.applications .application-filters form.filter div.date-range, .applications .application-filters form.filter div.search {
  float: left;
  margin-right: 10px;
  margin-top: 20px;
}

/* line 318, app/assets/stylesheets/_projects-index.scss */
.applications .application-filters form.filter div.date-range label, .applications .application-filters form.filter div.search label {
  display: none;
}

/* line 322, app/assets/stylesheets/_projects-index.scss */
.applications .application-filters form.filter div.date-range input[type="text"], .applications .application-filters form.filter div.search input[type="text"] {
  color: #b4b4b4;
  height: 30px;
  width: 90px;
}

/* line 327, app/assets/stylesheets/_projects-index.scss */
.applications .application-filters form.filter div.date-range input[type="text"]:focus, .applications .application-filters form.filter div.search input[type="text"]:focus {
  color: #373737;
}

/* line 332, app/assets/stylesheets/_projects-index.scss */
.applications .application-filters form.filter div.date-range input#search, .applications .application-filters form.filter div.search input#search {
  width: 100px;
}

/* line 337, app/assets/stylesheets/_projects-index.scss */
.applications .application-filters form.filter input[type="submit"], .applications .application-filters form.filter button[type="submit"] {
  border: 1px solid #c8bdbd;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 white;
  color: #333333;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-color: #e6e6e6;
  background-image: -webkit-linear-gradient(#e6e6e6, #cfc5c5);
  background-image: linear-gradient(#e6e6e6, #cfc5c5);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 #f2efef;
  background-clip: padding-box;
  margin: 0px;
  margin-top: 20px;
  width: auto;
  font-size: 11px;
}

/* line 131, ../usr/local/bundle/gems/bourbon-4.0.2/app/assets/stylesheets/addons/_button.scss */
.applications .application-filters form.filter input[type="submit"]:hover:not(:disabled), .applications .application-filters form.filter button[type="submit"]:hover:not(:disabled) {
  box-shadow: inset 0 1px 0 0 #f3f3f3;
  cursor: pointer;
  background-color: #d9d9d9;
  background-image: -webkit-linear-gradient(#d9d9d9, #c7bdbd);
  background-image: linear-gradient(#d9d9d9, #c7bdbd);
}

/* line 147, ../usr/local/bundle/gems/bourbon-4.0.2/app/assets/stylesheets/addons/_button.scss */
.applications .application-filters form.filter input[type="submit"]:active:not(:disabled), .applications .application-filters form.filter input[type="submit"]:focus:not(:disabled), .applications .application-filters form.filter button[type="submit"]:active:not(:disabled), .applications .application-filters form.filter button[type="submit"]:focus:not(:disabled) {
  border: 1px solid #c8bdbd;
  box-shadow: inset 0 0 8px 4px #bfb6b6, inset 0 0 8px 4px #bfb6b6;
}

/* line 51, ../usr/local/bundle/gems/bourbon-4.0.2/app/assets/stylesheets/addons/_button.scss */
.applications .application-filters form.filter input[type="submit"]:disabled, .applications .application-filters form.filter button[type="submit"]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* line 347, app/assets/stylesheets/_projects-index.scss */
.applications h1 {
  color: #373737;
  font: bold 18px/22px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
}

/* line 353, app/assets/stylesheets/_projects-index.scss */
.applications article.project {
  border: 1px solid #c8c8c8;
  background: white;
  border-radius: 4px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.15);
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 361, app/assets/stylesheets/_projects-index.scss */
.applications article.project header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 364, app/assets/stylesheets/_projects-index.scss */
.applications article.project header div.title {
  border-bottom: 1px solid #c8c8c8;
  padding: 10px;
}

/* line 369, app/assets/stylesheets/_projects-index.scss */
.applications article.project header div.title a.title {
  color: #373737;
  float: left;
  font: bold 24px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-decoration: none;
}

/* line 375, app/assets/stylesheets/_projects-index.scss */
.applications article.project header div.title a.title:hover {
  color: #f8931c;
}

/* line 380, app/assets/stylesheets/_projects-index.scss */
.applications article.project header div.title .public-link {
  display: none;
  padding-top: .5em;
  font-size: 0.8em;
  clear: both;
}

/* line 386, app/assets/stylesheets/_projects-index.scss */
.applications article.project header div.title .public-link a {
  color: #373737;
  text-decoration: none;
}

/* line 390, app/assets/stylesheets/_projects-index.scss */
.applications article.project header div.title .public-link a:hover {
  color: #f8931c;
}

/* line 396, app/assets/stylesheets/_projects-index.scss */
.applications article.project header div.title .actions {
  font-size: 11px;
}

/* line 400, app/assets/stylesheets/_projects-index.scss */
.applications article.project header div.title a.short-list,
.applications article.project header div.title a.mark-as-winner,
.applications article.project header div.title a.project-actions-toggle {
  border: 1px solid #d1c8c8;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 white;
  color: #333333;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-color: #f0f0f0;
  background-image: -webkit-linear-gradient(#f0f0f0, #d8d0d0);
  background-image: linear-gradient(#f0f0f0, #d8d0d0);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 #fbfafa;
  background-clip: padding-box;
  float: right;
  margin-left: 10px;
  text-decoration: none;
}

/* line 131, ../usr/local/bundle/gems/bourbon-4.0.2/app/assets/stylesheets/addons/_button.scss */
.applications article.project header div.title a.short-list:hover:not(:disabled),
.applications article.project header div.title a.mark-as-winner:hover:not(:disabled),
.applications article.project header div.title a.project-actions-toggle:hover:not(:disabled) {
  box-shadow: inset 0 1px 0 0 #fdfdfd;
  cursor: pointer;
  background-color: #e3e3e3;
  background-image: -webkit-linear-gradient(#e3e3e3, #d0c8c8);
  background-image: linear-gradient(#e3e3e3, #d0c8c8);
}

/* line 147, ../usr/local/bundle/gems/bourbon-4.0.2/app/assets/stylesheets/addons/_button.scss */
.applications article.project header div.title a.short-list:active:not(:disabled), .applications article.project header div.title a.short-list:focus:not(:disabled),
.applications article.project header div.title a.mark-as-winner:active:not(:disabled),
.applications article.project header div.title a.mark-as-winner:focus:not(:disabled),
.applications article.project header div.title a.project-actions-toggle:active:not(:disabled),
.applications article.project header div.title a.project-actions-toggle:focus:not(:disabled) {
  border: 1px solid #d1c8c8;
  box-shadow: inset 0 0 8px 4px #c9c1c1, inset 0 0 8px 4px #c9c1c1;
}

/* line 51, ../usr/local/bundle/gems/bourbon-4.0.2/app/assets/stylesheets/addons/_button.scss */
.applications article.project header div.title a.short-list:disabled,
.applications article.project header div.title a.mark-as-winner:disabled,
.applications article.project header div.title a.project-actions-toggle:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* line 408, app/assets/stylesheets/_projects-index.scss */
.applications article.project header div.title a.short-list.short-list:hover,
.applications article.project header div.title a.mark-as-winner.short-list:hover,
.applications article.project header div.title a.project-actions-toggle.short-list:hover {
  border: 1px solid #cd6f00;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #f4b66d;
  color: #333333;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-color: #f8931c;
  background-image: -webkit-linear-gradient(#f8931c, #dc7700);
  background-image: linear-gradient(#f8931c, #dc7700);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 #ff9d29;
  background-clip: padding-box;
}

/* line 131, ../usr/local/bundle/gems/bourbon-4.0.2/app/assets/stylesheets/addons/_button.scss */
.applications article.project header div.title a.short-list.short-list:hover:hover:not(:disabled),
.applications article.project header div.title a.mark-as-winner.short-list:hover:hover:not(:disabled),
.applications article.project header div.title a.project-actions-toggle.short-list:hover:hover:not(:disabled) {
  box-shadow: inset 0 1px 0 0 #f19e3c;
  cursor: pointer;
  background-color: #ee860d;
  background-image: -webkit-linear-gradient(#ee860d, #cd6f00);
  background-image: linear-gradient(#ee860d, #cd6f00);
}

/* line 147, ../usr/local/bundle/gems/bourbon-4.0.2/app/assets/stylesheets/addons/_button.scss */
.applications article.project header div.title a.short-list.short-list:hover:active:not(:disabled), .applications article.project header div.title a.short-list.short-list:hover:focus:not(:disabled),
.applications article.project header div.title a.mark-as-winner.short-list:hover:active:not(:disabled),
.applications article.project header div.title a.mark-as-winner.short-list:hover:focus:not(:disabled),
.applications article.project header div.title a.project-actions-toggle.short-list:hover:active:not(:disabled),
.applications article.project header div.title a.project-actions-toggle.short-list:hover:focus:not(:disabled) {
  border: 1px solid #cd6f00;
  box-shadow: inset 0 0 8px 4px #bd6600, inset 0 0 8px 4px #bd6600;
}

/* line 51, ../usr/local/bundle/gems/bourbon-4.0.2/app/assets/stylesheets/addons/_button.scss */
.applications article.project header div.title a.short-list.short-list:hover:disabled,
.applications article.project header div.title a.mark-as-winner.short-list:hover:disabled,
.applications article.project header div.title a.project-actions-toggle.short-list:hover:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* line 412, app/assets/stylesheets/_projects-index.scss */
.applications article.project header div.title a.short-list.mark-as-winner:hover,
.applications article.project header div.title a.mark-as-winner.mark-as-winner:hover,
.applications article.project header div.title a.project-actions-toggle.mark-as-winner:hover {
  border: 1px solid #0057da;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #74a9f9;
  color: white;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-color: #227aff;
  background-image: -webkit-linear-gradient(#227aff, #005de9);
  background-image: linear-gradient(#227aff, #005de9);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 #004fc5;
  background-clip: padding-box;
}

/* line 131, ../usr/local/bundle/gems/bourbon-4.0.2/app/assets/stylesheets/addons/_button.scss */
.applications article.project header div.title a.short-list.mark-as-winner:hover:hover:not(:disabled),
.applications article.project header div.title a.mark-as-winner.mark-as-winner:hover:hover:not(:disabled),
.applications article.project header div.title a.project-actions-toggle.mark-as-winner:hover:hover:not(:disabled) {
  box-shadow: inset 0 1px 0 0 #428bf8;
  cursor: pointer;
  background-color: #0d6cfa;
  background-image: -webkit-linear-gradient(#0d6cfa, #0057da);
  background-image: linear-gradient(#0d6cfa, #0057da);
}

/* line 147, ../usr/local/bundle/gems/bourbon-4.0.2/app/assets/stylesheets/addons/_button.scss */
.applications article.project header div.title a.short-list.mark-as-winner:hover:active:not(:disabled), .applications article.project header div.title a.short-list.mark-as-winner:hover:focus:not(:disabled),
.applications article.project header div.title a.mark-as-winner.mark-as-winner:hover:active:not(:disabled),
.applications article.project header div.title a.mark-as-winner.mark-as-winner:hover:focus:not(:disabled),
.applications article.project header div.title a.project-actions-toggle.mark-as-winner:hover:active:not(:disabled),
.applications article.project header div.title a.project-actions-toggle.mark-as-winner:hover:focus:not(:disabled) {
  border: 1px solid #0057da;
  box-shadow: inset 0 0 8px 4px #0051ca, inset 0 0 8px 4px #0051ca;
}

/* line 51, ../usr/local/bundle/gems/bourbon-4.0.2/app/assets/stylesheets/addons/_button.scss */
.applications article.project header div.title a.short-list.mark-as-winner:hover:disabled,
.applications article.project header div.title a.mark-as-winner.mark-as-winner:hover:disabled,
.applications article.project header div.title a.project-actions-toggle.mark-as-winner:hover:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* line 417, app/assets/stylesheets/_projects-index.scss */
.applications article.project header div.title a.project-actions-toggle {
  font-size: 1.1em;
}

/* line 422, app/assets/stylesheets/_projects-index.scss */
.applications article.project header .contact {
  padding: 10px;
  word-wrap: break-word;
}

/* line 426, app/assets/stylesheets/_projects-index.scss */
.applications article.project header .contact span {
  font: normal 12px/14px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

/* line 431, app/assets/stylesheets/_projects-index.scss */
.applications article.project header .meta-data {
  border-bottom: 1px solid #c8c8c8;
  padding: 10px;
  font-size: 0.8em;
}

/* line 436, app/assets/stylesheets/_projects-index.scss */
.applications article.project header .meta-data a {
  color: #373737;
  text-decoration: none;
}

/* line 441, app/assets/stylesheets/_projects-index.scss */
.applications article.project header .meta-data .project-actions-toggle {
  margin-left: .25em;
  font-size: 1.2em;
  float: right;
}

/* line 447, app/assets/stylesheets/_projects-index.scss */
.applications article.project header .meta-data .spam {
  float: right;
  margin: 0px;
}

/* line 451, app/assets/stylesheets/_projects-index.scss */
.applications article.project header .meta-data .spam a {
  color: #373737;
  text-decoration: none;
}

/* line 455, app/assets/stylesheets/_projects-index.scss */
.applications article.project header .meta-data .spam a:hover {
  text-decoration: underline;
}

/* line 463, app/assets/stylesheets/_projects-index.scss */
.applications article.project section.project-actions {
  display: none;
  padding-top: 1.5em;
  margin-bottom: 0;
  font-size: 1.2em;
}

/* line 469, app/assets/stylesheets/_projects-index.scss */
.applications article.project section.project-actions .text-muted {
  color: #ccc;
}

/* line 473, app/assets/stylesheets/_projects-index.scss */
.applications article.project section.project-actions ul {
  margin-bottom: 0;
}

/* line 476, app/assets/stylesheets/_projects-index.scss */
.applications article.project section.project-actions ul li {
  padding-bottom: .5em;
}

/* line 479, app/assets/stylesheets/_projects-index.scss */
.applications article.project section.project-actions ul li a {
  text-decoration: none;
}

/* line 482, app/assets/stylesheets/_projects-index.scss */
.applications article.project section.project-actions ul li a:hover {
  color: #f8931c;
}

/* line 487, app/assets/stylesheets/_projects-index.scss */
.applications article.project section.project-actions ul li.non-winner-action {
  display: block;
}

/* line 490, app/assets/stylesheets/_projects-index.scss */
.applications article.project section.project-actions ul li.winner-action {
  display: none;
}

/* line 497, app/assets/stylesheets/_projects-index.scss */
.applications article.project section.project-proposal-details {
  overflow: hidden;
  position: relative;
}

/* line 501, app/assets/stylesheets/_projects-index.scss */
.applications article.project section.project-proposal-details p {
  color: #2e2e2e;
  font: normal 14px/20px Georgia, Cambria, serif;
  padding: 15px 20px 20px 20px;
  margin: 0px;
}

/* line 508, app/assets/stylesheets/_projects-index.scss */
.applications article.project section.project-proposal-details .project-pitch {
  font: normal 16px/20px Georgia, Cambria, serif;
  padding: 10px;
}

/* line 512, app/assets/stylesheets/_projects-index.scss */
.applications article.project section.project-proposal-details .project-pitch h3, .applications article.project section.project-proposal-details .project-pitch p {
  margin: 0;
  padding: 0;
  font: normal 14px/20px Georgia, Cambria, serif;
}

/* line 518, app/assets/stylesheets/_projects-index.scss */
.applications article.project section.project-proposal-details .project-pitch h3 {
  font-weight: bold;
}

/* line 522, app/assets/stylesheets/_projects-index.scss */
.applications article.project section.project-proposal-details .project-pitch p {
  margin-bottom: 10px;
}

/* line 526, app/assets/stylesheets/_projects-index.scss */
.applications article.project section.project-proposal-details .project-pitch .gallery {
  margin-bottom: 1em;
}

/* line 529, app/assets/stylesheets/_projects-index.scss */
.applications article.project section.project-proposal-details .project-pitch .gallery img {
  width: 100%;
  margin: 0;
  border-radius: 4px;
  filter: grayscale(100%);
}

/* line 535, app/assets/stylesheets/_projects-index.scss */
.applications article.project section.project-proposal-details .project-pitch .gallery img:hover {
  filter: none;
}

/* line 545, app/assets/stylesheets/_projects-index.scss */
.applications article.project section.project-proposal-details .see-more {
  background: whitesmoke;
  border-top: 1px solid #c8c8c8;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

/* line 553, app/assets/stylesheets/_projects-index.scss */
.applications article.project section.project-proposal-details .see-more p {
  font: 300 12px/14px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  padding: 5px 10px;
  text-align: right;
}

/* line 559, app/assets/stylesheets/_projects-index.scss */
.applications article.project section.project-proposal-details .see-more:hover {
  background: #e6e6e6;
}

/* line 562, app/assets/stylesheets/_projects-index.scss */
.applications article.project section.project-proposal-details .see-more:hover p {
  color: #f8931c;
}

/* line 569, app/assets/stylesheets/_projects-index.scss */
.applications article.project .filtering {
  border-top: 1px solid #c8c8c8;
  padding: 10px;
  font-size: 0.8em;
}

/* line 575, app/assets/stylesheets/_projects-index.scss */
.applications article.project .filtering .hiding-form p, .applications article.project .filtering .unhiding-form p {
  margin: 0;
}

/* line 578, app/assets/stylesheets/_projects-index.scss */
.applications article.project .filtering .hiding-form.hiding-form, .applications article.project .filtering .unhiding-form.hiding-form {
  display: none;
}

/* line 582, app/assets/stylesheets/_projects-index.scss */
.applications article.project .filtering .hiding-form form, .applications article.project .filtering .unhiding-form form {
  margin-bottom: 10px;
}

/* line 586, app/assets/stylesheets/_projects-index.scss */
.applications article.project .filtering .hiding-form input.reason, .applications article.project .filtering .unhiding-form input.reason {
  width: 200px;
}

/* line 590, app/assets/stylesheets/_projects-index.scss */
.applications article.project .filtering .hiding-form label, .applications article.project .filtering .unhiding-form label {
  display: inline-block;
}

/* line 594, app/assets/stylesheets/_projects-index.scss */
.applications article.project .filtering .hiding-form input.hide-action, .applications article.project .filtering .unhiding-form input.hide-action {
  border: 1px solid #c8bdbd;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 white;
  color: #333333;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-color: #e6e6e6;
  background-image: -webkit-linear-gradient(#e6e6e6, #cfc5c5);
  background-image: linear-gradient(#e6e6e6, #cfc5c5);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 #f2efef;
  background-clip: padding-box;
  width: 80px;
  position: relative;
  margin: 0;
}

/* line 131, ../usr/local/bundle/gems/bourbon-4.0.2/app/assets/stylesheets/addons/_button.scss */
.applications article.project .filtering .hiding-form input.hide-action:hover:not(:disabled), .applications article.project .filtering .unhiding-form input.hide-action:hover:not(:disabled) {
  box-shadow: inset 0 1px 0 0 #f3f3f3;
  cursor: pointer;
  background-color: #d9d9d9;
  background-image: -webkit-linear-gradient(#d9d9d9, #c7bdbd);
  background-image: linear-gradient(#d9d9d9, #c7bdbd);
}

/* line 147, ../usr/local/bundle/gems/bourbon-4.0.2/app/assets/stylesheets/addons/_button.scss */
.applications article.project .filtering .hiding-form input.hide-action:active:not(:disabled), .applications article.project .filtering .hiding-form input.hide-action:focus:not(:disabled), .applications article.project .filtering .unhiding-form input.hide-action:active:not(:disabled), .applications article.project .filtering .unhiding-form input.hide-action:focus:not(:disabled) {
  border: 1px solid #c8bdbd;
  box-shadow: inset 0 0 8px 4px #bfb6b6, inset 0 0 8px 4px #bfb6b6;
}

/* line 51, ../usr/local/bundle/gems/bourbon-4.0.2/app/assets/stylesheets/addons/_button.scss */
.applications article.project .filtering .hiding-form input.hide-action:disabled, .applications article.project .filtering .unhiding-form input.hide-action:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* line 603, app/assets/stylesheets/_projects-index.scss */
.applications article.project .filtering.show-form .consider-hiding {
  display: none;
}

/* line 607, app/assets/stylesheets/_projects-index.scss */
.applications article.project .filtering.show-form .hiding-form {
  display: block;
}

/* line 614, app/assets/stylesheets/_projects-index.scss */
.applications article.project.shortlisted {
  border: 1px solid #f8931c;
  box-shadow: 0 1px 6px 0 rgba(248, 147, 28, 0.6);
}

/* line 619, app/assets/stylesheets/_projects-index.scss */
.applications article.project.shortlisted div.title a.short-list {
  border: 1px solid #cd6f00;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #f4b66d;
  color: #333333;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-color: #f8931c;
  background-image: -webkit-linear-gradient(#f8931c, #dc7700);
  background-image: linear-gradient(#f8931c, #dc7700);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 #ff9d29;
  background-clip: padding-box;
}

/* line 131, ../usr/local/bundle/gems/bourbon-4.0.2/app/assets/stylesheets/addons/_button.scss */
.applications article.project.shortlisted div.title a.short-list:hover:not(:disabled) {
  box-shadow: inset 0 1px 0 0 #f19e3c;
  cursor: pointer;
  background-color: #ee860d;
  background-image: -webkit-linear-gradient(#ee860d, #cd6f00);
  background-image: linear-gradient(#ee860d, #cd6f00);
}

/* line 147, ../usr/local/bundle/gems/bourbon-4.0.2/app/assets/stylesheets/addons/_button.scss */
.applications article.project.shortlisted div.title a.short-list:active:not(:disabled), .applications article.project.shortlisted div.title a.short-list:focus:not(:disabled) {
  border: 1px solid #cd6f00;
  box-shadow: inset 0 0 8px 4px #bd6600, inset 0 0 8px 4px #bd6600;
}

/* line 51, ../usr/local/bundle/gems/bourbon-4.0.2/app/assets/stylesheets/addons/_button.scss */
.applications article.project.shortlisted div.title a.short-list:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* line 622, app/assets/stylesheets/_projects-index.scss */
.applications article.project.shortlisted div.title a.short-list[data-method="post"] {
  display: none;
}

/* line 628, app/assets/stylesheets/_projects-index.scss */
.applications article.project.winner {
  border: 1px solid #227aff;
  box-shadow: 0 1px 6px 0 rgba(34, 122, 255, 0.6);
}

/* line 634, app/assets/stylesheets/_projects-index.scss */
.applications article.project.winner header div.title .public-link {
  display: block;
}

/* line 641, app/assets/stylesheets/_projects-index.scss */
.applications article.project.winner section.project-actions a.mark-as-winner {
  color: #227aff;
  font-weight: bolder;
}

/* line 645, app/assets/stylesheets/_projects-index.scss */
.applications article.project.winner section.project-actions li.winner-action {
  display: block;
}

/* line 648, app/assets/stylesheets/_projects-index.scss */
.applications article.project.winner section.project-actions li.non-winner-action {
  display: none;
}

/* line 654, app/assets/stylesheets/_projects-index.scss */
.applications article.project.winner div.title a.mark-as-winner {
  border: 1px solid #0057da;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #74a9f9;
  color: white;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-color: #227aff;
  background-image: -webkit-linear-gradient(#227aff, #005de9);
  background-image: linear-gradient(#227aff, #005de9);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 #004fc5;
  background-clip: padding-box;
}

/* line 131, ../usr/local/bundle/gems/bourbon-4.0.2/app/assets/stylesheets/addons/_button.scss */
.applications article.project.winner div.title a.mark-as-winner:hover:not(:disabled) {
  box-shadow: inset 0 1px 0 0 #428bf8;
  cursor: pointer;
  background-color: #0d6cfa;
  background-image: -webkit-linear-gradient(#0d6cfa, #0057da);
  background-image: linear-gradient(#0d6cfa, #0057da);
}

/* line 147, ../usr/local/bundle/gems/bourbon-4.0.2/app/assets/stylesheets/addons/_button.scss */
.applications article.project.winner div.title a.mark-as-winner:active:not(:disabled), .applications article.project.winner div.title a.mark-as-winner:focus:not(:disabled) {
  border: 1px solid #0057da;
  box-shadow: inset 0 0 8px 4px #0051ca, inset 0 0 8px 4px #0051ca;
}

/* line 51, ../usr/local/bundle/gems/bourbon-4.0.2/app/assets/stylesheets/addons/_button.scss */
.applications article.project.winner div.title a.mark-as-winner:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* line 1, app/assets/stylesheets/_projects-new.scss */
.application-intro {
  margin-right: 1em;
  margin-left: 1em;
  margin-bottom: 40px;
}

/* line 6, app/assets/stylesheets/_projects-new.scss */
.application-intro h1 {
  text-transform: uppercase;
  text-align: center;
}

/* line 11, app/assets/stylesheets/_projects-new.scss */
.application-intro p {
  font: normal 14px/20px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-align: center;
}

/* line 16, app/assets/stylesheets/_projects-new.scss */
.application-intro a {
  color: #f8931c;
  text-decoration: none;
}

/* line 20, app/assets/stylesheets/_projects-new.scss */
.application-intro a:hover {
  text-decoration: underline;
}

/* line 28, app/assets/stylesheets/_projects-new.scss */
.project-form form .project-section,
.project-form form .intro-text,
.project-form form .descriptions,
.project-form form .image-upload,
.project-form form .personal-info,
.project-form form .project-info,
.project-form form .extra-questions {
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

/* line 40, app/assets/stylesheets/_projects-new.scss */
.project-form form .chapter-select {
  padding-bottom: 10px;
}

/* line 45, app/assets/stylesheets/_projects-new.scss */
.project-form form div.input.select {
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 20px;
  padding-bottom: 30px;
}

/* line 53, app/assets/stylesheets/_projects-new.scss */
.project-form form textarea.project-desc {
  padding-bottom: 20px;
}

/* line 57, app/assets/stylesheets/_projects-new.scss */
.project-form form textarea.optional {
  height: 100px;
}

/* line 65, app/assets/stylesheets/_projects-new.scss */
.project-form form .image-upload .current-images ul.old-photos li {
  background: white;
  border: 1px solid #c8c8c8;
  border-radius: 20px;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.75), inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
  background-color: #f6f6f6;
  background-image: -webkit-linear-gradient(#f6f6f6, #fdfdfd);
  background-image: linear-gradient(#f6f6f6, #fdfdfd);
  list-style: none;
  margin-bottom: 10px;
  padding: 10px 15px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 77, app/assets/stylesheets/_projects-new.scss */
.project-form form .image-upload .current-images ul.old-photos li:last-child {
  margin: 0px;
}

/* line 81, app/assets/stylesheets/_projects-new.scss */
.project-form form .image-upload .current-images ul.old-photos li a.remove-image {
  color: #373737;
  float: right;
  margin-right: 5px;
}

/* line 86, app/assets/stylesheets/_projects-new.scss */
.project-form form .image-upload .current-images ul.old-photos li a.remove-image:hover {
  color: #f8931c;
}

/* line 91, app/assets/stylesheets/_projects-new.scss */
.project-form form .image-upload .current-images ul.old-photos li:hover {
  background: #e6e6e6;
  cursor: move;
}

/* line 100, app/assets/stylesheets/_projects-new.scss */
.project-form form .input.file {
  font-size: 0.8em;
  line-height: 1.4;
}

/* line 104, app/assets/stylesheets/_projects-new.scss */
.project-form form .input.file label span {
  font-weight: normal;
}

/* line 109, app/assets/stylesheets/_projects-new.scss */
.project-form form .input.file .toggle-uploader {
  margin-top: 1em;
  text-align: right;
}

/* line 114, app/assets/stylesheets/_projects-new.scss */
.project-form form .input.file .multi-input {
  background: white;
  border-top: 1px solid #c8c8c8;
  border: 1px solid #c8c8c8;
  border-radius: 20px;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.75), inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
  background-color: #f6f6f6;
  background-image: -webkit-linear-gradient(#f6f6f6, #fdfdfd);
  background-image: linear-gradient(#f6f6f6, #fdfdfd);
  margin-bottom: 10px;
  padding: 8px 15px;
}

/* line 124, app/assets/stylesheets/_projects-new.scss */
.project-form form .input.file .multi-input:last-child {
  margin: 0px;
}

/* line 128, app/assets/stylesheets/_projects-new.scss */
.project-form form .input.file .multi-input.noremove {
  background: transparent;
  border: none;
  box-shadow: none;
  margin: 5px 0 10px 0;
}

/* line 134, app/assets/stylesheets/_projects-new.scss */
.project-form form .input.file .multi-input.noremove a.remove-image {
  display: none;
}

/* line 139, app/assets/stylesheets/_projects-new.scss */
.project-form form .input.file .multi-input p {
  margin-bottom: 0;
}

/* line 143, app/assets/stylesheets/_projects-new.scss */
.project-form form .input.file .multi-input a.remove-image {
  color: #373737;
  float: right;
  margin-right: 5px;
  padding-top: 1px;
}

/* line 149, app/assets/stylesheets/_projects-new.scss */
.project-form form .input.file .multi-input a.remove-image:hover {
  color: #f8931c;
}

/* line 154, app/assets/stylesheets/_projects-new.scss */
.project-form form .input.file .multi-input i.upload-status {
  display: none;
  float: left;
  margin-top: 2px;
  margin-right: 5px;
}

/* line 161, app/assets/stylesheets/_projects-new.scss */
.project-form form .input.file .multi-input .progress-meter {
  display: none;
  background: #ddd;
  height: 1px;
  margin-top: 1px;
  width: 0;
}

/* line 173, app/assets/stylesheets/_projects-new.scss */
input.form__image-element-caption[type="text"] {
  border-radius: 10px;
  width: calc(100% - 80px - 10px);
}

/* line 178, app/assets/stylesheets/_projects-new.scss */
.project-form div.input.project_photos_caption {
  margin-top: 10px;
  margin-bottom: 0;
}

/* line 179, app/assets/stylesheets/_projects-new.scss */
.project-form div.input.project_photos_caption label {
  padding-bottom: 5px;
}

/* line 186, app/assets/stylesheets/_projects-new.scss */
.form__image-element-image {
  width: 80px;
  height: 80px;
  float: left;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 0;
  object-fit: cover;
}

/* line 196, app/assets/stylesheets/_projects-new.scss */
.form__dropzone {
  padding: 10px 0;
}

/* line 199, app/assets/stylesheets/_projects-new.scss */
.form__dropzone .uppy-DragDrop-inner {
  padding: 40px 20px;
}

/* line 203, app/assets/stylesheets/_projects-new.scss */
.form__dropzone .uppy-DragDrop-arrow {
  display: none;
}

/* line 207, app/assets/stylesheets/_projects-new.scss */
.form__dropzone button:disabled {
  filter: grayscale(100%);
  opacity: .6;
  user-select: none;
  cursor: not-allowed;
}

/* line 213, app/assets/stylesheets/_projects-new.scss */
.form__dropzone button:disabled .uppy-DragDrop-inner {
  pointer-events: none;
}

/* line 2, app/assets/stylesheets/_projects-edit.scss */
#old-photos li span {
  position: absolute;
}

/* line 1, app/assets/stylesheets/_comments.css.scss */
.project__comments {
  padding: 1.5em 10px;
  border-top: 1px solid #c8c8c8;
  font-size: 0.8em;
}

/* line 7, app/assets/stylesheets/_comments.css.scss */
.comment-form {
  display: none;
}

/* line 11, app/assets/stylesheets/_comments.css.scss */
.comment-form-wrapper.expanded .comment-form {
  display: block;
}

/* line 15, app/assets/stylesheets/_comments.css.scss */
.comment-form-wrapper.expanded .comment-form-expand {
  display: none;
}

/* line 19, app/assets/stylesheets/_comments.css.scss */
.project__comment-wrapper {
  display: flex;
  margin-bottom: .8em;
}

/* line 24, app/assets/stylesheets/_comments.css.scss */
.comment-form__label--inline {
  float: left;
  padding-right: 10px;
}

/* line 29, app/assets/stylesheets/_comments.css.scss */
.comment-form__viewable-by {
  margin-bottom: .5em;
}

/* line 33, app/assets/stylesheets/_comments.css.scss */
.project__comment header {
  font-weight: bold;
  margin-bottom: .4em;
}

/* line 38, app/assets/stylesheets/_comments.css.scss */
.project__comment time {
  font-weight: normal;
}

/* line 42, app/assets/stylesheets/_comments.css.scss */
.user__image img {
  border-radius: 50%;
}

/* line 46, app/assets/stylesheets/_comments.css.scss */
.project__comment-wrapper .user__image img {
  height: 2em;
  margin-right: 10px;
}

/* line 51, app/assets/stylesheets/_comments.css.scss */
.comment__visible-icon {
  font-weight: normal;
  color: #2e2e2e;
}

/* line 56, app/assets/stylesheets/_comments.css.scss */
.project__comment-wrapper:hover .comment__trash-link {
  display: inline;
}

/* line 60, app/assets/stylesheets/_comments.css.scss */
.comment__trash-link {
  font-weight: normal;
  margin-left: 6px;
  text-decoration: none !important;
  display: none;
}

/* line 67, app/assets/stylesheets/_comments.css.scss */
.project__comment-wrapper header .comment__visible-icon {
  margin-left: 6px;
}

/* line 2, app/assets/stylesheets/_home.scss */
body.home-index section.container {
  padding-top: 0px;
  width: 100%;
}

/* line 8, app/assets/stylesheets/_home.scss */
.awesome-wrapper {
  margin: 0 auto 4em;
  position: relative;
}

/* line 12, app/assets/stylesheets/_home.scss */
.awesome-wrapper .awesome-projects {
  font-size: 0px;
  margin-left: 10px;
}

/* line 17, app/assets/stylesheets/_home.scss */
.awesome-wrapper .awesome-projects .tagline {
  display: inline-block;
  position: relative;
  width: 60%;
  vertical-align: top;
}

/* line 24, app/assets/stylesheets/_home.scss */
.awesome-wrapper .awesome-projects .tagline .inner-wrapping {
  background: url(/assets/chapter_bg-6e9506f7a61623b8430ae33cc86055808b5ba253ad43e6c62856ebe170875a4b.png);
  background-repeat: repeat-x;
  background-size: cover;
  height: 100%;
  margin: 10px 10px 0 0;
  overflow: hidden;
  width: auto;
}

/* line 33, app/assets/stylesheets/_home.scss */
.awesome-wrapper .awesome-projects .tagline .inner-wrapping .wrapper-2 {
  background: rgba(0, 0, 0, 0.7);
  display: table;
  height: 100%;
  width: 100%;
}

/* line 39, app/assets/stylesheets/_home.scss */
.awesome-wrapper .awesome-projects .tagline .inner-wrapping .wrapper-2 .message {
  display: table-cell;
  vertical-align: middle;
}

/* line 43, app/assets/stylesheets/_home.scss */
.awesome-wrapper .awesome-projects .tagline .inner-wrapping .wrapper-2 .message h1 {
  color: white;
  font: normal 18px/22px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  margin-bottom: 0px;
  margin-left: 1.5em;
  margin-right: 1.5em;
  text-align: center;
  text-transform: uppercase;
}

/* line 54, app/assets/stylesheets/_home.scss */
.awesome-wrapper .awesome-projects .tagline .inner-wrapping .wrapper-2:hover {
  background: rgba(0, 0, 0, 0.8);
}

/* line 61, app/assets/stylesheets/_home.scss */
.awesome-wrapper .awesome-projects .project {
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  background: transparent;
  display: inline-block;
  margin: 0px;
  overflow: hidden;
  position: relative;
  width: 20%;
  vertical-align: top;
}

/* line 76, app/assets/stylesheets/_home.scss */
.awesome-wrapper .awesome-projects .project:nth-child(1) {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  animation-delay: 2s;
}

/* line 76, app/assets/stylesheets/_home.scss */
.awesome-wrapper .awesome-projects .project:nth-child(2) {
  -webkit-animation-delay: 2.05s;
  -moz-animation-delay: 2.05s;
  animation-delay: 2.05s;
}

/* line 76, app/assets/stylesheets/_home.scss */
.awesome-wrapper .awesome-projects .project:nth-child(3) {
  -webkit-animation-delay: 2.1s;
  -moz-animation-delay: 2.1s;
  animation-delay: 2.1s;
}

/* line 76, app/assets/stylesheets/_home.scss */
.awesome-wrapper .awesome-projects .project:nth-child(4) {
  -webkit-animation-delay: 2.15s;
  -moz-animation-delay: 2.15s;
  animation-delay: 2.15s;
}

/* line 76, app/assets/stylesheets/_home.scss */
.awesome-wrapper .awesome-projects .project:nth-child(5) {
  -webkit-animation-delay: 2.2s;
  -moz-animation-delay: 2.2s;
  animation-delay: 2.2s;
}

/* line 76, app/assets/stylesheets/_home.scss */
.awesome-wrapper .awesome-projects .project:nth-child(6) {
  -webkit-animation-delay: 2.25s;
  -moz-animation-delay: 2.25s;
  animation-delay: 2.25s;
}

/* line 76, app/assets/stylesheets/_home.scss */
.awesome-wrapper .awesome-projects .project:nth-child(7) {
  -webkit-animation-delay: 2.3s;
  -moz-animation-delay: 2.3s;
  animation-delay: 2.3s;
}

/* line 76, app/assets/stylesheets/_home.scss */
.awesome-wrapper .awesome-projects .project:nth-child(8) {
  -webkit-animation-delay: 2.35s;
  -moz-animation-delay: 2.35s;
  animation-delay: 2.35s;
}

/* line 76, app/assets/stylesheets/_home.scss */
.awesome-wrapper .awesome-projects .project:nth-child(9) {
  -webkit-animation-delay: 2.4s;
  -moz-animation-delay: 2.4s;
  animation-delay: 2.4s;
}

/* line 76, app/assets/stylesheets/_home.scss */
.awesome-wrapper .awesome-projects .project:nth-child(10) {
  -webkit-animation-delay: 2.45s;
  -moz-animation-delay: 2.45s;
  animation-delay: 2.45s;
}

/* line 76, app/assets/stylesheets/_home.scss */
.awesome-wrapper .awesome-projects .project:nth-child(11) {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

/* line 76, app/assets/stylesheets/_home.scss */
.awesome-wrapper .awesome-projects .project:nth-child(12) {
  -webkit-animation-delay: 2.55s;
  -moz-animation-delay: 2.55s;
  animation-delay: 2.55s;
}

/* line 76, app/assets/stylesheets/_home.scss */
.awesome-wrapper .awesome-projects .project:nth-child(13) {
  -webkit-animation-delay: 2.6s;
  -moz-animation-delay: 2.6s;
  animation-delay: 2.6s;
}

/* line 76, app/assets/stylesheets/_home.scss */
.awesome-wrapper .awesome-projects .project:nth-child(14) {
  -webkit-animation-delay: 2.65s;
  -moz-animation-delay: 2.65s;
  animation-delay: 2.65s;
}

/* line 76, app/assets/stylesheets/_home.scss */
.awesome-wrapper .awesome-projects .project:nth-child(15) {
  -webkit-animation-delay: 2.7s;
  -moz-animation-delay: 2.7s;
  animation-delay: 2.7s;
}

/* line 82, app/assets/stylesheets/_home.scss */
.awesome-wrapper .awesome-projects .project .image-wrapper {
  display: block;
  height: 100%;
  margin: 10px 10px 0px 0px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  width: auto;
  z-index: 1;
}

/* line 92, app/assets/stylesheets/_home.scss */
.awesome-wrapper .awesome-projects .project .image-wrapper .funding-chapter {
  background: rgba(0, 0, 0, 0.4);
  bottom: 0px;
  position: absolute;
  width: 100%;
}

/* line 98, app/assets/stylesheets/_home.scss */
.awesome-wrapper .awesome-projects .project .image-wrapper .funding-chapter h3 {
  color: rgba(255, 255, 255, 0.8);
  font: normal 14px/14px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  margin: 0px;
  padding: 8px 10px;
  text-transform: uppercase;
}

/* line 105, app/assets/stylesheets/_home.scss */
.awesome-wrapper .awesome-projects .project .image-wrapper .funding-chapter h3 img {
  display: inline-block;
  margin-right: 5px;
  vertical-align: bottom;
}

/* line 113, app/assets/stylesheets/_home.scss */
.awesome-wrapper .awesome-projects .project .image-wrapper .project-name {
  background: #f8931c;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  opacity: 0;
  padding: 10px;
  position: absolute;
  top: 0px;
  width: 100%;
}

/* line 123, app/assets/stylesheets/_home.scss */
.awesome-wrapper .awesome-projects .project .image-wrapper .project-name h2 {
  color: white;
  font: normal 22px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  margin: 0px;
  text-transform: uppercase;
}

@media screen and (max-width: 940px) {
  /* line 123, app/assets/stylesheets/_home.scss */
  .awesome-wrapper .awesome-projects .project .image-wrapper .project-name h2 {
    font: normal 18px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  }
}

/* line 134, app/assets/stylesheets/_home.scss */
.awesome-wrapper .awesome-projects .project .image-wrapper .project-name p {
  color: #373737;
  font-size: 12px;
}

/* line 141, app/assets/stylesheets/_home.scss */
.awesome-wrapper .awesome-projects .project .image-wrapper:hover .project-name {
  opacity: 1;
}

/* line 145, app/assets/stylesheets/_home.scss */
.awesome-wrapper .awesome-projects .project .image-wrapper:hover .funding-chapter {
  background: rgba(0, 0, 0, 0);
}

/* line 150, app/assets/stylesheets/_home.scss */
.awesome-wrapper .awesome-projects .project .image-wrapper img {
  display: block;
  margin: 0px;
  max-width: 100%;
}

/* line 160, app/assets/stylesheets/_home.scss */
.what-how,
.who-where {
  max-width: 60em;
  width: 100%;
}

/* line 166, app/assets/stylesheets/_home.scss */
.what-how hgroup,
.who-where hgroup {
  border-bottom: 2px solid gainsboro;
  margin-bottom: 3.25em;
  margin-right: 1.5em;
  margin-left: 1.5em;
}

/* line 173, app/assets/stylesheets/_home.scss */
.what-how h2,
.who-where h2 {
  color: #373737;
  font: 500 32px/48px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 1.5em;
}

/* line 180, app/assets/stylesheets/_home.scss */
.what-how h2 em,
.who-where h2 em {
  color: #f8931c;
  font: bold 48px/48px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

/* line 185, app/assets/stylesheets/_home.scss */
.what-how h2 span.divider,
.who-where h2 span.divider {
  background-image: -webkit-linear-gradient(-90deg, rgba(55, 55, 55, 0) 0%, rgba(55, 55, 55, 0.5) 25%, rgba(55, 55, 55, 0.6) 50%, rgba(55, 55, 55, 0.6) 75%, rgba(55, 55, 55, 0) 100%);
  background-image: linear-gradient(-90deg, rgba(55, 55, 55, 0) 0%, rgba(55, 55, 55, 0.5) 25%, rgba(55, 55, 55, 0.6) 50%, rgba(55, 55, 55, 0.6) 75%, rgba(55, 55, 55, 0) 100%);
  display: inline-block;
  height: 60px;
  margin: 0px 10px -15px;
  width: 1px;
}

/* line 196, app/assets/stylesheets/_home.scss */
.call-to-action {
  max-width: 900px;
  width: 100%;
}

/* line 202, app/assets/stylesheets/_home.scss */
.call-to-action .button-wrapper {
  background: #f0f0f0;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 3.25em;
  padding: 20px;
  margin-right: 1.5em;
  margin-left: 1.5em;
}

/* line 212, app/assets/stylesheets/_home.scss */
.call-to-action .button-wrapper a {
  border: 1px solid #cf6e00;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #f4b66e;
  color: #333333;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-color: #f8921e;
  background-image: -webkit-linear-gradient(#f8921e, #de7600);
  background-image: linear-gradient(#f8921e, #de7600);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 #ff9c2b;
  background-clip: padding-box;
  display: block;
  font: normal 18px/22px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  padding: 20px;
}

/* line 131, ../usr/local/bundle/gems/bourbon-4.0.2/app/assets/stylesheets/addons/_button.scss */
.call-to-action .button-wrapper a:hover:not(:disabled) {
  box-shadow: inset 0 1px 0 0 #f29e3e;
  cursor: pointer;
  background-color: #f0860d;
  background-image: -webkit-linear-gradient(#f0860d, #cf6e00);
  background-image: linear-gradient(#f0860d, #cf6e00);
}

/* line 147, ../usr/local/bundle/gems/bourbon-4.0.2/app/assets/stylesheets/addons/_button.scss */
.call-to-action .button-wrapper a:active:not(:disabled), .call-to-action .button-wrapper a:focus:not(:disabled) {
  border: 1px solid #cf6e00;
  box-shadow: inset 0 0 8px 4px #bf6600, inset 0 0 8px 4px #bf6600;
}

/* line 51, ../usr/local/bundle/gems/bourbon-4.0.2/app/assets/stylesheets/addons/_button.scss */
.call-to-action .button-wrapper a:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* line 228, app/assets/stylesheets/_home.scss */
.what-how .need-funding {
  margin-right: 1.5em;
  margin-left: 1.5em;
}

/* line 232, app/assets/stylesheets/_home.scss */
.what-how .need-funding .description {
  max-width: 26em;
  margin-bottom: 4em;
}

/* line 236, app/assets/stylesheets/_home.scss */
.what-how .need-funding .description h3 {
  color: #373737;
  font: normal 18px/22px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  margin-bottom: 15px;
  text-transform: uppercase;
}

/* line 243, app/assets/stylesheets/_home.scss */
.what-how .need-funding .description p {
  color: #2e2e2e;
  font: normal 14px/20px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

/* line 247, app/assets/stylesheets/_home.scss */
.what-how .need-funding .description p strong {
  color: #f8931c;
}

/* line 253, app/assets/stylesheets/_home.scss */
.what-how .need-funding .info-graphic {
  max-width: 26em;
  width: 100%;
  margin-bottom: 4em;
}

/* line 258, app/assets/stylesheets/_home.scss */
.what-how .need-funding .info-graphic .graphic {
  border: 1px dashed #c8c8c8;
  border-radius: 4px;
  padding: 15px 0px;
  width: 100%;
}

/* line 264, app/assets/stylesheets/_home.scss */
.what-how .need-funding .info-graphic .graphic img {
  display: block;
  margin: 0;
  width: 352px;
}

/* line 276, app/assets/stylesheets/_home.scss */
.who-where .about-preview {
  margin-right: 1.5em;
  margin-left: 1.5em;
}

/* line 280, app/assets/stylesheets/_home.scss */
.who-where .about-preview .intro {
  max-width: 26em;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 285, app/assets/stylesheets/_home.scss */
.who-where .about-preview .intro h3 {
  color: #373737;
  font: normal 18px/22px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  margin-bottom: 15px;
  text-transform: uppercase;
}

/* line 292, app/assets/stylesheets/_home.scss */
.who-where .about-preview .intro p {
  color: #2e2e2e;
  font: normal 14px/20px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

/* line 298, app/assets/stylesheets/_home.scss */
.who-where .about-preview .mini-map {
  padding-top: 5px;
  margin-top: 1em;
  margin-bottom: 3em;
}

/* line 306, app/assets/stylesheets/_home.scss */
h2.partners-header, h2.networks-header {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

/* line 311, app/assets/stylesheets/_home.scss */
.partners-carousel,
.networks-carousel {
  overflow: hidden;
  width: 100%;
  position: relative;
  height: 100px;
  margin: 2em 0;
}

/* line 320, app/assets/stylesheets/_home.scss */
.partners-carousel .carousel-track,
.networks-carousel .carousel-track {
  display: flex;
  align-items: center;
  transition: transform 0.2s;
  will-change: transform;
  user-select: none;
}

/* line 329, app/assets/stylesheets/_home.scss */
.partners-carousel .carousel-item,
.networks-carousel .carousel-item {
  flex: 0 0 auto;
  margin: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 120px;
  transition: transform 0.2s;
}

/* line 341, app/assets/stylesheets/_home.scss */
.partners-carousel .carousel-item img,
.networks-carousel .carousel-item img {
  max-height: 70px;
  max-width: 110px;
  object-fit: contain;
  filter: grayscale(0.2);
  transition: filter 0.2s;
}

/* line 350, app/assets/stylesheets/_home.scss */
.partners-carousel .carousel-item:hover img,
.networks-carousel .carousel-item:hover img {
  filter: grayscale(0);
}

/* line 355, app/assets/stylesheets/_home.scss */
.news {
  background: #f0f0f0;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  position: relative;
  width: 940px;
}

/* line 365, app/assets/stylesheets/_home.scss */
.news .inner-wrapper {
  padding: 20px;
}

/* line 370, app/assets/stylesheets/_home.scss */
.news header h2 {
  font: normal 18px/22px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  margin-bottom: 20px;
  text-transform: uppercase;
}

/* line 378, app/assets/stylesheets/_home.scss */
.news .rss ol.feed {
  margin: 0px;
}

/* line 382, app/assets/stylesheets/_home.scss */
.news .rss ol.feed li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  list-style: none;
  margin-bottom: 10px;
  padding: 0px 10px;
  width: 50%;
}

/* line 390, app/assets/stylesheets/_home.scss */
.news .rss ol.feed li:last-child {
  margin: 0px;
}

/* line 394, app/assets/stylesheets/_home.scss */
.news .rss ol.feed li a {
  background-image: -webkit-linear-gradient(-90deg, #fafafa, #f0f0f0);
  background-image: linear-gradient(-90deg, #fafafa, #f0f0f0);
  border-radius: 3px;
  border: 1px solid #c8c8c8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.6);
  color: #2e2e2e;
  display: block;
  font: bold 14px/14px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  overflow: hidden;
  padding: 12px 10px 10px;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 409, app/assets/stylesheets/_home.scss */
.news .rss ol.feed li a span.post-date {
  display: inline-block;
  margin: 0px 10px 3px 0px;
  font: normal 14px/14px Georgia, Cambria, serif;
}

/* line 416, app/assets/stylesheets/_home.scss */
.news .rss ol.feed li a:hover {
  background: #e6e6e6;
  background-image: -webkit-linear-gradient(-90deg, #f0f0f0, #e6e6e6);
  background-image: linear-gradient(-90deg, #f0f0f0, #e6e6e6);
  color: #f8931c;
  text-shadow: 0 1px rgba(255, 255, 255, 0.4);
}

/* line 428, app/assets/stylesheets/_home.scss */
.awesome-chapters {
  display: none;
  border-radius: 4px;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-column-width: 220px;
  -moz-column-width: 220px;
  column-width: 220px;
  margin: 0 auto;
  padding-top: 40px;
  width: 940px;
}

/* line 438, app/assets/stylesheets/_home.scss */
.awesome-chapters a {
  color: #373737;
  display: block;
  font: bold 14px/20px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-decoration: none;
}

/* line 444, app/assets/stylesheets/_home.scss */
.awesome-chapters a:hover {
  color: #f8931c;
}

/**********************************************/
/*               Responsiveness               */
/**********************************************/
@media (max-width: 60em) {
  /* line 460, app/assets/stylesheets/_home.scss */
  .awesome-wrapper .awesome-projects .tagline {
    width: 100%;
    display: block;
  }
  /* line 463, app/assets/stylesheets/_home.scss */
  .awesome-wrapper .awesome-projects .tagline .inner-wrapping {
    margin-right: 18px;
    margin-bottom: 10px;
  }
  /* line 468, app/assets/stylesheets/_home.scss */
  .awesome-wrapper .awesome-projects .project {
    width: 33%;
  }
  /* line 476, app/assets/stylesheets/_home.scss */
  .what-how h2 span.divider,
.who-where h2 span.divider {
    background-image: -webkit-linear-gradient(0deg, rgba(55, 55, 55, 0) 0%, rgba(55, 55, 55, 0.5) 25%, rgba(55, 55, 55, 0.6) 50%, rgba(55, 55, 55, 0.6) 75%, rgba(55, 55, 55, 0) 100%);
    background-image: linear-gradient(0deg, rgba(55, 55, 55, 0) 0%, rgba(55, 55, 55, 0.5) 25%, rgba(55, 55, 55, 0.6) 50%, rgba(55, 55, 55, 0.6) 75%, rgba(55, 55, 55, 0) 100%);
    display: block;
    height: 1px;
    margin: 15px auto;
    width: 90px;
  }
}

@media (max-width: 46em) {
  /* line 491, app/assets/stylesheets/_home.scss */
  .awesome-wrapper .awesome-projects .tagline .inner-wrapping {
    margin-right: 16px;
  }
}

@media (max-width: 40em) {
  /* line 504, app/assets/stylesheets/_home.scss */
  .awesome-wrapper .awesome-projects .project .image-wrapper .project-name {
    z-index: 10;
  }
  /* line 506, app/assets/stylesheets/_home.scss */
  .awesome-wrapper .awesome-projects .project .image-wrapper .project-name h2 {
    font-size: 16px;
  }
}

@media (max-width: 30em) {
  /* line 520, app/assets/stylesheets/_home.scss */
  .awesome-wrapper .awesome-projects .tagline .inner-wrapping {
    margin-right: 10px;
  }
  /* line 524, app/assets/stylesheets/_home.scss */
  .awesome-wrapper .awesome-projects .tagline .inner-wrapping .wrapper-2 .message h1 {
    font-size: 16px;
    line-height: 18px;
  }
  /* line 532, app/assets/stylesheets/_home.scss */
  .awesome-wrapper .awesome-projects .project {
    width: 50%;
  }
  /* line 539, app/assets/stylesheets/_home.scss */
  .who-where .about-preview .mini-map {
    max-width: 260px;
  }
  /* line 541, app/assets/stylesheets/_home.scss */
  .who-where .about-preview .mini-map img {
    max-width: 260px;
  }
  /* line 549, app/assets/stylesheets/_home.scss */
  .what-how .need-funding .description {
    margin-bottom: 2em;
  }
  /* line 554, app/assets/stylesheets/_home.scss */
  .what-how .need-funding .info-graphic .graphic img {
    width: 200px;
  }
}

/* line 3, app/assets/stylesheets/_invitations-new.scss */
.invitation-form form p {
  font: bold 14px/16px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  margin-bottom: 35px;
}

/* line 7, app/assets/stylesheets/_invitations-new.scss */
.invitation-form form p span {
  border-bottom: 1px dotted #3c3c3c;
  font: 300 16px/18px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  margin-left: 10px;
  padding-bottom: 3px;
}

/* line 16, app/assets/stylesheets/_invitations-new.scss */
.invitation-form form div.input.select {
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 20px;
  padding: 0px 0px 20px 0px;
}

/* line 1, app/assets/stylesheets/_users.scss */
header.users {
  margin-bottom: 30px;
}

/* line 4, app/assets/stylesheets/_users.scss */
header.users h1 {
  color: #373737;
  font: bold 38px/44px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
}

/* line 12, app/assets/stylesheets/_users.scss */
section.awesome-members {
  background: #f0f0f0;
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  margin: 20px 1.5em;
  padding: 30px 40px;
  overflow: auto;
  font-size: 0.8em;
}

/* line 25, app/assets/stylesheets/_users.scss */
section.awesome-members table.members tr td h2 {
  color: #373737;
  font-family: "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: bold;
  font-size: 1em;
  display: inline;
}

/* line 33, app/assets/stylesheets/_users.scss */
section.awesome-members table.members tr td .demote-user,
section.awesome-members table.members tr td .promote-user,
section.awesome-members table.members tr td .remove-user {
  border: 1px solid #d1c8c8;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 white;
  color: #333333;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-color: #f0f0f0;
  background-image: -webkit-linear-gradient(#f0f0f0, #d8d0d0);
  background-image: linear-gradient(#f0f0f0, #d8d0d0);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 #fbfafa;
  background-clip: padding-box;
  font-weight: normal;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px rgba(255, 255, 255, 0.4);
  display: block;
  font-size: 11px;
}

/* line 131, ../usr/local/bundle/gems/bourbon-4.0.2/app/assets/stylesheets/addons/_button.scss */
section.awesome-members table.members tr td .demote-user:hover:not(:disabled),
section.awesome-members table.members tr td .promote-user:hover:not(:disabled),
section.awesome-members table.members tr td .remove-user:hover:not(:disabled) {
  box-shadow: inset 0 1px 0 0 #fdfdfd;
  cursor: pointer;
  background-color: #e3e3e3;
  background-image: -webkit-linear-gradient(#e3e3e3, #d0c8c8);
  background-image: linear-gradient(#e3e3e3, #d0c8c8);
}

/* line 147, ../usr/local/bundle/gems/bourbon-4.0.2/app/assets/stylesheets/addons/_button.scss */
section.awesome-members table.members tr td .demote-user:active:not(:disabled), section.awesome-members table.members tr td .demote-user:focus:not(:disabled),
section.awesome-members table.members tr td .promote-user:active:not(:disabled),
section.awesome-members table.members tr td .promote-user:focus:not(:disabled),
section.awesome-members table.members tr td .remove-user:active:not(:disabled),
section.awesome-members table.members tr td .remove-user:focus:not(:disabled) {
  border: 1px solid #d1c8c8;
  box-shadow: inset 0 0 8px 4px #c9c1c1, inset 0 0 8px 4px #c9c1c1;
}

/* line 51, ../usr/local/bundle/gems/bourbon-4.0.2/app/assets/stylesheets/addons/_button.scss */
section.awesome-members table.members tr td .demote-user:disabled,
section.awesome-members table.members tr td .promote-user:disabled,
section.awesome-members table.members tr td .remove-user:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* line 47, app/assets/stylesheets/_users.scss */
section.awesome-members table.members tr td .demote-user,
section.awesome-members table.members tr td .promote-user {
  display: none;
}

/* line 53, app/assets/stylesheets/_users.scss */
section.awesome-members table.members tr td.trustee a.promote-user {
  display: block;
}

/* line 59, app/assets/stylesheets/_users.scss */
section.awesome-members table.members tr td.dean a.demote-user {
  display: block;
}

/* line 67, app/assets/stylesheets/_users.scss */
section.awesome-members table.members tr.admin td.promote-demote-admin a.demote-user {
  display: block;
}

/* line 75, app/assets/stylesheets/_users.scss */
section.awesome-members table.members tr.non_admin td.name span.status {
  display: none;
}

/* line 80, app/assets/stylesheets/_users.scss */
section.awesome-members table.members tr.non_admin td.promote-demote-admin a.promote-user {
  display: block;
}

@media all and (max-width: 60em) {
  /* line 7, app/assets/stylesheets/_finalists.scss */
  body.finalists-index section.container {
    margin-top: 0.5em !important;
  }
}

/* line 14, app/assets/stylesheets/_finalists.scss */
section.applications table {
  font-family: "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.8em;
}

/* line 20, app/assets/stylesheets/_finalists.scss */
section.applications table tr td:first-child, section.applications table tr th:first-child {
  width: 75%;
}

/* line 24, app/assets/stylesheets/_finalists.scss */
section.applications table tr td:nth-child(2), section.applications table tr th:nth-child(2) {
  width: 15%;
}

/* line 28, app/assets/stylesheets/_finalists.scss */
section.applications table tr td:nth-child(3), section.applications table tr th:nth-child(3) {
  width: 10%;
}

/* line 32, app/assets/stylesheets/_finalists.scss */
section.applications table tr td.vote-count, section.applications table tr th.vote-count {
  text-align: center;
}

/* line 36, app/assets/stylesheets/_finalists.scss */
section.applications table tr td a, section.applications table tr th a {
  font-weight: bold;
  color: #373737;
  text-decoration: none;
}

/* line 41, app/assets/stylesheets/_finalists.scss */
section.applications table tr td a:hover, section.applications table tr th a:hover {
  color: #f8931c;
}

/* line 45, app/assets/stylesheets/_finalists.scss */
section.applications table tr td .winner, section.applications table tr th .winner {
  color: #f8931c;
}

/* line 48, app/assets/stylesheets/_finalists.scss */
section.applications table tr td .sorted:after, section.applications table tr th .sorted:after {
  content: ' \21c5';
}

/* line 53, app/assets/stylesheets/_finalists.scss */
section.applications table tr th {
  white-space: nowrap;
}

/* line 6, app/assets/stylesheets/_shared-header.scss */
header.main {
  background: #2d2d2d;
  border-bottom: 1px solid black;
  overflow: hidden;
  width: 100%;
  min-width: 940px;
}

/* line 13, app/assets/stylesheets/_shared-header.scss */
header.main nav {
  height: 70px;
  margin: 0 auto;
  position: relative;
  width: 940px;
}

/* line 20, app/assets/stylesheets/_shared-header.scss */
header.main nav a.logo {
  text-decoration: none;
}

/* line 23, app/assets/stylesheets/_shared-header.scss */
header.main nav a.logo img.fast-forward {
  display: block;
  float: left;
  height: 30px;
  margin: 20px 0px 0px 0px;
  position: relative;
  width: 30px;
}

/* line 32, app/assets/stylesheets/_shared-header.scss */
header.main nav a.logo h1 {
  color: white;
  float: left;
  font: bold 18px/22px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  margin: 18px 0px 0px 0px;
  padding: 6px 12px;
  text-transform: uppercase;
}

/* line 47, app/assets/stylesheets/_shared-header.scss */
header.main nav a.logo:hover h1 {
  color: #f8931c;
}

/* line 53, app/assets/stylesheets/_shared-header.scss */
header.main nav ol {
  float: right;
  height: 100%;
  margin: 0;
}

/* line 58, app/assets/stylesheets/_shared-header.scss */
header.main nav ol li {
  float: left;
  list-style: none;
  margin: 28px 0px 20px 0px;
}

/* line 63, app/assets/stylesheets/_shared-header.scss */
header.main nav ol li a {
  color: #9b9b9b;
  display: block;
  font: normal 12px/14px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  margin: 0px 10px;
  padding-bottom: 3px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 73, app/assets/stylesheets/_shared-header.scss */
header.main nav ol li a:hover {
  border-bottom: 3px solid #f8931c;
  color: white;
}

/* line 83, app/assets/stylesheets/_shared-header.scss */
header.main nav ol li a.donate {
  padding: 1em;
  background-color: #f8921e;
  color: white;
  border-radius: 5px;
}

/* line 90, app/assets/stylesheets/_shared-header.scss */
header.main nav ol li a.donate:hover {
  background-color: #faa543;
  border-bottom: none;
}

/* line 96, app/assets/stylesheets/_shared-header.scss */
header.main nav ol li:has(.donate) {
  display: flex;
  margin: 0;
  justify-content: center;
  align-items: center;
}

/**********************************************/
/*               Responsiveness               */
/**********************************************/
@media (max-width: 30em) {
  /* line 115, app/assets/stylesheets/_shared-header.scss */
  header.main nav ol li {
    float: left;
    clear: both;
    margin: 10px 0px;
  }
  /* line 120, app/assets/stylesheets/_shared-header.scss */
  header.main nav ol li:first-child {
    margin-top: 14px;
  }
  /* line 124, app/assets/stylesheets/_shared-header.scss */
  header.main nav ol li:last-child {
    margin-bottom: 14px;
  }
}

/* line 134, app/assets/stylesheets/_shared-header.scss */
section.chapter-menu {
  background: #505050;
  background-image: -webkit-radial-gradient(50% 50%, circle farthest-corner, #6e6e6e, #464646);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #6e6e6e, #464646);
  box-shadow: inset 0 -1px 8px 0 rgba(0, 0, 0, 0.2), inset 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  height: 0px;
  overflow: hidden;
  padding: 0px 20px;
  top: 50px;
  -webkit-transition: height, 0.5s, ease-out;
  -moz-transition: height, 0.5s, ease-out;
  transition: height, 0.5s, ease-out;
  width: auto;
  z-index: 2;
}

/* line 146, app/assets/stylesheets/_shared-header.scss */
section.chapter-menu.expanded {
  border-bottom: 1px solid black;
  height: auto;
}

/* line 151, app/assets/stylesheets/_shared-header.scss */
section.chapter-menu .inner-wrapper {
  margin-top: 40px;
  padding: 0;
  max-width: 940px;
  width: 100%;
}

/* line 157, app/assets/stylesheets/_shared-header.scss */
section.chapter-menu .inner-wrapper h1 {
  display: none;
  font: 300 24px/26px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
}

/* line 164, app/assets/stylesheets/_shared-header.scss */
section.chapter-menu .inner-wrapper .chapters {
  border-radius: 4px;
}

/* line 167, app/assets/stylesheets/_shared-header.scss */
section.chapter-menu .inner-wrapper .chapters article.country {
  margin-bottom: 30px;
  width: 100%;
}

/* line 172, app/assets/stylesheets/_shared-header.scss */
section.chapter-menu .inner-wrapper .chapters h3 {
  color: white;
  font: bold 14px/18px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  margin-bottom: 5px;
  padding: 0 0 3px 0;
  text-transform: uppercase;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
}

/* line 181, app/assets/stylesheets/_shared-header.scss */
section.chapter-menu .inner-wrapper .chapters p {
  width: 180px;
  margin-right: 8px;
}

/* line 185, app/assets/stylesheets/_shared-header.scss */
section.chapter-menu .inner-wrapper .chapters p a {
  color: #b4b4b4;
  font: normal 14px/16px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  padding: 3px 0;
  text-decoration: none;
}

/* line 191, app/assets/stylesheets/_shared-header.scss */
section.chapter-menu .inner-wrapper .chapters p a:hover {
  color: white;
  border-bottom: 2px solid #f8931c;
}

/* line 1, app/assets/stylesheets/_shared-footer.scss */
footer {
  height: 100px;
  max-width: 60em;
  width: 100%;
}

/* line 6, app/assets/stylesheets/_shared-footer.scss */
footer p {
  padding: 10px 0;
  text-align: center;
  margin-left: 1.5em;
  margin-right: 1.5em;
}

/* line 12, app/assets/stylesheets/_shared-footer.scss */
footer p:first-child {
  padding-top: 20px;
  border-top: 1px solid #c8c8c8;
}

/* line 17, app/assets/stylesheets/_shared-footer.scss */
footer p a:link, footer p a:visited {
  color: #2e2e2e;
  font: normal 12px/14px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  margin: 0 10px;
  padding-bottom: 3px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

/* line 26, app/assets/stylesheets/_shared-footer.scss */
footer p a:link:hover, footer p a:visited:hover {
  border-bottom: 3px solid #f8931c;
}

/* line 31, app/assets/stylesheets/_shared-footer.scss */
footer p span {
  margin: 0 10px;
}

/* line 37, app/assets/stylesheets/_shared-footer.scss */
footer ol li {
  float: left;
  list-style: none;
  margin-right: 10px;
}

/* line 42, app/assets/stylesheets/_shared-footer.scss */
footer ol li:last-child {
  margin-right: 0px;
}

/* line 1, app/assets/stylesheets/_shared-date-picker.scss */
div.ui-datepicker {
  background: whitesmoke;
  border: 1px solid #969696;
  border-radius: 4px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  display: none;
  margin-top: 5px;
  padding: 10px;
}

/* line 10, app/assets/stylesheets/_shared-date-picker.scss */
div.ui-datepicker .ui-datepicker-header {
  margin-bottom: 10px;
}

/* line 13, app/assets/stylesheets/_shared-date-picker.scss */
div.ui-datepicker .ui-datepicker-header a {
  font: italic 12px/14px Georgia, Cambria, serif;
  position: absolute;
  top: 10px;
}

/* line 18, app/assets/stylesheets/_shared-date-picker.scss */
div.ui-datepicker .ui-datepicker-header a:hover {
  color: #f8931c;
  cursor: pointer;
}

/* line 24, app/assets/stylesheets/_shared-date-picker.scss */
div.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev {
  left: 10px;
}

/* line 28, app/assets/stylesheets/_shared-date-picker.scss */
div.ui-datepicker .ui-datepicker-header a.ui-datepicker-next {
  right: 10px;
}

/* line 32, app/assets/stylesheets/_shared-date-picker.scss */
div.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  margin: 0px 30px;
  text-align: center;
}

/* line 36, app/assets/stylesheets/_shared-date-picker.scss */
div.ui-datepicker .ui-datepicker-header .ui-datepicker-title span {
  font: bold 12px/14px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-align: center;
}

/* line 43, app/assets/stylesheets/_shared-date-picker.scss */
div.ui-datepicker table.ui-datepicker-calendar {
  margin: 0px;
}

/* line 47, app/assets/stylesheets/_shared-date-picker.scss */
div.ui-datepicker table.ui-datepicker-calendar thead tr {
  border-bottom: 1px solid #c8c8c8;
}

/* line 50, app/assets/stylesheets/_shared-date-picker.scss */
div.ui-datepicker table.ui-datepicker-calendar thead tr th {
  border: none;
}

/* line 57, app/assets/stylesheets/_shared-date-picker.scss */
div.ui-datepicker table.ui-datepicker-calendar tbody tr {
  border: none;
  height: 35px;
}

/* line 61, app/assets/stylesheets/_shared-date-picker.scss */
div.ui-datepicker table.ui-datepicker-calendar tbody tr td {
  border: none;
  padding: 5px 6px 0px 0px;
}

/* line 65, app/assets/stylesheets/_shared-date-picker.scss */
div.ui-datepicker table.ui-datepicker-calendar tbody tr td:last-child {
  padding-right: 0px;
}

/* line 69, app/assets/stylesheets/_shared-date-picker.scss */
div.ui-datepicker table.ui-datepicker-calendar tbody tr td a {
  background: white;
  border: 1px solid gainsboro;
  color: #373737;
  display: block;
  padding: 6px;
  text-align: center;
  text-decoration: none;
}

/* line 78, app/assets/stylesheets/_shared-date-picker.scss */
div.ui-datepicker table.ui-datepicker-calendar tbody tr td a:hover {
  background: #f8931c;
  color: white;
}

/* line 2, app/assets/stylesheets/_shared-flash-messages.scss */
#flash #flash_thanks {
  background: #f8931c;
  border: none;
  border-radius: 0;
  color: white;
  font: bold 18px/22px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  padding: 15px 0px;
  text-align: center;
  text-transform: uppercase;
}

/* line 13, app/assets/stylesheets/_shared-flash-messages.scss */
#flash #flash_notice, #flash #flash_alert {
  background: #5a5a5a;
  border: 1px solid #3c3c3c;
  border-radius: 4px;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.75);
  color: white;
  font: bold 14px/16px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  padding: 10px 0px;
  text-align: center;
  text-transform: uppercase;
}

/* line 1, app/assets/stylesheets/_about.scss */
.about-wrapper {
  margin-right: 1.5em;
  margin-left: 1.5em;
}

/* line 6, app/assets/stylesheets/_about.scss */
.about-wrapper p, .about-wrapper li {
  color: #2e2e2e;
  font: normal 14px/20px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

/* line 11, app/assets/stylesheets/_about.scss */
.about-wrapper a {
  color: #f8931c;
  text-decoration: none;
}

/* line 15, app/assets/stylesheets/_about.scss */
.about-wrapper a:hover {
  text-decoration: underline;
}

/* line 20, app/assets/stylesheets/_about.scss */
.about-wrapper h1 {
  color: #373737;
  text-transform: uppercase;
}

/* line 25, app/assets/stylesheets/_about.scss */
.about-wrapper h2 {
  color: #373737;
  font: normal 18px/22px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  margin-bottom: 15px;
  margin-top: 1.5em;
  text-transform: uppercase;
}

/* line 33, app/assets/stylesheets/_about.scss */
.about-wrapper .our-story {
  margin-right: 3em;
}

/* line 37, app/assets/stylesheets/_about.scss */
.about-wrapper .our-story,
.about-wrapper .contact {
  max-width: 27em;
}

/* line 42, app/assets/stylesheets/_about.scss */
.about-wrapper .start-a-chapter,
.about-wrapper .get-in-touch {
  margin-top: calc(2em + 12px);
}

/* line 49, app/assets/stylesheets/_about.scss */
.start-a-chapter-wrapper section {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 1.5em;
}

/* line 54, app/assets/stylesheets/_about.scss */
.start-a-chapter-wrapper section.intro, .start-a-chapter-wrapper section.steps {
  max-width: 50em;
  margin: 0 auto 1.5em;
}

/* line 61, app/assets/stylesheets/_about.scss */
.start-a-chapter-wrapper .photo-strip .photo-wrapper {
  max-width: 33%;
}

/* line 64, app/assets/stylesheets/_about.scss */
.start-a-chapter-wrapper .photo-strip img {
  width: 100%;
}

/* line 69, app/assets/stylesheets/_about.scss */
.start-a-chapter-wrapper .steps-list {
  margin-top: 2em;
}

/* line 73, app/assets/stylesheets/_about.scss */
.start-a-chapter-wrapper ol {
  list-style: none;
  counter-reset: stepCounter;
}

/* line 78, app/assets/stylesheets/_about.scss */
.start-a-chapter-wrapper li {
  margin-bottom: 2em;
}

/* line 82, app/assets/stylesheets/_about.scss */
.start-a-chapter-wrapper .step-icon {
  margin-right: 2em;
}

/* line 85, app/assets/stylesheets/_about.scss */
.start-a-chapter-wrapper .step-icon img {
  max-width: 75px;
}

/* line 90, app/assets/stylesheets/_about.scss */
.start-a-chapter-wrapper .step-text {
  max-width: calc(100% - 75px - 2em);
  counter-increment: stepCounter;
}

/* line 94, app/assets/stylesheets/_about.scss */
.start-a-chapter-wrapper .step-text strong {
  text-transform: uppercase;
  display: block;
  margin-bottom: .75em;
}

/* line 99, app/assets/stylesheets/_about.scss */
.start-a-chapter-wrapper .step-text strong:before {
  content: counter(stepCounter) ". ";
}

/**********************************************/
/*               Responsiveness               */
/**********************************************/
@media (max-width: 60em) {
  /* line 112, app/assets/stylesheets/_about.scss */
  .about-wrapper .our-story {
    margin-right: 0em;
  }
  /* line 116, app/assets/stylesheets/_about.scss */
  .about-wrapper .our-story,
.about-wrapper .contact {
    max-width: 100%;
  }
  /* line 121, app/assets/stylesheets/_about.scss */
  .about-wrapper .contact {
    margin-top: none;
  }
}

@media (max-width: 30em) {
  /* line 129, app/assets/stylesheets/_about.scss */
  .start-a-chapter-wrapper .step-text {
    max-width: 100%;
  }
  /* line 134, app/assets/stylesheets/_about.scss */
  .start-a-chapter-wrapper .photo-strip .photo-wrapper {
    max-width: 100%;
  }
}

/* line 1, app/assets/stylesheets/_faq.scss */
.faq-wrapper {
  margin-right: 1.5em;
  margin-left: 1.5em;
}

/* line 6, app/assets/stylesheets/_faq.scss */
.faq-wrapper header h1 {
  color: #373737;
  font: bold 38px/44px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  margin: 0;
  padding-bottom: 5px;
  text-align: center;
  text-transform: uppercase;
}

/* line 16, app/assets/stylesheets/_faq.scss */
.faq-wrapper .faq-answers {
  max-width: 45em;
}

/* line 21, app/assets/stylesheets/_faq.scss */
.faq-wrapper .faq-answers article:target h3 {
  color: #f8931c;
}

/* line 26, app/assets/stylesheets/_faq.scss */
.faq-wrapper .faq-answers article h3 {
  color: #373737;
  font: normal 18px/22px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  margin-bottom: 10px;
  margin-top: 40px;
  text-transform: uppercase;
}

/* line 34, app/assets/stylesheets/_faq.scss */
.faq-wrapper .faq-answers article p {
  color: #2e2e2e;
  font: normal 14px/20px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

/* line 39, app/assets/stylesheets/_faq.scss */
.faq-wrapper .faq-answers article a {
  color: #f8931c;
  font: normal 14px/20px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-decoration: none;
}

/* line 44, app/assets/stylesheets/_faq.scss */
.faq-wrapper .faq-answers article a:hover {
  text-decoration: underline;
}

/* line 1, app/assets/stylesheets/_winners.scss */
.center-form__cancel {
  text-align: center;
}

/* line 5, app/assets/stylesheets/_winners.scss */
.center-form__cancel-link {
  color: #2e2e2e !important;
  font-size: .85em;
  text-decoration: none !important;
}

/* line 11, app/assets/stylesheets/_winners.scss */
.center-form__cancel-link:hover {
  text-decoration: underline !important;
}

/* line 2, app/assets/stylesheets/_funded-projects-index.scss */
.funded_projects-index #main-container {
  max-width: none;
}

/* line 6, app/assets/stylesheets/_funded-projects-index.scss */
.funded_projects-index .container {
  width: 100%;
}

/* line 10, app/assets/stylesheets/_funded-projects-index.scss */
.filters-wrapper {
  background: #e6e6e6;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
  box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.3), inset 0 1px 0 0 rgba(255, 255, 255, 0.8);
  background-color: #f0f0f0;
  background-image: -webkit-linear-gradient(#f0f0f0, gainsboro);
  background-image: linear-gradient(#f0f0f0, gainsboro);
  margin: 0 auto 10px;
  padding: 10px;
  position: relative;
}

@media all and (max-width: 60em) {
  /* line 10, app/assets/stylesheets/_funded-projects-index.scss */
  .filters-wrapper {
    margin: 0 10px 10px;
    box-sizing: border-box;
  }
}

/* line 25, app/assets/stylesheets/_funded-projects-index.scss */
.projects-filters {
  max-width: 60em;
  margin-bottom: 3em;
}

/* line 30, app/assets/stylesheets/_funded-projects-index.scss */
.filters-wrapper__submit {
  border: 1px solid #c8bdbd;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 white;
  color: #333333;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-color: #e6e6e6;
  background-image: -webkit-linear-gradient(#e6e6e6, #cfc5c5);
  background-image: linear-gradient(#e6e6e6, #cfc5c5);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 #f2efef;
  background-clip: padding-box;
  margin: 0px;
  margin-top: 20px;
  width: auto;
  font-size: 11px;
}

/* line 131, ../usr/local/bundle/gems/bourbon-4.0.2/app/assets/stylesheets/addons/_button.scss */
.filters-wrapper__submit:hover:not(:disabled) {
  box-shadow: inset 0 1px 0 0 #f3f3f3;
  cursor: pointer;
  background-color: #d9d9d9;
  background-image: -webkit-linear-gradient(#d9d9d9, #c7bdbd);
  background-image: linear-gradient(#d9d9d9, #c7bdbd);
}

/* line 147, ../usr/local/bundle/gems/bourbon-4.0.2/app/assets/stylesheets/addons/_button.scss */
.filters-wrapper__submit:active:not(:disabled), .filters-wrapper__submit:focus:not(:disabled) {
  border: 1px solid #c8bdbd;
  box-shadow: inset 0 0 8px 4px #bfb6b6, inset 0 0 8px 4px #bfb6b6;
}

/* line 51, ../usr/local/bundle/gems/bourbon-4.0.2/app/assets/stylesheets/addons/_button.scss */
.filters-wrapper__submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* line 38, app/assets/stylesheets/_funded-projects-index.scss */
.filters-wrapper__select {
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 20px;
  padding-bottom: 30px;
}

/* line 44, app/assets/stylesheets/_funded-projects-index.scss */
.filters-wrapper__title {
  text-transform: uppercase;
}

/* line 48, app/assets/stylesheets/_funded-projects-index.scss */
.projects-grid {
  margin-left: 10px;
  max-width: 1600px;
  min-width: calc(100% - 10px);
}

/* line 54, app/assets/stylesheets/_funded-projects-index.scss */
.project-with-image {
  width: 100%;
  margin-right: 10px;
  margin-bottom: 10px;
  display: block;
}

@media (min-width: 30em) {
  /* line 62, app/assets/stylesheets/_funded-projects-index.scss */
  .project-with-image {
    width: calc(50% - 10px);
  }
}

@media (min-width: 60em) {
  /* line 68, app/assets/stylesheets/_funded-projects-index.scss */
  .project-with-image {
    width: calc(25% - 10px);
  }
}

/* line 73, app/assets/stylesheets/_funded-projects-index.scss */
.project-with-image__image-wrapper {
  overflow: hidden;
  position: relative;
  text-decoration: none;
  width: auto;
}

/* line 80, app/assets/stylesheets/_funded-projects-index.scss */
.project-with-image__chapter {
  margin: 1em 0;
  color: rgba(255, 255, 255, 0.7);
}

/* line 85, app/assets/stylesheets/_funded-projects-index.scss */
.project-with-image__project-name {
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  position: absolute;
  width: 100%;
  height: 100%;
  white-space: normal;
  top: calc(100% - 40px);
  transition: top .3s ease-out;
  z-index: 1;
}

/* line 97, app/assets/stylesheets/_funded-projects-index.scss */
.project-with-image__project-name h2 {
  color: #fff;
  font: normal 22px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  margin: 0px;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 107, app/assets/stylesheets/_funded-projects-index.scss */
.project-with-image__project-name span {
  color: rgba(255, 255, 255, 0.7);
  margin-right: 10px;
  font-size: 0.8em;
  line-height: 1.4em;
}

/* line 116, app/assets/stylesheets/_funded-projects-index.scss */
.project-with-image:hover .project-with-image__project-name {
  background: #f8931c;
  top: 0;
}

/* line 120, app/assets/stylesheets/_funded-projects-index.scss */
.project-with-image:hover .project-with-image__project-name h2 {
  text-overflow: unset;
  white-space: normal;
}

/* line 125, app/assets/stylesheets/_funded-projects-index.scss */
.project-with-image:hover .project-with-image__project-name span {
  color: #373737;
}

/* line 131, app/assets/stylesheets/_funded-projects-index.scss */
.project-with-image__image {
  max-width: 100%;
  margin: 0;
  display: block;
}

/* line 2, app/assets/stylesheets/_funded-projects-show.scss */
body.funded_projects-show .container-wrapper {
  margin-left: 1.5em;
  margin-right: 1.5em;
}

/* line 9, app/assets/stylesheets/_funded-projects-show.scss */
header a.edit-project {
  border: 1px solid #d1c8c8;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 white;
  color: #333333;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-color: #f0f0f0;
  background-image: -webkit-linear-gradient(#f0f0f0, #d8d0d0);
  background-image: linear-gradient(#f0f0f0, #d8d0d0);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 #fbfafa;
  background-clip: padding-box;
  text-decoration: none;
  padding: 7px 12px 6px;
  margin-top: 10px;
  float: right;
  font-size: 0.8em;
}

/* line 131, ../usr/local/bundle/gems/bourbon-4.0.2/app/assets/stylesheets/addons/_button.scss */
header a.edit-project:hover:not(:disabled) {
  box-shadow: inset 0 1px 0 0 #fdfdfd;
  cursor: pointer;
  background-color: #e3e3e3;
  background-image: -webkit-linear-gradient(#e3e3e3, #d0c8c8);
  background-image: linear-gradient(#e3e3e3, #d0c8c8);
}

/* line 147, ../usr/local/bundle/gems/bourbon-4.0.2/app/assets/stylesheets/addons/_button.scss */
header a.edit-project:active:not(:disabled), header a.edit-project:focus:not(:disabled) {
  border: 1px solid #d1c8c8;
  box-shadow: inset 0 0 8px 4px #c9c1c1, inset 0 0 8px 4px #c9c1c1;
}

/* line 51, ../usr/local/bundle/gems/bourbon-4.0.2/app/assets/stylesheets/addons/_button.scss */
header a.edit-project:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* line 18, app/assets/stylesheets/_funded-projects-show.scss */
header .prev-next-links {
  margin-bottom: 5px;
}

/* line 21, app/assets/stylesheets/_funded-projects-show.scss */
header .prev-next-links a {
  color: #f8931c;
  text-decoration: none;
  font-size: 0.8em;
}

/* line 26, app/assets/stylesheets/_funded-projects-show.scss */
header .prev-next-links a:hover {
  text-decoration: underline;
}

/* line 31, app/assets/stylesheets/_funded-projects-show.scss */
header .prev-next-links .prev-project {
  float: left;
}

/* line 35, app/assets/stylesheets/_funded-projects-show.scss */
header .prev-next-links .next-project {
  float: right;
}

/* line 39, app/assets/stylesheets/_funded-projects-show.scss */
header .prev-next-links:after {
  content: '';
  display: block;
  clear: both;
}

/* line 47, app/assets/stylesheets/_funded-projects-show.scss */
header.project {
  margin-bottom: 12px;
}

/* line 50, app/assets/stylesheets/_funded-projects-show.scss */
header.project h1 {
  font: normal 34px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  display: inline-block;
  margin: 0px;
}

/* line 57, app/assets/stylesheets/_funded-projects-show.scss */
#project-gallery {
  position: relative;
  margin: 0px auto 40px;
  background: #646464;
  border: 2px solid #646464;
}

/* line 63, app/assets/stylesheets/_funded-projects-show.scss */
#project-gallery .image {
  line-height: 0;
  overflow: hidden;
}

/* line 67, app/assets/stylesheets/_funded-projects-show.scss */
#project-gallery .image.large-square:first-child {
  margin-right: 2px;
}

/* line 71, app/assets/stylesheets/_funded-projects-show.scss */
#project-gallery .image.small-rectangle:first-child {
  margin-bottom: 2px;
}

/* line 75, app/assets/stylesheets/_funded-projects-show.scss */
#project-gallery .image.small-square:first-child {
  margin-right: 2px;
}

/* line 79, app/assets/stylesheets/_funded-projects-show.scss */
#project-gallery .image.small-square.on-top {
  margin-bottom: 2px;
}

/* line 83, app/assets/stylesheets/_funded-projects-show.scss */
#project-gallery .image.large-rectangle img {
  max-width: 940px;
  max-height: 470px;
}

/* line 88, app/assets/stylesheets/_funded-projects-show.scss */
#project-gallery .image.small-rectangle img {
  max-width: 468px;
  max-height: 234px;
}

/* line 93, app/assets/stylesheets/_funded-projects-show.scss */
#project-gallery .image.large-square img {
  max-width: 470px;
  max-height: 470px;
}

/* line 98, app/assets/stylesheets/_funded-projects-show.scss */
#project-gallery .image.small-square img {
  max-width: 234px;
  max-height: 234px;
}

/* line 103, app/assets/stylesheets/_funded-projects-show.scss */
#project-gallery .image.not-shown {
  display: none;
}

/* line 107, app/assets/stylesheets/_funded-projects-show.scss */
#project-gallery .image img {
  margin: 0px;
  width: 100%;
  height: auto;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}

/* line 119, app/assets/stylesheets/_funded-projects-show.scss */
#project-gallery .image:not(.placeholder):hover img {
  cursor: pointer;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}

/* line 131, app/assets/stylesheets/_funded-projects-show.scss */
#project-gallery .view-photos {
  position: absolute;
  bottom: 20px;
  right: 20px;
  border: 1px solid #d1c8c8;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 white;
  color: #333333;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-color: #f0f0f0;
  background-image: -webkit-linear-gradient(#f0f0f0, #d8d0d0);
  background-image: linear-gradient(#f0f0f0, #d8d0d0);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 #fbfafa;
  background-clip: padding-box;
  text-decoration: none;
  padding: 7px 12px 6px;
  font-size: 0.8em;
}

/* line 131, ../usr/local/bundle/gems/bourbon-4.0.2/app/assets/stylesheets/addons/_button.scss */
#project-gallery .view-photos:hover:not(:disabled) {
  box-shadow: inset 0 1px 0 0 #fdfdfd;
  cursor: pointer;
  background-color: #e3e3e3;
  background-image: -webkit-linear-gradient(#e3e3e3, #d0c8c8);
  background-image: linear-gradient(#e3e3e3, #d0c8c8);
}

/* line 147, ../usr/local/bundle/gems/bourbon-4.0.2/app/assets/stylesheets/addons/_button.scss */
#project-gallery .view-photos:active:not(:disabled), #project-gallery .view-photos:focus:not(:disabled) {
  border: 1px solid #d1c8c8;
  box-shadow: inset 0 0 8px 4px #c9c1c1, inset 0 0 8px 4px #c9c1c1;
}

/* line 51, ../usr/local/bundle/gems/bourbon-4.0.2/app/assets/stylesheets/addons/_button.scss */
#project-gallery .view-photos:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* line 144, app/assets/stylesheets/_funded-projects-show.scss */
.project-details {
  margin: 0px auto;
  max-width: 940px;
  width: 100%;
}

/* line 150, app/assets/stylesheets/_funded-projects-show.scss */
.project-details .meta-data {
  border-bottom: 1px solid gainsboro;
  margin-bottom: 30px;
}

/* line 155, app/assets/stylesheets/_funded-projects-show.scss */
.project-details .meta-data p {
  color: #646464;
  font: normal 14px/22px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  float: left;
}

/* line 161, app/assets/stylesheets/_funded-projects-show.scss */
.project-details .meta-data p span a {
  color: #f8931c;
  text-decoration: none;
}

/* line 165, app/assets/stylesheets/_funded-projects-show.scss */
.project-details .meta-data p span a:hover {
  text-decoration: underline;
}

/* line 172, app/assets/stylesheets/_funded-projects-show.scss */
.project-details .meta-data div.addthis_toolbox {
  float: right;
}

/* line 177, app/assets/stylesheets/_funded-projects-show.scss */
.project-details .project-description {
  max-width: 580px;
}

/* line 180, app/assets/stylesheets/_funded-projects-show.scss */
.project-details .project-description h2 {
  font: normal 18px/22px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  margin-bottom: 15px;
  text-transform: uppercase;
}

/* line 186, app/assets/stylesheets/_funded-projects-show.scss */
.project-details .project-description p + h2 {
  margin-top: 40px;
}

/* line 190, app/assets/stylesheets/_funded-projects-show.scss */
.project-details .project-description p, .project-details .project-description li {
  color: #2e2e2e;
  font: normal 14px/22px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

/* line 194, app/assets/stylesheets/_funded-projects-show.scss */
.project-details .project-description p img, .project-details .project-description li img {
  max-width: 100%;
  height: auto;
}

/* line 201, app/assets/stylesheets/_funded-projects-show.scss */
.project-details .project-side-bar {
  max-width: 300px;
  margin-bottom: 20px;
}

/* line 205, app/assets/stylesheets/_funded-projects-show.scss */
.project-details .project-side-bar .project-state {
  margin-bottom: 15px;
}

/* line 208, app/assets/stylesheets/_funded-projects-show.scss */
.project-details .project-side-bar .project-state p {
  color: #373737;
  font: normal 16px/20px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  margin: 0px;
}

/* line 213, app/assets/stylesheets/_funded-projects-show.scss */
.project-details .project-side-bar .project-state p span.chapter-name {
  text-transform: uppercase;
}

/* line 219, app/assets/stylesheets/_funded-projects-show.scss */
.project-details .project-side-bar .project-site-link {
  margin-bottom: 15px;
}

/* line 222, app/assets/stylesheets/_funded-projects-show.scss */
.project-details .project-side-bar .project-site-link a {
  background-image: -webkit-linear-gradient(top, #6abdff, #41a5ff);
  background-image: linear-gradient(to bottom, #6abdff, #41a5ff);
  border: 1px solid #227aff;
  border-radius: 3px;
  color: #373737;
  font: normal 16px/20px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  margin-bottom: 15px;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px rgba(255, 255, 255, 0.3);
  display: block;
  font: normal 16px/20px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

/* line 227, app/assets/stylesheets/_funded-projects-show.scss */
.project-details .project-side-bar .project-site-link a span {
  float: right;
}

/* line 233, app/assets/stylesheets/_funded-projects-show.scss */
.project-details .project-side-bar .project-rss {
  background: #f0f0f0;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 20px 15px 30px;
}

/* line 240, app/assets/stylesheets/_funded-projects-show.scss */
.project-details .project-side-bar .project-rss a {
  color: #2e2e2e;
  font: normal 12px/20px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-decoration: none;
}

/* line 245, app/assets/stylesheets/_funded-projects-show.scss */
.project-details .project-side-bar .project-rss a:hover {
  color: #f8931c;
}

/* line 250, app/assets/stylesheets/_funded-projects-show.scss */
.project-details .project-side-bar .project-rss h2 {
  font: normal 18px/20px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  margin-bottom: 20px;
}

/* line 255, app/assets/stylesheets/_funded-projects-show.scss */
.project-details .project-side-bar .project-rss ol.feed {
  margin: 0px;
  padding: 0px;
}

/* line 259, app/assets/stylesheets/_funded-projects-show.scss */
.project-details .project-side-bar .project-rss ol.feed li {
  list-style: none;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

/* line 267, app/assets/stylesheets/_funded-projects-show.scss */
.project-details .project-side-bar .project-rss ol.feed li:last-child {
  margin: 0px;
}

/* line 271, app/assets/stylesheets/_funded-projects-show.scss */
.project-details .project-side-bar .project-rss ol.feed li span.post-date {
  margin-right: 12px;
  font: normal 12px/20px Georgia, Cambria, serif;
}

/**********************************************/
/*               Responsiveness               */
/**********************************************/
@media (max-width: 60em) {
  /* line 290, app/assets/stylesheets/_funded-projects-show.scss */
  .project-details .project-description {
    max-width: 100%;
  }
  /* line 294, app/assets/stylesheets/_funded-projects-show.scss */
  .project-details .project-side-bar {
    margin-top: 24px;
    max-width: 100%;
  }
}

/* line 2, app/assets/stylesheets/_pagination.scss */
.pagination {
  text-align: center;
  padding: 1em 0;
  cursor: default;
  font-size: 0.8em;
}

/* line 8, app/assets/stylesheets/_pagination.scss */
.pagination a, .pagination span, .pagination em {
  padding: 0.2em 0.5em;
}

/* line 12, app/assets/stylesheets/_pagination.scss */
.pagination .disabled {
  color: #aaaaaa;
}

/* line 16, app/assets/stylesheets/_pagination.scss */
.pagination .current {
  font-style: normal;
  font-weight: bold;
  color: #ff0084;
}

/* line 22, app/assets/stylesheets/_pagination.scss */
.pagination a {
  border: 1px solid #dddddd;
  color: #0063dc;
  text-decoration: none;
}

/* line 26, app/assets/stylesheets/_pagination.scss */
.pagination a:hover, .pagination a:focus {
  border-color: #003366;
  background: #0063dc;
  color: white;
}

/* line 33, app/assets/stylesheets/_pagination.scss */
.pagination .page_info {
  color: #aaaaaa;
  padding-top: 0.8em;
}

/* line 38, app/assets/stylesheets/_pagination.scss */
.pagination .previous_page, .pagination .next_page {
  border-width: 2px;
}

/* line 42, app/assets/stylesheets/_pagination.scss */
.pagination .previous_page {
  margin-right: 1em;
}

/* line 46, app/assets/stylesheets/_pagination.scss */
.pagination .next_page {
  margin-left: 1em;
}

/**********************************************/
/*               Responsiveness               */
/**********************************************/
@media (max-width: 60em) {
  /* line 59, app/assets/stylesheets/_pagination.scss */
  .pagination a:not(.previous_page):not(.next_page) {
    display: none;
  }
  /* line 63, app/assets/stylesheets/_pagination.scss */
  .pagination .gap {
    display: none;
  }
}

/* Magnific Popup CSS */
/* line 2, ../usr/local/bundle/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

/* line 13, ../usr/local/bundle/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

/* line 23, ../usr/local/bundle/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

/* line 33, ../usr/local/bundle/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 39, ../usr/local/bundle/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-align-top .mfp-container:before {
  display: none;
}

/* line 42, ../usr/local/bundle/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

/* line 50, ../usr/local/bundle/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

/* line 55, ../usr/local/bundle/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-ajax-cur {
  cursor: progress;
}

/* line 58, ../usr/local/bundle/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/* line 63, ../usr/local/bundle/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* line 69, ../usr/local/bundle/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* line 72, ../usr/local/bundle/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 80, ../usr/local/bundle/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-loading.mfp-figure {
  display: none;
}

/* line 83, ../usr/local/bundle/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-hide {
  display: none !important;
}

/* line 86, ../usr/local/bundle/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

/* line 96, ../usr/local/bundle/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-preloader a {
  color: #CCC;
}

/* line 98, ../usr/local/bundle/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-preloader a:hover {
  color: #FFF;
}

/* line 101, ../usr/local/bundle/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-s-ready .mfp-preloader {
  display: none;
}

/* line 104, ../usr/local/bundle/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-s-error .mfp-content {
  display: none;
}

/* line 107, ../usr/local/bundle/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

/* line 121, ../usr/local/bundle/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 125, ../usr/local/bundle/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

/* line 140, ../usr/local/bundle/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

/* line 143, ../usr/local/bundle/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-close:active {
  top: 1px;
}

/* line 146, ../usr/local/bundle/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-close-btn-in .mfp-close {
  color: #333;
}

/* line 149, ../usr/local/bundle/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

/* line 157, ../usr/local/bundle/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

/* line 166, ../usr/local/bundle/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

/* line 176, ../usr/local/bundle/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-arrow:active {
  margin-top: -54px;
}

/* line 178, ../usr/local/bundle/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

/* line 181, ../usr/local/bundle/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

/* line 193, ../usr/local/bundle/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

/* line 197, ../usr/local/bundle/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

/* line 202, ../usr/local/bundle/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-arrow-left {
  left: 0;
}

/* line 204, ../usr/local/bundle/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

/* line 207, ../usr/local/bundle/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

/* line 211, ../usr/local/bundle/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-arrow-right {
  right: 0;
}

/* line 213, ../usr/local/bundle/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

/* line 216, ../usr/local/bundle/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

/* line 219, ../usr/local/bundle/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 222, ../usr/local/bundle/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

/* line 226, ../usr/local/bundle/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* line 229, ../usr/local/bundle/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

/* line 234, ../usr/local/bundle/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
/* line 245, ../usr/local/bundle/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
/* line 256, ../usr/local/bundle/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-figure {
  line-height: 0;
}

/* line 258, ../usr/local/bundle/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

/* line 271, ../usr/local/bundle/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

/* line 276, ../usr/local/bundle/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-figure figure {
  margin: 0;
}

/* line 279, ../usr/local/bundle/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

/* line 287, ../usr/local/bundle/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

/* line 294, ../usr/local/bundle/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* line 297, ../usr/local/bundle/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  /* line 304, ../usr/local/bundle/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 307, ../usr/local/bundle/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  /* line 309, ../usr/local/bundle/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  /* line 312, ../usr/local/bundle/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  /* line 315, ../usr/local/bundle/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  /* line 323, ../usr/local/bundle/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  /* line 325, ../usr/local/bundle/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  /* line 328, ../usr/local/bundle/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  /* line 340, ../usr/local/bundle/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  /* line 343, ../usr/local/bundle/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  /* line 346, ../usr/local/bundle/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  /* line 349, ../usr/local/bundle/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* TITULO E SUBTITULO */
/* line 2, app/assets/stylesheets/_donate.scss */
.title-wrapper {
  max-width: 60em;
  width: 100%;
}

/* line 6, app/assets/stylesheets/_donate.scss */
.title-wrapper .title {
  margin-right: 1.5em;
  margin-left: 1.5em;
  padding-bottom: 10px;
}

/* line 11, app/assets/stylesheets/_donate.scss */
.title-wrapper .title h1 {
  color: #373737;
  font: 900 38px/44px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  margin: 0px;
  text-transform: uppercase;
  font-size: 34px;
  align-items: center;
}

/* line 22, app/assets/stylesheets/_donate.scss */
.subtitle-wrapper {
  max-width: 60em;
  width: 100%;
}

/* line 26, app/assets/stylesheets/_donate.scss */
.subtitle-wrapper .subtitle-box {
  margin: 0 1.5em;
}

/* line 31, app/assets/stylesheets/_donate.scss */
.subtitle {
  color: #2e2e2e;
  font: normal 16px / 22px "museo-sans", "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

/* BOTÕES COLLAPSIBLES */
/* line 38, app/assets/stylesheets/_donate.scss */
.collapsible-info {
  margin: 1.5em;
}

/* line 42, app/assets/stylesheets/_donate.scss */
.collapsible-content {
  display: none;
  margin-top: 0.75em;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 1em;
  background: #fafbfc;
}

/* line 51, app/assets/stylesheets/_donate.scss */
.collapsible-content h2 {
  text-align: center;
}

/* line 55, app/assets/stylesheets/_donate.scss */
.collapsible-content a {
  color: #f8931c;
  text-decoration: none;
}

/* line 60, app/assets/stylesheets/_donate.scss */
.collapsible-content p {
  margin-bottom: 1em;
}

/* line 64, app/assets/stylesheets/_donate.scss */
.collapsible-icon {
  font-size: 1.2em;
  margin-right: 0.5em;
}

/* line 69, app/assets/stylesheets/_donate.scss */
.collapsible-title {
  font-weight: 600;
}

/* line 73, app/assets/stylesheets/_donate.scss */
.collapsible-button {
  display: flex;
  width: 100%;
  align-items: center;
  background: #53A176;
  color: white;
  border: none;
  border-radius: 3px;
  padding: 10px 15px;
  font: inherit;
  text-transform: uppercase;
  cursor: pointer;
  transition: ease-in .5s;
}

/* line 88, app/assets/stylesheets/_donate.scss */
.invisible {
  display: none;
  margin: 0;
  line-height: 0;
}

/* Donation Type Radio */
/* line 95, app/assets/stylesheets/_donate.scss */
.donation-type-radio {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

/* line 101, app/assets/stylesheets/_donate.scss */
.doacao-btn {
  width: 100%;
  background: #f8931c;
  color: white;
  text-align: center;
  display: inline-block;
  margin-top: 1em;
}

/* line 110, app/assets/stylesheets/_donate.scss */
.doacao-btn a {
  width: inherit;
  color: white;
  text-decoration: none;
  padding: 1em 0px;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/* line 6, app/assets/stylesheets/_owl.carousel.min.css */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

/* line 6, app/assets/stylesheets/_owl.carousel.min.css */
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

/* line 6, app/assets/stylesheets/_owl.carousel.min.css */
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

/* line 6, app/assets/stylesheets/_owl.carousel.min.css */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 6, app/assets/stylesheets/_owl.carousel.min.css */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

/* line 6, app/assets/stylesheets/_owl.carousel.min.css */
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* line 6, app/assets/stylesheets/_owl.carousel.min.css */
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

/* line 6, app/assets/stylesheets/_owl.carousel.min.css */
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

/* line 6, app/assets/stylesheets/_owl.carousel.min.css */
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

/* line 6, app/assets/stylesheets/_owl.carousel.min.css */
.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

/* line 6, app/assets/stylesheets/_owl.carousel.min.css */
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 6, app/assets/stylesheets/_owl.carousel.min.css */
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

/* line 6, app/assets/stylesheets/_owl.carousel.min.css */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

/* line 6, app/assets/stylesheets/_owl.carousel.min.css */
.owl-carousel.owl-hidden {
  opacity: 0;
}

/* line 6, app/assets/stylesheets/_owl.carousel.min.css */
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

/* line 6, app/assets/stylesheets/_owl.carousel.min.css */
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 6, app/assets/stylesheets/_owl.carousel.min.css */
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

/* line 6, app/assets/stylesheets/_owl.carousel.min.css */
.owl-carousel.owl-rtl {
  direction: rtl;
}

/* line 6, app/assets/stylesheets/_owl.carousel.min.css */
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* line 6, app/assets/stylesheets/_owl.carousel.min.css */
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

/* line 6, app/assets/stylesheets/_owl.carousel.min.css */
.owl-carousel .owl-animated-in {
  z-index: 0;
}

/* line 6, app/assets/stylesheets/_owl.carousel.min.css */
.owl-carousel .owl-animated-out {
  z-index: 1;
}

/* line 6, app/assets/stylesheets/_owl.carousel.min.css */
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* line 6, app/assets/stylesheets/_owl.carousel.min.css */
.owl-height {
  transition: height .5s ease-in-out;
}

/* line 6, app/assets/stylesheets/_owl.carousel.min.css */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
}

/* line 6, app/assets/stylesheets/_owl.carousel.min.css */
.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

/* line 6, app/assets/stylesheets/_owl.carousel.min.css */
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/* line 6, app/assets/stylesheets/_owl.carousel.min.css */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

/* line 6, app/assets/stylesheets/_owl.carousel.min.css */
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease;
}

/* line 6, app/assets/stylesheets/_owl.carousel.min.css */
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

/* line 6, app/assets/stylesheets/_owl.carousel.min.css */
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

/* line 6, app/assets/stylesheets/_owl.carousel.min.css */
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}

/* line 6, app/assets/stylesheets/_owl.carousel.min.css */
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/* line 6, app/assets/stylesheets/_owl.theme.default.min.css */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

/* line 6, app/assets/stylesheets/_owl.theme.default.min.css */
.owl-theme .owl-nav {
  margin-top: 10px;
}

/* line 6, app/assets/stylesheets/_owl.theme.default.min.css */
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

/* line 6, app/assets/stylesheets/_owl.theme.default.min.css */
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

/* line 6, app/assets/stylesheets/_owl.theme.default.min.css */
.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}

/* line 6, app/assets/stylesheets/_owl.theme.default.min.css */
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

/* line 6, app/assets/stylesheets/_owl.theme.default.min.css */
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

/* line 6, app/assets/stylesheets/_owl.theme.default.min.css */
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}

/* line 6, app/assets/stylesheets/_owl.theme.default.min.css */
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
