/* line 7, /home/rails/Brdy/app/assets/stylesheets/brdy_core.scss */
html,
body {
  height: 100%;
}

/* line 13, /home/rails/Brdy/app/assets/stylesheets/brdy_core.scss */
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  border: none;
  border-bottom: 1px solid #cacaca;
}
/* line 18, /home/rails/Brdy/app/assets/stylesheets/brdy_core.scss */
[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  border: none;
  border-bottom: 1px solid #61998A;
}

/* line 24, /home/rails/Brdy/app/assets/stylesheets/brdy_core.scss */
.input-group-label {
  border: none;
  border-bottom: 1px solid #cacaca;
  height: 2.4375rem;
}

/* line 30, /home/rails/Brdy/app/assets/stylesheets/brdy_core.scss */
.img-circle {
  border-radius: 100%;
}

/* line 34, /home/rails/Brdy/app/assets/stylesheets/brdy_core.scss */
.reveal {
  outline: none;
}

/* line 37, /home/rails/Brdy/app/assets/stylesheets/brdy_core.scss */
.reveal-header {
  border-bottom: 1px solid #cacaca;
}

/* line 40, /home/rails/Brdy/app/assets/stylesheets/brdy_core.scss */
.reveal-footer {
  border-top: 1px solid #cacaca;
}

/* line 44, /home/rails/Brdy/app/assets/stylesheets/brdy_core.scss */
.tabs {
  border-bottom: 1px solid #cacaca;
}

/*
 * The Brdy loading animation mixin.
 */
/* line 92, /home/rails/Brdy/app/assets/stylesheets/brdy_core.scss */
.loading-button {
  position: relative;
}

/* line 95, /home/rails/Brdy/app/assets/stylesheets/brdy_core.scss */
.loading-button-anim {
  margin: auto;
  width: 40px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 56, /home/rails/Brdy/app/assets/stylesheets/brdy_core.scss */
.loading-button-anim > div {
  width: 10px;
  height: 10px;
  background-color: #FFF;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
/* line 66, /home/rails/Brdy/app/assets/stylesheets/brdy_core.scss */
.loading-button-anim .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
/* line 71, /home/rails/Brdy/app/assets/stylesheets/brdy_core.scss */
.loading-button-anim .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* line 3, /home/rails/Brdy/app/assets/stylesheets/coach/calendar.scss */
.cal-main-cont {
  position: relative;
  border-radius: 6px;
  border: 1px solid #CCC;
  background: #FFF;
  margin-top: 20px;
}

/* line 11, /home/rails/Brdy/app/assets/stylesheets/coach/calendar.scss */
.cal-main-cont,
.cal-main-cont * {
  box-sizing: content-box;
}

/* line 16, /home/rails/Brdy/app/assets/stylesheets/coach/calendar.scss */
.cal-header {
  background: #E6E6E6;
}

/* line 20, /home/rails/Brdy/app/assets/stylesheets/coach/calendar.scss */
.cal-header-margin {
  width: 9%;
  display: inline-block;
  border-right: 1px solid #CCC;
  margin-right: -1px;
}

/* line 27, /home/rails/Brdy/app/assets/stylesheets/coach/calendar.scss */
.cal-header .cal-day-header {
  display: inline-block;
  width: 13%;
  border-right: 1px solid #CCC;
  margin-right: -1px;
  font-size: 80%;
}

/* line 35, /home/rails/Brdy/app/assets/stylesheets/coach/calendar.scss */
.cal-header .cal-day-header-inner {
  padding: 5px;
  text-align: center;
}

/* line 40, /home/rails/Brdy/app/assets/stylesheets/coach/calendar.scss */
.cal-day-header-day {
  display: block;
}

/* line 44, /home/rails/Brdy/app/assets/stylesheets/coach/calendar.scss */
.cal-time-col {
  float: left;
  width: 9%;
  border-right: 1px solid #CCC;
  margin-right: -1px;
  text-align: center;
  font-size: 80%;
}

/* line 53, /home/rails/Brdy/app/assets/stylesheets/coach/calendar.scss */
.cal-time-label {
  height: 25px;
  line-height: 25px;
}

/* line 58, /home/rails/Brdy/app/assets/stylesheets/coach/calendar.scss */
.cal-day-col {
  width: 13%;
  border-right: 1px solid #CCC;
  margin-right: -1px;
  position: relative;
  float: left;
}

/* line 66, /home/rails/Brdy/app/assets/stylesheets/coach/calendar.scss */
.cal-day-col-inner {
  position: relative;
  height: 100%;
  margin-left: 1px;
}

/* line 72, /home/rails/Brdy/app/assets/stylesheets/coach/calendar.scss */
.cal-row-container {
  position: absolute;
  top: 0;
}

/* line 77, /home/rails/Brdy/app/assets/stylesheets/coach/calendar.scss */
.cal-row {
  width: 100%;
  height: 24px;
  border-top-style: solid;
  border-width: 1px;
  border-color: #CCC;
}

/**
 * Event styles.
 */
/* line 89, /home/rails/Brdy/app/assets/stylesheets/coach/calendar.scss */
.cal-event {
  width: 100%;
  background: #FFF;
  color: #8a8a8a;
  position: absolute;
  margin-top: 1px;
  display: table-cell;
  font-size: 80%;
}

/* line 99, /home/rails/Brdy/app/assets/stylesheets/coach/calendar.scss */
.cal-event-inner {
  padding: 2px;
  height: 100%;
}

/* line 112, /home/rails/Brdy/app/assets/stylesheets/coach/calendar.scss */
.reveal .twitter-typeahead {
  width: 100%;
}

/* line 115, /home/rails/Brdy/app/assets/stylesheets/coach/calendar.scss */
.reveal .typeahead-dropdown {
  width: 100%;
}
/**
 * Foundation for Sites by ZURB
 * Version 6.1.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
/* line 210, /home/rails/Brdy/vendor/assets/stylesheets/foundation/_global.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 220, /home/rails/Brdy/vendor/assets/stylesheets/foundation/_global.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 234, /home/rails/Brdy/vendor/assets/stylesheets/foundation/_global.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 255, /home/rails/Brdy/vendor/assets/stylesheets/foundation/_global.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 268, /home/rails/Brdy/vendor/assets/stylesheets/foundation/_global.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
/* line 278, /home/rails/Brdy/vendor/assets/stylesheets/foundation/_global.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 290, /home/rails/Brdy/vendor/assets/stylesheets/foundation/_global.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* line 299, /home/rails/Brdy/vendor/assets/stylesheets/foundation/_global.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 311, /home/rails/Brdy/vendor/assets/stylesheets/foundation/_global.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 319, /home/rails/Brdy/vendor/assets/stylesheets/foundation/_global.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 328, /home/rails/Brdy/vendor/assets/stylesheets/foundation/_global.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 337, /home/rails/Brdy/vendor/assets/stylesheets/foundation/_global.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 346, /home/rails/Brdy/vendor/assets/stylesheets/foundation/_global.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 355, /home/rails/Brdy/vendor/assets/stylesheets/foundation/_global.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 363, /home/rails/Brdy/vendor/assets/stylesheets/foundation/_global.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 371, /home/rails/Brdy/vendor/assets/stylesheets/foundation/_global.scss */
sup {
  top: -0.5em;
}

/* line 375, /home/rails/Brdy/vendor/assets/stylesheets/foundation/_global.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 386, /home/rails/Brdy/vendor/assets/stylesheets/foundation/_global.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 394, /home/rails/Brdy/vendor/assets/stylesheets/foundation/_global.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 405, /home/rails/Brdy/vendor/assets/stylesheets/foundation/_global.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 413, /home/rails/Brdy/vendor/assets/stylesheets/foundation/_global.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 422, /home/rails/Brdy/vendor/assets/stylesheets/foundation/_global.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 430, /home/rails/Brdy/vendor/assets/stylesheets/foundation/_global.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 453, /home/rails/Brdy/vendor/assets/stylesheets/foundation/_global.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 467, /home/rails/Brdy/vendor/assets/stylesheets/foundation/_global.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 478, /home/rails/Brdy/vendor/assets/stylesheets/foundation/_global.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 491, /home/rails/Brdy/vendor/assets/stylesheets/foundation/_global.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 503, /home/rails/Brdy/vendor/assets/stylesheets/foundation/_global.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 512, /home/rails/Brdy/vendor/assets/stylesheets/foundation/_global.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 523, /home/rails/Brdy/vendor/assets/stylesheets/foundation/_global.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 535, /home/rails/Brdy/vendor/assets/stylesheets/foundation/_global.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 547, /home/rails/Brdy/vendor/assets/stylesheets/foundation/_global.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
/* line 557, /home/rails/Brdy/vendor/assets/stylesheets/foundation/_global.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 568, /home/rails/Brdy/vendor/assets/stylesheets/foundation/_global.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 577, /home/rails/Brdy/vendor/assets/stylesheets/foundation/_global.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 588, /home/rails/Brdy/vendor/assets/stylesheets/foundation/_global.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 597, /home/rails/Brdy/vendor/assets/stylesheets/foundation/_global.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 606, /home/rails/Brdy/vendor/assets/stylesheets/foundation/_global.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 617, /home/rails/Brdy/vendor/assets/stylesheets/foundation/_global.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 622, /home/rails/Brdy/vendor/assets/stylesheets/foundation/_global.scss */
td,
th {
  padding: 0;
}

/* line 119, /home/rails/Brdy/vendor/assets/stylesheets/foundation/_global.scss */
.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

/* line 123, /home/rails/Brdy/vendor/assets/stylesheets/foundation/_global.scss */
html {
  font-size: 100%;
  box-sizing: border-box;
}

/* line 129, /home/rails/Brdy/vendor/assets/stylesheets/foundation/_global.scss */
*,
*:before,
*:after {
  box-sizing: inherit;
}

/* line 136, /home/rails/Brdy/vendor/assets/stylesheets/foundation/_global.scss */
body {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 151, /home/rails/Brdy/vendor/assets/stylesheets/foundation/_global.scss */
img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

/* line 163, /home/rails/Brdy/vendor/assets/stylesheets/foundation/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
  border-radius: 2px;
}

/* line 170, /home/rails/Brdy/vendor/assets/stylesheets/foundation/_global.scss */
select {
  width: 100%;
  border-radius: 2px;
}

/* line 180, /home/rails/Brdy/vendor/assets/stylesheets/foundation/_global.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

/* line 188, /home/rails/Brdy/vendor/assets/stylesheets/foundation/_global.scss */
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 2px;
  line-height: 1;
}

/* line 26, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
/* line 130, /home/rails/Brdy/vendor/assets/stylesheets/foundation/util/_mixins.scss */
.row::before, .row::after {
  content: ' ';
  display: table;
}
/* line 136, /home/rails/Brdy/vendor/assets/stylesheets/foundation/util/_mixins.scss */
.row::after {
  clear: both;
}
/* line 31, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
/* line 35, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
.row .row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
/* line 47, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
}
/* line 54, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
.row.expanded {
  max-width: none;
}

/* line 60, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
/* line 80, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_column.scss */
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}
/* line 45, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_position.scss */
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

/* line 72, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
.column.row.row, .row.row.columns {
  float: none;
}
/* line 76, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

/* line 87, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
.small-1 {
  width: 8.33333%;
}

/* line 93, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
.small-push-1 {
  position: relative;
  left: 8.33333%;
}

/* line 97, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
.small-pull-1 {
  position: relative;
  left: -8.33333%;
}

/* line 105, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
.small-offset-0 {
  margin-left: 0%;
}

/* line 87, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
.small-2 {
  width: 16.66667%;
}

/* line 93, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
.small-push-2 {
  position: relative;
  left: 16.66667%;
}

/* line 97, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
.small-pull-2 {
  position: relative;
  left: -16.66667%;
}

/* line 105, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
.small-offset-1 {
  margin-left: 8.33333%;
}

/* line 87, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
.small-3 {
  width: 25%;
}

/* line 93, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
.small-push-3 {
  position: relative;
  left: 25%;
}

/* line 97, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
.small-pull-3 {
  position: relative;
  left: -25%;
}

/* line 105, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
.small-offset-2 {
  margin-left: 16.66667%;
}

/* line 87, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
.small-4 {
  width: 33.33333%;
}

/* line 93, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
.small-push-4 {
  position: relative;
  left: 33.33333%;
}

/* line 97, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
.small-pull-4 {
  position: relative;
  left: -33.33333%;
}

/* line 105, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
.small-offset-3 {
  margin-left: 25%;
}

/* line 87, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
.small-5 {
  width: 41.66667%;
}

/* line 93, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
.small-push-5 {
  position: relative;
  left: 41.66667%;
}

/* line 97, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
.small-pull-5 {
  position: relative;
  left: -41.66667%;
}

/* line 105, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
.small-offset-4 {
  margin-left: 33.33333%;
}

/* line 87, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
.small-6 {
  width: 50%;
}

/* line 93, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
.small-push-6 {
  position: relative;
  left: 50%;
}

/* line 97, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
.small-pull-6 {
  position: relative;
  left: -50%;
}

/* line 105, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
.small-offset-5 {
  margin-left: 41.66667%;
}

/* line 87, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
.small-7 {
  width: 58.33333%;
}

/* line 93, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
.small-push-7 {
  position: relative;
  left: 58.33333%;
}

/* line 97, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
.small-pull-7 {
  position: relative;
  left: -58.33333%;
}

/* line 105, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
.small-offset-6 {
  margin-left: 50%;
}

/* line 87, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
.small-8 {
  width: 66.66667%;
}

/* line 93, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
.small-push-8 {
  position: relative;
  left: 66.66667%;
}

/* line 97, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
.small-pull-8 {
  position: relative;
  left: -66.66667%;
}

/* line 105, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
.small-offset-7 {
  margin-left: 58.33333%;
}

/* line 87, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
.small-9 {
  width: 75%;
}

/* line 93, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
.small-push-9 {
  position: relative;
  left: 75%;
}

/* line 97, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
.small-pull-9 {
  position: relative;
  left: -75%;
}

/* line 105, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
.small-offset-8 {
  margin-left: 66.66667%;
}

/* line 87, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
.small-10 {
  width: 83.33333%;
}

/* line 93, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
.small-push-10 {
  position: relative;
  left: 83.33333%;
}

/* line 97, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
.small-pull-10 {
  position: relative;
  left: -83.33333%;
}

/* line 105, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
.small-offset-9 {
  margin-left: 75%;
}

/* line 87, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
.small-11 {
  width: 91.66667%;
}

/* line 93, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
.small-push-11 {
  position: relative;
  left: 91.66667%;
}

/* line 97, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
.small-pull-11 {
  position: relative;
  left: -91.66667%;
}

/* line 105, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
.small-offset-10 {
  margin-left: 83.33333%;
}

/* line 87, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
.small-12 {
  width: 100%;
}

/* line 105, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
.small-offset-11 {
  margin-left: 91.66667%;
}

/* line 17, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left;
}
/* line 21, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
/* line 25, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}
/* line 29, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

/* line 17, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left;
}
/* line 21, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}
/* line 25, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}
/* line 29, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

/* line 17, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left;
}
/* line 21, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}
/* line 25, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}
/* line 29, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

/* line 17, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left;
}
/* line 21, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}
/* line 25, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}
/* line 29, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

/* line 17, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left;
}
/* line 21, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}
/* line 25, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}
/* line 29, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

/* line 17, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left;
}
/* line 21, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}
/* line 25, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}
/* line 29, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

/* line 17, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left;
}
/* line 21, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}
/* line 25, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}
/* line 29, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

/* line 17, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left;
}
/* line 21, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}
/* line 25, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}
/* line 29, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

/* line 119, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

/* line 131, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

/* line 135, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

/* line 140, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
}

@media screen and (min-width: 40em) {
  /* line 87, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .medium-1 {
    width: 8.33333%;
  }

  /* line 93, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
  }

  /* line 97, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .medium-pull-1 {
    position: relative;
    left: -8.33333%;
  }

  /* line 105, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .medium-offset-0 {
    margin-left: 0%;
  }

  /* line 87, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .medium-2 {
    width: 16.66667%;
  }

  /* line 93, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
  }

  /* line 97, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .medium-pull-2 {
    position: relative;
    left: -16.66667%;
  }

  /* line 105, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .medium-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 87, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .medium-3 {
    width: 25%;
  }

  /* line 93, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .medium-push-3 {
    position: relative;
    left: 25%;
  }

  /* line 97, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }

  /* line 105, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .medium-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 87, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .medium-4 {
    width: 33.33333%;
  }

  /* line 93, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
  }

  /* line 97, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .medium-pull-4 {
    position: relative;
    left: -33.33333%;
  }

  /* line 105, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .medium-offset-3 {
    margin-left: 25%;
  }

  /* line 87, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .medium-5 {
    width: 41.66667%;
  }

  /* line 93, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
  }

  /* line 97, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .medium-pull-5 {
    position: relative;
    left: -41.66667%;
  }

  /* line 105, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .medium-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 87, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .medium-6 {
    width: 50%;
  }

  /* line 93, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .medium-push-6 {
    position: relative;
    left: 50%;
  }

  /* line 97, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }

  /* line 105, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .medium-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 87, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .medium-7 {
    width: 58.33333%;
  }

  /* line 93, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
  }

  /* line 97, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .medium-pull-7 {
    position: relative;
    left: -58.33333%;
  }

  /* line 105, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .medium-offset-6 {
    margin-left: 50%;
  }

  /* line 87, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .medium-8 {
    width: 66.66667%;
  }

  /* line 93, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
  }

  /* line 97, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .medium-pull-8 {
    position: relative;
    left: -66.66667%;
  }

  /* line 105, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .medium-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 87, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .medium-9 {
    width: 75%;
  }

  /* line 93, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .medium-push-9 {
    position: relative;
    left: 75%;
  }

  /* line 97, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }

  /* line 105, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .medium-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 87, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .medium-10 {
    width: 83.33333%;
  }

  /* line 93, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
  }

  /* line 97, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .medium-pull-10 {
    position: relative;
    left: -83.33333%;
  }

  /* line 105, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .medium-offset-9 {
    margin-left: 75%;
  }

  /* line 87, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .medium-11 {
    width: 91.66667%;
  }

  /* line 93, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
  }

  /* line 97, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .medium-pull-11 {
    position: relative;
    left: -91.66667%;
  }

  /* line 105, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .medium-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 87, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .medium-12 {
    width: 100%;
  }

  /* line 105, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .medium-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 17, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left;
  }
  /* line 21, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 29, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }

  /* line 17, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left;
  }
  /* line 21, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 29, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }

  /* line 17, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  /* line 21, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 29, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }

  /* line 17, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left;
  }
  /* line 21, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 29, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }

  /* line 17, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left;
  }
  /* line 21, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 29, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }

  /* line 17, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  /* line 21, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 29, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }

  /* line 17, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  /* line 21, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 29, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }

  /* line 17, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  /* line 21, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 29, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }

  /* line 119, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 131, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  /* line 135, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 140, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 64em) {
  /* line 87, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .large-1 {
    width: 8.33333%;
  }

  /* line 93, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .large-push-1 {
    position: relative;
    left: 8.33333%;
  }

  /* line 97, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .large-pull-1 {
    position: relative;
    left: -8.33333%;
  }

  /* line 105, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .large-offset-0 {
    margin-left: 0%;
  }

  /* line 87, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .large-2 {
    width: 16.66667%;
  }

  /* line 93, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .large-push-2 {
    position: relative;
    left: 16.66667%;
  }

  /* line 97, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .large-pull-2 {
    position: relative;
    left: -16.66667%;
  }

  /* line 105, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .large-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 87, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .large-3 {
    width: 25%;
  }

  /* line 93, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .large-push-3 {
    position: relative;
    left: 25%;
  }

  /* line 97, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .large-pull-3 {
    position: relative;
    left: -25%;
  }

  /* line 105, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .large-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 87, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .large-4 {
    width: 33.33333%;
  }

  /* line 93, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .large-push-4 {
    position: relative;
    left: 33.33333%;
  }

  /* line 97, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .large-pull-4 {
    position: relative;
    left: -33.33333%;
  }

  /* line 105, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .large-offset-3 {
    margin-left: 25%;
  }

  /* line 87, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .large-5 {
    width: 41.66667%;
  }

  /* line 93, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .large-push-5 {
    position: relative;
    left: 41.66667%;
  }

  /* line 97, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .large-pull-5 {
    position: relative;
    left: -41.66667%;
  }

  /* line 105, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .large-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 87, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .large-6 {
    width: 50%;
  }

  /* line 93, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .large-push-6 {
    position: relative;
    left: 50%;
  }

  /* line 97, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .large-pull-6 {
    position: relative;
    left: -50%;
  }

  /* line 105, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .large-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 87, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .large-7 {
    width: 58.33333%;
  }

  /* line 93, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .large-push-7 {
    position: relative;
    left: 58.33333%;
  }

  /* line 97, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .large-pull-7 {
    position: relative;
    left: -58.33333%;
  }

  /* line 105, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .large-offset-6 {
    margin-left: 50%;
  }

  /* line 87, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .large-8 {
    width: 66.66667%;
  }

  /* line 93, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .large-push-8 {
    position: relative;
    left: 66.66667%;
  }

  /* line 97, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .large-pull-8 {
    position: relative;
    left: -66.66667%;
  }

  /* line 105, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .large-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 87, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .large-9 {
    width: 75%;
  }

  /* line 93, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .large-push-9 {
    position: relative;
    left: 75%;
  }

  /* line 97, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .large-pull-9 {
    position: relative;
    left: -75%;
  }

  /* line 105, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .large-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 87, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .large-10 {
    width: 83.33333%;
  }

  /* line 93, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .large-push-10 {
    position: relative;
    left: 83.33333%;
  }

  /* line 97, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .large-pull-10 {
    position: relative;
    left: -83.33333%;
  }

  /* line 105, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .large-offset-9 {
    margin-left: 75%;
  }

  /* line 87, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .large-11 {
    width: 91.66667%;
  }

  /* line 93, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .large-push-11 {
    position: relative;
    left: 91.66667%;
  }

  /* line 97, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .large-pull-11 {
    position: relative;
    left: -91.66667%;
  }

  /* line 105, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .large-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 87, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .large-12 {
    width: 100%;
  }

  /* line 105, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .large-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 17, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left;
  }
  /* line 21, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 29, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }

  /* line 17, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left;
  }
  /* line 21, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 29, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }

  /* line 17, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  /* line 21, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 29, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }

  /* line 17, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left;
  }
  /* line 21, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 29, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }

  /* line 17, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left;
  }
  /* line 21, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 29, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }

  /* line 17, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  /* line 21, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 29, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }

  /* line 17, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  /* line 21, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 29, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }

  /* line 17, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  /* line 21, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 29, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_layout.scss */
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }

  /* line 119, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 131, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  /* line 135, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 140, /home/rails/Brdy/vendor/assets/stylesheets/foundation/grid/_classes.scss */
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 232, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_base.scss */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* line 256, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_base.scss */
p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}

/* line 264, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_base.scss */
em,
i {
  font-style: italic;
  line-height: inherit;
}

/* line 271, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_base.scss */
strong,
b {
  font-weight: bold;
  line-height: inherit;
}

/* line 278, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_base.scss */
small {
  font-size: 80%;
  line-height: inherit;
}

/* line 284, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_base.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
/* line 299, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_base.scss */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #cacaca;
  line-height: 0;
}

/* line 309, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_base.scss */
h1 {
  font-size: 1.5rem;
}

/* line 309, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_base.scss */
h2 {
  font-size: 1.25rem;
}

/* line 309, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_base.scss */
h3 {
  font-size: 1.1875rem;
}

/* line 309, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_base.scss */
h4 {
  font-size: 1.125rem;
}

/* line 309, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_base.scss */
h5 {
  font-size: 1.0625rem;
}

/* line 309, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_base.scss */
h6 {
  font-size: 1rem;
}

@media screen and (min-width: 40em) {
  /* line 309, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_base.scss */
  h1 {
    font-size: 3rem;
  }

  /* line 309, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_base.scss */
  h2 {
    font-size: 2.5rem;
  }

  /* line 309, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_base.scss */
  h3 {
    font-size: 1.9375rem;
  }

  /* line 309, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_base.scss */
  h4 {
    font-size: 1.5625rem;
  }

  /* line 309, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_base.scss */
  h5 {
    font-size: 1.25rem;
  }

  /* line 309, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_base.scss */
  h6 {
    font-size: 1rem;
  }
}
/* line 317, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_base.scss */
a {
  color: #61998A;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}
/* line 323, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_base.scss */
a:hover, a:focus {
  color: #538477;
}
/* line 331, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_base.scss */
a img {
  border: 0;
}

/* line 337, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_base.scss */
hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both;
}

/* line 349, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_base.scss */
ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside;
}

/* line 358, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_base.scss */
li {
  font-size: inherit;
}

/* line 363, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_base.scss */
ul {
  list-style-type: disc;
  margin-left: 1.25rem;
}

/* line 369, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_base.scss */
ol {
  margin-left: 1.25rem;
}

/* line 375, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_base.scss */
ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* line 382, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_base.scss */
dl {
  margin-bottom: 1rem;
}
/* line 385, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_base.scss */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

/* line 392, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_base.scss */
blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
/* line 397, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_base.scss */
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

/* line 404, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_base.scss */
cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}
/* line 409, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_base.scss */
cite:before {
  content: '\2014 \0020';
}

/* line 415, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_base.scss */
abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a;
}

/* line 422, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_base.scss */
code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

/* line 432, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_base.scss */
kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}

/* line 48, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_helpers.scss */
.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

/* line 57, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_helpers.scss */
.lead {
  font-size: 125%;
  line-height: 1.6;
}

/* line 63, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_helpers.scss */
.stat {
  font-size: 2.5rem;
  line-height: 1;
}
/* line 67, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_helpers.scss */
p + .stat {
  margin-top: -1rem;
}

/* line 73, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_helpers.scss */
.no-bullet {
  margin-left: 0;
  list-style: none;
}

/* line 15, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_alignment.scss */
.text-left {
  text-align: left;
}

/* line 15, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_alignment.scss */
.text-right {
  text-align: right;
}

/* line 15, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_alignment.scss */
.text-center {
  text-align: center;
}

/* line 15, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_alignment.scss */
.text-justify {
  text-align: justify;
}

@media screen and (min-width: 40em) {
  /* line 10, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_alignment.scss */
  .medium-text-left {
    text-align: left;
  }

  /* line 10, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_alignment.scss */
  .medium-text-right {
    text-align: right;
  }

  /* line 10, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_alignment.scss */
  .medium-text-center {
    text-align: center;
  }

  /* line 10, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_alignment.scss */
  .medium-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 64em) {
  /* line 10, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_alignment.scss */
  .large-text-left {
    text-align: left;
  }

  /* line 10, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_alignment.scss */
  .large-text-right {
    text-align: right;
  }

  /* line 10, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_alignment.scss */
  .large-text-center {
    text-align: center;
  }

  /* line 10, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_alignment.scss */
  .large-text-justify {
    text-align: justify;
  }
}
/* line 12, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_print.scss */
.show-for-print {
  display: none !important;
}

@media print {
  /* line 15, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_print.scss */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 22, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_print.scss */
  .show-for-print {
    display: block !important;
  }

  /* line 23, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_print.scss */
  .hide-for-print {
    display: none !important;
  }

  /* line 25, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_print.scss */
  table.show-for-print {
    display: table !important;
  }

  /* line 26, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_print.scss */
  thead.show-for-print {
    display: table-header-group !important;
  }

  /* line 27, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_print.scss */
  tbody.show-for-print {
    display: table-row-group !important;
  }

  /* line 28, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_print.scss */
  tr.show-for-print {
    display: table-row !important;
  }

  /* line 29, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_print.scss */
  td.show-for-print {
    display: table-cell !important;
  }

  /* line 30, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_print.scss */
  th.show-for-print {
    display: table-cell !important;
  }

  /* line 33, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 35, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 38, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_print.scss */
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }

  /* line 43, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 46, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 53, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 55, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 58, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 62, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 70, /home/rails/Brdy/vendor/assets/stylesheets/foundation/typography/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* line 200, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_button.scss */
.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 2px;
  padding: 0.85em 1em;
  margin: 0 1rem 1rem 0;
  font-size: 0.9rem;
  background-color: #61998A;
  color: #fff;
}
/* line 157, /home/rails/Brdy/vendor/assets/stylesheets/foundation/util/_mixins.scss */
[data-whatinput='mouse'] .button {
  outline: 0;
}
/* line 119, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_button.scss */
.button:hover, .button:focus {
  background-color: #528275;
  color: #fff;
}
/* line 204, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_button.scss */
.button.tiny {
  font-size: 0.6rem;
}
/* line 205, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_button.scss */
.button.small {
  font-size: 0.75rem;
}
/* line 206, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_button.scss */
.button.large {
  font-size: 1.25rem;
}
/* line 207, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_button.scss */
.button.expanded {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
/* line 212, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_button.scss */
.button.primary {
  background-color: #61998A;
  color: #fff;
}
/* line 119, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_button.scss */
.button.primary:hover, .button.primary:focus {
  background-color: #4e7a6e;
  color: #fff;
}
/* line 212, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_button.scss */
.button.secondary {
  background-color: #FFF;
  color: #000;
}
/* line 119, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_button.scss */
.button.secondary:hover, .button.secondary:focus {
  background-color: #cccccc;
  color: #000;
}
/* line 212, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_button.scss */
.button.success {
  background-color: #3adb76;
  color: #fff;
}
/* line 119, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_button.scss */
.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #fff;
}
/* line 212, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_button.scss */
.button.alert {
  background-color: #D75552;
  color: #fff;
}
/* line 119, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_button.scss */
.button.alert:hover, .button.alert:focus {
  background-color: #c1302d;
  color: #fff;
}
/* line 212, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_button.scss */
.button.warning {
  background-color: #ffae00;
  color: #fff;
}
/* line 119, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_button.scss */
.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #fff;
}
/* line 229, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_button.scss */
.button.hollow {
  border: 1px solid #61998A;
  color: #61998A;
}
/* line 127, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_button.scss */
.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}
/* line 139, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_button.scss */
.button.hollow:hover, .button.hollow:focus {
  border-color: #314d45;
  color: #314d45;
}
/* line 234, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_button.scss */
.button.hollow.primary {
  border: 1px solid #61998A;
  color: #61998A;
}
/* line 139, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_button.scss */
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #314d45;
  color: #314d45;
}
/* line 234, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_button.scss */
.button.hollow.secondary {
  border: 1px solid #FFF;
  color: #FFF;
}
/* line 139, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_button.scss */
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: gray;
  color: gray;
}
/* line 234, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_button.scss */
.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}
/* line 139, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_button.scss */
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}
/* line 234, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_button.scss */
.button.hollow.alert {
  border: 1px solid #D75552;
  color: #D75552;
}
/* line 139, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_button.scss */
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #791e1c;
  color: #791e1c;
}
/* line 234, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_button.scss */
.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}
/* line 139, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_button.scss */
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}
/* line 242, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_button.scss */
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
  pointer-events: none;
}
/* line 161, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_button.scss */
.button.dropdown::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  border-color: #fefefe transparent transparent;
  border-top-style: solid;
  position: relative;
  top: 0.4em;
  float: right;
  margin-left: 1em;
  display: inline-block;
}
/* line 259, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_button.scss */
.button.arrow-only::after {
  margin-left: 0;
  float: none;
  top: 0.2em;
}

/* line 102, /home/rails/Brdy/vendor/assets/stylesheets/foundation/forms/_text.scss */
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: inherit;
  box-shadow: none;
  border-radius: 0px;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
}
/* line 88, /home/rails/Brdy/vendor/assets/stylesheets/foundation/forms/_text.scss */
[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  border: 1px solid #61998A;
  background-color: inherit;
  outline: none;
  box-shadow: none;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

/* line 110, /home/rails/Brdy/vendor/assets/stylesheets/foundation/forms/_text.scss */
textarea {
  max-width: 100%;
}
/* line 113, /home/rails/Brdy/vendor/assets/stylesheets/foundation/forms/_text.scss */
textarea[rows] {
  height: auto;
}

/* line 121, /home/rails/Brdy/vendor/assets/stylesheets/foundation/forms/_text.scss */
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: default;
}

/* line 129, /home/rails/Brdy/vendor/assets/stylesheets/foundation/forms/_text.scss */
[type='submit'],
[type='button'] {
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 138, /home/rails/Brdy/vendor/assets/stylesheets/foundation/forms/_text.scss */
input[type='search'] {
  box-sizing: border-box;
}

/* line 10, /home/rails/Brdy/vendor/assets/stylesheets/foundation/forms/_checkbox.scss */
[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem;
}

/* line 17, /home/rails/Brdy/vendor/assets/stylesheets/foundation/forms/_checkbox.scss */
[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

/* line 27, /home/rails/Brdy/vendor/assets/stylesheets/foundation/forms/_checkbox.scss */
label > [type='checkbox'],
label > [type='label'] {
  margin-right: 0.5rem;
}

/* line 33, /home/rails/Brdy/vendor/assets/stylesheets/foundation/forms/_checkbox.scss */
[type='file'] {
  width: 100%;
}

/* line 41, /home/rails/Brdy/vendor/assets/stylesheets/foundation/forms/_label.scss */
label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}
/* line 44, /home/rails/Brdy/vendor/assets/stylesheets/foundation/forms/_label.scss */
label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

/* line 22, /home/rails/Brdy/vendor/assets/stylesheets/foundation/forms/_help-text.scss */
.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #333;
}

/* line 28, /home/rails/Brdy/vendor/assets/stylesheets/foundation/forms/_input-group.scss */
.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}
/* line 33, /home/rails/Brdy/vendor/assets/stylesheets/foundation/forms/_input-group.scss */
.input-group > :first-child {
  border-radius: 2px 0 0 2px;
}
/* line 38, /home/rails/Brdy/vendor/assets/stylesheets/foundation/forms/_input-group.scss */
.input-group > :last-child > * {
  border-radius: 0 2px 2px 0;
}

/* line 44, /home/rails/Brdy/vendor/assets/stylesheets/foundation/forms/_input-group.scss */
.input-group-label, .input-group-field, .input-group-button {
  display: table-cell;
  margin: 0;
  vertical-align: middle;
}

/* line 50, /home/rails/Brdy/vendor/assets/stylesheets/foundation/forms/_input-group.scss */
.input-group-label {
  text-align: center;
  width: 1%;
  height: 100%;
  padding: 0 1rem;
  background: none;
  color: #0a0a0a;
  border: 1px solid #cacaca;
}
/* line 61, /home/rails/Brdy/vendor/assets/stylesheets/foundation/forms/_input-group.scss */
.input-group-label:first-child {
  border-right: 0;
}
/* line 65, /home/rails/Brdy/vendor/assets/stylesheets/foundation/forms/_input-group.scss */
.input-group-label:last-child {
  border-left: 0;
}

/* line 71, /home/rails/Brdy/vendor/assets/stylesheets/foundation/forms/_input-group.scss */
.input-group-field {
  border-radius: 0;
  height: 2.5rem;
}

/* line 77, /home/rails/Brdy/vendor/assets/stylesheets/foundation/forms/_input-group.scss */
.input-group-button {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
}
/* line 85, /home/rails/Brdy/vendor/assets/stylesheets/foundation/forms/_input-group.scss */
.input-group-button a,
.input-group-button input,
.input-group-button button {
  margin: 0;
}

/* line 40, /home/rails/Brdy/vendor/assets/stylesheets/foundation/forms/_fieldset.scss */
fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

/* line 46, /home/rails/Brdy/vendor/assets/stylesheets/foundation/forms/_fieldset.scss */
legend {
  margin-bottom: 0.5rem;
}

/* line 50, /home/rails/Brdy/vendor/assets/stylesheets/foundation/forms/_fieldset.scss */
.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0;
}
/* line 30, /home/rails/Brdy/vendor/assets/stylesheets/foundation/forms/_fieldset.scss */
.fieldset legend {
  background: #fefefe;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

/* line 60, /home/rails/Brdy/vendor/assets/stylesheets/foundation/forms/_select.scss */
select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fafafa;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%2851, 51, 51%29"></polygon></svg>');
  background-size: 9px 6px;
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 0\0) {
  /* line 60, /home/rails/Brdy/vendor/assets/stylesheets/foundation/forms/_select.scss */
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
/* line 44, /home/rails/Brdy/vendor/assets/stylesheets/foundation/forms/_select.scss */
select:disabled {
  background-color: #e6e6e6;
  cursor: default;
}
/* line 50, /home/rails/Brdy/vendor/assets/stylesheets/foundation/forms/_select.scss */
select::-ms-expand {
  display: none;
}
/* line 54, /home/rails/Brdy/vendor/assets/stylesheets/foundation/forms/_select.scss */
select[multiple] {
  height: auto;
}

/* line 43, /home/rails/Brdy/vendor/assets/stylesheets/foundation/forms/_error.scss */
.is-invalid-input:not(:focus) {
  background-color: rgba(215, 85, 82, 0.1);
  border-color: #D75552;
}

/* line 69, /home/rails/Brdy/vendor/assets/stylesheets/foundation/forms/_error.scss */
.is-invalid-label {
  color: #D75552;
}

/* line 75, /home/rails/Brdy/vendor/assets/stylesheets/foundation/forms/_error.scss */
.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #D75552;
}
/* line 78, /home/rails/Brdy/vendor/assets/stylesheets/foundation/forms/_error.scss */
.form-error.is-visible {
  display: block;
}

/* line 61, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_visibility.scss */
.hide {
  display: none !important;
}

/* line 65, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_visibility.scss */
.invisible {
  visibility: hidden;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  /* line 81, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  /* line 85, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .show-for-small-only {
    display: none !important;
  }
}

@media screen and (min-width: 40em) {
  /* line 72, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  /* line 76, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  /* line 81, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  /* line 85, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (min-width: 64em) {
  /* line 72, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  /* line 76, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  /* line 81, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  /* line 85, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .show-for-large-only {
    display: none !important;
  }
}

/* line 92, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_visibility.scss */
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

/* line 99, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_visibility.scss */
.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

/* line 106, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_visibility.scss */
.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  /* line 106, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  /* line 106, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

/* line 119, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_visibility.scss */
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  /* line 119, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  /* line 119, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

/* line 10, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_float.scss */
.float-left {
  float: left !important;
}

/* line 14, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_float.scss */
.float-right {
  float: right !important;
}

/* line 18, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_float.scss */
.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 130, /home/rails/Brdy/vendor/assets/stylesheets/foundation/util/_mixins.scss */
.clearfix::before, .clearfix::after {
  content: ' ';
  display: table;
}
/* line 136, /home/rails/Brdy/vendor/assets/stylesheets/foundation/util/_mixins.scss */
.clearfix::after {
  clear: both;
}

/* line 55, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.dropdown-pane {
  background-color: #fefefe;
  border: 1px solid #cacaca;
  display: block;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10;
  border-radius: 2px;
}
/* line 49, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.dropdown-pane.is-open {
  visibility: visible;
}

/* line 60, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.dropdown-pane.tiny {
  width: 100px;
}

/* line 60, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.dropdown-pane.small {
  width: 200px;
}

/* line 60, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.dropdown-pane.large {
  width: 400px;
}

/* line 196, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_table.scss */
table {
  margin-bottom: 1rem;
  border-radius: 2px;
}
/* line 70, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_table.scss */
thead,
tbody,
tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

/* line 78, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_table.scss */
caption {
  font-weight: bold;
  padding: 0.5rem 0.625rem 0.625rem;
}

/* line 84, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_table.scss */
thead,
tfoot {
  background: #f8f8f8;
  color: #0a0a0a;
}
/* line 90, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_table.scss */
thead tr,
tfoot tr {
  background: transparent;
}
/* line 95, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_table.scss */
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

/* line 108, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_table.scss */
tbody tr:nth-child(even) {
  background-color: #f1f1f1;
}
/* line 121, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_table.scss */
tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

@media screen and (max-width: 63.9375em) {
  /* line 175, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_table.scss */
  table.stack thead {
    display: none;
  }
  /* line 180, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_table.scss */
  table.stack tfoot {
    display: none;
  }
  /* line 184, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_table.scss */
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  /* line 190, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_table.scss */
  table.stack td {
    border-top: 0;
  }
}

/* line 206, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_table.scss */
table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

/* line 140, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_table.scss */
table.hover tr:hover {
  background-color: #f9f9f9;
}
/* line 146, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_table.scss */
table.hover tr:nth-of-type(even):hover {
  background-color: #ececec;
}

/* line 115, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_reveal.scss */
body.is-reveal-open {
  overflow: hidden;
}

/* line 120, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_reveal.scss */
.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll;
}

/* line 125, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_reveal.scss */
.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: none;
  margin: 100px auto 0;
  background-color: #fefefe;
  border-radius: 4px;
  position: absolute;
  overflow-y: auto;
}
/* line 157, /home/rails/Brdy/vendor/assets/stylesheets/foundation/util/_mixins.scss */
[data-whatinput='mouse'] .reveal {
  outline: 0;
}
@media screen and (min-width: 40em) {
  /* line 125, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_reveal.scss */
  .reveal {
    min-height: 0;
  }
}
/* line 75, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_reveal.scss */
.reveal .column, .reveal .columns,
.reveal .columns {
  min-width: 0;
}
/* line 81, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_reveal.scss */
.reveal > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 40em) {
  /* line 125, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_reveal.scss */
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}
/* line 132, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_reveal.scss */
.reveal.collapse {
  padding: 0;
}
@media screen and (min-width: 40em) {
  /* line 139, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_reveal.scss */
  .reveal .reveal {
    left: auto;
    right: auto;
    margin: 0 auto;
  }
}
@media screen and (min-width: 40em) {
  /* line 147, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_reveal.scss */
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}
@media screen and (min-width: 40em) {
  /* line 148, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_reveal.scss */
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}
@media screen and (min-width: 40em) {
  /* line 149, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_reveal.scss */
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}
/* line 152, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_reveal.scss */
.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  max-width: none;
  margin-left: 0;
  border: 0;
}

/* line 121, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_tabs.scss */
.tabs {
  margin: 0;
  list-style-type: none;
  background: #fefefe;
  border: 1px solid none;
}
/* line 130, /home/rails/Brdy/vendor/assets/stylesheets/foundation/util/_mixins.scss */
.tabs::before, .tabs::after {
  content: ' ';
  display: table;
}
/* line 136, /home/rails/Brdy/vendor/assets/stylesheets/foundation/util/_mixins.scss */
.tabs::after {
  clear: both;
}

/* line 67, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_tabs.scss */
.tabs.vertical > li {
  width: auto;
  float: none;
  display: block;
}

/* line 132, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_tabs.scss */
.tabs.simple > li > a {
  padding: 0;
}
/* line 135, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_tabs.scss */
.tabs.simple > li > a:hover {
  background: transparent;
}

/* line 142, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_tabs.scss */
.tabs.primary {
  background: #61998A;
}
/* line 145, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_tabs.scss */
.tabs.primary > li > a {
  color: #fefefe;
}
/* line 148, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_tabs.scss */
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #5c9183;
}

/* line 155, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_tabs.scss */
.tabs-title {
  float: left;
}
/* line 78, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_tabs.scss */
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  line-height: 1;
  font-size: 12px;
  color: #61998A;
}
/* line 85, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_tabs.scss */
.tabs-title > a:hover {
  background: #fefefe;
}
/* line 89, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_tabs.scss */
.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  background: #e6e6e6;
}

/* line 159, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_tabs.scss */
.tabs-content {
  background: #fefefe;
  transition: all 0.5s ease;
  border: 1px solid none;
  border-top: 0;
}

/* line 163, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_tabs.scss */
.tabs-content.vertical {
  border: 1px solid none;
  border-left: 0;
}

/* line 167, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_tabs.scss */
.tabs-panel {
  display: none;
  padding: 1rem;
}
/* line 115, /home/rails/Brdy/vendor/assets/stylesheets/foundation/components/_tabs.scss */
.tabs-panel.is-active {
  display: block;
}

/* line 7, /home/rails/Brdy/app/assets/stylesheets/brdy_core.scss */
html,
body {
  height: 100%;
}

/* line 13, /home/rails/Brdy/app/assets/stylesheets/brdy_core.scss */
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  border: none;
  border-bottom: 1px solid #cacaca;
}
/* line 18, /home/rails/Brdy/app/assets/stylesheets/brdy_core.scss */
[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  border: none;
  border-bottom: 1px solid #61998A;
}

/* line 24, /home/rails/Brdy/app/assets/stylesheets/brdy_core.scss */
.input-group-label {
  border: none;
  border-bottom: 1px solid #cacaca;
  height: 2.4375rem;
}

/* line 30, /home/rails/Brdy/app/assets/stylesheets/brdy_core.scss */
.img-circle {
  border-radius: 100%;
}

/* line 34, /home/rails/Brdy/app/assets/stylesheets/brdy_core.scss */
.reveal {
  outline: none;
}

/* line 37, /home/rails/Brdy/app/assets/stylesheets/brdy_core.scss */
.reveal-header {
  border-bottom: 1px solid #cacaca;
}

/* line 40, /home/rails/Brdy/app/assets/stylesheets/brdy_core.scss */
.reveal-footer {
  border-top: 1px solid #cacaca;
}

/* line 44, /home/rails/Brdy/app/assets/stylesheets/brdy_core.scss */
.tabs {
  border-bottom: 1px solid #cacaca;
}

/*
 * The Brdy loading animation mixin.
 */
/* line 92, /home/rails/Brdy/app/assets/stylesheets/brdy_core.scss */
.loading-button {
  position: relative;
}

/* line 95, /home/rails/Brdy/app/assets/stylesheets/brdy_core.scss */
.loading-button-anim {
  margin: auto;
  width: 40px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 56, /home/rails/Brdy/app/assets/stylesheets/brdy_core.scss */
.loading-button-anim > div {
  width: 10px;
  height: 10px;
  background-color: #FFF;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
/* line 66, /home/rails/Brdy/app/assets/stylesheets/brdy_core.scss */
.loading-button-anim .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
/* line 71, /home/rails/Brdy/app/assets/stylesheets/brdy_core.scss */
.loading-button-anim .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* line 23, /home/rails/Brdy/app/assets/stylesheets/coach/dashboard.scss */
html,
body {
  background: #E6E6E6;
}

/* line 28, /home/rails/Brdy/app/assets/stylesheets/coach/dashboard.scss */
header {
  width: 100%;
  height: 70px;
  background-color: #61998A;
  color: #B2CCC5;
  margin-bottom: 20px;
  position: relative;
  z-index: 50;
  /*
   * TODO:
   * Different states, focus etc
   */
  /*
   * Primary navigation
   */
}
/* line 37, /home/rails/Brdy/app/assets/stylesheets/coach/dashboard.scss */
header .header-logo {
  float: left;
  margin-top: 15px;
  margin-right: 25px;
}
/* line 43, /home/rails/Brdy/app/assets/stylesheets/coach/dashboard.scss */
header .header-student-search {
  display: inline-block;
  margin-top: 15px;
}
/* line 48, /home/rails/Brdy/app/assets/stylesheets/coach/dashboard.scss */
header .header-student-search pre {
  display: none;
}
/* line 52, /home/rails/Brdy/app/assets/stylesheets/coach/dashboard.scss */
header .search-icon {
  width: 32px;
  height: 32px;
  background: url(/assets/icon-spritesheet-650d606846b4a716d9a43d1890c3466f715d2151e1eae3c6d059ae35c144d1c3.png) no-repeat;
  background-position: -100px 2px;
  display: inline-block;
  position: absolute;
}
/* line 65, /home/rails/Brdy/app/assets/stylesheets/coach/dashboard.scss */
header .student-search {
  color: #B2CCC5;
  padding-left: 40px;
  width: 220px;
  margin: 0;
}
/* line 72, /home/rails/Brdy/app/assets/stylesheets/coach/dashboard.scss */
header .student-search:focus {
  border-bottom: 1px solid #FFF;
  color: #FFF;
}
/* line 77, /home/rails/Brdy/app/assets/stylesheets/coach/dashboard.scss */
header .typeahead-dropdown {
  color: #000;
  min-width: 100%;
  padding: 0;
  z-index: 46;
  background: #FFF;
  border-radius: 0;
  margin-top: 16px;
  border: 0;
  box-shadow: 0px 0px 7px 0px #939393;
}
/* line 90, /home/rails/Brdy/app/assets/stylesheets/coach/dashboard.scss */
header .twitter-typeahead {
  display: block !important;
}
/* line 97, /home/rails/Brdy/app/assets/stylesheets/coach/dashboard.scss */
header nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
}
/* line 101, /home/rails/Brdy/app/assets/stylesheets/coach/dashboard.scss */
header nav ul {
  list-style: none;
}
/* line 105, /home/rails/Brdy/app/assets/stylesheets/coach/dashboard.scss */
header nav li {
  float: left;
  margin-right: 20px;
}
/* line 110, /home/rails/Brdy/app/assets/stylesheets/coach/dashboard.scss */
header nav a {
  color: #B2CCC5;
}
/* line 114, /home/rails/Brdy/app/assets/stylesheets/coach/dashboard.scss */
header nav a:hover {
  text-decoration: none;
  color: #FFF;
}
/* line 119, /home/rails/Brdy/app/assets/stylesheets/coach/dashboard.scss */
header nav .nav-calendar-icon {
  display: block;
  width: 30px;
  height: 30px;
  background: url(/assets/icon-spritesheet-650d606846b4a716d9a43d1890c3466f715d2151e1eae3c6d059ae35c144d1c3.png) no-repeat;
  background-position: -130px -35px;
}
/* line 132, /home/rails/Brdy/app/assets/stylesheets/coach/dashboard.scss */
header .profile-dropdown {
  height: 70px;
  position: relative;
}
/* line 136, /home/rails/Brdy/app/assets/stylesheets/coach/dashboard.scss */
header .profile-dropdown #profile-dropdown-label {
  padding: 10px 10px 10px 20px;
  display: block;
  color: #AFCCC4;
}
/* line 141, /home/rails/Brdy/app/assets/stylesheets/coach/dashboard.scss */
header .profile-dropdown #profile-dropdown-label img {
  margin-left: 15px;
  margin-top: 0;
}
/* line 147, /home/rails/Brdy/app/assets/stylesheets/coach/dashboard.scss */
header .profile-dropdown #profile-dropdown-label:hover,
header .profile-dropdown #profile-dropdown-label:active,
header .profile-dropdown #profile-dropdown-label:focus {
  text-decoration: none;
}
/* line 153, /home/rails/Brdy/app/assets/stylesheets/coach/dashboard.scss */
header .profile-dropdown #profile-dropdown-label:hover {
  color: #FFF;
}
/* line 157, /home/rails/Brdy/app/assets/stylesheets/coach/dashboard.scss */
header .profile-dropdown #profile-dropdown-label.hover {
  background: #548274;
}
/* line 161, /home/rails/Brdy/app/assets/stylesheets/coach/dashboard.scss */
header .profile-dropdown .dropdown-pane {
  width: 100%;
  padding: 0;
  z-index: 46;
  border-radius: 0;
  top: -2px;
  border: 0;
  box-shadow: 0px 0px 7px 0px #939393;
}
/* line 171, /home/rails/Brdy/app/assets/stylesheets/coach/dashboard.scss */
header .profile-dropdown .dropdown-pane ul {
  list-style: none;
  margin: 0;
}
/* line 176, /home/rails/Brdy/app/assets/stylesheets/coach/dashboard.scss */
header .profile-dropdown .dropdown-pane a {
  color: #000;
  width: 100%;
  display: block;
  padding: 5px 5px;
}
/* line 183, /home/rails/Brdy/app/assets/stylesheets/coach/dashboard.scss */
header .profile-dropdown .dropdown-pane a:hover {
  background: #e6e6e6;
}

/* line 190, /home/rails/Brdy/app/assets/stylesheets/coach/dashboard.scss */
.toolbar {
  margin-top: -20px;
  width: 100%;
  height: 46px;
  background: #FFF;
  position: relative;
  z-index: 45;
  border-bottom: 1px solid #cacaca;
}
/* line 201, /home/rails/Brdy/app/assets/stylesheets/coach/dashboard.scss */
.toolbar .toolbar-btn, .toolbar .toolbar-arrow-btn {
  line-height: 45px;
  float: left;
  margin: 0;
  height: 46px;
  border: none;
  padding: 0px 10px;
  color: inherit;
  position: relative;
  z-index: 45;
}
/* line 214, /home/rails/Brdy/app/assets/stylesheets/coach/dashboard.scss */
.toolbar .toolbar-btn:hover, .toolbar .toolbar-arrow-btn:hover,
.toolbar .toolbar-btn:active,
.toolbar .toolbar-arrow-btn:active,
.toolbar .toolbar-btn:focus,
.toolbar .toolbar-arrow-btn:focus {
  text-decoration: none;
}
/* line 225, /home/rails/Brdy/app/assets/stylesheets/coach/dashboard.scss */
.toolbar .toolbar-arrow-left {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 10px 5px 0;
  border-color: transparent #C0C0C0 transparent transparent;
  margin: 5px;
}
/* line 233, /home/rails/Brdy/app/assets/stylesheets/coach/dashboard.scss */
.toolbar .toolbar-arrow-right {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #C0C0C0;
  margin: 5px;
}

/*
 * Main content container. Arbitrary 700px width at the moment. Needs to be
 * adapted for responsiveness.
 */
/* line 247, /home/rails/Brdy/app/assets/stylesheets/coach/dashboard.scss */
.db-content-body {
  max-width: 700px;
  background: #FFF;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  margin-top: 20px;
}

/* line 255, /home/rails/Brdy/app/assets/stylesheets/coach/dashboard.scss */
.section-title {
  padding: 15px 20px;
  border-bottom: 1px solid #CCCCCC;
  margin: 0 -15px 15px -15px;
}

/* line 261, /home/rails/Brdy/app/assets/stylesheets/coach/dashboard.scss */
.section-title.border-top {
  border-top: 1px solid #CCCCCC;
}

/* line 266, /home/rails/Brdy/app/assets/stylesheets/coach/dashboard.scss */
.student-typeahead-wrapper .suggestion-name {
  /*display: inline-block;*/
}
/* line 270, /home/rails/Brdy/app/assets/stylesheets/coach/dashboard.scss */
.student-typeahead-wrapper .suggestion-email {
  color: #8a8a8a;
  margin: 0 10px;
  padding: 0 10px;
}
/* line 278, /home/rails/Brdy/app/assets/stylesheets/coach/dashboard.scss */
.student-typeahead-wrapper .tt-suggestion {
  padding: 5px 10px;
}
/* line 282, /home/rails/Brdy/app/assets/stylesheets/coach/dashboard.scss */
.student-typeahead-wrapper .tt-suggestion:hover {
  background: #548274;
  color: #FFF;
}
/* line 285, /home/rails/Brdy/app/assets/stylesheets/coach/dashboard.scss */
.student-typeahead-wrapper .tt-suggestion:hover .suggestion-email {
  color: #FFF;
}
/* line 290, /home/rails/Brdy/app/assets/stylesheets/coach/dashboard.scss */
.student-typeahead-wrapper .footer {
  font-size: 80%;
  color: #FFF;
  background: #61998A;
  padding: 2px 5px;
}

/* line 298, /home/rails/Brdy/app/assets/stylesheets/coach/dashboard.scss */
.typeahead-loading-anim {
  margin: auto;
  width: 46px;
  text-align: center;
}
/* line 56, /home/rails/Brdy/app/assets/stylesheets/brdy_core.scss */
.typeahead-loading-anim > div {
  width: 12px;
  height: 12px;
  background-color: #61998A;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
/* line 66, /home/rails/Brdy/app/assets/stylesheets/brdy_core.scss */
.typeahead-loading-anim .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
/* line 71, /home/rails/Brdy/app/assets/stylesheets/brdy_core.scss */
.typeahead-loading-anim .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* line 303, /home/rails/Brdy/app/assets/stylesheets/coach/dashboard.scss */
#global-wrapper {
  min-height: 100%;
  margin: 0 auto -34px;
  padding-bottom: 20px;
}

/* line 309, /home/rails/Brdy/app/assets/stylesheets/coach/dashboard.scss */
#footer-push,
#dashboard-footer {
  height: 34px;
}

/* line 314, /home/rails/Brdy/app/assets/stylesheets/coach/dashboard.scss */
#dashboard-footer {
  background: #FFF;
  border-top: 1px solid #cacaca;
  padding: 5px;
  color: #8a8a8a;
}
/* line 1, /home/rails/Brdy/app/assets/stylesheets/coach/finance.scss */
.statement-overview {
  text-align: center;
  padding: 10px;
}
/* line 5, /home/rails/Brdy/app/assets/stylesheets/coach/finance.scss */
.statement-overview .stat {
  margin: 10px 0;
}
/* line 1, /home/rails/Brdy/app/assets/stylesheets/coach/students.scss */
.student-header {
  margin: 0 -15px;
  padding: 15px 20px;
}
/* line 5, /home/rails/Brdy/app/assets/stylesheets/coach/students.scss */
.student-header img {
  display: inline-block;
}
/* line 9, /home/rails/Brdy/app/assets/stylesheets/coach/students.scss */
.student-header .student-details {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
/* line 15, /home/rails/Brdy/app/assets/stylesheets/coach/students.scss */
.student-header .student-email {
  color: #7E7E7E;
  margin-left: 5px;
}
/* line 20, /home/rails/Brdy/app/assets/stylesheets/coach/students.scss */
.student-header .student-phone {
  color: #7E7E7E;
}

/* line 25, /home/rails/Brdy/app/assets/stylesheets/coach/students.scss */
.search-results-menu {
  padding-top: 10px;
}

/* line 29, /home/rails/Brdy/app/assets/stylesheets/coach/students.scss */
.search-results-query {
  padding: 7px 0px;
}
/**
 * Login page styles
 */
/* line 7, /home/rails/Brdy/app/assets/stylesheets/sessions.scss */
.login-wrap {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* line 16, /home/rails/Brdy/app/assets/stylesheets/sessions.scss */
#login-logo {
  width: 100%;
  height: 74px;
  text-align: center;
  margin-bottom: 25px;
  background: url(/assets/login-logo-7c1a505632f4a1ca396cdc8699ccc38f1b4c3235ffbca24573e510bea53c500e.png) no-repeat;
  background-size: 180px 74px;
  background-position: center;
}
/* line 4, /home/rails/Brdy/app/assets/stylesheets/widgets/daypicker.scss */
.daypicker-dropdown {
  padding: .1rem;
}

/* line 8, /home/rails/Brdy/app/assets/stylesheets/widgets/daypicker.scss */
.DayPicker {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  padding: .5rem 0;
  user-select: none;
}

/* line 17, /home/rails/Brdy/app/assets/stylesheets/widgets/daypicker.scss */
.DayPicker-Month {
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  user-select: none;
}

/* line 25, /home/rails/Brdy/app/assets/stylesheets/widgets/daypicker.scss */
.DayPicker-NavBar {
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 .5rem;
}

/* line 32, /home/rails/Brdy/app/assets/stylesheets/widgets/daypicker.scss */
.DayPicker-NavButton {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
}

/* line 42, /home/rails/Brdy/app/assets/stylesheets/widgets/daypicker.scss */
.DayPicker-NavButton--prev {
  left: 1rem;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjI2cHgiIGhlaWdodD0iNTBweCIgdmlld0JveD0iMCAwIDI2IDUwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnNrZXRjaD0iaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoL25zIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggMy4zLjIgKDEyMDQzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5wcmV2PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc2tldGNoOnR5cGU9Ik1TUGFnZSI+CiAgICAgICAgPGcgaWQ9InByZXYiIHNrZXRjaDp0eXBlPSJNU0xheWVyR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEzLjM5MzE5MywgMjUuMDAwMDAwKSBzY2FsZSgtMSwgMSkgdHJhbnNsYXRlKC0xMy4zOTMxOTMsIC0yNS4wMDAwMDApIHRyYW5zbGF0ZSgwLjg5MzE5MywgMC4wMDAwMDApIiBmaWxsPSIjNTY1QTVDIj4KICAgICAgICAgICAgPHBhdGggZD0iTTAsNDkuMTIzNzMzMSBMMCw0NS4zNjc0MzQ1IEwyMC4xMzE4NDU5LDI0LjcyMzA2MTIgTDAsNC4yMzEzODMxNCBMMCwwLjQ3NTA4NDQ1OSBMMjUsMjQuNzIzMDYxMiBMMCw0OS4xMjM3MzMxIEwwLDQ5LjEyMzczMzEgWiIgaWQ9InJpZ2h0IiBza2V0Y2g6dHlwZT0iTVNTaGFwZUdyb3VwIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K");
}

/* line 47, /home/rails/Brdy/app/assets/stylesheets/widgets/daypicker.scss */
.DayPicker-NavButton--next {
  right: 1rem;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjI2cHgiIGhlaWdodD0iNTBweCIgdmlld0JveD0iMCAwIDI2IDUwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnNrZXRjaD0iaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoL25zIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggMy4zLjIgKDEyMDQzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5uZXh0PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc2tldGNoOnR5cGU9Ik1TUGFnZSI+CiAgICAgICAgPGcgaWQ9Im5leHQiIHNrZXRjaDp0eXBlPSJNU0xheWVyR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuOTUxNDUxLCAwLjAwMDAwMCkiIGZpbGw9IiM1NjVBNUMiPgogICAgICAgICAgICA8cGF0aCBkPSJNMCw0OS4xMjM3MzMxIEwwLDQ1LjM2NzQzNDUgTDIwLjEzMTg0NTksMjQuNzIzMDYxMiBMMCw0LjIzMTM4MzE0IEwwLDAuNDc1MDg0NDU5IEwyNSwyNC43MjMwNjEyIEwwLDQ5LjEyMzczMzEgTDAsNDkuMTIzNzMzMSBaIiBpZD0icmlnaHQiIHNrZXRjaDp0eXBlPSJNU1NoYXBlR3JvdXAiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=");
}

/* line 53, /home/rails/Brdy/app/assets/stylesheets/widgets/daypicker.scss */
.DayPicker-Caption {
  display: table-caption;
  height: 1.5rem;
  text-align: center;
}

/* line 59, /home/rails/Brdy/app/assets/stylesheets/widgets/daypicker.scss */
.DayPicker-Weekdays {
  display: table-header-group;
}

/* line 63, /home/rails/Brdy/app/assets/stylesheets/widgets/daypicker.scss */
.DayPicker-WeekdaysRow {
  display: table-row;
}

/* line 67, /home/rails/Brdy/app/assets/stylesheets/widgets/daypicker.scss */
.DayPicker-Weekday {
  display: table-cell;
  padding: .5rem;
  font-size: .875em;
  text-align: center;
  color: #8b9898;
}

/* line 75, /home/rails/Brdy/app/assets/stylesheets/widgets/daypicker.scss */
.DayPicker-Body {
  display: table-row-group;
}

/* line 79, /home/rails/Brdy/app/assets/stylesheets/widgets/daypicker.scss */
.DayPicker-Week {
  display: table-row;
}

/* line 83, /home/rails/Brdy/app/assets/stylesheets/widgets/daypicker.scss */
.DayPicker-Day {
  display: table-cell;
  padding: .5rem;
  border: 1px solid #eaecec;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
}

/* line 92, /home/rails/Brdy/app/assets/stylesheets/widgets/daypicker.scss */
.DayPicker--interactionDisabled .DayPicker-Day {
  cursor: default;
}

/* Default modifiers */
/* line 98, /home/rails/Brdy/app/assets/stylesheets/widgets/daypicker.scss */
.DayPicker-Day--today {
  color: #d0021b;
  font-weight: 500;
}

/* line 103, /home/rails/Brdy/app/assets/stylesheets/widgets/daypicker.scss */
.DayPicker-Day--disabled {
  color: #dce0e0;
  cursor: default;
  background-color: #eff1f1;
}

/* line 109, /home/rails/Brdy/app/assets/stylesheets/widgets/daypicker.scss */
.DayPicker-Day--outside {
  cursor: default;
  color: #dce0e0;
}

/* Example modifiers */
/* line 116, /home/rails/Brdy/app/assets/stylesheets/widgets/daypicker.scss */
.DayPicker-Day--sunday {
  color: #dce0e0;
  background-color: #f7f8f8;
}

/* line 121, /home/rails/Brdy/app/assets/stylesheets/widgets/daypicker.scss */
.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) {
  color: #FFF;
  background-color: #4A90E2;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *


 */

