@charset "UTF-8";/*! normalize.css v2.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 8/9.
 */


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Removes default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}


/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * Removes border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */


html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* line 9, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.slider-pro {
  position: relative;
  margin: 0 auto;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

/* line 15, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-slides-container {
  position: relative; }

/* line 18, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-mask {
  position: relative;
  overflow: hidden; }

/* line 22, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-slides {
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000; }

/* line 27, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-slide {
  position: absolute; }

/* line 30, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-image-container {
  overflow: hidden; }

/* line 33, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-image {
  position: relative;
  display: block;
  border: none; }

/* line 38, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-no-js {
  overflow: hidden;
  max-width: 100%; }

/* line 44, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-thumbnails-container {
  position: relative;
  overflow: hidden; }

/* line 48, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-top-thumbnails,
.sp-bottom-thumbnails {
  left: 0;
  margin: 0 auto; }

/* line 53, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-top-thumbnails {
  position: absolute;
  top: 0;
  margin-bottom: 4px; }

/* line 58, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-bottom-thumbnails {
  margin-top: 4px; }

/* line 61, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-left-thumbnails,
.sp-right-thumbnails {
  position: absolute;
  top: 0; }

/* line 66, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-right-thumbnails {
  right: 0;
  margin-left: 4px; }

/* line 70, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-left-thumbnails {
  left: 0;
  margin-right: 4px; }

/* line 74, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-thumbnails {
  position: relative; }

/* line 77, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-thumbnail {
  border: none; }

/* line 80, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-thumbnail-container {
  position: relative;
  display: block;
  overflow: hidden;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 90, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-top-thumbnails .sp-thumbnail-container,
.sp-bottom-thumbnails .sp-thumbnail-container {
  margin-left: 2px;
  margin-right: 2px; }

/* line 95, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-top-thumbnails .sp-thumbnail-container:first-child,
.sp-bottom-thumbnails .sp-thumbnail-container:first-child {
  margin-left: 0; }

/* line 99, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-top-thumbnails .sp-thumbnail-container:last-child,
.sp-bottom-thumbnails .sp-thumbnail-container:last-child {
  margin-right: 0; }

/* line 105, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-left-thumbnails .sp-thumbnail-container,
.sp-right-thumbnails .sp-thumbnail-container {
  margin-top: 2px;
  margin-bottom: 2px; }

/* line 110, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-left-thumbnails .sp-thumbnail-container:first-child,
.sp-right-thumbnails .sp-thumbnail-container:first-child {
  margin-top: 0; }

/* line 114, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-left-thumbnails .sp-thumbnail-container:last-child,
.sp-right-thumbnails .sp-thumbnail-container:last-child {
  margin-bottom: 0; }

/* line 120, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-right-thumbnails.sp-has-pointer {
  margin-left: -13px; }

/* line 123, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  left: 18px;
  margin-left: 0 !important; }

/* line 128, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: "";
  position: absolute;
  height: 100%;
  border-left: 5px solid #F00;
  left: 0;
  top: 0;
  margin-left: 13px; }

/* line 137, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 50%;
  margin-top: -8px;
  border-right: 13px solid #F00;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent; }

/* line 151, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-left-thumbnails.sp-has-pointer {
  margin-right: -13px; }

/* line 154, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-left-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  right: 18px; }

/* line 158, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: "";
  position: absolute;
  height: 100%;
  border-left: 5px solid #F00;
  right: 0;
  top: 0;
  margin-right: 13px; }

/* line 167, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 50%;
  margin-top: -8px;
  border-left: 13px solid #F00;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent; }

/* line 181, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-bottom-thumbnails.sp-has-pointer {
  margin-top: -13px; }

/* line 184, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  top: 18px;
  margin-top: 0 !important; }

/* line 189, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 5px solid #F00;
  top: 0;
  margin-top: 13px; }

/* line 197, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 0;
  margin-left: -8px;
  border-bottom: 13px solid #F00;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent; }

/* line 211, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-top-thumbnails.sp-has-pointer {
  margin-bottom: -13px; }

/* line 214, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-top-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  bottom: 18px; }

/* line 218, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 5px solid #F00;
  bottom: 0;
  margin-bottom: 13px; }

/* line 226, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  bottom: 0;
  margin-left: -8px;
  border-top: 13px solid #F00;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent; }

/* line 240, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-layer {
  position: absolute;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden; }

/* line 249, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-black {
  color: #FFF;
  background: black;
  background: rgba(0, 0, 0, 0.7); }

/* line 254, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-white {
  color: #000;
  background: white;
  background: rgba(255, 255, 255, 0.7); }

/* line 259, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-rounded {
  border-radius: 10px; }

/* line 262, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-padding {
  padding: 10px; }

/* line 267, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-grab {
  cursor: url("/images/slider/openhand.cur"), move; }

/* line 270, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-grabbing {
  cursor: url("/images/slider/closedhand.cur"), move; }

/* line 273, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-selectable {
  cursor: default; }

/* line 278, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-caption-container {
  text-align: center;
  margin-top: 10px; }

/* line 284, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-full-screen {
  margin: 0 !important;
  background-color: #000; }

/* line 288, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-full-screen-button {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/* line 299, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-full-screen-button:before {
  content: "↕"; }

/* line 302, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-fade-full-screen {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

/* line 307, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.slider-pro:hover .sp-fade-full-screen {
  opacity: 1; }

/* line 312, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-buttons {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 10px; }

/* line 318, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-button {
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 50%;
  margin: 4px;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer; }

/* line 330, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-selected-button {
  background-color: #000; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 334, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
  .sp-button {
    width: 14px;
    height: 14px; } }
@media only screen and (min-width: 568px) and (max-width: 768px) {
  /* line 339, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
  .sp-button {
    width: 16px;
    height: 16px; } }
@media only screen and (min-width: 320px) and (max-width: 568px) {
  /* line 344, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
  .sp-button {
    width: 18px;
    height: 18px; } }
/* line 350, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-arrows {
  position: absolute; }

/* line 353, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-fade-arrows {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

/* line 358, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-slides-container:hover .sp-fade-arrows {
  opacity: 1; }

/* line 361, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-horizontal .sp-arrows {
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -15px; }

/* line 367, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-vertical .sp-arrows {
  height: 100%;
  left: 50%;
  top: 0;
  margin-left: -10px; }

/* line 373, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-arrow {
  position: absolute;
  display: block;
  width: 20px;
  height: 30px;
  cursor: pointer; }

/* line 380, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-vertical .sp-arrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

/* line 385, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-horizontal .sp-previous-arrow {
  left: 20px; }

/* line 388, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-horizontal .sp-next-arrow {
  right: 20px; }

/* line 391, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-vertical .sp-previous-arrow {
  top: 20px; }

/* line 394, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-vertical .sp-next-arrow {
  bottom: 20px; }

/* line 397, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-previous-arrow:before,
.sp-previous-arrow:after,
.sp-next-arrow:before,
.sp-next-arrow:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #FFF; }

/* line 407, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-previous-arrow:before {
  left: 30%;
  top: 0;
  -webkit-transform: skew(145deg, 0deg);
  -ms-transform: skew(145deg, 0deg);
  transform: skew(145deg, 0deg); }

/* line 414, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-previous-arrow:after {
  left: 30%;
  top: 50%;
  -webkit-transform: skew(-145deg, 0deg);
  -ms-transform: skew(-145deg, 0deg);
  transform: skew(-145deg, 0deg); }

/* line 421, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-next-arrow:before {
  right: 30%;
  top: 0;
  -webkit-transform: skew(35deg, 0deg);
  -ms-transform: skew(35deg, 0deg);
  transform: skew(35deg, 0deg); }

/* line 428, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-next-arrow:after {
  right: 30%;
  top: 50%;
  -webkit-transform: skew(-35deg, 0deg);
  -ms-transform: skew(-35deg, 0deg);
  transform: skew(-35deg, 0deg); }

/* line 435, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.ie8 .sp-arrow,
.ie7 .sp-arrow {
  width: 0;
  height: 0; }

/* line 440, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.ie8 .sp-arrow:before,
.ie8 .sp-arrow:after,
.ie7 .sp-arrow:before,
.ie7 .sp-arrow:after {
  content: none; }

/* line 446, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.ie8.sp-horizontal .sp-previous-arrow,
.ie7.sp-horizontal .sp-previous-arrow {
  border-right: 20px solid #FFF;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent; }

/* line 452, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.ie8.sp-horizontal .sp-next-arrow,
.ie7.sp-horizontal .sp-next-arrow {
  border-left: 20px solid #FFF;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent; }

/* line 458, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.ie8.sp-vertical .sp-previous-arrow,
.ie7.sp-vertical .sp-previous-arrow {
  border-bottom: 20px solid #FFF;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent; }

/* line 464, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.ie8.sp-vertical .sp-next-arrow,
.ie7.sp-vertical .sp-next-arrow {
  border-top: 20px solid #FFF;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent; }

/* line 472, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-thumbnail-arrows {
  position: absolute; }

/* line 475, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-fade-thumbnail-arrows {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

/* line 480, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-thumbnails-container:hover .sp-fade-thumbnail-arrows {
  opacity: 1; }

/* line 483, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-top-thumbnails .sp-thumbnail-arrows,
.sp-bottom-thumbnails .sp-thumbnail-arrows {
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -12px; }

/* line 490, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-left-thumbnails .sp-thumbnail-arrows,
.sp-right-thumbnails .sp-thumbnail-arrows {
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -7px; }

/* line 497, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-thumbnail-arrow {
  position: absolute;
  display: block;
  width: 15px;
  height: 25px;
  cursor: pointer; }

/* line 504, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-left-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow,
.sp-right-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

/* line 510, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-top-thumbnails .sp-previous-thumbnail-arrow,
.sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
  left: 0px; }

/* line 514, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-top-thumbnails .sp-next-thumbnail-arrow,
.sp-bottom-thumbnails .sp-next-thumbnail-arrow {
  right: 0px; }

/* line 518, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-left-thumbnails .sp-previous-thumbnail-arrow,
.sp-right-thumbnails .sp-previous-thumbnail-arrow {
  top: 0px; }

/* line 522, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-left-thumbnails .sp-next-thumbnail-arrow,
.sp-right-thumbnails .sp-next-thumbnail-arrow {
  bottom: 0px; }

/* line 526, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-previous-thumbnail-arrow:before,
.sp-previous-thumbnail-arrow:after,
.sp-next-thumbnail-arrow:before,
.sp-next-thumbnail-arrow:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #000000; }

/* line 536, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-previous-thumbnail-arrow:before {
  left: 30%;
  top: 0;
  -webkit-transform: skew(145deg, 0deg);
  -ms-transform: skew(145deg, 0deg);
  transform: skew(145deg, 0deg); }

/* line 543, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-previous-thumbnail-arrow:after {
  left: 30%;
  top: 50%;
  -webkit-transform: skew(-145deg, 0deg);
  -ms-transform: skew(-145deg, 0deg);
  transform: skew(-145deg, 0deg); }

/* line 550, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-next-thumbnail-arrow:before {
  right: 30%;
  top: 0;
  -webkit-transform: skew(35deg, 0deg);
  -ms-transform: skew(35deg, 0deg);
  transform: skew(35deg, 0deg); }

/* line 557, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.sp-next-thumbnail-arrow:after {
  right: 30%;
  top: 50%;
  -webkit-transform: skew(-35deg, 0deg);
  -ms-transform: skew(-35deg, 0deg);
  transform: skew(-35deg, 0deg); }

/* line 564, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.ie8 .sp-thumbnail-arrow,
.ie7 .sp-thumbnail-arrow {
  width: 0;
  height: 0; }

/* line 569, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.ie8 .sp-thumbnail-arrow:before,
.ie8 .sp-thumbnail-arrow:after,
.ie7 .sp-thumbnail-arrow:before,
.ie7 .sp-thumbnail-arrow:after {
  content: none; }

/* line 575, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.ie8 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
  border-right: 12px solid #000000;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent; }

/* line 583, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.ie8 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-bottom-thumbnails .sp-next-thumbnail-arrow {
  border-left: 12px solid #000000;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent; }

/* line 591, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.ie8 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-previous-thumbnail-arrow {
  border-bottom: 12px solid #000000;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent; }

/* line 599, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.ie8 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-next-thumbnail-arrow {
  border-top: 12px solid #000000;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent; }

/* line 609, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
a.sp-video {
  text-decoration: none; }

/* line 612, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
a.sp-video img {
  -webkit-backface-visibility: hidden;
  border: none; }

/* line 616, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
a.sp-video:after {
  content: "▶";
  position: absolute;
  width: 45px;
  padding-left: 5px;
  height: 50px;
  border: 2px solid #FFF;
  text-align: center;
  font-size: 30px;
  border-radius: 30px;
  top: 0;
  color: #FFF;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  margin: auto;
  line-height: 52px; }

/* line 637, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.slider-pro img.sp-image,
.slider-pro img.sp-thumbnail {
  max-width: none !important;
  max-height: none !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  -webkit-box-shadow: none !important;
  -mox-box-shadow: none !important;
  box-shadow: none !important;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none; }

/* line 652, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.slider-pro a {
  position: static;
  transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important; }

/* line 659, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.slider-pro iframe,
.slider-pro object,
.slider-pro video,
.slider-pro embed,
.slider-pro canvas {
  max-width: none;
  max-height: none; }

/* line 667, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.slider-pro p.sp-layer {
  font-size: 14px;
  line-height: 1.4;
  margin: 0; }

/* line 672, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.slider-pro h1.sp-layer {
  font-size: 32px;
  line-height: 1.4;
  margin: 0; }

/* line 677, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.slider-pro h2.sp-layer {
  font-size: 24px;
  line-height: 1.4;
  margin: 0; }

/* line 682, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.slider-pro h3.sp-layer {
  font-size: 19px;
  line-height: 1.4;
  margin: 0; }

/* line 687, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.slider-pro h4.sp-layer {
  font-size: 16px;
  line-height: 1.4;
  margin: 0; }

/* line 692, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.slider-pro h5.sp-layer {
  font-size: 13px;
  line-height: 1.4;
  margin: 0; }

/* line 697, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.slider-pro h6.sp-layer {
  font-size: 11px;
  line-height: 1.4;
  margin: 0; }

/* line 702, /home/vagrant/chalknation/source/stylesheets/vendor/slider-pro.css.sass */
.slider-pro img.sp-layer {
  border: none; }
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
/* line 3, /home/vagrant/chalknation/source/stylesheets/vendor/jquery.fancybox.css.sass */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

/* line 19, /home/vagrant/chalknation/source/stylesheets/vendor/jquery.fancybox.css.sass */
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

/* line 25, /home/vagrant/chalknation/source/stylesheets/vendor/jquery.fancybox.css.sass */
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none; }

/* line 31, /home/vagrant/chalknation/source/stylesheets/vendor/jquery.fancybox.css.sass */
.fancybox-opened {
  z-index: 8030; }

/* line 34, /home/vagrant/chalknation/source/stylesheets/vendor/jquery.fancybox.css.sass */
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

/* line 39, /home/vagrant/chalknation/source/stylesheets/vendor/jquery.fancybox.css.sass */
.fancybox-outer, .fancybox-inner {
  position: relative; }

/* line 42, /home/vagrant/chalknation/source/stylesheets/vendor/jquery.fancybox.css.sass */
.fancybox-inner {
  overflow: hidden; }

/* line 45, /home/vagrant/chalknation/source/stylesheets/vendor/jquery.fancybox.css.sass */
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

/* line 48, /home/vagrant/chalknation/source/stylesheets/vendor/jquery.fancybox.css.sass */
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

/* line 55, /home/vagrant/chalknation/source/stylesheets/vendor/jquery.fancybox.css.sass */
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

/* line 60, /home/vagrant/chalknation/source/stylesheets/vendor/jquery.fancybox.css.sass */
.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

/* line 64, /home/vagrant/chalknation/source/stylesheets/vendor/jquery.fancybox.css.sass */
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/images/fancybox/fancybox_sprite-fe7179e3.png"); }

/* line 67, /home/vagrant/chalknation/source/stylesheets/vendor/jquery.fancybox.css.sass */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

/* line 78, /home/vagrant/chalknation/source/stylesheets/vendor/jquery.fancybox.css.sass */
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/images/fancybox/fancybox_loading-1a755fb2.gif") center center no-repeat; }

/* line 83, /home/vagrant/chalknation/source/stylesheets/vendor/jquery.fancybox.css.sass */
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

/* line 92, /home/vagrant/chalknation/source/stylesheets/vendor/jquery.fancybox.css.sass */
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/images/fancybox/blank-2daeaa8b.gif");
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

/* line 103, /home/vagrant/chalknation/source/stylesheets/vendor/jquery.fancybox.css.sass */
.fancybox-prev {
  left: 0; }

/* line 106, /home/vagrant/chalknation/source/stylesheets/vendor/jquery.fancybox.css.sass */
.fancybox-next {
  right: 0; }

/* line 109, /home/vagrant/chalknation/source/stylesheets/vendor/jquery.fancybox.css.sass */
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

/* line 119, /home/vagrant/chalknation/source/stylesheets/vendor/jquery.fancybox.css.sass */
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

/* line 123, /home/vagrant/chalknation/source/stylesheets/vendor/jquery.fancybox.css.sass */
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

/* line 127, /home/vagrant/chalknation/source/stylesheets/vendor/jquery.fancybox.css.sass */
.fancybox-nav:hover span {
  visibility: visible; }

/* line 130, /home/vagrant/chalknation/source/stylesheets/vendor/jquery.fancybox.css.sass */
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
/* line 140, /home/vagrant/chalknation/source/stylesheets/vendor/jquery.fancybox.css.sass */
.fancybox-lock {
  width: auto; }

/* line 144, /home/vagrant/chalknation/source/stylesheets/vendor/jquery.fancybox.css.sass */
.fancybox-lock body {
  overflow: hidden !important; }

/* line 147, /home/vagrant/chalknation/source/stylesheets/vendor/jquery.fancybox.css.sass */
.fancybox-lock-test {
  overflow-y: hidden !important; }

/* line 150, /home/vagrant/chalknation/source/stylesheets/vendor/jquery.fancybox.css.sass */
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("/images/fancybox/fancybox_overlay-b3a4ee64.png"); }

/* line 159, /home/vagrant/chalknation/source/stylesheets/vendor/jquery.fancybox.css.sass */
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

/* line 164, /home/vagrant/chalknation/source/stylesheets/vendor/jquery.fancybox.css.sass */
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
/* line 169, /home/vagrant/chalknation/source/stylesheets/vendor/jquery.fancybox.css.sass */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

/* line 176, /home/vagrant/chalknation/source/stylesheets/vendor/jquery.fancybox.css.sass */
.fancybox-opened .fancybox-title {
  visibility: visible; }

/* line 179, /home/vagrant/chalknation/source/stylesheets/vendor/jquery.fancybox.css.sass */
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

/* line 187, /home/vagrant/chalknation/source/stylesheets/vendor/jquery.fancybox.css.sass */
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

/* line 202, /home/vagrant/chalknation/source/stylesheets/vendor/jquery.fancybox.css.sass */
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

/* line 207, /home/vagrant/chalknation/source/stylesheets/vendor/jquery.fancybox.css.sass */
.fancybox-title-inside-wrap {
  padding-top: 10px; }

/* line 210, /home/vagrant/chalknation/source/stylesheets/vendor/jquery.fancybox.css.sass */
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics! */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 221, /home/vagrant/chalknation/source/stylesheets/vendor/jquery.fancybox.css.sass */
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("/images/fancybox/fancybox_sprite@2x-ee05713a.png");
    background-size: 44px 152px; }

  /* line 225, /home/vagrant/chalknation/source/stylesheets/vendor/jquery.fancybox.css.sass */
  #fancybox-loading div {
    background-image: url("/images/fancybox/fancybox_loading@2x-273b1234.gif");
    background-size: 24px 24px; } }
.ath-viewport * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ath-viewport {
	position: relative;
	z-index: 2147483641;
	pointer-events: none;

	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}

.ath-modal {
	pointer-events: auto !important;
	background: rgba(0,0,0,0.6);
}

.ath-mandatory {
	background: #000;
}

.ath-container {
	pointer-events: auto !important;
	position: absolute;
	z-index: 2147483641;
	padding: 0.7em 0.6em;
	width: 18em;

	background: #eee;
	background-size: 100% auto;

	box-shadow: 0 0.2em 0 #d1d1d1;

	font-family: sans-serif;
	font-size: 15px;
	line-height: 1.5em;
	text-align: center;
}

.ath-container small {
	font-size: 0.8em;
	line-height: 1.3em;
	display: block;
	margin-top: 0.5em;
}

.ath-ios.ath-phone {
	bottom: 1.8em;
	left: 50%;
	margin-left: -9em;
}

.ath-ios6.ath-tablet {
	left: 5em;
	top: 1.8em;
}

.ath-ios7.ath-tablet {
	left: 0.7em;
	top: 1.8em;
}

.ath-ios8.ath-tablet {
	right: 0.4em;
	top: 1.8em;
}

.ath-android {
	bottom: 1.8em;
	left: 50%;
	margin-left: -9em;
}

/* close icon */
.ath-container:before {
	content: '';
	position: relative;
	display: block;
	float: right;
	margin: -0.7em -0.6em 0 0.5em;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIQAAACECAMAAABmmnOVAAAAdVBMVEUAAAA5OTkzMzM7Ozs3NzdBQUFAQEA/Pz8+Pj5BQUFAQEA/Pz8+Pj5BQUFAQEA/Pz9BQUE+Pj4/Pz8/Pz8+Pj4/Pz8/Pz8/Pz8+Pj4/Pz8+Pj4/Pz8/Pz8/Pz8/Pz8/Pz8+Pj4/Pz8/Pz8/Pz8/Pz9AQEA/Pz+fdCaPAAAAJnRSTlMACQoNDjM4OTo7PEFCQ0RFS6ytsbS1tru8vcTFxu7x8vX19vf4+C5yomAAAAJESURBVHgBvdzLTsJAGEfxr4C2KBcVkQsIDsK8/yPaqIsPzVlyzrKrX/5p0kkXEz81L23otc9NpIbbWia2YVLqdnhlqFlhGWpSDHe1aopsSIpRb8gK0dC3G30b9rVmhWZIimTICsvQtx/FsuYOrWHoDjX3Gu31gzJxdki934WrAIOsAIOsAIOiAMPhPsJTgKGN0BVsYIVsYIVpYIVpYIVpYIVpYIVpYIVpYIVpYIVlAIVgEBRs8BRs8BRs8BRs8BRs8BRs8BRs8BRTNmgKNngKNngKNngKNngKNhiKGxgiOlZoBlaYBlaYBlaYBlaYBlaYBlaYBlaYBlZIBlBMfQMrVAMr2KAqBENSHFHhGEABhi5CV6gGUKgGUKgGUKgGUFwuqgEUvoEVsoEVpoEUpgEUggF+gKTKY+h1fxSlC7/Z+RrxOQ3fcEoAPPHZBlaYBlaYBlaYBlZYBlYIhvLBCstw7PgM7hkiWOEZWGEaWGEaWGEaIsakEAysmHkGVpxmvoEVqoEVpoEVpoEVpoEVpoEVpoEVkoEVgkFQsEFSsEFQsGEcoSvY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnmbNAUT2c2WAo2eAo2eAo2eAo2eAo2eArNEPFACjZ4CjZ4CjZ4CjaIird/rBvFH6llNCvewdli1URWCIakSIZesUaDoFg36dKFWk9zCZDei3TtwmCj7pC22AwikiIZPEU29IpFNliKxa/hC9DFITjQPYhcAAAAAElFTkSuQmCC);
	background-color: rgba(255,255,255,0.8);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: 50%;
	width: 2.7em;
	height: 2.7em;
	text-align: center;
	overflow: hidden;
	color: #a33;
	z-index: 2147483642;
}

.ath-container.ath-icon:before {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	float: none;
}

.ath-mandatory .ath-container:before {
	display: none;
}

.ath-container.ath-android:before {
	float: left;
	margin: -0.7em 0.5em 0 -0.6em;
}

.ath-container.ath-android.ath-icon:before {
	position: absolute;
	right: auto;
	left: 0;
	margin: 0;
	float: none;
}


/* applied only if the application icon is shown */
.ath-container.ath-icon {

}

.ath-action-icon {
	display: inline-block;
	vertical-align: middle;
	background-position: 50%;
	background-repeat: no-repeat;
	text-indent: -9999em;
	overflow: hidden;
}

.ath-ios7 .ath-action-icon,
.ath-ios8 .ath-action-icon {
	width: 1.6em;
	height: 1.6em;
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAACtCAYAAAB7l7tOAAAF6UlEQVR4AezZWWxUZRiH8VcQEdxZEFFiUZBFUCIa1ABBDARDcCciYGKMqTEGww3SOcNSAwQTjOBiiIpEhRjAhRgXRC8MFxojEhAFZUGttVhaoSxlaW3n8W3yXZxm6vTrOMM5Q98n+V9MMu1pvl++uZhKuypghu49KaaTWGdZSYoVN6VD95nMpLNYZ9XNbdQR2od2k88O3Gm6Bh0t7H0p5Vwp2Ax3ajpu2tYbciFWwkTFO63DY6+JcI4USFaSyYpWp8N7SVZJKR3EinkBk9JxvZFXxhnZSjBaoWp1ZL0ES8WKYXMZp0AndORgy8WKFe5Yf1zvvSBWDEpys2LU6MjD5kmEWQlGKsJRHXlcqUSQVcItEnDEA6gAb7LhjvD9WO6yIEfICQI5A1nzGCYB1T4og5bBiFcyv2f6ujYhl4iVxwKG6qp8MK55HsqPwK0rMr9v/yEo3uCPrJstVh5KMER30Aeh31Ioq0FrHfjXw9CYghnrvYFTuqfEymFzGSwBlT4ARYr7u+K6GLmCVGvAGg2NMG0d/sgJnpScZLjXSkC5z8H3eQ72/k24Q8NfzvwFyK4qtuJSZKaubRPyE/K/Mtx+EvCHL+7uasId1t10w0scz/RzSzYzAfgKV30D3LPaG7lRkR8RK4tKKJKAMp+D7r0EfmmOe0x3m2itAc/ZxBjgAt1mXHWKPPkdb+QGSTJdrDaU5EoJ2OtzwD0WwY7KNNzbRfMFFg24WPdtGHnS221Cflgsj56hjwTs8TnY7oq7/QDhjutGicsb2AVcovsO18l6uPPNNiE/JFaGAq7Q7fY50G4LYVtz3FrdaNGyBXbIl+q24DqhyHes9EaulwR3SwtZs+ktAT/7HORliru1gnCndONFyx44Dfn7MPLYN7yR6yTJZAllJeguAT/4HOBFz8I3ZWm4E0TLFbBD7qn7EVdtHYx53R9ZN0ksrZRuErDN5+AuLIWvm+Oe1k0ULdfADrmX7idcR0/DyBXeyCdlLuMMOGCBz4F1ng+f7yFcve5e0fIFHELeiav6BAx70Rt5p0yhY3u/wR0kyarW/uX35b403PtFyzewQ75ctwtXzSkY8WqruHslSV8RscrL6TJ1bcvfWJ0/HzbtIdw/ugdFyzdwOOAq3T6fmzxwGQ3vbmO8iFioIWqYSsHMj9M/ljfuTsOdItoZBXYBfXX7cVXVwvXLm/8+fU3lcdCqdEMNGBbgUmRmfQISQKd5sGEn4VK6YtEiAXYBA3QVuA4q8hCHrDcafR1ul65jewfuovsCl7vJrNlOuEbdo6JFCuwCrtb9hqusBu56Cw4cI1y1briIWEBn3Ue0XKPuMdGiBg4H9NdV0HJ/6QZLOEPmPN0GmpfSPS5arIBdwHUtIFfoBsl/ZsgfhHCfFi2WwC5goO4AmvanbqBkzJA76tboZokWa2AXMEi3RTdAvDLkDqJFAhzB32xFD2wZsGXA0WfAlgFbBmwZsGXAlgFbBpzk04JaKb0iA9ZnF9x5SQAFtRKKIgPWZxfaeRmwAZ/BGbAB37eaG6MCbnq2Aed5czYyKirgpmcbsAHHZAZswN0Wwo7KeG1fFf2jAm56dtzOQ42yB+65mDhWFBUwUETMUiMDNmADbp/APRaTAh6I2bpGCNw1bufRZJQ1cPdF/NueHZsgDEBBGLbMGoIu4AZu5gLOZeEaYmEXeznF3jRPyEv4frgJvvJe3qTefY0AAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwb8rwADBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgz4/sz1Nia/9hizA7zgklwy3RYwYMBzBRjw4bPjxAbAAizAAtwgwAIswAIswAIMGDBgARZgARZgAS4FWIAFWIAFWIABAwYswAIswAIswIUAC7AAC7AACzBgwIAFWIAFWIAFuBBgARZgARZgAQYMGPApQ99ZCdgWtzqwATbABtgAG2DbnxNb7zbRimsMLMACrDf2wMWI/WasfQAAAABJRU5ErkJggg==);
	margin-top: -0.3em;
	background-size: auto 100%;
}

.ath-ios6 .ath-action-icon {
	width: 1.8em;
	height: 1.8em;
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAAB0CAQAAADAmnOnAAAAAnNCSVQICFXsRgQAAAAJcEhZcwAAWwEAAFsBAXkZiFwAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAF4klEQVR4Ae3a/a+XdR3H8ec5HM45HDmKICoVohkZsxESRRCzcZM/2JKkdGR5MrSkleA0Pd00O4u5IVuNM2yYc6XSzCExU4oUNRPCJFdMUAhsYZpUGhscOHA4N8/WZzsL6HBxvofvdV3fa3yer//gsV3vH659KHzncBsJxUYhDzOEhCKQbORs+ip2wzgM+wvj+P9i35qAGLaHGcQSgKSTrxBLABJppZpYApCspoFYApBsZjSxBCD5OxOJJQBJG1cQSwCSLpqJJQCJ3MvgCGTinuSMCJS8LZwfgZL3FtMiUPIOcU0ESl4PLRHoRPsJtREoeRsYGYGS9yrvo6RmpbLaigWSfzOdErLs6+bLUMFA0sF1+QF1cz1UNlBYK9V5AHXyWSgEkKyiIWOgGh829Ki1lLcaxjCVK7mJRSxjBY+zgRf/u9pXcMB7jhEZAg32EUP3O6hMKOP5Iq2sZQeHMZXt5KKMgOpcY+iHVnFyjeQKlrCBdsxge5ieAVC9vzLUelI8H+A7bKIHM10H81IGGuKvDf1ggDxVTKOV1zG3/Yia1ICG+ltD32MgNTKfP2HuW0VDKkCNrjfUTOm9i6XswwrZJkaVHeh0f2fodkrtfO6jAytqrzG+rEDDfVG1x1sprZEs5RBW4PZxeT+Bbrf5hPu9arfzKaU6WjiAFbseWvoF1GW/6vYGSmkyW7Dit4xB5QHq9Br6Xx2t9GAhtp6zkoHsfNp1J9wX6H+jeR4LtJc4LxGopZZyNpN/YcG2mw9nBTSPLizgOmjKAujGgvJID3ekD7QYi7nGzkvmQtpA38Vi7iJf0TedlC7QTVjMfcY2QyvSBPpUMW/PIBfbo9pls1XpAX2EdizeznStob3OJpQO0DB2YfE21q2GtnghpAm0Gou3T9tm6BGHQppA12HRVt17eboNlydNoLHsx2JtmL801OYcQmkC/QKLtQt9ydBW3wNpA30ci7Ur3WdolUMhbaBqNhf/8qQJ9Hkszs5wjaH9XkUobaAqtmFRdoGbDb3sWMgG6DIs5852knO82RaXer+P+qyb3eWeo7ZNBrRZvm1otY2QFdBjeHIb6hTne49Put12+9ObMoDdYmfy5UkF6AK6cCCr9aM2u9IddptcOYCG+FNDB5xLKCugO7G01TndFp/xgAntdYvrfdwVLnORt3q9Vx25F27DUjbGPxr6qxMgW6Cd2N+d6wLXedA+6nKbK73Lr/pJxzusvE/wZrvX0FOOgGyBxmF/dprXutYOj6nNdS6xyYnWp/dGcaGdhr5vDWQN9E1MXrUzfcA2j2qPj/l1J1uT9iPOeh8w1O7nCGUN9HzyGZ7ndo9qp0ucanU2r1xH+wdDu5wIeQDVVx0+/kd1i697RNv8thdn+Qz4Uv9p6DeOhHyApmBfq3OBu+3Nfd7nVELZAX3Nw4ZarYG8gG7GY1dlk6/Zm3/2Rk8jlB1QvT82dNAmQjkBVf8Mj957fdrefM7ZVhPKEuidvmDob06CXIGGbsX/bZDf8KAhfdbJhLIGmuZuQ084HHIGatiLvRvrRkP6qldbBXkAzbfD0N0OhryBGqrEMOd50FC7d1hPKGugBh8ydMh5hPIGGouI1d5lj6F1vptQ9kDvcKOhN5wMlQH0QcRGnzC03yZCeQDN9G1D6xwBFQI07FI8x02GdjgB8gJqttPQcmuhYoAumzvG7YZWejrkA1TrPYYO+SVCFQO0aM4bqj0uJJQH0LluSP7PkyeQU9QOmyAvoBm+Zegpz4LKA/qYB/wE5AXUe3m81zqoRKAPOYWcuvP9dxvqcD6h7IAKkaNU3eUlHLcI9EzS5YlAi62h/zUy89QCqqKUmvgHywsJlEHnsQYxAvXVIJo5gIhnPhiBju1iNmLvLn85Ah1ZPYs5jBGo72awEzEC9dVwHqQHI9DxWoAYgSLQQKteGIESu/qhCJTYtT+PQBEoAkWgCBSBkotAEehUWwSKQBEoAkWg/BeBIlAEikARKAJFoFmealu4gVLy1Gt5dkARKAL9BzujPSurTmu/AAAAAElFTkSuQmCC);
	margin-bottom: 0.4em;
	background-size: 100% auto;
}

.ath-android .ath-action-icon {
	width: 1.4em;
	height: 1.5em;
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAANlBMVEVmZmb///9mZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZW6fJrAAAAEXRSTlMAAAYHG21ub8fLz9DR8/T4+RrZ9owAAAB3SURBVHja7dNLDoAgDATQWv4gKve/rEajJOJiWLgg6WzpSyB0aHqHiNj6nL1lovb4C+hYzkSNAT7mryQFAVOeGAj4CjwEtgrWXpD/uZKtwEJApXt+Vn0flzRhgNiFZQkOXY0aADQZCOCPlsZJ46Rx0jhp3IiN2wGDHhxtldrlwQAAAABJRU5ErkJggg==);
	background-size: 100% auto;
}

.ath-container p {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 2147483642;
	text-shadow: 0 0.1em 0 #fff;
	font-size: 1.1em;
}

.ath-ios.ath-phone:after {
	content: '';
	background: #eee;
	position: absolute;
	width: 2em;
	height: 2em;
	bottom: -0.9em;
	left: 50%;
	margin-left: -1em;
	-webkit-transform: scaleX(0.9) rotate(45deg);
	transform: scaleX(0.9) rotate(45deg);
	box-shadow: 0.2em 0.2em 0 #d1d1d1;
}

.ath-ios.ath-tablet:after {
	content: '';
	background: #eee;
	position: absolute;
	width: 2em;
	height: 2em;
	top: -0.9em;
	left: 50%;
	margin-left: -1em;
	-webkit-transform: scaleX(0.9) rotate(45deg);
	transform: scaleX(0.9) rotate(45deg);
	z-index: 2147483641;
}

.ath-application-icon {
	position: relative;
	padding: 0;
	border: 0;
	margin: 0 auto 0.2em auto;
	height: 6em;
	width: 6em;
	z-index: 2147483642;
}

.ath-container.ath-ios .ath-application-icon {
	border-radius: 1em;
	box-shadow: 0 0.2em 0.4em rgba(0,0,0,0.3),
		inset 0 0.07em 0 rgba(255,255,255,0.5);
	margin: 0 auto 0.4em auto;
}

@media only screen and (orientation: landscape) {
	.ath-container.ath-phone {
		width: 24em;
	}

	.ath-android.ath-phone {
		margin-left: -12em;
	}

	.ath-ios.ath-phone {
		margin-left: -12em;
	}

	.ath-ios6:after {
		left: 39%;
	}

	.ath-ios8.ath-phone {
		left: auto;
		bottom: auto;
		right: 0.4em;
		top: 1.8em;
	}

	.ath-ios8.ath-phone:after {
		bottom: auto;
		top: -0.9em;
		left: 68%;
		z-index: 2147483641;
		box-shadow: none;
	}
}
@font-face {
  font-family: "proxima_novabold";
  src: url("/fonts/proximanova/proximanova-bold-webfont-1e060804.eot");
  src: url("/fonts/proximanova/proximanova-bold-webfont-1e060804.eot?#iefix") format('embedded-opentype'), url("/fonts/proximanova/proximanova-bold-webfont-a89c3204.woff") format('woff'), url("/fonts/proximanova/proximanova-bold-webfont-258bc7c6.ttf") format('truetype'), url("/fonts/proximanova/proximanova-bold-webfont-95b1a45f.svg") format('svg');
  font-weight: bold; }
@font-face {
  font-family: "proxima_novaregular";
  src: url("/fonts/proximanova/proximanova-regular-webfont-1c782734.eot");
  src: url("/fonts/proximanova/proximanova-regular-webfont-1c782734.eot?#iefix") format('embedded-opentype'), url("/fonts/proximanova/proximanova-regular-webfont-c1a8378f.woff") format('woff'), url("/fonts/proximanova/proximanova-regular-webfont-63b59de6.ttf") format('truetype'), url("/fonts/proximanova/proximanova-regular-webfont-b36bb5ab.svg") format('svg');
  font-weight: normal; }
@font-face {
  font-family: "proxima_novasemibold";
  src: url("/fonts/proximanova/proximanova-semibold-webfont-fc19e9c7.eot");
  src: url("/fonts/proximanova/proximanova-semibold-webfont-fc19e9c7.eot?#iefix") format('embedded-opentype'), url("/fonts/proximanova/proximanova-semibold-webfont-1b880f93.woff") format('woff'), url("/fonts/proximanova/proximanova-semibold-webfont-30f1accd.ttf") format('truetype'), url("/fonts/proximanova/proximanova-semibold-webfont-bbefe1ab.svg") format('svg');
  font-weight: 600; }

/*
 * Retina Sprites for Compass
 * by:              Gaya Kessler
 * last update:     03/11/14
 *
 * Modified By: Scott W. Bradley, Facet Digital LLC
 *          On: 2015-05-12
 *
 * Usage:
 * 1. create two folders in your image directory (in this case 'sprites' and 'sprites-2x').
 * 2. adjust the foldernames defined below if you use different names.
 * 3. create sprite images for pixel ratio 1 screens and put them in the first folder.
 * 4. create sprite images for pixel ratio 2 screens and put them in the second folder, use the same filenames.
 * 5. use the sprite-image in your Sass/Scss using: '@include use-sprite(<sprite-name>)'
 */
/* line 3, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 6, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
html, body {
  height: 100%; }

/* line 9, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
body {
  -webkit-font-smoothing: antialiased;
  background-color: #ECEFF4;
  font-family: proxima_novaregular, helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px; }

/* line 17, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
a {
  color: #49B3D7;
  text-decoration: none;
  -webkit-appearance: none;
  outline: 0; }
  /* line 22, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  a:focus, a:active, a:hover {
    -webkit-appearance: none;
    outline: 0; }
  /* line 25, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  a:hover {
    color: #5ABBDB; }
  /* line 27, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  a:active {
    color: #41A1C1; }

/* line 30, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
p {
  padding: 0;
  margin: 0; }

/* line 35, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
textarea, input[type="text"], input[type="submit"], input[type="email"], input[type=number], input[type="password"], input[type="button"], button {
  -webkit-appearance: none;
  outline: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
  /* line 39, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  textarea:focus, input[type="text"]:focus, input[type="submit"]:focus, input[type="email"]:focus, input[type=number]:focus, input[type="password"]:focus, input[type="button"]:focus, button:focus {
    -webkit-appearance: none;
    outline: 0; }

/* line 42, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
input::-moz-focus-inner {
  border: 0; }

/* line 44, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
button::-moz-focus-inner {
  border: 0; }

/* line 46, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
select::-moz-focus-inner {
  border: 0; }

/* line 50, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
input[type=email], input[type=password], input[type=text], input[type=number] {
  height: 36px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px !important;
  margin: 0;
  font-size: 14px;
  color: #3D4D65;
  border: 1px solid #CAD3DF;
  background-color: white; }
  /* line 63, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  input[type=email]:focus, input[type=password]:focus, input[type=text]:focus, input[type=number]:focus {
    background-color: white;
    border: 1px solid #8DC63F; }

/* line 68, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
.styled-select {
  width: 250px;
  overflow: hidden;
  background-image: url("/images/controls/select@2x-c07beb2a.png");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-color: #ECEFF4;
  background-size: 8px 5px;
  border: 1px solid #CAD3DF;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
  /* line 127, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
  .styled-select select {
    width: calc(250px + 20px);
    height: 34px;
    padding-left: 10px;
    color: #3D4D65;
    font-family: proxima_novaregular, helvetica, sans-serif;
    font-size: 14px;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    outline: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer; }
    /* line 142, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
    .styled-select select:active {
      -webkit-appearance: none;
      outline: 0; }
    /* line 145, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
    .styled-select select:focus {
      -webkit-appearance: none;
      outline: 0; }
    /* line 148, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
    .styled-select select:-moz-focusring {
      color: transparent;
      text-shadow: 0 0 0 #000; }

/* line 72, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
input[type=submit], .button {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #49B3D7;
  font-family: proxima_novasemibold, helvetica, sans-serif;
  font-size: 14px;
  color: white;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 22px;
  padding-right: 22px;
  min-width: 90px; }
  /* line 95, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  input[type=submit]:hover, .button:hover {
    cursor: pointer;
    color: white;
    background-color: #5ABBDB; }
  /* line 99, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  input[type=submit]:active, .button:active {
    cursor: pointer;
    color: white;
    background-color: #41A1C1; }
  /* line 103, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  input[type=submit]:disabled, input[type=submit].disabled, .button:disabled, .button.disabled {
    cursor: default;
    background-color: #E7E7E9; }
    /* line 106, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    input[type=submit]:disabled:hover, input[type=submit]:disabled:active, input[type=submit].disabled:hover, input[type=submit].disabled:active, .button:disabled:hover, .button:disabled:active, .button.disabled:hover, .button.disabled:active {
      cursor: default;
      background-color: #E7E7E9; }
  /* line 109, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  input[type=submit].hollow-button, .button.hollow-button {
    background-color: white;
    color: #8DC63F;
    border: 1px solid #8DC63F;
    font-family: proxima_novasemibold, helvetica, sans-serif;
    font-size: 13px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px; }
    /* line 117, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    input[type=submit].hollow-button:hover, .button.hollow-button:hover {
      cursor: pointer;
      background-color: #EEF7E3; }
    /* line 120, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    input[type=submit].hollow-button:active, .button.hollow-button:active {
      cursor: pointer;
      color: white;
      background-color: #8DC63F; }

/* line 125, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
textarea {
  color: #3D4D65; }
  /* line 127, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  textarea:focus {
    background-color: white;
    border: 1px solid #8DC63F; }

/* line 10, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #CAD3DF;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  font-family: proxima_novaregular, helvetica, sans-serif;
  font-size: 14px;
  font-style: normal; }
/* line 12, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #CAD3DF;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  font-family: proxima_novaregular, helvetica, sans-serif;
  font-size: 14px;
  font-style: normal; }
/* line 14, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #CAD3DF;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  font-family: proxima_novaregular, helvetica, sans-serif;
  font-size: 14px;
  font-style: normal; }

/* line 142, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
input[type=checkbox] {
  display: none; }
  /* line 82, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
  input[type=checkbox] + label {
    cursor: pointer;
    display: inline-block;
    padding-left: 21px;
    height: 16px;
    line-height: 16px;
    background-image: url("/images/controls/checkbox_off@2x-3a505b5a.png");
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: left center; }
  /* line 93, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
  input[type=checkbox]:checked + label {
    cursor: pointer;
    display: inline-block;
    padding-left: 21px;
    height: 16px;
    line-height: 16px;
    background-image: url("/images/controls/checkbox_on@2x-6e937df1.png");
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: left center; }

/* line 146, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
input[type=radio] {
  display: none; }
  /* line 82, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
  input[type=radio] + label {
    cursor: pointer;
    display: inline-block;
    padding-left: 21px;
    height: 16px;
    line-height: 16px;
    background-image: url("/images/controls/radio_off@2x-a8c49ed3.png");
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: left center; }
  /* line 93, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
  input[type=radio]:checked + label {
    cursor: pointer;
    display: inline-block;
    padding-left: 21px;
    height: 16px;
    line-height: 16px;
    background-image: url("/images/controls/radio_on@2x-64c6ca69.png");
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: left center; }

/* line 152, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
.required-field::after {
  content: "*";
  font-size: 14px;
  font-weight: normal;
  color: #8DC63F;
  vertical-align: super; }

/* line 160, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
a.toolbar-text-button, .choose-file-link {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  padding-left: 15px;
  padding-right: 15px;
  border: solid #CAD3DF 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #ECEFF4;
  font-family: proxima_novaregular, helvetica, sans-serif;
  font-size: 14px;
  color: #3D4D65; }
  /* line 174, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  a.toolbar-text-button:hover, .choose-file-link:hover {
    border-color: #B5BDC7;
    background-color: #DADEE5;
    color: #3D4D65; }
  /* line 178, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  a.toolbar-text-button:active, .choose-file-link:active {
    border-color: #46C1F1;
    background-color: #E5E9EF;
    color: #46C1F1; }
  /* line 182, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  a.toolbar-text-button:disabled, a.toolbar-text-button.disabled, .choose-file-link:disabled, .choose-file-link.disabled {
    cursor: default;
    pointer-events: none;
    border-color: #E5E9EF;
    background-color: #F6F7FA;
    color: #8493A8; }

/* line 189, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
a.toolbar-button {
  display: inline-block;
  width: 50px;
  height: 35px;
  border: solid #CAD3DF 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #ECEFF4;
  position: relative; }
  /* line 197, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  a.toolbar-button .icon {
    position: absolute;
    left: 7px;
    top: 6px; }
  /* line 204, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  a.toolbar-button:hover {
    border-color: #B5BDC7;
    background-color: #DADEE5; }
  /* line 207, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  a.toolbar-button:active {
    border-color: #46C1F1;
    background-color: #E5E9EF; }
  /* line 210, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  a.toolbar-button:disabled, a.toolbar-button.disabled {
    cursor: default;
    pointer-events: none;
    border-color: #E5E9EF;
    background-color: #F6F7FA; }
    /* line 215, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    a.toolbar-button:disabled .icon, a.toolbar-button.disabled .icon {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
      opacity: 0.5; }
  /* line 155, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
  a.toolbar-button .icon.album, a.toolbar-button:disabled .icon.album, a.toolbar-button.disabled .icon.album {
    background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
    background-position: 0 -369px;
    background-size: auto;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 22px;
    width: 34px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
      /* line 155, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
      a.toolbar-button .icon.album, a.toolbar-button:disabled .icon.album, a.toolbar-button.disabled .icon.album {
        background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
        background-size: 45px 1299px;
        background-position: 0 -369px;
        height: 22px;
        width: 34px; } }
  /* line 159, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
  a.toolbar-button:hover .icon.album {
    background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
    background-position: 0 -413px;
    background-size: auto;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 22px;
    width: 34px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
      /* line 159, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
      a.toolbar-button:hover .icon.album {
        background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
        background-size: 45px 1299px;
        background-position: 0 -413px;
        height: 22px;
        width: 34px; } }
  /* line 163, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
  a.toolbar-button:active .icon.album {
    background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
    background-position: 0 -391px;
    background-size: auto;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 22px;
    width: 34px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
      /* line 163, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
      a.toolbar-button:active .icon.album {
        background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
        background-size: 45px 1299px;
        background-position: 0 -391px;
        height: 22px;
        width: 34px; } }
  /* line 155, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
  a.toolbar-button .icon.delete, a.toolbar-button:disabled .icon.delete, a.toolbar-button.disabled .icon.delete {
    background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
    background-position: 0 -435px;
    background-size: auto;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 22px;
    width: 34px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
      /* line 155, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
      a.toolbar-button .icon.delete, a.toolbar-button:disabled .icon.delete, a.toolbar-button.disabled .icon.delete {
        background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
        background-size: 45px 1299px;
        background-position: 0 -435px;
        height: 22px;
        width: 34px; } }
  /* line 159, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
  a.toolbar-button:hover .icon.delete {
    background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
    background-position: 0 -479px;
    background-size: auto;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 22px;
    width: 34px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
      /* line 159, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
      a.toolbar-button:hover .icon.delete {
        background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
        background-size: 45px 1299px;
        background-position: 0 -479px;
        height: 22px;
        width: 34px; } }
  /* line 163, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
  a.toolbar-button:active .icon.delete {
    background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
    background-position: 0 -457px;
    background-size: auto;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 22px;
    width: 34px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
      /* line 163, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
      a.toolbar-button:active .icon.delete {
        background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
        background-size: 45px 1299px;
        background-position: 0 -457px;
        height: 22px;
        width: 34px; } }
  /* line 155, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
  a.toolbar-button .icon.edit, a.toolbar-button:disabled .icon.edit, a.toolbar-button.disabled .icon.edit {
    background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
    background-position: 0 -501px;
    background-size: auto;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 22px;
    width: 34px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
      /* line 155, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
      a.toolbar-button .icon.edit, a.toolbar-button:disabled .icon.edit, a.toolbar-button.disabled .icon.edit {
        background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
        background-size: 45px 1299px;
        background-position: 0 -501px;
        height: 22px;
        width: 34px; } }
  /* line 159, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
  a.toolbar-button:hover .icon.edit {
    background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
    background-position: 0 -545px;
    background-size: auto;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 22px;
    width: 34px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
      /* line 159, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
      a.toolbar-button:hover .icon.edit {
        background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
        background-size: 45px 1299px;
        background-position: 0 -545px;
        height: 22px;
        width: 34px; } }
  /* line 163, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
  a.toolbar-button:active .icon.edit {
    background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
    background-position: 0 -523px;
    background-size: auto;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 22px;
    width: 34px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
      /* line 163, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
      a.toolbar-button:active .icon.edit {
        background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
        background-size: 45px 1299px;
        background-position: 0 -523px;
        height: 22px;
        width: 34px; } }
  /* line 155, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
  a.toolbar-button .icon.forward, a.toolbar-button:disabled .icon.forward, a.toolbar-button.disabled .icon.forward {
    background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
    background-position: 0 -567px;
    background-size: auto;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 22px;
    width: 34px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
      /* line 155, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
      a.toolbar-button .icon.forward, a.toolbar-button:disabled .icon.forward, a.toolbar-button.disabled .icon.forward {
        background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
        background-size: 45px 1299px;
        background-position: 0 -567px;
        height: 22px;
        width: 34px; } }
  /* line 159, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
  a.toolbar-button:hover .icon.forward {
    background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
    background-position: 0 -611px;
    background-size: auto;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 22px;
    width: 34px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
      /* line 159, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
      a.toolbar-button:hover .icon.forward {
        background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
        background-size: 45px 1299px;
        background-position: 0 -611px;
        height: 22px;
        width: 34px; } }
  /* line 163, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
  a.toolbar-button:active .icon.forward {
    background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
    background-position: 0 -589px;
    background-size: auto;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 22px;
    width: 34px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
      /* line 163, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
      a.toolbar-button:active .icon.forward {
        background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
        background-size: 45px 1299px;
        background-position: 0 -589px;
        height: 22px;
        width: 34px; } }
  /* line 155, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
  a.toolbar-button .icon.group, a.toolbar-button:disabled .icon.group, a.toolbar-button.disabled .icon.group {
    background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
    background-position: 0 -633px;
    background-size: auto;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 22px;
    width: 34px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
      /* line 155, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
      a.toolbar-button .icon.group, a.toolbar-button:disabled .icon.group, a.toolbar-button.disabled .icon.group {
        background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
        background-size: 45px 1299px;
        background-position: 0 -633px;
        height: 22px;
        width: 34px; } }
  /* line 159, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
  a.toolbar-button:hover .icon.group {
    background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
    background-position: 0 -677px;
    background-size: auto;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 22px;
    width: 34px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
      /* line 159, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
      a.toolbar-button:hover .icon.group {
        background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
        background-size: 45px 1299px;
        background-position: 0 -677px;
        height: 22px;
        width: 34px; } }
  /* line 163, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
  a.toolbar-button:active .icon.group {
    background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
    background-position: 0 -655px;
    background-size: auto;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 22px;
    width: 34px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
      /* line 163, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
      a.toolbar-button:active .icon.group {
        background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
        background-size: 45px 1299px;
        background-position: 0 -655px;
        height: 22px;
        width: 34px; } }
  /* line 155, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
  a.toolbar-button .icon.new, a.toolbar-button:disabled .icon.new, a.toolbar-button.disabled .icon.new {
    background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
    background-position: 0 -699px;
    background-size: auto;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 22px;
    width: 34px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
      /* line 155, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
      a.toolbar-button .icon.new, a.toolbar-button:disabled .icon.new, a.toolbar-button.disabled .icon.new {
        background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
        background-size: 45px 1299px;
        background-position: 0 -699px;
        height: 22px;
        width: 34px; } }
  /* line 159, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
  a.toolbar-button:hover .icon.new {
    background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
    background-position: 0 -743px;
    background-size: auto;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 22px;
    width: 34px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
      /* line 159, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
      a.toolbar-button:hover .icon.new {
        background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
        background-size: 45px 1299px;
        background-position: 0 -743px;
        height: 22px;
        width: 34px; } }
  /* line 163, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
  a.toolbar-button:active .icon.new {
    background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
    background-position: 0 -721px;
    background-size: auto;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 22px;
    width: 34px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
      /* line 163, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
      a.toolbar-button:active .icon.new {
        background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
        background-size: 45px 1299px;
        background-position: 0 -721px;
        height: 22px;
        width: 34px; } }
  /* line 155, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
  a.toolbar-button .icon.read, a.toolbar-button:disabled .icon.read, a.toolbar-button.disabled .icon.read {
    background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
    background-position: 0 -765px;
    background-size: auto;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 22px;
    width: 34px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
      /* line 155, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
      a.toolbar-button .icon.read, a.toolbar-button:disabled .icon.read, a.toolbar-button.disabled .icon.read {
        background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
        background-size: 45px 1299px;
        background-position: 0 -765px;
        height: 22px;
        width: 34px; } }
  /* line 159, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
  a.toolbar-button:hover .icon.read {
    background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
    background-position: 0 -809px;
    background-size: auto;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 22px;
    width: 34px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
      /* line 159, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
      a.toolbar-button:hover .icon.read {
        background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
        background-size: 45px 1299px;
        background-position: 0 -809px;
        height: 22px;
        width: 34px; } }
  /* line 163, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
  a.toolbar-button:active .icon.read {
    background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
    background-position: 0 -787px;
    background-size: auto;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 22px;
    width: 34px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
      /* line 163, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
      a.toolbar-button:active .icon.read {
        background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
        background-size: 45px 1299px;
        background-position: 0 -787px;
        height: 22px;
        width: 34px; } }
  /* line 155, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
  a.toolbar-button .icon.reply, a.toolbar-button:disabled .icon.reply, a.toolbar-button.disabled .icon.reply {
    background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
    background-position: 0 -831px;
    background-size: auto;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 22px;
    width: 34px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
      /* line 155, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
      a.toolbar-button .icon.reply, a.toolbar-button:disabled .icon.reply, a.toolbar-button.disabled .icon.reply {
        background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
        background-size: 45px 1299px;
        background-position: 0 -831px;
        height: 22px;
        width: 34px; } }
  /* line 159, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
  a.toolbar-button:hover .icon.reply {
    background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
    background-position: 0 -875px;
    background-size: auto;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 22px;
    width: 34px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
      /* line 159, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
      a.toolbar-button:hover .icon.reply {
        background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
        background-size: 45px 1299px;
        background-position: 0 -875px;
        height: 22px;
        width: 34px; } }
  /* line 163, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
  a.toolbar-button:active .icon.reply {
    background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
    background-position: 0 -853px;
    background-size: auto;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 22px;
    width: 34px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
      /* line 163, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
      a.toolbar-button:active .icon.reply {
        background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
        background-size: 45px 1299px;
        background-position: 0 -853px;
        height: 22px;
        width: 34px; } }
  /* line 155, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
  a.toolbar-button .icon.replyall, a.toolbar-button:disabled .icon.replyall, a.toolbar-button.disabled .icon.replyall {
    background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
    background-position: 0 -897px;
    background-size: auto;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 22px;
    width: 34px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
      /* line 155, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
      a.toolbar-button .icon.replyall, a.toolbar-button:disabled .icon.replyall, a.toolbar-button.disabled .icon.replyall {
        background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
        background-size: 45px 1299px;
        background-position: 0 -897px;
        height: 22px;
        width: 34px; } }
  /* line 159, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
  a.toolbar-button:hover .icon.replyall {
    background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
    background-position: 0 -941px;
    background-size: auto;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 22px;
    width: 34px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
      /* line 159, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
      a.toolbar-button:hover .icon.replyall {
        background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
        background-size: 45px 1299px;
        background-position: 0 -941px;
        height: 22px;
        width: 34px; } }
  /* line 163, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
  a.toolbar-button:active .icon.replyall {
    background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
    background-position: 0 -919px;
    background-size: auto;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 22px;
    width: 34px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
      /* line 163, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
      a.toolbar-button:active .icon.replyall {
        background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
        background-size: 45px 1299px;
        background-position: 0 -919px;
        height: 22px;
        width: 34px; } }
  /* line 155, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
  a.toolbar-button .icon.unread, a.toolbar-button:disabled .icon.unread, a.toolbar-button.disabled .icon.unread {
    background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
    background-position: 0 -963px;
    background-size: auto;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 22px;
    width: 34px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
      /* line 155, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
      a.toolbar-button .icon.unread, a.toolbar-button:disabled .icon.unread, a.toolbar-button.disabled .icon.unread {
        background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
        background-size: 45px 1299px;
        background-position: 0 -963px;
        height: 22px;
        width: 34px; } }
  /* line 159, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
  a.toolbar-button:hover .icon.unread {
    background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
    background-position: 0 -1007px;
    background-size: auto;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 22px;
    width: 34px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
      /* line 159, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
      a.toolbar-button:hover .icon.unread {
        background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
        background-size: 45px 1299px;
        background-position: 0 -1007px;
        height: 22px;
        width: 34px; } }
  /* line 163, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
  a.toolbar-button:active .icon.unread {
    background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
    background-position: 0 -985px;
    background-size: auto;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 22px;
    width: 34px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
      /* line 163, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
      a.toolbar-button:active .icon.unread {
        background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
        background-size: 45px 1299px;
        background-position: 0 -985px;
        height: 22px;
        width: 34px; } }

/* line 234, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
.pagination {
  margin-bottom: 20px;
  float: right; }
  /* line 237, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  .pagination span {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center; }
    /* line 243, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    .pagination span.page, .pagination span.first, .pagination span.prev, .pagination span.next, .pagination span.last {
      border: 1px solid #CAD3DF;
      color: #49B3D7; }
      /* line 246, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      .pagination span.page a, .pagination span.first a, .pagination span.prev a, .pagination span.next a, .pagination span.last a {
        display: inline-block;
        width: 100%;
        height: 100%;
        color: #49B3D7; }
    /* line 251, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    .pagination span.page.current {
      border: solid #49B3D7 1px;
      background-color: #49B3D7;
      color: white; }
    /* line 255, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    .pagination span.page.gap {
      border: 1px solid #CAD3DF;
      color: #54657E; }

/* line 259, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
.error {
  font-size: 12px;
  color: #D52838; }

/* line 263, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
.everything-but-footer {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -160px;
  padding-bottom: 160px; }
  @media (min-width: 768px) {
    /* line 263, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    .everything-but-footer {
      margin: 0 auto -80px;
      padding-bottom: 80px; } }

/* line 273, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
.container {
  overflow: hidden;
  *zoom: 1;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%; }
  /* line 279, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  .container section {
    width: 100%; }
  @media (min-width: 1024px) {
    /* line 273, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    .container {
      margin-left: auto;
      margin-right: auto;
      width: 1024px; }
      /* line 284, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      .container section {
        float: left;
        margin-left: 10px; } }

/* line 288, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
#header {
  width: 100%;
  line-height: 50px;
  background-color: #141B23; }
  /* line 292, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  #header.logged-out {
    height: 50px; }
  /* line 294, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  #header.logged-in {
    height: 100px; }
    @media (min-width: 1024px) {
      /* line 294, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      #header.logged-in {
        height: 50px; } }
  /* line 299, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  #header .container {
    position: relative;
    overflow: visible; }
  /* line 303, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  #header a.burger {
    float: left;
    display: block;
    background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
    background-position: 0 -322px;
    background-size: auto;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 15px;
    width: 21px;
    margin-top: 17.5px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
      /* line 303, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      #header a.burger {
        background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
        background-size: 45px 1299px;
        background-position: 0 -322px;
        height: 15px;
        width: 21px; } }
    @media (min-width: 1024px) {
      /* line 303, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      #header a.burger {
        display: none; } }
  /* line 312, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  #header a.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 107px;
    height: 50px;
    background-image: url("/images/header_logo@2x-0847d28d.png");
    background-repeat: no-repeat;
    background-size: 107px 34px;
    background-position: center center; }
    @media (min-width: 1024px) {
      /* line 312, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      #header a.logo {
        float: left;
        margin: 0; } }
  /* line 326, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  #header .styled-select {
    width: 290px;
    overflow: hidden;
    background-image: url("/images/controls/select_main_group@2x-16c9f663.png");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-color: transparent;
    background-size: 11px 8px;
    border: 1px solid #5B6065;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    height: 34px;
    line-height: 32px;
    border: 1px solid #5B6065;
    margin-top: 8px; }
    /* line 127, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
    #header .styled-select select {
      width: calc(290px + 20px);
      height: 34px;
      padding-left: 15px;
      color: white;
      font-family: proxima_novaregular, helvetica, sans-serif;
      font-size: 18px;
      -webkit-appearance: none;
      -webkit-font-smoothing: antialiased;
      outline: 0;
      background: transparent;
      border: 0;
      border-radius: 0;
      cursor: pointer; }
      /* line 142, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
      #header .styled-select select:active {
        -webkit-appearance: none;
        outline: 0; }
      /* line 145, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
      #header .styled-select select:focus {
        -webkit-appearance: none;
        outline: 0; }
      /* line 148, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
      #header .styled-select select:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #000; }
    /* line 334, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    #header .styled-select select {
      font-size: 14px;
      padding-left: 10px;
      text-transform: uppercase;
      margin-top: -1px; }
      /* line 339, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      #header .styled-select select:focus {
        color: white;
        outline: none;
        background-image: url("/images/controls/select_main_group@2x-16c9f663.png");
        background-repeat: no-repeat;
        background-position: left 262px center;
        background-color: #141B23;
        background-size: 11px 8px; }
      /* line 348, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      #header .styled-select select:-moz-focusring {
        color: white;
        outline: 0 none; }
    /* line 351, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    #header .styled-select:hover {
      background-image: url("/images/controls/select_main_group_hover@2x-c6eb88bf.png"); }
      /* line 353, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      #header .styled-select:hover select {
        color: #49B3D7; }
        /* line 355, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        #header .styled-select:hover select:focus {
          color: white;
          outline: none; }
        /* line 358, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        #header .styled-select:hover select:-moz-focusring {
          color: white;
          outline: 0 none; }
    @media (min-width: 1024px) {
      /* line 326, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      #header .styled-select {
        width: 350px;
        overflow: hidden;
        background-image: url("/images/controls/select_main_group@2x-16c9f663.png");
        background-repeat: no-repeat;
        background-position: right 0px center;
        background-color: transparent;
        background-size: 11px 8px;
        border: #141B23;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        float: left;
        clear: none;
        border-left: 1px solid #5B6065;
        line-height: 34px;
        margin-left: 20px;
        margin-right: 0; }
        /* line 127, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
        #header .styled-select select {
          width: calc(350px + 20px);
          height: 34px;
          padding-left: 20px;
          color: white;
          font-family: proxima_novaregular, helvetica, sans-serif;
          font-size: 18px;
          -webkit-appearance: none;
          -webkit-font-smoothing: antialiased;
          outline: 0;
          background: transparent;
          border: 0;
          border-radius: 0;
          cursor: pointer; }
          /* line 142, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
          #header .styled-select select:active {
            -webkit-appearance: none;
            outline: 0; }
          /* line 145, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
          #header .styled-select select:focus {
            -webkit-appearance: none;
            outline: 0; }
          /* line 148, /home/vagrant/chalknation/source/stylesheets/_includes/_mixins.css.sass */
          #header .styled-select select:-moz-focusring {
            color: transparent;
            text-shadow: 0 0 0 #000; }
        /* line 371, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        #header .styled-select select:focus {
          color: white;
          outline: none;
          background-image: url("/images/controls/select_main_group@2x-16c9f663.png");
          background-repeat: no-repeat;
          background-position: left 338px center;
          background-color: #141B23;
          background-size: 11px 8px; }
        /* line 380, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        #header .styled-select select:-moz-focusring {
          color: white;
          outline: 0 none; } }
  /* line 384, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  #header .logged-out-links {
    display: none; }
    @media (min-width: 481px) {
      /* line 384, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      #header .logged-out-links {
        display: block;
        position: absolute;
        top: 0;
        right: 15px; }
        /* line 391, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        #header .logged-out-links a {
          margin-right: 25px;
          text-transform: uppercase;
          font-size: 13px;
          color: white; }
          /* line 396, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          #header .logged-out-links a:hover {
            color: #5ABBDB; }
          /* line 398, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          #header .logged-out-links a:active {
            color: #41A1C1; }
          /* line 400, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          #header .logged-out-links a:last-child {
            margin-right: 0; } }
  /* line 403, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  #header .logged-in-controls {
    position: absolute;
    top: 0;
    right: 15px;
    height: 50px; }
    /* line 409, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    #header .logged-in-controls a.alert {
      position: relative;
      display: block;
      float: right;
      width: 40px;
      height: 50px;
      background-image: url("/images/sprites-2x/indicator_alert-e8b3c8df.png");
      background-repeat: no-repeat;
      background-size: 24px 26px;
      background-position: left center; }
      /* line 420, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      #header .logged-in-controls a.alert .counter {
        position: absolute;
        top: 7px;
        left: 10px;
        height: 20px;
        line-height: 20px;
        padding-top: 1px;
        padding-left: 7px;
        padding-right: 7px;
        -moz-border-radius: 11px;
        -webkit-border-radius: 11px;
        border-radius: 11px;
        color: white;
        background-color: red; }
      @media (min-width: 1024px) {
        /* line 409, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        #header .logged-in-controls a.alert {
          width: 80px; } }
    /* line 436, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    #header .logged-in-controls .user-menu {
      float: right;
      height: 30px;
      margin-top: 10px;
      cursor: pointer;
      -moz-transition: background-color, 0.2s;
      -o-transition: background-color, 0.2s;
      -webkit-transition: background-color, 0.2s;
      transition: background-color, 0.2s; }
      /* line 442, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      #header .logged-in-controls .user-menu img.avatar {
        float: right;
        width: 30px;
        height: 30px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        border-radius: 15px;
        border: 1px solid #CAD3DF; }
      /* line 446, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      #header .logged-in-controls .user-menu .name {
        display: none;
        float: right;
        width: 10px;
        padding-right: 10px;
        color: transparent;
        font-size: 13px;
        height: 30px;
        line-height: 30px;
        background-image: url("/images/controls/select_profile@2x-ed890968.png");
        background-repeat: no-repeat;
        background-size: 8px 5px;
        background-position: right center; }
      /* line 461, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      #header .logged-in-controls .user-menu:hover img.avatar, #header .logged-in-controls .user-menu.open img.avatar {
        border: 1px solid #49B3D7; }
      /* line 463, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      #header .logged-in-controls .user-menu:hover .name, #header .logged-in-controls .user-menu.open .name {
        color: transparent;
        background-image: url("/images/controls/select_profile_hover@2x-04ce9804.png"); }
      @media (min-width: 1024px) {
        /* line 467, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        #header .logged-in-controls .user-menu img.avatar {
          margin-right: 10px; }
        /* line 469, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        #header .logged-in-controls .user-menu .name {
          display: block;
          width: auto;
          padding-right: 20px;
          color: #CAD3DF; }
        /* line 475, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        #header .logged-in-controls .user-menu:hover .name, #header .logged-in-controls .user-menu.open .name {
          color: #49B3D7; } }
    /* line 478, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    #header .logged-in-controls ul.user-menu-dropdown {
      position: absolute;
      top: 50px;
      right: 0;
      margin: 0;
      padding-top: 5px;
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 0;
      z-index: 2;
      width: 150px;
      background-color: #141B23;
      -moz-border-radius-bottomleft: 3px;
      -webkit-border-bottom-left-radius: 3px;
      border-bottom-left-radius: 3px;
      -moz-border-radius-bottomright: 3px;
      -webkit-border-bottom-right-radius: 3px;
      border-bottom-right-radius: 3px; }
      /* line 493, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      #header .logged-in-controls ul.user-menu-dropdown li {
        list-style-type: none;
        padding-left: 17px; }
        /* line 496, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        #header .logged-in-controls ul.user-menu-dropdown li:last-child {
          margin-bottom: 10px; }
        /* line 498, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        #header .logged-in-controls ul.user-menu-dropdown li a {
          cursor: pointer;
          font-size: 13px;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          display: block;
          color: #CAD3DF;
          width: 100%;
          line-height: 25px; }
          /* line 506, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          #header .logged-in-controls ul.user-menu-dropdown li a:hover {
            color: #8493A8; }
          /* line 508, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          #header .logged-in-controls ul.user-menu-dropdown li a:active {
            color: #46C1F1; }

/* line 511, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
#error {
  display: none;
  position: relative;
  width: 100%;
  background-color: #8DC63F; }
  /* line 516, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  #error .container {
    padding-top: 10px;
    padding-bottom: 10px; }
    /* line 520, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    #error .container .message {
      padding-left: 50px;
      padding-right: 50px;
      text-align: center;
      font-size: 15px;
      color: #FFFFFF;
      line-height: 18px; }
  /* line 529, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  #error a.close {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
    background-position: -19px -156px;
    background-size: auto;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 20px;
    width: 20px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
      /* line 529, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      #error a.close {
        background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
        background-size: 45px 1299px;
        background-position: -19px -156px;
        height: 20px;
        width: 20px; } }

/* line 536, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
#main {
  overflow: hidden;
  *zoom: 1;
  width: 100%; }
  /* line 539, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  #main .container {
    padding-top: 15px; }

/* line 542, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
#footer {
  overflow: hidden;
  *zoom: 1;
  width: 100%;
  height: 160px;
  background-color: #141B23; }
  /* line 547, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  #footer .container {
    padding-top: 15px; }
    /* line 549, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    #footer .container .links {
      text-align: center;
      color: #949CAB; }
      /* line 552, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      #footer .container .links a {
        line-height: 25px;
        white-space: nowrap;
        color: white; }
        /* line 556, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        #footer .container .links a:hover {
          color: #5ABBDB; }
        /* line 558, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        #footer .container .links a:active {
          color: #41A1C1; }
      @media (min-width: 481px) {
        /* line 560, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        #footer .container .links .stationary-links {
          display: inline-block; } }
      /* line 563, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      #footer .container .links .stationary-links span.terms-divider {
        display: none; }
        @media (min-width: 481px) {
          /* line 563, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          #footer .container .links .stationary-links span.terms-divider {
            display: inline;
            padding-right: 4px; } }
      @media (min-width: 481px) {
        /* line 568, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        #footer .container .links .moving-links {
          display: inline-block; } }
    /* line 571, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    #footer .container .social {
      text-align: center;
      padding-top: 15px;
      padding-bottom: 15px;
      clear: both; }
      /* line 577, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      #footer .container .social a {
        display: inline-block; }
        /* line 579, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        #footer .container .social a.facebook {
          background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
          background-position: 0 -1029px;
          background-size: auto;
          background-repeat: no-repeat;
          overflow: hidden;
          height: 30px;
          width: 30px; }
          @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
            /* line 579, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            #footer .container .social a.facebook {
              background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
              background-size: 45px 1299px;
              background-position: 0 -1029px;
              height: 30px;
              width: 30px; } }
          /* line 581, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          #footer .container .social a.facebook:hover {
            background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
            background-position: 0 -1089px;
            background-size: auto;
            background-repeat: no-repeat;
            overflow: hidden;
            height: 30px;
            width: 30px; }
            @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
              /* line 581, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
              #footer .container .social a.facebook:hover {
                background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
                background-size: 45px 1299px;
                background-position: 0 -1089px;
                height: 30px;
                width: 30px; } }
          /* line 583, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          #footer .container .social a.facebook:active {
            background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
            background-position: 0 -1059px;
            background-size: auto;
            background-repeat: no-repeat;
            overflow: hidden;
            height: 30px;
            width: 30px; }
            @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
              /* line 583, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
              #footer .container .social a.facebook:active {
                background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
                background-size: 45px 1299px;
                background-position: 0 -1059px;
                height: 30px;
                width: 30px; } }
        /* line 585, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        #footer .container .social a.twitter {
          margin-left: 5px;
          margin-right: 5px;
          background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
          background-position: 0 -1209px;
          background-size: auto;
          background-repeat: no-repeat;
          overflow: hidden;
          height: 30px;
          width: 30px; }
          @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
            /* line 585, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            #footer .container .social a.twitter {
              background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
              background-size: 45px 1299px;
              background-position: 0 -1209px;
              height: 30px;
              width: 30px; } }
          /* line 590, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          #footer .container .social a.twitter:hover {
            background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
            background-position: 0 -1269px;
            background-size: auto;
            background-repeat: no-repeat;
            overflow: hidden;
            height: 30px;
            width: 30px; }
            @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
              /* line 590, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
              #footer .container .social a.twitter:hover {
                background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
                background-size: 45px 1299px;
                background-position: 0 -1269px;
                height: 30px;
                width: 30px; } }
          /* line 592, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          #footer .container .social a.twitter:active {
            background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
            background-position: 0 -1239px;
            background-size: auto;
            background-repeat: no-repeat;
            overflow: hidden;
            height: 30px;
            width: 30px; }
            @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
              /* line 592, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
              #footer .container .social a.twitter:active {
                background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
                background-size: 45px 1299px;
                background-position: 0 -1239px;
                height: 30px;
                width: 30px; } }
        /* line 594, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        #footer .container .social a.googleplus {
          background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
          background-position: 0 -1119px;
          background-size: auto;
          background-repeat: no-repeat;
          overflow: hidden;
          height: 30px;
          width: 30px; }
          @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
            /* line 594, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            #footer .container .social a.googleplus {
              background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
              background-size: 45px 1299px;
              background-position: 0 -1119px;
              height: 30px;
              width: 30px; } }
          /* line 596, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          #footer .container .social a.googleplus:hover {
            background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
            background-position: 0 -1179px;
            background-size: auto;
            background-repeat: no-repeat;
            overflow: hidden;
            height: 30px;
            width: 30px; }
            @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
              /* line 596, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
              #footer .container .social a.googleplus:hover {
                background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
                background-size: 45px 1299px;
                background-position: 0 -1179px;
                height: 30px;
                width: 30px; } }
          /* line 598, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          #footer .container .social a.googleplus:active {
            background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
            background-position: 0 -1149px;
            background-size: auto;
            background-repeat: no-repeat;
            overflow: hidden;
            height: 30px;
            width: 30px; }
            @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
              /* line 598, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
              #footer .container .social a.googleplus:active {
                background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
                background-size: 45px 1299px;
                background-position: 0 -1149px;
                height: 30px;
                width: 30px; } }
    /* line 600, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    #footer .container .copyright {
      color: #49B3D7;
      text-align: center; }
  @media (min-width: 768px) {
    /* line 542, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    #footer {
      height: 80px; }
      /* line 608, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      #footer .container .links {
        float: left;
        text-align: left; }
      /* line 611, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      #footer .container .social {
        clear: none;
        float: right;
        text-align: right;
        padding-top: 10px;
        padding-bottom: 0; }
      /* line 618, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      #footer .container .copyright {
        padding-top: 10px;
        clear: left;
        float: left; } }

/* line 623, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
aside {
  width: 100%;
  display: none; }
  @media (min-width: 1024px) {
    /* line 623, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    aside {
      display: block !important;
      width: 246px; }
      /* line 629, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      aside.primary {
        float: left; }
      /* line 631, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      aside.secondary {
        float: right; } }
  /* line 634, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  aside .panel {
    position: relative;
    width: 100%;
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid #E3E6EC;
    background-color: white; }
    /* line 642, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    aside .panel .icon, aside .panel .title {
      display: inline-block;
      height: 19px;
      line-height: 19px;
      vertical-align: middle; }
    /* line 648, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    aside .panel .icon {
      width: 19px;
      margin-right: 5px; }
      /* line 651, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      aside .panel .icon.links {
        background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
        background-position: 0 -156px;
        background-size: auto;
        background-repeat: no-repeat;
        overflow: hidden;
        height: 19px;
        width: 19px; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
          /* line 651, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          aside .panel .icon.links {
            background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
            background-size: 45px 1299px;
            background-position: 0 -156px;
            height: 19px;
            width: 19px; } }
      /* line 653, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      aside .panel .icon.lunch {
        background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
        background-position: 0 -137px;
        background-size: auto;
        background-repeat: no-repeat;
        overflow: hidden;
        height: 19px;
        width: 19px; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
          /* line 653, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          aside .panel .icon.lunch {
            background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
            background-size: 45px 1299px;
            background-position: 0 -137px;
            height: 19px;
            width: 19px; } }
      /* line 655, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      aside .panel .icon.files {
        background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
        background-position: -16px -118px;
        background-size: auto;
        background-repeat: no-repeat;
        overflow: hidden;
        height: 19px;
        width: 19px; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
          /* line 655, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          aside .panel .icon.files {
            background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
            background-size: 45px 1299px;
            background-position: -16px -118px;
            height: 19px;
            width: 19px; } }
      /* line 657, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      aside .panel .icon.events {
        background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
        background-position: -19px -99px;
        background-size: auto;
        background-repeat: no-repeat;
        overflow: hidden;
        height: 19px;
        width: 19px; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
          /* line 657, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          aside .panel .icon.events {
            background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
            background-size: 45px 1299px;
            background-position: -19px -99px;
            height: 19px;
            width: 19px; } }
      /* line 659, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      aside .panel .icon.classifieds {
        background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
        background-position: 0 -99px;
        background-size: auto;
        background-repeat: no-repeat;
        overflow: hidden;
        height: 19px;
        width: 19px; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
          /* line 659, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          aside .panel .icon.classifieds {
            background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
            background-size: 45px 1299px;
            background-position: 0 -99px;
            height: 19px;
            width: 19px; } }
      /* line 661, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      aside .panel .icon.reviews {
        background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
        background-position: -19px -137px;
        background-size: auto;
        background-repeat: no-repeat;
        overflow: hidden;
        height: 19px;
        width: 19px; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
          /* line 661, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          aside .panel .icon.reviews {
            background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
            background-size: 45px 1299px;
            background-position: -19px -137px;
            height: 19px;
            width: 19px; } }
    /* line 664, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    aside .panel .title {
      text-transform: uppercase;
      padding-top: 1px;
      font-family: proxima_novabold, helvetica, sans-serif;
      font-size: 13px;
      color: #8493A8; }
    /* line 672, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    aside .panel a {
      font-size: 13px;
      font-family: proxima_novasemibold, helvetica, sans-serif; }
      /* line 676, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      aside .panel a.add {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 16px;
        height: 16px;
        background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
        background-position: -16px -67px;
        background-size: auto;
        background-repeat: no-repeat;
        overflow: hidden;
        height: 16px;
        width: 16px; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
          /* line 676, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          aside .panel a.add {
            background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
            background-size: 45px 1299px;
            background-position: -16px -67px;
            height: 16px;
            width: 16px; } }
        /* line 683, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        aside .panel a.add:hover {
          background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
          background-position: 0 -118px;
          background-size: auto;
          background-repeat: no-repeat;
          overflow: hidden;
          height: 16px;
          width: 16px; }
          @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
            /* line 683, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            aside .panel a.add:hover {
              background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
              background-size: 45px 1299px;
              background-position: 0 -118px;
              height: 16px;
              width: 16px; } }
        /* line 685, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        aside .panel a.add:active {
          background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
          background-position: -16px -83px;
          background-size: auto;
          background-repeat: no-repeat;
          overflow: hidden;
          height: 16px;
          width: 16px; }
          @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
            /* line 685, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            aside .panel a.add:active {
              background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
              background-size: 45px 1299px;
              background-position: -16px -83px;
              height: 16px;
              width: 16px; } }
    /* line 688, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    aside .panel ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    /* line 693, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    aside .panel.nav {
      padding-top: 12px;
      padding-bottom: 12px;
      padding-left: 0;
      font-size: 15px; }
      /* line 703, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      aside .panel.nav ul li {
        position: relative;
        height: 28px;
        line-height: 28px;
        font-family: proxima_novasemibold, helvetica, sans-serif;
        padding-left: 15px;
        color: #54657E; }
        /* line 711, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        aside .panel.nav ul li:hover {
          color: #8493A8; }
        /* line 713, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        aside .panel.nav ul li.selected {
          color: white;
          background-color: #49B3D7;
          -moz-border-radius-topright: 5px;
          -webkit-border-top-right-radius: 5px;
          border-top-right-radius: 5px;
          -moz-border-radius-bottomright: 5px;
          -webkit-border-bottom-right-radius: 5px;
          border-bottom-right-radius: 5px; }
        /* line 718, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        aside .panel.nav ul li a {
          color: inherit;
          text-decoration: inherit;
          cursor: inherit;
          cursor: pointer;
          display: block;
          font-size: 15px; }
          /* line 6, /usr/local/rvm/gems/ruby-2.2.1/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_unstyled-link.scss */
          aside .panel.nav ul li a:active, aside .panel.nav ul li a:focus {
            outline: none; }
        /* line 723, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        aside .panel.nav ul li .counter {
          position: absolute;
          top: 4px;
          right: 10px;
          height: 20px;
          line-height: 20px;
          font-family: proxima_novaregular, helvetica, sans-serif;
          font-size: 14px;
          padding-left: 6px;
          padding-right: 6px;
          border: 1px solid #E3E6EC;
          -moz-border-radius: 11px;
          -webkit-border-radius: 11px;
          border-radius: 11px;
          color: #54657E;
          background-color: #ECEFF4; }
        /* line 739, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        aside .panel.nav ul li.subitem {
          padding-left: 30px;
          text-transform: none; }
          /* line 742, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          aside .panel.nav ul li.subitem.last {
            margin-bottom: 10px; }
          /* line 744, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          aside .panel.nav ul li.subitem.selected {
            color: #49B3D7;
            background-color: inherit;
            background-image: url("/images/icons/nav_circle_active@2x-9d500242.png");
            background-size: 8px 8px;
            background-position: 15px center;
            background-repeat: no-repeat; }
    /* line 753, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    aside .panel.links {
      padding-bottom: 0; }
      /* line 755, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      aside .panel.links ul {
        margin-top: 15px; }
        /* line 757, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        aside .panel.links ul li {
          line-height: 1;
          padding-bottom: 15px; }
    /* line 763, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    aside .panel.events .item, aside .panel.classifieds .item, aside .panel.reviews .item {
      margin-top: 15px;
      margin-bottom: 15px;
      font-size: 13px; }
      /* line 3, /home/vagrant/chalknation/source/stylesheets/_includes/_multiline_ellipsis.css.sass */
      aside .panel.events .item .ellipsis, aside .panel.classifieds .item .ellipsis, aside .panel.reviews .item .ellipsis {
        overflow: hidden;
        height: 36px;
        line-height: 18px; }
        /* line 7, /home/vagrant/chalknation/source/stylesheets/_includes/_multiline_ellipsis.css.sass */
        aside .panel.events .item .ellipsis:before, aside .panel.classifieds .item .ellipsis:before, aside .panel.reviews .item .ellipsis:before {
          content: "";
          float: left;
          width: 5px;
          height: 36px; }
        /* line 12, /home/vagrant/chalknation/source/stylesheets/_includes/_multiline_ellipsis.css.sass */
        aside .panel.events .item .ellipsis:after, aside .panel.classifieds .item .ellipsis:after, aside .panel.reviews .item .ellipsis:after {
          background: white;
          background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white), color-stop(50%, white));
          background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
          background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
          background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
          background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
          content: "…";
          float: right;
          position: relative;
          top: -18px;
          left: 100%;
          width: 2em;
          margin-left: -2em;
          padding-right: 5px;
          text-align: right;
          -moz-box-sizing: content-box;
          -webkit-box-sizing: content-box;
          box-sizing: content-box; }
      /* line 30, /home/vagrant/chalknation/source/stylesheets/_includes/_multiline_ellipsis.css.sass */
      aside .panel.events .item .ellipsis > *:first-child, aside .panel.classifieds .item .ellipsis > *:first-child, aside .panel.reviews .item .ellipsis > *:first-child {
        float: right;
        width: 100%;
        margin-left: -5px; }
      /* line 769, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      aside .panel.events .item .description, aside .panel.classifieds .item .description, aside .panel.reviews .item .description {
        color: #54657E; }
      /* line 771, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      aside .panel.events .item .datetime, aside .panel.classifieds .item .datetime, aside .panel.reviews .item .datetime {
        color: #8493A8; }
      /* line 773, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      aside .panel.events .item .price, aside .panel.classifieds .item .price, aside .panel.reviews .item .price {
        font-family: proxima_novasemibold, helvetica, sans-serif;
        color: #3D4D65; }
      /* line 777, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      aside .panel.events .item .details-link a, aside .panel.classifieds .item .details-link a, aside .panel.reviews .item .details-link a {
        font-family: proxima_novaregular, helvetica, sans-serif; }
      /* line 779, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      aside .panel.events .item .rating, aside .panel.classifieds .item .rating, aside .panel.reviews .item .rating {
        padding-top: 5px;
        margin-bottom: -10px; }
        /* line 782, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        aside .panel.events .item .rating .star-filled, aside .panel.events .item .rating .star-filled-one-half, aside .panel.events .item .rating .star-not-filled, aside .panel.classifieds .item .rating .star-filled, aside .panel.classifieds .item .rating .star-filled-one-half, aside .panel.classifieds .item .rating .star-not-filled, aside .panel.reviews .item .rating .star-filled, aside .panel.reviews .item .rating .star-filled-one-half, aside .panel.reviews .item .rating .star-not-filled {
          display: inline-block; }
        /* line 784, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        aside .panel.events .item .rating .star-filled, aside .panel.classifieds .item .rating .star-filled, aside .panel.reviews .item .rating .star-filled {
          background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
          background-position: 0 -196px;
          background-size: auto;
          background-repeat: no-repeat;
          overflow: hidden;
          height: 21px;
          width: 22px; }
          @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
            /* line 784, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            aside .panel.events .item .rating .star-filled, aside .panel.classifieds .item .rating .star-filled, aside .panel.reviews .item .rating .star-filled {
              background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
              background-size: 45px 1299px;
              background-position: 0 -196px;
              height: 21px;
              width: 22px; } }
        /* line 786, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        aside .panel.events .item .rating .star-filled-one-half, aside .panel.classifieds .item .rating .star-filled-one-half, aside .panel.reviews .item .rating .star-filled-one-half {
          background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
          background-position: -22px -196px;
          background-size: auto;
          background-repeat: no-repeat;
          overflow: hidden;
          height: 21px;
          width: 22px; }
          @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
            /* line 786, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            aside .panel.events .item .rating .star-filled-one-half, aside .panel.classifieds .item .rating .star-filled-one-half, aside .panel.reviews .item .rating .star-filled-one-half {
              background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
              background-size: 45px 1299px;
              background-position: -22px -196px;
              height: 21px;
              width: 22px; } }
        /* line 788, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        aside .panel.events .item .rating .star-not-filled, aside .panel.classifieds .item .rating .star-not-filled, aside .panel.reviews .item .rating .star-not-filled {
          background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
          background-position: 0 -217px;
          background-size: auto;
          background-repeat: no-repeat;
          overflow: hidden;
          height: 21px;
          width: 22px; }
          @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
            /* line 788, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            aside .panel.events .item .rating .star-not-filled, aside .panel.classifieds .item .rating .star-not-filled, aside .panel.reviews .item .rating .star-not-filled {
              background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
              background-size: 45px 1299px;
              background-position: 0 -217px;
              height: 21px;
              width: 22px; } }
      /* line 790, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      aside .panel.events .item a, aside .panel.classifieds .item a, aside .panel.reviews .item a {
        font-size: 15px; }
    /* line 793, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    aside .panel.events a.all, aside .panel.classifieds a.all, aside .panel.reviews a.all {
      text-transform: uppercase; }
    /* line 796, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    aside .panel.action {
      background-color: transparent;
      padding: 6px;
      text-transform: uppercase;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      border: 1px solid #CAD3DF; }
      /* line 802, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      aside .panel.action .action-link {
        margin-left: auto;
        margin-right: auto;
        text-align: center; }

/* line 807, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
.container.one-col section {
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1024px) {
    /* line 807, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    .container.one-col section {
      float: none; } }
  /* line 811, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  .container.one-col section .box {
    max-width: 510px;
    margin-left: auto;
    margin-right: auto; }
    /* line 814, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    .container.one-col section .box.terms-of-service, .container.one-col section .box.privacy-policy {
      max-width: none;
      background-color: white;
      padding: 25px; }
    /* line 818, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    .container.one-col section .box.terms-of-service, .container.one-col section .box.privacy-policy {
      color: #141B23; }
      /* line 820, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      .container.one-col section .box.terms-of-service h1, .container.one-col section .box.privacy-policy h1 {
        font-family: proxima_novabold, helvetica, sans-serif; }
      /* line 822, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      .container.one-col section .box.terms-of-service h3, .container.one-col section .box.privacy-policy h3 {
        font-family: proxima_novasemibold, helvetica, sans-serif;
        text-transform: uppercase; }
      /* line 825, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      .container.one-col section .box.terms-of-service p, .container.one-col section .box.terms-of-service .address, .container.one-col section .box.terms-of-service .email, .container.one-col section .box.privacy-policy p, .container.one-col section .box.privacy-policy .address, .container.one-col section .box.privacy-policy .email {
        padding-bottom: 10px; }
      /* line 827, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      .container.one-col section .box.terms-of-service .bold, .container.one-col section .box.terms-of-service span.bold, .container.one-col section .box.privacy-policy .bold, .container.one-col section .box.privacy-policy span.bold {
        font-family: proxima_novabold, helvetica, sans-serif;
        padding-bottom: 0; }
      /* line 830, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      .container.one-col section .box.terms-of-service div, .container.one-col section .box.privacy-policy div {
        padding-bottom: 0; }
      /* line 832, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      .container.one-col section .box.terms-of-service ul, .container.one-col section .box.privacy-policy ul {
        margin-top: 0;
        list-style-type: lower-alpha; }

/* line 836, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
section.faq, section.about, section.contact-form {
  background-color: white; }
  /* line 838, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section.faq .content-holder, section.faq .faq-box, section.about .content-holder, section.about .faq-box, section.contact-form .content-holder, section.contact-form .faq-box {
    padding-top: 25px;
    padding-bottom: 50px;
    padding-left: 25px;
    padding-right: 25px; }

/* line 846, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
section.faq .faq-box {
  color: #141B23;
  background-color: white;
  background-image: url("/images/backgrounds/chalk_bg_blue_white-aece0882.jpg");
  background-size: 340px 251px;
  background-repeat: no-repeat; }
  /* line 853, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section.faq .faq-box h1 {
    font-size: 40px;
    font-family: proxima_novasemibold, helvetica, sans-serif; }
  /* line 857, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section.faq .faq-box h3 {
    font-size: 20px;
    font-family: proxima_novasemibold, helvetica, sans-serif; }
  /* line 861, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section.faq .faq-box p {
    padding-bottom: 10px;
    font-size: 15px;
    font-family: proxima_novaregular, helvetica, sans-serif; }

/* line 868, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
section.about .content-holder {
  color: #141B23;
  background-image: url("/images/backgrounds/chalk_bg_green_vertical@2x-dd60b63d.jpg");
  background-size: 340px 251px;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  overflow: hidden;
  *zoom: 1; }
  /* line 877, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section.about .content-holder h1 {
    font-size: 40px;
    font-family: proxima_novasemibold, helvetica, sans-serif; }
  /* line 881, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section.about .content-holder p {
    padding-bottom: 20px;
    font-size: 15px;
    font-family: proxima_novaregular, helvetica, sans-serif; }
  /* line 886, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section.about .content-holder .info, section.about .content-holder .image-holder {
    float: left; }
  /* line 888, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section.about .content-holder .info {
    width: 100%; }
    @media (min-width: 1024px) {
      /* line 888, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section.about .content-holder .info {
        width: 50%; } }
  /* line 892, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section.about .content-holder .image-holder {
    width: 100%; }
    @media (min-width: 1024px) {
      /* line 892, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section.about .content-holder .image-holder {
        width: 50%;
        padding-top: 27px; } }
    /* line 897, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section.about .content-holder .image-holder .image {
      background-image: url("/images/about/photo_city@2x-22ae7bfd.jpg");
      background-size: 375px 300px;
      background-repeat: no-repeat;
      width: 375px;
      height: 300px; }
      @media (min-width: 1024px) {
        /* line 897, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section.about .content-holder .image-holder .image {
          float: right; } }

/* line 907, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
section.contact {
  background-color: #ECEFF4;
  border: none; }
  /* line 910, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section.contact .contact-box {
    color: #141B23;
    margin-left: auto;
    margin-right: auto;
    padding: 25px; }
    /* line 914, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section.contact .contact-box h2 {
      font-size: 30px;
      font-family: proxima_novasemibold, helvetica, sans-serif; }
      /* line 918, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section.contact .contact-box h2 a {
        color: #141B23; }
    /* line 920, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section.contact .contact-box .content-holder {
      clear: both;
      overflow: hidden;
      *zoom: 1; }
      /* line 923, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section.contact .contact-box .content-holder .info-holder {
        float: left;
        width: 100%;
        padding-bottom: 15px; }
        @media (min-width: 481px) {
          /* line 923, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section.contact .contact-box .content-holder .info-holder {
            width: 50%; } }
        @media (min-width: 1024px) {
          /* line 923, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section.contact .contact-box .content-holder .info-holder {
            width: 25%; } }
        /* line 931, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section.contact .contact-box .content-holder .info-holder .title {
          font-size: 18px;
          font-family: proxima_novasemibold, helvetica, sans-serif; }
        /* line 935, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section.contact .contact-box .content-holder .info-holder .detail {
          color: #49B3D7; }

/* line 939, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
section.contact-form .content-holder {
  color: #141B23;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  overflow: hidden;
  *zoom: 1;
  max-width: 500px; }
  /* line 945, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section.contact-form .content-holder .header-holder {
    margin-left: auto;
    margin-right: auto; }
    /* line 947, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section.contact-form .content-holder .header-holder h2 {
      text-align: center;
      font-size: 30px;
      font-family: proxima_novasemibold, helvetica, sans-serif; }
  /* line 952, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section.contact-form .content-holder .input-holder {
    clear: both;
    overflow: hidden;
    *zoom: 1;
    margin-left: auto;
    margin-right: auto; }
    /* line 956, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section.contact-form .content-holder .input-holder .input-container {
      width: 100%; }
      /* line 958, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section.contact-form .content-holder .input-holder .input-container .input-cell {
        width: 100%; }
        /* line 960, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section.contact-form .content-holder .input-holder .input-container .input-cell input, section.contact-form .content-holder .input-holder .input-container .input-cell textarea {
          width: 100%; }
        /* line 962, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section.contact-form .content-holder .input-holder .input-container .input-cell textarea {
          height: 70px;
          max-height: 70px;
          width: 100%;
          resize: vertical;
          padding: 15px;
          border: 1px solid #CAD3DF; }
      /* line 969, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section.contact-form .content-holder .input-holder .input-container .field-error {
        clear: both;
        margin-bottom: 5px;
        min-height: 18px; }
  /* line 973, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section.contact-form .content-holder .button {
    margin-top: 15px;
    float: right;
    padding-left: 15px;
    padding-right: 15px; }

@media (min-width: 1024px) {
  /* line 981, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  .container.two-col section {
    width: 748px; } }
/* line 984, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
.container.two-col section.contacts {
  margin-bottom: 70px; }

@media (min-width: 1024px) {
  /* line 988, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  .container.three-col section {
    width: 492px; } }

/* line 993, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
section.home.call-to-action {
  background-color: white; }
  /* line 995, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section.home.call-to-action .container {
    position: relative;
    overflow: visible;
    height: 420px;
    background-image: url("/images/homepage/hero_tablet_background@2x-bf84a03b.jpg");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat; }
  /* line 1004, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section.home.call-to-action img.tablet {
    display: none; }
  /* line 1006, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section.home.call-to-action .text-box {
    padding-top: 35px;
    width: 100%;
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    /* line 1012, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section.home.call-to-action .text-box h1 {
      margin-top: 0;
      margin-bottom: 10px;
      line-height: 1.2;
      font-family: proxima_novasemibold, helvetica, sans-serif;
      font-size: 26px;
      color: #141B23; }
    /* line 1021, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section.home.call-to-action .text-box p {
      padding-right: 0;
      line-height: 1.4;
      font-family: proxima_novaregular, helvetica, sans-serif;
      font-size: 17px;
      color: #141B23; }
    /* line 1028, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section.home.call-to-action .text-box .buttons {
      margin-top: 45px; }
      /* line 1030, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section.home.call-to-action .text-box .buttons a.button {
        height: 40px;
        line-height: 40px;
        border-radius: 20px;
        width: 260px;
        padding-left: 18px;
        padding-right: 18px;
        font-family: proxima_novasemibold, helvetica, sans-serif;
        font-size: 15px;
        margin-right: 10px;
        margin-bottom: 15px; }
        /* line 1044, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section.home.call-to-action .text-box .buttons a.button.sign-in {
          background-color: #8DC63F; }
          /* line 1046, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section.home.call-to-action .text-box .buttons a.button.sign-in:hover {
            background-color: #89BB44; }
          /* line 1048, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section.home.call-to-action .text-box .buttons a.button.sign-in:active {
            background-color: #81B140; }
  @media (min-width: 481px) {
    /* line 1051, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section.home.call-to-action .container {
      height: 470px; }
    /* line 1053, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section.home.call-to-action .text-box {
      padding-top: 55px; }
      /* line 1055, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section.home.call-to-action .text-box h1 {
        font-size: 50px; }
      /* line 1057, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section.home.call-to-action .text-box p {
        font-size: 18px; }
      /* line 1059, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section.home.call-to-action .text-box .buttons {
        white-space: nowrap; }
        /* line 1061, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section.home.call-to-action .text-box .buttons a.button {
          width: 200px; } }
  @media (min-width: 768px) {
    /* line 1064, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section.home.call-to-action .container {
      height: 520px;
      background: white; }
    /* line 1067, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section.home.call-to-action img.tablet {
      display: block;
      position: absolute;
      top: 18px;
      left: 475px;
      height: 586px; }
    /* line 1073, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section.home.call-to-action .text-box {
      padding-top: 85px;
      position: absolute;
      top: 0;
      left: 30px;
      width: 510px;
      max-width: 100%;
      margin: 0;
      text-align: left; }
      /* line 1082, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section.home.call-to-action .text-box p {
        padding-right: 70px; }
      /* line 1084, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section.home.call-to-action .text-box .buttons {
        margin-top: 55px; } }
/* line 1087, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
section.home.hero {
  width: 100%;
  background-image: url("/images/homepage/hero_kids-2feb704e.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; }
  /* line 1094, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section.home.hero .container {
    height: 416px; }
    /* line 1096, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section.home.hero .container h1 {
      font-family: proxima_novasemibold, helvetica, sans-serif;
      font-size: 28px;
      color: white;
      line-height: 1.2;
      text-align: center;
      padding-top: 88px; }
    @media (min-width: 481px) {
      /* line 1105, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section.home.hero .container h1 {
        font-size: 30px;
        padding-top: 134px; } }
    @media (min-width: 768px) {
      /* line 1109, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section.home.hero .container h1 {
        font-size: 40px;
        padding-top: 124px;
        padding-left: 30px;
        padding-right: 30px; } }
/* line 1119, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
section.home.schools .container, section.home.activities .container, section.home.parents .container {
  padding-top: 10px;
  padding-bottom: 30px; }
/* line 1123, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
section.home.schools .photo, section.home.activities .photo, section.home.parents .photo {
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 375px; }
  /* line 1131, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section.home.schools .photo img, section.home.activities .photo img, section.home.parents .photo img {
    width: 100%; }
/* line 1133, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
section.home.schools .text-box, section.home.activities .text-box, section.home.parents .text-box {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 41px;
  color: #141B23; }
  /* line 1141, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section.home.schools .text-box h2, section.home.activities .text-box h2, section.home.parents .text-box h2 {
    margin-top: 0;
    font-family: proxima_novasemibold, helvetica, sans-serif;
    font-size: 20px; }
  /* line 1146, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section.home.schools .text-box p, section.home.activities .text-box p, section.home.parents .text-box p {
    font-size: 14px;
    line-height: 1.5; }
  /* line 1149, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section.home.schools .text-box ul, section.home.activities .text-box ul, section.home.parents .text-box ul {
    font-size: 14px;
    line-height: 1.2;
    padding-left: 15px; }
    /* line 1153, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section.home.schools .text-box ul li, section.home.activities .text-box ul li, section.home.parents .text-box ul li {
      padding-bottom: 14px; }
  /* line 1155, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section.home.schools .text-box h3, section.home.activities .text-box h3, section.home.parents .text-box h3 {
    font-family: proxima_novasemibold, helvetica, sans-serif;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 15px; }
@media (min-width: 768px) {
  /* line 1166, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section.home.schools .container, section.home.activities .container, section.home.parents .container {
    padding-top: 20px;
    padding-bottom: 80px; }
  /* line 1170, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section.home.schools .photo, section.home.activities .photo, section.home.parents .photo {
    margin: 0;
    padding-top: 90px;
    padding-left: 0;
    padding-right: 0;
    width: 35%; }
  /* line 1177, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section.home.schools .text-box, section.home.activities .text-box, section.home.parents .text-box {
    margin: 0;
    width: 60%;
    padding-left: 15px;
    padding-right: 0;
    padding-top: 83px; }
    /* line 1184, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section.home.schools .text-box h2, section.home.activities .text-box h2, section.home.parents .text-box h2 {
      font-size: 30px; }
    /* line 1186, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section.home.schools .text-box p, section.home.activities .text-box p, section.home.parents .text-box p {
      font-size: 16px; }
    /* line 1188, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section.home.schools .text-box ul, section.home.activities .text-box ul, section.home.parents .text-box ul {
      font-size: 16px;
      padding-left: 20px; }
    /* line 1191, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section.home.schools .text-box h3, section.home.activities .text-box h3, section.home.parents .text-box h3 {
      font-size: 16px;
      margin-top: 25px;
      margin-bottom: 25px; } }
@media (min-width: 1024px) {
  /* line 1205, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section.home.schools .container, section.home.activities .container, section.home.parents .container {
    padding-top: 20px;
    padding-bottom: 80px; }
  /* line 1209, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section.home.schools .photo, section.home.activities .photo, section.home.parents .photo {
    margin: 0;
    padding-top: 90px;
    padding-left: 0;
    padding-right: 0;
    width: 375px; }
  /* line 1216, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section.home.schools .text-box, section.home.activities .text-box, section.home.parents .text-box {
    margin: 0;
    width: 555px;
    padding-left: 15px;
    padding-right: 0;
    padding-top: 83px; }
    /* line 1223, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section.home.schools .text-box h2, section.home.activities .text-box h2, section.home.parents .text-box h2 {
      font-size: 30px; }
    /* line 1225, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section.home.schools .text-box p, section.home.activities .text-box p, section.home.parents .text-box p {
      font-size: 16px; }
    /* line 1227, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section.home.schools .text-box ul, section.home.activities .text-box ul, section.home.parents .text-box ul {
      font-size: 16px;
      padding-left: 20px; }
    /* line 1230, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section.home.schools .text-box h3, section.home.activities .text-box h3, section.home.parents .text-box h3 {
      font-size: 16px;
      margin-top: 25px;
      margin-bottom: 25px; } }
/* line 1236, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
section.home.schools {
  background-color: white; }
  /* line 1238, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section.home.schools .text-box {
    background-image: url("/images/backgrounds/chalk_bg_green_vertical@2x-dd60b63d.jpg");
    background-size: 340px 251px;
    background-position: left top;
    background-repeat: no-repeat; }
  @media (min-width: 768px) {
    /* line 1245, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section.home.schools .photo {
      float: left; }
    /* line 1247, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section.home.schools .text-box {
      float: right; } }
/* line 1250, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
section.home.activities {
  background-color: #ECEFF4; }
  /* line 1252, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section.home.activities .text-box {
    background-image: url("/images/backgrounds/chalk_bg_blue_gray@2x-6b5ddb25.jpg");
    background-size: 340px 251px;
    background-position: left top;
    background-repeat: no-repeat; }
  @media (min-width: 768px) {
    /* line 1259, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section.home.activities .photo {
      float: right; }
    /* line 1261, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section.home.activities .text-box {
      float: left; } }
/* line 1264, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
section.home.parents {
  background-color: white; }
  /* line 1266, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section.home.parents .text-box {
    background-image: url("/images/backgrounds/chalk_bg_green_wide@2x-8b81a84e.jpg");
    background-size: 340px 251px;
    background-position: left top;
    background-repeat: no-repeat; }
  @media (min-width: 768px) {
    /* line 1273, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section.home.parents .photo {
      float: left; }
    /* line 1275, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section.home.parents .text-box {
      float: right; } }

/* line 1280, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
.moderator-buttons {
  position: absolute;
  top: 20px;
  right: 15px;
  height: 21px; }
  /* line 1285, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  .moderator-buttons .draft {
    display: inline-block;
    width: 45px;
    height: 20px;
    background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
    background-position: 0 -176px;
    background-size: auto;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 20px;
    width: 45px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
      /* line 1285, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      .moderator-buttons .draft {
        background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
        background-size: 45px 1299px;
        background-position: 0 -176px;
        height: 20px;
        width: 45px; } }
  /* line 1290, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  .moderator-buttons a {
    display: inline-block;
    width: 21px;
    height: 12px;
    margin-left: 5px; }
    /* line 1295, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    .moderator-buttons a.approve {
      background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
      background-position: 0 -259px;
      background-size: auto;
      background-repeat: no-repeat;
      overflow: hidden;
      height: 21px;
      width: 21px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
        /* line 1295, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        .moderator-buttons a.approve {
          background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
          background-size: 45px 1299px;
          background-position: 0 -259px;
          height: 21px;
          width: 21px; } }
      /* line 1297, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      .moderator-buttons a.approve:hover, .moderator-buttons a.approve:active, .moderator-buttons a.approve.selected {
        background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
        background-position: 0 -238px;
        background-size: auto;
        background-repeat: no-repeat;
        overflow: hidden;
        height: 21px;
        width: 21px; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
          /* line 1297, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          .moderator-buttons a.approve:hover, .moderator-buttons a.approve:active, .moderator-buttons a.approve.selected {
            background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
            background-size: 45px 1299px;
            background-position: 0 -238px;
            height: 21px;
            width: 21px; } }
    /* line 1299, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    .moderator-buttons a.block {
      background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
      background-position: -21px -238px;
      background-size: auto;
      background-repeat: no-repeat;
      overflow: hidden;
      height: 21px;
      width: 21px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
        /* line 1299, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        .moderator-buttons a.block {
          background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
          background-size: 45px 1299px;
          background-position: -21px -238px;
          height: 21px;
          width: 21px; } }
      /* line 1301, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      .moderator-buttons a.block:hover, .moderator-buttons a.block:active, .moderator-buttons a.block.selected {
        background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
        background-position: -21px -259px;
        background-size: auto;
        background-repeat: no-repeat;
        overflow: hidden;
        height: 21px;
        width: 21px; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
          /* line 1301, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          .moderator-buttons a.block:hover, .moderator-buttons a.block:active, .moderator-buttons a.block.selected {
            background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
            background-size: 45px 1299px;
            background-position: -21px -259px;
            height: 21px;
            width: 21px; } }
    /* line 1303, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    .moderator-buttons a.edit {
      background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
      background-position: -21px -280px;
      background-size: auto;
      background-repeat: no-repeat;
      overflow: hidden;
      height: 21px;
      width: 21px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
        /* line 1303, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        .moderator-buttons a.edit {
          background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
          background-size: 45px 1299px;
          background-position: -21px -280px;
          height: 21px;
          width: 21px; } }
      /* line 1305, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      .moderator-buttons a.edit:hover, .moderator-buttons a.edit:active, .moderator-buttons a.edit.selected {
        background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
        background-position: -21px -301px;
        background-size: auto;
        background-repeat: no-repeat;
        overflow: hidden;
        height: 21px;
        width: 21px; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
          /* line 1305, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          .moderator-buttons a.edit:hover, .moderator-buttons a.edit:active, .moderator-buttons a.edit.selected {
            background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
            background-size: 45px 1299px;
            background-position: -21px -301px;
            height: 21px;
            width: 21px; } }
    /* line 1307, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    .moderator-buttons a.delete {
      background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
      background-position: 0 -301px;
      background-size: auto;
      background-repeat: no-repeat;
      overflow: hidden;
      height: 21px;
      width: 21px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
        /* line 1307, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        .moderator-buttons a.delete {
          background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
          background-size: 45px 1299px;
          background-position: 0 -301px;
          height: 21px;
          width: 21px; } }
      /* line 1309, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      .moderator-buttons a.delete:hover, .moderator-buttons a.delete:active, .moderator-buttons a.delete.selected {
        background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
        background-position: 0 -280px;
        background-size: auto;
        background-repeat: no-repeat;
        overflow: hidden;
        height: 21px;
        width: 21px; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
          /* line 1309, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          .moderator-buttons a.delete:hover, .moderator-buttons a.delete:active, .moderator-buttons a.delete.selected {
            background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
            background-size: 45px 1299px;
            background-position: 0 -280px;
            height: 21px;
            width: 21px; } }

/* line 1313, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
section .search-results {
  margin-top: 15px;
  width: 100%; }
  /* line 1316, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section .search-results .label, section .search-results .result-holder {
    text-align: center;
    width: 100%; }
  /* line 1319, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section .search-results .result-holder {
    overflow: hidden;
    *zoom: 1;
    line-height: 36px; }
  /* line 1322, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section .search-results .search-term, section .search-results .cancel-search {
    display: inline-block; }
  /* line 1324, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section .search-results .search-term {
    text-transform: uppercase;
    color: #8DC63F;
    vertical-align: top;
    font-family: proxima_novasemibold, helvetica, sans-serif;
    font-size: 18px; }
  /* line 1331, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section .search-results .cancel-search {
    padding-top: 5px; }
    /* line 1333, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .search-results .cancel-search a {
      display: inline-block;
      width: 21px;
      margin-left: 10px;
      background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
      background-position: -21px -238px;
      background-size: auto;
      background-repeat: no-repeat;
      overflow: hidden;
      height: 21px;
      width: 21px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
        /* line 1333, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .search-results .cancel-search a {
          background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
          background-size: 45px 1299px;
          background-position: -21px -238px;
          height: 21px;
          width: 21px; } }
      /* line 1338, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .search-results .cancel-search a:hover, section .search-results .cancel-search a:active, section .search-results .cancel-search a.selected {
        background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
        background-position: -21px -259px;
        background-size: auto;
        background-repeat: no-repeat;
        overflow: hidden;
        height: 21px;
        width: 21px; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
          /* line 1338, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .search-results .cancel-search a:hover, section .search-results .cancel-search a:active, section .search-results .cancel-search a.selected {
            background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
            background-size: 45px 1299px;
            background-position: -21px -259px;
            height: 21px;
            width: 21px; } }
/* line 1341, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
section .box {
  width: 100%;
  padding: 15px;
  margin-bottom: 10px;
  border: 1px solid #E3E6EC;
  background-color: white;
  color: #54657E; }
  /* line 1349, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section .box.filter {
    overflow: hidden;
    *zoom: 1;
    padding-top: 20px;
    padding-bottom: 20px; }
    /* line 1354, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.filter .styled-select {
      float: left;
      width: 215px; }
      @media (min-width: 481px) {
        /* line 1354, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.filter .styled-select {
          width: 250px; } }
      /* line 1359, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.filter .styled-select select {
        width: 235px; }
        @media (min-width: 481px) {
          /* line 1359, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.filter .styled-select select {
            width: 270px; } }
    /* line 1363, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.filter .search-form-holder {
      text-align: right; }
    /* line 1365, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.filter a.button {
      float: right; }
    /* line 1367, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.filter .status-holder, section .box.filter .role-holder {
      float: left; }
      /* line 1369, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.filter .status-holder .styled-select, section .box.filter .role-holder .styled-select {
        width: 130px;
        background-position: right 5px center; }
        @media (min-width: 481px) {
          /* line 1369, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.filter .status-holder .styled-select, section .box.filter .role-holder .styled-select {
            width: 100%; } }
        @media (min-width: 1024px) {
          /* line 1369, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.filter .status-holder .styled-select, section .box.filter .role-holder .styled-select {
            width: 250px;
            background-position: right 12px center; } }
        /* line 1377, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.filter .status-holder .styled-select select, section .box.filter .role-holder .styled-select select {
          width: 150px;
          font-size: 13px;
          padding-left: 3px; }
          @media (min-width: 481px) {
            /* line 1377, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.filter .status-holder .styled-select select, section .box.filter .role-holder .styled-select select {
              padding-left: 6px;
              width: calc(100% + 20px);
              font-size: 14px; } }
          @media (min-width: 1024px) {
            /* line 1377, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.filter .status-holder .styled-select select, section .box.filter .role-holder .styled-select select {
              width: 270px;
              padding-left: 10px; } }
    /* line 1388, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.filter .status-holder {
      width: 50%; }
      @media (min-width: 481px) {
        /* line 1388, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.filter .status-holder {
          width: 33%; } }
      @media (min-width: 1024px) {
        /* line 1388, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.filter .status-holder {
          width: 36%; } }
    /* line 1394, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.filter .role-holder {
      width: 50%; }
      @media (min-width: 481px) {
        /* line 1394, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.filter .role-holder {
          width: 34%;
          padding-left: 5px; } }
      @media (min-width: 1024px) {
        /* line 1394, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.filter .role-holder {
          width: 36%; } }
      /* line 1401, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.filter .role-holder .styled-select {
        float: right; }
    /* line 1403, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.filter .invite-holder {
      width: 100%;
      clear: both;
      overflow: hidden;
      *zoom: 1;
      padding-top: 10px; }
      @media (min-width: 481px) {
        /* line 1403, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.filter .invite-holder {
          width: 33%;
          float: left;
          clear: none;
          overflow: inherit;
          padding-top: 0; } }
      @media (min-width: 1024px) {
        /* line 1403, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.filter .invite-holder {
          width: 28%; } }
      /* line 1416, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.filter .invite-holder a.button {
        float: left;
        height: 36px;
        line-height: 36px;
        padding-left: 8px;
        padding-right: 8px;
        font-size: 12px; }
        @media (min-width: 481px) {
          /* line 1416, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.filter .invite-holder a.button {
            float: right;
            padding-left: 10px;
            padding-right: 10px; } }
        @media (min-width: 1024px) {
          /* line 1416, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.filter .invite-holder a.button {
            font-size: 14px;
            padding-left: 22px;
            padding-right: 22px; } }
    /* line 1434, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.filter .notification-status-holder, section .box.filter .notification-type-holder {
      float: left;
      width: 100%; }
      @media (min-width: 481px) {
        /* line 1434, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.filter .notification-status-holder, section .box.filter .notification-type-holder {
          width: 50%; } }
      /* line 1439, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.filter .notification-status-holder .styled-select, section .box.filter .notification-type-holder .styled-select {
        width: 100%; }
        /* line 1441, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.filter .notification-status-holder .styled-select select, section .box.filter .notification-type-holder .styled-select select {
          width: calc(100% + 20px); }
    /* line 1443, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.filter .notification-type-holder {
      padding-top: 10px; }
      @media (min-width: 481px) {
        /* line 1443, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.filter .notification-type-holder {
          padding-top: 0;
          padding-left: 10px; } }
    /* line 1454, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.filter.search-bar .styled-select {
      width: 100%;
      margin-bottom: 10px; }
      /* line 1456, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.filter.search-bar .styled-select select {
        width: calc(100% + 20px); }
    /* line 1459, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.filter.search-bar .search-form-holder {
      width: 100%; }
      /* line 1461, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.filter.search-bar .search-form-holder form.search {
        width: 100%; }
        /* line 1463, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.filter.search-bar .search-form-holder form.search input[type=text] {
          width: 100%; }
    @media (min-width: 481px) {
      /* line 1466, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.filter.search-bar .styled-select {
        width: 250px;
        margin-bottom: 0; }
        /* line 1468, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.filter.search-bar .styled-select select {
          width: 270px; }
      /* line 1472, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.filter.search-bar .search-form-holder form.search {
        width: 170px;
        padding-left: 10px; } }
    @media (min-width: 1024px) {
      /* line 1477, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.filter.search-bar .search-form-holder form.search {
        width: 185px; } }
  /* line 1480, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section .box form.search, section .box .group-search {
    display: inline-block;
    position: relative;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
    /* line 1484, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box form.search input[type=text], section .box .group-search input[type=text] {
      margin: 0;
      padding-right: 37px !important;
      background-color: white; }
      @media (min-width: 481px) {
        /* line 1484, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box form.search input[type=text], section .box .group-search input[type=text] {
          width: 170px;
          padding-left: 10px; } }
      @media (min-width: 1024px) {
        /* line 1484, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box form.search input[type=text], section .box .group-search input[type=text] {
          width: 185px; } }
    /* line 1493, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box form.search input[type=submit], section .box .group-search input[type=submit] {
      min-width: 0;
      position: absolute;
      padding: 0;
      top: 0;
      right: 0;
      width: 38px;
      height: 36px;
      border: none;
      cursor: pointer;
      background-color: transparent;
      background-image: url("/images/controls/search@2x-a3f77e5e.png");
      background-size: 13px 13px;
      background-position: center center;
      background-repeat: no-repeat; }
  /* line 1510, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section .box.toolbar {
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    *zoom: 1; }
    /* line 1515, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.toolbar .content-holder {
      clear: both;
      overflow: hidden;
      *zoom: 1;
      line-height: 35px;
      height: 35px; }
    /* line 1520, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.toolbar .title {
      float: left;
      line-height: 35px;
      font-size: 15px;
      font-family: proxima_novasemibold, helvetica, sans-serif; }
    /* line 1526, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.toolbar .navigation {
      float: left;
      height: 35px;
      margin-right: 15px;
      margin-bottom: 3px; }
      /* line 1532, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.toolbar .navigation a {
        float: left;
        margin-right: 3px; }
    /* line 1535, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.toolbar .modifiers {
      float: left;
      height: 35px; }
      /* line 1538, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.toolbar .modifiers a {
        float: left;
        margin-right: 3px; }
    /* line 1541, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.toolbar .buttons {
      float: right;
      height: 35px; }
      /* line 1544, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.toolbar .buttons a {
        float: right;
        margin-left: 3px; }
        /* line 1547, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.toolbar .buttons a:last-child {
          margin-left: 0; }
    /* line 1549, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.toolbar .category-holder, section .box.toolbar .subcategory-holder {
      float: left; }
      /* line 1551, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.toolbar .category-holder .styled-select, section .box.toolbar .subcategory-holder .styled-select {
        width: 100%;
        background-position: right 5px center; }
        @media (min-width: 1024px) {
          /* line 1551, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.toolbar .category-holder .styled-select, section .box.toolbar .subcategory-holder .styled-select {
            width: 250px;
            background-position: right 12px center; } }
        /* line 1557, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.toolbar .category-holder .styled-select select, section .box.toolbar .subcategory-holder .styled-select select {
          width: calc(100% + 20px);
          font-size: 13px;
          padding-left: 3px; }
          @media (min-width: 481px) {
            /* line 1557, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.toolbar .category-holder .styled-select select, section .box.toolbar .subcategory-holder .styled-select select {
              padding-left: 6px;
              font-size: 14px; } }
          @media (min-width: 1024px) {
            /* line 1557, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.toolbar .category-holder .styled-select select, section .box.toolbar .subcategory-holder .styled-select select {
              width: 270px;
              padding-left: 10px; } }
    /* line 1567, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.toolbar .category-holder {
      width: 40%;
      padding-right: 5px; }
      @media (min-width: 481px) {
        /* line 1567, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.toolbar .category-holder {
          padding-right: 10px; } }
      @media (min-width: 1024px) {
        /* line 1567, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.toolbar .category-holder {
          width: 36%; } }
    /* line 1574, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.toolbar .subcategory-holder {
      width: 40%; }
      @media (min-width: 1024px) {
        /* line 1574, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.toolbar .subcategory-holder {
          width: 36%; } }
      /* line 1578, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.toolbar .subcategory-holder .styled-select {
        float: right; }
    /* line 1580, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.toolbar.reviews {
      padding-top: 20px;
      padding-bottom: 20px; }
      /* line 1585, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.toolbar.reviews .buttons a.toolbar-button {
        height: 36px; }
    /* line 1588, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.toolbar.message-details .buttons {
      float: left; }
    @media (min-width: 481px) {
      /* line 1591, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.toolbar .navigation {
        margin-bottom: 0; }
      /* line 1594, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.toolbar.message-details .buttons {
        float: right; } }
  /* line 1597, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section .box.create-post {
    height: 130px;
    padding: 0; }
    /* line 1600, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.create-post .textarea {
      height: 80px; }
      /* line 1602, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.create-post .textarea textarea {
        height: 70px;
        max-height: 70px;
        width: 100%;
        border: none;
        resize: none;
        padding: 15px; }
        /* line 1609, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.create-post .textarea textarea:focus {
          background-color: white;
          border: none; }
    /* line 1612, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.create-post .action-holder {
      height: 100%;
      border-top: 3px solid #E3E6EC;
      width: 100%;
      background-color: #F6F8FC; }
      /* line 1617, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.create-post .action-holder .add-file-holder, section .box.create-post .action-holder .button-holder {
        display: inline-block;
        height: 45px;
        line-height: 45px;
        vertical-align: middle; }
      /* line 1622, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.create-post .action-holder .add-file-holder {
        padding-left: 15px;
        clear: both; }
        /* line 1625, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.create-post .action-holder .add-file-holder .link-holder, section .box.create-post .action-holder .add-file-holder .dropzone-previews {
          float: left; }
        /* line 1627, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.create-post .action-holder .add-file-holder .add-image-link {
          font-size: 12px; }
        /* line 1629, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.create-post .action-holder .add-file-holder .dropzone-previews {
          margin-left: 10px;
          padding-top: 5px;
          width: 50px;
          height: 35px; }
          /* line 1634, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.create-post .action-holder .add-file-holder .dropzone-previews img {
            vertical-align: top; }
      /* line 1636, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.create-post .action-holder .button-holder {
        padding-right: 15px;
        float: right; }
        /* line 1639, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.create-post .action-holder .button-holder .post-button {
          width: 90px; }
  /* line 1642, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section .box.post, section .box.event-details, section .box.classified-details {
    position: relative; }
    /* line 1645, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.post .info, section .box.event-details .info, section .box.classified-details .info {
      margin-bottom: 10px; }
      /* line 1647, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.post .info .avatar-holder, section .box.event-details .info .avatar-holder, section .box.classified-details .info .avatar-holder {
        display: inline-block;
        vertical-align: top; }
        /* line 1650, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.post .info .avatar-holder img.user-avatar, section .box.event-details .info .avatar-holder img.user-avatar, section .box.classified-details .info .avatar-holder img.user-avatar {
          width: 45px;
          height: 45px;
          -moz-border-radius: 22.5px;
          -webkit-border-radius: 22.5px;
          border-radius: 22.5px; }
      /* line 1652, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.post .info .content-holder, section .box.event-details .info .content-holder, section .box.classified-details .info .content-holder {
        display: inline-block;
        margin-left: 10px; }
        /* line 1655, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.post .info .content-holder .user-name, section .box.event-details .info .content-holder .user-name, section .box.classified-details .info .content-holder .user-name {
          display: inline-block;
          padding-top: 5px;
          color: #3D4D65;
          font-family: proxima_novasemibold, helvetica, sans-serif;
          font-size: 15px; }
        /* line 1662, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.post .info .content-holder .timestamp, section .box.event-details .info .content-holder .timestamp, section .box.classified-details .info .content-holder .timestamp {
          display: block;
          color: #8493A8; }
    /* line 1666, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.post .title, section .box.event-details .title, section .box.classified-details .title {
      color: #49B3D7;
      font-size: 15px;
      font-family: proxima_novasemibold, helvetica, sans-serif; }
      /* line 1671, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.post .title.album, section .box.event-details .title.album, section .box.classified-details .title.album {
        margin-bottom: 10px; }
    /* line 1674, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.post .subtitle, section .box.event-details .subtitle, section .box.classified-details .subtitle {
      color: #8493A8;
      margin-bottom: 15px; }
    /* line 1678, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.post .rating, section .box.event-details .rating, section .box.classified-details .rating {
      margin-top: -5px;
      margin-bottom: 15px; }
      /* line 1682, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.post .rating.review-details, section .box.event-details .rating.review-details, section .box.classified-details .rating.review-details {
        margin-top: 0;
        margin-bottom: 5px; }
      /* line 1686, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.post .rating .star-filled, section .box.post .rating .star-not-filled, section .box.event-details .rating .star-filled, section .box.event-details .rating .star-not-filled, section .box.classified-details .rating .star-filled, section .box.classified-details .rating .star-not-filled {
        display: inline-block; }
      /* line 1688, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.post .rating .star-filled, section .box.event-details .rating .star-filled, section .box.classified-details .rating .star-filled {
        background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
        background-position: 0 -196px;
        background-size: auto;
        background-repeat: no-repeat;
        overflow: hidden;
        height: 21px;
        width: 22px; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
          /* line 1688, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.post .rating .star-filled, section .box.event-details .rating .star-filled, section .box.classified-details .rating .star-filled {
            background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
            background-size: 45px 1299px;
            background-position: 0 -196px;
            height: 21px;
            width: 22px; } }
      /* line 1690, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.post .rating .star-not-filled, section .box.event-details .rating .star-not-filled, section .box.classified-details .rating .star-not-filled {
        background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
        background-position: 0 -217px;
        background-size: auto;
        background-repeat: no-repeat;
        overflow: hidden;
        height: 21px;
        width: 22px; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
          /* line 1690, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.post .rating .star-not-filled, section .box.event-details .rating .star-not-filled, section .box.classified-details .rating .star-not-filled {
            background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
            background-size: 45px 1299px;
            background-position: 0 -217px;
            height: 21px;
            width: 22px; } }
    /* line 1693, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.post .review-url, section .box.event-details .review-url, section .box.classified-details .review-url {
      margin-top: 5px;
      margin-bottom: 5px; }
    /* line 1698, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.post .hollow-button, section .box.event-details .hollow-button, section .box.classified-details .hollow-button {
      margin-top: 15px;
      margin-bottom: 10px; }
    /* line 1703, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.post img.post-image, section .box.event-details img.post-image, section .box.classified-details img.post-image {
      margin-top: 15px;
      width: 100%; }
    /* line 1707, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.post .classified-item, section .box.event-details .classified-item, section .box.classified-details .classified-item {
      overflow: hidden;
      *zoom: 1;
      width: 100%;
      border: 1px solid #E3E6EC;
      height: 150px; }
      @media (min-width: 481px) {
        /* line 1707, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.post .classified-item, section .box.event-details .classified-item, section .box.classified-details .classified-item {
          height: 175px; } }
      /* line 1714, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.post .classified-item .image-holder, section .box.event-details .classified-item .image-holder, section .box.classified-details .classified-item .image-holder {
        float: left;
        width: 150px; }
        @media (min-width: 481px) {
          /* line 1714, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.post .classified-item .image-holder, section .box.event-details .classified-item .image-holder, section .box.classified-details .classified-item .image-holder {
            width: 175px; } }
        /* line 1719, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.post .classified-item .image-holder img, section .box.event-details .classified-item .image-holder img, section .box.classified-details .classified-item .image-holder img {
          border: 0;
          height: 100%;
          width: 150px; }
          @media (min-width: 481px) {
            /* line 1719, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.post .classified-item .image-holder img, section .box.event-details .classified-item .image-holder img, section .box.classified-details .classified-item .image-holder img {
              width: 175px;
              height: 175px; } }
      /* line 1726, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.post .classified-item .info, section .box.event-details .classified-item .info, section .box.classified-details .classified-item .info {
        margin-left: 150px;
        height: 175px;
        background-color: #F6F8FC;
        padding-left: 15px;
        padding-right: 15px; }
        @media (min-width: 481px) {
          /* line 1726, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.post .classified-item .info, section .box.event-details .classified-item .info, section .box.classified-details .classified-item .info {
            margin-left: 175px; } }
        /* line 1735, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.post .classified-item .info .title, section .box.event-details .classified-item .info .title, section .box.classified-details .classified-item .info .title {
          padding-top: 15px;
          font-family: proxima_novasemibold, helvetica, sans-serif;
          font-size: 13px;
          color: #49B3D7; }
          @media (min-width: 481px) {
            /* line 1735, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.post .classified-item .info .title, section .box.event-details .classified-item .info .title, section .box.classified-details .classified-item .info .title {
              font-size: 16px; } }
        /* line 1743, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.post .classified-item .info .price, section .box.event-details .classified-item .info .price, section .box.classified-details .classified-item .info .price {
          font-size: 15px;
          color: #3D4D65; }
        /* line 3, /home/vagrant/chalknation/source/stylesheets/_includes/_multiline_ellipsis.css.sass */
        section .box.post .classified-item .info .ellipsis, section .box.event-details .classified-item .info .ellipsis, section .box.classified-details .classified-item .info .ellipsis {
          overflow: hidden;
          height: 54px;
          line-height: 18px; }
          /* line 7, /home/vagrant/chalknation/source/stylesheets/_includes/_multiline_ellipsis.css.sass */
          section .box.post .classified-item .info .ellipsis:before, section .box.event-details .classified-item .info .ellipsis:before, section .box.classified-details .classified-item .info .ellipsis:before {
            content: "";
            float: left;
            width: 5px;
            height: 54px; }
          /* line 12, /home/vagrant/chalknation/source/stylesheets/_includes/_multiline_ellipsis.css.sass */
          section .box.post .classified-item .info .ellipsis:after, section .box.event-details .classified-item .info .ellipsis:after, section .box.classified-details .classified-item .info .ellipsis:after {
            background: #F6F8FC;
            background: -webkit-gradient(linear, left top, right top, from(rgba(246, 248, 252, 0)), to(#F6F8FC), color-stop(50%, #F6F8FC));
            background: -moz-linear-gradient(to right, rgba(246, 248, 252, 0), #F6F8FC 50%, #F6F8FC);
            background: -o-linear-gradient(to right, rgba(246, 248, 252, 0), #F6F8FC 50%, #F6F8FC);
            background: -ms-linear-gradient(to right, rgba(246, 248, 252, 0), #F6F8FC 50%, #F6F8FC);
            background: linear-gradient(to right, rgba(246, 248, 252, 0), #F6F8FC 50%, #F6F8FC);
            content: "…";
            float: right;
            position: relative;
            top: -18px;
            left: 100%;
            width: 2em;
            margin-left: -2em;
            padding-right: 5px;
            text-align: right;
            -moz-box-sizing: content-box;
            -webkit-box-sizing: content-box;
            box-sizing: content-box; }
        /* line 30, /home/vagrant/chalknation/source/stylesheets/_includes/_multiline_ellipsis.css.sass */
        section .box.post .classified-item .info .ellipsis > *:first-child, section .box.event-details .classified-item .info .ellipsis > *:first-child, section .box.classified-details .classified-item .info .ellipsis > *:first-child {
          float: right;
          width: 100%;
          margin-left: -5px; }
        /* line 1747, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.post .classified-item .info .ellipsis, section .box.event-details .classified-item .info .ellipsis, section .box.classified-details .classified-item .info .ellipsis {
          margin-top: 10px; }
          @media (min-width: 481px) {
            /* line 1747, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.post .classified-item .info .ellipsis, section .box.event-details .classified-item .info .ellipsis, section .box.classified-details .classified-item .info .ellipsis {
              height: 90px; }
              /* line 1751, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
              section .box.post .classified-item .info .ellipsis:before, section .box.event-details .classified-item .info .ellipsis:before, section .box.classified-details .classified-item .info .ellipsis:before {
                height: 90px; } }
        /* line 1753, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.post .classified-item .info .info-text, section .box.event-details .classified-item .info .info-text, section .box.classified-details .classified-item .info .info-text {
          font-size: 13px; }
        /* line 1755, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.post .classified-item .info.no-image, section .box.event-details .classified-item .info.no-image, section .box.classified-details .classified-item .info.no-image {
          margin-left: 0; }
    /* line 1759, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.post table.image-grid-4, section .box.event-details table.image-grid-4, section .box.classified-details table.image-grid-4 {
      width: 100%;
      margin-top: 15px;
      margin-bottom: 20px; }
      /* line 1765, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.post table.image-grid-4 tr td, section .box.event-details table.image-grid-4 tr td, section .box.classified-details table.image-grid-4 tr td {
        width: 50%;
        text-align: center;
        vertical-align: middle;
        overflow: hidden; }
        /* line 1769, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.post table.image-grid-4 tr td img, section .box.event-details table.image-grid-4 tr td img, section .box.classified-details table.image-grid-4 tr td img {
          width: 100%; }
        /* line 1772, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.post table.image-grid-4 tr td:first-child, section .box.event-details table.image-grid-4 tr td:first-child, section .box.classified-details table.image-grid-4 tr td:first-child {
          padding-right: 5px; }
        /* line 1774, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.post table.image-grid-4 tr td:last-child, section .box.event-details table.image-grid-4 tr td:last-child, section .box.classified-details table.image-grid-4 tr td:last-child {
          padding-left: 5px; }
      /* line 1777, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.post table.image-grid-4 tr:first-child td, section .box.event-details table.image-grid-4 tr:first-child td, section .box.classified-details table.image-grid-4 tr:first-child td {
        padding-bottom: 5px; }
      /* line 1780, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.post table.image-grid-4 tr:last-child td, section .box.event-details table.image-grid-4 tr:last-child td, section .box.classified-details table.image-grid-4 tr:last-child td {
        padding-top: 5px; }
    /* line 1783, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.post .slider-pro, section .box.event-details .slider-pro, section .box.classified-details .slider-pro {
      padding-top: 15px; }
      /* line 1785, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.post .slider-pro .sp-bottom-thumbnails, section .box.event-details .slider-pro .sp-bottom-thumbnails, section .box.classified-details .slider-pro .sp-bottom-thumbnails {
        width: 100% !important; }
    /* line 1788, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.post .actions, section .box.event-details .actions, section .box.classified-details .actions {
      clear: both;
      margin-top: 20px;
      font-size: 12px; }
      /* line 1792, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.post .actions.both-borders-on, section .box.event-details .actions.both-borders-on, section .box.classified-details .actions.both-borders-on {
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 10px;
        border-top: 1px solid #EBEBEB;
        border-bottom: 1px solid #EBEBEB; }
      /* line 1800, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.post .actions.top-border-only, section .box.event-details .actions.top-border-only, section .box.classified-details .actions.top-border-only {
        padding-top: 15px;
        border-top: 1px solid #EBEBEB; }
      /* line 1804, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.post .actions a.action, section .box.event-details .actions a.action, section .box.classified-details .actions a.action {
        display: inline-block;
        min-width: 35px; }
      /* line 1807, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.post .actions .post-like-icon, section .box.post .actions .comment-icon, section .box.post .actions .report-icon, section .box.event-details .actions .post-like-icon, section .box.event-details .actions .comment-icon, section .box.event-details .actions .report-icon, section .box.classified-details .actions .post-like-icon, section .box.classified-details .actions .comment-icon, section .box.classified-details .actions .report-icon {
        display: inline-block;
        vertical-align: middle; }
      /* line 1810, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.post .actions .post-like-icon, section .box.event-details .actions .post-like-icon, section .box.classified-details .actions .post-like-icon {
        margin-top: -4px;
        margin-left: 20px;
        background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
        background-position: -29px -21px;
        background-size: auto;
        background-repeat: no-repeat;
        overflow: hidden;
        height: 14px;
        width: 15px; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
          /* line 1810, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.post .actions .post-like-icon, section .box.event-details .actions .post-like-icon, section .box.classified-details .actions .post-like-icon {
            background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
            background-size: 45px 1299px;
            background-position: -29px -21px;
            height: 14px;
            width: 15px; } }
      /* line 1815, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.post .actions .comment-icon, section .box.event-details .actions .comment-icon, section .box.classified-details .actions .comment-icon {
        margin-left: 10px;
        background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
        background-position: -14px -21px;
        background-size: auto;
        background-repeat: no-repeat;
        overflow: hidden;
        height: 14px;
        width: 15px; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
          /* line 1815, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.post .actions .comment-icon, section .box.event-details .actions .comment-icon, section .box.classified-details .actions .comment-icon {
            background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
            background-size: 45px 1299px;
            background-position: -14px -21px;
            height: 14px;
            width: 15px; } }
      /* line 1818, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.post .actions .like-count, section .box.post .actions .comment-count, section .box.event-details .actions .like-count, section .box.event-details .actions .comment-count, section .box.classified-details .actions .like-count, section .box.classified-details .actions .comment-count {
        display: inline-block;
        color: #8493A8;
        min-width: 15px; }
      /* line 1822, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.post .actions .report-icon, section .box.event-details .actions .report-icon, section .box.classified-details .actions .report-icon {
        margin-right: 3px;
        float: right;
        background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
        background-position: 0 0;
        background-size: auto;
        background-repeat: no-repeat;
        overflow: hidden;
        height: 14px;
        width: 15px; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
          /* line 1822, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.post .actions .report-icon, section .box.event-details .actions .report-icon, section .box.classified-details .actions .report-icon {
            background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
            background-size: 45px 1299px;
            background-position: 0 0;
            height: 14px;
            width: 15px; } }
        /* line 1826, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.post .actions .report-icon.selected, section .box.event-details .actions .report-icon.selected, section .box.classified-details .actions .report-icon.selected {
          background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
          background-position: -15px 0;
          background-size: auto;
          background-repeat: no-repeat;
          overflow: hidden;
          height: 14px;
          width: 15px; }
          @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
            /* line 1826, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.post .actions .report-icon.selected, section .box.event-details .actions .report-icon.selected, section .box.classified-details .actions .report-icon.selected {
              background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
              background-size: 45px 1299px;
              background-position: -15px 0;
              height: 14px;
              width: 15px; } }
      /* line 1828, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.post .actions a.report, section .box.event-details .actions a.report, section .box.classified-details .actions a.report {
        float: right;
        color: #CAD3DF; }
        /* line 1831, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.post .actions a.report.selected, section .box.event-details .actions a.report.selected, section .box.classified-details .actions a.report.selected {
          color: #E02830; }
    /* line 1834, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.post .comments, section .box.event-details .comments, section .box.classified-details .comments {
      padding-top: 15px;
      border-top: 1px solid #EBEBEB;
      border-bottom: 1px solid #EBEBEB;
      margin-top: 15px; }
      /* line 1840, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.post .comments .comment, section .box.event-details .comments .comment, section .box.classified-details .comments .comment {
        margin-bottom: 15px;
        min-height: 50px; }
      /* line 1843, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.post .comments .avatar-holder, section .box.event-details .comments .avatar-holder, section .box.classified-details .comments .avatar-holder {
        float: left;
        width: 40px;
        margin-top: 3px; }
        /* line 1847, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.post .comments .avatar-holder img.user-avatar, section .box.event-details .comments .avatar-holder img.user-avatar, section .box.classified-details .comments .avatar-holder img.user-avatar {
          width: 30px;
          height: 30px;
          -moz-border-radius: 15px;
          -webkit-border-radius: 15px;
          border-radius: 15px; }
      /* line 1849, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.post .comments .user-comment, section .box.event-details .comments .user-comment, section .box.classified-details .comments .user-comment {
        margin-left: 40px; }
        /* line 1851, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.post .comments .user-comment .user-name, section .box.event-details .comments .user-comment .user-name, section .box.classified-details .comments .user-comment .user-name {
          font-family: proxima_novabold, helvetica, sans-serif; }
        /* line 1853, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.post .comments .user-comment .image-holder, section .box.event-details .comments .user-comment .image-holder, section .box.classified-details .comments .user-comment .image-holder {
          height: 130px; }
          /* line 1855, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.post .comments .user-comment .image-holder img.comment-image, section .box.event-details .comments .user-comment .image-holder img.comment-image, section .box.classified-details .comments .user-comment .image-holder img.comment-image {
            height: 130px; }
    /* line 1858, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.post .add-comment-holder, section .box.event-details .add-comment-holder, section .box.classified-details .add-comment-holder {
      width: 100%;
      margin-top: 10px; }
      /* line 1861, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.post .add-comment-holder .avatar-holder, section .box.event-details .add-comment-holder .avatar-holder, section .box.classified-details .add-comment-holder .avatar-holder {
        width: 40px;
        float: left; }
        /* line 1864, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.post .add-comment-holder .avatar-holder img.user-avatar, section .box.event-details .add-comment-holder .avatar-holder img.user-avatar, section .box.classified-details .add-comment-holder .avatar-holder img.user-avatar {
          width: 30px;
          height: 30px;
          -moz-border-radius: 15px;
          -webkit-border-radius: 15px;
          border-radius: 15px; }
      /* line 1866, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.post .add-comment-holder .comment-holder, section .box.event-details .add-comment-holder .comment-holder, section .box.classified-details .add-comment-holder .comment-holder {
        margin-left: 40px; }
        /* line 1868, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.post .add-comment-holder .comment-holder input[type=text], section .box.event-details .add-comment-holder .comment-holder input[type=text], section .box.classified-details .add-comment-holder .comment-holder input[type=text] {
          width: 100%; }
      /* line 1870, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.post .add-comment-holder .add-file-holder, section .box.event-details .add-comment-holder .add-file-holder, section .box.classified-details .add-comment-holder .add-file-holder {
        clear: both;
        overflow: hidden;
        *zoom: 1;
        margin-left: 40px;
        margin-top: 10px; }
        /* line 1876, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.post .add-comment-holder .add-file-holder .add-image-link, section .box.event-details .add-comment-holder .add-file-holder .add-image-link, section .box.classified-details .add-comment-holder .add-file-holder .add-image-link {
          font-size: 12px; }
        /* line 1878, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.post .add-comment-holder .add-file-holder .dropzone-previews, section .box.event-details .add-comment-holder .add-file-holder .dropzone-previews, section .box.classified-details .add-comment-holder .add-file-holder .dropzone-previews {
          clear: both;
          padding-top: 5px; }
  /* line 1883, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section .box.event-details .event-header, section .box.event-details .event-location, section .box.event-details .time-holder {
    width: 100%;
    margin-bottom: 15px; }
    @media (min-width: 481px) {
      /* line 1883, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.event-details .event-header, section .box.event-details .event-location, section .box.event-details .time-holder {
        float: left;
        width: 50%; } }
    @media (min-width: 1024px) {
      /* line 1883, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.event-details .event-header, section .box.event-details .event-location, section .box.event-details .time-holder {
        width: 55%; } }
  /* line 1893, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section .box.event-details .event-header .title {
    color: #3D4D65;
    font-size: 15px; }
  /* line 1896, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section .box.event-details .event-header .subtitle {
    margin-bottom: 0px; }
  /* line 1899, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section .box.event-details .event-rsvp {
    width: 100%;
    margin-bottom: 15px;
    border: solid #E3E6EC 1px; }
    @media (min-width: 481px) {
      /* line 1899, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.event-details .event-rsvp {
        float: right;
        width: 50%;
        min-width: 200px; } }
    @media (min-width: 1024px) {
      /* line 1899, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.event-details .event-rsvp {
        width: 45%; } }
    /* line 1910, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.event-details .event-rsvp .title {
      padding: 10px;
      color: #3D4D65;
      font-size: 15px; }
    /* line 1915, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.event-details .event-rsvp .radios {
      padding-left: 10px;
      padding-right: 10px;
      padding-bottom: 10px; }
      /* line 1920, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.event-details .event-rsvp .radios label {
        margin-right: 10px; }
    /* line 1923, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.event-details .event-rsvp .guests {
      padding-left: 10px;
      padding-right: 10px;
      padding-bottom: 10px; }
      /* line 1928, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.event-details .event-rsvp .guests p {
        padding-bottom: 10px; }
      /* line 1930, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.event-details .event-rsvp .guests input[type=text] {
        width: 36px;
        text-align: center;
        margin-right: 10px; }
    /* line 1935, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.event-details .event-rsvp .buttons {
      background-color: #F6F8FC;
      padding: 10px;
      height: 50px;
      border-top: solid #E3E6EC 3px; }
      /* line 1940, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.event-details .event-rsvp .buttons input[type=submit] {
        float: right; }
  /* line 1944, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section .box.event-details .event-location .title {
    font-family: proxima_novasemibold, helvetica, sans-serif;
    color: #3D4D65; }
  /* line 1947, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section .box.event-details .event-location .place, section .box.event-details .event-location .address, section .box.event-details .event-location .city-state-zip {
    color: #8493A8; }
  /* line 1951, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section .box.event-details .time-holder .title {
    color: #3D4D65;
    font-family: proxima_novasemibold, helvetica, sans-serif; }
  /* line 1954, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section .box.event-details .time-holder .event-time {
    color: #8493A8; }
  /* line 1957, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section .box.event-details .event-info {
    clear: both; }
    /* line 1959, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.event-details .event-info.border-bottom {
      padding-bottom: 15px;
      border-bottom: 1px solid #EBEBEB; }
  /* line 1963, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section .box.event-details .tabs {
    padding-top: 15px; }
    /* line 1966, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.event-details .tabs ul {
      border: 1px solid #EBEBEB;
      background-color: #ECEFF4;
      height: 37px;
      list-style: none;
      padding: 0;
      margin: 0; }
      /* line 1973, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.event-details .tabs ul li {
        float: left;
        padding-top: 10px;
        padding-bottom: 9px;
        background-color: #ECEFF4;
        border-right: 1px solid #EBEBEB; }
        @media (min-width: 481px) {
          /* line 1973, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.event-details .tabs ul li {
            padding-left: 10px;
            padding-right: 10px; } }
        /* line 1984, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.event-details .tabs ul li:last-child {
          border-right: none; }
        /* line 1986, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.event-details .tabs ul li.selected, section .box.event-details .tabs ul li:hover {
          background-color: white;
          position: relative; }
        /* line 1989, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.event-details .tabs ul li.selected {
          border-bottom: 1px solid white; }
          /* line 1991, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.event-details .tabs ul li.selected:last-child {
            border-right: 1px solid #EBEBEB; }
        /* line 1994, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.event-details .tabs ul li:hover:last-child {
          border-right: 1px solid #EBEBEB; }
        /* line 1996, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.event-details .tabs ul li a {
          font-family: proxima_novasemibold, helvetica, sans-serif;
          text-decoration: none;
          padding-top: 10px;
          padding-bottom: 10px;
          padding-left: 12px;
          padding-right: 12px; }
  /* line 2005, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section .box.event-details .tab-content-container {
    clear: both;
    padding-top: 20px;
    border-right: 1px solid #EBEBEB;
    border-left: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB; }
    /* line 2013, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.event-details .tab-content-container .tab-content {
      display: none; }
    /* line 2016, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.event-details .tab-content-container #sign-up-sheet .content, section .box.event-details .tab-content-container #rsvp-responses .content {
      clear: both;
      width: 93%; }
      @media (min-width: 481px) {
        /* line 2016, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.event-details .tab-content-container #sign-up-sheet .content, section .box.event-details .tab-content-container #rsvp-responses .content {
          width: 97%; } }
      @media (min-width: 1024px) {
        /* line 2016, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.event-details .tab-content-container #sign-up-sheet .content, section .box.event-details .tab-content-container #rsvp-responses .content {
          width: 95%; } }
    /* line 2024, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.event-details .tab-content-container #sign-up-sheet table {
      margin-left: 10px;
      margin-right: 10px;
      width: 100%; }
      /* line 2029, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.event-details .tab-content-container #sign-up-sheet table th {
        font-family: proxima_novasemibold, helvetica, sans-serif;
        text-align: left;
        padding-bottom: 10px; }
        /* line 2033, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.event-details .tab-content-container #sign-up-sheet table th.item {
          margin-right: 15px;
          width: 66%; }
        /* line 2036, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.event-details .tab-content-container #sign-up-sheet table th.volunteer {
          width: 33%; }
      /* line 2038, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.event-details .tab-content-container #sign-up-sheet table td {
        border-top: 1px solid #E3E6EC;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 21px; }
        /* line 2044, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.event-details .tab-content-container #sign-up-sheet table td.item {
          margin-right: 15px; }
        /* line 2047, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.event-details .tab-content-container #sign-up-sheet table td.volunteer .hollow-button {
          margin: 0;
          padding-top: 0;
          padding-bottom: 0;
          padding-left: 15px;
          padding-right: 15px; }
        /* line 2054, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.event-details .tab-content-container #sign-up-sheet table td.volunteer a.cancel {
          float: right;
          display: none;
          background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
          background-position: -21px -238px;
          background-size: auto;
          background-repeat: no-repeat;
          overflow: hidden;
          height: 21px;
          width: 21px; }
          @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
            /* line 2054, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.event-details .tab-content-container #sign-up-sheet table td.volunteer a.cancel {
              background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
              background-size: 45px 1299px;
              background-position: -21px -238px;
              height: 21px;
              width: 21px; } }
          /* line 2058, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.event-details .tab-content-container #sign-up-sheet table td.volunteer a.cancel:hover {
            background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
            background-position: -21px -259px;
            background-size: auto;
            background-repeat: no-repeat;
            overflow: hidden;
            height: 21px;
            width: 21px; }
            @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
              /* line 2058, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
              section .box.event-details .tab-content-container #sign-up-sheet table td.volunteer a.cancel:hover {
                background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
                background-size: 45px 1299px;
                background-position: -21px -259px;
                height: 21px;
                width: 21px; } }
      /* line 2062, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.event-details .tab-content-container #sign-up-sheet table tr:hover td.volunteer a.cancel {
        display: inline-block; }
        /* line 2064, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.event-details .tab-content-container #sign-up-sheet table tr:hover td.volunteer a.cancel.hidden {
          display: none; }
    /* line 2068, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.event-details .tab-content-container #rsvp-responses .content {
      margin-left: 10px; }
    /* line 2070, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.event-details .tab-content-container #rsvp-responses .summary-data {
      color: #3D4D65;
      font-size: 15px;
      font-family: proxima_novasemibold, helvetica, sans-serif;
      padding-bottom: 6px;
      border-bottom: 1px solid #E3E6EC; }
      /* line 2077, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.event-details .tab-content-container #rsvp-responses .summary-data span.data {
        font-family: proxima_novaregular, helvetica, sans-serif; }
    /* line 2079, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.event-details .tab-content-container #rsvp-responses .title-holder {
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      transform-style: preserve-3d;
      clear: both;
      padding-top: 10px;
      padding-bottom: 10px; }
    /* line 2085, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.event-details .tab-content-container #rsvp-responses .title, section .box.event-details .tab-content-container #rsvp-responses .counter {
      float: left; }
    /* line 2087, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.event-details .tab-content-container #rsvp-responses .title {
      color: #3D4D65;
      width: 95px;
      font-family: proxima_novasemibold, helvetica, sans-serif; }
      /* line 2091, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.event-details .tab-content-container #rsvp-responses .title:hover {
        cursor: pointer; }
    /* line 2093, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.event-details .tab-content-container #rsvp-responses .counter {
      height: 20px;
      line-height: 20px;
      font-family: proxima_novaregular, helvetica, sans-serif;
      font-size: 14px;
      padding-left: 6px;
      padding-right: 6px;
      border: 1px solid #E3E6EC;
      -moz-border-radius: 11px;
      -webkit-border-radius: 11px;
      border-radius: 11px;
      color: #49B3D7;
      background-color: #ECEFF4; }
      /* line 2106, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.event-details .tab-content-container #rsvp-responses .counter:hover {
        cursor: pointer; }
    /* line 2108, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.event-details .tab-content-container #rsvp-responses .user-holder {
      clear: both; }
      /* line 2110, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.event-details .tab-content-container #rsvp-responses .user-holder .row {
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
        clear: both;
        overflow: hidden;
        *zoom: 1;
        border-bottom: 1px solid #E3E6EC;
        padding-top: 6px;
        padding-bottom: 6px; }
      /* line 2118, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.event-details .tab-content-container #rsvp-responses .user-holder .username, section .box.event-details .tab-content-container #rsvp-responses .user-holder .link {
        float: left; }
      /* line 2120, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.event-details .tab-content-container #rsvp-responses .user-holder .username {
        width: 75%; }
      /* line 2122, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.event-details .tab-content-container #rsvp-responses .user-holder .link {
        width: 25%;
        text-align: right; }
    /* line 2125, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.event-details .tab-content-container #rsvp-responses .spacer {
      clear: both;
      height: 15px; }
  /* line 2130, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section .box.classified-details .detail-holder {
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 20px; }
  /* line 2133, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section .box.classified-details .title {
    padding-top: 15px;
    font-family: proxima_novasemibold, helvetica, sans-serif;
    font-size: 13px;
    color: #49B3D7; }
    @media (min-width: 481px) {
      /* line 2133, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.classified-details .title {
        font-size: 16px; } }
  /* line 2141, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section .box.classified-details .price, section .box.classified-details .seller-name {
    font-size: 15px;
    color: #3D4D65; }
  /* line 3, /home/vagrant/chalknation/source/stylesheets/_includes/_multiline_ellipsis.css.sass */
  section .box.classified-details .ellipsis {
    overflow: hidden;
    height: 54px;
    line-height: 18px; }
    /* line 7, /home/vagrant/chalknation/source/stylesheets/_includes/_multiline_ellipsis.css.sass */
    section .box.classified-details .ellipsis:before {
      content: "";
      float: left;
      width: 5px;
      height: 54px; }
    /* line 12, /home/vagrant/chalknation/source/stylesheets/_includes/_multiline_ellipsis.css.sass */
    section .box.classified-details .ellipsis:after {
      background: white;
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white), color-stop(50%, white));
      background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
      background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
      background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
      background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
      content: "…";
      float: right;
      position: relative;
      top: -18px;
      left: 100%;
      width: 2em;
      margin-left: -2em;
      padding-right: 5px;
      text-align: right;
      -moz-box-sizing: content-box;
      -webkit-box-sizing: content-box;
      box-sizing: content-box; }
  /* line 30, /home/vagrant/chalknation/source/stylesheets/_includes/_multiline_ellipsis.css.sass */
  section .box.classified-details .ellipsis > *:first-child {
    float: right;
    width: 100%;
    margin-left: -5px; }
  /* line 2145, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section .box.classified-details .ellipsis {
    margin-top: 10px; }
    @media (min-width: 481px) {
      /* line 2145, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.classified-details .ellipsis {
        height: 90px; }
        /* line 2149, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.classified-details .ellipsis:before {
          height: 90px; } }
  /* line 2151, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section .box.classified-details .info-text {
    font-size: 13px; }
  /* line 2153, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section .box.classified-details .seller-title {
    margin-top: 10px;
    font-family: proxima_novasemibold, helvetica, sans-serif;
    font-size: 15px;
    color: #8493A8; }
  /* line 2159, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section .box.classified-details .seller-name {
    font-family: proxima_novasemibold, helvetica, sans-serif; }
  /* line 2161, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section .box.classified-details .seller-phone-number, section .box.classified-details .seller-email {
    color: #49B3D7; }
    /* line 2163, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.classified-details .seller-phone-number span, section .box.classified-details .seller-email span {
      color: #54657E; }
  /* line 2166, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section .box.event-compose, section .box.classified-compose, section .box.message-compose, section .box.review-compose, section .box.album-compose {
    padding: 0; }
    /* line 2168, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.event-compose .banner, section .box.classified-compose .banner, section .box.message-compose .banner, section .box.review-compose .banner, section .box.album-compose .banner {
      height: 40px;
      line-height: 40px;
      text-transform: uppercase;
      text-align: left;
      background-color: #F6F8FC;
      color: #3D4D65;
      font-family: proxima_novasemibold, helvetica, sans-serif;
      border-bottom: 1px solid #E3E6EC;
      padding-left: 15px; }
    /* line 2178, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.event-compose .subsection, section .box.classified-compose .subsection, section .box.message-compose .subsection, section .box.review-compose .subsection, section .box.album-compose .subsection {
      margin: 15px;
      overflow: hidden;
      *zoom: 1; }
      /* line 2181, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.event-compose .subsection.top, section .box.classified-compose .subsection.top, section .box.message-compose .subsection.top, section .box.review-compose .subsection.top, section .box.album-compose .subsection.top {
        margin-top: 0; }
      /* line 2183, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.event-compose .subsection.create-album, section .box.classified-compose .subsection.create-album, section .box.message-compose .subsection.create-album, section .box.review-compose .subsection.create-album, section .box.album-compose .subsection.create-album {
        margin-bottom: 0; }
      /* line 2185, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.event-compose .subsection.add-images, section .box.classified-compose .subsection.add-images, section .box.message-compose .subsection.add-images, section .box.review-compose .subsection.add-images, section .box.album-compose .subsection.add-images {
        margin-top: 15px;
        margin-bottom: 50px; }
      /* line 2189, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.event-compose .subsection.sign-up-sheet, section .box.event-compose .subsection.add-guests, section .box.classified-compose .subsection.sign-up-sheet, section .box.classified-compose .subsection.add-guests, section .box.message-compose .subsection.sign-up-sheet, section .box.message-compose .subsection.add-guests, section .box.review-compose .subsection.sign-up-sheet, section .box.review-compose .subsection.add-guests, section .box.album-compose .subsection.sign-up-sheet, section .box.album-compose .subsection.add-guests {
        margin-bottom: 40px; }
      /* line 2191, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.event-compose .subsection.message-compose, section .box.classified-compose .subsection.message-compose, section .box.message-compose .subsection.message-compose, section .box.review-compose .subsection.message-compose, section .box.album-compose .subsection.message-compose {
        margin-bottom: 50px; }
      /* line 2193, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.event-compose .subsection form.search, section .box.classified-compose .subsection form.search, section .box.message-compose .subsection form.search, section .box.review-compose .subsection form.search, section .box.album-compose .subsection form.search {
        width: 100%;
        margin-top: 0; }
        /* line 2196, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.event-compose .subsection form.search input[type=text], section .box.classified-compose .subsection form.search input[type=text], section .box.message-compose .subsection form.search input[type=text], section .box.review-compose .subsection form.search input[type=text], section .box.album-compose .subsection form.search input[type=text] {
          padding-left: 10px; }
        /* line 2198, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.event-compose .subsection form.search input[type=submit], section .box.classified-compose .subsection form.search input[type=submit], section .box.message-compose .subsection form.search input[type=submit], section .box.review-compose .subsection form.search input[type=submit], section .box.album-compose .subsection form.search input[type=submit] {
          width: 38px; }
      /* line 2200, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.event-compose .subsection .title, section .box.event-compose .subsection .title-cell, section .box.classified-compose .subsection .title, section .box.classified-compose .subsection .title-cell, section .box.message-compose .subsection .title, section .box.message-compose .subsection .title-cell, section .box.review-compose .subsection .title, section .box.review-compose .subsection .title-cell, section .box.album-compose .subsection .title, section .box.album-compose .subsection .title-cell {
        font-size: 14px;
        font-family: proxima_novasemibold, helvetica, sans-serif;
        color: #3D4D65; }
      /* line 2205, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.event-compose .subsection .title, section .box.classified-compose .subsection .title, section .box.message-compose .subsection .title, section .box.review-compose .subsection .title, section .box.album-compose .subsection .title {
        text-transform: uppercase;
        padding-bottom: 15px; }
        /* line 2208, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.event-compose .subsection .title.add-images, section .box.classified-compose .subsection .title.add-images, section .box.message-compose .subsection .title.add-images, section .box.review-compose .subsection .title.add-images, section .box.album-compose .subsection .title.add-images {
          padding-bottom: 2px;
          text-transform: none; }
      /* line 2211, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.event-compose .subsection .title-cell, section .box.classified-compose .subsection .title-cell, section .box.message-compose .subsection .title-cell, section .box.review-compose .subsection .title-cell, section .box.album-compose .subsection .title-cell {
        margin-bottom: 2px; }
      /* line 2213, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.event-compose .subsection .subtitle, section .box.classified-compose .subsection .subtitle, section .box.message-compose .subsection .subtitle, section .box.review-compose .subsection .subtitle, section .box.album-compose .subsection .subtitle {
        font-family: proxima_novasemibold, helvetica, sans-serif;
        color: #8493A8;
        margin-top: 10px; }
      /* line 2217, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.event-compose .subsection .radio-label, section .box.classified-compose .subsection .radio-label, section .box.message-compose .subsection .radio-label, section .box.review-compose .subsection .radio-label, section .box.album-compose .subsection .radio-label {
        font-size: 14px;
        font-family: proxima_novasemibold, helvetica, sans-serif; }
      /* line 2221, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.event-compose .subsection .checkbox-holder, section .box.classified-compose .subsection .checkbox-holder, section .box.message-compose .subsection .checkbox-holder, section .box.review-compose .subsection .checkbox-holder, section .box.album-compose .subsection .checkbox-holder {
        padding-top: 10px;
        padding-bottom: 10px; }
      /* line 2225, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.event-compose .subsection ul, section .box.classified-compose .subsection ul, section .box.message-compose .subsection ul, section .box.review-compose .subsection ul, section .box.album-compose .subsection ul {
        margin: 0;
        padding-left: 25px; }
        /* line 2228, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.event-compose .subsection ul.group, section .box.event-compose .subsection ul.category, section .box.classified-compose .subsection ul.group, section .box.classified-compose .subsection ul.category, section .box.message-compose .subsection ul.group, section .box.message-compose .subsection ul.category, section .box.review-compose .subsection ul.group, section .box.review-compose .subsection ul.category, section .box.album-compose .subsection ul.group, section .box.album-compose .subsection ul.category {
          padding-left: 0; }
        /* line 2230, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.event-compose .subsection ul li, section .box.classified-compose .subsection ul li, section .box.message-compose .subsection ul li, section .box.review-compose .subsection ul li, section .box.album-compose .subsection ul li {
          list-style-type: none;
          padding-bottom: 10px; }
          /* line 2233, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.event-compose .subsection ul li label, section .box.classified-compose .subsection ul li label, section .box.message-compose .subsection ul li label, section .box.review-compose .subsection ul li label, section .box.album-compose .subsection ul li label {
            padding-left: 25px; }
      /* line 2235, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.event-compose .subsection .input-container, section .box.classified-compose .subsection .input-container, section .box.message-compose .subsection .input-container, section .box.review-compose .subsection .input-container, section .box.album-compose .subsection .input-container {
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
        clear: both; }
        /* line 2238, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.event-compose .subsection .input-container.search, section .box.classified-compose .subsection .input-container.search, section .box.message-compose .subsection .input-container.search, section .box.review-compose .subsection .input-container.search, section .box.album-compose .subsection .input-container.search {
          height: 38px;
          margin-top: 15px; }
        /* line 2241, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.event-compose .subsection .input-container .title-cell, section .box.event-compose .subsection .input-container .input-cell, section .box.classified-compose .subsection .input-container .title-cell, section .box.classified-compose .subsection .input-container .input-cell, section .box.message-compose .subsection .input-container .title-cell, section .box.message-compose .subsection .input-container .input-cell, section .box.review-compose .subsection .input-container .title-cell, section .box.review-compose .subsection .input-container .input-cell, section .box.album-compose .subsection .input-container .title-cell, section .box.album-compose .subsection .input-container .input-cell {
          float: left; }
        /* line 2243, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.event-compose .subsection .input-container .title-cell, section .box.classified-compose .subsection .input-container .title-cell, section .box.message-compose .subsection .input-container .title-cell, section .box.review-compose .subsection .input-container .title-cell, section .box.album-compose .subsection .input-container .title-cell {
          width: 100%;
          margin-bottom: 2px; }
          /* line 2247, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.event-compose .subsection .input-container .title-cell span.optional, section .box.classified-compose .subsection .input-container .title-cell span.optional, section .box.message-compose .subsection .input-container .title-cell span.optional, section .box.review-compose .subsection .input-container .title-cell span.optional, section .box.album-compose .subsection .input-container .title-cell span.optional {
            font-family: proxima_novaregular, helvetica, sans-serif;
            color: #8493A8; }
          /* line 2250, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.event-compose .subsection .input-container .title-cell.search, section .box.classified-compose .subsection .input-container .title-cell.search, section .box.message-compose .subsection .input-container .title-cell.search, section .box.review-compose .subsection .input-container .title-cell.search, section .box.album-compose .subsection .input-container .title-cell.search {
            text-transform: uppercase; }
            @media (min-width: 481px) {
              /* line 2250, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
              section .box.event-compose .subsection .input-container .title-cell.search, section .box.classified-compose .subsection .input-container .title-cell.search, section .box.message-compose .subsection .input-container .title-cell.search, section .box.review-compose .subsection .input-container .title-cell.search, section .box.album-compose .subsection .input-container .title-cell.search {
                position: relative;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                width: 20%; } }
        /* line 2255, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.event-compose .subsection .input-container .input-cell, section .box.classified-compose .subsection .input-container .input-cell, section .box.message-compose .subsection .input-container .input-cell, section .box.review-compose .subsection .input-container .input-cell, section .box.album-compose .subsection .input-container .input-cell {
          width: 100%; }
          /* line 2257, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.event-compose .subsection .input-container .input-cell input, section .box.classified-compose .subsection .input-container .input-cell input, section .box.message-compose .subsection .input-container .input-cell input, section .box.review-compose .subsection .input-container .input-cell input, section .box.album-compose .subsection .input-container .input-cell input {
            width: 100%; }
          @media (min-width: 481px) {
            /* line 2259, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.event-compose .subsection .input-container .input-cell.city, section .box.classified-compose .subsection .input-container .input-cell.city, section .box.message-compose .subsection .input-container .input-cell.city, section .box.review-compose .subsection .input-container .input-cell.city, section .box.album-compose .subsection .input-container .input-cell.city {
              padding-right: 10px;
              width: 55%; } }
          @media (min-width: 481px) {
            /* line 2263, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.event-compose .subsection .input-container .input-cell.search, section .box.classified-compose .subsection .input-container .input-cell.search, section .box.message-compose .subsection .input-container .input-cell.search, section .box.review-compose .subsection .input-container .input-cell.search, section .box.album-compose .subsection .input-container .input-cell.search {
              padding-left: 10px;
              width: 80%; } }
          @media (min-width: 481px) {
            /* line 2267, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.event-compose .subsection .input-container .input-cell.state, section .box.classified-compose .subsection .input-container .input-cell.state, section .box.message-compose .subsection .input-container .input-cell.state, section .box.review-compose .subsection .input-container .input-cell.state, section .box.album-compose .subsection .input-container .input-cell.state {
              width: 20%; } }
          @media (min-width: 481px) {
            /* line 2270, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.event-compose .subsection .input-container .input-cell.postal-code, section .box.classified-compose .subsection .input-container .input-cell.postal-code, section .box.message-compose .subsection .input-container .input-cell.postal-code, section .box.review-compose .subsection .input-container .input-cell.postal-code, section .box.album-compose .subsection .input-container .input-cell.postal-code {
              padding-left: 10px;
              width: 25%; } }
          /* line 2274, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.event-compose .subsection .input-container .input-cell.date, section .box.event-compose .subsection .input-container .input-cell.time, section .box.classified-compose .subsection .input-container .input-cell.date, section .box.classified-compose .subsection .input-container .input-cell.time, section .box.message-compose .subsection .input-container .input-cell.date, section .box.message-compose .subsection .input-container .input-cell.time, section .box.review-compose .subsection .input-container .input-cell.date, section .box.review-compose .subsection .input-container .input-cell.time, section .box.album-compose .subsection .input-container .input-cell.date, section .box.album-compose .subsection .input-container .input-cell.time {
            width: 45%; }
          /* line 2276, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.event-compose .subsection .input-container .input-cell.separator, section .box.classified-compose .subsection .input-container .input-cell.separator, section .box.message-compose .subsection .input-container .input-cell.separator, section .box.review-compose .subsection .input-container .input-cell.separator, section .box.album-compose .subsection .input-container .input-cell.separator {
            width: 10%;
            text-align: center;
            line-height: 36px;
            height: 36px;
            font-size: 14px;
            font-family: proxima_novasemibold, helvetica, sans-serif; }
          /* line 2284, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.event-compose .subsection .input-container .input-cell.select-cell, section .box.classified-compose .subsection .input-container .input-cell.select-cell, section .box.message-compose .subsection .input-container .input-cell.select-cell, section .box.review-compose .subsection .input-container .input-cell.select-cell, section .box.album-compose .subsection .input-container .input-cell.select-cell {
            margin-top: 2px;
            margin-bottom: 15px; }
          /* line 2288, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.event-compose .subsection .input-container .input-cell.checkbox, section .box.event-compose .subsection .input-container .input-cell.avatar, section .box.event-compose .subsection .input-container .input-cell.username, section .box.classified-compose .subsection .input-container .input-cell.checkbox, section .box.classified-compose .subsection .input-container .input-cell.avatar, section .box.classified-compose .subsection .input-container .input-cell.username, section .box.message-compose .subsection .input-container .input-cell.checkbox, section .box.message-compose .subsection .input-container .input-cell.avatar, section .box.message-compose .subsection .input-container .input-cell.username, section .box.review-compose .subsection .input-container .input-cell.checkbox, section .box.review-compose .subsection .input-container .input-cell.avatar, section .box.review-compose .subsection .input-container .input-cell.username, section .box.album-compose .subsection .input-container .input-cell.checkbox, section .box.album-compose .subsection .input-container .input-cell.avatar, section .box.album-compose .subsection .input-container .input-cell.username {
            height: 36px;
            line-height: 36px;
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
          /* line 2292, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.event-compose .subsection .input-container .input-cell.checkbox, section .box.classified-compose .subsection .input-container .input-cell.checkbox, section .box.message-compose .subsection .input-container .input-cell.checkbox, section .box.review-compose .subsection .input-container .input-cell.checkbox, section .box.album-compose .subsection .input-container .input-cell.checkbox {
            width: 40px;
            padding-top: 5px; }
          /* line 2295, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.event-compose .subsection .input-container .input-cell.username, section .box.classified-compose .subsection .input-container .input-cell.username, section .box.message-compose .subsection .input-container .input-cell.username, section .box.review-compose .subsection .input-container .input-cell.username, section .box.album-compose .subsection .input-container .input-cell.username {
            width: 60%; }
            @media (min-width: 481px) {
              /* line 2295, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
              section .box.event-compose .subsection .input-container .input-cell.username, section .box.classified-compose .subsection .input-container .input-cell.username, section .box.message-compose .subsection .input-container .input-cell.username, section .box.review-compose .subsection .input-container .input-cell.username, section .box.album-compose .subsection .input-container .input-cell.username {
                width: 70%; } }
          /* line 2299, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.event-compose .subsection .input-container .input-cell.avatar, section .box.classified-compose .subsection .input-container .input-cell.avatar, section .box.message-compose .subsection .input-container .input-cell.avatar, section .box.review-compose .subsection .input-container .input-cell.avatar, section .box.album-compose .subsection .input-container .input-cell.avatar {
            width: 55px; }
            /* line 2301, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.event-compose .subsection .input-container .input-cell.avatar img, section .box.classified-compose .subsection .input-container .input-cell.avatar img, section .box.message-compose .subsection .input-container .input-cell.avatar img, section .box.review-compose .subsection .input-container .input-cell.avatar img, section .box.album-compose .subsection .input-container .input-cell.avatar img {
              width: 30px;
              height: 30px;
              -moz-border-radius: 15px;
              -webkit-border-radius: 15px;
              border-radius: 15px; }
          /* line 2303, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.event-compose .subsection .input-container .input-cell.price, section .box.classified-compose .subsection .input-container .input-cell.price, section .box.message-compose .subsection .input-container .input-cell.price, section .box.review-compose .subsection .input-container .input-cell.price, section .box.album-compose .subsection .input-container .input-cell.price {
            width: 30%; }
            @media (min-width: 481px) {
              /* line 2303, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
              section .box.event-compose .subsection .input-container .input-cell.price, section .box.classified-compose .subsection .input-container .input-cell.price, section .box.message-compose .subsection .input-container .input-cell.price, section .box.review-compose .subsection .input-container .input-cell.price, section .box.album-compose .subsection .input-container .input-cell.price {
                width: 40%; } }
          /* line 2307, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.event-compose .subsection .input-container .input-cell.price-type, section .box.classified-compose .subsection .input-container .input-cell.price-type, section .box.message-compose .subsection .input-container .input-cell.price-type, section .box.review-compose .subsection .input-container .input-cell.price-type, section .box.album-compose .subsection .input-container .input-cell.price-type {
            width: 70%;
            padding-left: 15px; }
            @media (min-width: 481px) {
              /* line 2307, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
              section .box.event-compose .subsection .input-container .input-cell.price-type, section .box.classified-compose .subsection .input-container .input-cell.price-type, section .box.message-compose .subsection .input-container .input-cell.price-type, section .box.review-compose .subsection .input-container .input-cell.price-type, section .box.album-compose .subsection .input-container .input-cell.price-type {
                width: 60%; } }
            /* line 2312, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.event-compose .subsection .input-container .input-cell.price-type ul, section .box.classified-compose .subsection .input-container .input-cell.price-type ul, section .box.message-compose .subsection .input-container .input-cell.price-type ul, section .box.review-compose .subsection .input-container .input-cell.price-type ul, section .box.album-compose .subsection .input-container .input-cell.price-type ul {
              padding: 0;
              margin-top: 10px; }
              /* line 2315, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
              section .box.event-compose .subsection .input-container .input-cell.price-type ul li, section .box.classified-compose .subsection .input-container .input-cell.price-type ul li, section .box.message-compose .subsection .input-container .input-cell.price-type ul li, section .box.review-compose .subsection .input-container .input-cell.price-type ul li, section .box.album-compose .subsection .input-container .input-cell.price-type ul li {
                display: inline-block;
                padding-right: 5px; }
                @media (min-width: 481px) {
                  /* line 2315, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
                  section .box.event-compose .subsection .input-container .input-cell.price-type ul li, section .box.classified-compose .subsection .input-container .input-cell.price-type ul li, section .box.message-compose .subsection .input-container .input-cell.price-type ul li, section .box.review-compose .subsection .input-container .input-cell.price-type ul li, section .box.album-compose .subsection .input-container .input-cell.price-type ul li {
                    padding-right: 10px; } }
                /* line 2320, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
                section .box.event-compose .subsection .input-container .input-cell.price-type ul li label, section .box.classified-compose .subsection .input-container .input-cell.price-type ul li label, section .box.message-compose .subsection .input-container .input-cell.price-type ul li label, section .box.review-compose .subsection .input-container .input-cell.price-type ul li label, section .box.album-compose .subsection .input-container .input-cell.price-type ul li label {
                  padding-left: 20px; }
                  @media (min-width: 481px) {
                    /* line 2320, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
                    section .box.event-compose .subsection .input-container .input-cell.price-type ul li label, section .box.classified-compose .subsection .input-container .input-cell.price-type ul li label, section .box.message-compose .subsection .input-container .input-cell.price-type ul li label, section .box.review-compose .subsection .input-container .input-cell.price-type ul li label, section .box.album-compose .subsection .input-container .input-cell.price-type ul li label {
                      padding-left: 25px; } }
          /* line 2324, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.event-compose .subsection .input-container .input-cell.phone, section .box.classified-compose .subsection .input-container .input-cell.phone, section .box.message-compose .subsection .input-container .input-cell.phone, section .box.review-compose .subsection .input-container .input-cell.phone, section .box.album-compose .subsection .input-container .input-cell.phone {
            width: 50%; }
          /* line 2326, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.event-compose .subsection .input-container .input-cell.texting, section .box.classified-compose .subsection .input-container .input-cell.texting, section .box.message-compose .subsection .input-container .input-cell.texting, section .box.review-compose .subsection .input-container .input-cell.texting, section .box.album-compose .subsection .input-container .input-cell.texting {
            width: 50%;
            padding-top: 10px;
            padding-left: 15px; }
          /* line 2331, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.event-compose .subsection .input-container .input-cell span.input-symbol, section .box.classified-compose .subsection .input-container .input-cell span.input-symbol, section .box.message-compose .subsection .input-container .input-cell span.input-symbol, section .box.review-compose .subsection .input-container .input-cell span.input-symbol, section .box.album-compose .subsection .input-container .input-cell span.input-symbol {
            position: relative; }
            /* line 2333, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.event-compose .subsection .input-container .input-cell span.input-symbol:before, section .box.classified-compose .subsection .input-container .input-cell span.input-symbol:before, section .box.message-compose .subsection .input-container .input-cell span.input-symbol:before, section .box.review-compose .subsection .input-container .input-cell span.input-symbol:before, section .box.album-compose .subsection .input-container .input-cell span.input-symbol:before {
              position: absolute;
              top: 0;
              content: "$";
              left: 10px; }
            /* line 2338, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.event-compose .subsection .input-container .input-cell span.input-symbol input, section .box.classified-compose .subsection .input-container .input-cell span.input-symbol input, section .box.message-compose .subsection .input-container .input-cell span.input-symbol input, section .box.review-compose .subsection .input-container .input-cell span.input-symbol input, section .box.album-compose .subsection .input-container .input-cell span.input-symbol input {
              padding-left: 18px; }
      /* line 2340, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.event-compose .subsection .styled-select, section .box.classified-compose .subsection .styled-select, section .box.message-compose .subsection .styled-select, section .box.review-compose .subsection .styled-select, section .box.album-compose .subsection .styled-select {
        width: 100%; }
        /* line 2342, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.event-compose .subsection .styled-select select, section .box.classified-compose .subsection .styled-select select, section .box.message-compose .subsection .styled-select select, section .box.review-compose .subsection .styled-select select, section .box.album-compose .subsection .styled-select select {
          width: calc(100% + 20px); }
      /* line 2344, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.event-compose .subsection textarea, section .box.classified-compose .subsection textarea, section .box.message-compose .subsection textarea, section .box.review-compose .subsection textarea, section .box.album-compose .subsection textarea {
        height: 80px;
        max-height: 80px;
        border: 1px solid #CAD3DF;
        resize: none;
        padding-top: 10px;
        padding-left: 10px;
        padding-bottom: 10px;
        width: 100%; }
        /* line 2354, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.event-compose .subsection textarea.mail-message, section .box.classified-compose .subsection textarea.mail-message, section .box.message-compose .subsection textarea.mail-message, section .box.review-compose .subsection textarea.mail-message, section .box.album-compose .subsection textarea.mail-message {
          height: 140px;
          max-height: none;
          resize: vertical; }
        /* line 2358, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.event-compose .subsection textarea:focus, section .box.classified-compose .subsection textarea:focus, section .box.message-compose .subsection textarea:focus, section .box.review-compose .subsection textarea:focus, section .box.album-compose .subsection textarea:focus {
          background-color: white;
          border: 1px solid #8DC63F; }
      /* line 2361, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.event-compose .subsection .field-error, section .box.classified-compose .subsection .field-error, section .box.message-compose .subsection .field-error, section .box.review-compose .subsection .field-error, section .box.album-compose .subsection .field-error {
        clear: both;
        margin-top: 5px;
        min-height: 18px; }
      /* line 2365, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.event-compose .subsection .item-container, section .box.classified-compose .subsection .item-container, section .box.message-compose .subsection .item-container, section .box.review-compose .subsection .item-container, section .box.album-compose .subsection .item-container {
        clear: both;
        border-bottom: 1px solid #E3E6EC;
        padding-bottom: 15px;
        margin-bottom: 15px; }
        /* line 2370, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.event-compose .subsection .item-container.last-container, section .box.classified-compose .subsection .item-container.last-container, section .box.message-compose .subsection .item-container.last-container, section .box.review-compose .subsection .item-container.last-container, section .box.album-compose .subsection .item-container.last-container {
          border-bottom: none; }
        /* line 2372, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.event-compose .subsection .item-container .item-title, section .box.classified-compose .subsection .item-container .item-title, section .box.message-compose .subsection .item-container .item-title, section .box.review-compose .subsection .item-container .item-title, section .box.album-compose .subsection .item-container .item-title {
          color: #3D4D65;
          font-size: 14px;
          font-family: proxima_novasemibold, helvetica, sans-serif; }
        /* line 2377, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.event-compose .subsection .item-container .header, section .box.event-compose .subsection .item-container .input-cell, section .box.classified-compose .subsection .item-container .header, section .box.classified-compose .subsection .item-container .input-cell, section .box.message-compose .subsection .item-container .header, section .box.message-compose .subsection .item-container .input-cell, section .box.review-compose .subsection .item-container .header, section .box.review-compose .subsection .item-container .input-cell, section .box.album-compose .subsection .item-container .header, section .box.album-compose .subsection .item-container .input-cell {
          width: 64%;
          padding-right: 10px; }
          @media (min-width: 481px) {
            /* line 2377, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.event-compose .subsection .item-container .header, section .box.event-compose .subsection .item-container .input-cell, section .box.classified-compose .subsection .item-container .header, section .box.classified-compose .subsection .item-container .input-cell, section .box.message-compose .subsection .item-container .header, section .box.message-compose .subsection .item-container .input-cell, section .box.review-compose .subsection .item-container .header, section .box.review-compose .subsection .item-container .input-cell, section .box.album-compose .subsection .item-container .header, section .box.album-compose .subsection .item-container .input-cell {
              width: 74%; } }
          /* line 2382, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.event-compose .subsection .item-container .header.volunteers-needed, section .box.event-compose .subsection .item-container .input-cell.volunteers-needed, section .box.classified-compose .subsection .item-container .header.volunteers-needed, section .box.classified-compose .subsection .item-container .input-cell.volunteers-needed, section .box.message-compose .subsection .item-container .header.volunteers-needed, section .box.message-compose .subsection .item-container .input-cell.volunteers-needed, section .box.review-compose .subsection .item-container .header.volunteers-needed, section .box.review-compose .subsection .item-container .input-cell.volunteers-needed, section .box.album-compose .subsection .item-container .header.volunteers-needed, section .box.album-compose .subsection .item-container .input-cell.volunteers-needed {
            width: 26%;
            padding-right: 0; }
            @media (min-width: 481px) {
              /* line 2382, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
              section .box.event-compose .subsection .item-container .header.volunteers-needed, section .box.event-compose .subsection .item-container .input-cell.volunteers-needed, section .box.classified-compose .subsection .item-container .header.volunteers-needed, section .box.classified-compose .subsection .item-container .input-cell.volunteers-needed, section .box.message-compose .subsection .item-container .header.volunteers-needed, section .box.message-compose .subsection .item-container .input-cell.volunteers-needed, section .box.review-compose .subsection .item-container .header.volunteers-needed, section .box.review-compose .subsection .item-container .input-cell.volunteers-needed, section .box.album-compose .subsection .item-container .header.volunteers-needed, section .box.album-compose .subsection .item-container .input-cell.volunteers-needed {
                width: 18%; } }
          /* line 2387, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.event-compose .subsection .item-container .header.remove-row, section .box.event-compose .subsection .item-container .input-cell.remove-row, section .box.classified-compose .subsection .item-container .header.remove-row, section .box.classified-compose .subsection .item-container .input-cell.remove-row, section .box.message-compose .subsection .item-container .header.remove-row, section .box.message-compose .subsection .item-container .input-cell.remove-row, section .box.review-compose .subsection .item-container .header.remove-row, section .box.review-compose .subsection .item-container .input-cell.remove-row, section .box.album-compose .subsection .item-container .header.remove-row, section .box.album-compose .subsection .item-container .input-cell.remove-row {
            width: 10%;
            height: 36px;
            padding-right: 0px;
            line-height: 36px;
            text-align: center; }
            @media (min-width: 481px) {
              /* line 2387, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
              section .box.event-compose .subsection .item-container .header.remove-row, section .box.event-compose .subsection .item-container .input-cell.remove-row, section .box.classified-compose .subsection .item-container .header.remove-row, section .box.classified-compose .subsection .item-container .input-cell.remove-row, section .box.message-compose .subsection .item-container .header.remove-row, section .box.message-compose .subsection .item-container .input-cell.remove-row, section .box.review-compose .subsection .item-container .header.remove-row, section .box.review-compose .subsection .item-container .input-cell.remove-row, section .box.album-compose .subsection .item-container .header.remove-row, section .box.album-compose .subsection .item-container .input-cell.remove-row {
                width: 8%; } }
            /* line 2395, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.event-compose .subsection .item-container .header.remove-row a.js-remove-row, section .box.event-compose .subsection .item-container .input-cell.remove-row a.js-remove-row, section .box.classified-compose .subsection .item-container .header.remove-row a.js-remove-row, section .box.classified-compose .subsection .item-container .input-cell.remove-row a.js-remove-row, section .box.message-compose .subsection .item-container .header.remove-row a.js-remove-row, section .box.message-compose .subsection .item-container .input-cell.remove-row a.js-remove-row, section .box.review-compose .subsection .item-container .header.remove-row a.js-remove-row, section .box.review-compose .subsection .item-container .input-cell.remove-row a.js-remove-row, section .box.album-compose .subsection .item-container .header.remove-row a.js-remove-row, section .box.album-compose .subsection .item-container .input-cell.remove-row a.js-remove-row {
              display: inline-block;
              margin-top: 7.5px;
              background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
              background-position: -21px -238px;
              background-size: auto;
              background-repeat: no-repeat;
              overflow: hidden;
              height: 21px;
              width: 21px; }
              @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
                /* line 2395, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
                section .box.event-compose .subsection .item-container .header.remove-row a.js-remove-row, section .box.event-compose .subsection .item-container .input-cell.remove-row a.js-remove-row, section .box.classified-compose .subsection .item-container .header.remove-row a.js-remove-row, section .box.classified-compose .subsection .item-container .input-cell.remove-row a.js-remove-row, section .box.message-compose .subsection .item-container .header.remove-row a.js-remove-row, section .box.message-compose .subsection .item-container .input-cell.remove-row a.js-remove-row, section .box.review-compose .subsection .item-container .header.remove-row a.js-remove-row, section .box.review-compose .subsection .item-container .input-cell.remove-row a.js-remove-row, section .box.album-compose .subsection .item-container .header.remove-row a.js-remove-row, section .box.album-compose .subsection .item-container .input-cell.remove-row a.js-remove-row {
                  background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
                  background-size: 45px 1299px;
                  background-position: -21px -238px;
                  height: 21px;
                  width: 21px; } }
              /* line 2399, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
              section .box.event-compose .subsection .item-container .header.remove-row a.js-remove-row:hover, section .box.event-compose .subsection .item-container .input-cell.remove-row a.js-remove-row:hover, section .box.classified-compose .subsection .item-container .header.remove-row a.js-remove-row:hover, section .box.classified-compose .subsection .item-container .input-cell.remove-row a.js-remove-row:hover, section .box.message-compose .subsection .item-container .header.remove-row a.js-remove-row:hover, section .box.message-compose .subsection .item-container .input-cell.remove-row a.js-remove-row:hover, section .box.review-compose .subsection .item-container .header.remove-row a.js-remove-row:hover, section .box.review-compose .subsection .item-container .input-cell.remove-row a.js-remove-row:hover, section .box.album-compose .subsection .item-container .header.remove-row a.js-remove-row:hover, section .box.album-compose .subsection .item-container .input-cell.remove-row a.js-remove-row:hover {
                background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
                background-position: -21px -259px;
                background-size: auto;
                background-repeat: no-repeat;
                overflow: hidden;
                height: 21px;
                width: 21px; }
                @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
                  /* line 2399, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
                  section .box.event-compose .subsection .item-container .header.remove-row a.js-remove-row:hover, section .box.event-compose .subsection .item-container .input-cell.remove-row a.js-remove-row:hover, section .box.classified-compose .subsection .item-container .header.remove-row a.js-remove-row:hover, section .box.classified-compose .subsection .item-container .input-cell.remove-row a.js-remove-row:hover, section .box.message-compose .subsection .item-container .header.remove-row a.js-remove-row:hover, section .box.message-compose .subsection .item-container .input-cell.remove-row a.js-remove-row:hover, section .box.review-compose .subsection .item-container .header.remove-row a.js-remove-row:hover, section .box.review-compose .subsection .item-container .input-cell.remove-row a.js-remove-row:hover, section .box.album-compose .subsection .item-container .header.remove-row a.js-remove-row:hover, section .box.album-compose .subsection .item-container .input-cell.remove-row a.js-remove-row:hover {
                    background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
                    background-size: 45px 1299px;
                    background-position: -21px -259px;
                    height: 21px;
                    width: 21px; } }
        /* line 2401, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.event-compose .subsection .item-container .header, section .box.classified-compose .subsection .item-container .header, section .box.message-compose .subsection .item-container .header, section .box.review-compose .subsection .item-container .header, section .box.album-compose .subsection .item-container .header {
          float: left;
          position: relative;
          min-height: 32px; }
        /* line 2405, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.event-compose .subsection .item-container .header-content, section .box.classified-compose .subsection .item-container .header-content, section .box.message-compose .subsection .item-container .header-content, section .box.review-compose .subsection .item-container .header-content, section .box.album-compose .subsection .item-container .header-content {
          position: absolute;
          bottom: 0;
          left: 0; }
        /* line 2409, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.event-compose .subsection .item-container .input-cell, section .box.classified-compose .subsection .item-container .input-cell, section .box.message-compose .subsection .item-container .input-cell, section .box.review-compose .subsection .item-container .input-cell, section .box.album-compose .subsection .item-container .input-cell {
          margin-bottom: 10px; }
        /* line 2411, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.event-compose .subsection .item-container .add-more-icon, section .box.classified-compose .subsection .item-container .add-more-icon, section .box.message-compose .subsection .item-container .add-more-icon, section .box.review-compose .subsection .item-container .add-more-icon, section .box.album-compose .subsection .item-container .add-more-icon {
          display: inline-block;
          background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
          background-position: -16px -67px;
          background-size: auto;
          background-repeat: no-repeat;
          overflow: hidden;
          height: 16px;
          width: 16px; }
          @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
            /* line 2411, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.event-compose .subsection .item-container .add-more-icon, section .box.classified-compose .subsection .item-container .add-more-icon, section .box.message-compose .subsection .item-container .add-more-icon, section .box.review-compose .subsection .item-container .add-more-icon, section .box.album-compose .subsection .item-container .add-more-icon {
              background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
              background-size: 45px 1299px;
              background-position: -16px -67px;
              height: 16px;
              width: 16px; } }
          /* line 2414, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.event-compose .subsection .item-container .add-more-icon:hover, section .box.classified-compose .subsection .item-container .add-more-icon:hover, section .box.message-compose .subsection .item-container .add-more-icon:hover, section .box.review-compose .subsection .item-container .add-more-icon:hover, section .box.album-compose .subsection .item-container .add-more-icon:hover {
            cursor: pointer; }
        /* line 2416, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.event-compose .subsection .item-container .add-more-text, section .box.classified-compose .subsection .item-container .add-more-text, section .box.message-compose .subsection .item-container .add-more-text, section .box.review-compose .subsection .item-container .add-more-text, section .box.album-compose .subsection .item-container .add-more-text {
          margin-top: -20px;
          margin-left: 25px; }
      /* line 2420, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.event-compose .subsection .checkbox-holder.step-2, section .box.classified-compose .subsection .checkbox-holder.step-2, section .box.message-compose .subsection .checkbox-holder.step-2, section .box.review-compose .subsection .checkbox-holder.step-2, section .box.album-compose .subsection .checkbox-holder.step-2 {
        min-height: 200px;
        border: 1px solid #CAD3DF;
        overflow: hidden;
        *zoom: 1;
        padding-top: 25px;
        padding-bottom: 25px;
        padding-left: 15px; }
        /* line 2428, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.event-compose .subsection .checkbox-holder.step-2 .input-cell, section .box.classified-compose .subsection .checkbox-holder.step-2 .input-cell, section .box.message-compose .subsection .checkbox-holder.step-2 .input-cell, section .box.review-compose .subsection .checkbox-holder.step-2 .input-cell, section .box.album-compose .subsection .checkbox-holder.step-2 .input-cell {
          padding-bottom: 10px; }
      /* line 2430, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.event-compose .subsection .choose-file, section .box.classified-compose .subsection .choose-file, section .box.message-compose .subsection .choose-file, section .box.review-compose .subsection .choose-file, section .box.album-compose .subsection .choose-file {
        height: 40px;
        border: 1px dashed #CAD3DF;
        background-color: #F6F8FC;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d; }
        /* line 2436, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.event-compose .subsection .choose-file .placeholder-text, section .box.classified-compose .subsection .choose-file .placeholder-text, section .box.message-compose .subsection .choose-file .placeholder-text, section .box.review-compose .subsection .choose-file .placeholder-text, section .box.album-compose .subsection .choose-file .placeholder-text {
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          float: left;
          width: 60%;
          padding-left: 10px;
          color: #8493A8;
          font-size: 12px; }
          @media (min-width: 481px) {
            /* line 2436, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.event-compose .subsection .choose-file .placeholder-text, section .box.classified-compose .subsection .choose-file .placeholder-text, section .box.message-compose .subsection .choose-file .placeholder-text, section .box.review-compose .subsection .choose-file .placeholder-text, section .box.album-compose .subsection .choose-file .placeholder-text {
              font-size: 14px; } }
        /* line 2445, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.event-compose .subsection .choose-file .button-holder, section .box.classified-compose .subsection .choose-file .button-holder, section .box.message-compose .subsection .choose-file .button-holder, section .box.review-compose .subsection .choose-file .button-holder, section .box.album-compose .subsection .choose-file .button-holder {
          float: left;
          width: 40%;
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          padding-right: 10px;
          text-align: right; }
          /* line 2451, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.event-compose .subsection .choose-file .button-holder .choose-file-link, section .box.classified-compose .subsection .choose-file .button-holder .choose-file-link, section .box.message-compose .subsection .choose-file .button-holder .choose-file-link, section .box.review-compose .subsection .choose-file .button-holder .choose-file-link, section .box.album-compose .subsection .choose-file .button-holder .choose-file-link {
            cursor: pointer;
            height: 26px;
            line-height: 26px;
            font-size: 13px;
            padding-left: 7px;
            padding-right: 7px; }
            @media (min-width: 481px) {
              /* line 2451, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
              section .box.event-compose .subsection .choose-file .button-holder .choose-file-link, section .box.classified-compose .subsection .choose-file .button-holder .choose-file-link, section .box.message-compose .subsection .choose-file .button-holder .choose-file-link, section .box.review-compose .subsection .choose-file .button-holder .choose-file-link, section .box.album-compose .subsection .choose-file .button-holder .choose-file-link {
                font-size: 14px;
                padding-left: 15px;
                padding-right: 15px; } }
      /* line 2464, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.event-compose .subsection .dropzone-previews, section .box.classified-compose .subsection .dropzone-previews, section .box.message-compose .subsection .dropzone-previews, section .box.review-compose .subsection .dropzone-previews, section .box.album-compose .subsection .dropzone-previews {
        clear: both; }
      /* line 2466, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.event-compose .subsection .rating, section .box.classified-compose .subsection .rating, section .box.message-compose .subsection .rating, section .box.review-compose .subsection .rating, section .box.album-compose .subsection .rating {
        float: left;
        /* :not(:checked) is a filter, so that browsers that don’t support :checked don’t
         * follow these rules. Every browser that supports :checked also supports :not(), so
         * it doesn’t make the test unnecessarily selective */ }
        /* line 2471, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.event-compose .subsection .rating:not(:checked) > input, section .box.classified-compose .subsection .rating:not(:checked) > input, section .box.message-compose .subsection .rating:not(:checked) > input, section .box.review-compose .subsection .rating:not(:checked) > input, section .box.album-compose .subsection .rating:not(:checked) > input {
          position: absolute;
          top: -9999px;
          clip: rect(0, 0, 0, 0); }
        /* line 2476, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.event-compose .subsection .rating:not(:checked) > label, section .box.classified-compose .subsection .rating:not(:checked) > label, section .box.message-compose .subsection .rating:not(:checked) > label, section .box.review-compose .subsection .rating:not(:checked) > label, section .box.album-compose .subsection .rating:not(:checked) > label {
          float: right;
          width: 1em !important;
          overflow: hidden;
          white-space: nowrap;
          cursor: pointer;
          margin-right: 5px;
          background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
          background-position: 0 -217px;
          background-size: auto;
          background-repeat: no-repeat;
          overflow: hidden;
          height: 21px;
          width: 22px; }
          @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
            /* line 2476, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.event-compose .subsection .rating:not(:checked) > label, section .box.classified-compose .subsection .rating:not(:checked) > label, section .box.message-compose .subsection .rating:not(:checked) > label, section .box.review-compose .subsection .rating:not(:checked) > label, section .box.album-compose .subsection .rating:not(:checked) > label {
              background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
              background-size: 45px 1299px;
              background-position: 0 -217px;
              height: 21px;
              width: 22px; } }
        /* line 2485, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.event-compose .subsection .rating:not(:checked) > label:before, section .box.classified-compose .subsection .rating:not(:checked) > label:before, section .box.message-compose .subsection .rating:not(:checked) > label:before, section .box.review-compose .subsection .rating:not(:checked) > label:before, section .box.album-compose .subsection .rating:not(:checked) > label:before {
          content: " ";
          background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
          background-position: 0 -217px;
          background-size: auto;
          background-repeat: no-repeat;
          overflow: hidden;
          height: 21px;
          width: 22px; }
          @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
            /* line 2485, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.event-compose .subsection .rating:not(:checked) > label:before, section .box.classified-compose .subsection .rating:not(:checked) > label:before, section .box.message-compose .subsection .rating:not(:checked) > label:before, section .box.review-compose .subsection .rating:not(:checked) > label:before, section .box.album-compose .subsection .rating:not(:checked) > label:before {
              background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
              background-size: 45px 1299px;
              background-position: 0 -217px;
              height: 21px;
              width: 22px; } }
        /* line 2489, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.event-compose .subsection .rating input:checked ~ label, section .box.classified-compose .subsection .rating input:checked ~ label, section .box.message-compose .subsection .rating input:checked ~ label, section .box.review-compose .subsection .rating input:checked ~ label, section .box.album-compose .subsection .rating input:checked ~ label {
          background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
          background-position: 0 -196px;
          background-size: auto;
          background-repeat: no-repeat;
          overflow: hidden;
          height: 21px;
          width: 22px; }
          @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
            /* line 2489, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.event-compose .subsection .rating input:checked ~ label, section .box.classified-compose .subsection .rating input:checked ~ label, section .box.message-compose .subsection .rating input:checked ~ label, section .box.review-compose .subsection .rating input:checked ~ label, section .box.album-compose .subsection .rating input:checked ~ label {
              background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
              background-size: 45px 1299px;
              background-position: 0 -196px;
              height: 21px;
              width: 22px; } }
        /* line 2492, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.event-compose .subsection .rating:not(:checked) > label:hover, section .box.event-compose .subsection .rating:not(:checked) > label:hover ~ label, section .box.classified-compose .subsection .rating:not(:checked) > label:hover, section .box.classified-compose .subsection .rating:not(:checked) > label:hover ~ label, section .box.message-compose .subsection .rating:not(:checked) > label:hover, section .box.message-compose .subsection .rating:not(:checked) > label:hover ~ label, section .box.review-compose .subsection .rating:not(:checked) > label:hover, section .box.review-compose .subsection .rating:not(:checked) > label:hover ~ label, section .box.album-compose .subsection .rating:not(:checked) > label:hover, section .box.album-compose .subsection .rating:not(:checked) > label:hover ~ label {
          background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
          background-position: -22px -217px;
          background-size: auto;
          background-repeat: no-repeat;
          overflow: hidden;
          height: 21px;
          width: 22px; }
          @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
            /* line 2492, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.event-compose .subsection .rating:not(:checked) > label:hover, section .box.event-compose .subsection .rating:not(:checked) > label:hover ~ label, section .box.classified-compose .subsection .rating:not(:checked) > label:hover, section .box.classified-compose .subsection .rating:not(:checked) > label:hover ~ label, section .box.message-compose .subsection .rating:not(:checked) > label:hover, section .box.message-compose .subsection .rating:not(:checked) > label:hover ~ label, section .box.review-compose .subsection .rating:not(:checked) > label:hover, section .box.review-compose .subsection .rating:not(:checked) > label:hover ~ label, section .box.album-compose .subsection .rating:not(:checked) > label:hover, section .box.album-compose .subsection .rating:not(:checked) > label:hover ~ label {
              background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
              background-size: 45px 1299px;
              background-position: -22px -217px;
              height: 21px;
              width: 22px; } }
        /* line 2496, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.event-compose .subsection .rating input:checked + label:hover,
        section .box.event-compose .subsection .rating input:checked + label:hover ~ label,
        section .box.event-compose .subsection .rating input:checked ~ label:hover,
        section .box.event-compose .subsection .rating input:checked ~ label:hover ~ label,
        section .box.event-compose .subsection .rating label:hover ~ input:checked ~ label, section .box.classified-compose .subsection .rating input:checked + label:hover,
        section .box.classified-compose .subsection .rating input:checked + label:hover ~ label,
        section .box.classified-compose .subsection .rating input:checked ~ label:hover,
        section .box.classified-compose .subsection .rating input:checked ~ label:hover ~ label,
        section .box.classified-compose .subsection .rating label:hover ~ input:checked ~ label, section .box.message-compose .subsection .rating input:checked + label:hover,
        section .box.message-compose .subsection .rating input:checked + label:hover ~ label,
        section .box.message-compose .subsection .rating input:checked ~ label:hover,
        section .box.message-compose .subsection .rating input:checked ~ label:hover ~ label,
        section .box.message-compose .subsection .rating label:hover ~ input:checked ~ label, section .box.review-compose .subsection .rating input:checked + label:hover,
        section .box.review-compose .subsection .rating input:checked + label:hover ~ label,
        section .box.review-compose .subsection .rating input:checked ~ label:hover,
        section .box.review-compose .subsection .rating input:checked ~ label:hover ~ label,
        section .box.review-compose .subsection .rating label:hover ~ input:checked ~ label, section .box.album-compose .subsection .rating input:checked + label:hover,
        section .box.album-compose .subsection .rating input:checked + label:hover ~ label,
        section .box.album-compose .subsection .rating input:checked ~ label:hover,
        section .box.album-compose .subsection .rating input:checked ~ label:hover ~ label,
        section .box.album-compose .subsection .rating label:hover ~ input:checked ~ label {
          background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
          background-position: 0 -196px;
          background-size: auto;
          background-repeat: no-repeat;
          overflow: hidden;
          height: 21px;
          width: 22px; }
          @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
            /* line 2496, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.event-compose .subsection .rating input:checked + label:hover,
            section .box.event-compose .subsection .rating input:checked + label:hover ~ label,
            section .box.event-compose .subsection .rating input:checked ~ label:hover,
            section .box.event-compose .subsection .rating input:checked ~ label:hover ~ label,
            section .box.event-compose .subsection .rating label:hover ~ input:checked ~ label, section .box.classified-compose .subsection .rating input:checked + label:hover,
            section .box.classified-compose .subsection .rating input:checked + label:hover ~ label,
            section .box.classified-compose .subsection .rating input:checked ~ label:hover,
            section .box.classified-compose .subsection .rating input:checked ~ label:hover ~ label,
            section .box.classified-compose .subsection .rating label:hover ~ input:checked ~ label, section .box.message-compose .subsection .rating input:checked + label:hover,
            section .box.message-compose .subsection .rating input:checked + label:hover ~ label,
            section .box.message-compose .subsection .rating input:checked ~ label:hover,
            section .box.message-compose .subsection .rating input:checked ~ label:hover ~ label,
            section .box.message-compose .subsection .rating label:hover ~ input:checked ~ label, section .box.review-compose .subsection .rating input:checked + label:hover,
            section .box.review-compose .subsection .rating input:checked + label:hover ~ label,
            section .box.review-compose .subsection .rating input:checked ~ label:hover,
            section .box.review-compose .subsection .rating input:checked ~ label:hover ~ label,
            section .box.review-compose .subsection .rating label:hover ~ input:checked ~ label, section .box.album-compose .subsection .rating input:checked + label:hover,
            section .box.album-compose .subsection .rating input:checked + label:hover ~ label,
            section .box.album-compose .subsection .rating input:checked ~ label:hover,
            section .box.album-compose .subsection .rating input:checked ~ label:hover ~ label,
            section .box.album-compose .subsection .rating label:hover ~ input:checked ~ label {
              background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
              background-size: 45px 1299px;
              background-position: 0 -196px;
              height: 21px;
              width: 22px; } }
        /* line 2503, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.event-compose .subsection .rating label:active, section .box.classified-compose .subsection .rating label:active, section .box.message-compose .subsection .rating label:active, section .box.review-compose .subsection .rating label:active, section .box.album-compose .subsection .rating label:active {
          position: relative;
          top: 2px;
          left: 2px; }
    /* line 2507, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.event-compose .buttons, section .box.classified-compose .buttons, section .box.message-compose .buttons, section .box.review-compose .buttons, section .box.album-compose .buttons {
      overflow: hidden;
      *zoom: 1;
      clear: both;
      border-top: 3px solid #E3E6EC;
      padding: 15px;
      background-color: #F6F8FC; }
      /* line 2513, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.event-compose .buttons a.cancel, section .box.event-compose .buttons a.save-draft, section .box.classified-compose .buttons a.cancel, section .box.classified-compose .buttons a.save-draft, section .box.message-compose .buttons a.cancel, section .box.message-compose .buttons a.save-draft, section .box.review-compose .buttons a.cancel, section .box.review-compose .buttons a.save-draft, section .box.album-compose .buttons a.cancel, section .box.album-compose .buttons a.save-draft {
        float: left;
        line-height: 30px; }
        /* line 2516, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.event-compose .buttons a.cancel.disabled, section .box.event-compose .buttons a.save-draft.disabled, section .box.classified-compose .buttons a.cancel.disabled, section .box.classified-compose .buttons a.save-draft.disabled, section .box.message-compose .buttons a.cancel.disabled, section .box.message-compose .buttons a.save-draft.disabled, section .box.review-compose .buttons a.cancel.disabled, section .box.review-compose .buttons a.save-draft.disabled, section .box.album-compose .buttons a.cancel.disabled, section .box.album-compose .buttons a.save-draft.disabled {
          color: #54657E; }
      /* line 2518, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.event-compose .buttons span.link-separator, section .box.classified-compose .buttons span.link-separator, section .box.message-compose .buttons span.link-separator, section .box.review-compose .buttons span.link-separator, section .box.album-compose .buttons span.link-separator {
        float: left;
        line-height: 30px;
        margin-left: 5px;
        margin-right: 5px; }
      /* line 2524, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.event-compose .buttons input[type=submit], section .box.event-compose .buttons a.button, section .box.classified-compose .buttons input[type=submit], section .box.classified-compose .buttons a.button, section .box.message-compose .buttons input[type=submit], section .box.message-compose .buttons a.button, section .box.review-compose .buttons input[type=submit], section .box.review-compose .buttons a.button, section .box.album-compose .buttons input[type=submit], section .box.album-compose .buttons a.button {
        float: right; }
      /* line 2526, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.event-compose .buttons .nav-btn-holder, section .box.classified-compose .buttons .nav-btn-holder, section .box.message-compose .buttons .nav-btn-holder, section .box.review-compose .buttons .nav-btn-holder, section .box.album-compose .buttons .nav-btn-holder {
        float: right; }
        /* line 2528, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.event-compose .buttons .nav-btn-holder input[type=submit], section .box.event-compose .buttons .nav-btn-holder a.button, section .box.classified-compose .buttons .nav-btn-holder input[type=submit], section .box.classified-compose .buttons .nav-btn-holder a.button, section .box.message-compose .buttons .nav-btn-holder input[type=submit], section .box.message-compose .buttons .nav-btn-holder a.button, section .box.review-compose .buttons .nav-btn-holder input[type=submit], section .box.review-compose .buttons .nav-btn-holder a.button, section .box.album-compose .buttons .nav-btn-holder input[type=submit], section .box.album-compose .buttons .nav-btn-holder a.button {
          float: left;
          margin-left: 0px; }
          /* line 2531, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.event-compose .buttons .nav-btn-holder input[type=submit].back, section .box.event-compose .buttons .nav-btn-holder a.button.back, section .box.classified-compose .buttons .nav-btn-holder input[type=submit].back, section .box.classified-compose .buttons .nav-btn-holder a.button.back, section .box.message-compose .buttons .nav-btn-holder input[type=submit].back, section .box.message-compose .buttons .nav-btn-holder a.button.back, section .box.review-compose .buttons .nav-btn-holder input[type=submit].back, section .box.review-compose .buttons .nav-btn-holder a.button.back, section .box.album-compose .buttons .nav-btn-holder input[type=submit].back, section .box.album-compose .buttons .nav-btn-holder a.button.back {
            margin-right: 10px;
            background-color: #8493A8; }
            /* line 2534, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.event-compose .buttons .nav-btn-holder input[type=submit].back:hover, section .box.event-compose .buttons .nav-btn-holder a.button.back:hover, section .box.classified-compose .buttons .nav-btn-holder input[type=submit].back:hover, section .box.classified-compose .buttons .nav-btn-holder a.button.back:hover, section .box.message-compose .buttons .nav-btn-holder input[type=submit].back:hover, section .box.message-compose .buttons .nav-btn-holder a.button.back:hover, section .box.review-compose .buttons .nav-btn-holder input[type=submit].back:hover, section .box.review-compose .buttons .nav-btn-holder a.button.back:hover, section .box.album-compose .buttons .nav-btn-holder input[type=submit].back:hover, section .box.album-compose .buttons .nav-btn-holder a.button.back:hover {
              background-color: #7D8C9F; }
            /* line 2536, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.event-compose .buttons .nav-btn-holder input[type=submit].back:active, section .box.event-compose .buttons .nav-btn-holder a.button.back:active, section .box.classified-compose .buttons .nav-btn-holder input[type=submit].back:active, section .box.classified-compose .buttons .nav-btn-holder a.button.back:active, section .box.message-compose .buttons .nav-btn-holder input[type=submit].back:active, section .box.message-compose .buttons .nav-btn-holder a.button.back:active, section .box.review-compose .buttons .nav-btn-holder input[type=submit].back:active, section .box.review-compose .buttons .nav-btn-holder a.button.back:active, section .box.album-compose .buttons .nav-btn-holder input[type=submit].back:active, section .box.album-compose .buttons .nav-btn-holder a.button.back:active {
              background-color: #778497; }
            /* line 2538, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.event-compose .buttons .nav-btn-holder input[type=submit].back.disabled, section .box.event-compose .buttons .nav-btn-holder a.button.back.disabled, section .box.classified-compose .buttons .nav-btn-holder input[type=submit].back.disabled, section .box.classified-compose .buttons .nav-btn-holder a.button.back.disabled, section .box.message-compose .buttons .nav-btn-holder input[type=submit].back.disabled, section .box.message-compose .buttons .nav-btn-holder a.button.back.disabled, section .box.review-compose .buttons .nav-btn-holder input[type=submit].back.disabled, section .box.review-compose .buttons .nav-btn-holder a.button.back.disabled, section .box.album-compose .buttons .nav-btn-holder input[type=submit].back.disabled, section .box.album-compose .buttons .nav-btn-holder a.button.back.disabled {
              background-color: #E7E7E9; }
  /* line 2541, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section .box.events-timeline {
    padding-top: 1px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0; }
    /* line 2548, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.events-timeline .day .date {
      font-family: proxima_novasemibold, helvetica, sans-serif;
      padding-left: 23px;
      background-color: #ECEFF4;
      margin-right: 1px;
      margin-left: 1px;
      line-height: 23px; }
    /* line 2556, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.events-timeline .day .event {
      border-bottom: 1px solid #E3E6EC; }
      /* line 2558, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.events-timeline .day .event table {
        width: 100%;
        table-layout: fixed; }
        /* line 2561, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.events-timeline .day .event table td {
          vertical-align: middle; }
          /* line 2563, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.events-timeline .day .event table td.time {
            width: 75px;
            text-align: right;
            padding-left: 15px; }
          /* line 2567, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.events-timeline .day .event table td.status {
            width: 46px;
            padding-left: 15px;
            padding-right: 15px; }
            /* line 2572, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.events-timeline .day .event table td.status .indicator {
              width: 16px;
              height: 16px; }
              /* line 2575, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
              section .box.events-timeline .day .event table td.status .indicator.yes {
                background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
                background-position: 0 -67px;
                background-size: auto;
                background-repeat: no-repeat;
                overflow: hidden;
                height: 16px;
                width: 16px; }
                @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
                  /* line 2575, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
                  section .box.events-timeline .day .event table td.status .indicator.yes {
                    background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
                    background-size: 45px 1299px;
                    background-position: 0 -67px;
                    height: 16px;
                    width: 16px; } }
              /* line 2577, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
              section .box.events-timeline .day .event table td.status .indicator.no {
                background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
                background-position: -16px -51px;
                background-size: auto;
                background-repeat: no-repeat;
                overflow: hidden;
                height: 16px;
                width: 16px; }
                @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
                  /* line 2577, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
                  section .box.events-timeline .day .event table td.status .indicator.no {
                    background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
                    background-size: 45px 1299px;
                    background-position: -16px -51px;
                    height: 16px;
                    width: 16px; } }
              /* line 2579, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
              section .box.events-timeline .day .event table td.status .indicator.unknown {
                background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
                background-position: 0 -83px;
                background-size: auto;
                background-repeat: no-repeat;
                overflow: hidden;
                height: 16px;
                width: 16px; }
                @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
                  /* line 2579, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
                  section .box.events-timeline .day .event table td.status .indicator.unknown {
                    background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
                    background-size: 45px 1299px;
                    background-position: 0 -83px;
                    height: 16px;
                    width: 16px; } }
          /* line 2581, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.events-timeline .day .event table td.info {
            padding-top: 15px;
            padding-bottom: 15px;
            padding-right: 15px; }
            /* line 2586, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.events-timeline .day .event table td.info .title {
              font-size: 14px;
              font-family: proxima_novasemibold, helvetica, sans-serif; }
            /* line 2590, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.events-timeline .day .event table td.info .group {
              color: #8493A8; }
            /* line 2592, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.events-timeline .day .event table td.info .description {
              white-space: nowrap;
              overflow: hidden;
              -ms-text-overflow: ellipsis;
              -o-text-overflow: ellipsis;
              text-overflow: ellipsis;
              -moz-binding: url('/stylesheets/xml/ellipsis.xml#ellipsis'); }
      /* line 2595, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.events-timeline .day .event:last-child {
        border: 0; }
  /* line 2598, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section .box.contacts-list {
    padding: 0; }
    /* line 2600, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.contacts-list table {
      width: 100%;
      table-layout: fixed; }
      /* line 2604, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.contacts-list table tr td {
        vertical-align: middle;
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #E3E6EC; }
        /* line 2610, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.contacts-list table tr td.avatar {
          width: 80px;
          padding-left: 15px;
          padding-right: 15px; }
          /* line 2615, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.contacts-list table tr td.avatar img {
            width: 45px;
            height: 45px;
            -moz-border-radius: 22.5px;
            -webkit-border-radius: 22.5px;
            border-radius: 22.5px; }
        /* line 2618, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.contacts-list table tr td.info .name-holder {
          clear: both; }
        /* line 2620, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.contacts-list table tr td.info .name, section .box.contacts-list table tr td.info .star-filled {
          float: left; }
        /* line 2622, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.contacts-list table tr td.info .name {
          color: #49B3D7;
          font-size: 14px;
          font-family: proxima_novasemibold, helvetica, sans-serif; }
        /* line 2627, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.contacts-list table tr td.info .star-filled {
          margin-top: -3px;
          margin-left: 5px;
          background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
          background-position: 0 -196px;
          background-size: auto;
          background-repeat: no-repeat;
          overflow: hidden;
          height: 21px;
          width: 22px;
          display: none; }
          @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
            /* line 2627, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.contacts-list table tr td.info .star-filled {
              background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
              background-size: 45px 1299px;
              background-position: 0 -196px;
              height: 21px;
              width: 22px; } }
        /* line 2633, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.contacts-list table tr td.info .group {
          clear: both;
          color: #8493A8; }
        /* line 2636, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.contacts-list table tr td.action {
          width: 35px; }
          /* line 2638, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.contacts-list table tr td.action .menu-holder {
            width: 135px;
            position: relative;
            -moz-transition: background-color, 0.2s;
            -o-transition: background-color, 0.2s;
            -webkit-transition: background-color, 0.2s;
            transition: background-color, 0.2s; }
            /* line 2642, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.contacts-list table tr td.action .menu-holder .action-link {
              display: inline-block;
              background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
              background-position: -30px 0;
              background-size: auto;
              background-repeat: no-repeat;
              overflow: hidden;
              height: 21px;
              width: 15px; }
              @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
                /* line 2642, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
                section .box.contacts-list table tr td.action .menu-holder .action-link {
                  background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
                  background-size: 45px 1299px;
                  background-position: -30px 0;
                  height: 21px;
                  width: 15px; } }
              /* line 2645, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
              section .box.contacts-list table tr td.action .menu-holder .action-link:hover {
                background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
                background-position: -30px -1029px;
                background-size: auto;
                background-repeat: no-repeat;
                overflow: hidden;
                height: 21px;
                width: 15px; }
                @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
                  /* line 2645, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
                  section .box.contacts-list table tr td.action .menu-holder .action-link:hover {
                    background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
                    background-size: 45px 1299px;
                    background-position: -30px -1029px;
                    height: 21px;
                    width: 15px; } }
              /* line 2647, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
              section .box.contacts-list table tr td.action .menu-holder .action-link:active {
                background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
                background-position: -21px -322px;
                background-size: auto;
                background-repeat: no-repeat;
                overflow: hidden;
                height: 21px;
                width: 15px; }
                @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
                  /* line 2647, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
                  section .box.contacts-list table tr td.action .menu-holder .action-link:active {
                    background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
                    background-size: 45px 1299px;
                    background-position: -21px -322px;
                    height: 21px;
                    width: 15px; } }
            /* line 2649, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.contacts-list table tr td.action .menu-holder ul.action-menu {
              position: absolute;
              left: -120px;
              margin-top: 5px;
              padding-top: 10px;
              padding-bottom: 2px;
              padding-left: 0;
              padding-right: 0;
              z-index: 2;
              width: 140px;
              background-color: white;
              border: 1px solid #ECEFF4;
              -moz-border-radius: 3px;
              -webkit-border-radius: 3px;
              border-radius: 3px;
              box-shadow: 3px 3px 3px #CAD3DF; }
              /* line 2664, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
              section .box.contacts-list table tr td.action .menu-holder ul.action-menu li {
                list-style-type: none;
                padding-left: 17px; }
                /* line 2667, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
                section .box.contacts-list table tr td.action .menu-holder ul.action-menu li:last-child {
                  margin-bottom: 5px; }
                /* line 2669, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
                section .box.contacts-list table tr td.action .menu-holder ul.action-menu li a {
                  cursor: pointer;
                  font-size: 14px;
                  -moz-box-sizing: border-box;
                  -webkit-box-sizing: border-box;
                  box-sizing: border-box;
                  display: block;
                  color: #54657E;
                  width: 100%;
                  line-height: 25px; }
                  /* line 2677, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
                  section .box.contacts-list table tr td.action .menu-holder ul.action-menu li a:hover {
                    color: #5ABBDB; }
                  /* line 2679, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
                  section .box.contacts-list table tr td.action .menu-holder ul.action-menu li a:active {
                    color: #41A1C1; }
      /* line 2683, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.contacts-list table tr.favorite td.info .star-filled {
        display: inline-block; }
      /* line 2686, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.contacts-list table tr:last-child td {
        border-bottom: 0; }
      /* line 2689, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.contacts-list table tr:hover td {
        background-color: #F0FAFE; }
  /* line 2693, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section .box.reviews-list {
    padding: 0;
    margin-bottom: 30px; }
    /* line 2696, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.reviews-list .review-holder {
      position: relative;
      width: 100%;
      border-bottom: 1px solid #E3E6EC;
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 15px; }
      /* line 2704, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.reviews-list .review-holder:last-child {
        border-bottom: none; }
      /* line 2706, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.reviews-list .review-holder .moderator-buttons {
        top: 10px; }
      /* line 2708, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.reviews-list .review-holder .title {
        color: #49B3D7;
        font-size: 15px;
        font-family: proxima_novasemibold, helvetica, sans-serif; }
      /* line 2714, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.reviews-list .review-holder .subtitle {
        color: #8493A8;
        margin-bottom: 5px; }
      /* line 2718, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.reviews-list .review-holder .rating {
        display: inline-block;
        padding-right: 5px; }
        /* line 2721, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.reviews-list .review-holder .rating .star-filled, section .box.reviews-list .review-holder .rating .star-filled-one-half, section .box.reviews-list .review-holder .rating .star-not-filled {
          display: inline-block; }
        /* line 2723, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.reviews-list .review-holder .rating .star-filled {
          background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
          background-position: 0 -196px;
          background-size: auto;
          background-repeat: no-repeat;
          overflow: hidden;
          height: 21px;
          width: 22px; }
          @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
            /* line 2723, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.reviews-list .review-holder .rating .star-filled {
              background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
              background-size: 45px 1299px;
              background-position: 0 -196px;
              height: 21px;
              width: 22px; } }
        /* line 2725, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.reviews-list .review-holder .rating .star-filled-one-half {
          background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
          background-position: -22px -196px;
          background-size: auto;
          background-repeat: no-repeat;
          overflow: hidden;
          height: 21px;
          width: 22px; }
          @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
            /* line 2725, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.reviews-list .review-holder .rating .star-filled-one-half {
              background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
              background-size: 45px 1299px;
              background-position: -22px -196px;
              height: 21px;
              width: 22px; } }
        /* line 2727, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.reviews-list .review-holder .rating .star-not-filled {
          background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
          background-position: 0 -217px;
          background-size: auto;
          background-repeat: no-repeat;
          overflow: hidden;
          height: 21px;
          width: 22px; }
          @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
            /* line 2727, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.reviews-list .review-holder .rating .star-not-filled {
              background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
              background-size: 45px 1299px;
              background-position: 0 -217px;
              height: 21px;
              width: 22px; } }
      /* line 2730, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.reviews-list .review-holder .total-reviews {
        color: #8493A8;
        display: inline-block; }
      /* line 2735, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.reviews-list .review-holder.draft .title {
        padding-right: 130px; }
  /* line 2739, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section .box.review-highlight-holder {
    padding: 15px;
    margin-bottom: 10px;
    clear: both;
    overflow: hidden;
    *zoom: 1; }
    /* line 2744, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.review-highlight-holder .review-holder {
      width: 100%;
      float: left; }
      @media (min-width: 481px) {
        /* line 2744, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.review-highlight-holder .review-holder {
          width: 60%; } }
      /* line 2749, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.review-highlight-holder .review-holder .title {
        color: #3D4D65;
        font-size: 15px;
        font-family: proxima_novasemibold, helvetica, sans-serif; }
      /* line 2755, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.review-highlight-holder .review-holder .categories {
        color: #8493A8;
        margin-bottom: 5px; }
      /* line 2759, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.review-highlight-holder .review-holder .rating {
        display: inline-block;
        padding-right: 5px; }
        /* line 2762, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.review-highlight-holder .review-holder .rating .star-filled, section .box.review-highlight-holder .review-holder .rating .star-filled-one-half, section .box.review-highlight-holder .review-holder .rating .star-not-filled {
          display: inline-block; }
        /* line 2764, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.review-highlight-holder .review-holder .rating .star-filled {
          background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
          background-position: 0 -196px;
          background-size: auto;
          background-repeat: no-repeat;
          overflow: hidden;
          height: 21px;
          width: 22px; }
          @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
            /* line 2764, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.review-highlight-holder .review-holder .rating .star-filled {
              background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
              background-size: 45px 1299px;
              background-position: 0 -196px;
              height: 21px;
              width: 22px; } }
        /* line 2766, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.review-highlight-holder .review-holder .rating .star-filled-one-half {
          background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
          background-position: -22px -196px;
          background-size: auto;
          background-repeat: no-repeat;
          overflow: hidden;
          height: 21px;
          width: 22px; }
          @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
            /* line 2766, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.review-highlight-holder .review-holder .rating .star-filled-one-half {
              background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
              background-size: 45px 1299px;
              background-position: -22px -196px;
              height: 21px;
              width: 22px; } }
        /* line 2768, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.review-highlight-holder .review-holder .rating .star-not-filled {
          background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
          background-position: 0 -217px;
          background-size: auto;
          background-repeat: no-repeat;
          overflow: hidden;
          height: 21px;
          width: 22px; }
          @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
            /* line 2768, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.review-highlight-holder .review-holder .rating .star-not-filled {
              background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
              background-size: 45px 1299px;
              background-position: 0 -217px;
              height: 21px;
              width: 22px; } }
      /* line 2771, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.review-highlight-holder .review-holder .total-reviews {
        color: #8493A8;
        display: inline-block; }
    /* line 2774, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.review-highlight-holder .button-holder {
      width: 100%;
      float: left;
      padding-top: 10px; }
      @media (min-width: 481px) {
        /* line 2774, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.review-highlight-holder .button-holder {
          width: 40%;
          padding-top: 0; } }
      /* line 2781, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.review-highlight-holder .button-holder a {
        text-transform: uppercase; }
        @media (min-width: 481px) {
          /* line 2781, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.review-highlight-holder .button-holder a {
            float: right; }
            /* line 2785, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.review-highlight-holder .button-holder a.button {
              padding-left: 15px;
              padding-right: 15px; } }
        @media (min-width: 1024px) {
          /* line 2790, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.review-highlight-holder .button-holder a.button {
            padding-left: 22px;
            padding-right: 22px; } }
  /* line 2796, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section .box.album-list {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px; }
    /* line 2801, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.album-list ul {
      margin: 0;
      padding: 0; }
      /* line 2804, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.album-list ul li {
        display: inline-block;
        list-style-type: none;
        margin-bottom: 10px;
        margin-right: 10px;
        width: 265px; }
        @media (min-width: 481px) {
          /* line 2804, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.album-list ul li {
            width: 200px; } }
        @media (min-width: 1024px) {
          /* line 2804, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.album-list ul li {
            width: 225px; } }
        /* line 2815, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.album-list ul li img {
          border: 0;
          height: 100%;
          width: 265px; }
          @media (min-width: 481px) {
            /* line 2815, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.album-list ul li img {
              width: 200px;
              height: 130px; } }
          @media (min-width: 1024px) {
            /* line 2815, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.album-list ul li img {
              width: 225px; } }
        /* line 2824, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.album-list ul li .info-holder {
          position: relative; }
        /* line 2826, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.album-list ul li .image-info-holder {
          position: absolute;
          top: -50px;
          min-height: 50px;
          width: 100%;
          background-color: #3a3a3a;
          background-color: rgba(0, 0, 0, 0.6); }
          /* line 2832, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.album-list ul li .image-info-holder .image-name, section .box.album-list ul li .image-info-holder .image-count {
            padding-left: 10px; }
          /* line 2834, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.album-list ul li .image-info-holder .image-name {
            padding-top: 5px;
            font-size: 14px;
            font-family: proxima_novasemibold, helvetica, sans-serif;
            color: #49B3D7; }
          /* line 2840, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.album-list ul li .image-info-holder .image-count {
            color: white; }
  /* line 2843, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section .box.messages-list {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px; }
    /* line 2848, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.messages-list table {
      width: 100%; }
      /* line 2851, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.messages-list table tr th {
        text-transform: uppercase;
        text-align: left;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 10px;
        border-bottom: 1px solid #E3E6EC;
        font-family: proxima_novasemibold, helvetica, sans-serif; }
      /* line 2860, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.messages-list table tr td {
        max-width: 85px;
        overflow: hidden;
        cursor: pointer;
        vertical-align: middle;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 5px;
        padding-right: 5px;
        border-bottom: 1px solid #E3E6EC; }
        @media (min-width: 481px) {
          /* line 2860, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.messages-list table tr td {
            max-width: none;
            overflow: auto; } }
      /* line 2875, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.messages-list table tr.unread td {
        font-family: proxima_novasemibold, helvetica, sans-serif;
        color: #141B23; }
      /* line 2878, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.messages-list table tr:hover {
        background-color: #D7F1FB; }
      /* line 2880, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.messages-list table tr.selected {
        background-color: #C7ECFB; }
  /* line 2884, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section .box.message-details .info-container {
    clear: both; }
    /* line 2886, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.message-details .info-container .message-from, section .box.message-details .info-container .message-date {
      float: left;
      width: 50%; }
    /* line 2889, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.message-details .info-container .message-from {
      font-family: proxima_novasemibold, helvetica, sans-serif; }
    /* line 2891, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.message-details .info-container .message-date {
      text-align: right; }
  /* line 2893, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section .box.message-details .message-subject {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E3E6EC; }
  /* line 2897, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section .box.message-details .message-body {
    margin-top: 10px;
    margin-bottom: 10px; }
  /* line 2903, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section .box.group-settings .field-error {
    clear: both;
    margin-top: 5px;
    min-height: 18px; }
  /* line 2908, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section .box.group-settings #affiliation-holder {
    border-top: 1px solid #E3E6EC;
    border-bottom: 1px solid #E3E6EC;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px; }
    /* line 2916, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.group-settings #affiliation-holder .title {
      font-size: 15px;
      font-family: proxima_novasemibold, helvetica, sans-serif; }
    /* line 2920, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.group-settings #affiliation-holder .subtitle {
      color: #8493A8;
      margin-bottom: 15px; }
    /* line 2923, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.group-settings #affiliation-holder .primary-group-holder, section .box.group-settings #affiliation-holder .sub-group-holder {
      clear: both;
      overflow: hidden;
      *zoom: 1; }
      /* line 2926, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.group-settings #affiliation-holder .primary-group-holder input, section .box.group-settings #affiliation-holder .sub-group-holder input {
        width: 100%; }
      /* line 2928, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.group-settings #affiliation-holder .primary-group-holder .main-cell, section .box.group-settings #affiliation-holder .sub-group-holder .main-cell {
        float: left;
        width: 100%; }
        @media (min-width: 481px) {
          /* line 2928, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.group-settings #affiliation-holder .primary-group-holder .main-cell, section .box.group-settings #affiliation-holder .sub-group-holder .main-cell {
            width: 50%; } }
      /* line 2933, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.group-settings #affiliation-holder .primary-group-holder .title-cell, section .box.group-settings #affiliation-holder .sub-group-holder .title-cell {
        width: 100%;
        font-size: 14px;
        font-family: proxima_novasemibold, helvetica, sans-serif;
        color: #3D4D65;
        margin-bottom: 2px; }
      /* line 2940, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.group-settings #affiliation-holder .primary-group-holder .input-cell, section .box.group-settings #affiliation-holder .sub-group-holder .input-cell {
        width: 100%; }
        /* line 2942, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.group-settings #affiliation-holder .primary-group-holder .input-cell .styled-select, section .box.group-settings #affiliation-holder .sub-group-holder .input-cell .styled-select {
          width: 100%; }
          /* line 2944, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.group-settings #affiliation-holder .primary-group-holder .input-cell .styled-select select, section .box.group-settings #affiliation-holder .sub-group-holder .input-cell .styled-select select {
            width: calc(100% + 20px); }
        @media (min-width: 481px) {
          /* line 2946, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.group-settings #affiliation-holder .primary-group-holder .input-cell.pad-right, section .box.group-settings #affiliation-holder .sub-group-holder .input-cell.pad-right {
            padding-right: 10px; } }
        /* line 2949, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.group-settings #affiliation-holder .primary-group-holder .input-cell.short, section .box.group-settings #affiliation-holder .sub-group-holder .input-cell.short {
          width: 90%;
          float: left; }
          @media (min-width: 481px) {
            /* line 2949, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.group-settings #affiliation-holder .primary-group-holder .input-cell.short, section .box.group-settings #affiliation-holder .sub-group-holder .input-cell.short {
              width: 85%; } }
          @media (min-width: 1024px) {
            /* line 2949, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.group-settings #affiliation-holder .primary-group-holder .input-cell.short, section .box.group-settings #affiliation-holder .sub-group-holder .input-cell.short {
              width: 90%; } }
          /* line 2956, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.group-settings #affiliation-holder .primary-group-holder .input-cell.short.primary, section .box.group-settings #affiliation-holder .sub-group-holder .input-cell.short.primary {
            width: 100%; }
            @media (min-width: 481px) {
              /* line 2956, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
              section .box.group-settings #affiliation-holder .primary-group-holder .input-cell.short.primary, section .box.group-settings #affiliation-holder .sub-group-holder .input-cell.short.primary {
                width: 85%; } }
            @media (min-width: 1024px) {
              /* line 2956, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
              section .box.group-settings #affiliation-holder .primary-group-holder .input-cell.short.primary, section .box.group-settings #affiliation-holder .sub-group-holder .input-cell.short.primary {
                width: 90%; } }
        /* line 2962, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.group-settings #affiliation-holder .primary-group-holder .input-cell.remove-sub-group, section .box.group-settings #affiliation-holder .sub-group-holder .input-cell.remove-sub-group {
          width: 8%;
          float: right;
          margin-top: 8px; }
          @media (min-width: 481px) {
            /* line 2962, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.group-settings #affiliation-holder .primary-group-holder .input-cell.remove-sub-group, section .box.group-settings #affiliation-holder .sub-group-holder .input-cell.remove-sub-group {
              width: 11%; } }
          @media (min-width: 1024px) {
            /* line 2962, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.group-settings #affiliation-holder .primary-group-holder .input-cell.remove-sub-group, section .box.group-settings #affiliation-holder .sub-group-holder .input-cell.remove-sub-group {
              width: 7%; } }
          /* line 2970, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.group-settings #affiliation-holder .primary-group-holder .input-cell.remove-sub-group .remove-group, section .box.group-settings #affiliation-holder .sub-group-holder .input-cell.remove-sub-group .remove-group {
            background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
            background-position: -21px -238px;
            background-size: auto;
            background-repeat: no-repeat;
            overflow: hidden;
            height: 21px;
            width: 21px; }
            @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
              /* line 2970, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
              section .box.group-settings #affiliation-holder .primary-group-holder .input-cell.remove-sub-group .remove-group, section .box.group-settings #affiliation-holder .sub-group-holder .input-cell.remove-sub-group .remove-group {
                background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
                background-size: 45px 1299px;
                background-position: -21px -238px;
                height: 21px;
                width: 21px; } }
            /* line 2972, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.group-settings #affiliation-holder .primary-group-holder .input-cell.remove-sub-group .remove-group:hover, section .box.group-settings #affiliation-holder .sub-group-holder .input-cell.remove-sub-group .remove-group:hover {
              background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
              background-position: -21px -259px;
              background-size: auto;
              background-repeat: no-repeat;
              overflow: hidden;
              height: 21px;
              width: 21px; }
              @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
                /* line 2972, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
                section .box.group-settings #affiliation-holder .primary-group-holder .input-cell.remove-sub-group .remove-group:hover, section .box.group-settings #affiliation-holder .sub-group-holder .input-cell.remove-sub-group .remove-group:hover {
                  background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
                  background-size: 45px 1299px;
                  background-position: -21px -259px;
                  height: 21px;
                  width: 21px; } }
    /* line 2974, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.group-settings #affiliation-holder .add-sub-group-holder {
      color: #49B3D7;
      cursor: pointer; }
      /* line 2977, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.group-settings #affiliation-holder .add-sub-group-holder .add-sub-group-icon {
        position: relative;
        top: 4px;
        left: 5px;
        display: inline-block;
        background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
        background-position: -16px -67px;
        background-size: auto;
        background-repeat: no-repeat;
        overflow: hidden;
        height: 16px;
        width: 16px; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
          /* line 2977, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.group-settings #affiliation-holder .add-sub-group-holder .add-sub-group-icon {
            background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
            background-size: 45px 1299px;
            background-position: -16px -67px;
            height: 16px;
            width: 16px; } }
        /* line 2983, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.group-settings #affiliation-holder .add-sub-group-holder .add-sub-group-icon:hover {
          background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
          background-position: 0 -118px;
          background-size: auto;
          background-repeat: no-repeat;
          overflow: hidden;
          height: 16px;
          width: 16px; }
          @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
            /* line 2983, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.group-settings #affiliation-holder .add-sub-group-holder .add-sub-group-icon:hover {
              background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
              background-size: 45px 1299px;
              background-position: 0 -118px;
              height: 16px;
              width: 16px; } }
        /* line 2985, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.group-settings #affiliation-holder .add-sub-group-holder .add-sub-group-icon:active {
          background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
          background-position: -16px -83px;
          background-size: auto;
          background-repeat: no-repeat;
          overflow: hidden;
          height: 16px;
          width: 16px; }
          @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
            /* line 2985, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.group-settings #affiliation-holder .add-sub-group-holder .add-sub-group-icon:active {
              background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
              background-size: 45px 1299px;
              background-position: -16px -83px;
              height: 16px;
              width: 16px; } }
  /* line 2988, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section .box.group-settings.details {
    padding: 0; }
    /* line 2990, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.group-settings.details .header-holder, section .box.group-settings.details .group-detail-holder, section .box.group-settings.details .address-holder, section .box.group-settings.details .section-holder {
      padding-left: 15px;
      padding-right: 15px;
      overflow: hidden;
      *zoom: 1;
      clear: both;
      border-bottom: 1px solid #E3E6EC; }
      /* line 2997, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.group-settings.details .header-holder input, section .box.group-settings.details .group-detail-holder input, section .box.group-settings.details .address-holder input, section .box.group-settings.details .section-holder input {
        width: 100%; }
    /* line 2999, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.group-settings.details .group-detail-holder, section .box.group-settings.details .address-holder, section .box.group-settings.details .section-holder {
      padding-top: 15px; }
      /* line 3001, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.group-settings.details .group-detail-holder .title, section .box.group-settings.details .address-holder .title, section .box.group-settings.details .section-holder .title {
        clear: both;
        overflow: hidden;
        *zoom: 1;
        margin-bottom: 10px;
        color: #3D4D65;
        font-size: 14px;
        font-family: proxima_novasemibold, helvetica, sans-serif; }
    /* line 3009, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.group-settings.details .header-holder {
      padding-top: 15px;
      padding-bottom: 15px; }
      /* line 3013, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.group-settings.details .header-holder .title {
        font-size: 15px;
        font-family: proxima_novasemibold, helvetica, sans-serif; }
      /* line 3017, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.group-settings.details .header-holder .subtitle {
        color: #8493A8; }
    @media (min-width: 481px) {
      /* line 3019, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.group-settings.details .section-holder {
        padding-bottom: 15px; } }
    /* line 3022, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.group-settings.details .section-holder.last {
      border-bottom: none; }
    /* line 3025, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.group-settings.details .group-detail-holder .input-container, section .box.group-settings.details .group-detail-holder .question-holder, section .box.group-settings.details .address-holder .input-container, section .box.group-settings.details .address-holder .question-holder, section .box.group-settings.details .section-holder .input-container, section .box.group-settings.details .section-holder .question-holder {
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      transform-style: preserve-3d;
      clear: both; }
      /* line 3028, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.group-settings.details .group-detail-holder .input-container .title-cell, section .box.group-settings.details .group-detail-holder .input-container .input-cell, section .box.group-settings.details .group-detail-holder .input-container .question, section .box.group-settings.details .group-detail-holder .input-container .answer-holder, section .box.group-settings.details .group-detail-holder .question-holder .title-cell, section .box.group-settings.details .group-detail-holder .question-holder .input-cell, section .box.group-settings.details .group-detail-holder .question-holder .question, section .box.group-settings.details .group-detail-holder .question-holder .answer-holder, section .box.group-settings.details .address-holder .input-container .title-cell, section .box.group-settings.details .address-holder .input-container .input-cell, section .box.group-settings.details .address-holder .input-container .question, section .box.group-settings.details .address-holder .input-container .answer-holder, section .box.group-settings.details .address-holder .question-holder .title-cell, section .box.group-settings.details .address-holder .question-holder .input-cell, section .box.group-settings.details .address-holder .question-holder .question, section .box.group-settings.details .address-holder .question-holder .answer-holder, section .box.group-settings.details .section-holder .input-container .title-cell, section .box.group-settings.details .section-holder .input-container .input-cell, section .box.group-settings.details .section-holder .input-container .question, section .box.group-settings.details .section-holder .input-container .answer-holder, section .box.group-settings.details .section-holder .question-holder .title-cell, section .box.group-settings.details .section-holder .question-holder .input-cell, section .box.group-settings.details .section-holder .question-holder .question, section .box.group-settings.details .section-holder .question-holder .answer-holder {
        float: left; }
      /* line 3030, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.group-settings.details .group-detail-holder .input-container .title-cell, section .box.group-settings.details .group-detail-holder .question-holder .title-cell, section .box.group-settings.details .address-holder .input-container .title-cell, section .box.group-settings.details .address-holder .question-holder .title-cell, section .box.group-settings.details .section-holder .input-container .title-cell, section .box.group-settings.details .section-holder .question-holder .title-cell {
        width: 100%;
        font-size: 14px;
        font-family: proxima_novasemibold, helvetica, sans-serif;
        color: #3D4D65;
        margin-bottom: 2px;
        padding-top: 10px; }
        @media (min-width: 481px) {
          /* line 3030, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.group-settings.details .group-detail-holder .input-container .title-cell, section .box.group-settings.details .group-detail-holder .question-holder .title-cell, section .box.group-settings.details .address-holder .input-container .title-cell, section .box.group-settings.details .address-holder .question-holder .title-cell, section .box.group-settings.details .section-holder .input-container .title-cell, section .box.group-settings.details .section-holder .question-holder .title-cell {
            width: 32%; } }
        @media (min-width: 1024px) {
          /* line 3030, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.group-settings.details .group-detail-holder .input-container .title-cell, section .box.group-settings.details .group-detail-holder .question-holder .title-cell, section .box.group-settings.details .address-holder .input-container .title-cell, section .box.group-settings.details .address-holder .question-holder .title-cell, section .box.group-settings.details .section-holder .input-container .title-cell, section .box.group-settings.details .section-holder .question-holder .title-cell {
            width: 20%; } }
        @media (min-width: 481px) {
          /* line 3042, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.group-settings.details .group-detail-holder .input-container .title-cell.location, section .box.group-settings.details .group-detail-holder .question-holder .title-cell.location, section .box.group-settings.details .address-holder .input-container .title-cell.location, section .box.group-settings.details .address-holder .question-holder .title-cell.location, section .box.group-settings.details .section-holder .input-container .title-cell.location, section .box.group-settings.details .section-holder .question-holder .title-cell.location {
            width: 100%; } }
        /* line 3045, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.group-settings.details .group-detail-holder .input-container .title-cell.description, section .box.group-settings.details .group-detail-holder .question-holder .title-cell.description, section .box.group-settings.details .address-holder .input-container .title-cell.description, section .box.group-settings.details .address-holder .question-holder .title-cell.description, section .box.group-settings.details .section-holder .input-container .title-cell.description, section .box.group-settings.details .section-holder .question-holder .title-cell.description {
          padding-top: 0; }
      /* line 3047, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.group-settings.details .group-detail-holder .input-container .input-cell, section .box.group-settings.details .group-detail-holder .question-holder .input-cell, section .box.group-settings.details .address-holder .input-container .input-cell, section .box.group-settings.details .address-holder .question-holder .input-cell, section .box.group-settings.details .section-holder .input-container .input-cell, section .box.group-settings.details .section-holder .question-holder .input-cell {
        width: 100%;
        margin-bottom: 10px; }
        @media (min-width: 481px) {
          /* line 3047, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.group-settings.details .group-detail-holder .input-container .input-cell, section .box.group-settings.details .group-detail-holder .question-holder .input-cell, section .box.group-settings.details .address-holder .input-container .input-cell, section .box.group-settings.details .address-holder .question-holder .input-cell, section .box.group-settings.details .section-holder .input-container .input-cell, section .box.group-settings.details .section-holder .question-holder .input-cell {
            width: 68%; } }
        @media (min-width: 1024px) {
          /* line 3047, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.group-settings.details .group-detail-holder .input-container .input-cell, section .box.group-settings.details .group-detail-holder .question-holder .input-cell, section .box.group-settings.details .address-holder .input-container .input-cell, section .box.group-settings.details .address-holder .question-holder .input-cell, section .box.group-settings.details .section-holder .input-container .input-cell, section .box.group-settings.details .section-holder .question-holder .input-cell {
            width: 80%; } }
        @media (min-width: 481px) {
          /* line 3054, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.group-settings.details .group-detail-holder .input-container .input-cell.address, section .box.group-settings.details .group-detail-holder .question-holder .input-cell.address, section .box.group-settings.details .address-holder .input-container .input-cell.address, section .box.group-settings.details .address-holder .question-holder .input-cell.address, section .box.group-settings.details .section-holder .input-container .input-cell.address, section .box.group-settings.details .section-holder .question-holder .input-cell.address {
            width: 100%; } }
        @media (min-width: 481px) {
          /* line 3057, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.group-settings.details .group-detail-holder .input-container .input-cell.city, section .box.group-settings.details .group-detail-holder .question-holder .input-cell.city, section .box.group-settings.details .address-holder .input-container .input-cell.city, section .box.group-settings.details .address-holder .question-holder .input-cell.city, section .box.group-settings.details .section-holder .input-container .input-cell.city, section .box.group-settings.details .section-holder .question-holder .input-cell.city {
            padding-right: 10px;
            width: 55%; } }
        @media (min-width: 481px) {
          /* line 3061, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.group-settings.details .group-detail-holder .input-container .input-cell.state, section .box.group-settings.details .group-detail-holder .question-holder .input-cell.state, section .box.group-settings.details .address-holder .input-container .input-cell.state, section .box.group-settings.details .address-holder .question-holder .input-cell.state, section .box.group-settings.details .section-holder .input-container .input-cell.state, section .box.group-settings.details .section-holder .question-holder .input-cell.state {
            width: 20%; } }
        @media (min-width: 481px) {
          /* line 3064, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.group-settings.details .group-detail-holder .input-container .input-cell.postal-code, section .box.group-settings.details .group-detail-holder .question-holder .input-cell.postal-code, section .box.group-settings.details .address-holder .input-container .input-cell.postal-code, section .box.group-settings.details .address-holder .question-holder .input-cell.postal-code, section .box.group-settings.details .section-holder .input-container .input-cell.postal-code, section .box.group-settings.details .section-holder .question-holder .input-cell.postal-code {
            padding-left: 10px;
            width: 25%; } }
        /* line 3068, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.group-settings.details .group-detail-holder .input-container .input-cell .group-search, section .box.group-settings.details .group-detail-holder .question-holder .input-cell .group-search, section .box.group-settings.details .address-holder .input-container .input-cell .group-search, section .box.group-settings.details .address-holder .question-holder .input-cell .group-search, section .box.group-settings.details .section-holder .input-container .input-cell .group-search, section .box.group-settings.details .section-holder .question-holder .input-cell .group-search {
          width: 100%; }
          /* line 3070, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.group-settings.details .group-detail-holder .input-container .input-cell .group-search input[type=text], section .box.group-settings.details .group-detail-holder .question-holder .input-cell .group-search input[type=text], section .box.group-settings.details .address-holder .input-container .input-cell .group-search input[type=text], section .box.group-settings.details .address-holder .question-holder .input-cell .group-search input[type=text], section .box.group-settings.details .section-holder .input-container .input-cell .group-search input[type=text], section .box.group-settings.details .section-holder .question-holder .input-cell .group-search input[type=text] {
            padding-left: 10px; }
          /* line 3072, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.group-settings.details .group-detail-holder .input-container .input-cell .group-search .search-button, section .box.group-settings.details .group-detail-holder .question-holder .input-cell .group-search .search-button, section .box.group-settings.details .address-holder .input-container .input-cell .group-search .search-button, section .box.group-settings.details .address-holder .question-holder .input-cell .group-search .search-button, section .box.group-settings.details .section-holder .input-container .input-cell .group-search .search-button, section .box.group-settings.details .section-holder .question-holder .input-cell .group-search .search-button {
            width: 38px; }
        /* line 3074, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.group-settings.details .group-detail-holder .input-container .input-cell textarea, section .box.group-settings.details .group-detail-holder .question-holder .input-cell textarea, section .box.group-settings.details .address-holder .input-container .input-cell textarea, section .box.group-settings.details .address-holder .question-holder .input-cell textarea, section .box.group-settings.details .section-holder .input-container .input-cell textarea, section .box.group-settings.details .section-holder .question-holder .input-cell textarea {
          height: 100px;
          border: 1px solid #CAD3DF;
          resize: none;
          padding-top: 10px;
          padding-left: 10px;
          padding-bottom: 10px;
          width: 100%; }
        /* line 3083, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.group-settings.details .group-detail-holder .input-container .input-cell .chars-remaining, section .box.group-settings.details .group-detail-holder .question-holder .input-cell .chars-remaining, section .box.group-settings.details .address-holder .input-container .input-cell .chars-remaining, section .box.group-settings.details .address-holder .question-holder .input-cell .chars-remaining, section .box.group-settings.details .section-holder .input-container .input-cell .chars-remaining, section .box.group-settings.details .section-holder .question-holder .input-cell .chars-remaining {
          color: #8493A8;
          padding-top: 2px; }
          /* line 3086, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.group-settings.details .group-detail-holder .input-container .input-cell .chars-remaining.too-long, section .box.group-settings.details .group-detail-holder .question-holder .input-cell .chars-remaining.too-long, section .box.group-settings.details .address-holder .input-container .input-cell .chars-remaining.too-long, section .box.group-settings.details .address-holder .question-holder .input-cell .chars-remaining.too-long, section .box.group-settings.details .section-holder .input-container .input-cell .chars-remaining.too-long, section .box.group-settings.details .section-holder .question-holder .input-cell .chars-remaining.too-long {
            color: #D52838;
            font-family: proxima_novasemibold, helvetica, sans-serif; }
        /* line 3089, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.group-settings.details .group-detail-holder .input-container .input-cell .styled-select, section .box.group-settings.details .group-detail-holder .question-holder .input-cell .styled-select, section .box.group-settings.details .address-holder .input-container .input-cell .styled-select, section .box.group-settings.details .address-holder .question-holder .input-cell .styled-select, section .box.group-settings.details .section-holder .input-container .input-cell .styled-select, section .box.group-settings.details .section-holder .question-holder .input-cell .styled-select {
          width: 100%; }
          /* line 3091, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.group-settings.details .group-detail-holder .input-container .input-cell .styled-select select, section .box.group-settings.details .group-detail-holder .question-holder .input-cell .styled-select select, section .box.group-settings.details .address-holder .input-container .input-cell .styled-select select, section .box.group-settings.details .address-holder .question-holder .input-cell .styled-select select, section .box.group-settings.details .section-holder .input-container .input-cell .styled-select select, section .box.group-settings.details .section-holder .question-holder .input-cell .styled-select select {
            width: calc(100% + 20px); }
      /* line 3093, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.group-settings.details .group-detail-holder .input-container .question, section .box.group-settings.details .group-detail-holder .question-holder .question, section .box.group-settings.details .address-holder .input-container .question, section .box.group-settings.details .address-holder .question-holder .question, section .box.group-settings.details .section-holder .input-container .question, section .box.group-settings.details .section-holder .question-holder .question {
        width: 100%; }
        @media (min-width: 481px) {
          /* line 3093, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.group-settings.details .group-detail-holder .input-container .question, section .box.group-settings.details .group-detail-holder .question-holder .question, section .box.group-settings.details .address-holder .input-container .question, section .box.group-settings.details .address-holder .question-holder .question, section .box.group-settings.details .section-holder .input-container .question, section .box.group-settings.details .section-holder .question-holder .question {
            width: 70%; } }
      /* line 3097, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.group-settings.details .group-detail-holder .input-container .answer-holder, section .box.group-settings.details .group-detail-holder .question-holder .answer-holder, section .box.group-settings.details .address-holder .input-container .answer-holder, section .box.group-settings.details .address-holder .question-holder .answer-holder, section .box.group-settings.details .section-holder .input-container .answer-holder, section .box.group-settings.details .section-holder .question-holder .answer-holder {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px; }
        @media (min-width: 481px) {
          /* line 3097, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.group-settings.details .group-detail-holder .input-container .answer-holder, section .box.group-settings.details .group-detail-holder .question-holder .answer-holder, section .box.group-settings.details .address-holder .input-container .answer-holder, section .box.group-settings.details .address-holder .question-holder .answer-holder, section .box.group-settings.details .section-holder .input-container .answer-holder, section .box.group-settings.details .section-holder .question-holder .answer-holder {
            width: 30%;
            margin: 0;
            text-align: right; } }
        /* line 3106, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.group-settings.details .group-detail-holder .input-container .answer-holder ul, section .box.group-settings.details .group-detail-holder .question-holder .answer-holder ul, section .box.group-settings.details .address-holder .input-container .answer-holder ul, section .box.group-settings.details .address-holder .question-holder .answer-holder ul, section .box.group-settings.details .section-holder .input-container .answer-holder ul, section .box.group-settings.details .section-holder .question-holder .answer-holder ul {
          margin: 0;
          padding: 0; }
          /* line 3109, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.group-settings.details .group-detail-holder .input-container .answer-holder ul li, section .box.group-settings.details .group-detail-holder .question-holder .answer-holder ul li, section .box.group-settings.details .address-holder .input-container .answer-holder ul li, section .box.group-settings.details .address-holder .question-holder .answer-holder ul li, section .box.group-settings.details .section-holder .input-container .answer-holder ul li, section .box.group-settings.details .section-holder .question-holder .answer-holder ul li {
            display: inline-block;
            list-style-type: none;
            padding-right: 10px; }
      /* line 3113, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.group-settings.details .group-detail-holder .input-container textarea.quicklink, section .box.group-settings.details .group-detail-holder .question-holder textarea.quicklink, section .box.group-settings.details .address-holder .input-container textarea.quicklink, section .box.group-settings.details .address-holder .question-holder textarea.quicklink, section .box.group-settings.details .section-holder .input-container textarea.quicklink, section .box.group-settings.details .section-holder .question-holder textarea.quicklink {
        margin-top: 10px;
        margin-bottom: 10px;
        width: 100%;
        height: 95px;
        border-color: #CAD3DF; }
        @media (min-width: 481px) {
          /* line 3113, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.group-settings.details .group-detail-holder .input-container textarea.quicklink, section .box.group-settings.details .group-detail-holder .question-holder textarea.quicklink, section .box.group-settings.details .address-holder .input-container textarea.quicklink, section .box.group-settings.details .address-holder .question-holder textarea.quicklink, section .box.group-settings.details .section-holder .input-container textarea.quicklink, section .box.group-settings.details .section-holder .question-holder textarea.quicklink {
            width: 70%;
            height: 57px; } }
    /* line 3123, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.group-settings.details .group-detail-holder img.quicklink, section .box.group-settings.details .address-holder img.quicklink, section .box.group-settings.details .section-holder img.quicklink {
      width: 216px;
      height: 70px;
      margin-bottom: 10px; }
    /* line 3127, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.group-settings.details .group-detail-holder .feedback, section .box.group-settings.details .address-holder .feedback, section .box.group-settings.details .section-holder .feedback {
      clear: both;
      font-family: proxima_novasemibold, helvetica, sans-serif;
      margin-bottom: 10px; }
      @media (min-width: 481px) {
        /* line 3127, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.group-settings.details .group-detail-holder .feedback, section .box.group-settings.details .address-holder .feedback, section .box.group-settings.details .section-holder .feedback {
          margin-bottom: 0;
          padding-top: 10px; } }
    /* line 3134, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.group-settings.details .buttons {
      border-top: 3px solid #E3E6EC;
      overflow: hidden;
      *zoom: 1;
      clear: both;
      padding: 15px;
      background-color: #F6F8FC; }
      /* line 3140, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.group-settings.details .buttons input[type=submit], section .box.group-settings.details .buttons a.button {
        float: right; }
  /* line 3143, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section .box.group-settings.members {
    padding-top: 0;
    padding-bottom: 20px;
    margin-bottom: 50px; }
    /* line 3148, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.group-settings.members .data-container {
      display: table;
      width: 100%;
      padding-bottom: 15px;
      border-bottom: 1px solid #E3E6EC; }
      /* line 3153, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.group-settings.members .data-container .data-row {
        clear: both;
        position: relative; }
      /* line 3156, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.group-settings.members .data-container .data-cell {
        float: left;
        padding-top: 15px; }
        /* line 3159, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.group-settings.members .data-container .data-cell.avatar {
          text-align: left;
          width: 55px; }
          /* line 3162, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.group-settings.members .data-container .data-cell.avatar img {
            width: 45px;
            height: 45px;
            -moz-border-radius: 22.5px;
            -webkit-border-radius: 22.5px;
            border-radius: 22.5px; }
        /* line 3164, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.group-settings.members .data-container .data-cell.member-info {
          width: 79%; }
          @media (min-width: 481px) {
            /* line 3164, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.group-settings.members .data-container .data-cell.member-info {
              width: 87%; } }
          @media (min-width: 1024px) {
            /* line 3164, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.group-settings.members .data-container .data-cell.member-info {
              width: 90%; } }
          /* line 3170, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.group-settings.members .data-container .data-cell.member-info .info-holder, section .box.group-settings.members .data-container .data-cell.member-info .group-holder, section .box.group-settings.members .data-container .data-cell.member-info .status-holder {
            float: left;
            width: 100%; }
          /* line 3173, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.group-settings.members .data-container .data-cell.member-info .group-holder, section .box.group-settings.members .data-container .data-cell.member-info .status-holder {
            padding-top: 5px; }
          @media (min-width: 481px) {
            /* line 3175, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.group-settings.members .data-container .data-cell.member-info .info-holder {
              width: 40%; } }
          @media (min-width: 1024px) {
            /* line 3175, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.group-settings.members .data-container .data-cell.member-info .info-holder {
              width: 30%; } }
          /* line 3180, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.group-settings.members .data-container .data-cell.member-info .info-holder .name {
            font-family: proxima_novasemibold, helvetica, sans-serif; }
          @media (min-width: 481px) {
            /* line 3182, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.group-settings.members .data-container .data-cell.member-info .group-holder {
              padding-top: 0;
              width: 60%; } }
          @media (min-width: 1024px) {
            /* line 3182, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.group-settings.members .data-container .data-cell.member-info .group-holder {
              width: 50%; } }
          /* line 3189, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.group-settings.members .data-container .data-cell.member-info .group-holder .group-info span {
            text-transform: uppercase;
            font-family: proxima_novasemibold, helvetica, sans-serif; }
          @media (min-width: 1024px) {
            /* line 3192, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.group-settings.members .data-container .data-cell.member-info .status-holder {
              width: 20%;
              padding-top: 0; } }
          /* line 3196, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.group-settings.members .data-container .data-cell.member-info .status-holder .invite-status {
            text-transform: uppercase; }
      /* line 3198, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.group-settings.members .data-container .action {
        position: absolute;
        right: 0;
        top: 15px;
        padding-right: 0;
        width: 15px; }
        /* line 3204, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.group-settings.members .data-container .action .menu-holder {
          -moz-transition: background-color, 0.2s;
          -o-transition: background-color, 0.2s;
          -webkit-transition: background-color, 0.2s;
          transition: background-color, 0.2s; }
          /* line 3206, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.group-settings.members .data-container .action .menu-holder .action-link {
            display: inline-block;
            background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
            background-position: -30px 0;
            background-size: auto;
            background-repeat: no-repeat;
            overflow: hidden;
            height: 21px;
            width: 15px; }
            @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
              /* line 3206, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
              section .box.group-settings.members .data-container .action .menu-holder .action-link {
                background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
                background-size: 45px 1299px;
                background-position: -30px 0;
                height: 21px;
                width: 15px; } }
            /* line 3209, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.group-settings.members .data-container .action .menu-holder .action-link:hover {
              background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
              background-position: -30px -1029px;
              background-size: auto;
              background-repeat: no-repeat;
              overflow: hidden;
              height: 21px;
              width: 15px; }
              @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
                /* line 3209, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
                section .box.group-settings.members .data-container .action .menu-holder .action-link:hover {
                  background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
                  background-size: 45px 1299px;
                  background-position: -30px -1029px;
                  height: 21px;
                  width: 15px; } }
            /* line 3211, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.group-settings.members .data-container .action .menu-holder .action-link:active {
              background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
              background-position: -21px -322px;
              background-size: auto;
              background-repeat: no-repeat;
              overflow: hidden;
              height: 21px;
              width: 15px; }
              @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
                /* line 3211, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
                section .box.group-settings.members .data-container .action .menu-holder .action-link:active {
                  background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
                  background-size: 45px 1299px;
                  background-position: -21px -322px;
                  height: 21px;
                  width: 15px; } }
          /* line 3213, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.group-settings.members .data-container .action .menu-holder ul.action-menu {
            position: absolute;
            left: -120px;
            margin-top: 0;
            padding-top: 5px;
            padding-bottom: 2px;
            padding-left: 0;
            padding-right: 0;
            z-index: 2;
            width: 130px;
            background-color: white;
            border: 1px solid #ECEFF4;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            box-shadow: 3px 3px 3px #CAD3DF; }
            /* line 3228, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.group-settings.members .data-container .action .menu-holder ul.action-menu li {
              list-style-type: none;
              padding-left: 17px; }
              /* line 3231, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
              section .box.group-settings.members .data-container .action .menu-holder ul.action-menu li:last-child {
                margin-bottom: 5px; }
              /* line 3233, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
              section .box.group-settings.members .data-container .action .menu-holder ul.action-menu li a {
                cursor: pointer;
                font-size: 14px;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                display: block;
                color: #54657E;
                width: 100%;
                line-height: 25px; }
                /* line 3241, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
                section .box.group-settings.members .data-container .action .menu-holder ul.action-menu li a:hover {
                  color: #5ABBDB; }
                /* line 3243, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
                section .box.group-settings.members .data-container .action .menu-holder ul.action-menu li a:active {
                  color: #41A1C1; }
  /* line 3246, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section .box.group-settings.members-invite, section .box.group-settings.member-edit {
    padding: 0; }
    /* line 3248, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.group-settings.members-invite .header-container, section .box.group-settings.members-invite .section-holder, section .box.group-settings.member-edit .header-container, section .box.group-settings.member-edit .section-holder {
      padding-left: 15px;
      padding-right: 15px; }
    /* line 3252, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.group-settings.members-invite .header-container, section .box.group-settings.member-edit .header-container {
      clear: both;
      overflow: hidden;
      *zoom: 1;
      padding-top: 15px;
      padding-bottom: 15px;
      margin-bottom: 15px;
      border-bottom: 1px solid #E3E6EC; }
      /* line 3260, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.group-settings.members-invite .header-container .title, section .box.group-settings.members-invite .header-container .remove-link, section .box.group-settings.member-edit .header-container .title, section .box.group-settings.member-edit .header-container .remove-link {
        float: left; }
      /* line 3262, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.group-settings.members-invite .header-container .title, section .box.group-settings.member-edit .header-container .title {
        width: 50%;
        font-size: 15px;
        font-family: proxima_novasemibold, helvetica, sans-serif;
        text-transform: uppercase; }
      /* line 3268, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.group-settings.members-invite .header-container .remove-link, section .box.group-settings.member-edit .header-container .remove-link {
        width: 50%; }
        /* line 3270, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.group-settings.members-invite .header-container .remove-link .remove-member, section .box.group-settings.member-edit .header-container .remove-link .remove-member {
          float: right;
          color: #D52838; }
    /* line 3273, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.group-settings.members-invite .input-container, section .box.group-settings.member-edit .input-container {
      clear: both;
      overflow: hidden;
      *zoom: 1; }
      /* line 3276, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.group-settings.members-invite .input-container input, section .box.group-settings.member-edit .input-container input {
        width: 100%; }
      /* line 3278, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.group-settings.members-invite .input-container textarea, section .box.group-settings.member-edit .input-container textarea {
        height: 100px;
        border: 1px solid #CAD3DF;
        resize: vertical;
        padding-top: 10px;
        padding-left: 10px;
        padding-bottom: 10px;
        width: 100%; }
        /* line 3287, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.group-settings.members-invite .input-container textarea:focus, section .box.group-settings.member-edit .input-container textarea:focus {
          background-color: white;
          border: 1px solid #8DC63F; }
      /* line 3290, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.group-settings.members-invite .input-container .main-cell, section .box.group-settings.member-edit .input-container .main-cell {
        float: left;
        width: 50%; }
      /* line 3293, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.group-settings.members-invite .input-container .title-cell, section .box.group-settings.member-edit .input-container .title-cell {
        width: 100%;
        font-size: 14px;
        font-family: proxima_novasemibold, helvetica, sans-serif;
        color: #3D4D65;
        margin-bottom: 2px; }
      /* line 3300, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.group-settings.members-invite .input-container .input-cell, section .box.group-settings.member-edit .input-container .input-cell {
        width: 100%; }
        /* line 3302, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.group-settings.members-invite .input-container .input-cell.pad-right, section .box.group-settings.member-edit .input-container .input-cell.pad-right {
          padding-right: 10px; }
    /* line 3304, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.group-settings.members-invite .buttons, section .box.group-settings.member-edit .buttons {
      overflow: hidden;
      *zoom: 1;
      clear: both;
      padding: 15px;
      background-color: #F6F8FC;
      line-height: 30px;
      border-top: 3px solid #E3E6EC; }
      /* line 3311, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.group-settings.members-invite .buttons input[type=submit], section .box.group-settings.member-edit .buttons input[type=submit] {
        float: right; }
  /* line 3314, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section .box.group-settings.subgroups {
    padding-bottom: 20px; }
    /* line 3316, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.group-settings.subgroups .title {
      padding-bottom: 15px;
      font-size: 15px;
      font-family: proxima_novasemibold, helvetica, sans-serif; }
    /* line 3321, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.group-settings.subgroups table {
      width: 100%; }
      /* line 3323, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.group-settings.subgroups table th {
        height: 34px;
        line-height: 34px;
        background-color: #ECEFF4;
        font-family: proxima_novasemibold, helvetica, sans-serif; }
        /* line 3328, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.group-settings.subgroups table th.name {
          width: 50%;
          text-align: left;
          padding-left: 5px; }
        /* line 3332, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.group-settings.subgroups table th.access-code {
          width: 22%;
          text-align: center; }
        /* line 3335, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.group-settings.subgroups table th.monitored {
          width: 18%;
          text-align: center; }
        /* line 3338, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.group-settings.subgroups table th.edit {
          width: 10%; }
        /* line 3340, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.group-settings.subgroups table th span.short-header {
          display: inline; }
        /* line 3342, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.group-settings.subgroups table th span.full-header {
          display: none; }
        @media (min-width: 481px) {
          /* line 3345, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.group-settings.subgroups table th span.short-header {
            display: none; }
          /* line 3347, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.group-settings.subgroups table th span.full-header {
            display: inline; } }
      /* line 3349, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.group-settings.subgroups table tr {
        border-bottom: 1px solid #E3E6EC; }
      /* line 3351, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.group-settings.subgroups table td {
        padding-top: 10px;
        padding-bottom: 10px; }
        /* line 3355, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.group-settings.subgroups table td.name {
          padding-left: 5px; }
        /* line 3357, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.group-settings.subgroups table td.access-code, section .box.group-settings.subgroups table td.monitored {
          text-align: center; }
        /* line 3359, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.group-settings.subgroups table td.edit {
          text-align: right; }
  /* line 3362, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section .box.group-settings.subgroup-create, section .box.group-settings.subgroup-edit {
    padding: 0; }
    /* line 3364, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.group-settings.subgroup-create .header-container, section .box.group-settings.subgroup-create .input-container, section .box.group-settings.subgroup-create .subsection, section .box.group-settings.subgroup-edit .header-container, section .box.group-settings.subgroup-edit .input-container, section .box.group-settings.subgroup-edit .subsection {
      padding-left: 15px;
      padding-right: 15px; }
    /* line 3368, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.group-settings.subgroup-create .header-container, section .box.group-settings.subgroup-edit .header-container {
      padding-top: 15px;
      padding-bottom: 15px;
      margin-bottom: 15px;
      border-bottom: 1px solid #E3E6EC; }
      /* line 3374, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.group-settings.subgroup-create .header-container .title, section .box.group-settings.subgroup-edit .header-container .title {
        font-size: 15px;
        font-family: proxima_novasemibold, helvetica, sans-serif;
        text-transform: uppercase; }
    /* line 3379, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.group-settings.subgroup-create .input-container, section .box.group-settings.subgroup-edit .input-container {
      clear: both; }
      /* line 3381, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.group-settings.subgroup-create .input-container .title-cell, section .box.group-settings.subgroup-create .input-container .input-cell, section .box.group-settings.subgroup-edit .input-container .title-cell, section .box.group-settings.subgroup-edit .input-container .input-cell {
        float: left; }
      /* line 3383, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.group-settings.subgroup-create .input-container .title-cell, section .box.group-settings.subgroup-edit .input-container .title-cell {
        width: 100%;
        font-size: 14px;
        font-family: proxima_novasemibold, helvetica, sans-serif;
        color: #3D4D65;
        margin-bottom: 2px; }
        @media (min-width: 481px) {
          /* line 3383, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.group-settings.subgroup-create .input-container .title-cell, section .box.group-settings.subgroup-edit .input-container .title-cell {
            padding-top: 10px;
            width: 30%; } }
        @media (min-width: 1024px) {
          /* line 3383, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.group-settings.subgroup-create .input-container .title-cell, section .box.group-settings.subgroup-edit .input-container .title-cell {
            width: 20%; } }
      /* line 3395, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.group-settings.subgroup-create .input-container .input-cell, section .box.group-settings.subgroup-edit .input-container .input-cell {
        width: 100%; }
        @media (min-width: 481px) {
          /* line 3395, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.group-settings.subgroup-create .input-container .input-cell, section .box.group-settings.subgroup-edit .input-container .input-cell {
            width: 70%; } }
        @media (min-width: 1024px) {
          /* line 3395, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.group-settings.subgroup-create .input-container .input-cell, section .box.group-settings.subgroup-edit .input-container .input-cell {
            width: 80%; } }
        /* line 3401, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.group-settings.subgroup-create .input-container .input-cell input, section .box.group-settings.subgroup-edit .input-container .input-cell input {
          width: 100%; }
          @media (min-width: 1024px) {
            /* line 3401, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.group-settings.subgroup-create .input-container .input-cell input, section .box.group-settings.subgroup-edit .input-container .input-cell input {
              width: 70%; } }
        /* line 3405, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.group-settings.subgroup-create .input-container .input-cell .checkbox-holder, section .box.group-settings.subgroup-edit .input-container .input-cell .checkbox-holder {
          width: 100%; }
    /* line 3407, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.group-settings.subgroup-create .subsection, section .box.group-settings.subgroup-edit .subsection {
      padding-top: 20px;
      clear: both;
      overflow: hidden;
      *zoom: 1; }
      /* line 3411, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.group-settings.subgroup-create .subsection .title, section .box.group-settings.subgroup-edit .subsection .title {
        font-size: 14px;
        font-family: proxima_novasemibold, helvetica, sans-serif;
        color: #3D4D65;
        padding-bottom: 10px; }
      /* line 3417, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.group-settings.subgroup-create .subsection .checkbox-holder, section .box.group-settings.subgroup-edit .subsection .checkbox-holder {
        padding-bottom: 20px; }
        /* line 3419, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.group-settings.subgroup-create .subsection .checkbox-holder ul, section .box.group-settings.subgroup-edit .subsection .checkbox-holder ul {
          margin: 0;
          padding-left: 25px; }
          /* line 3422, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.group-settings.subgroup-create .subsection .checkbox-holder ul li, section .box.group-settings.subgroup-edit .subsection .checkbox-holder ul li {
            list-style-type: none;
            padding-bottom: 10px; }
            /* line 3425, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.group-settings.subgroup-create .subsection .checkbox-holder ul li label, section .box.group-settings.subgroup-edit .subsection .checkbox-holder ul li label {
              padding-left: 25px; }
              /* line 3427, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
              section .box.group-settings.subgroup-create .subsection .checkbox-holder ul li label.error, section .box.group-settings.subgroup-edit .subsection .checkbox-holder ul li label.error {
                padding-left: 0; }
      /* line 3429, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.group-settings.subgroup-create .subsection .date-time-holder, section .box.group-settings.subgroup-edit .subsection .date-time-holder {
        padding-top: 10px;
        padding-left: 25px; }
        /* line 3433, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.group-settings.subgroup-create .subsection .date-time-holder .input-cell, section .box.group-settings.subgroup-edit .subsection .date-time-holder .input-cell {
          float: left; }
          /* line 3435, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.group-settings.subgroup-create .subsection .date-time-holder .input-cell input, section .box.group-settings.subgroup-edit .subsection .date-time-holder .input-cell input {
            width: 100%; }
          /* line 3437, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.group-settings.subgroup-create .subsection .date-time-holder .input-cell.date, section .box.group-settings.subgroup-create .subsection .date-time-holder .input-cell.time, section .box.group-settings.subgroup-edit .subsection .date-time-holder .input-cell.date, section .box.group-settings.subgroup-edit .subsection .date-time-holder .input-cell.time {
            width: 45%; }
            @media (min-width: 481px) {
              /* line 3437, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
              section .box.group-settings.subgroup-create .subsection .date-time-holder .input-cell.date, section .box.group-settings.subgroup-create .subsection .date-time-holder .input-cell.time, section .box.group-settings.subgroup-edit .subsection .date-time-holder .input-cell.date, section .box.group-settings.subgroup-edit .subsection .date-time-holder .input-cell.time {
                width: 30%; } }
            @media (min-width: 1024px) {
              /* line 3437, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
              section .box.group-settings.subgroup-create .subsection .date-time-holder .input-cell.date, section .box.group-settings.subgroup-create .subsection .date-time-holder .input-cell.time, section .box.group-settings.subgroup-edit .subsection .date-time-holder .input-cell.date, section .box.group-settings.subgroup-edit .subsection .date-time-holder .input-cell.time {
                width: 20%; } }
          /* line 3443, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.group-settings.subgroup-create .subsection .date-time-holder .input-cell.separator, section .box.group-settings.subgroup-edit .subsection .date-time-holder .input-cell.separator {
            width: 10%;
            text-align: center;
            line-height: 36px;
            height: 36px;
            font-size: 14px;
            font-family: proxima_novasemibold, helvetica, sans-serif; }
    /* line 3451, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.group-settings.subgroup-create .buttons, section .box.group-settings.subgroup-edit .buttons {
      clear: both;
      overflow: hidden;
      *zoom: 1;
      border-top: 3px solid #E3E6EC;
      padding: 15px;
      margin-top: 15px;
      background-color: #F6F8FC; }
      /* line 3458, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.group-settings.subgroup-create .buttons a.cancel, section .box.group-settings.subgroup-edit .buttons a.cancel {
        float: left;
        line-height: 30px; }
      /* line 3461, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.group-settings.subgroup-create .buttons input[type=submit], section .box.group-settings.subgroup-edit .buttons input[type=submit] {
        float: right; }
  /* line 3464, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section .box.group-settings.menu, section .box.group-settings.files {
    padding: 0; }
    /* line 3466, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.group-settings.menu .header-holder, section .box.group-settings.menu .subsection, section .box.group-settings.menu .section-holder, section .box.group-settings.files .header-holder, section .box.group-settings.files .subsection, section .box.group-settings.files .section-holder {
      padding-left: 15px;
      padding-right: 15px; }
    /* line 3470, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.group-settings.menu .header-holder, section .box.group-settings.menu .section-holder, section .box.group-settings.files .header-holder, section .box.group-settings.files .section-holder {
      overflow: hidden;
      *zoom: 1;
      clear: both; }
      /* line 3473, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.group-settings.menu .header-holder input, section .box.group-settings.menu .section-holder input, section .box.group-settings.files .header-holder input, section .box.group-settings.files .section-holder input {
        width: 100%; }
    /* line 3475, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.group-settings.menu .header-holder, section .box.group-settings.files .header-holder {
      padding-top: 15px; }
      /* line 3477, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.group-settings.menu .header-holder .title, section .box.group-settings.files .header-holder .title {
        font-size: 15px;
        font-family: proxima_novasemibold, helvetica, sans-serif; }
      /* line 3481, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.group-settings.menu .header-holder .subtitle, section .box.group-settings.files .header-holder .subtitle {
        color: #8493A8; }
    /* line 3483, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.group-settings.menu .subsection, section .box.group-settings.files .subsection {
      border-top: 1px solid #E3E6EC;
      padding-top: 15px;
      padding-bottom: 25px;
      margin-top: 15px;
      margin-bottom: 15px;
      clear: both;
      overflow: hidden;
      *zoom: 1; }
      /* line 3493, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.group-settings.menu .subsection.files, section .box.group-settings.files .subsection.files {
        margin-bottom: 0; }
      /* line 3496, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.group-settings.menu .subsection .input-container .title-cell, section .box.group-settings.menu .subsection .input-container .input-cell, section .box.group-settings.files .subsection .input-container .title-cell, section .box.group-settings.files .subsection .input-container .input-cell {
        float: left;
        width: 100%; }
      /* line 3499, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.group-settings.menu .subsection .input-container .title-cell, section .box.group-settings.files .subsection .input-container .title-cell {
        font-size: 14px;
        font-family: proxima_novasemibold, helvetica, sans-serif;
        color: #3D4D65;
        margin-bottom: 2px; }
        @media (min-width: 481px) {
          /* line 3499, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.group-settings.menu .subsection .input-container .title-cell, section .box.group-settings.files .subsection .input-container .title-cell {
            padding-top: 10px;
            width: 20%; } }
        @media (min-width: 1024px) {
          /* line 3499, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.group-settings.menu .subsection .input-container .title-cell, section .box.group-settings.files .subsection .input-container .title-cell {
            width: 13%; } }
      @media (min-width: 481px) {
        /* line 3510, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.group-settings.menu .subsection .input-container .input-cell, section .box.group-settings.files .subsection .input-container .input-cell {
          width: 80%; } }
      @media (min-width: 1024px) {
        /* line 3510, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.group-settings.menu .subsection .input-container .input-cell, section .box.group-settings.files .subsection .input-container .input-cell {
          width: 87%; } }
      /* line 3515, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.group-settings.menu .subsection .input-container .input-cell input, section .box.group-settings.files .subsection .input-container .input-cell input {
        width: 100%; }
      /* line 3517, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.group-settings.menu .subsection .title, section .box.group-settings.files .subsection .title {
        clear: both;
        font-size: 14px;
        font-family: proxima_novasemibold, helvetica, sans-serif;
        color: #3D4D65;
        padding-bottom: 2px; }
      /* line 3524, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.group-settings.menu .subsection .choose-file, section .box.group-settings.files .subsection .choose-file {
        height: 40px;
        border: 1px dashed #CAD3DF;
        background-color: #F6F8FC;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d; }
        /* line 3530, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.group-settings.menu .subsection .choose-file .placeholder-text, section .box.group-settings.files .subsection .choose-file .placeholder-text {
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          float: left;
          width: 60%;
          padding-left: 10px;
          color: #8493A8;
          font-size: 12px; }
          @media (min-width: 481px) {
            /* line 3530, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.group-settings.menu .subsection .choose-file .placeholder-text, section .box.group-settings.files .subsection .choose-file .placeholder-text {
              font-size: 14px; } }
        /* line 3539, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.group-settings.menu .subsection .choose-file .button-holder, section .box.group-settings.files .subsection .choose-file .button-holder {
          float: left;
          width: 40%;
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          padding-right: 10px;
          text-align: right; }
          /* line 3545, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.group-settings.menu .subsection .choose-file .button-holder .choose-file-link, section .box.group-settings.files .subsection .choose-file .button-holder .choose-file-link {
            cursor: pointer;
            height: 26px;
            line-height: 26px;
            font-size: 13px;
            padding-left: 7px;
            padding-right: 7px; }
            @media (min-width: 481px) {
              /* line 3545, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
              section .box.group-settings.menu .subsection .choose-file .button-holder .choose-file-link, section .box.group-settings.files .subsection .choose-file .button-holder .choose-file-link {
                font-size: 14px;
                padding-left: 15px;
                padding-right: 15px; } }
      /* line 3558, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.group-settings.menu .subsection .dropzone-previews, section .box.group-settings.files .subsection .dropzone-previews {
        clear: both;
        overflow: hidden;
        *zoom: 1; }
    /* line 3562, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.group-settings.menu .section-holder .title, section .box.group-settings.files .section-holder .title {
      clear: both;
      overflow: hidden;
      *zoom: 1;
      margin-bottom: 10px;
      color: #3D4D65;
      font-size: 14px;
      font-family: proxima_novasemibold, helvetica, sans-serif; }
    /* line 3570, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.group-settings.menu .section-holder .question-holder, section .box.group-settings.files .section-holder .question-holder {
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      transform-style: preserve-3d;
      clear: both; }
      /* line 3573, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.group-settings.menu .section-holder .question-holder .question, section .box.group-settings.menu .section-holder .question-holder .answer-holder, section .box.group-settings.files .section-holder .question-holder .question, section .box.group-settings.files .section-holder .question-holder .answer-holder {
        float: left; }
      /* line 3575, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.group-settings.menu .section-holder .question-holder .question, section .box.group-settings.files .section-holder .question-holder .question {
        width: 100%; }
        @media (min-width: 481px) {
          /* line 3575, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.group-settings.menu .section-holder .question-holder .question, section .box.group-settings.files .section-holder .question-holder .question {
            width: 70%; } }
      /* line 3579, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.group-settings.menu .section-holder .question-holder .answer-holder, section .box.group-settings.files .section-holder .question-holder .answer-holder {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px; }
        @media (min-width: 481px) {
          /* line 3579, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.group-settings.menu .section-holder .question-holder .answer-holder, section .box.group-settings.files .section-holder .question-holder .answer-holder {
            width: 30%;
            margin: 0;
            text-align: right; } }
        /* line 3588, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.group-settings.menu .section-holder .question-holder .answer-holder ul, section .box.group-settings.files .section-holder .question-holder .answer-holder ul {
          margin: 0;
          padding: 0; }
          /* line 3591, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.group-settings.menu .section-holder .question-holder .answer-holder ul li, section .box.group-settings.files .section-holder .question-holder .answer-holder ul li {
            display: inline-block;
            list-style-type: none;
            padding-right: 10px; }
    /* line 3595, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.group-settings.menu .buttons, section .box.group-settings.files .buttons {
      clear: both;
      overflow: hidden;
      *zoom: 1;
      border-top: 3px solid #E3E6EC;
      padding: 15px;
      margin-top: 15px;
      background-color: #F6F8FC; }
      /* line 3602, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.group-settings.menu .buttons input[type=submit], section .box.group-settings.files .buttons input[type=submit] {
        float: right; }
  /* line 3605, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section .box.group-settings.links {
    padding: 0; }
    /* line 3607, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.group-settings.links .header-holder, section .box.group-settings.links .subsection {
      padding-left: 15px;
      padding-right: 15px; }
    /* line 3611, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.group-settings.links .header-holder {
      overflow: hidden;
      *zoom: 1;
      clear: both;
      padding-top: 15px; }
      /* line 3615, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.group-settings.links .header-holder input {
        width: 100%; }
      /* line 3617, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.group-settings.links .header-holder .title {
        font-size: 15px;
        font-family: proxima_novasemibold, helvetica, sans-serif; }
      /* line 3621, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.group-settings.links .header-holder .subtitle {
        color: #8493A8; }
    /* line 3623, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.group-settings.links .subsection {
      border-top: 1px solid #E3E6EC;
      padding-top: 15px;
      padding-bottom: 25px;
      margin-top: 15px;
      clear: both;
      overflow: hidden;
      *zoom: 1; }
    /* line 3631, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.group-settings.links .link-holder {
      clear: both;
      overflow: hidden;
      *zoom: 1; }
      /* line 3634, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.group-settings.links .link-holder input {
        width: 100%; }
      /* line 3636, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.group-settings.links .link-holder .main-cell {
        float: left;
        width: 100%; }
        @media (min-width: 481px) {
          /* line 3636, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.group-settings.links .link-holder .main-cell {
            width: 50%; } }
      /* line 3641, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.group-settings.links .link-holder .title-cell {
        width: 100%;
        font-size: 14px;
        font-family: proxima_novasemibold, helvetica, sans-serif;
        color: #3D4D65;
        margin-bottom: 2px; }
      /* line 3648, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.group-settings.links .link-holder .input-cell {
        width: 100%; }
        @media (min-width: 481px) {
          /* line 3650, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.group-settings.links .link-holder .input-cell.pad-right {
            padding-right: 10px; } }
        /* line 3653, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.group-settings.links .link-holder .input-cell.short {
          width: 90%;
          float: left; }
          @media (min-width: 481px) {
            /* line 3653, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.group-settings.links .link-holder .input-cell.short {
              width: 85%; } }
          @media (min-width: 1024px) {
            /* line 3653, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.group-settings.links .link-holder .input-cell.short {
              width: 90%; } }
        /* line 3660, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.group-settings.links .link-holder .input-cell.remove-link {
          width: 8%;
          float: right;
          margin-top: 8px; }
          @media (min-width: 481px) {
            /* line 3660, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.group-settings.links .link-holder .input-cell.remove-link {
              width: 11%; } }
          @media (min-width: 1024px) {
            /* line 3660, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.group-settings.links .link-holder .input-cell.remove-link {
              width: 7%; } }
          /* line 3668, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.group-settings.links .link-holder .input-cell.remove-link .remove-link {
            background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
            background-position: -21px -238px;
            background-size: auto;
            background-repeat: no-repeat;
            overflow: hidden;
            height: 21px;
            width: 21px; }
            @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
              /* line 3668, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
              section .box.group-settings.links .link-holder .input-cell.remove-link .remove-link {
                background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
                background-size: 45px 1299px;
                background-position: -21px -238px;
                height: 21px;
                width: 21px; } }
            /* line 3670, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.group-settings.links .link-holder .input-cell.remove-link .remove-link:hover {
              background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
              background-position: -21px -259px;
              background-size: auto;
              background-repeat: no-repeat;
              overflow: hidden;
              height: 21px;
              width: 21px; }
              @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
                /* line 3670, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
                section .box.group-settings.links .link-holder .input-cell.remove-link .remove-link:hover {
                  background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
                  background-size: 45px 1299px;
                  background-position: -21px -259px;
                  height: 21px;
                  width: 21px; } }
    /* line 3673, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.group-settings.links .add-link-holder .add-link-icon {
      position: relative;
      top: 4px;
      left: 5px;
      display: inline-block;
      background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
      background-position: -16px -67px;
      background-size: auto;
      background-repeat: no-repeat;
      overflow: hidden;
      height: 16px;
      width: 16px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
        /* line 3673, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.group-settings.links .add-link-holder .add-link-icon {
          background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
          background-size: 45px 1299px;
          background-position: -16px -67px;
          height: 16px;
          width: 16px; } }
      /* line 3679, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.group-settings.links .add-link-holder .add-link-icon:hover {
        background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
        background-position: 0 -118px;
        background-size: auto;
        background-repeat: no-repeat;
        overflow: hidden;
        height: 16px;
        width: 16px; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
          /* line 3679, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.group-settings.links .add-link-holder .add-link-icon:hover {
            background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
            background-size: 45px 1299px;
            background-position: 0 -118px;
            height: 16px;
            width: 16px; } }
      /* line 3681, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.group-settings.links .add-link-holder .add-link-icon:active {
        background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
        background-position: -16px -83px;
        background-size: auto;
        background-repeat: no-repeat;
        overflow: hidden;
        height: 16px;
        width: 16px; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
          /* line 3681, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.group-settings.links .add-link-holder .add-link-icon:active {
            background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
            background-size: 45px 1299px;
            background-position: -16px -83px;
            height: 16px;
            width: 16px; } }
    /* line 3683, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.group-settings.links .buttons {
      clear: both;
      overflow: hidden;
      *zoom: 1;
      padding: 15px;
      background-color: #F6F8FC;
      border-top: 3px solid #E3E6EC; }
      /* line 3689, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.group-settings.links .buttons input[type=submit] {
        float: right; }
  /* line 3692, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section .box.profile-edit, section .box.profile-change-password, section .box.profile-groups, section .box.profile-group-edit, section .box.profile-notifications, section .box.profile-group-join, section .box.profile-group-create {
    padding: 0; }
    /* line 3695, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.profile-edit .banner, section .box.profile-change-password .banner, section .box.profile-groups .banner, section .box.profile-group-edit .banner, section .box.profile-notifications .banner, section .box.profile-group-join .banner, section .box.profile-group-create .banner {
      height: 40px;
      line-height: 40px;
      text-transform: uppercase;
      text-align: left;
      background-color: #F6F8FC;
      color: #3D4D65;
      font-family: proxima_novasemibold, helvetica, sans-serif;
      border-bottom: 1px solid #E3E6EC;
      padding-left: 15px; }
    /* line 3705, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.profile-edit .buttons, section .box.profile-change-password .buttons, section .box.profile-groups .buttons, section .box.profile-group-edit .buttons, section .box.profile-notifications .buttons, section .box.profile-group-join .buttons, section .box.profile-group-create .buttons {
      clear: both;
      overflow: hidden;
      *zoom: 1;
      border-top: 3px solid #E3E6EC;
      padding-top: 15px;
      padding-bottom: 15px;
      padding-left: 15px;
      padding-right: 15px;
      margin-top: 5px;
      background-color: #F6F8FC; }
      /* line 3716, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.profile-edit .buttons a, section .box.profile-change-password .buttons a, section .box.profile-groups .buttons a, section .box.profile-group-edit .buttons a, section .box.profile-notifications .buttons a, section .box.profile-group-join .buttons a, section .box.profile-group-create .buttons a {
        float: left;
        line-height: 30px; }
        /* line 3719, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.profile-edit .buttons a.delete, section .box.profile-change-password .buttons a.delete, section .box.profile-groups .buttons a.delete, section .box.profile-group-edit .buttons a.delete, section .box.profile-notifications .buttons a.delete, section .box.profile-group-join .buttons a.delete, section .box.profile-group-create .buttons a.delete {
          color: #D52838; }
      /* line 3721, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.profile-edit .buttons input[type=submit], section .box.profile-change-password .buttons input[type=submit], section .box.profile-groups .buttons input[type=submit], section .box.profile-group-edit .buttons input[type=submit], section .box.profile-notifications .buttons input[type=submit], section .box.profile-group-join .buttons input[type=submit], section .box.profile-group-create .buttons input[type=submit] {
        float: right; }
  /* line 3725, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section .box.profile-edit .subsection, section .box.profile-change-password .subsection, section .box.profile-groups .subsection {
    overflow: hidden;
    *zoom: 1;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px; }
    /* line 3732, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.profile-edit .subsection .avatar-holder, section .box.profile-edit .subsection .input-holder, section .box.profile-edit .subsection .title-cell, section .box.profile-edit .subsection .input-cell, section .box.profile-change-password .subsection .avatar-holder, section .box.profile-change-password .subsection .input-holder, section .box.profile-change-password .subsection .title-cell, section .box.profile-change-password .subsection .input-cell, section .box.profile-groups .subsection .avatar-holder, section .box.profile-groups .subsection .input-holder, section .box.profile-groups .subsection .title-cell, section .box.profile-groups .subsection .input-cell {
      float: left; }
    /* line 3734, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.profile-edit .subsection .avatar-holder, section .box.profile-change-password .subsection .avatar-holder, section .box.profile-groups .subsection .avatar-holder {
      width: 30%;
      text-align: center;
      margin-right: 13px; }
      @media (min-width: 481px) {
        /* line 3734, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.profile-edit .subsection .avatar-holder, section .box.profile-change-password .subsection .avatar-holder, section .box.profile-groups .subsection .avatar-holder {
          margin-right: 0; } }
      @media (min-width: 1024px) {
        /* line 3734, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.profile-edit .subsection .avatar-holder, section .box.profile-change-password .subsection .avatar-holder, section .box.profile-groups .subsection .avatar-holder {
          width: 25%; } }
      /* line 3742, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.profile-edit .subsection .avatar-holder .avatar, section .box.profile-change-password .subsection .avatar-holder .avatar, section .box.profile-groups .subsection .avatar-holder .avatar {
        margin-bottom: 10px; }
        /* line 3744, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.profile-edit .subsection .avatar-holder .avatar img, section .box.profile-change-password .subsection .avatar-holder .avatar img, section .box.profile-groups .subsection .avatar-holder .avatar img {
          width: 75px;
          height: 75px;
          -moz-border-radius: 37.5px;
          -webkit-border-radius: 37.5px;
          border-radius: 37.5px; }
    /* line 3746, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.profile-edit .subsection .input-holder, section .box.profile-change-password .subsection .input-holder, section .box.profile-groups .subsection .input-holder {
      width: 65%; }
      @media (min-width: 481px) {
        /* line 3746, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.profile-edit .subsection .input-holder, section .box.profile-change-password .subsection .input-holder, section .box.profile-groups .subsection .input-holder {
          width: 70%; } }
      @media (min-width: 1024px) {
        /* line 3746, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.profile-edit .subsection .input-holder, section .box.profile-change-password .subsection .input-holder, section .box.profile-groups .subsection .input-holder {
          width: 75%; } }
    /* line 3752, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.profile-edit .subsection .input-container, section .box.profile-change-password .subsection .input-container, section .box.profile-groups .subsection .input-container {
      clear: both;
      overflow: hidden;
      *zoom: 1; }
    /* line 3755, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.profile-edit .subsection .title-cell, section .box.profile-change-password .subsection .title-cell, section .box.profile-groups .subsection .title-cell {
      width: 100%;
      font-size: 14px;
      font-family: proxima_novasemibold, helvetica, sans-serif;
      color: #3D4D65;
      margin-bottom: 2px; }
      @media (min-width: 481px) {
        /* line 3755, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.profile-edit .subsection .title-cell, section .box.profile-change-password .subsection .title-cell, section .box.profile-groups .subsection .title-cell {
          width: 25%;
          padding-top: 10px; } }
    /* line 3765, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.profile-edit .subsection .input-cell, section .box.profile-change-password .subsection .input-cell, section .box.profile-groups .subsection .input-cell {
      width: 100%; }
      @media (min-width: 481px) {
        /* line 3765, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.profile-edit .subsection .input-cell, section .box.profile-change-password .subsection .input-cell, section .box.profile-groups .subsection .input-cell {
          width: 75%; } }
      /* line 3769, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.profile-edit .subsection .input-cell input, section .box.profile-change-password .subsection .input-cell input, section .box.profile-groups .subsection .input-cell input {
        width: 100%; }
      /* line 3771, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.profile-edit .subsection .input-cell .field-error, section .box.profile-change-password .subsection .input-cell .field-error, section .box.profile-groups .subsection .input-cell .field-error {
        clear: both;
        margin-bottom: 5px;
        min-height: 18px; }
    @media (min-width: 481px) {
      /* line 3776, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.profile-edit .subsection.change-password .title-cell, section .box.profile-change-password .subsection.change-password .title-cell, section .box.profile-groups .subsection.change-password .title-cell {
        width: 45%; } }
    @media (min-width: 1024px) {
      /* line 3776, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.profile-edit .subsection.change-password .title-cell, section .box.profile-change-password .subsection.change-password .title-cell, section .box.profile-groups .subsection.change-password .title-cell {
        width: 30%; } }
    @media (min-width: 481px) {
      /* line 3781, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.profile-edit .subsection.change-password .input-cell, section .box.profile-change-password .subsection.change-password .input-cell, section .box.profile-groups .subsection.change-password .input-cell {
        width: 55%; } }
    @media (min-width: 1024px) {
      /* line 3781, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.profile-edit .subsection.change-password .input-cell, section .box.profile-change-password .subsection.change-password .input-cell, section .box.profile-groups .subsection.change-password .input-cell {
        width: 70%; } }
    /* line 3786, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.profile-edit .subsection .button-holder, section .box.profile-change-password .subsection .button-holder, section .box.profile-groups .subsection .button-holder {
      text-align: right;
      width: 100%;
      padding-bottom: 10px; }
    /* line 3790, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.profile-edit .subsection table, section .box.profile-change-password .subsection table, section .box.profile-groups .subsection table {
      width: 100%;
      table-layout: fixed;
      margin-bottom: 200px; }
      /* line 3794, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.profile-edit .subsection table tr, section .box.profile-change-password .subsection table tr, section .box.profile-groups .subsection table tr {
        border-bottom: 1px solid #E3E6EC; }
        /* line 3796, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.profile-edit .subsection table tr th, section .box.profile-change-password .subsection table tr th, section .box.profile-groups .subsection table tr th {
          height: 34px;
          line-height: 34px;
          text-align: left;
          background-color: #ECEFF4;
          font-family: proxima_novasemibold, helvetica, sans-serif; }
          /* line 3802, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.profile-edit .subsection table tr th.group-name, section .box.profile-change-password .subsection table tr th.group-name, section .box.profile-groups .subsection table tr th.group-name {
            padding-left: 10px;
            width: 40%; }
          /* line 3805, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.profile-edit .subsection table tr th.sub-groups, section .box.profile-change-password .subsection table tr th.sub-groups, section .box.profile-groups .subsection table tr th.sub-groups {
            width: 50%; }
          /* line 3807, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.profile-edit .subsection table tr th.edit, section .box.profile-change-password .subsection table tr th.edit, section .box.profile-groups .subsection table tr th.edit {
            width: 10%; }
        /* line 3809, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.profile-edit .subsection table tr td, section .box.profile-change-password .subsection table tr td, section .box.profile-groups .subsection table tr td {
          vertical-align: middle;
          padding-top: 10px;
          padding-bottom: 10px;
          border-bottom: 1px solid #E3E6EC; }
          /* line 3815, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.profile-edit .subsection table tr td.group-name, section .box.profile-change-password .subsection table tr td.group-name, section .box.profile-groups .subsection table tr td.group-name {
            padding-left: 10px; }
          /* line 3817, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.profile-edit .subsection table tr td.edit, section .box.profile-change-password .subsection table tr td.edit, section .box.profile-groups .subsection table tr td.edit {
            text-align: right; }
  /* line 3821, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section .box.profile-group-edit .subsection, section .box.profile-group-edit .sub-group-holder {
    padding-left: 15px;
    padding-right: 15px; }
  /* line 3825, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section .box.profile-group-edit .subsection {
    padding-top: 15px; }
    /* line 3827, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.profile-group-edit .subsection .title {
      margin-bottom: 15px;
      font-size: 15px;
      font-family: proxima_novasemibold, helvetica, sans-serif;
      text-transform: uppercase; }
    /* line 3833, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.profile-group-edit .subsection .input-container {
      clear: both;
      overflow: hidden;
      *zoom: 1; }
      /* line 3836, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.profile-group-edit .subsection .input-container input {
        width: 100%; }
      /* line 3838, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.profile-group-edit .subsection .input-container textarea {
        height: 80px;
        border: 1px solid #CAD3DF;
        resize: none;
        padding-top: 10px;
        padding-left: 10px;
        padding-bottom: 10px;
        width: 100%; }
        /* line 3847, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.profile-group-edit .subsection .input-container textarea:focus {
          background-color: white;
          border: 1px solid #8DC63F; }
      /* line 3850, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.profile-group-edit .subsection .input-container .title-cell {
        width: 100%;
        font-size: 14px;
        font-family: proxima_novasemibold, helvetica, sans-serif;
        color: #3D4D65;
        margin-bottom: 2px; }
      /* line 3857, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.profile-group-edit .subsection .input-container .input-cell {
        width: 100%; }
        /* line 3859, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.profile-group-edit .subsection .input-container .input-cell .field-error {
          clear: both;
          margin-bottom: 5px;
          min-height: 18px; }
        /* line 3863, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.profile-group-edit .subsection .input-container .input-cell .chars-remaining {
          color: #8493A8;
          padding-top: 2px; }
          /* line 3866, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.profile-group-edit .subsection .input-container .input-cell .chars-remaining.too-long {
            color: #D52838;
            font-family: proxima_novasemibold, helvetica, sans-serif; }
        /* line 3869, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.profile-group-edit .subsection .input-container .input-cell.sub-group {
          float: left;
          width: 180px; }
          @media (min-width: 481px) {
            /* line 3869, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.profile-group-edit .subsection .input-container .input-cell.sub-group {
              width: 260px; } }
          /* line 3874, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.profile-group-edit .subsection .input-container .input-cell.sub-group .styled-select {
            width: 180px; }
            @media (min-width: 481px) {
              /* line 3874, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
              section .box.profile-group-edit .subsection .input-container .input-cell.sub-group .styled-select {
                width: 250px; } }
            /* line 3878, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.profile-group-edit .subsection .input-container .input-cell.sub-group .styled-select select {
              width: 200px;
              font-size: 13px;
              padding-left: 5px; }
              @media (min-width: 481px) {
                /* line 3878, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
                section .box.profile-group-edit .subsection .input-container .input-cell.sub-group .styled-select select {
                  width: 270px;
                  font-size: 14px;
                  padding-left: 10px; } }
        /* line 3886, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.profile-group-edit .subsection .input-container .input-cell.leave-sub-group {
          float: left;
          width: 80px;
          padding-left: 10px; }
          @media (min-width: 481px) {
            /* line 3886, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.profile-group-edit .subsection .input-container .input-cell.leave-sub-group {
              width: 120px;
              padding-top: 10px; } }
  /* line 3893, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section .box.profile-group-edit .sub-group-holder {
    padding-bottom: 35px; }
    /* line 3895, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.profile-group-edit .sub-group-holder .sub-group-icon {
      position: relative;
      top: 4px;
      left: 5px;
      display: inline-block;
      background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
      background-position: -16px -67px;
      background-size: auto;
      background-repeat: no-repeat;
      overflow: hidden;
      height: 16px;
      width: 16px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
        /* line 3895, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.profile-group-edit .sub-group-holder .sub-group-icon {
          background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
          background-size: 45px 1299px;
          background-position: -16px -67px;
          height: 16px;
          width: 16px; } }
      /* line 3901, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.profile-group-edit .sub-group-holder .sub-group-icon:hover {
        background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
        background-position: 0 -118px;
        background-size: auto;
        background-repeat: no-repeat;
        overflow: hidden;
        height: 16px;
        width: 16px; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
          /* line 3901, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.profile-group-edit .sub-group-holder .sub-group-icon:hover {
            background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
            background-size: 45px 1299px;
            background-position: 0 -118px;
            height: 16px;
            width: 16px; } }
      /* line 3903, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.profile-group-edit .sub-group-holder .sub-group-icon:active {
        background-image: url("/images/sprites-s98a2048eb1-f8d2138d.png");
        background-position: -16px -83px;
        background-size: auto;
        background-repeat: no-repeat;
        overflow: hidden;
        height: 16px;
        width: 16px; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
          /* line 3903, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.profile-group-edit .sub-group-holder .sub-group-icon:active {
            background-image: url("/images/sprites-2x-se9df733e12-3c058dc1.png");
            background-size: 45px 1299px;
            background-position: -16px -83px;
            height: 16px;
            width: 16px; } }
  /* line 3906, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section .box.profile-notifications {
    padding: 0; }
    /* line 3908, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.profile-notifications .subsection {
      padding-top: 15px;
      padding-bottom: 15px;
      padding-left: 15px;
      padding-right: 15px; }
    /* line 3914, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.profile-notifications table {
      width: 100%;
      margin-top: 15px; }
      /* line 3917, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.profile-notifications table tr {
        border-bottom: 1px solid #E3E6EC; }
        /* line 3919, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.profile-notifications table tr:last-child {
          border-bottom: none; }
        /* line 3921, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.profile-notifications table tr td, section .box.profile-notifications table tr th {
          vertical-align: middle; }
        /* line 3923, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.profile-notifications table tr th {
          text-align: left;
          padding-left: 10px;
          font-weight: normal; }
        /* line 3927, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.profile-notifications table tr td {
          padding-top: 10px;
          padding-bottom: 10px;
          text-align: center;
          line-height: 18px; }
        /* line 3934, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.profile-notifications table tr.header th {
          text-align: center;
          background-color: #ECEFF4;
          font-family: proxima_novasemibold, helvetica, sans-serif;
          border-bottom: 1px solid #E3E6EC;
          padding-left: 0;
          height: 34px;
          line-height: 34px; }
          /* line 3942, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.profile-notifications table tr.header th.alert-type {
            text-align: left;
            padding-left: 10px;
            width: 100px; }
            @media (min-width: 481px) {
              /* line 3942, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
              section .box.profile-notifications table tr.header th.alert-type {
                width: 150px; } }
          /* line 3948, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.profile-notifications table tr.header th.as-posted, section .box.profile-notifications table tr.header th.daily, section .box.profile-notifications table tr.header th.weekly, section .box.profile-notifications table tr.header th.none {
            width: 50px; }
  /* line 3952, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section .box.profile-group-join .tab-holder, section .box.profile-group-create .tab-holder, section .box.external-dialog .tab-holder {
    padding-top: 35px;
    padding-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #E3E6EC; }
    /* line 3958, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.profile-group-join .tab-holder ul.tabs, section .box.profile-group-create .tab-holder ul.tabs, section .box.external-dialog .tab-holder ul.tabs {
      padding: 0;
      margin: 0;
      list-style-type: none;
      display: block;
      text-align: center; }
      /* line 3964, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.profile-group-join .tab-holder ul.tabs li, section .box.profile-group-create .tab-holder ul.tabs li, section .box.external-dialog .tab-holder ul.tabs li {
        display: inline;
        border-right: 1px solid #E3E6EC;
        padding-right: 10px; }
        /* line 3968, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.profile-group-join .tab-holder ul.tabs li:last-child, section .box.profile-group-create .tab-holder ul.tabs li:last-child, section .box.external-dialog .tab-holder ul.tabs li:last-child {
          padding-left: 10px;
          padding-right: 0;
          border-right: none; }
        @media (min-width: 481px) {
          /* line 3964, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.profile-group-join .tab-holder ul.tabs li, section .box.profile-group-create .tab-holder ul.tabs li, section .box.external-dialog .tab-holder ul.tabs li {
            padding-right: 15px; }
            /* line 3975, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.profile-group-join .tab-holder ul.tabs li:last-child, section .box.profile-group-create .tab-holder ul.tabs li:last-child, section .box.external-dialog .tab-holder ul.tabs li:last-child {
              padding-left: 15px; } }
        /* line 3977, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.profile-group-join .tab-holder ul.tabs li a, section .box.profile-group-create .tab-holder ul.tabs li a, section .box.external-dialog .tab-holder ul.tabs li a {
          text-decoration: none;
          line-height: 18px;
          font-size: 14px;
          font-family: proxima_novasemibold, helvetica, sans-serif;
          color: #54657E; }
          @media (min-width: 481px) {
            /* line 3977, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.profile-group-join .tab-holder ul.tabs li a, section .box.profile-group-create .tab-holder ul.tabs li a, section .box.external-dialog .tab-holder ul.tabs li a {
              font-size: 14px; } }
          /* line 3986, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.profile-group-join .tab-holder ul.tabs li a:hover, section .box.profile-group-join .tab-holder ul.tabs li a.selected, section .box.profile-group-create .tab-holder ul.tabs li a:hover, section .box.profile-group-create .tab-holder ul.tabs li a.selected, section .box.external-dialog .tab-holder ul.tabs li a:hover, section .box.external-dialog .tab-holder ul.tabs li a.selected {
            padding-bottom: 2px;
            border-bottom: 2px solid #8DC63F;
            color: #8493A8; }
  /* line 3993, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section .box.profile-group-join form.search, section .box.profile-group-create form.search {
    margin-top: 0;
    display: inherit; }
    /* line 3996, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.profile-group-join form.search input[type=text], section .box.profile-group-create form.search input[type=text] {
      padding-left: 10px;
      width: 100%; }
    /* line 3999, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.profile-group-join form.search input[type=submit], section .box.profile-group-create form.search input[type=submit] {
      margin-right: 15px;
      width: 38px;
      top: 21px; }
      @media (min-width: 481px) {
        /* line 3999, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.profile-group-join form.search input[type=submit], section .box.profile-group-create form.search input[type=submit] {
          top: 0; } }
  /* line 4005, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section .box.profile-group-join .subsection, section .box.profile-group-create .subsection {
    padding-left: 15px;
    padding-right: 15px; }
  /* line 4012, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section .box.profile-group-join .section-holder.access-code .input-cell input, section .box.profile-group-join .section-holder.description .input-cell input, section .box.profile-group-join .section-holder.group-detail-holder .input-cell input, section .box.profile-group-join .section-holder.address .input-cell input, section .box.profile-group-create .section-holder.access-code .input-cell input, section .box.profile-group-create .section-holder.description .input-cell input, section .box.profile-group-create .section-holder.group-detail-holder .input-cell input, section .box.profile-group-create .section-holder.address .input-cell input {
    width: 100%; }
  /* line 4014, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section .box.profile-group-join .section-holder .title, section .box.profile-group-create .section-holder .title {
    margin-bottom: 25px;
    font-size: 14px;
    font-family: proxima_novasemibold, helvetica, sans-serif; }
  /* line 4019, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section .box.profile-group-join .section-holder .input-container, section .box.profile-group-create .section-holder .input-container {
    clear: both;
    overflow: hidden;
    *zoom: 1; }
    /* line 4022, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.profile-group-join .section-holder .input-container .title-cell, section .box.profile-group-join .section-holder .input-container .input-cell, section .box.profile-group-create .section-holder .input-container .title-cell, section .box.profile-group-create .section-holder .input-container .input-cell {
      float: left; }
    /* line 4024, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.profile-group-join .section-holder .input-container .title-cell, section .box.profile-group-create .section-holder .input-container .title-cell {
      width: 100%;
      font-size: 14px;
      font-family: proxima_novasemibold, helvetica, sans-serif;
      color: #3D4D65;
      margin-bottom: 2px; }
      @media (min-width: 481px) {
        /* line 4024, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.profile-group-join .section-holder .input-container .title-cell, section .box.profile-group-create .section-holder .input-container .title-cell {
          width: 40%;
          padding-top: 10px; }
          /* line 4034, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.profile-group-join .section-holder .input-container .title-cell.access-code, section .box.profile-group-create .section-holder .input-container .title-cell.access-code {
            padding-top: 0; } }
      @media (min-width: 1024px) {
        /* line 4024, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.profile-group-join .section-holder .input-container .title-cell, section .box.profile-group-create .section-holder .input-container .title-cell {
          width: 20%; } }
      @media (min-width: 481px) {
        /* line 4038, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.profile-group-join .section-holder .input-container .title-cell.description, section .box.profile-group-join .section-holder .input-container .title-cell.location, section .box.profile-group-create .section-holder .input-container .title-cell.description, section .box.profile-group-create .section-holder .input-container .title-cell.location {
          padding-top: 0; } }
      /* line 4041, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.profile-group-join .section-holder .input-container .title-cell .admin-link, section .box.profile-group-create .section-holder .input-container .title-cell .admin-link {
        font-family: proxima_novaregular, helvetica, sans-serif;
        display: inline-block;
        padding-left: 10px; }
        @media (min-width: 481px) {
          /* line 4041, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.profile-group-join .section-holder .input-container .title-cell .admin-link, section .box.profile-group-create .section-holder .input-container .title-cell .admin-link {
            padding-left: 0;
            display: block; } }
    /* line 4048, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.profile-group-join .section-holder .input-container .input-cell, section .box.profile-group-create .section-holder .input-container .input-cell {
      width: 100%; }
      @media (min-width: 481px) {
        /* line 4048, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.profile-group-join .section-holder .input-container .input-cell, section .box.profile-group-create .section-holder .input-container .input-cell {
          width: 60%; } }
      @media (min-width: 1024px) {
        /* line 4048, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.profile-group-join .section-holder .input-container .input-cell, section .box.profile-group-create .section-holder .input-container .input-cell {
          width: 80%; } }
      /* line 4054, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.profile-group-join .section-holder .input-container .input-cell .group-search, section .box.profile-group-create .section-holder .input-container .input-cell .group-search {
        display: block; }
        /* line 4056, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.profile-group-join .section-holder .input-container .input-cell .group-search input[type=text], section .box.profile-group-create .section-holder .input-container .input-cell .group-search input[type=text] {
          padding-left: 10px; }
        /* line 4058, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.profile-group-join .section-holder .input-container .input-cell .group-search input[type=submit], section .box.profile-group-create .section-holder .input-container .input-cell .group-search input[type=submit] {
          width: 38px; }
      /* line 4060, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.profile-group-join .section-holder .input-container .input-cell .country, section .box.profile-group-create .section-holder .input-container .input-cell .country {
        width: 100%; }
      /* line 4062, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.profile-group-join .section-holder .input-container .input-cell .address, section .box.profile-group-create .section-holder .input-container .input-cell .address {
        width: 100%; }
      /* line 4064, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.profile-group-join .section-holder .input-container .input-cell .city, section .box.profile-group-create .section-holder .input-container .input-cell .city {
        float: left;
        width: 40%; }
        @media (min-width: 481px) {
          /* line 4064, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.profile-group-join .section-holder .input-container .input-cell .city, section .box.profile-group-create .section-holder .input-container .input-cell .city {
            padding-right: 10px;
            width: 45%; } }
        @media (min-width: 1024px) {
          /* line 4064, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.profile-group-join .section-holder .input-container .input-cell .city, section .box.profile-group-create .section-holder .input-container .input-cell .city {
            width: 55%; } }
      /* line 4072, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.profile-group-join .section-holder .input-container .input-cell .state, section .box.profile-group-create .section-holder .input-container .input-cell .state {
        float: left;
        width: 30%;
        padding-left: 5px;
        padding-right: 5px; }
        @media (min-width: 481px) {
          /* line 4072, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.profile-group-join .section-holder .input-container .input-cell .state, section .box.profile-group-create .section-holder .input-container .input-cell .state {
            width: 25%;
            padding-left: 0;
            padding-right: 0; } }
        @media (min-width: 1024px) {
          /* line 4072, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.profile-group-join .section-holder .input-container .input-cell .state, section .box.profile-group-create .section-holder .input-container .input-cell .state {
            width: 20%; } }
      /* line 4085, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.profile-group-join .section-holder .input-container .input-cell .postal-code, section .box.profile-group-create .section-holder .input-container .input-cell .postal-code {
        float: left;
        width: 30%; }
        @media (min-width: 481px) {
          /* line 4085, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.profile-group-join .section-holder .input-container .input-cell .postal-code, section .box.profile-group-create .section-holder .input-container .input-cell .postal-code {
            padding-left: 10px; } }
        @media (min-width: 1024px) {
          /* line 4085, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.profile-group-join .section-holder .input-container .input-cell .postal-code, section .box.profile-group-create .section-holder .input-container .input-cell .postal-code {
            width: 25%; } }
      /* line 4092, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.profile-group-join .section-holder .input-container .input-cell .chars-remaining, section .box.profile-group-create .section-holder .input-container .input-cell .chars-remaining {
        color: #8493A8;
        padding-top: 2px; }
        /* line 4095, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.profile-group-join .section-holder .input-container .input-cell .chars-remaining.too-long, section .box.profile-group-create .section-holder .input-container .input-cell .chars-remaining.too-long {
          color: #D52838;
          font-family: proxima_novasemibold, helvetica, sans-serif; }
      /* line 4098, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.profile-group-join .section-holder .input-container .input-cell .field-error, section .box.profile-group-create .section-holder .input-container .input-cell .field-error {
        clear: both;
        margin-bottom: 5px;
        min-height: 18px; }
      /* line 4102, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.profile-group-join .section-holder .input-container .input-cell .styled-select, section .box.profile-group-create .section-holder .input-container .input-cell .styled-select {
        width: 100%; }
        /* line 4104, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.profile-group-join .section-holder .input-container .input-cell .styled-select select, section .box.profile-group-create .section-holder .input-container .input-cell .styled-select select {
          width: calc(100% + 20px);
          padding-left: 5px; }
          @media (min-width: 1024px) {
            /* line 4104, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.profile-group-join .section-holder .input-container .input-cell .styled-select select, section .box.profile-group-create .section-holder .input-container .input-cell .styled-select select {
              padding-left: 10px; } }
      /* line 4109, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.profile-group-join .section-holder .input-container .input-cell textarea, section .box.profile-group-create .section-holder .input-container .input-cell textarea {
        height: 100px;
        border: 1px solid #CAD3DF;
        resize: none;
        padding-top: 10px;
        padding-left: 10px;
        padding-bottom: 10px;
        width: 100%; }
        /* line 4118, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.profile-group-join .section-holder .input-container .input-cell textarea:focus, section .box.profile-group-create .section-holder .input-container .input-cell textarea:focus {
          background-color: white;
          border: 1px solid #8DC63F; }
  /* line 4121, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section .box.profile-group-join .section-holder.find, section .box.profile-group-create .section-holder.find {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 25px;
    margin-bottom: 25px; }
  /* line 4128, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section .box.profile-group-join .section-holder.sub-group, section .box.profile-group-create .section-holder.sub-group {
    padding-top: 25px;
    border-top: 1px solid #E3E6EC; }
  /* line 4131, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section .box.profile-group-join .section-holder.access-code, section .box.profile-group-create .section-holder.access-code {
    border-top: 1px solid #E3E6EC;
    border-bottom: 1px solid #E3E6EC;
    padding-top: 25px; }
  /* line 4136, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section .box.profile-group-join .section-holder.description, section .box.profile-group-create .section-holder.description {
    padding-top: 25px; }
  /* line 4138, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section .box.profile-group-join .section-holder.group-detail-holder, section .box.profile-group-join .section-holder.address, section .box.profile-group-create .section-holder.group-detail-holder, section .box.profile-group-create .section-holder.address {
    margin-top: 25px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 481px) {
      /* line 4143, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.profile-group-join .section-holder.group-detail-holder .title-cell, section .box.profile-group-join .section-holder.address .title-cell, section .box.profile-group-create .section-holder.group-detail-holder .title-cell, section .box.profile-group-create .section-holder.address .title-cell {
        width: 33%; } }
    @media (min-width: 1024px) {
      /* line 4143, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.profile-group-join .section-holder.group-detail-holder .title-cell, section .box.profile-group-join .section-holder.address .title-cell, section .box.profile-group-create .section-holder.group-detail-holder .title-cell, section .box.profile-group-create .section-holder.address .title-cell {
        width: 25%; } }
    @media (min-width: 481px) {
      /* line 4148, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.profile-group-join .section-holder.group-detail-holder .input-cell, section .box.profile-group-join .section-holder.address .input-cell, section .box.profile-group-create .section-holder.group-detail-holder .input-cell, section .box.profile-group-create .section-holder.address .input-cell {
        width: 67%; } }
    @media (min-width: 1024px) {
      /* line 4148, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.profile-group-join .section-holder.group-detail-holder .input-cell, section .box.profile-group-join .section-holder.address .input-cell, section .box.profile-group-create .section-holder.group-detail-holder .input-cell, section .box.profile-group-create .section-holder.address .input-cell {
        width: 75%; } }
  /* line 4153, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section .box.profile-group-join .section-holder.group-detail-holder, section .box.profile-group-create .section-holder.group-detail-holder {
    border-bottom: 1px solid #E3E6EC; }
  /* line 4156, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  section .box.external-dialog {
    padding: 0; }
    /* line 4158, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.external-dialog .tab-holder {
      margin-left: 15px;
      margin-right: 15px; }
    /* line 4163, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.external-dialog .banner {
      height: 40px;
      line-height: 40px;
      text-transform: uppercase;
      text-align: center;
      background-color: #F6F8FC;
      color: #3D4D65;
      font-family: proxima_novasemibold, helvetica, sans-serif;
      border-bottom: 1px solid #E3E6EC; }
    /* line 4172, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.external-dialog .subsection {
      padding-top: 25px;
      margin-left: 15px;
      margin-right: 15px;
      border-bottom: 1px solid #E3E6EC; }
      /* line 4178, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.external-dialog .subsection h2 {
        text-align: center;
        padding-bottom: 15px;
        font-family: proxima_novaregular, helvetica, sans-serif;
        font-weight: normal;
        line-height: 25px; }
      /* line 4184, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.external-dialog .subsection.search {
        padding-bottom: 25px;
        border-bottom: none; }
      /* line 4187, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.external-dialog .subsection.sub-group {
        padding-top: 25px;
        border-top: 1px solid #E3E6EC; }
      /* line 4190, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.external-dialog .subsection.last {
        border-bottom: 0;
        margin-bottom: 10px; }
        /* line 4193, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.external-dialog .subsection.last.sign-up {
          color: #8493A8; }
      /* line 4195, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.external-dialog .subsection form.search {
        display: block; }
        /* line 4197, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.external-dialog .subsection form.search input[type=text] {
          width: 100%;
          padding-left: 10px; }
        /* line 4200, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.external-dialog .subsection form.search input[type=submit] {
          top: 18px; }
          @media (min-width: 481px) {
            /* line 4200, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.external-dialog .subsection form.search input[type=submit] {
              top: 0; } }
      /* line 4204, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.external-dialog .subsection input {
        width: 100%; }
      /* line 4206, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.external-dialog .subsection textarea {
        height: 100px;
        border: 1px solid #CAD3DF;
        resize: none;
        padding-top: 10px;
        padding-left: 10px;
        padding-bottom: 10px;
        width: 100%; }
        /* line 4215, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.external-dialog .subsection textarea:focus {
          background-color: white;
          border: 1px solid #8DC63F; }
      /* line 4218, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.external-dialog .subsection .styled-select {
        width: 100%; }
        /* line 4220, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.external-dialog .subsection .styled-select select {
          width: calc(100% + 20px);
          padding-left: 5px; }
          @media (min-width: 1024px) {
            /* line 4220, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.external-dialog .subsection .styled-select select {
              padding-left: 10px; } }
      /* line 4225, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.external-dialog .subsection .field-error {
        clear: both;
        margin-bottom: 5px;
        min-height: 18px; }
      /* line 4229, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.external-dialog .subsection .title {
        margin-bottom: 25px;
        font-size: 14px;
        font-family: proxima_novasemibold, helvetica, sans-serif; }
      /* line 4234, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.external-dialog .subsection .input-container {
        clear: both;
        overflow: hidden;
        *zoom: 1; }
        /* line 4237, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.external-dialog .subsection .input-container .title-cell, section .box.external-dialog .subsection .input-container .input-cell {
          float: left; }
        /* line 4239, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.external-dialog .subsection .input-container .title-cell {
          width: 100%;
          font-size: 14px;
          font-family: proxima_novasemibold, helvetica, sans-serif;
          color: #3D4D65;
          margin-bottom: 2px; }
          @media (min-width: 481px) {
            /* line 4239, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.external-dialog .subsection .input-container .title-cell {
              width: 30%;
              padding-top: 10px; }
              /* line 4249, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
              section .box.external-dialog .subsection .input-container .title-cell.access-code {
                padding-top: 0; } }
          @media (min-width: 481px) {
            /* line 4251, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.external-dialog .subsection .input-container .title-cell.description, section .box.external-dialog .subsection .input-container .title-cell.location {
              padding-top: 0; } }
          /* line 4254, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.external-dialog .subsection .input-container .title-cell .admin-link {
            font-family: proxima_novaregular, helvetica, sans-serif;
            display: inline-block;
            padding-left: 10px; }
            @media (min-width: 481px) {
              /* line 4254, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
              section .box.external-dialog .subsection .input-container .title-cell .admin-link {
                padding-left: 0;
                display: block; } }
        /* line 4261, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.external-dialog .subsection .input-container .input-cell {
          width: 100%; }
          @media (min-width: 481px) {
            /* line 4261, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.external-dialog .subsection .input-container .input-cell {
              width: 70%; } }
          /* line 4265, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.external-dialog .subsection .input-container .input-cell .group-search {
            display: block; }
            /* line 4267, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.external-dialog .subsection .input-container .input-cell .group-search input[type=text] {
              padding-left: 10px; }
            /* line 4269, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.external-dialog .subsection .input-container .input-cell .group-search input[type=submit] {
              width: 38px; }
          /* line 4271, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.external-dialog .subsection .input-container .input-cell .country {
            width: 100%; }
          /* line 4273, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.external-dialog .subsection .input-container .input-cell .address {
            width: 100%; }
          /* line 4275, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.external-dialog .subsection .input-container .input-cell .city {
            float: left;
            width: 40%; }
            @media (min-width: 481px) {
              /* line 4275, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
              section .box.external-dialog .subsection .input-container .input-cell .city {
                padding-right: 10px;
                width: 45%; } }
          /* line 4281, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.external-dialog .subsection .input-container .input-cell .state {
            float: left;
            width: 30%;
            padding-left: 5px;
            padding-right: 5px; }
            @media (min-width: 481px) {
              /* line 4281, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
              section .box.external-dialog .subsection .input-container .input-cell .state {
                width: 25%;
                padding-left: 0;
                padding-right: 0; } }
          /* line 4292, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.external-dialog .subsection .input-container .input-cell .postal-code {
            float: left;
            width: 30%; }
            @media (min-width: 481px) {
              /* line 4292, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
              section .box.external-dialog .subsection .input-container .input-cell .postal-code {
                padding-left: 10px; } }
          /* line 4297, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.external-dialog .subsection .input-container .input-cell .chars-remaining {
            color: #8493A8;
            padding-top: 2px; }
            /* line 4300, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
            section .box.external-dialog .subsection .input-container .input-cell .chars-remaining.too-long {
              color: #D52838;
              font-family: proxima_novasemibold, helvetica, sans-serif; }
        /* line 4303, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.external-dialog .subsection .input-container .checkbox-holder, section .box.external-dialog .subsection .input-container .forgot-password-holder {
          width: 50%;
          float: left; }
        /* line 4306, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
        section .box.external-dialog .subsection .input-container .forgot-password-holder {
          text-align: right; }
      /* line 4308, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.external-dialog .subsection .input-holder {
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 15px;
        width: 100%; }
        @media (min-width: 481px) {
          /* line 4308, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.external-dialog .subsection .input-holder {
            width: 80%; } }
        @media (min-width: 481px) {
          /* line 4314, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.external-dialog .subsection .input-holder.forgot-password {
            width: 90%; } }
      /* line 4317, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.external-dialog .subsection .password-reset {
        font-family: proxima_novaregular, helvetica, sans-serif;
        font-size: 15px;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px; }
    /* line 4326, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    section .box.external-dialog .buttons {
      clear: both;
      overflow: hidden;
      *zoom: 1;
      border-top: 3px solid #E3E6EC;
      padding-top: 15px;
      padding-bottom: 15px;
      padding-left: 15px;
      padding-right: 15px;
      margin-top: 5px;
      background-color: #F6F8FC; }
      /* line 4337, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.external-dialog .buttons .text-holder {
        float: left;
        width: 60%; }
        @media (min-width: 481px) {
          /* line 4337, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.external-dialog .buttons .text-holder {
            width: 75%;
            line-height: 30px; } }
      /* line 4343, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.external-dialog .buttons a.cancel {
        float: left;
        line-height: 30px; }
      /* line 4346, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.external-dialog .buttons input[type=submit] {
        float: right; }
      /* line 4348, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
      section .box.external-dialog .buttons .button-holder {
        float: left;
        line-height: 30px;
        width: 40%; }
        @media (min-width: 481px) {
          /* line 4348, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
          section .box.external-dialog .buttons .button-holder {
            width: 25%; } }

/* line 4357, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
.box.create-post .dz-size, .box.create-post .dz-filename, .box.create-post .dz-success-mark, .box.create-post .dz-error-mark {
  display: none; }
/* line 4359, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
.box.create-post .dz-image-preview {
  margin-left: 5px;
  width: 35px;
  height: 35px; }
/* line 4363, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
.box.create-post .dz-remove {
  background-size: 10px 10px;
  position: absolute;
  top: -3px;
  right: -3px;
  width: 10px;
  height: 10px; }

/* line 4371, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
.box.post .dz-size, .box.post .dz-filename, .box.post .dz-success-mark, .box.post .dz-error-mark {
  display: none; }

/* line 4374, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
.box.classified-compose.step-3 .dz-size, .box.classified-compose.step-3 .dz-filename, .box.classified-compose.step-3 .dz-success-mark, .box.classified-compose.step-3 .dz-error-mark, .album-compose .dz-size, .album-compose .dz-filename, .album-compose .dz-success-mark, .album-compose .dz-error-mark {
  display: none; }
/* line 4376, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
.box.classified-compose.step-3 .dz-image-preview, .album-compose .dz-image-preview {
  margin-bottom: 10px; }

/* line 4379, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
.box.message-compose .dz-image-preview {
  margin-bottom: 55px; }

/* line 4382, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
.box.message-compose .dz-success-mark, .box.message-compose .dz-error-mark, .box.group-settings.menu .dz-success-mark, .box.group-settings.menu .dz-error-mark, .box.group-settings.files .dz-success-mark, .box.group-settings.files .dz-error-mark {
  display: none; }
/* line 4384, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
.box.message-compose .dz-image-preview, .box.group-settings.menu .dz-image-preview, .box.group-settings.files .dz-image-preview {
  margin-top: 10px;
  text-align: center; }
  /* line 4387, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  .box.message-compose .dz-image-preview .dz-filename, .box.group-settings.menu .dz-image-preview .dz-filename, .box.group-settings.files .dz-image-preview .dz-filename {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -moz-binding: url('/stylesheets/xml/ellipsis.xml#ellipsis'); }
/* line 4389, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
.box.message-compose .file-attachment.dz-image-preview, .box.group-settings.menu .file-attachment.dz-image-preview, .box.group-settings.files .file-attachment.dz-image-preview {
  width: 94px;
  height: 94px;
  margin-bottom: 100px; }
  /* line 4393, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  .box.message-compose .file-attachment.dz-image-preview .dz-image, .box.group-settings.menu .file-attachment.dz-image-preview .dz-image, .box.group-settings.files .file-attachment.dz-image-preview .dz-image {
    width: 94px;
    height: 94px; }
    /* line 4396, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    .box.message-compose .file-attachment.dz-image-preview .dz-image img, .box.group-settings.menu .file-attachment.dz-image-preview .dz-image img, .box.group-settings.files .file-attachment.dz-image-preview .dz-image img {
      width: 94px;
      height: 94px; }

/* line 4399, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
.dz-image-preview {
  float: left;
  width: 140px;
  height: 140px;
  position: relative;
  margin-right: 10px; }

/* line 4405, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
.dz-remove {
  display: inline-block;
  background-image: url("/images/icons/remove-image@2x-6ed4f80b.png");
  background-size: 15px 15px;
  position: absolute;
  top: -6px;
  right: -6px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  z-index: 8040; }

/* line 4417, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
  /* line 4423, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  .dropzone .dz-preview.dz-success .dz-success-mark .dropzone .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
  /* line 4430, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  .dropzone .dz-preview.dz-success .dz-success-mark .dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview.dz-success .dz-success-mark .dropzone .dz-preview .dz-error-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px; }
    /* line 4440, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    .dropzone .dz-preview.dz-success .dz-success-mark .dropzone .dz-preview .dz-success-mark .dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview.dz-success .dz-success-mark .dropzone .dz-preview .dz-success-mark .dropzone .dz-preview .dz-error-mark svg, .dropzone .dz-preview.dz-success .dz-success-mark .dropzone .dz-preview .dz-error-mark .dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview.dz-success .dz-success-mark .dropzone .dz-preview .dz-error-mark .dropzone .dz-preview .dz-error-mark svg {
      display: block;
      width: 54px;
      height: 54px; }

/* line 4444, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block; }
  /* line 4446, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  .dropzone .dz-preview.dz-error .dz-error-message .dropzone .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto; }
  /* line 4449, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
  .dropzone .dz-preview.dz-error .dz-error-message .dropzone .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    font-size: 13px;
    top: 130px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: linear-gradient(to bottom, #be2626, #a92222);
    padding: 0.5em 1.2em;
    color: white; }
    /* line 4470, /home/vagrant/chalknation/source/stylesheets/includes/base.css.sass */
    .dropzone .dz-preview.dz-error .dz-error-message .dropzone .dz-preview .dz-error-message .dropzone .dz-preview .dz-error-message:after {
      content: "";
      position: absolute;
      top: -6px;
      left: 64px;
      width: 0;
      height: 0;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 6px solid #be2626; }
/*
 * Retina Sprites for Compass
 * by:              Gaya Kessler
 * last update:     03/11/14
 *
 * Modified By: Scott W. Bradley, Facet Digital LLC
 *          On: 2015-05-12
 *
 * Usage:
 * 1. create two folders in your image directory (in this case 'sprites' and 'sprites-2x').
 * 2. adjust the foldernames defined below if you use different names.
 * 3. create sprite images for pixel ratio 1 screens and put them in the first folder.
 * 4. create sprite images for pixel ratio 2 screens and put them in the second folder, use the same filenames.
 * 5. use the sprite-image in your Sass/Scss using: '@include use-sprite(<sprite-name>)'
 */
/*









 */

