/* line 22, ../../app/assets/stylesheets/global.sass */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  color: #354a57;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 13px;
  font-style: inherit;
  font-weight: normal;
  margin: 0;
  outline: 0;
  padding: 0;
}

/* line 34, ../../app/assets/stylesheets/global.sass */
input, select, textarea {
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: inherit;
}

/* line 38, ../../app/assets/stylesheets/global.sass */
ol, ul {
  list-style: none;
}

/* line 41, ../../app/assets/stylesheets/global.sass */
pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

/* line 48, ../../app/assets/stylesheets/global.sass */
table {
  border-collapse: separate;
  border-spacing: 0;
  position: relative;
}

/* line 53, ../../app/assets/stylesheets/global.sass */
caption, th, td {
  text-align: left;
  font-weight: normal;
}

/* line 58, ../../app/assets/stylesheets/global.sass */
blockquote:before, blockquote:after {
  content: "";
}

/* line 62, ../../app/assets/stylesheets/global.sass */
q:before, q:after {
  content: "";
}

/* line 65, ../../app/assets/stylesheets/global.sass */
blockquote, q {
  quotes: "" "";
}

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

/* line 71, ../../app/assets/stylesheets/global.sass */
a {
  font-size: inherit;
}

/* line 74, ../../app/assets/stylesheets/global.sass */
span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/* line 150, ../../app/assets/stylesheets/global.sass */
input[type='checkbox'].inline {
  margin-top: -2px;
}

/* line 153, ../../app/assets/stylesheets/global.sass */
textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) inset;
  background-color: white;
  border: 1px solid #cccccc;
  padding: 7px 10px 5px;
  vertical-align: top;
}
/* line 174, ../../app/assets/stylesheets/global.sass */
textarea:focus,
select:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus {
  border: 1px solid #354a57;
}
/* line 176, ../../app/assets/stylesheets/global.sass */
textarea[disabled],
select[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
  background-color: #eeeeee;
  color: #aaaaaa;
  cursor: default;
}

/* line 181, ../../app/assets/stylesheets/global.sass */
.btn, button, input[type="button"], input[type="submit"] {
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
  font-family: futura-pt-condensed, "Futura Cond", "Helvetica", sans-serif;
  font-weight: bold;
  transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  border: none;
  background-color: #354a57;
  border-radius: 1px;
  color: #fffdfa;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  padding: 4px 12px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  word-break: keep-all;
}
/* line 200, ../../app/assets/stylesheets/global.sass */
.btn:hover, button:hover, input[type="button"]:hover, input[type="submit"]:hover {
  background: #486577;
  color: #fffdfa;
  text-decoration: none;
}
/* line 204, ../../app/assets/stylesheets/global.sass */
.btn:active, button:active, input[type="button"]:active, input[type="submit"]:active {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  top: 2px;
}
/* line 207, ../../app/assets/stylesheets/global.sass */
.btn i, button i, input[type="button"] i, input[type="submit"] i {
  margin-bottom: -1px;
}
/* line 209, ../../app/assets/stylesheets/global.sass */
.btn[disabled], button[disabled], input[type="button"][disabled], input[type="submit"][disabled] {
  opacity: 0.5;
}
/* line 212, ../../app/assets/stylesheets/global.sass */
.btn.btn-large, button.btn-large, input[type="button"].btn-large, input[type="submit"].btn-large {
  font-size: 18px;
  line-height: 1.3;
  padding: 10px 25px;
}

/* line 217, ../../app/assets/stylesheets/global.sass */
.btn-micro {
  font-size: 13px;
  line-height: 16px;
  padding: 4px 8px;
}

/* line 222, ../../app/assets/stylesheets/global.sass */
.btn-function {
  background: #f0f0f0;
  background: -moz-linear-gradient(top, #f0f0f0 0%, #e6e6e6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(100%, #e6e6e6));
  background: -webkit-linear-gradient(top, #f0f0f0 0%, #e6e6e6 100%);
  background: -o-linear-gradient(top, #f0f0f0 0%, #e6e6e6 100%);
  background: -ms-linear-gradient(top, #f0f0f0 0%, #e6e6e6 100%);
  background: linear-gradient(top, #f0f0f0 0%, #e6e6e6 100%);
  color: #333333;
}

/* line 226, ../../app/assets/stylesheets/global.sass */
.btn-primary {
  background: #5f9744;
  color: #fffdfa;
}

/* line 230, ../../app/assets/stylesheets/global.sass */
.btn-warning {
  background: #f89406;
  color: #fffdfa;
}
/* line 233, ../../app/assets/stylesheets/global.sass */
.btn-warning[disabled] {
  background: #999999;
}

/* line 236, ../../app/assets/stylesheets/global.sass */
.btn-danger {
  background: #b94947;
  color: #fffdfa;
}
/* line 239, ../../app/assets/stylesheets/global.sass */
.btn-danger[disabled] {
  background: #999999;
}

/* line 242, ../../app/assets/stylesheets/global.sass */
.btn-white {
  background-color: #fffdfa;
  color: #354a57;
}
/* line 245, ../../app/assets/stylesheets/global.sass */
.btn-white:hover {
  background-color: #fff3e1;
  color: #222f37;
  text-decoration: none;
}

/* line 3, ../../app/assets/stylesheets/coderay-github.css.sass */
span.CodeRay {
  white-space: pre;
  border: 0px;
  padding: 2px;
}

/* line 8, ../../app/assets/stylesheets/coderay-github.css.sass */
table.CodeRay {
  border-collapse: collapse;
  width: 100%;
  padding: 2px;
}
/* line 12, ../../app/assets/stylesheets/coderay-github.css.sass */
table.CodeRay td {
  padding: 1em 0.5em;
  vertical-align: top;
}

/* line 16, ../../app/assets/stylesheets/coderay-github.css.sass */
pre.CodeRay {
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  display: block;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-style: normal;
  line-height: 1.5;
  margin: 0 0 10px;
  padding: 9.5px;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
}

/* line 31, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .line-numbers, .CodeRay .no {
  background-color: #ececec;
  color: #aaaaaa;
  text-align: right;
}
/* line 36, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .line-numbers a {
  color: #aaaaaa;
}
/* line 38, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .line-numbers tt {
  font-weight: bold;
}
/* line 40, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .line-numbers .highlighted {
  color: red;
}
/* line 42, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .line {
  display: block;
  float: left;
  width: 100%;
}
/* line 46, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay span.line-numbers {
  padding: 0px 4px;
}
/* line 48, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .code {
  width: 100%;
}

/* line 51, ../../app/assets/stylesheets/coderay-github.css.sass */
ol.CodeRay {
  font-size: 10pt;
}
/* line 53, ../../app/assets/stylesheets/coderay-github.css.sass */
ol.CodeRay li {
  white-space: pre;
}

/* line 57, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .code pre {
  overflow: auto;
}
/* line 59, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .debug {
  color: white !important;
  background: blue !important;
}
/* line 62, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .annotation {
  color: #000077;
}
/* line 64, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .attribute-name {
  color: #ff0088;
}
/* line 66, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .attribute-value {
  color: #770000;
}
/* line 68, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .binary {
  color: #550099;
  font-weight: bold;
}
/* line 71, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .comment {
  color: #999988;
  font-style: italic;
}
/* line 74, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .char {
  color: #0044dd;
}
/* line 76, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .char .content {
  color: #0044dd;
}
/* line 78, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .char .delimiter {
  color: #003399;
}
/* line 80, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .class {
  color: #445588;
  font-weight: bold;
}
/* line 83, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .complex {
  color: #aa0088;
  font-weight: bold;
}
/* line 86, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .constant {
  color: teal;
}
/* line 88, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .color {
  color: #00aa00;
}
/* line 90, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .class-variable {
  color: #336699;
}
/* line 92, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .decorator {
  color: #bb00bb;
}
/* line 94, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .definition {
  color: #009999;
  font-weight: bold;
}
/* line 97, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .directive {
  color: #008888;
  font-weight: bold;
}
/* line 100, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .delimiter {
  color: black;
}
/* line 102, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .doc {
  color: #997700;
}
/* line 104, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .doctype {
  color: #3344bb;
}
/* line 106, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .doc-string {
  color: #dd4422;
  font-weight: bold;
}
/* line 109, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .escape {
  color: #666666;
  font-weight: bold;
}
/* line 112, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .entity {
  color: #880000;
  font-weight: bold;
}
/* line 115, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .error {
  color: red;
  background-color: #ffaaaa;
}
/* line 118, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .exception {
  color: #cc0000;
  font-weight: bold;
}
/* line 121, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .filename {
  color: #009999;
}
/* line 123, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .function {
  color: #990000;
  font-weight: bold;
}
/* line 126, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .global-variable {
  color: teal;
  font-weight: bold;
}
/* line 129, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .hex {
  color: #005588;
  font-weight: bold;
}
/* line 132, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .integer {
  color: #009999;
}
/* line 134, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .include {
  color: #bb4444;
  font-weight: bold;
}
/* line 137, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .inline {
  color: black;
}
/* line 139, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .inline .inline {
  background: #cccccc;
}
/* line 141, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .inline .inline .inline {
  background: #bbbbbb;
}
/* line 143, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .inline .inline-delimiter {
  color: #dd1144;
}
/* line 145, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .inline-delimiter {
  color: #dd1144;
}
/* line 147, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .important {
  color: red;
}
/* line 149, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .interpreted {
  color: #bb22bb;
  font-weight: bold;
}
/* line 152, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .instance-variable {
  color: teal;
}
/* line 154, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .label {
  color: #997700;
  font-weight: bold;
}
/* line 157, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .local-variable {
  color: #996633;
}
/* line 159, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .octal {
  color: #4400ee;
  font-weight: bold;
}
/* line 163, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .predefined-constant {
  font-weight: bold;
}
/* line 165, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .predefined {
  color: #336699;
  font-weight: bold;
}
/* line 168, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .preprocessor {
  color: #557799;
}
/* line 170, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .pseudo-class {
  color: #0000cc;
  font-weight: bold;
}
/* line 173, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .predefined-type {
  color: #007744;
  font-weight: bold;
}
/* line 176, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .reserved {
  color: black;
  font-weight: bold;
}
/* line 180, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .keyword {
  color: black;
  font-weight: bold;
}
/* line 184, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .key {
  color: #880088;
}
/* line 186, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .key .delimiter {
  color: #660066;
}
/* line 188, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .key .char {
  color: #8800ff;
}
/* line 190, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .value {
  color: #008888;
}
/* line 192, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .regexp {
  background-color: #fff0ff;
}
/* line 194, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .regexp .content {
  color: #880088;
}
/* line 196, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .regexp .delimiter {
  color: #440044;
}
/* line 198, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .regexp .modifier {
  color: #cc22cc;
}
/* line 200, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .regexp .function {
  color: #440044;
  font-weight: bold;
}
/* line 203, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .string {
  color: #dd2200;
}
/* line 205, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .string .string .string {
  background-color: #ffd0d0;
}
/* line 207, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .string .content, .CodeRay .string .char, .CodeRay .string .delimiter {
  color: #a8002a;
}
/* line 209, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .shell {
  color: #dd1144;
}
/* line 212, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .shell .delimiter {
  color: #dd1144;
}
/* line 214, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .symbol {
  color: #990073;
}
/* line 216, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .symbol .content {
  color: #aa6600;
}
/* line 218, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .symbol .delimiter {
  color: #663300;
}
/* line 220, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .tag {
  color: #007700;
}
/* line 222, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .tag-special {
  color: #dd7700;
  font-weight: bold;
}
/* line 225, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .type {
  color: #333399;
  font-weight: bold;
}
/* line 228, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .variable {
  color: #003366;
}
/* line 230, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .insert {
  background: #aaffaa;
}
/* line 232, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .delete {
  background: #ffaaaa;
}
/* line 234, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .change {
  color: #aaaaff;
  background: #000077;
}
/* line 237, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .head {
  color: #ff88ff;
  background: #550055;
}
/* line 240, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .insert .insert {
  color: #008800;
  font-weight: bold;
}
/* line 243, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .delete .delete {
  color: #880000;
  font-weight: bold;
}
/* line 246, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .change .change {
  color: #6666ff;
}
/* line 248, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .head .head {
  color: #ff44ff;
}

/* line 251, ../../app/assets/stylesheets/coderay-github.css.sass */
.CodeRay .error {
  background: transparent;
  color: #354a57;
}

/* line 258, ../../app/assets/stylesheets/global.sass */
html {
  height: 100%;
}

/* line 261, ../../app/assets/stylesheets/global.sass */
body {
  background-color: #fefdf8;
  background-image: url(/assets/bg.png);
  color: #354a57;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}

/* line 268, ../../app/assets/stylesheets/global.sass */
.container {
  min-height: 100%;
}

/* line 271, ../../app/assets/stylesheets/global.sass */
.container_footer {
  padding-bottom: 122px;
}

/* line 274, ../../app/assets/stylesheets/global.sass */
.appWrapper {
  margin: auto 0 -5px 150px;
  display: table;
  align-items: flex-start;
}
/* line 114, ../../app/assets/stylesheets/global.sass */
.appWrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 280, ../../app/assets/stylesheets/global.sass */
.appBody {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid rgba(0, 0, 0, 0.4);
  display: table-cell;
  padding: 0 30px 100px;
  width: 100%;
}

/* line 287, ../../app/assets/stylesheets/global.sass */
#sideBar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(53, 74, 87, 0.5);
  background-image: url(/assets/bg.png);
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  display: table-cell;
  padding: 40px 0 20px;
  vertical-align: top;
  width: 235px;
}

/* line 297, ../../app/assets/stylesheets/global.sass */
.appHeader {
  -webkit-box-shadow: 0 1px 0 0 white;
  -moz-box-shadow: 0 1px 0 0 white;
  box-shadow: 0 1px 0 0 white;
  background-color: rgba(53, 74, 87, 0.3);
  background-image: url(/assets/bg.png);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  color: white;
  font-size: 12px;
  margin: 0 -30px;
  padding: 15px 30px 14px;
  position: relative;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}

/* line 310, ../../app/assets/stylesheets/global.sass */
.hideChrome {
  background-color: #354a57;
  background-image: url(/assets/paper.png);
}
/* line 313, ../../app/assets/stylesheets/global.sass */
.hideChrome .appBody {
  width: 100%;
}
/* line 315, ../../app/assets/stylesheets/global.sass */
.hideChrome .appWrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 0;
  padding-left: 150px;
  width: 100%;
}
/* line 320, ../../app/assets/stylesheets/global.sass */
.hideChrome #header {
  -webkit-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.1);
  box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}
/* line 323, ../../app/assets/stylesheets/global.sass */
.hideChrome h1, .hideChrome h2 {
  color: #fefdf8;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.7);
}
/* line 326, ../../app/assets/stylesheets/global.sass */
.hideChrome h3 {
  border-color: #98b1c0;
  color: #98b1c0;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.7);
}

/* line 332, ../../app/assets/stylesheets/global.sass */
h1, h2, h3, h4, h5, h6 {
  font-family: futura-pt-condensed, "Futura Cond", "Helvetica", sans-serif;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
/* line 337, ../../app/assets/stylesheets/global.sass */
h1 .btn, h2 .btn, h3 .btn, h4 .btn, h5 .btn, h6 .btn {
  text-shadow: none;
}

/* line 340, ../../app/assets/stylesheets/global.sass */
h1 {
  font-family: futura-pt-condensed, "Futura Cond", "Helvetica", sans-serif;
  font-weight: bold;
  border-top: 4px solid rgba(53, 74, 87, 0.9);
  color: #354a57;
  font-size: 36px;
  font-style: italic;
  margin: 40px 0 30px;
  padding: 5px 0 0;
}
/* line 348, ../../app/assets/stylesheets/global.sass */
h1 .pull-right {
  padding-top: 12px;
}
/* line 350, ../../app/assets/stylesheets/global.sass */
h1 .btn {
  margin-left: 2px;
}
/* line 352, ../../app/assets/stylesheets/global.sass */
h1 .fa {
  font-size: 0.7em;
  margin-right: 5px;
}
/* line 355, ../../app/assets/stylesheets/global.sass */
h1 a {
  display: inline-block;
  font-family: inherit;
  border-bottom: 1px dotted;
}
/* line 359, ../../app/assets/stylesheets/global.sass */
h1 a:hover {
  border-bottom: 0;
}
/* line 361, ../../app/assets/stylesheets/global.sass */
h1 p {
  font-family: futura-pt, "Futura", "Open Sans", "Helvetica", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.6;
  padding: 10px 0 0;
  text-transform: none;
}

/* line 370, ../../app/assets/stylesheets/global.sass */
h2 {
  color: #354a57;
  font-size: 36px;
  padding: 0 0 20px;
}
/* line 374, ../../app/assets/stylesheets/global.sass */
h2 p {
  display: block;
  font-family: inherit;
  font-size: 0.5em;
  font-style: italic;
}

/* line 380, ../../app/assets/stylesheets/global.sass */
h3 {
  border-top: 2px solid rgba(53, 74, 87, 0.9);
  color: #354a57;
  font-size: 24px;
  padding: 5px 0 9px;
}
/* line 385, ../../app/assets/stylesheets/global.sass */
h3 p {
  font-family: futura-pt, "Futura", "Open Sans", "Helvetica", sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
  line-height: 1.4;
  padding: 10px 0 20px;
  text-transform: none;
}

/* line 393, ../../app/assets/stylesheets/global.sass */
h4 {
  color: #b94947;
  font-size: 20px;
}
/* line 396, ../../app/assets/stylesheets/global.sass */
h4 em {
  color: #fffdfa;
  display: block;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
  padding-top: 3px;
  text-transform: none;
}

/* line 406, ../../app/assets/stylesheets/global.sass */
h5 {
  color: #354a57;
  font-size: 18px;
}
/* line 409, ../../app/assets/stylesheets/global.sass */
h5 a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: bold;
}

/* line 415, ../../app/assets/stylesheets/global.sass */
a {
  color: #354a57;
  text-decoration: none;
}

/* line 419, ../../app/assets/stylesheets/global.sass */
b {
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 0.7em;
  font-weight: normal;
  opacity: 0.6;
}

/* line 425, ../../app/assets/stylesheets/global.sass */
p {
  line-height: 1.5;
}
/* line 427, ../../app/assets/stylesheets/global.sass */
p a {
  border-bottom: 1px dotted;
  color: #b94947;
}
/* line 430, ../../app/assets/stylesheets/global.sass */
p a:hover {
  border-bottom: 0;
}
/* line 432, ../../app/assets/stylesheets/global.sass */
p ~ p {
  padding-top: 15px;
}

/* line 435, ../../app/assets/stylesheets/global.sass */
sub, sup {
  font-size: 50%;
}

/* line 438, ../../app/assets/stylesheets/global.sass */
code, pre {
  color: #354a57;
  background-color: #f7f7f9;
  border: 1px solid #b8c9d3;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 12px;
  padding: 2px 4px;
}

/* line 446, ../../app/assets/stylesheets/global.sass */
label {
  font-family: futura-pt-condensed, "Futura Cond", "Helvetica", sans-serif;
  font-weight: bold;
  color: #354a57;
  display: block;
  font-size: 15px;
  text-transform: uppercase;
}
/* line 452, ../../app/assets/stylesheets/global.sass */
label.checkLabel {
  cursor: pointer;
  display: inline-block;
}
/* line 455, ../../app/assets/stylesheets/global.sass */
label.checkLabel:hover {
  color: #5c8096;
}

/* line 458, ../../app/assets/stylesheets/global.sass */
.field {
  overflow: hidden;
  position: relative;
}
/* line 461, ../../app/assets/stylesheets/global.sass */
.field ~ .field {
  padding-top: 15px;
}
/* line 463, ../../app/assets/stylesheets/global.sass */
.field .field {
  padding-top: 0;
}

/* line 466, ../../app/assets/stylesheets/global.sass */
fieldset {
  padding-top: 15px;
}
/* line 114, ../../app/assets/stylesheets/global.sass */
fieldset:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* line 469, ../../app/assets/stylesheets/global.sass */
fieldset .field {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-right: 2%;
  width: 50%;
}
/* line 474, ../../app/assets/stylesheets/global.sass */
fieldset .field:last-child {
  padding-right: 0;
}
/* line 476, ../../app/assets/stylesheets/global.sass */
fieldset .field ~ .field {
  padding-top: 0;
}

/* line 479, ../../app/assets/stylesheets/global.sass */
hr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  border-top: 1px solid #eeeeee;
  margin: 40px 0;
}

/* line 484, ../../app/assets/stylesheets/global.sass */
.payment-errors {
  color: #b94947;
  text-align: center;
}

/* line 488, ../../app/assets/stylesheets/global.sass */
.errorMessages {
  background: #b94947;
  padding: 5px;
}
/* line 491, ../../app/assets/stylesheets/global.sass */
.errorMessages #errorMessage, .errorMessages .errorMessage {
  color: white;
}

/* line 494, ../../app/assets/stylesheets/global.sass */
.empty {
  border-color: rgba(53, 74, 87, 0.4);
  opacity: 0.4;
}

/* line 502, ../../app/assets/stylesheets/global.sass */
.wrapper {
  margin: auto 220px 0 0;
  padding: 0 30px;
}
/* line 114, ../../app/assets/stylesheets/global.sass */
.wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 507, ../../app/assets/stylesheets/global.sass */
.dialogBox {
  -webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.5);
  background-color: #fffdfa;
  margin: 3em auto;
  width: 400px;
}
/* line 512, ../../app/assets/stylesheets/global.sass */
.dialogBox h2 {
  background-color: #354a57;
  color: #fffdfa;
  font-size: 1.5em;
  padding: 15px 20px;
}
/* line 517, ../../app/assets/stylesheets/global.sass */
.dialogBox .copy {
  padding: 20px;
}
/* line 519, ../../app/assets/stylesheets/global.sass */
.dialogBox .actions {
  margin-top: 0;
  padding: 30px 0 0;
  text-align: center;
}

/* line 524, ../../app/assets/stylesheets/global.sass */
.dialog {
  margin: 3em auto;
  width: 400px;
}
/* line 527, ../../app/assets/stylesheets/global.sass */
.dialog textarea,
.dialog select,
.dialog input[type="date"],
.dialog input[type="datetime"],
.dialog input[type="datetime-local"],
.dialog input[type="email"],
.dialog input[type="month"],
.dialog input[type="number"],
.dialog input[type="password"],
.dialog input[type="search"],
.dialog input[type="tel"],
.dialog input[type="text"],
.dialog input[type="time"],
.dialog input[type="url"],
.dialog input[type="week"] {
  width: 100%;
}

/* line 544, ../../app/assets/stylesheets/global.sass */
.submit_wr {
  padding: 30px 0 0;
  text-align: right;
}
/* line 547, ../../app/assets/stylesheets/global.sass */
.submit_wr .btn {
  margin-left: 10px;
}
/* line 549, ../../app/assets/stylesheets/global.sass */
.submit_wr input[type=submit]:disabled, .submit_wr button:disabled {
  background-color: #999999;
  cursor: wait;
}

/* line 553, ../../app/assets/stylesheets/global.sass */
.pull-right {
  float: right;
}

/* line 556, ../../app/assets/stylesheets/global.sass */
.toolbar {
  background-color: rgba(185, 73, 71, 0.03);
  margin: -15px 0 40px;
  padding: 6px 0 8px;
  position: relative;
}
/* line 561, ../../app/assets/stylesheets/global.sass */
.toolbar .btn {
  margin-right: 2px;
}
/* line 563, ../../app/assets/stylesheets/global.sass */
.toolbar .dropdown {
  margin-right: 10px;
}

/* line 567, ../../app/assets/stylesheets/global.sass */
.publicPage {
  margin: auto;
  padding: 0 0 100px;
  width: 600px;
}
/* line 571, ../../app/assets/stylesheets/global.sass */
.publicPage h1 {
  margin-bottom: 30px;
}
/* line 573, ../../app/assets/stylesheets/global.sass */
.publicPage p ~ h1, .publicPage p ~ h2 {
  padding-top: 30px;
}
/* line 575, ../../app/assets/stylesheets/global.sass */
.publicPage p + h3 {
  margin-top: 30px;
}
/* line 577, ../../app/assets/stylesheets/global.sass */
.publicPage p {
  font-size: 13px;
  line-height: 1.5;
}
/* line 580, ../../app/assets/stylesheets/global.sass */
.publicPage p a {
  color: #b94947;
}
/* line 582, ../../app/assets/stylesheets/global.sass */
.publicPage li {
  font-size: 13px;
  line-height: 1.5;
}

/* line 586, ../../app/assets/stylesheets/global.sass */
.actions {
  padding: 60px 0;
  text-align: center;
}
/* line 589, ../../app/assets/stylesheets/global.sass */
.actions .btn {
  margin: 5px;
}

/* line 596, ../../app/assets/stylesheets/global.sass */
.fa {
  font-size: 13px;
  font-weight: normal !important;
}

/* line 601, ../../app/assets/stylesheets/global.sass */
.changeBadge .fa {
  cursor: help;
  position: relative;
}
/* line 604, ../../app/assets/stylesheets/global.sass */
.changeBadge .fa:hover:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: futura-pt-condensed, "Futura Cond", "Helvetica", sans-serif;
  font-weight: bold;
  -webkit-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.4);
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.4);
  background-color: #354a57;
  color: #fefdf8;
  font-size: 12px;
  left: -40px;
  padding: 10px 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 16px;
  width: 100px;
}
/* line 618, ../../app/assets/stylesheets/global.sass */
.changeBadge .fa-plus-circle:hover:after {
  content: "New Coverage";
}
/* line 620, ../../app/assets/stylesheets/global.sass */
.changeBadge .fa-arrow-up:hover:after {
  content: "Coverage Rose";
}
/* line 622, ../../app/assets/stylesheets/global.sass */
.changeBadge .fa-arrow-down:hover:after {
  content: "Coverage Fell";
}
/* line 624, ../../app/assets/stylesheets/global.sass */
.changeBadge .fa-question-circle:hover:after {
  content: "No Data";
}
/* line 626, ../../app/assets/stylesheets/global.sass */
.changeBadge .fa-minus:hover:after {
  content: "No Change";
}

/* line 629, ../../app/assets/stylesheets/global.sass */
.plans {
  background: url(/assets/pricing_icons_large.png) no-repeat;
  display: inline-block;
  overflow: hidden;
  height: 95px;
  width: 102px;
}
/* line 635, ../../app/assets/stylesheets/global.sass */
.plans.medium {
  background-position: center -95px;
}
/* line 637, ../../app/assets/stylesheets/global.sass */
.plans.enterprise {
  background-position: center -190px;
}
/* line 639, ../../app/assets/stylesheets/global.sass */
.plans.unlimited {
  background-position: center -285px;
}
/* line 641, ../../app/assets/stylesheets/global.sass */
.plans.smallIcon {
  background-size: 100% auto;
  height: 47px;
  margin: 0 10px 0 0;
  width: 50px;
}
/* line 646, ../../app/assets/stylesheets/global.sass */
.plans.smallIcon.medium {
  background-position: center -45px;
}
/* line 648, ../../app/assets/stylesheets/global.sass */
.plans.smallIcon.enterprise {
  background-position: center -95px;
}

/* line 651, ../../app/assets/stylesheets/global.sass */
.plans.small {
  background-position: 0 0;
  background-size: 40px;
  height: 36px;
  vertical-align: middle;
  width: 40px;
}
/* line 657, ../../app/assets/stylesheets/global.sass */
.plans.small.medium {
  background-position: center -35px;
}
/* line 659, ../../app/assets/stylesheets/global.sass */
.plans.small.enterprise {
  background-position: center -76px;
}
/* line 661, ../../app/assets/stylesheets/global.sass */
.plans.small.unlimited {
  background-position: center -112px;
}

/* line 664, ../../app/assets/stylesheets/global.sass */
.subIcon {
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
  display: inline-block;
  height: 32px;
  margin-right: 10px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  width: 32px;
}
/* line 673, ../../app/assets/stylesheets/global.sass */
.subIcon img {
  width: 100%;
}

/* line 676, ../../app/assets/stylesheets/global.sass */
.committer {
  display: inline-block;
  font-size: 13px;
  font-style: normal;
  white-space: nowrap;
}
/* line 681, ../../app/assets/stylesheets/global.sass */
.committer img {
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
  margin: 0 5px -5px 0;
}

/* line 689, ../../app/assets/stylesheets/global.sass */
.groupable {
  position: relative;
}

/* line 692, ../../app/assets/stylesheets/global.sass */
table {
  width: 100%;
}
/* line 693, ../../app/assets/stylesheets/global.sass */
table th, table td {
  color: #354a57;
  padding: 10px;
  vertical-align: middle;
}
/* line 697, ../../app/assets/stylesheets/global.sass */
table th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 3px;
}
/* line 700, ../../app/assets/stylesheets/global.sass */
table td {
  border-top: 1px solid white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 12px;
  line-height: 1.4;
  vertical-align: top;
}
/* line 706, ../../app/assets/stylesheets/global.sass */
table td a {
  border-bottom: 1px dotted;
  font-size: 11.5px;
  text-decoration: none;
}
/* line 710, ../../app/assets/stylesheets/global.sass */
table td a:hover {
  border-bottom: 0;
  color: #486577;
}
/* line 713, ../../app/assets/stylesheets/global.sass */
table td.break-column {
  word-break: break-all;
  word-wrap: break-word;
}
/* line 718, ../../app/assets/stylesheets/global.sass */
table tr:nth-child(2n) td {
  background-color: rgba(255, 255, 255, 0.5);
}
/* line 721, ../../app/assets/stylesheets/global.sass */
table tr:last-child td {
  border-bottom: 0;
}
/* line 723, ../../app/assets/stylesheets/global.sass */
table .committer {
  font-size: 11px;
}

/* line 727, ../../app/assets/stylesheets/global.sass */
th, dt {
  font-family: futura-pt-condensed, "Futura Cond", "Helvetica", sans-serif;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  padding-bottom: 3px;
}

/* line 734, ../../app/assets/stylesheets/global.sass */
table.datatable th.sorting_asc, table.datatable th.sorting_desc, table.datatable th.sorting {
  background-position: left 11px !important;
  padding-left: 20px;
  vertical-align: middle;
}

/* line 739, ../../app/assets/stylesheets/global.sass */
.dataTables_wrapper {
  background-color: rgba(185, 73, 71, 0.05);
  padding: 0 15px;
}
/* line 742, ../../app/assets/stylesheets/global.sass */
.dataTables_wrapper .dataTables_info {
  font-family: futura-pt-condensed, "Futura Cond", "Helvetica", sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  padding: 15px 0;
}

/* line 748, ../../app/assets/stylesheets/global.sass */
.dataTables_filter {
  overflow: hidden;
  position: absolute;
  top: -55px;
  right: 0;
}
/* line 753, ../../app/assets/stylesheets/global.sass */
.dataTables_filter input {
  font-size: 12px;
  margin-bottom: 5px;
  vertical-align: middle;
}

/* line 762, ../../app/assets/stylesheets/global.sass */
.table {
  display: table;
  position: relative;
  width: 100%;
}

/* line 767, ../../app/assets/stylesheets/global.sass */
.tr, .thr {
  display: table-row;
}

/* line 771, ../../app/assets/stylesheets/global.sass */
.tr:last-child .td {
  padding-bottom: 0;
}

/* line 774, ../../app/assets/stylesheets/global.sass */
.td, .th {
  display: table-cell;
  column-span: all;
  -webkit-column-span: all;
  -moz-column-span: all;
  -ms-column-span: all;
  -o-column-span: all;
  position: relative;
}

/* line 783, ../../app/assets/stylesheets/global.sass */
.th {
  font-family: futura-pt-condensed, "Futura Cond", "Helvetica", sans-serif;
  font-weight: bold;
  font-size: 5px;
  padding: 0 0 3px;
  text-transform: uppercase;
}

/* line 789, ../../app/assets/stylesheets/global.sass */
.td {
  padding: 20px 0;
}

/* line 793, ../../app/assets/stylesheets/global.sass */
.two .td {
  padding-right: 2.5%;
  vertical-align: top;
}
/* line 796, ../../app/assets/stylesheets/global.sass */
.two .td:last-child {
  padding-left: 2.5%;
  padding-right: 0;
}

/* line 803, ../../app/assets/stylesheets/global.sass */
.col {
  float: left;
  position: relative;
  width: 60%;
}
/* line 807, ../../app/assets/stylesheets/global.sass */
.col:nth-child(2n) {
  margin-left: 5%;
  width: 35%;
}

/* line 814, ../../app/assets/stylesheets/global.sass */
.pagination {
  overflow: hidden;
  padding: 20px 0;
  text-align: center;
}
/* line 818, ../../app/assets/stylesheets/global.sass */
.pagination ul {
  border: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  float: right;
}
/* line 822, ../../app/assets/stylesheets/global.sass */
.pagination li {
  display: inline-block;
}
/* line 824, ../../app/assets/stylesheets/global.sass */
.pagination li.active a {
  background: transparent;
  color: #b94947;
}
/* line 827, ../../app/assets/stylesheets/global.sass */
.pagination li.disabled {
  color: #999999;
}
/* line 829, ../../app/assets/stylesheets/global.sass */
.pagination li.disabled a, .pagination li.disabled span {
  color: inherit;
}
/* line 831, ../../app/assets/stylesheets/global.sass */
.pagination li.disabled:hover {
  color: #999999;
  cursor: default;
}
/* line 834, ../../app/assets/stylesheets/global.sass */
.pagination li.disabled:hover a, .pagination li.disabled:hover span {
  color: inherit;
}
/* line 836, ../../app/assets/stylesheets/global.sass */
.pagination li span {
  font-family: futura-pt-condensed, "Futura Cond", "Helvetica", sans-serif;
  font-weight: bold;
  color: #b94947;
  font-size: 18px;
  display: block;
  padding: 4px 12px;
  text-transform: uppercase;
}
/* line 843, ../../app/assets/stylesheets/global.sass */
.pagination li a {
  font-family: futura-pt-condensed, "Futura Cond", "Helvetica", sans-serif;
  font-weight: bold;
  background: transparent !important;
  border: 0 !important;
  color: #354a57;
  display: block;
  font-size: 18px;
  padding: 4px 12px;
  text-transform: uppercase;
}
/* line 852, ../../app/assets/stylesheets/global.sass */
.pagination li a:hover {
  background: transparent;
  color: #b94947;
}

/* line 859, ../../app/assets/stylesheets/global.sass */
.attnWarning {
  border-color: #f89406;
  color: #f89406;
}

/* line 863, ../../app/assets/stylesheets/global.sass */
.attnAlert {
  border-color: #b94947;
  color: #b94947;
}

/* line 867, ../../app/assets/stylesheets/global.sass */
#repoShowPercentage {
  font-family: futura-pt-condensed, "Futura Cond", "Helvetica", sans-serif;
  font-weight: bold;
  background: transparent;
  float: right;
  font-size: 42px;
  font-style: italic;
  font-weight: bold;
}

/* line 879, ../../app/assets/stylesheets/global.sass */
#header {
  background-color: #b94947;
  background-image: url(/assets/bg.png);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 150px;
}
/* line 887, ../../app/assets/stylesheets/global.sass */
#header .subIcon {
  height: 18px;
  margin: -3px 8px 0 0;
  width: 18px;
}

/* line 892, ../../app/assets/stylesheets/global.sass */
.logo {
  display: block;
  margin-top: 40px;
}
/* line 895, ../../app/assets/stylesheets/global.sass */
.logo img {
  height: 25px;
  padding: 0 0 0 13px;
  width: 120px;
}

/* line 900, ../../app/assets/stylesheets/global.sass */
.siteNav {
  padding: 20px 0 0 5px;
}
/* line 902, ../../app/assets/stylesheets/global.sass */
.siteNav li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
/* line 905, ../../app/assets/stylesheets/global.sass */
.siteNav li:first-child {
  border-top: 0;
}
/* line 907, ../../app/assets/stylesheets/global.sass */
.siteNav li:last-child {
  border-bottom: 0;
}
/* line 910, ../../app/assets/stylesheets/global.sass */
.siteNav li.current a {
  -webkit-box-shadow: 3px 0 0 0 #354a57 inset;
  -moz-box-shadow: 3px 0 0 0 #354a57 inset;
  box-shadow: 3px 0 0 0 #354a57 inset;
  background-color: #fefdf8;
  background-image: url(/assets/bg.png);
  color: #354a57;
}
/* line 915, ../../app/assets/stylesheets/global.sass */
.siteNav li.current.public {
  -webkit-box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.8) inset;
  -moz-box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.8) inset;
  box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.8) inset;
}
/* line 917, ../../app/assets/stylesheets/global.sass */
.siteNav li.current.public a {
  -webkit-box-shadow: 3px 0 0 0 #fefdf8 inset;
  -moz-box-shadow: 3px 0 0 0 #fefdf8 inset;
  box-shadow: 3px 0 0 0 #fefdf8 inset;
  background-color: #354a57;
  background-image: url(/assets/paper.png);
  color: #fefdf8;
  margin-right: -4px;
}
/* line 923, ../../app/assets/stylesheets/global.sass */
.siteNav a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: futura-pt-condensed, "Futura Cond", "Helvetica", sans-serif;
  font-weight: bold;
  color: #fffdfa;
  display: block;
  font-size: 16px;
  height: 41px;
  overflow: hidden;
  padding: 10px 0 10px 12px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
/* line 935, ../../app/assets/stylesheets/global.sass */
.siteNav a:hover .fa {
  color: #354a57;
}
/* line 937, ../../app/assets/stylesheets/global.sass */
.siteNav .fa {
  font-size: 18px;
  margin: 2px 8px 0 0;
  vertical-align: top;
  width: 18px;
}

/* line 944, ../../app/assets/stylesheets/global.sass */
.adminMenu li {
  display: inline-block;
  margin-right: 10px;
}
/* line 947, ../../app/assets/stylesheets/global.sass */
.adminMenu a {
  font-family: futura-pt-condensed, "Futura Cond", "Helvetica", sans-serif;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
}
/* line 951, ../../app/assets/stylesheets/global.sass */
.adminMenu a:hover {
  color: #fefdf8;
}

/* line 959, ../../app/assets/stylesheets/global.sass */
#footer {
  background-color: #354a57;
  background-image: url(/assets/bg.png);
  margin-top: -122px;
  position: relative;
}
/* line 964, ../../app/assets/stylesheets/global.sass */
#footer .wrapper {
  font-family: futura-pt-condensed, "Futura Cond", "Helvetica", sans-serif;
  font-weight: bold;
  color: #fffdfa;
  font-size: 16px;
  font-style: italic;
  margin-right: 0;
  padding: 25px 0;
  text-align: center;
  text-transform: uppercase;
}
/* line 973, ../../app/assets/stylesheets/global.sass */
#footer p {
  color: inherit;
  font-family: inherit;
  font-size: 13px;
  margin: 0;
  padding-top: 10px;
  text-align: center;
}
/* line 980, ../../app/assets/stylesheets/global.sass */
#footer a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: italic;
  text-transform: uppercase;
}
/* line 986, ../../app/assets/stylesheets/global.sass */
#footer span {
  display: block;
}
/* line 988, ../../app/assets/stylesheets/global.sass */
#footer span a {
  color: #98b1c0;
  font-size: 13px;
}

/* line 992, ../../app/assets/stylesheets/global.sass */
#footer ~ iframe {
  position: absolute;
  bottom: 0;
}

/* line 1000, ../../app/assets/stylesheets/global.sass */
#errorPage {
  background-color: #354a57;
  background-image: url(/assets/paper.png);
  position: relative;
}
/* line 1004, ../../app/assets/stylesheets/global.sass */
#errorPage.errorAlert {
  background-color: #b94947;
}
/* line 1006, ../../app/assets/stylesheets/global.sass */
#errorPage.signedIn {
  padding-left: 150px;
}
/* line 1008, ../../app/assets/stylesheets/global.sass */
#errorPage.error404 {
  background-color: #162028;
  overflow: hidden;
}
/* line 1010, ../../app/assets/stylesheets/global.sass */
#errorPage.error404:before {
  background-color: #162028;
  background-image: url(/assets/paper.png);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}
/* line 1019, ../../app/assets/stylesheets/global.sass */
#errorPage.error404:after {
  background-image: url(/error_zep.png);
  content: "";
  height: 499px;
  position: absolute;
  right: 5%;
  top: 10%;
  width: 392px;
}
/* line 1027, ../../app/assets/stylesheets/global.sass */
#errorPage.error404 .errorContent {
  padding-top: 15%;
}
/* line 1029, ../../app/assets/stylesheets/global.sass */
#errorPage h1 {
  border-color: #fefdf8;
  color: #fefdf8;
  font-size: 48px;
  text-align: left;
}
/* line 1034, ../../app/assets/stylesheets/global.sass */
#errorPage h2 {
  color: #354a57;
  margin: 0 0 10px;
  padding-bottom: 0;
  text-shadow: 0 1px 0 white;
}

/* line 1040, ../../app/assets/stylesheets/global.sass */
.errorContent {
  margin: auto;
  padding: 60px 0 100px;
  position: relative;
  text-align: center;
  width: 500px;
  z-index: 2;
}

/* line 1048, ../../app/assets/stylesheets/global.sass */
.errorMessage {
  background-color: #fefdf8;
  padding: 30px;
  text-align: left;
}

/* line 1055, ../../app/assets/stylesheets/global.sass */
ul.fieldset {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  overflow: hidden;
}
/* line 1060, ../../app/assets/stylesheets/global.sass */
ul.fieldset.left {
  float: left;
}

/* line 7, ../../app/assets/stylesheets/public.sass */
.publicFlash {
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.5);
  background-color: #b94947;
  background-image: url(/assets/bg.png);
  left: 40px;
  padding: 10px 20px;
  position: fixed;
  top: 40px;
}
/* line 15, ../../app/assets/stylesheets/public.sass */
.publicFlash p {
  font-family: futura-pt-condensed, "Futura Cond", "Helvetica", sans-serif;
  font-weight: bold;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
}

/* line 21, ../../app/assets/stylesheets/public.sass */
.fixedWr {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  padding: 20px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 200;
}
/* line 114, ../../app/assets/stylesheets/global.sass */
.fixedWr:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* line 30, ../../app/assets/stylesheets/public.sass */
.fixedWr.pageNav {
  position: relative;
  margin: auto;
  padding: 30px 0 50px;
  text-align: left;
  width: 980px;
}
/* line 36, ../../app/assets/stylesheets/public.sass */
.fixedWr.pageNav .logo {
  color: white;
  text-shadow: rgba(0, 0, 0, 0.45) 1px 1px 2px;
}
/* line 39, ../../app/assets/stylesheets/public.sass */
.fixedWr.pageNav .logo:hover {
  color: #fcf9ef;
}
/* line 42, ../../app/assets/stylesheets/public.sass */
.fixedWr.lightBG a {
  color: #354a57;
  text-shadow: 2px 2px 0 rgba(92, 128, 150, 0.2);
}
/* line 45, ../../app/assets/stylesheets/public.sass */
.fixedWr.lightBG a:hover {
  color: #b94947;
}
/* line 47, ../../app/assets/stylesheets/public.sass */
.fixedWr.lightBG .btn {
  color: #fefdf8;
  text-shadow: none;
}
/* line 50, ../../app/assets/stylesheets/public.sass */
.fixedWr.lightBG .btn:hover {
  color: #fefdf8;
}
/* line 52, ../../app/assets/stylesheets/public.sass */
.fixedWr .logo {
  font-family: futura-pt-condensed, "Futura Cond", "Helvetica", sans-serif;
  font-weight: bold;
  color: white;
  display: inline-block;
  font-size: 28px;
  font-style: italic;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 61, ../../app/assets/stylesheets/public.sass */
.fixedWr .logo:hover {
  color: #c7d5dd;
}
/* line 63, ../../app/assets/stylesheets/public.sass */
.fixedWr .fixedMenu {
  float: right;
}
/* line 65, ../../app/assets/stylesheets/public.sass */
.fixedWr a {
  font-family: futura-pt-condensed, "Futura Cond", "Helvetica", sans-serif;
  font-weight: bold;
  color: white;
  font-size: 18px;
  font-weight: bold;
  margin-right: 10px;
  text-shadow: #222f37 2px 2px 0;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: middle;
}
/* line 75, ../../app/assets/stylesheets/public.sass */
.fixedWr a:hover {
  color: #c7d5dd;
}
/* line 77, ../../app/assets/stylesheets/public.sass */
.fixedWr .btn {
  color: #354a57;
  text-shadow: none;
  font-size: 13px;
  padding: 3px 10px;
}
/* line 82, ../../app/assets/stylesheets/public.sass */
.fixedWr .btn:hover {
  color: #354a57;
}

/* line 85, ../../app/assets/stylesheets/public.sass */
.actualCoveralls {
  bottom: 75px;
  height: 350px;
  right: 75px;
  position: absolute;
  width: 300px;
  z-index: 150;
}
/* line 92, ../../app/assets/stylesheets/public.sass */
.actualCoveralls:hover .tag {
  display: block;
}
/* line 94, ../../app/assets/stylesheets/public.sass */
.actualCoveralls .tag {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: -webkit-linear-gradient(center top, rgba(255, 253, 250, 0.1), rgba(255, 253, 250, 0.8) 40%), url(/assets/paper.png);
  background: -webkit-gradient(center top, rgba(255, 253, 250, 0.1), rgba(255, 253, 250, 0.8) 40%), url(/assets/paper.png);
  background: -moz-linear-gradient(center top, rgba(255, 253, 250, 0.1), rgba(255, 253, 250, 0.8) 40%), url(/assets/paper.png);
  background: -o-linear-gradient(center top, rgba(255, 253, 250, 0.1), rgba(255, 253, 250, 0.8) 40%), url(/assets/paper.png);
  background: -ms-linear-gradient(center top, rgba(255, 253, 250, 0.1), rgba(255, 253, 250, 0.8) 40%), url(/assets/paper.png);
  background: linear-gradient(center top, rgba(255, 253, 250, 0.1), rgba(255, 253, 250, 0.8) 40%), url(/assets/paper.png);
  -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.2);
  background-color: #fffdfa;
  display: none;
  height: 75px;
  padding-top: 5px;
  position: absolute;
  text-align: center;
  top: 125px;
  right: 100px;
  width: 80px;
}
/* line 112, ../../app/assets/stylesheets/public.sass */
.actualCoveralls img {
  width: 33px;
}
/* line 114, ../../app/assets/stylesheets/public.sass */
.actualCoveralls p {
  font-family: futura-pt-condensed, "Futura Cond", "Helvetica", sans-serif;
  font-weight: bold;
  color: #354a57;
  font-size: 10px;
  font-style: italic;
  font-weight: bold;
  line-height: 1;
  padding: 0 5px;
  text-transform: uppercase;
}

/* line 129, ../../app/assets/stylesheets/public.sass */
#home h1, #home h2, #home h3 {
  border: 0;
  text-shadow: none;
}
/* line 132, ../../app/assets/stylesheets/public.sass */
#home h1 {
  color: #fffdfa;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  border: 0;
  margin: 0;
  padding: 0;
}
/* line 138, ../../app/assets/stylesheets/public.sass */
#home h2 {
  border-bottom: 3px solid #354a57;
  color: #354a57;
  display: inline-block;
  font-size: 36px;
  font-style: italic;
  margin: 0 0 10px;
  padding-bottom: 1px;
}
/* line 146, ../../app/assets/stylesheets/public.sass */
#home h3 {
  color: #fffdfa;
  font-size: 22px;
  margin: 0;
  padding: 0 0 20px;
}

/* line 152, ../../app/assets/stylesheets/public.sass */
#billboard {
  background-color: #3f5767;
}
/* line 154, ../../app/assets/stylesheets/public.sass */
#billboard .mainWr {
  background-image: url(/assets/public_coveralls.png);
  background-position: 550px 55px;
  background-repeat: no-repeat;
  height: 530px;
}
/* line 159, ../../app/assets/stylesheets/public.sass */
#billboard #logo {
  font-size: 95px;
  font-style: italic;
  font-weight: 800;
  padding-top: 90px;
  text-align: center;
  text-shadow: #222f37 3px 3px 0;
  text-transform: uppercase;
  width: 400px;
}
/* line 168, ../../app/assets/stylesheets/public.sass */
#billboard #logo p {
  font-family: futura-pt-condensed, "Futura Cond", "Helvetica", sans-serif;
  font-weight: bold;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 600;
  color: #c7d5dd;
}
/* line 174, ../../app/assets/stylesheets/public.sass */
#billboard #logo strong {
  color: #88a5b7;
  font-size: 24px;
  font-style: normal;
  top: -4px;
}
/* line 179, ../../app/assets/stylesheets/public.sass */
#billboard .copy {
  padding: 30px 0 0;
  width: 400px;
}
/* line 182, ../../app/assets/stylesheets/public.sass */
#billboard .copy p {
  font-family: futura-pt, "Futura", "Open Sans", "Helvetica", sans-serif;
  color: #fffdfa;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}
/* line 188, ../../app/assets/stylesheets/public.sass */
#billboard .actionButtons {
  padding-top: 30px;
  text-align: center;
}
/* line 191, ../../app/assets/stylesheets/public.sass */
#billboard .btn-danger {
  font-size: 22px;
  padding: 12px 45px;
}
/* line 194, ../../app/assets/stylesheets/public.sass */
#billboard .btn-danger:hover {
  background-color: #953a38;
}

/* line 197, ../../app/assets/stylesheets/public.sass */
#homeOrgs {
  background-image: url(/assets/paper.png);
  background-color: #253540;
  padding: 100px 0;
}
/* line 201, ../../app/assets/stylesheets/public.sass */
#homeOrgs h1 p {
  font-family: futura-pt-condensed, "Futura Cond", "Helvetica", sans-serif;
  font-weight: bold;
  color: #c7d5dd;
  font-size: 18px;
  text-transform: uppercase;
}
/* line 206, ../../app/assets/stylesheets/public.sass */
#homeOrgs .firstrow, #homeOrgs .secrow {
  text-align: center;
}
/* line 208, ../../app/assets/stylesheets/public.sass */
#homeOrgs .firstrow i {
  background-size: 918px;
  height: 126px;
  margin: 30px 5px 0;
  width: 126px;
}
/* line 213, ../../app/assets/stylesheets/public.sass */
#homeOrgs .secrow i {
  height: 110px;
  margin: 0 13px;
  width: 110px;
}

/* line 218, ../../app/assets/stylesheets/public.sass */
.ci {
  background-image: url(/assets/icons.png);
  display: inline-block;
}

/* line 225, ../../app/assets/stylesheets/public.sass */
.hulu {
  background-position: -126px 0;
}

/* line 227, ../../app/assets/stylesheets/public.sass */
.jquery {
  background-position: -252px 0;
}

/* line 229, ../../app/assets/stylesheets/public.sass */
.microsoft {
  background-position: -378px 0;
}

/* line 231, ../../app/assets/stylesheets/public.sass */
.mozilla {
  background-position: -504px 0;
}

/* line 233, ../../app/assets/stylesheets/public.sass */
.twitter {
  background-position: -630px 0;
}

/* line 235, ../../app/assets/stylesheets/public.sass */
.usgsa {
  background-position: -756px 0;
}

/* line 237, ../../app/assets/stylesheets/public.sass */
.airbrake {
  background-position: 0px -140px;
}

/* line 239, ../../app/assets/stylesheets/public.sass */
.django {
  background-position: -110px -140px;
}

/* line 241, ../../app/assets/stylesheets/public.sass */
.docker {
  background-position: -220px -140px;
}

/* line 243, ../../app/assets/stylesheets/public.sass */
.elasticsearch {
  background-position: -330px -140px;
}

/* line 245, ../../app/assets/stylesheets/public.sass */
.express {
  background-position: -440px -140px;
}

/* line 247, ../../app/assets/stylesheets/public.sass */
.intridea {
  background-position: -550px -140px;
}

/* line 249, ../../app/assets/stylesheets/public.sass */
.livingsocial {
  background-position: -660px -140px;
}

/* line 251, ../../app/assets/stylesheets/public.sass */
.mailgun {
  background-position: -770px -140px;
}

/* line 253, ../../app/assets/stylesheets/public.sass */
.mongodb {
  background-position: -880px -140px;
}

/* line 255, ../../app/assets/stylesheets/public.sass */
.nodejitsu {
  background-position: 0px -250px;
}

/* line 257, ../../app/assets/stylesheets/public.sass */
.spree {
  background-position: -110px -250px;
}

/* line 259, ../../app/assets/stylesheets/public.sass */
.zend {
  background-position: -220px -250px;
}

/* line 261, ../../app/assets/stylesheets/public.sass */
.optimizley {
  background-position: -330px -250px;
}

/* line 263, ../../app/assets/stylesheets/public.sass */
.heroku {
  background-position: -440px -250px;
}

/* line 266, ../../app/assets/stylesheets/public.sass */
.iconActual {
  background-position: 0 -360px;
  height: 41px;
  width: 33px;
}

/* line 271, ../../app/assets/stylesheets/public.sass */
#openSource {
  background-color: #cc443d;
  background-image: url(/assets/public_flag.png);
  background-position: 90% bottom;
  background-repeat: no-repeat;
  padding: 100px 0;
}
/* line 277, ../../app/assets/stylesheets/public.sass */
#openSource h1 {
  text-shadow: 0 0 2px #cc443d;
}
/* line 279, ../../app/assets/stylesheets/public.sass */
#openSource h1 p {
  font-family: futura-pt-condensed, "Futura Cond", "Helvetica", sans-serif;
  font-weight: bold;
  color: #354a57;
  font-size: 18px;
  padding-top: 0;
  text-transform: uppercase;
}
/* line 285, ../../app/assets/stylesheets/public.sass */
#openSource h3 {
  padding: 30px 0 10px;
}
/* line 287, ../../app/assets/stylesheets/public.sass */
#openSource table {
  width: 750px;
}
/* line 289, ../../app/assets/stylesheets/public.sass */
#openSource td {
  background: transparent;
  border: 0;
  line-height: auto;
  padding: 0 0 5px 0;
  width: 33%;
}
/* line 295, ../../app/assets/stylesheets/public.sass */
#openSource td a {
  font-family: futura-pt-condensed, "Futura Cond", "Helvetica", sans-serif;
  font-weight: bold;
  border: 0;
  color: #fffdfa;
  font-size: 16px;
  font-style: italic;
  line-height: 1;
  margin-right: 10px;
  text-transform: uppercase;
}
/* line 304, ../../app/assets/stylesheets/public.sass */
#openSource td img {
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 6px;
  vertical-align: middle;
}
/* line 309, ../../app/assets/stylesheets/public.sass */
#openSource em {
  color: #fffdfa;
  display: block;
  font-size: 11px;
  font-style: italic;
  padding-top: 5px;
  text-align: center;
  width: 600px;
}

/* line 318, ../../app/assets/stylesheets/public.sass */
#homeFeatures {
  background-image: url(/assets/paper.png);
  background-color: #253540;
  padding: 100px 0;
}
/* line 322, ../../app/assets/stylesheets/public.sass */
#homeFeatures .screenItem {
  color: #fffdfa;
  float: left;
  margin: 0 0 3px 3px;
  overflow: hidden;
  padding-top: 20px;
  width: 160px;
}
/* line 329, ../../app/assets/stylesheets/public.sass */
#homeFeatures .screenItem:first-child {
  margin-left: 0;
}
/* line 331, ../../app/assets/stylesheets/public.sass */
#homeFeatures .screenItem p {
  font-family: futura-pt, "Futura", "Open Sans", "Helvetica", sans-serif;
  color: #fffdfa;
  line-height: 1;
  padding: 10px 0 0 5px;
}
/* line 336, ../../app/assets/stylesheets/public.sass */
#homeFeatures .screenItem a {
  background-image: url(/assets/icons.png);
  background-position: 0 -420px;
  display: block;
  height: 213px;
  width: 324px;
}
/* line 342, ../../app/assets/stylesheets/public.sass */
#homeFeatures .screenItem a.screen2 {
  background-position: -324px -420px;
}
/* line 344, ../../app/assets/stylesheets/public.sass */
#homeFeatures .screenItem a.screen3 {
  background-position: -648px -420px;
}
/* line 346, ../../app/assets/stylesheets/public.sass */
#homeFeatures .screenItem a.screen4 {
  background-position: 0 -633px;
}
/* line 348, ../../app/assets/stylesheets/public.sass */
#homeFeatures .screenItem a.screen5 {
  background-position: -324px -633px;
}
/* line 350, ../../app/assets/stylesheets/public.sass */
#homeFeatures .screenItem a.screen6 {
  background-position: -648px -633px;
}
/* line 352, ../../app/assets/stylesheets/public.sass */
#homeFeatures .actionButtons {
  clear: both;
  text-align: center;
}
/* line 355, ../../app/assets/stylesheets/public.sass */
#homeFeatures .actionButtons p {
  font-family: futura-pt-condensed, "Futura Cond", "Helvetica", sans-serif;
  font-weight: bold;
  color: #fffdfa;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  padding: 60px 0 10px;
  text-transform: uppercase;
}

/* line 364, ../../app/assets/stylesheets/public.sass */
#homeWhy {
  background-color: #cc443d;
  padding: 100px 0;
}
/* line 367, ../../app/assets/stylesheets/public.sass */
#homeWhy h2 {
  color: #354a57;
}
/* line 369, ../../app/assets/stylesheets/public.sass */
#homeWhy section {
  overflow: hidden;
  position: relative;
}
/* line 372, ../../app/assets/stylesheets/public.sass */
#homeWhy .copy {
  width: 460px;
  font-family: futura-pt, "Futura", "Open Sans", "Helvetica", sans-serif;
}
/* line 375, ../../app/assets/stylesheets/public.sass */
#homeWhy .copy p {
  font-family: futura-pt, "Futura", "Open Sans", "Helvetica", sans-serif;
  color: white;
  font-size: 16px;
  line-height: 1.3em;
}
/* line 381, ../../app/assets/stylesheets/public.sass */
#homeWhy .fight .copy {
  float: left;
  margin: 120px 0;
}
/* line 384, ../../app/assets/stylesheets/public.sass */
#homeWhy .fight i {
  display: block;
  width: 517px;
  height: 406px;
  background-image: url(/assets/public_fist.png);
  float: right;
  margin-top: 60px;
  width: 482px;
}
/* line 389, ../../app/assets/stylesheets/public.sass */
#homeWhy .stomp {
  box-shadow: none;
}
/* line 391, ../../app/assets/stylesheets/public.sass */
#homeWhy .stomp .copy {
  margin: 60px 0;
  float: right;
  padding-left: 40px;
  width: 410px;
}
/* line 396, ../../app/assets/stylesheets/public.sass */
#homeWhy .stomp i {
  display: block;
  width: 453px;
  height: 473px;
  background-image: url(/assets/public_stomp.png);
}
/* line 398, ../../app/assets/stylesheets/public.sass */
#homeWhy .computer {
  box-shadow: none;
}
/* line 400, ../../app/assets/stylesheets/public.sass */
#homeWhy .computer i {
  display: block;
  width: 536px;
  height: 305px;
  background-image: url(/assets/public_computer.png);
  margin-top: 60px;
}
/* line 403, ../../app/assets/stylesheets/public.sass */
#homeWhy .computer .copy {
  float: right;
  margin: 120px 0;
  width: 400px;
}
/* line 407, ../../app/assets/stylesheets/public.sass */
#homeWhy .badges {
  box-shadow: none;
}
/* line 409, ../../app/assets/stylesheets/public.sass */
#homeWhy .badges i {
  display: block;
  width: 387px;
  height: 92px;
  background-image: url(/assets/public_badges.png);
  float: right;
  margin-top: 58px;
}
/* line 413, ../../app/assets/stylesheets/public.sass */
#homeWhy .badges .copy {
  float: left;
  margin: 50px 0 100px;
  width: 520px;
}

/* line 418, ../../app/assets/stylesheets/public.sass */
#homeStories {
  background: -webkit-linear-gradient(center top, rgba(255, 253, 250, 0.1), rgba(255, 253, 250, 0.8) 40%), url(/assets/paper.png);
  background: -webkit-gradient(center top, rgba(255, 253, 250, 0.1), rgba(255, 253, 250, 0.8) 40%), url(/assets/paper.png);
  background: -moz-linear-gradient(center top, rgba(255, 253, 250, 0.1), rgba(255, 253, 250, 0.8) 40%), url(/assets/paper.png);
  background: -o-linear-gradient(center top, rgba(255, 253, 250, 0.1), rgba(255, 253, 250, 0.8) 40%), url(/assets/paper.png);
  background: -ms-linear-gradient(center top, rgba(255, 253, 250, 0.1), rgba(255, 253, 250, 0.8) 40%), url(/assets/paper.png);
  background: linear-gradient(center top, rgba(255, 253, 250, 0.1), rgba(255, 253, 250, 0.8) 40%), url(/assets/paper.png);
  padding: 100px 0;
}
/* line 426, ../../app/assets/stylesheets/public.sass */
#homeStories .btn {
  float: right;
}
/* line 428, ../../app/assets/stylesheets/public.sass */
#homeStories h1 {
  color: #b94947;
}
/* line 430, ../../app/assets/stylesheets/public.sass */
#homeStories h3 {
  color: #354a57;
}

/* line 436, ../../app/assets/stylesheets/public.sass */
#features {
  margin: auto;
  max-width: 960px;
  padding: 0 0 0 170px;
}
/* line 440, ../../app/assets/stylesheets/public.sass */
#features h1 {
  font-family: futura-pt-condensed, "Futura Cond", "Helvetica", sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 48px;
  margin-bottom: 75px;
}
/* line 445, ../../app/assets/stylesheets/public.sass */
#features .featureItem {
  overflow: hidden;
}
/* line 447, ../../app/assets/stylesheets/public.sass */
#features .featureItem .featureImage {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border: 1px solid #d6d4cb;
}
/* line 450, ../../app/assets/stylesheets/public.sass */
#features .featureItem .description {
  float: right;
  width: 280px;
}
/* line 453, ../../app/assets/stylesheets/public.sass */
#features .featureItem .description h2 {
  font-family: futura-pt-condensed, "Futura Cond", "Helvetica", sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 36px;
}
/* line 459, ../../app/assets/stylesheets/public.sass */
#features .featureItem.imageRight .featureImage {
  float: right;
  margin-left: 15px;
}
/* line 462, ../../app/assets/stylesheets/public.sass */
#features .featureItem ~ .featureItem {
  margin-top: 120px;
}
/* line 464, ../../app/assets/stylesheets/public.sass */
#features .proNotify {
  border: 2px solid rgba(53, 74, 87, 0.3);
  border-width: 2px 0;
  margin: 40px 0;
  overflow: hidden;
  padding: 40px 0;
  width: auto;
}
/* line 471, ../../app/assets/stylesheets/public.sass */
#features .proNotify p {
  color: #354a57;
}
/* line 473, ../../app/assets/stylesheets/public.sass */
#features .proNotify #new_pro_notification {
  float: right;
  width: 400px;
}
/* line 476, ../../app/assets/stylesheets/public.sass */
#features .proNotify #new_pro_notification input {
  background: rgba(204, 204, 204, 0.5);
  color: #354a57;
}
/* line 479, ../../app/assets/stylesheets/public.sass */
#features .proNotify #new_pro_notification .btn {
  background-color: black;
  color: #fffdfa;
}
/* line 482, ../../app/assets/stylesheets/public.sass */
#features .proNotify .emaillabel {
  background-position: -60px 0;
}
/* line 484, ../../app/assets/stylesheets/public.sass */
#features .proNotify .twitterlabel {
  background-position: -40px 0;
}

/* line 490, ../../app/assets/stylesheets/public.sass */
#pricingOpen {
  padding: 100px 0 60px;
  text-align: center;
}
/* line 493, ../../app/assets/stylesheets/public.sass */
#pricingOpen h2 {
  color: #b94947;
}

/* line 496, ../../app/assets/stylesheets/public.sass */
#pricingPage {
  background-color: #2b3d47;
  background-image: url(/assets/paper.png);
  overflow: hidden;
  padding-bottom: 140px;
  position: relative;
}
/* line 502, ../../app/assets/stylesheets/public.sass */
#pricingPage:before {
  background-color: #3f5767;
  background-image: url(/assets/bg.png);
  content: "";
  height: 280px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 511, ../../app/assets/stylesheets/public.sass */
#pricingPage:after {
  background-image: url(/assets/public_coveralls.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1000px;
  left: -30px;
  opacity: 0.15;
  position: absolute;
  top: 280px;
  width: 800px;
  z-index: 1;
}

/* line 524, ../../app/assets/stylesheets/public.sass */
.pricingContent {
  margin: auto;
  padding-top: 80px;
  position: relative;
  width: 60%;
  z-index: 2;
}
/* line 530, ../../app/assets/stylesheets/public.sass */
.pricingContent > ul {
  padding-top: 100px;
  text-align: center;
}
/* line 533, ../../app/assets/stylesheets/public.sass */
.pricingContent h1, .pricingContent h1 p, .pricingContent h3 {
  border-color: #fefdf8;
  color: #fefdf8;
  margin-top: 0;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8);
}
/* line 538, ../../app/assets/stylesheets/public.sass */
.pricingContent li {
  color: #fefdf8;
  position: relative;
}
/* line 541, ../../app/assets/stylesheets/public.sass */
.pricingContent i {
  margin-bottom: 25px;
}

/* line 544, ../../app/assets/stylesheets/public.sass */
.pricingOption {
  display: inline-block;
  width: 28%;
}
/* line 547, ../../app/assets/stylesheets/public.sass */
.pricingOption:nth-child(2) {
  margin: 0 7%;
}
/* line 549, ../../app/assets/stylesheets/public.sass */
.pricingOption:nth-child(2) h3 {
  border-color: #f89406;
  color: #fefdf8;
}
/* line 552, ../../app/assets/stylesheets/public.sass */
.pricingOption:nth-child(2) em {
  display: block;
}
/* line 554, ../../app/assets/stylesheets/public.sass */
.pricingOption:nth-child(2) .btn-function {
  background: #f89406;
  color: #fefdf8;
}
/* line 557, ../../app/assets/stylesheets/public.sass */
.pricingOption:nth-child(2) .btn-function:hover {
  background: #486577;
}
/* line 559, ../../app/assets/stylesheets/public.sass */
.pricingOption h3 {
  border-color: #98b1c0;
  color: #98b1c0;
  font-size: 30px;
}
/* line 563, ../../app/assets/stylesheets/public.sass */
.pricingOption em {
  color: #f89406;
  display: none;
  font-size: 12px;
  font-style: italic;
  left: 0;
  position: absolute;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.7);
  top: 100px;
  width: 100%;
}

/* line 575, ../../app/assets/stylesheets/public.sass */
.pricingFeat {
  padding: 15px 0;
}
/* line 577, ../../app/assets/stylesheets/public.sass */
.pricingFeat li {
  display: block;
  padding: 4px 0;
}

/* line 581, ../../app/assets/stylesheets/public.sass */
.price {
  font-family: futura-pt-condensed, "Futura Cond", "Helvetica", sans-serif;
  font-weight: bold;
  color: #fefdf8;
  font-size: 28px;
  font-style: italic;
  padding: 20px 0;
  text-align: center;
}
/* line 588, ../../app/assets/stylesheets/public.sass */
.price sub {
  color: #fefdf8;
}
/* line 590, ../../app/assets/stylesheets/public.sass */
.price span {
  color: #c05b59;
  display: block;
  font-size: 0.6em;
}

/* line 595, ../../app/assets/stylesheets/public.sass */
.pricingUnlimited {
  background: transparent;
  display: block;
  margin: 120px auto 0;
  text-align: left;
  width: 80%;
}
/* line 601, ../../app/assets/stylesheets/public.sass */
.pricingUnlimited .plans {
  float: left;
}
/* line 603, ../../app/assets/stylesheets/public.sass */
.pricingUnlimited h1, .pricingUnlimited ul {
  margin-left: 134px;
}
/* line 605, ../../app/assets/stylesheets/public.sass */
.pricingUnlimited .btn {
  position: absolute;
  right: 0;
  top: 80px;
}

/* line 616, ../../app/assets/stylesheets/public.sass */
.aboutPics {
  list-style: none outside none;
  margin: auto;
  padding: 40px 0;
  text-align: center;
  width: 900px;
}
/* line 622, ../../app/assets/stylesheets/public.sass */
.aboutPics li {
  font-family: futura-pt-condensed, "Futura Cond", "Helvetica", sans-serif;
  font-weight: bold;
  display: inline-block;
  margin: 0 20px;
  text-align: center;
  text-transform: uppercase;
}
/* line 628, ../../app/assets/stylesheets/public.sass */
.aboutPics li img {
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  display: block;
  margin-bottom: 10px;
}

/* line 636, ../../app/assets/stylesheets/public.sass */
#signUpPage {
  padding: 0 0 100px 160px;
}
/* line 638, ../../app/assets/stylesheets/public.sass */
#signUpPage h1 {
  border-color: #fefdf8;
  font-size: 5em;
  margin: 0 auto;
  text-align: center;
  width: 540px;
}
/* line 644, ../../app/assets/stylesheets/public.sass */
#signUpPage h3 {
  margin-top: 80px;
}
/* line 646, ../../app/assets/stylesheets/public.sass */
#signUpPage p {
  color: #fefdf8;
  font-size: 14px;
  line-height: 1.6;
}
/* line 650, ../../app/assets/stylesheets/public.sass */
#signUpPage .dialog {
  width: 540px;
}
/* line 652, ../../app/assets/stylesheets/public.sass */
#signUpPage .btn {
  font-size: 20px;
}
/* line 654, ../../app/assets/stylesheets/public.sass */
#signUpPage i {
  font-size: 28px;
  margin-right: 15px;
  vertical-align: bottom;
}
/* line 658, ../../app/assets/stylesheets/public.sass */
#signUpPage .action {
  padding-top: 30px;
  text-align: center;
}

/* line 662, ../../app/assets/stylesheets/public.sass */
.signupTop {
  display: block;
  margin: auto;
}

/* line 671, ../../app/assets/stylesheets/public.sass */
.mainWr {
  margin: auto;
  position: relative;
  width: 980px;
}
/* line 114, ../../app/assets/stylesheets/global.sass */
.mainWr:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 677, ../../app/assets/stylesheets/public.sass */
#entInfo {
  background-color: #fffefc;
}
/* line 679, ../../app/assets/stylesheets/public.sass */
#entInfo h1, #entInfo h2, #entInfo h3 {
  font-family: futura-pt, "Futura", "Open Sans", "Helvetica", sans-serif;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset;
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset;
  text-shadow: none;
  border: 0;
}
/* line 684, ../../app/assets/stylesheets/public.sass */
#entInfo h1, #entInfo h2 {
  font-weight: normal;
  font-style: normal;
}
/* line 687, ../../app/assets/stylesheets/public.sass */
#entInfo h3 {
  font-weight: 700;
  padding: 60px 0;
}
/* line 690, ../../app/assets/stylesheets/public.sass */
#entInfo h3 p {
  font-size: 15px;
  line-height: 1.5;
  margin: auto;
  padding-top: 20px;
  width: 650px;
}
/* line 696, ../../app/assets/stylesheets/public.sass */
#entInfo input[type='submit'] {
  font-family: futura-pt, "Futura", "Open Sans", "Helvetica", sans-serif;
}
/* line 698, ../../app/assets/stylesheets/public.sass */
#entInfo input[type='email'], #entInfo input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 33px;
  width: 340px;
}
/* line 702, ../../app/assets/stylesheets/public.sass */
#entInfo input[type='submit'] {
  background: white;
  color: #091c23;
  font-weight: bold;
  height: 33px;
}
/* line 707, ../../app/assets/stylesheets/public.sass */
#entInfo header {
  text-align: center;
}
/* line 709, ../../app/assets/stylesheets/public.sass */
#entInfo header.billboard {
  background-color: #091d25;
  background-image: url("enterprise/graph-pattern.png"), url("enterprise/header-earthrise.jpg");
  background-repeat: repeat, no-repeat;
  -webkit-background-size: auto, cover;
  -moz-background-size: auto, cover;
  background-size: auto, cover;
  background-position: 0 0%, 0 bottom;
  border-bottom: 4px solid #091d25;
  height: 650px;
}
/* line 719, ../../app/assets/stylesheets/public.sass */
#entInfo header.billboard .content {
  padding-top: 20px;
}
/* line 721, ../../app/assets/stylesheets/public.sass */
#entInfo header.billboard h1 {
  color: #f0c10c;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.15em;
  margin: 20px 0 10px;
}
/* line 727, ../../app/assets/stylesheets/public.sass */
#entInfo header.billboard h2 {
  color: white;
  font-size: 22px;
  padding-bottom: 35px;
  text-transform: none;
}
/* line 732, ../../app/assets/stylesheets/public.sass */
#entInfo input[type='email'], #entInfo input[type="text"] {
  border-radius: 1px;
  border: 1px solid rgba(255, 255, 255, 0.51);
  background: #3a494f;
  color: white;
}
/* line 737, ../../app/assets/stylesheets/public.sass */
#entInfo section {
  padding: 100px 0;
}
/* line 740, ../../app/assets/stylesheets/public.sass */
#entInfo .featureList li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  font-size: 12px;
  list-style-type: none;
  margin-bottom: 25px;
  padding: 20px 0 20px;
  position: relative;
  text-align: center;
  width: 20%;
}
/* line 750, ../../app/assets/stylesheets/public.sass */
#entInfo .featureList li img {
  display: block;
  margin: 0 auto 20px;
  opacity: 0.1;
}
/* line 754, ../../app/assets/stylesheets/public.sass */
#entInfo .moreInfo {
  background-color: #091c23;
  background-image: url("enterprise/graph-pattern.png");
  color: white;
  padding-bottom: 200px;
  text-align: center;
}
/* line 760, ../../app/assets/stylesheets/public.sass */
#entInfo .moreInfo h3, #entInfo .moreInfo p {
  color: white;
}
/* line 762, ../../app/assets/stylesheets/public.sass */
#entInfo .moreInfo h3 {
  padding: 0 0 30px;
}
/* line 764, ../../app/assets/stylesheets/public.sass */
#entInfo .moreInfo p {
  font-family: futura-pt, "Futura", "Open Sans", "Helvetica", sans-serif;
  color: white;
  font-size: 16px;
  font-style: italic;
  padding-bottom: 10px;
  text-transform: none;
}
/* line 771, ../../app/assets/stylesheets/public.sass */
#entInfo .footer {
  margin-top: 0;
}


