@charset "UTF-8";
/* line 17, ../../../../../../usr/local/Cellar/ruby/2.0.0-p247/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../usr/local/Cellar/ruby/2.0.0-p247/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../usr/local/Cellar/ruby/2.0.0-p247/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../usr/local/Cellar/ruby/2.0.0-p247/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../usr/local/Cellar/ruby/2.0.0-p247/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../usr/local/Cellar/ruby/2.0.0-p247/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../usr/local/Cellar/ruby/2.0.0-p247/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../usr/local/Cellar/ruby/2.0.0-p247/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../usr/local/Cellar/ruby/2.0.0-p247/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 116, ../../../../../../usr/local/Cellar/ruby/2.0.0-p247/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 8, ../../support/sass/master.sass */
html, body {
  min-height: 100%;
}

/* line 11, ../../support/sass/master.sass */
body {
  background-color: #e7e7e7;
  background-image: url("../images/logo-bg.png"), url("../images/background.png");
  background-repeat: no-repeat, repeat;
  background-position: bottom right, 0 0;
  background-attachment: fixed, fixed;
  max-width: 1050px;
  margin: 0px auto 0;
  padding-top: 20px;
  font-size: 10px;
  font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
}

/* line 23, ../../support/sass/master.sass */
header {
  position: absolute;
  height: 148px;
  width: 1030px;
  padding-top: 20px;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  -webkit-box-shadow: #dddddd 0px -1px 1px;
  -moz-box-shadow: #dddddd 0px -1px 1px;
  box-shadow: #dddddd 0px -1px 1px;
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  background: whitesmoke url("../images/logo-bg-5.png") no-repeat fixed bottom right;
}
/* line 34, ../../support/sass/master.sass */
header h1 {
  width: 220px;
  text-align: center;
}
/* line 38, ../../support/sass/master.sass */
header a {
  display: block;
}

/* line 41, ../../support/sass/master.sass */
footer {
  text-shadow: 0px 1px 0px white;
  font-size: 1.1em;
  color: #999999;
  clear: both;
  width: 830px;
  padding: 1.3em 0 2em 220px;
  text-align: center;
}

/* line 50, ../../support/sass/master.sass */
.searchbox {
  position: absolute;
  margin: 16px -489px 0 0;
  right: 50%;
}
/* line 55, ../../support/sass/master.sass */
.searchbox input {
  width: 8em;
  font-size: 1.6em;
  -webkit-transition: width 0.3s ease-out;
  -moz-transition: width 0.3s ease-out;
  -o-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
}
/* line 60, ../../support/sass/master.sass */
.searchbox input:focus {
  width: 15em;
  -webkit-transition: width 0.3s ease-out;
  -moz-transition: width 0.3s ease-out;
  -o-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
}

/* line 64, ../../support/sass/master.sass */
.primary-navigation {
  margin: -172px 20px -5px 220px;
}
/* line 1, ../../support/sass/_navigation.sass */
.primary-navigation {
  margin: -4px 20px -5px 220px;
  overflow: auto;
  padding: 20px 0;
  position: absolute;
}
/* line 7, ../../support/sass/_navigation.sass */
.primary-navigation li {
  float: left;
}
/* line 10, ../../support/sass/_navigation.sass */
.primary-navigation a {
  color: #666666;
  font-family: "Helvetica Neue";
  font-weight: lighter;
  text-decoration: none;
  font-size: 1.5em;
  letter-spacing: 1px;
  display: block;
  padding: 0.5em 0.7em 0.6em;
  margin: -0.3em 0.4em;
  text-transform: uppercase;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid transparent;
  text-shadow: 0px 1px 0px white;
}
/* line 25, ../../support/sass/_navigation.sass */
.primary-navigation a:hover {
  border-color: #d6d6d6;
  -webkit-box-shadow: inset 0 0 5px #dddddd;
  -moz-box-shadow: inset 0 0 5px #dddddd;
  box-shadow: inset 0 0 5px #dddddd;
  background: #eeeeee;
}
/* line 30, ../../support/sass/_navigation.sass */
.primary-navigation li + li {
  border-left: 1px solid #dddddd;
}

/* line 1, ../../support/sass/_sidebar.sass */
.sidebar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.3em;
  background: whitesmoke;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid lightgrey;
  position: absolute;
  top: 188px;
  width: 1032px;
  padding: 28px 0 2.2em 20px;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -webkit-box-shadow: #dddddd 0px 1px 1px;
  -moz-box-shadow: #dddddd 0px 1px 1px;
  box-shadow: #dddddd 0px 1px 1px;
}
/* line 15, ../../support/sass/_sidebar.sass */
.sidebar > * {
  max-width: 180px;
}
/* line 18, ../../support/sass/_sidebar.sass */
.sidebar .widget {
  margin-top: 2em;
  line-height: 1.4em;
  color: #666666;
  text-shadow: white, 0px 1px 0px;
}
/* line 24, ../../support/sass/_sidebar.sass */
.sidebar .widget:first-child {
  margin-top: 0;
}
/* line 27, ../../support/sass/_sidebar.sass */
.sidebar em {
  font-style: italic;
}
/* line 31, ../../support/sass/_sidebar.sass */
.sidebar .secondary-navigation ul {
  border-top: 1px solid #e3e3e3;
}
/* line 34, ../../support/sass/_sidebar.sass */
.sidebar .secondary-navigation li {
  border-bottom: 1px solid #e3e3e3;
  line-height: 18px;
}
/* line 38, ../../support/sass/_sidebar.sass */
.sidebar .secondary-navigation li.active > a, .sidebar .secondary-navigation li.ancestor > a {
  color: #333333;
  font-weight: bold;
  background-position: 100% 50%;
}
/* line 44, ../../support/sass/_sidebar.sass */
.sidebar .secondary-navigation li.active > a:hover, .sidebar .secondary-navigation li.ancestor > a:hover {
  background-color: transparent;
}
/* line 47, ../../support/sass/_sidebar.sass */
.sidebar .secondary-navigation a {
  color: #3b5998;
  padding: 6px 6px 6px 10px;
  text-decoration: none;
  display: block;
  background-image: url("../images/arrow-right.png");
  background-repeat: no-repeat;
  background-position: 100% 150%;
}
/* line 56, ../../support/sass/_sidebar.sass */
.sidebar .secondary-navigation a:hover {
  background-color: #f8f8f8;
  background-position: 100% 50%;
  color: #162138;
}
/* line 61, ../../support/sass/_sidebar.sass */
.sidebar .secondary-navigation ul ul {
  border: 0;
  padding-left: 20px;
  padding-bottom: 5px;
}
/* line 66, ../../support/sass/_sidebar.sass */
.sidebar .secondary-navigation ul ul li {
  border: 0;
}
/* line 69, ../../support/sass/_sidebar.sass */
.sidebar .secondary-navigation ul ul li.active > a, .sidebar .secondary-navigation ul ul li.ancestor > a {
  font-weight: bold;
}
/* line 72, ../../support/sass/_sidebar.sass */
.sidebar .secondary-navigation ul ul a {
  background: 0;
  padding: 3px 6px;
  color: #444444;
}
/* line 77, ../../support/sass/_sidebar.sass */
.sidebar .secondary-navigation ul ul a:hover {
  background: 0;
}
/* line 80, ../../support/sass/_sidebar.sass */
.sidebar .twitterbox {
  margin-top: 2em;
  text-align: center;
  line-height: 1.35em;
  color: #666666;
  text-shadow: white, 0px 1px 0px;
}
/* line 87, ../../support/sass/_sidebar.sass */
.sidebar .twitterbox a {
  color: #6381a3;
  text-decoration: none;
}
/* line 91, ../../support/sass/_sidebar.sass */
.sidebar .twitterbox a:hover {
  text-decoration: underline;
}

/* line 1, ../../support/sass/_content-container.sass */
body > section {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: #dfdfdf -1px 0px 7px, #dddddd 0px 1px 1px;
  -moz-box-shadow: #dfdfdf -1px 0px 7px, #dddddd 0px 1px 1px;
  box-shadow: #dfdfdf -1px 0px 7px, #dddddd 0px 1px 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: white url("../images/logo-bg-5.png") no-repeat;
  background-attachment: fixed;
  background-position: bottom right;
  border-bottom: 1px solid lightgrey;
  border-left: 1px solid lightgrey;
  border-right: 1px solid #d9d9d9;
  border-top: 1px solid lightgrey;
  margin-left: 220px;
  margin-top: 10px;
  padding: 3em 2.5em 1.5em;
  position: relative;
  width: 830px;
}
/* line 74, ../../support/sass/master.sass */
body > section:nth-of-type(1) {
  margin-top: 56px;
}

/* line 77, ../../support/sass/master.sass */
.content {
  /* Exceptions */
}
/* line 1, ../../support/sass/_content.sass */
.content {
  font-size: 1.2em;
  line-height: 1.7em;
}
/* line 5, ../../support/sass/_content.sass */
.content h1 {
  font-size: 2em;
  color: #333333;
}
/* line 9, ../../support/sass/_content.sass */
.content h2 {
  font-weight: bold;
  font-size: 1.3em;
  margin-top: 1.53846em;
  margin-bottom: 0.76923em;
  color: #333333;
}
/* line 16, ../../support/sass/_content.sass */
.content a {
  color: #3b5998;
  text-decoration: none;
}
/* line 20, ../../support/sass/_content.sass */
.content a:hover {
  text-decoration: underline;
}
/* line 23, ../../support/sass/_content.sass */
.content hr {
  border: 0;
  border-top: 1px solid #dddddd;
  margin: 1.5em 0;
}
/* line 28, ../../support/sass/_content.sass */
.content p {
  margin: 1em 0;
  text-align: justify;
}
/* line 32, ../../support/sass/_content.sass */
.content ul {
  list-style-type: disc;
  padding: 0 0 0 2em;
}
/* line 36, ../../support/sass/_content.sass */
.content em {
  font-style: italic;
}
/* line 39, ../../support/sass/_content.sass */
.content strong {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8);
}
/* line 1, ../../support/sass/_tables.sass */
.content .table {
  border: 1px solid #eeeeee;
  padding: 1px;
}
/* line 5, ../../support/sass/_tables.sass */
.content table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
}
/* line 11, ../../support/sass/_tables.sass */
.content table tr th, .content table tr td {
  border: 1px solid #dddddd;
  padding: 0.3em 0.7em;
}
/* line 15, ../../support/sass/_tables.sass */
.content table tr th + th, .content table tr th + td, .content table tr td + th, .content table tr td + td {
  border-left: 0;
}
/* line 19, ../../support/sass/_tables.sass */
.content table tr + tr th, .content table tr + tr td {
  border-top: 0;
}
/* line 22, ../../support/sass/_tables.sass */
.content table tr th {
  font-weight: bold;
  background: #f6f6f6;
  color: #444444;
}
/* line 27, ../../support/sass/_tables.sass */
.content table tfoot {
  border-top: 5px solid white;
  border-top: 5px solid white;
}
/* line 47, ../../support/sass/_content.sass */
.content .breadcrumbs {
  padding: 0;
  margin-top: 5px;
}
/* line 51, ../../support/sass/_content.sass */
.content .breadcrumbs li {
  display: inline;
}
/* line 54, ../../support/sass/_content.sass */
.content .breadcrumbs li + li:before {
  content: " › ";
}
/* line 4, ../../support/sass/_forms.sass */
.content input[type=text],
.content input[type=password] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.4em 0.6em;
  margin: 0;
  min-width: 13em;
}
/* line 11, ../../support/sass/_forms.sass */
.content label {
  display: inline-block;
  width: 10em;
  color: #555555;
  text-align: right;
  padding-right: 0.5em;
}
/* line 18, ../../support/sass/_forms.sass */
.content form p label:only-child {
  width: auto;
  margin-left: 10.7em;
  text-align: left;
  position: relative;
  padding-left: 2em;
}
/* line 25, ../../support/sass/_forms.sass */
.content form p label:only-child input[type=checkbox] {
  display: block;
  position: absolute;
  left: 0;
}
/* line 31, ../../support/sass/_forms.sass */
.content form fieldset {
  margin: 1em 0;
}
/* line 34, ../../support/sass/_forms.sass */
.content form p, .content form li {
  padding: 1em;
  margin: 0;
}
/* line 38, ../../support/sass/_forms.sass */
.content form p + p, .content form p + fieldset.composite, .content form li + p, .content form li + fieldset.composite {
  border-top: 1px solid #eeeeee;
}
/* line 41, ../../support/sass/_forms.sass */
.content form p:not(.error).focus, .content form li:not(.error).focus {
  background: rgba(255, 255, 0, 0.1);
}
/* line 44, ../../support/sass/_forms.sass */
.content form p:not(.error).focus label, .content form li:not(.error).focus label {
  color: #2c261a;
}
/* line 57, ../../support/sass/_forms.sass */
.content form button[type=submit], .content form .button {
  margin-left: 10.8em;
}
/* line 60, ../../support/sass/_forms.sass */
.content form button {
  margin-top: 0.5em;
}
/* line 63, ../../support/sass/_forms.sass */
.content form input + button {
  margin-left: 1em;
}
/* line 68, ../../support/sass/_forms.sass */
.content form.confirmation p {
  border: 0;
  text-align: justify;
  width: 80%;
  max-width: 600px;
  margin: 1em auto;
  padding: 0;
}
/* line 76, ../../support/sass/_forms.sass */
.content form.confirmation p:first-of-type {
  color: #444444;
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 2em;
}
/* line 82, ../../support/sass/_forms.sass */
.content form.confirmation p:last-of-type {
  text-align: center;
  padding-top: 1em;
}
/* line 86, ../../support/sass/_forms.sass */
.content form.confirmation button {
  margin: 0 0.8em;
  width: 14em;
}
/* line 90, ../../support/sass/_forms.sass */
.content select {
  font-size: 1.3em;
}
/* line 93, ../../support/sass/_forms.sass */
.content fieldset.composite {
  padding: 1em 0 1.2em 11.9em;
  position: relative;
  margin: 0;
}
/* line 98, ../../support/sass/_forms.sass */
.content fieldset.composite legend {
  width: 10em;
  color: #555555;
  text-align: right;
  position: absolute;
  left: 1em;
  top: 1.3em;
}
/* line 106, ../../support/sass/_forms.sass */
.content fieldset.composite label {
  padding: 0;
  width: auto;
  color: #777777;
  display: block;
  font-size: 0.8em;
  text-align: left;
  position: absolute;
  top: 2.3em;
  left: 0px;
}
/* line 117, ../../support/sass/_forms.sass */
.content fieldset.composite div {
  float: left;
  margin-right: 0.5em;
}
/* line 135, ../../support/sass/_forms.sass */
.content fieldset.composite p {
  position: relative;
  padding: 0 0 0.5em 0;
}
/* line 139, ../../support/sass/_forms.sass */
.content fieldset.composite.focus {
  background: rgba(255, 255, 0, 0.1);
}
/* line 142, ../../support/sass/_forms.sass */
.content fieldset.composite.focus legend {
  color: #2c261a;
}
/* line 145, ../../support/sass/_forms.sass */
.content fieldset.composite.error {
  background: #ffeeee;
}
/* line 148, ../../support/sass/_forms.sass */
.content fieldset.composite + p, .content fieldset.composite + fieldset.composite {
  border-top: 1px solid #eeeeee;
}
/* line 151, ../../support/sass/_forms.sass */
.content fieldset.composite .errorlist {
  margin: 0 0 0 -12em;
}
/* line 154, ../../support/sass/_forms.sass */
.content fieldset.composite .errorlist li {
  margin: 0;
}
/* line 157, ../../support/sass/_forms.sass */
.content fieldset.composite .errorlist + p {
  border-top: 0;
  background: none;
}
/* line 161, ../../support/sass/_forms.sass */
.content fieldset.composite legend + .errorlist {
  margin-top: 0;
}
/* line 164, ../../support/sass/_forms.sass */
.content textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 7px;
  line-height: 1.5em;
}
/* line 169, ../../support/sass/_forms.sass */
.content textarea.max {
  width: 100%;
}
/* line 173, ../../support/sass/_forms.sass */
.content .formerror {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #99292c;
  background: #ffe2e2;
  margin: 0;
  padding: 0.5em 1em;
  border: 1px solid #d49095;
  text-align: center;
}
/* line 182, ../../support/sass/_forms.sass */
.content .errorlist {
  color: #99292c;
  background: #ffe2e2;
  margin: 0;
  padding: 0.5em 1em 0.5em 13em;
  border-bottom: 1px solid #b1787a;
  counter-reset: errorlist;
}
/* line 190, ../../support/sass/_forms.sass */
.content .errorlist li {
  padding: 0;
  margin-left: 0;
  counter-increment: errorlist;
  list-style-type: none;
  margin-left: -1.2em;
}
/* line 197, ../../support/sass/_forms.sass */
.content .errorlist li:before {
  content: counter(errorlist, decimal-leading-zero) ".";
  padding-right: 0.6em;
  color: #c76b6d;
  font-size: 0.8em;
}
/* line 203, ../../support/sass/_forms.sass */
.content .errorlist li span {
  color: #c76b6d;
  font-size: 0.8em;
  padding-left: 1em;
}
/* line 208, ../../support/sass/_forms.sass */
.content .errorlist li span:before {
  content: "(";
  padding-right: 1px;
}
/* line 212, ../../support/sass/_forms.sass */
.content .errorlist li span:after {
  content: ")";
  padding-left: 1px;
}
/* line 216, ../../support/sass/_forms.sass */
.content .errorlist li:only-child:before {
  display: none;
}
/* line 219, ../../support/sass/_forms.sass */
.content .error {
  border-top: 1px solid white;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background: #ffeeee;
}
/* line 225, ../../support/sass/_forms.sass */
.content form .error + p, .content form .error + fieldset.composite {
  border-top: none;
}
/* line 228, ../../support/sass/_forms.sass */
.content .error + .errorlist, .content .error + .error {
  margin-top: 4px;
}
/* line 232, ../../support/sass/_forms.sass */
.content form.yesno {
  text-align: center;
  margin-top: 2em;
}
/* line 236, ../../support/sass/_forms.sass */
.content form.yesno button, .content form.yesno .button {
  width: 10em;
  margin-left: 0;
}
/* line 240, ../../support/sass/_forms.sass */
.content form.yesno button + button, .content form.yesno button + .button, .content form.yesno .button + button, .content form.yesno .button + .button {
  margin-left: 0.6em;
}
/* line 247, ../../support/sass/_forms.sass */
.content form.enroll .email input, .content form.edit-member .email input, .content form.announce .email input {
  width: 26.6em;
}
/* line 250, ../../support/sass/_forms.sass */
.content form.enroll .street input, .content form.edit-member .street input, .content form.announce .street input {
  width: 22em;
}
/* line 253, ../../support/sass/_forms.sass */
.content form.enroll .street_number input, .content form.edit-member .street_number input, .content form.announce .street_number input {
  min-width: 0em;
  width: 4em;
}
/* line 257, ../../support/sass/_forms.sass */
.content form.enroll .zip_code input, .content form.edit-member .zip_code input, .content form.announce .zip_code input {
  min-width: 0em;
  width: 6em;
}
/* line 261, ../../support/sass/_forms.sass */
.content form.enroll .city input, .content form.edit-member .city input, .content form.announce .city input {
  width: 20em;
}
/* line 264, ../../support/sass/_forms.sass */
.content form.enroll .smart-addresses, .content form.edit-member .smart-addresses, .content form.announce .smart-addresses {
  display: inline;
  margin: 0;
  padding: 0;
}
/* line 269, ../../support/sass/_forms.sass */
.content form.enroll .smart-addresses li, .content form.edit-member .smart-addresses li, .content form.announce .smart-addresses li {
  padding: 0;
  display: inline;
}
/* line 273, ../../support/sass/_forms.sass */
.content form.enroll .smart-addresses button, .content form.edit-member .smart-addresses button, .content form.announce .smart-addresses button {
  margin-left: 0.5em;
}
/* line 276, ../../support/sass/_forms.sass */
.content form.edit-member button {
  margin-top: 0.7em;
}

/* line 1, ../../support/sass/_messages.sass */
.messages {
  margin-bottom: 0;
  padding: 0.7em 0;
  background-color: rgba(255, 255, 130, 0.7);
  overflow: hidden;
}
/* line 7, ../../support/sass/_messages.sass */
.messages ul {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.4);
  margin: 0 -2em;
  padding: 0.2em 2em;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  background: rgba(255, 255, 255, 0.7);
}
/* line 15, ../../support/sass/_messages.sass */
.messages ul li {
  margin: 0;
  cursor: default;
  padding: 0.4em 2em 0.3em;
  display: block;
  border-bottom: 1px solid #f8f3ca;
  color: #2c261a;
}
/* line 23, ../../support/sass/_messages.sass */
.messages ul li:last-child {
  border-bottom: 0;
}
/* line 26, ../../support/sass/_messages.sass */
.messages ul li + li {
  border-top: 1px solid white;
}
/* line 29, ../../support/sass/_messages.sass */
.messages ul li:hover {
  background-color: rgba(255, 255, 0, 0.1);
}
/* line 32, ../../support/sass/_messages.sass */
.messages ul li + li:hover {
  border-top-color: rgba(255, 255, 255, 0.8);
}

/* line 1, ../../support/sass/_buttons.sass */
button, .button, a.button:visited, a.button:link {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 1px 1px 1px #eeeeee;
  -moz-box-shadow: 1px 1px 1px #eeeeee;
  box-shadow: 1px 1px 1px #eeeeee;
  display: inline-block;
  font-weight: bold;
  padding: 1px;
  color: #5a5a5a;
  border: 1px solid #c6c6c6;
  background: white;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-size: 1.1em;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Geneva", "Verdana", "sans-serif";
  -moz-appearance: none;
}
/* line 18, ../../support/sass/_buttons.sass */
button::-moz-focus-inner, .button::-moz-focus-inner, a.button:visited::-moz-focus-inner, a.button:link::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* line 22, ../../support/sass/_buttons.sass */
button.negative, .button.negative, a.button:visited.negative, a.button:link.negative {
  border-color: #c98f90;
  color: #892f31;
}
/* line 26, ../../support/sass/_buttons.sass */
button.negative.small, .button.negative.small, a.button:visited.negative.small, a.button:link.negative.small {
  color: #9b4d4f;
}
/* line 29, ../../support/sass/_buttons.sass */
button.negative span, .button.negative span, a.button:visited.negative span, a.button:link.negative span {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdc3c5), color-stop(100%, #e28588));
  background-image: -webkit-linear-gradient(#fdc3c5, #e28588);
  background-image: -moz-linear-gradient(#fdc3c5, #e28588);
  background-image: -o-linear-gradient(#fdc3c5, #e28588);
  background-image: linear-gradient(#fdc3c5, #e28588);
  text-shadow: 0 1px 0 #ffbbbc;
}
/* line 33, ../../support/sass/_buttons.sass */
button:visited, .button:visited, a.button:visited:visited, a.button:link:visited {
  color: #5a5a5a;
}
/* line 36, ../../support/sass/_buttons.sass */
button span, .button span, a.button:visited span, a.button:link span {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #dddddd));
  background-image: -webkit-linear-gradient(#eeeeee, #dddddd);
  background-image: -moz-linear-gradient(#eeeeee, #dddddd);
  background-image: -o-linear-gradient(#eeeeee, #dddddd);
  background-image: linear-gradient(#eeeeee, #dddddd);
  text-shadow: 0 1px 0 white;
  line-height: 1.9em;
  padding: 0.05em 1em 0.05em 1em;
  display: block;
  width: 100%;
}
/* line 46, ../../support/sass/_buttons.sass */
button.small, .button.small, a.button:visited.small, a.button:link.small {
  font-size: 0.9em;
}
/* line 49, ../../support/sass/_buttons.sass */
button.small span, .button.small span, a.button:visited.small span, a.button:link.small span {
  line-height: 1.8em;
}
/* line 52, ../../support/sass/_buttons.sass */
button:not([disabled]), button:not(.disabled), .button:not([disabled]), .button:not(.disabled), a.button:visited:not([disabled]), a.button:visited:not(.disabled), a.button:link:not([disabled]), a.button:link:not(.disabled) {
  -webkit-user-focus: ignore;
  -moz-user-focus: ignore;
  user-focus: ignore;
}
/* line 57, ../../support/sass/_buttons.sass */
button:not([disabled]):hover, button:not([disabled]):focus, button:not(.disabled):hover, button:not(.disabled):focus, .button:not([disabled]):hover, .button:not([disabled]):focus, .button:not(.disabled):hover, .button:not(.disabled):focus, a.button:visited:not([disabled]):hover, a.button:visited:not([disabled]):focus, a.button:visited:not(.disabled):hover, a.button:visited:not(.disabled):focus, a.button:link:not([disabled]):hover, a.button:link:not([disabled]):focus, a.button:link:not(.disabled):hover, a.button:link:not(.disabled):focus {
  border: 1px solid #aaaaaa;
  background: white;
}
/* line 61, ../../support/sass/_buttons.sass */
button:not([disabled]):hover span, button:not([disabled]):focus span, button:not(.disabled):hover span, button:not(.disabled):focus span, .button:not([disabled]):hover span, .button:not([disabled]):focus span, .button:not(.disabled):hover span, .button:not(.disabled):focus span, a.button:visited:not([disabled]):hover span, a.button:visited:not([disabled]):focus span, a.button:visited:not(.disabled):hover span, a.button:visited:not(.disabled):focus span, a.button:link:not([disabled]):hover span, a.button:link:not([disabled]):focus span, a.button:link:not(.disabled):hover span, a.button:link:not(.disabled):focus span {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #c8c8c8));
  background-image: -webkit-linear-gradient(#eeeeee, #c8c8c8);
  background-image: -moz-linear-gradient(#eeeeee, #c8c8c8);
  background-image: -o-linear-gradient(#eeeeee, #c8c8c8);
  background-image: linear-gradient(#eeeeee, #c8c8c8);
}
/* line 64, ../../support/sass/_buttons.sass */
button:not([disabled]):active span, button:not(.disabled):active span, .button:not([disabled]):active span, .button:not(.disabled):active span, a.button:visited:not([disabled]):active span, a.button:visited:not(.disabled):active span, a.button:link:not([disabled]):active span, a.button:link:not(.disabled):active span {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dddddd), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#dddddd, #eeeeee);
  background-image: -moz-linear-gradient(#dddddd, #eeeeee);
  background-image: -o-linear-gradient(#dddddd, #eeeeee);
  background-image: linear-gradient(#dddddd, #eeeeee);
  color: #777777;
  text-shadow: 0 -1px 0 white;
}
/* line 70, ../../support/sass/_buttons.sass */
button:not([disabled]).negative:hover, button:not([disabled]).negative:focus, button:not(.disabled).negative:hover, button:not(.disabled).negative:focus, .button:not([disabled]).negative:hover, .button:not([disabled]).negative:focus, .button:not(.disabled).negative:hover, .button:not(.disabled).negative:focus, a.button:visited:not([disabled]).negative:hover, a.button:visited:not([disabled]).negative:focus, a.button:visited:not(.disabled).negative:hover, a.button:visited:not(.disabled).negative:focus, a.button:link:not([disabled]).negative:hover, a.button:link:not([disabled]).negative:focus, a.button:link:not(.disabled).negative:hover, a.button:link:not(.disabled).negative:focus {
  border-color: #cb7b7c;
  color: #8d3d3f;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 16px;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 16px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 16px;
}
/* line 75, ../../support/sass/_buttons.sass */
button:not([disabled]).negative:hover span, button:not([disabled]).negative:focus span, button:not(.disabled).negative:hover span, button:not(.disabled).negative:focus span, .button:not([disabled]).negative:hover span, .button:not([disabled]).negative:focus span, .button:not(.disabled).negative:hover span, .button:not(.disabled).negative:focus span, a.button:visited:not([disabled]).negative:hover span, a.button:visited:not([disabled]).negative:focus span, a.button:visited:not(.disabled).negative:hover span, a.button:visited:not(.disabled).negative:focus span, a.button:link:not([disabled]).negative:hover span, a.button:link:not([disabled]).negative:focus span, a.button:link:not(.disabled).negative:hover span, a.button:link:not(.disabled).negative:focus span {
  text-shadow: 0 1px 0 #ffa6a7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdb5b7), color-stop(100%, #d57c7f));
  background-image: -webkit-linear-gradient(#fdb5b7, #d57c7f);
  background-image: -moz-linear-gradient(#fdb5b7, #d57c7f);
  background-image: -o-linear-gradient(#fdb5b7, #d57c7f);
  background-image: linear-gradient(#fdb5b7, #d57c7f);
}
/* line 80, ../../support/sass/_buttons.sass */
button:not([disabled]).negative:active span, button:not(.disabled).negative:active span, .button:not([disabled]).negative:active span, .button:not(.disabled).negative:active span, a.button:visited:not([disabled]).negative:active span, a.button:visited:not(.disabled).negative:active span, a.button:link:not([disabled]).negative:active span, a.button:link:not(.disabled).negative:active span {
  color: #b0575a;
  text-shadow: 0 -1px 0 #ffabac;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e28588), color-stop(100%, #fdc3c5));
  background-image: -webkit-linear-gradient(#e28588, #fdc3c5);
  background-image: -moz-linear-gradient(#e28588, #fdc3c5);
  background-image: -o-linear-gradient(#e28588, #fdc3c5);
  background-image: linear-gradient(#e28588, #fdc3c5);
}
/* line 85, ../../support/sass/_buttons.sass */
button[disabled], button.disabled, .button[disabled], .button.disabled, a.button:visited[disabled], a.button:visited.disabled, a.button:link[disabled], a.button:link.disabled {
  opacity: 0.8;
  cursor: default;
  border-color: #cccccc;
}
/* line 90, ../../support/sass/_buttons.sass */
button[disabled] span, button.disabled span, .button[disabled] span, .button.disabled span, a.button:visited[disabled] span, a.button:visited.disabled span, a.button:link[disabled] span, a.button:link.disabled span {
  color: #999999;
}

/* line 94, ../../support/sass/_buttons.sass */
.chooser {
  border-bottom: 1px solid transparent;
  display: inline-block;
  position: relative;
  width: 150px;
  margin: 0 0 -1px 0;
}
/* line 101, ../../support/sass/_buttons.sass */
.chooser legend {
  display: none;
}
/* line 104, ../../support/sass/_buttons.sass */
.chooser.open {
  border-bottom-color: #c6c6c6;
  margin-bottom: 0;
}
/* line 108, ../../support/sass/_buttons.sass */
.chooser.open button {
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom: 0;
  padding-bottom: 0;
}
/* line 113, ../../support/sass/_buttons.sass */
.chooser.open button:hover {
  border-color: #c6c6c6;
}
/* line 116, ../../support/sass/_buttons.sass */
.chooser.open button span {
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #c8c8c8));
  background-image: -webkit-linear-gradient(#eeeeee, #c8c8c8);
  background-image: -moz-linear-gradient(#eeeeee, #c8c8c8);
  background-image: -o-linear-gradient(#eeeeee, #c8c8c8);
  background-image: linear-gradient(#eeeeee, #c8c8c8);
  padding-bottom: 0.1em;
}
/* line 121, ../../support/sass/_buttons.sass */
.chooser.open ol {
  display: block;
}
/* line 124, ../../support/sass/_buttons.sass */
.chooser button {
  margin: 0;
  vertical-align: -1px;
  margin-bottom: -1px;
}
/* line 129, ../../support/sass/_buttons.sass */
.chooser button span:after {
  content: " ▾";
}
/* line 132, ../../support/sass/_buttons.sass */
.chooser ol {
  top: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 100%;
  position: absolute;
  -webkit-box-shadow: 1px 1px 1px #eeeeee;
  -moz-box-shadow: 1px 1px 1px #eeeeee;
  box-shadow: 1px 1px 1px #eeeeee;
  background: #eeeeee;
  display: none;
  border: 1px solid #c6c6c6;
  border-top: 0;
  margin-top: 1px;
}
/* line 145, ../../support/sass/_buttons.sass */
.chooser ol li {
  border-left: 1px solid white;
  border-right: 1px solid white;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
/* line 150, ../../support/sass/_buttons.sass */
.chooser ol li:first-child {
  border-top: 1px solid white;
}
/* line 153, ../../support/sass/_buttons.sass */
.chooser ol li:last-child {
  border-bottom: 1px solid white;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 157, ../../support/sass/_buttons.sass */
.chooser ol label {
  text-align: left;
  padding: 0.4em 0.5em;
  margin: 0;
  width: auto;
  display: block;
  color: #333333;
  font-size: 0.9em;
  text-decoration: none;
}
/* line 167, ../../support/sass/_buttons.sass */
.chooser ol label:hover {
  background: rgba(128, 128, 128, 0.1);
}
/* line 170, ../../support/sass/_buttons.sass */
.chooser ol input {
  display: none;
}
/* line 173, ../../support/sass/_buttons.sass */
.chooser ol input + label:before {
  content: "✓";
  padding: 0 0.48em 0 0.3em;
  text-align: center;
  visibility: hidden;
}
/* line 179, ../../support/sass/_buttons.sass */
.chooser ol input:checked + label:before {
  visibility: visible;
}

/* line 2, ../../support/sass/_layouts.sass */
.fixed > header, .fixed > .primary-navigation, .fixed > .searchbox, .fixed > aside.sidebar {
  position: fixed;
}

/* line 6, ../../support/sass/_layouts.sass */
.wide {
  padding-left: 240px;
  padding-right: 20px;
  max-width: none;
}
/* line 11, ../../support/sass/_layouts.sass */
.wide > .primary-navigation {
  margin-left: 0;
}
/* line 14, ../../support/sass/_layouts.sass */
.wide > .sidebar {
  margin-left: 0px;
  top: 188px;
  left: 20px;
  width: auto;
  right: 40px;
}
/* line 21, ../../support/sass/_layouts.sass */
.wide > .searchbox {
  margin-right: 40px;
  margin: 16px 0 0 0;
  right: 60px;
}
/* line 26, ../../support/sass/_layouts.sass */
.wide > footer {
  width: auto;
  padding-left: 0;
}
/* line 30, ../../support/sass/_layouts.sass */
.wide > header {
  width: auto;
  margin-left: 0px;
  margin-right: 0px;
  left: 20px;
  right: 40px;
}
/* line 38, ../../support/sass/_layouts.sass */
.wide > header > aside.sidebar {
  margin-left: -220px;
}
/* line 41, ../../support/sass/_layouts.sass */
.wide > .main {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-left: 0;
}

/* line 4, ../../support/sass/_calendar.sass */
table.calendar td ul li.calendar-1 {
  background: #216382;
}

/* line 8, ../../support/sass/_calendar.sass */
nav.calendar-nav ul {
  font-size: 1.2em;
  width: 100%;
  margin: 1.5em 0;
  padding: 0;
  overflow: auto;
}
/* line 15, ../../support/sass/_calendar.sass */
nav.calendar-nav ul li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  width: 50%;
  text-align: right;
}
/* line 22, ../../support/sass/_calendar.sass */
nav.calendar-nav ul a {
  display: inline-block;
  padding: 1px 5px;
  margin-right: 8%;
}
/* line 27, ../../support/sass/_calendar.sass */
nav.calendar-nav ul li + li {
  text-align: left;
  padding-right: 0;
}
/* line 31, ../../support/sass/_calendar.sass */
nav.calendar-nav ul li + li a {
  margin-right: 0;
  margin-left: 4%;
}
/* line 35, ../../support/sass/_calendar.sass */
nav.calendar-nav ul li + li:before {
  content: "♦";
  color: #cccccc;
  width: 8%;
  margin-left: -4%;
  text-align: center;
  display: inline-block;
}

/* line 43, ../../support/sass/_calendar.sass */
.content nav.calendar-nav + .table {
  border: 1px solid #eeeeee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-top: 2.7em;
  padding: 1px;
}

/* line 50, ../../support/sass/_calendar.sass */
table.calendar {
  position: relative;
  padding: 0;
  border-spacing: 0px;
}
/* line 55, ../../support/sass/_calendar.sass */
table.calendar tr:first-child td:first-child {
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
}
/* line 58, ../../support/sass/_calendar.sass */
table.calendar tr:first-child td:last-child {
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
}
/* line 61, ../../support/sass/_calendar.sass */
table.calendar tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
/* line 64, ../../support/sass/_calendar.sass */
table.calendar tr:last-child td:last-child {
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
/* line 67, ../../support/sass/_calendar.sass */
table.calendar td.empty {
  background: rgba(153, 153, 153, 0.1);
}
/* line 69, ../../support/sass/_calendar.sass */
table.calendar td.empty span {
  color: #cccccc;
}
/* line 72, ../../support/sass/_calendar.sass */
table.calendar thead {
  top: -2em;
  left: 2px;
  right: 2px;
  position: absolute;
  display: table;
}
/* line 79, ../../support/sass/_calendar.sass */
table.calendar thead tr {
  display: table-row;
}
/* line 82, ../../support/sass/_calendar.sass */
table.calendar thead th {
  background: none;
  width: 101px;
  border: 0;
  color: #999999;
  font-weight: normal;
  font-size: 0.8em;
}
/* line 90, ../../support/sass/_calendar.sass */
table.calendar th {
  border: 0;
  color: #999999;
  text-align: center;
  font-size: 0.8em;
  padding: 0;
}
/* line 97, ../../support/sass/_calendar.sass */
table.calendar td {
  height: 90px;
  width: 14.285%;
  vertical-align: top;
  font-size: 0.8em;
  overflow: hidden;
  position: relative;
}
/* line 105, ../../support/sass/_calendar.sass */
table.calendar td:hover {
  overflow: visible;
}
/* line 108, ../../support/sass/_calendar.sass */
table.calendar td > span {
  display: block;
  color: #666666;
}
/* line 112, ../../support/sass/_calendar.sass */
table.calendar td:not(.empty):hover {
  background: rgba(249, 255, 74, 0.15);
}
/* line 115, ../../support/sass/_calendar.sass */
table.calendar td:not(.empty):hover:hover ul {
  width: auto;
  right: auto;
  max-height: 1000px;
  min-width: 104px;
  z-index: 1000;
}
/* line 122, ../../support/sass/_calendar.sass */
table.calendar td:not(.empty):hover:hover ul span {
  display: inline;
}
/* line 125, ../../support/sass/_calendar.sass */
table.calendar td:not(.empty):hover:hover ul li:nth-child(3) {
  display: none;
}
/* line 128, ../../support/sass/_calendar.sass */
table.calendar td:not(.empty):hover:hover ul li:last-child {
  display: block;
}
/* line 131, ../../support/sass/_calendar.sass */
table.calendar td:not(.empty):hover:hover ul li:nth-child(n+4) {
  display: block;
}
/* line 134, ../../support/sass/_calendar.sass */
table.calendar ul {
  max-height: 70px;
  overflow-y: hidden;
  padding: 0;
  margin: 0 auto;
  position: absolute;
  left: 2px;
  right: 2px;
  border: 1px solid white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 145, ../../support/sass/_calendar.sass */
table.calendar ul li {
  background: #154b84;
  line-height: 1.4em;
  white-space: nowrap;
  padding: 0;
  overflow: hidden;
}
/* line 152, ../../support/sass/_calendar.sass */
table.calendar ul li a {
  color: white;
  display: block;
  overflow: hidden;
  text-decoration: none;
  padding: 3px 5px;
  text-overflow: ellipsis;
}
/* line 160, ../../support/sass/_calendar.sass */
table.calendar ul li a:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.2);
}
/* line 164, ../../support/sass/_calendar.sass */
table.calendar ul li:first-child {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 167, ../../support/sass/_calendar.sass */
table.calendar ul li:last-child, table.calendar ul li:nth-child(3) {
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 171, ../../support/sass/_calendar.sass */
table.calendar ul li:hover {
  background: rgba(255, 255, 255, 0.1);
}
/* line 174, ../../support/sass/_calendar.sass */
table.calendar ul li + li {
  margin-top: 1px;
}
/* line 177, ../../support/sass/_calendar.sass */
table.calendar ul li:nth-child(n+4) {
  display: none;
}
/* line 180, ../../support/sass/_calendar.sass */
table.calendar ul li.more {
  text-align: center;
  padding-top: 0;
  color: rgba(255, 255, 255, 0.6);
  padding-bottom: 6px;
  line-height: 12px;
  font-weight: bold;
  font-size: 1.3em;
}

/* line 191, ../../support/sass/_calendar.sass */
.event-details article {
  overflow: hidden;
}
/* line 194, ../../support/sass/_calendar.sass */
.event-details article .location {
  float: right;
  margin-left: 17px;
  position: relative;
}
/* line 199, ../../support/sass/_calendar.sass */
.event-details article .location a {
  display: block;
  position: absolute;
  color: inherit;
  left: 40px;
  right: 40px;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.5);
  bottom: 70px;
  padding: 0.5rem 1rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 3px 3px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 3px 3px 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0 3px 3px 0;
}
/* line 213, ../../support/sass/_calendar.sass */
.event-details article .location a:after, .event-details article .location a:before {
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
  display: block;
  content: " ";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
/* line 225, ../../support/sass/_calendar.sass */
.event-details article .location a:before {
  border-top: 6px solid rgba(0, 0, 0, 0.5);
}
/* line 228, ../../support/sass/_calendar.sass */
.event-details article .location a:after {
  bottom: -5px;
  border-top: 6px solid white;
}
/* line 232, ../../support/sass/_calendar.sass */
.event-details article .location a address {
  color: #444444;
}
/* line 235, ../../support/sass/_calendar.sass */
.event-details article .location a:hover {
  text-decoration: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 3px 5px 1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 3px 5px 1px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 3px 5px 1px;
}
/* line 239, ../../support/sass/_calendar.sass */
.event-details article h1 {
  font-size: 1.1rem;
  margin-bottom: 0.7rem;
}
/* line 243, ../../support/sass/_calendar.sass */
.event-details article .location + time {
  margin-right: 367px;
}
/* line 246, ../../support/sass/_calendar.sass */
.event-details article time {
  display: block;
  padding: 0.4em 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  color: #999999;
  background: url("../images/calendar.png") no-repeat 3px 50%;
  padding-left: 25px;
}
/* line 255, ../../support/sass/_calendar.sass */
.event-details article time span {
  color: black;
}
/* line 258, ../../support/sass/_calendar.sass */
.event-details article .description {
  max-height: 3em;
  text-overflow: ellipsis;
}
/* line 262, ../../support/sass/_calendar.sass */
.event-details li {
  margin-top: 3rem;
}

/* line 89, ../../support/sass/master.sass */
.content.main .albums {
  overflow: auto;
  margin: 0;
  padding: 0;
}
/* line 94, ../../support/sass/master.sass */
.content.main .albums > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding: 0 0 1.5em 0.75em;
  margin: 0;
  display: block;
}
/* line 102, ../../support/sass/master.sass */
.content.main .albums > li a {
  display: block;
}
/* line 105, ../../support/sass/master.sass */
.content.main .albums > li .block-img {
  float: left;
  margin-right: 1em;
}
/* line 109, ../../support/sass/master.sass */
.content.main .albums > li img {
  display: block;
}
/* line 112, ../../support/sass/master.sass */
.content.main .albums > li strong {
  display: block;
  font-size: 1.2em;
  font-weight: normal;
  color: #3b5998;
}
/* line 118, ../../support/sass/master.sass */
.content.main .albums > li a > span {
  color: #999999;
  display: block;
  text-decoration: none;
}
/* line 123, ../../support/sass/master.sass */
.content.main .albums > li a:hover {
  text-decoration: none;
}
/* line 126, ../../support/sass/master.sass */
.content.main .albums > li a:hover strong {
  text-decoration: underline;
}
/* line 130, ../../support/sass/master.sass */
.content.main .albums > li:nth-child(2n+1) {
  padding-left: 0;
  padding-right: 0.75em;
  text-align: right;
}
/* line 135, ../../support/sass/master.sass */
.content.main .albums > li:nth-child(2n+1) .block-img {
  margin-right: 0;
  margin-left: 1em;
  float: right;
}
/* line 140, ../../support/sass/master.sass */
.content.main .photos {
  margin: 2em -12px 0 0px;
  padding: 0;
  overflow: auto;
}
/* line 145, ../../support/sass/master.sass */
.content.main .photos li {
  margin: 0 12px 12px 0;
  display: block;
  list-style-type: none;
  float: left;
}
/* line 151, ../../support/sass/master.sass */
.content.main .photos li img, .content.main .photos li a {
  display: block;
  padding: 0;
  margin: 0;
}
/* line 156, ../../support/sass/master.sass */
.content.main .single-photo {
  text-align: center;
}
/* line 159, ../../support/sass/master.sass */
.content.main .single-photo > div {
  margin: 1.5em 0;
}
/* line 161, ../../support/sass/master.sass */
.content.main .single-photo > div > span {
  display: inline-block;
}
/* line 164, ../../support/sass/master.sass */
.content.main .single-photo > div > span img {
  display: block;
}
/* line 168, ../../support/sass/master.sass */
.content.main .single-photo nav ul {
  padding: 0;
  margin: 0;
}
/* line 172, ../../support/sass/master.sass */
.content.main .single-photo nav li {
  display: inline;
  color: #888888;
}
/* line 176, ../../support/sass/master.sass */
.content.main .single-photo nav li + li:before {
  content: " ◆ ";
  padding: 0 1em;
  color: #cccccc;
}
/* line 181, ../../support/sass/master.sass */
.content.main .single-photo > p {
  text-align: center;
  color: #666666;
  margin-bottom: 0;
}
/* line 187, ../../support/sass/master.sass */
.content.main .block-img {
  text-align: center;
  margin-bottom: -0.5em;
}
/* line 191, ../../support/sass/master.sass */
.content.main .block-img span {
  display: inline-block;
  position: relative;
}
/* line 195, ../../support/sass/master.sass */
.content.main .block-img span img {
  display: block;
  position: relative;
}
/* line 199, ../../support/sass/master.sass */
.content.main .block-img span:after {
  content: " ";
  text-indent: -1000em;
  -webkit-box-shadow: rgba(255, 255, 255, 0.2) 0 0 0 1px inset;
  -moz-box-shadow: rgba(255, 255, 255, 0.2) 0 0 0 1px inset;
  box-shadow: rgba(255, 255, 255, 0.2) 0 0 0 1px inset;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 6px solid rgba(255, 255, 255, 0.1);
}
/* line 212, ../../support/sass/master.sass */
.content.main a:hover .block-img span:after {
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 0 0 1px inset;
  -moz-box-shadow: rgba(255, 255, 255, 0.4) 0 0 0 1px inset;
  box-shadow: rgba(255, 255, 255, 0.4) 0 0 0 1px inset;
}

/* line 216, ../../support/sass/master.sass */
ul.member-counts {
  display: block;
  padding: 5px 5px 5px 5px;
  margin: 0;
  font-size: 0;
  border: 1px solid #cccccc;
}
/* line 223, ../../support/sass/master.sass */
ul.member-counts li + li {
  margin-left: 5px;
}
/* line 227, ../../support/sass/master.sass */
ul.member-counts li {
  display: inline-block;
  width: 249px;
  text-align: center;
  background: #eeeeee;
  padding: 0;
  margin: 0;
  height: 100px;
}
/* line 235, ../../support/sass/master.sass */
ul.member-counts li div {
  margin: 30px 0 0;
  padding-right: 7px;
  color: #555555;
  font-size: 4rem;
  letter-spacing: -6px;
}
/* line 242, ../../support/sass/master.sass */
ul.member-counts li:last-child {
  width: 248px;
}
/* line 245, ../../support/sass/master.sass */
ul.member-counts li p {
  margin: 17px 0 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.9rem;
  color: #888888;
  font-weight: bold;
}

/* line 258, ../../support/sass/master.sass */
table.active-members tr:hover td, table.active-members tr:hover th {
  background: rgba(255, 255, 0, 0.1);
}
/* line 261, ../../support/sass/master.sass */
table.active-members td:nth-child(1) {
  white-space: nowrap;
}
/* line 263, ../../support/sass/master.sass */
table.active-members td:nth-child(2) {
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 200px;
  overflow: hidden;
}

/* line 273, ../../support/sass/master.sass */
form.edit-member {
  overflow: auto;
}
/* line 276, ../../support/sass/master.sass */
form.edit-member fieldset:last-of-type {
  border-bottom: 1px solid #eeeeee;
}
/* line 279, ../../support/sass/master.sass */
form.edit-member > button:last-child {
  float: right;
  width: 7.5em;
  margin-right: 0.85em;
}

/* line 285, ../../support/sass/master.sass */
.edit-subscriptions .table {
  border: 0;
  padding: 0;
  margin: 0;
}
/* line 290, ../../support/sass/master.sass */
.edit-subscriptions table form {
  padding: 0;
  margin: 0;
}
/* line 294, ../../support/sass/master.sass */
.edit-subscriptions table {
  border-collapse: collapse;
}
/* line 296, ../../support/sass/master.sass */
.edit-subscriptions table thead {
  display: none;
}
/* line 299, ../../support/sass/master.sass */
.edit-subscriptions table tr td {
  padding-top: 0.4em;
  vertical-align: middle;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
/* line 306, ../../support/sass/master.sass */
.edit-subscriptions table tr td > span {
  color: #666666;
}
/* line 309, ../../support/sass/master.sass */
.edit-subscriptions table tr td > span:before {
  content: "— ";
  padding: 0 0.5em;
  color: #bbbbbb;
}
/* line 314, ../../support/sass/master.sass */
.edit-subscriptions table tr:only-child td {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
/* line 318, ../../support/sass/master.sass */
.edit-subscriptions table td:last-child {
  padding-top: 0;
  width: 1%;
}
/* line 323, ../../support/sass/master.sass */
.edit-subscriptions table .empty td p {
  margin: 0.6em 0.4em 0.4em;
  text-align: center;
}
/* line 327, ../../support/sass/master.sass */
.edit-subscriptions button {
  width: 7.5em;
}
/* line 330, ../../support/sass/master.sass */
.edit-subscriptions form {
  padding: 0.3em 0.8em;
  color: #666666;
  text-align: right;
}
/* line 335, ../../support/sass/master.sass */
.edit-subscriptions form select {
  margin-left: 0.5em;
}
/* line 338, ../../support/sass/master.sass */
.edit-subscriptions form button[type=submit] {
  margin-left: 1em;
}

/* line 342, ../../support/sass/master.sass */
.mailing-list form {
  padding: 0.5em 0.8em 0 0;
  margin: -0.5em 0 0 0;
  overflow: auto;
}
/* line 347, ../../support/sass/master.sass */
.mailing-list form p {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  padding-right: 0.8em;
  color: #444444;
}
/* line 354, ../../support/sass/master.sass */
.mailing-list form p em {
  color: black;
}
/* line 357, ../../support/sass/master.sass */
.mailing-list form p + p {
  border: 0;
}
/* line 360, ../../support/sass/master.sass */
.mailing-list form .note {
  font-size: 0.85em;
  line-height: 1.4em;
  max-width: 50em;
  margin-top: 0.5em;
  color: #666666;
  padding-left: 1.5em;
}
/* line 368, ../../support/sass/master.sass */
.mailing-list form .note:before {
  margin-left: -0.8em;
  content: "* ";
  color: red;
}
/* line 373, ../../support/sass/master.sass */
.mailing-list form button {
  width: 7.5em;
  margin-top: -0.2em;
  float: right;
}

/* line 378, ../../support/sass/master.sass */
.delete-member {
  overflow: auto;
}
/* line 381, ../../support/sass/master.sass */
.delete-member .button {
  width: 7.5em;
  float: right;
  margin-right: 0.85em;
}

/* line 1, ../../support/sass/_ticketcorner.sass */
#ticketcorner-list .table,
#ticketcorner-manage .table {
  width: 651px;
}

/* line 5, ../../support/sass/_ticketcorner.sass */
.content table.ticketcorner-events,
.content table.ticketcorner-inscriptions {
  width: 768px;
}
/* line 9, ../../support/sass/_ticketcorner.sass */
.content table.ticketcorner-events input,
.content table.ticketcorner-inscriptions input {
  width: 100%;
}
/* line 12, ../../support/sass/_ticketcorner.sass */
.content table.ticketcorner-events .rank,
.content table.ticketcorner-inscriptions .rank {
  text-align: center;
}
/* line 15, ../../support/sass/_ticketcorner.sass */
.content table.ticketcorner-events th:last-child,
.content table.ticketcorner-inscriptions th:last-child {
  background: none;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
}
/* line 21, ../../support/sass/_ticketcorner.sass */
.content table.ticketcorner-events td:last-child,
.content table.ticketcorner-inscriptions td:last-child {
  width: 100px;
  padding-left: 8px;
  border: 0;
}
/* line 26, ../../support/sass/_ticketcorner.sass */
.content table.ticketcorner-events td:last-child a, .content table.ticketcorner-events td:last-child button,
.content table.ticketcorner-inscriptions td:last-child a,
.content table.ticketcorner-inscriptions td:last-child button {
  width: 100%;
  margin: 0;
}
/* line 30, ../../support/sass/_ticketcorner.sass */
.content table.ticketcorner-events td:last-child button[disabled],
.content table.ticketcorner-inscriptions td:last-child button[disabled] {
  visibility: hidden;
}
/* line 33, ../../support/sass/_ticketcorner.sass */
.content table.ticketcorner-events .errorlist, .content table.ticketcorner-events .errorlist li,
.content table.ticketcorner-inscriptions .errorlist,
.content table.ticketcorner-inscriptions .errorlist li {
  padding: 0;
  margin: 0;
  border: 0;
  background: 0;
}

/* line 48, ../../support/sass/_ticketcorner.sass */
#ticketcorner-remove-inscription .content > p, #ticketcorner-remove-inscription .content > div,
#ticketcorner-closed .content > p,
#ticketcorner-closed .content > div,
#ticketcorner-opened .content > p,
#ticketcorner-opened .content > div {
  text-align: center;
}
/* line 51, ../../support/sass/_ticketcorner.sass */
#ticketcorner-remove-inscription .content > p .button + .button, #ticketcorner-remove-inscription .content > div .button + .button,
#ticketcorner-closed .content > p .button + .button,
#ticketcorner-closed .content > div .button + .button,
#ticketcorner-opened .content > p .button + .button,
#ticketcorner-opened .content > div .button + .button {
  margin-left: 0.5em;
}

/* line 55, ../../support/sass/_ticketcorner.sass */
#ticketcorner-inscription fieldset {
  padding-top: 1em;
}
/* line 58, ../../support/sass/_ticketcorner.sass */
#ticketcorner-inscription fieldset legend {
  font-weight: bold;
  font-size: 1.2em;
}
/* line 62, ../../support/sass/_ticketcorner.sass */
#ticketcorner-inscription fieldset.contact {
  float: left;
  width: 250px;
}
/* line 66, ../../support/sass/_ticketcorner.sass */
#ticketcorner-inscription fieldset.contact input {
  width: 100%;
}
/* line 69, ../../support/sass/_ticketcorner.sass */
#ticketcorner-inscription fieldset.contact .errorlist {
  padding: 0.6em 0 0;
  border: 0;
  background: 0;
}
/* line 74, ../../support/sass/_ticketcorner.sass */
#ticketcorner-inscription fieldset.contact .errorlist li {
  margin: 0;
}
/* line 78, ../../support/sass/_ticketcorner.sass */
#ticketcorner-inscription fieldset.names {
  float: right;
  width: 480px;
}
/* line 82, ../../support/sass/_ticketcorner.sass */
#ticketcorner-inscription fieldset.names .table {
  border: 0;
  padding: 0;
}
/* line 86, ../../support/sass/_ticketcorner.sass */
#ticketcorner-inscription fieldset.names table {
  border-collapse: collapse;
}
/* line 89, ../../support/sass/_ticketcorner.sass */
#ticketcorner-inscription fieldset.names table td {
  border: 0;
  padding: 0 0.5em 0.5em 0;
  border-bottom: 1px solid #dddddd;
}
/* line 94, ../../support/sass/_ticketcorner.sass */
#ticketcorner-inscription fieldset.names table .first, #ticketcorner-inscription fieldset.names table .name {
  width: 150px;
}
/* line 97, ../../support/sass/_ticketcorner.sass */
#ticketcorner-inscription fieldset.names table .first input, #ticketcorner-inscription fieldset.names table .name input {
  width: 100%;
}
/* line 101, ../../support/sass/_ticketcorner.sass */
#ticketcorner-inscription fieldset.names table tr + tr td {
  padding-top: 0.5em;
}
/* line 104, ../../support/sass/_ticketcorner.sass */
#ticketcorner-inscription fieldset.names table .error {
  width: 150px;
  background: none;
}
/* line 108, ../../support/sass/_ticketcorner.sass */
#ticketcorner-inscription fieldset.names table .error ul, #ticketcorner-inscription fieldset.names table .error li {
  background: none;
  display: inline;
  padding: 0;
  margin: 0;
  border: 0;
}
/* line 115, ../../support/sass/_ticketcorner.sass */
#ticketcorner-inscription fieldset.names table .error li {
  font-size: 0.8em;
}
/* line 118, ../../support/sass/_ticketcorner.sass */
#ticketcorner-inscription fieldset.names .table + p.error {
  color: #99292c;
  background: 0;
  padding: 0.6em 0 0;
}
/* line 123, ../../support/sass/_ticketcorner.sass */
#ticketcorner-inscription p.help {
  margin: 0.3em 0 0;
  padding: 0;
  line-height: 1.5em;
  color: #666666;
  text-align: left;
  font-size: 0.9em;
  border: 0;
}
/* line 132, ../../support/sass/_ticketcorner.sass */
#ticketcorner-inscription p.help + p.help {
  margin: 0;
}
/* line 135, ../../support/sass/_ticketcorner.sass */
#ticketcorner-inscription form > div {
  padding-top: 1em;
  padding-left: 287px;
  clear: both;
}
/* line 140, ../../support/sass/_ticketcorner.sass */
#ticketcorner-inscription form > div button {
  margin: 0 0.5em 0 0;
}
