@charset "UTF-8";
/*

Table of contents:

[00] Animations
[01] Fonts
[02] Colors
[03] Breakpoints
[04] Gutters/Spacing
[05] Custom Variables

------------------------------------------------- */
/* [00] Animations
------------------------------------------------- */
/* [01] Fonts
------------------------------------------------- */
/* [02] Colors
------------------------------------------------- */
/* [03] Break Points
------------------------------------------------- */
/* [04] Gutters/Spacing
------------------------------------------------- */
/* [05] Elements
------------------------------------------------- */
/* Template */
/* Boxes */
/* Input */
/*

Reset Everything!

[01] Reset

------------------------------------------------- */
/*------------------------------------------------- */
/* [01] Reset
--------------------------------------------------------------------------------------- //// */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,600&family=Raleway:wght@100;300;400;500;600&display=swap");
/* line 13, app/assets/stylesheets/core/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* line 33, app/assets/stylesheets/core/_reset.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 34, app/assets/stylesheets/core/_reset.scss */
body {
  line-height: 1;
}

/* line 35, app/assets/stylesheets/core/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 36, app/assets/stylesheets/core/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 37, app/assets/stylesheets/core/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 39, app/assets/stylesheets/core/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 40, app/assets/stylesheets/core/_reset.scss */
img {
  height: auto;
  max-width: 100%;
}

/* line 41, app/assets/stylesheets/core/_reset.scss */
button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: inherit;
  margin: 0;
  padding: 0;
}

/* line 42, app/assets/stylesheets/core/_reset.scss */
html {
  box-sizing: border-box;
}

/* line 43, app/assets/stylesheets/core/_reset.scss */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 44, app/assets/stylesheets/core/_reset.scss */
*:focus {
  outline: none;
}

/* line 45, app/assets/stylesheets/core/_reset.scss */
textarea:focus, input:focus {
  outline: none;
}

/* line 46, app/assets/stylesheets/core/_reset.scss */
img {
  max-width: 100%;
}

/*

Grid foundation helper classes.

Table of contents:
-> [01] Grid

------------------------------------------------- */
/* [01] Grid
--------------------------------------------------------------------------------------- //// */
/* line 13, app/assets/stylesheets/core/_grid.scss */
.wrapper {
  padding: 20px;
}

/* line 16, app/assets/stylesheets/core/_grid.scss */
.row {
  width: 100%;
  /* min-width: 468px; */
  margin: 0 auto;
}

/* line 20, app/assets/stylesheets/core/_grid.scss */
.row .row {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0;
}

/* line 26, app/assets/stylesheets/core/_grid.scss */
.row.collapse .column,
.row.collapse .columns {
  padding: 0;
}

/* line 30, app/assets/stylesheets/core/_grid.scss */
.row .row.collapse {
  margin: 0;
}

/* line 34, app/assets/stylesheets/core/_grid.scss */
.column,
.columns {
  float: left;
  min-height: 1px;
  padding: 0 10px;
  position: relative;
  width: 100%;
}

/* line 42, app/assets/stylesheets/core/_grid.scss */
.column.centered,
.columns.centered {
  float: none;
  margin: 0 auto;
}

/* line 48, app/assets/stylesheets/core/_grid.scss */
[class*='column'] + [class*='column']:last-child {
  float: right;
}

/* line 51, app/assets/stylesheets/core/_grid.scss */
[class*='column'] + .end[class*='column'] {
  float: left;
}

/* line 2, app/assets/stylesheets/mixins/_grid.scss */
.one,
.row .one,
.col-md-1,
.row .col-md-1,
.col-xs-1,
.row .col-xs-1 {
  width: 50%;
}

@media (min-width: 768px) {
  /* line 2, app/assets/stylesheets/mixins/_grid.scss */
  .one,
.row .one,
.col-md-1,
.row .col-md-1,
.col-xs-1,
.row .col-xs-1 {
    width: 8.3333333333%;
  }
}

/* line 2, app/assets/stylesheets/mixins/_grid.scss */
.two,
.row .two,
.col-md-2,
.row .col-md-2,
.col-xs-2,
.row .col-xs-2 {
  width: 50%;
}

@media (min-width: 768px) {
  /* line 2, app/assets/stylesheets/mixins/_grid.scss */
  .two,
.row .two,
.col-md-2,
.row .col-md-2,
.col-xs-2,
.row .col-xs-2 {
    width: 16.6666666667%;
  }
}

/* line 2, app/assets/stylesheets/mixins/_grid.scss */
.three,
.row .three,
.col-md-3,
.row .col-md-3,
.col-xs-3,
.row .col-xs-3 {
  width: 50%;
}

@media (min-width: 768px) {
  /* line 2, app/assets/stylesheets/mixins/_grid.scss */
  .three,
.row .three,
.col-md-3,
.row .col-md-3,
.col-xs-3,
.row .col-xs-3 {
    width: 25%;
  }
}

/* line 2, app/assets/stylesheets/mixins/_grid.scss */
.four,
.row .four,
.col-md-4,
.row .col-md-4,
.col-xs-4,
.row .col-xs-4 {
  width: 50%;
}

@media (min-width: 768px) {
  /* line 2, app/assets/stylesheets/mixins/_grid.scss */
  .four,
.row .four,
.col-md-4,
.row .col-md-4,
.col-xs-4,
.row .col-xs-4 {
    width: 33.3333333333%;
  }
}

/* line 2, app/assets/stylesheets/mixins/_grid.scss */
.five,
.row .five,
.col-md-5,
.row .col-md-5,
.col-xs-5,
.row .col-xs-5 {
  width: 50%;
}

@media (min-width: 768px) {
  /* line 2, app/assets/stylesheets/mixins/_grid.scss */
  .five,
.row .five,
.col-md-5,
.row .col-md-5,
.col-xs-5,
.row .col-xs-5 {
    width: 41.6666666667%;
  }
}

/* line 2, app/assets/stylesheets/mixins/_grid.scss */
.six,
.row .six,
.col-md-6,
.row .col-md-6,
.col-xs-6,
.row .col-xs-6 {
  width: 50%;
}

@media (min-width: 768px) {
  /* line 2, app/assets/stylesheets/mixins/_grid.scss */
  .six,
.row .six,
.col-md-6,
.row .col-md-6,
.col-xs-6,
.row .col-xs-6 {
    width: 50%;
  }
}

/* line 2, app/assets/stylesheets/mixins/_grid.scss */
.seven,
.row .seven,
.col-md-7,
.row .col-md-7,
.col-xs-7,
.row .col-xs-7 {
  width: 100%;
}

@media (min-width: 768px) {
  /* line 2, app/assets/stylesheets/mixins/_grid.scss */
  .seven,
.row .seven,
.col-md-7,
.row .col-md-7,
.col-xs-7,
.row .col-xs-7 {
    width: 58.3333333333%;
  }
}

/* line 2, app/assets/stylesheets/mixins/_grid.scss */
.eight,
.row .eight,
.col-md-8,
.row .col-md-8,
.col-xs-8,
.row .col-xs-8 {
  width: 100%;
}

@media (min-width: 768px) {
  /* line 2, app/assets/stylesheets/mixins/_grid.scss */
  .eight,
.row .eight,
.col-md-8,
.row .col-md-8,
.col-xs-8,
.row .col-xs-8 {
    width: 66.6666666667%;
  }
}

/* line 2, app/assets/stylesheets/mixins/_grid.scss */
.nine,
.row .nine,
.col-md-9,
.row .col-md-9,
.col-xs-9,
.row .col-xs-9 {
  width: 100%;
}

@media (min-width: 768px) {
  /* line 2, app/assets/stylesheets/mixins/_grid.scss */
  .nine,
.row .nine,
.col-md-9,
.row .col-md-9,
.col-xs-9,
.row .col-xs-9 {
    width: 75%;
  }
}

/* line 2, app/assets/stylesheets/mixins/_grid.scss */
.ten,
.row .ten,
.col-md-10,
.row .col-md-10,
.col-xs-10,
.row .col-xs-10 {
  width: 100%;
}

@media (min-width: 768px) {
  /* line 2, app/assets/stylesheets/mixins/_grid.scss */
  .ten,
.row .ten,
.col-md-10,
.row .col-md-10,
.col-xs-10,
.row .col-xs-10 {
    width: 83.3333333333%;
  }
}

/* line 2, app/assets/stylesheets/mixins/_grid.scss */
.eleven,
.row .eleven,
.col-md-11,
.row .col-md-11,
.col-xs-11,
.row .col-xs-11 {
  width: 100%;
}

@media (min-width: 768px) {
  /* line 2, app/assets/stylesheets/mixins/_grid.scss */
  .eleven,
.row .eleven,
.col-md-11,
.row .col-md-11,
.col-xs-11,
.row .col-xs-11 {
    width: 91.6666666667%;
  }
}

/* line 2, app/assets/stylesheets/mixins/_grid.scss */
.twelve,
.row .twelve,
.col-md-12,
.row .col-md-12,
.col-xs-12,
.row .col-xs-12 {
  width: 100%;
}

@media (min-width: 768px) {
  /* line 2, app/assets/stylesheets/mixins/_grid.scss */
  .twelve,
.row .twelve,
.col-md-12,
.row .col-md-12,
.col-xs-12,
.row .col-xs-12 {
    width: 100%;
  }
}

/* line 69, app/assets/stylesheets/core/_grid.scss */
.one_seventh,
.row .one_seventh {
  width: 50%;
}

@media (min-width: 768px) {
  /* line 69, app/assets/stylesheets/core/_grid.scss */
  .one_seventh,
.row .one_seventh {
    width: 14.285714286%;
  }
  /* line 76, app/assets/stylesheets/core/_grid.scss */
  .one_seventh input,
.row .one_seventh input {
    font-size: 12px;
  }
}

/* line 94, app/assets/stylesheets/core/_grid.scss */
.row .offset-by-one {
  margin-left: 8.33333%;
}

/* line 97, app/assets/stylesheets/core/_grid.scss */
.row .offset-by-two {
  margin-left: 16.66667%;
}

/* line 100, app/assets/stylesheets/core/_grid.scss */
.row .offset-by-three {
  margin-left: 25%;
}

/* line 103, app/assets/stylesheets/core/_grid.scss */
.row .offset-by-four {
  margin-left: 33.33333%;
}

/* line 106, app/assets/stylesheets/core/_grid.scss */
.row .offset-by-five {
  margin-left: 41.66667%;
}

/* line 109, app/assets/stylesheets/core/_grid.scss */
.row .offset-by-six {
  margin-left: 50%;
}

/* line 112, app/assets/stylesheets/core/_grid.scss */
.row .offset-by-seven {
  margin-left: 58.33333%;
}

/* line 115, app/assets/stylesheets/core/_grid.scss */
.row .offset-by-eight {
  margin-left: 66.66667%;
}

/* line 118, app/assets/stylesheets/core/_grid.scss */
.row .offset-by-nine {
  margin-left: 75%;
}

/* line 121, app/assets/stylesheets/core/_grid.scss */
.row .offset-by-ten {
  margin-left: 83.33333%;
}

/* line 125, app/assets/stylesheets/core/_grid.scss */
.push-two {
  left: 16.66667%;
}

/* line 128, app/assets/stylesheets/core/_grid.scss */
.pull-two {
  right: 16.66667%;
}

/* line 131, app/assets/stylesheets/core/_grid.scss */
.push-three {
  left: 25%;
}

/* line 134, app/assets/stylesheets/core/_grid.scss */
.pull-three {
  right: 25%;
}

/* line 137, app/assets/stylesheets/core/_grid.scss */
.push-four {
  left: 33.33333%;
}

/* line 140, app/assets/stylesheets/core/_grid.scss */
.pull-four {
  right: 33.33333%;
}

/* line 143, app/assets/stylesheets/core/_grid.scss */
.push-five {
  left: 41.66667%;
}

/* line 146, app/assets/stylesheets/core/_grid.scss */
.pull-five {
  right: 41.66667%;
}

/* line 149, app/assets/stylesheets/core/_grid.scss */
.push-six {
  left: 50%;
}

/* line 152, app/assets/stylesheets/core/_grid.scss */
.pull-six {
  right: 50%;
}

/* line 155, app/assets/stylesheets/core/_grid.scss */
.push-seven {
  left: 58.33333%;
}

/* line 158, app/assets/stylesheets/core/_grid.scss */
.pull-seven {
  right: 58.33333%;
}

/* line 161, app/assets/stylesheets/core/_grid.scss */
.push-eight {
  left: 66.66667%;
}

/* line 164, app/assets/stylesheets/core/_grid.scss */
.pull-eight {
  right: 66.66667%;
}

/* line 167, app/assets/stylesheets/core/_grid.scss */
.push-nine {
  left: 75%;
}

/* line 170, app/assets/stylesheets/core/_grid.scss */
.pull-nine {
  right: 75%;
}

/* line 173, app/assets/stylesheets/core/_grid.scss */
.push-ten {
  left: 83.33333%;
}

/* line 176, app/assets/stylesheets/core/_grid.scss */
.pull-ten {
  right: 83.33333%;
}

/* Nicolas Gallagher's micro clearfix */
/* line 181, app/assets/stylesheets/core/_grid.scss */
.row {
  *zoom: 1;
}

/* line 184, app/assets/stylesheets/core/_grid.scss */
.row:before,
.row:after {
  content: ' ';
  display: table;
}

/* line 189, app/assets/stylesheets/core/_grid.scss */
.row:after {
  clear: both;
}

/* Block Grids ---------------------- */
/* These are 2-up, 3-up, 4-up and 5-up ULs, suited
for repeating blocks of content. Add 'mobile' to
them to switch them just like the layout grid
(one item per line) on phones

For IE7/8 compatibility block-grid items need to be
the same height. You can optionally uncomment the
lines below to support arbitrary height, but know
that IE7/8 do not support :nth-child.
-------------------------------------------------- */
/* line 204, app/assets/stylesheets/core/_grid.scss */
.data-grid {
  display: block;
  overflow: hidden;
  padding: 0;
}

/* line 209, app/assets/stylesheets/core/_grid.scss */
.data-grid > li {
  display: block;
  height: auto;
  float: left;
}

/* line 214, app/assets/stylesheets/core/_grid.scss */
.data-grid.one-column {
  margin: 0;
  margin: 0 -8px;
}

/* line 218, app/assets/stylesheets/core/_grid.scss */
.data-grid.one-column > li {
  width: 100%;
  padding: 0 0 15px;
  padding: 0 8px 8px;
}

/* line 223, app/assets/stylesheets/core/_grid.scss */
.data-grid.two-columns {
  margin: 0 -15px;
  margin: 0 -8px;
}

/* line 227, app/assets/stylesheets/core/_grid.scss */
.data-grid.two-columns > li {
  width: 50%;
  padding: 0 15px 15px;
  padding: 0 8px 8px;
}

/* line 232, app/assets/stylesheets/core/_grid.scss */
.data-grid.two-columns > li:nth-child(2n + 1) {
  clear: both;
}

/* line 235, app/assets/stylesheets/core/_grid.scss */
.data-grid.three-columns {
  margin: 0 -12px;
  margin: 0 -8px;
}

/* line 239, app/assets/stylesheets/core/_grid.scss */
.data-grid.three-columns > li {
  width: 33.33333%;
  padding: 0 12px 12px;
  padding: 0 8px 8px;
}

/* line 244, app/assets/stylesheets/core/_grid.scss */
.data-grid.three-columns > li:nth-child(3n + 1) {
  clear: both;
}

/* line 247, app/assets/stylesheets/core/_grid.scss */
.data-grid.four-columns {
  margin: 0 -10px;
}

/* line 250, app/assets/stylesheets/core/_grid.scss */
.data-grid.four-columns > li {
  width: 25%;
  padding: 0 10px 10px;
}

/* line 254, app/assets/stylesheets/core/_grid.scss */
.data-grid.four-columns > li:nth-child(4n + 1) {
  clear: both;
}

/* line 257, app/assets/stylesheets/core/_grid.scss */
.data-grid.five-columns {
  margin: 0 -8px;
}

/* line 260, app/assets/stylesheets/core/_grid.scss */
.data-grid.five-columns > li {
  width: 20%;
  padding: 0 8px 8px;
}

/* line 264, app/assets/stylesheets/core/_grid.scss */
.data-grid.five-columns > li:nth-child(5n + 1) {
  clear: both;
}

/* line 267, app/assets/stylesheets/core/_grid.scss */
.data-grid.six-columns {
  margin: 0 -8px;
}

/* line 270, app/assets/stylesheets/core/_grid.scss */
.data-grid.six-columns > li {
  width: 16.66667%;
  padding: 0 8px 8px;
}

/* line 274, app/assets/stylesheets/core/_grid.scss */
.data-grid.six-columns > li:nth-child(6n + 1) {
  clear: both;
}

/* line 277, app/assets/stylesheets/core/_grid.scss */
.data-grid.seven-columns {
  margin: 0 -8px;
}

/* line 280, app/assets/stylesheets/core/_grid.scss */
.data-grid.seven-columns > li {
  width: 14.28571%;
  padding: 0 8px 8px;
}

/* line 284, app/assets/stylesheets/core/_grid.scss */
.data-grid.seven-columns > li:nth-child(7n + 1) {
  clear: both;
}

/* line 287, app/assets/stylesheets/core/_grid.scss */
.data-grid.eight-columns {
  margin: 0 -8px;
}

/* line 290, app/assets/stylesheets/core/_grid.scss */
.data-grid.eight-columns > li {
  width: 12.5%;
  padding: 0 8px 8px;
}

/* line 294, app/assets/stylesheets/core/_grid.scss */
.data-grid.eight-columns > li:nth-child(8n + 1) {
  clear: both;
}

/* line 297, app/assets/stylesheets/core/_grid.scss */
.data-grid.nine-columns {
  margin: 0 -8px;
}

/* line 300, app/assets/stylesheets/core/_grid.scss */
.data-grid.nine-columns > li {
  width: 11.11111%;
  padding: 0 8px 8px;
}

/* line 304, app/assets/stylesheets/core/_grid.scss */
.data-grid.nine-columns > li:nth-child(9n + 1) {
  clear: both;
}

/* line 307, app/assets/stylesheets/core/_grid.scss */
.data-grid.ten-columns {
  margin: 0 -8px;
}

/* line 310, app/assets/stylesheets/core/_grid.scss */
.data-grid.ten-columns > li {
  width: 10%;
  padding: 0 8px 8px;
}

/* line 314, app/assets/stylesheets/core/_grid.scss */
.data-grid.ten-columns > li:nth-child(10n + 1) {
  clear: both;
}

/* line 317, app/assets/stylesheets/core/_grid.scss */
.data-grid.eleven-columns {
  margin: 0 -8px;
}

/* line 320, app/assets/stylesheets/core/_grid.scss */
.data-grid.eleven-columns > li {
  width: 9.09091%;
  padding: 0 8px 8px;
}

/* line 324, app/assets/stylesheets/core/_grid.scss */
.data-grid.eleven-columns > li:nth-child(11n + 1) {
  clear: both;
}

/* line 327, app/assets/stylesheets/core/_grid.scss */
.data-grid.twelve-columns {
  margin: 0 -8px;
}

/* line 330, app/assets/stylesheets/core/_grid.scss */
.data-grid.twelve-columns > li {
  width: 8.33333%;
  padding: 0 8px 8px;
}

/* line 334, app/assets/stylesheets/core/_grid.scss */
.data-grid.twelve-columns > li:nth-child(12n + 1) {
  clear: both;
}

/*

Typography is bringing fonts and styling them

[01] Font Face
[02] Base Styles
[03] Headers
[04] Misc

------------------------------------------------- */
/*------------------------------------------------- */
/* [01] Font Face
--------------------------------------------------------------------------------------- //// */
/*

Utility classes

[01] Alignment
[02] Visability

------------------------------------------------- */
/*------------------------------------------------- */
/* [01] Alignment
--------------------------------------------------------------------------------------- //// */
/* line 15, app/assets/stylesheets/core/_utilities.scss */
.push-left {
  float: left;
}

/* line 16, app/assets/stylesheets/core/_utilities.scss */
.push-right {
  float: right;
}

/* line 18, app/assets/stylesheets/core/_utilities.scss */
.center-text {
  text-align: center;
}

/* line 19, app/assets/stylesheets/core/_utilities.scss */
.left-text {
  text-align: left;
}

/* line 20, app/assets/stylesheets/core/_utilities.scss */
.justify-text {
  text-align: justify;
}

/* line 21, app/assets/stylesheets/core/_utilities.scss */
.right-text {
  text-align: right;
}

/* [02] Visibility
--------------------------------------------------------------------------------------- //// */
/* Standard ------------------------ */
/* line 27, app/assets/stylesheets/core/_utilities.scss */
.hide {
  display: none;
}

/* line 28, app/assets/stylesheets/core/_utilities.scss */
.show {
  display: block;
}

/* In some instances, a full hiding is necessary to
 * clicking buttons below (z-index) the hidden content.
 */
/* line 33, app/assets/stylesheets/core/_utilities.scss */
.hide-inline {
  visibility: hidden;
  opacity: 0;
}

/* line 34, app/assets/stylesheets/core/_utilities.scss */
.show-inline {
  visibility: visible;
  opacity: 1;
}

/* [03] Miscellaneous
--------------------------------------------------------------------------------------- //// */
/* line 40, app/assets/stylesheets/core/_utilities.scss */
.pill {
  border-radius: 60px;
  height: 20px;
  line-height: 20px;
  width: auto;
  padding: 0px 10px;
  color: white;
  font-size: 12px;
  text-align: center;
}

/* line 52, app/assets/stylesheets/core/_utilities.scss */
.tab-navigation ul {
  border-bottom: solid 1px #CBCFE8;
}

/* line 55, app/assets/stylesheets/core/_utilities.scss */
.tab-navigation li, .tab-navigation a {
  color: #6B75B3;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 31px;
  display: inline;
  padding: 9px;
  font-weight: 500;
  border-radius: 2px 2px 0px 0px;
  box-sizing: border-box;
}

/* line 68, app/assets/stylesheets/core/_utilities.scss */
.tab-navigation .tab.selected {
  background-color: #6B75B3;
  color: white;
}

/* line 71, app/assets/stylesheets/core/_utilities.scss */
.tab-navigation .tab.selected a {
  color: white;
}

/* line 77, app/assets/stylesheets/core/_utilities.scss */
.tab-navigation .tab-content {
  margin-top: 30px;
}

/* line 83, app/assets/stylesheets/core/_utilities.scss */
.tertiaryMenu {
  padding: 6px;
  background-color: #e9ecef;
  border-radius: 0px 4px;
  float: none;
}

/* line 89, app/assets/stylesheets/core/_utilities.scss */
.tertiaryMenu a.button.alt, .tertiaryMenu .admin .inner-page .tree > li.group a.alt.new-option, .admin .inner-page .tree > li.group .tertiaryMenu a.alt.new-option {
  min-width: 72px;
  font-weight: normal;
  font-size: 13px;
  color: #F4F7FA;
  height: 28px;
  line-height: 14px;
}

/* line 99, app/assets/stylesheets/core/_utilities.scss */
.badge {
  background: #DEEADE;
  border-radius: 4px;
  color: #909090;
  font-size: 12px;
  padding: 2px 6px;
}

/*

Tag definitions. If tags require more, they're split
into other sheets.

[01] HTML & Body
[01]

------------------------------------------------- */
/*------------------------------------------------- */
/* [01] HTML & Body
--------------------------------------------------------------------------------------- //// */
/* line 16, app/assets/stylesheets/core/_redefine.scss */
html,
body {
  background: #fff;
  color: #333;
  font-family: "Raleway", sans-serif;
  height: 100%;
  width: 100%;
}

/* line 25, app/assets/stylesheets/core/_redefine.scss */
body {
  line-height: 20px;
  padding: 0;
  -webkit-transition: padding 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: padding 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  transition: padding 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 30, app/assets/stylesheets/core/_redefine.scss */
body.leftMode {
  padding: 0 0 0 52px;
}

/* line 33, app/assets/stylesheets/core/_redefine.scss */
body.leftMode.expandLeftMode {
  padding: 0 0 0 200px;
}

/* line 38, app/assets/stylesheets/core/_redefine.scss */
body.rightPadding {
  padding-right: 250px;
}

/* [02] Headers, P, etc
--------------------------------------------------------------------------------------- //// */
/* line 46, app/assets/stylesheets/core/_redefine.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-style: 300;
  margin: 0;
  line-height: 1.1;
  text-transform: uppercase;
}

/* line 59, app/assets/stylesheets/core/_redefine.scss */
h1 {
  color: #111;
  font-size: 36px;
  font-weight: normal;
  line-height: 1;
}

/* line 65, app/assets/stylesheets/core/_redefine.scss */
h2 {
  color: #111;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 20px;
  position: relative;
}

/* line 72, app/assets/stylesheets/core/_redefine.scss */
h3 {
  color: #111;
  font-size: 16px;
  line-height: 1;
  margin: 40px 0;
  position: relative;
}

/* line 79, app/assets/stylesheets/core/_redefine.scss */
h4 {
  color: #111;
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
}

/* line 85, app/assets/stylesheets/core/_redefine.scss */
h5 {
  color: #bd8548;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
}

/* line 92, app/assets/stylesheets/core/_redefine.scss */
h1 small {
  font-size: 16px;
}

/* line 95, app/assets/stylesheets/core/_redefine.scss */
h2 small {
  font-size: 13px;
}

/* line 98, app/assets/stylesheets/core/_redefine.scss */
h3 small {
  font-size: 11px;
}

/* line 102, app/assets/stylesheets/core/_redefine.scss */
p {
  color: #282e3d;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  margin: 20px 0;
  max-width: 100%;
  text-align: left;
}

/* line 111, app/assets/stylesheets/core/_redefine.scss */
p em {
  font-style: italic;
}

/* line 114, app/assets/stylesheets/core/_redefine.scss */
strong,
b {
  font-weight: bold;
}

/* line 119, app/assets/stylesheets/core/_redefine.scss */
*[data-href],
*[click-to] {
  cursor: pointer;
}

/* [03] Table
--------------------------------------------------------------------------------------- //// */
/* line 127, app/assets/stylesheets/core/_redefine.scss */
table:not(.picker__table) {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
}

/* line 132, app/assets/stylesheets/core/_redefine.scss */
table:not(.picker__table) th,
table:not(.picker__table) td {
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  padding: 0px 8px;
}

/* line 142, app/assets/stylesheets/core/_redefine.scss */
table.multiselect:not(.picker__table) tr th:first-child,
table.multiselect:not(.picker__table) tr td:first-child {
  border-left: none;
  width: 82px;
}

/* line 154, app/assets/stylesheets/core/_redefine.scss */
table:not(.picker__table) tr th.no-border,
table:not(.picker__table) tr td.no-border {
  border: none;
}

/* line 157, app/assets/stylesheets/core/_redefine.scss */
table:not(.picker__table) tr th.right,
table:not(.picker__table) tr td.right {
  text-align: right;
}

/* line 168, app/assets/stylesheets/core/_redefine.scss */
table:not(.picker__table) tr.active td:first-child {
  position: relative;
}

/* line 171, app/assets/stylesheets/core/_redefine.scss */
table:not(.picker__table) tr.active td:first-child:before {
  background: #848DCB;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -4px;
  width: 4px;
}

/* line 180, app/assets/stylesheets/core/_redefine.scss */
table:not(.picker__table) tr.active td {
  background: #dadcf0 !important;
}

/* line 197, app/assets/stylesheets/core/_redefine.scss */
table:not(.picker__table) thead {
  background: #BE8348;
}

/* line 200, app/assets/stylesheets/core/_redefine.scss */
table:not(.picker__table) thead th {
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  padding: 24px 16px;
  text-align: left;
  text-transform: uppercase;
  verical-align: middle;
}

/* line 209, app/assets/stylesheets/core/_redefine.scss */
table:not(.picker__table) thead th a {
  text-decoration: none;
  color: #a2a4ae;
}

/* line 216, app/assets/stylesheets/core/_redefine.scss */
table:not(.picker__table) tbody {
  background: #f7f7f7;
  font-size: 14px;
  color: #202331;
  line-height: 20px;
}

/* line 225, app/assets/stylesheets/core/_redefine.scss */
table:not(.picker__table) tbody tr.unread {
  border-bottom: 2px solid #d64c45;
}

/* line 236, app/assets/stylesheets/core/_redefine.scss */
table:not(.picker__table) tbody tr:last-child {
  border-bottom: 8px solid #BE8348;
}

/* line 243, app/assets/stylesheets/core/_redefine.scss */
table:not(.picker__table) tbody tr td {
  border-top: 1px solid #ccc;
  text-align: left;
  vertical-align: middle;
  height: 60px;
  font-size: 16px;
  font-weight: 100;
  color: #111;
  padding: 24px 16px;
}

/* line 254, app/assets/stylesheets/core/_redefine.scss */
table:not(.picker__table) tbody tr td .small {
  display: block;
  font-size: 14px;
}

/* line 259, app/assets/stylesheets/core/_redefine.scss */
table:not(.picker__table) tbody tr td em {
  color: #343047;
  font-style: italic;
  opacity: .6;
}

/* line 265, app/assets/stylesheets/core/_redefine.scss */
table:not(.picker__table) tbody tr td.ghost {
  background: #f6f3f3;
}

/* line 269, app/assets/stylesheets/core/_redefine.scss */
table:not(.picker__table) tbody tr td.strong {
  background: #fffefb;
}

/* line 273, app/assets/stylesheets/core/_redefine.scss */
table:not(.picker__table) tbody tr td.avatar {
  width: 80px;
}

/* line 277, app/assets/stylesheets/core/_redefine.scss */
table:not(.picker__table) tbody tr td a {
  color: #0013ad;
  text-decoration: underline;
}

/* line 281, app/assets/stylesheets/core/_redefine.scss */
table:not(.picker__table) tbody tr td a.small {
  font-size: 12px;
  padding: 0 8px;
}

/* line 287, app/assets/stylesheets/core/_redefine.scss */
table:not(.picker__table) tbody tr td:nth-child(1) {
  border-left: 1px solid #ccc;
}

/* line 290, app/assets/stylesheets/core/_redefine.scss */
table:not(.picker__table) tbody tr td:last-child {
  border-right: 1px solid #ccc;
}

/* line 301, app/assets/stylesheets/core/_redefine.scss */
table:not(.picker__table) tbody tr:hover td {
  background: #ebeaff;
}

/* line 312, app/assets/stylesheets/core/_redefine.scss */
table:not(.picker__table) tfoot tr td {
  padding: 24px 0 0 16px;
}

/* line 314, app/assets/stylesheets/core/_redefine.scss */
table:not(.picker__table) tfoot tr td:first-child {
  text-align: right;
}

/* [04] Extras
--------------------------------------------------------------------------------------- //// */
/* line 322, app/assets/stylesheets/core/_redefine.scss */
.visible {
  display: block;
}

/* line 325, app/assets/stylesheets/core/_redefine.scss */
.hidden {
  display: none;
}

/*

Table of contents:

[00] Form Base Styles
[01] Inputs: Input, Textarea, Select, Radio, Checkbox, etc
[02] Customized Inputs
[03] Layout: Labels, Labels & Fieldset
..
..
[Last] Error-Handling

------------------------------------------------- */
/* [00] Forms
--------------------------------------------------------------------------------------- //// */
/* line 17, app/assets/stylesheets/core/_forms.scss */
::-webkit-input-placeholder {
  color: #b2b2b2;
  opacity: 1;
  font-style: italic;
}

/* line 22, app/assets/stylesheets/core/_forms.scss */
:-ms-input-placeholder {
  color: #b2b2b2;
  opacity: 1;
  font-style: italic;
}

/* line 27, app/assets/stylesheets/core/_forms.scss */
::-moz-placeholder {
  color: #b2b2b2;
  opacity: 1;
  font-style: italic;
}

/* line 32, app/assets/stylesheets/core/_forms.scss */
:-moz-placeholder {
  color: #b2b2b2;
  opacity: 1;
  font-style: italic;
}

/* [01] Inputs: Input, Textarea, Select, Radio, Checkbox, etc
--------------------------------------------------------------------------------------- //// */
/* line 41, app/assets/stylesheets/core/_forms.scss */
input[type='text'],
input[type='email'],
input[type='number'],
input[type='password'],
input[type='radio'],
select {
  border: 1px solid #d7e2ee;
  background: #fff;
  border-radius: 1px;
  color: #202331;
  display: block;
  font-family: "Raleway", sans-serif;
  margin: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  outline: none;
  padding: 8px;
  position: relative;
  min-width: 200px;
  display: inline-block;
}

/* line 74, app/assets/stylesheets/core/_forms.scss */
input[type='text']:focus,
input[type='email']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='radio']:focus,
select:focus {
  background: #fff;
  box-shadow: 0 0 10px #51cbee;
  border: 1px solid #51cbee;
  z-index: 10;
}

/* line 82, app/assets/stylesheets/core/_forms.scss */
input[type='text'][disabled='disabled'],
input[type='email'][disabled='disabled'],
input[type='number'][disabled='disabled'],
input[type='password'][disabled='disabled'],
input[type='radio'][disabled='disabled'],
select[disabled='disabled'] {
  background: #f4f7fa;
}

/* line 87, app/assets/stylesheets/core/_forms.scss */
textarea {
  background: #ffffff;
  border: 1px solid #d7e2ee;
  border-radius: 0;
  color: #212121;
  display: block;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  line-height: 1.25;
  margin: 0;
  min-height: 100px;
  padding: 6px;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
}

/* line 106, app/assets/stylesheets/core/_forms.scss */
textarea:focus {
  box-shadow: 0 0 5px #51cbee;
  border: 1px solid #51cbee;
}

/* line 111, app/assets/stylesheets/core/_forms.scss */
textarea[disabled='disabled'] {
  background: #f4f7fa;
  margin-top: -1px;
  font-size: 14px;
  padding: 22px 10px 10px;
}

/* line 119, app/assets/stylesheets/core/_forms.scss */
input[type='file'] {
  padding: 0;
}

/* line 123, app/assets/stylesheets/core/_forms.scss */
.radio {
  display: flex;
  height: 52px;
}

/* line 126, app/assets/stylesheets/core/_forms.scss */
.radio input {
  flex-grow: 1;
  width: auto;
}

/* line 130, app/assets/stylesheets/core/_forms.scss */
.radio label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/* line 137, app/assets/stylesheets/core/_forms.scss */
.checkbox {
  display: flex;
  min-height: 52px;
  background-color: white;
}

/* line 141, app/assets/stylesheets/core/_forms.scss */
.checkbox input {
  flex-grow: 1;
  width: auto;
}

/* line 145, app/assets/stylesheets/core/_forms.scss */
.checkbox label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/* [02] Cusotmized Inputs
--------------------------------------------------------------------------------------- //// */
/* line 156, app/assets/stylesheets/core/_forms.scss */
.date select {
  border-radius: 2px;
  display: inline-block;
  font-size: 16px;
  height: 40px;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
  padding: 0 12px;
  width: auto;
}

/* line 169, app/assets/stylesheets/core/_forms.scss */
.date select:focus {
  box-shadow: 0 0 5px #51cbee;
  border: 1px solid #51cbee;
}

/* line 176, app/assets/stylesheets/core/_forms.scss */
.select {
  background: #fff url("../images/select-down-arrow.png.html") no-repeat right center;
  background-size: 26px 11px;
  border-radius: 2px;
  border: 1px solid #d7e2ee;
  display: block;
  font-size: 12px;
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  padding: 0 0 0 10px;
  width: 100%;
}

/* line 191, app/assets/stylesheets/core/_forms.scss */
.select select {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #6b75b3;
  font-size: 13px;
  height: 100%;
  line-height: 24px;
  padding: 0 20px 0 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
}

/* line 204, app/assets/stylesheets/core/_forms.scss */
.select select:focus {
  box-shadow: none !important;
  border: none !important;
}

/* line 210, app/assets/stylesheets/core/_forms.scss */
.select.medium {
  border-radius: 2px;
  height: 40px;
  margin-top: 0;
}

/* line 215, app/assets/stylesheets/core/_forms.scss */
.select.medium select {
  height: 32px;
}

/* line 220, app/assets/stylesheets/core/_forms.scss */
.select.transparent {
  background: transparent url("../images/select-down-arrow-plain.png.html") no-repeat right center;
  background-size: 26px 11px;
  border: none;
}

/* line 226, app/assets/stylesheets/core/_forms.scss */
.select.transparent:hover {
  background: transparent url("../images/select-down-arrow-plain-hover.png.html") no-repeat right center;
  background-size: 26px 11px;
}

/* line 233, app/assets/stylesheets/core/_forms.scss */
.select.borderless {
  border: none;
}

/* line 238, app/assets/stylesheets/core/_forms.scss */
.select.defDate select {
  float: left;
  padding: 0 20px 0 0;
  width: auto;
}

/* [03] Layout: Labels, Fieldsets, Rows
--------------------------------------------------------------------------------------- //// */
/* line 248, app/assets/stylesheets/core/_forms.scss */
label {
  color: #111;
  display: block;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 11px;
  margin: 0px 0 4px;
  position: relative;
  z-index: 11;
}

/* line 261, app/assets/stylesheets/core/_forms.scss */
input[type='checkbox'] + label {
  display: inline;
}

/* line 265, app/assets/stylesheets/core/_forms.scss */
.field {
  margin-top: 20px;
}

/* line 268, app/assets/stylesheets/core/_forms.scss */
.field em {
  display: block;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-style: normal;
}

/* line 276, app/assets/stylesheets/core/_forms.scss */
.field.inline label {
  display: inline;
  color: #111;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  text-transform: none;
}

/* line 283, app/assets/stylesheets/core/_forms.scss */
.field.inline input {
  display: inline;
}

/* line 287, app/assets/stylesheets/core/_forms.scss */
.field:not(.inline) a {
  color: #F9FF55;
  font-size: 14px;
}

/* line 288, app/assets/stylesheets/core/_forms.scss */
.field:not(.inline) label {
  color: #373737;
  display: inline-block;
  margin-bottom: 8px;
}

/* line 295, app/assets/stylesheets/core/_forms.scss */
.field:not(.inline) input:-internal-autofill-previewed, .field:not(.inline) input:-internal-autofill-selected, .field:not(.inline) textarea:-internal-autofill-previewed, .field:not(.inline) textarea:-internal-autofill-selected, .field:not(.inline) select:-internal-autofill-previewed, .field:not(.inline) select:-internal-autofill-selected,
.field:not(.inline) #user_email:-webkit-autofill,
.field:not(.inline) input {
  background: #FFFFFF !important;
  border-radius: 2px;
  color: #111;
  display: block;
  font-size: 16px;
  height: auto;
  letter-spacing: 0;
  line-height: 1;
  text-align: left;
  width: 100%;
}

/* line 311, app/assets/stylesheets/core/_forms.scss */
.field:not(.inline) .headline {
  font-weight: 800;
}

/* line 320, app/assets/stylesheets/core/_forms.scss */
.field:not(.inline) .message {
  padding: 10px;
  min-height: 150px;
}

/* line 329, app/assets/stylesheets/core/_forms.scss */
.actions {
  padding-top: 0;
}

/* line 332, app/assets/stylesheets/core/_forms.scss */
.actions.full {
  padding: 20px 20px 0;
}

/* line 336, app/assets/stylesheets/core/_forms.scss */
.actions.noPadding {
  padding-top: 0;
}

/* line 2, app/assets/stylesheets/mixins/_utilities.scss */
.actions:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

/* line 342, app/assets/stylesheets/core/_forms.scss */
.actions.column, .actions.columns {
  margin-top: 0;
  text-align: right;
}

/* line 348, app/assets/stylesheets/core/_forms.scss */
.actions .smallLinks {
  float: left;
}

/* line 351, app/assets/stylesheets/core/_forms.scss */
.actions .smallLinks a {
  padding: 0 4px;
}

/* line 356, app/assets/stylesheets/core/_forms.scss */
.actions .submit.button, .actions .admin .inner-page .tree > li.group .submit.new-option, .admin .inner-page .tree > li.group .actions .submit.new-option,
.actions input[type~='submit'] {
  background: #554d8c;
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 400;
  height: 52px;
  letter-spacing: 0;
  line-height: 13px;
  text-align: center;
  width: 100%;
}

/* line 370, app/assets/stylesheets/core/_forms.scss */
a.submit.button, .admin .inner-page .tree > li.group .submit.new-option,
.actions input[type~='button'],
.actions button[type~='submit'],
.actions input[type~='submit'],
input.button,
.admin .inner-page .tree > li.group input.new-option {
  background: #554d8c;
  border-radius: 2px;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  height: 28px;
  line-height: 1;
  min-width: auto;
  padding: 6px 10px;
  position: relative;
  width: auto;
  z-index: 1;
}

/* line 389, app/assets/stylesheets/core/_forms.scss */
a.submit.button.full, .admin .inner-page .tree > li.group .submit.full.new-option,
.actions input.full[type~='button'],
.actions button.full[type~='submit'],
.actions input.full[type~='submit'],
input.button.full,
.admin .inner-page .tree > li.group input.full.new-option {
  width: 100%;
}

/* line 393, app/assets/stylesheets/core/_forms.scss */
a.submit.button:active, .admin .inner-page .tree > li.group .submit.new-option:active,
.actions input[type~='button']:active,
.actions button[type~='submit']:active,
.actions input[type~='submit']:active,
input.button:active,
.admin .inner-page .tree > li.group input.new-option:active {
  top: 5px;
}

/* line 400, app/assets/stylesheets/core/_forms.scss */
a.submit.button:active:after, .admin .inner-page .tree > li.group .submit.new-option:active:after,
.actions input[type~='button']:active:after,
.actions button[type~='submit']:active:after,
.actions input[type~='submit']:active:after,
input.button:active:after,
.admin .inner-page .tree > li.group input.new-option:active:after {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  content: '';
  display: block;
  overflow: visible;
  height: 20px;
  margin-top: -5px;
}

/* line 411, app/assets/stylesheets/core/_forms.scss */
a.submit.button.small, .admin .inner-page .tree > li.group .submit.small.new-option,
.actions input.small[type~='button'],
.actions button.small[type~='submit'],
.actions input.small[type~='submit'],
input.button.small,
.admin .inner-page .tree > li.group input.small.new-option {
  -webkit-box-shadow: inset 0 -5px 0 #727CB4;
  -moz-box-shadow: inset 0 -5px 0 #727CB4;
  box-shadow: inset 0 -5px 0 #727CB4;
  border-radius: 2px;
  border: none;
  float: right;
  font-size: 14px;
  font-weight: normal;
  height: 32px;
  line-height: 14px;
  min-width: 100px;
  position: relative;
  z-index: 1;
}

/* line 438, app/assets/stylesheets/core/_forms.scss */
a.submit.button.small:after, .admin .inner-page .tree > li.group .submit.small.new-option:after,
.actions input.small[type~='button']:after,
.actions button.small[type~='submit']:after,
.actions input.small[type~='submit']:after,
input.button.small:after,
.admin .inner-page .tree > li.group input.small.new-option:after {
  display: none;
}

/* line 443, app/assets/stylesheets/core/_forms.scss */
a#backButton.submit.button, .admin .inner-page .tree > li.group #backButton.submit.new-option,
.actions input#backButton[type~='button'],
.actions button#backButton[type~='submit'],
.actions input#backButton[type~='submit'],
input#backButton.button,
.admin .inner-page .tree > li.group input#backButton.new-option {
  float: left;
}

/* line 450, app/assets/stylesheets/core/_forms.scss */
fieldset {
  display: block;
  margin: 16px 0 40px;
  padding: 0;
  position: relative;
}

/* line 456, app/assets/stylesheets/core/_forms.scss */
fieldset legend {
  font-size: 1.25rem;
  padding: 0 10px;
  margin: 20px 0;
  position: relative;
}

/* line 462, app/assets/stylesheets/core/_forms.scss */
fieldset legend:after {
  background: #111;
  content: '';
  height: 1px;
  margin: 10px 0;
  width: 40px;
  position: absolute;
  top: 100%;
  left: 10px;
}

/* line 471, app/assets/stylesheets/core/_forms.scss */
fieldset p {
  padding: 0 10px;
}

/* line 2, app/assets/stylesheets/mixins/_utilities.scss */
fieldset:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

/* line 476, app/assets/stylesheets/core/_forms.scss */
fieldset .input.row:not(.first) .select {
  border-top: none;
}

/* line 480, app/assets/stylesheets/core/_forms.scss */
fieldset .input.row > .select:not(:first-child) {
  border-left: none;
}

/* line 484, app/assets/stylesheets/core/_forms.scss */
fieldset .select {
  border-radius: 0;
}

/* line 489, app/assets/stylesheets/core/_forms.scss */
fieldset .select select {
  line-height: 52px;
  vertical-align: bottom;
  margin-left: 10px;
  color: #202331;
  font-size: 14px;
  padding-top: 10px;
  box-sizing: border-box;
  border-radius: 1;
}

/* line 500, app/assets/stylesheets/core/_forms.scss */
fieldset select {
  width: 100%;
  box-sizing: border-box;
}

/* line 508, app/assets/stylesheets/core/_forms.scss */
fieldset .inputsWrapper .row:not(:last-child) {
  border-right: 0px;
}

/* line 513, app/assets/stylesheets/core/_forms.scss */
fieldset .radio,
fieldset .checkbox {
  background-color: white;
  border: 1px solid #d7e2ee;
  border-top: 0px;
  padding: 10px 0px 0px 10px !important;
  display: flex;
  flex-direction: column;
}

/* line 517, app/assets/stylesheets/core/_forms.scss */
fieldset .radio:not(:first-child),
fieldset .checkbox:not(:first-child) {
  border-left-width: 0;
}

/* line 525, app/assets/stylesheets/core/_forms.scss */
fieldset .radio .options,
fieldset .checkbox .options {
  display: flex;
  margin-top: 16px;
  flex-flow: row wrap;
}

/* line 530, app/assets/stylesheets/core/_forms.scss */
fieldset .radio .item,
fieldset .checkbox .item {
  display: flex;
  border-top: 0px;
  align-items: center;
  height: 24px;
  margin-right: 8px;
}

/* line 536, app/assets/stylesheets/core/_forms.scss */
fieldset .radio .item input,
fieldset .checkbox .item input {
  margin-right: 4px;
}

/* line 541, app/assets/stylesheets/core/_forms.scss */
fieldset .radio label.radioLabel,
fieldset .radio label.checkboxLabel,
fieldset .checkbox label.radioLabel,
fieldset .checkbox label.checkboxLabel {
  color: #111;
  font-size: 14px;
  font-weight: "Raleway", sans-serif;
  text-transform: none;
  position: static !important;
  margin-bottom: 0px;
  font-weight: normal;
  color: #444;
  font-size: 12px;
  font-weight: 400;
}

/* line 557, app/assets/stylesheets/core/_forms.scss */
fieldset .radio input:focus,
fieldset .checkbox input:focus {
  box-shadow: none;
}

/* line 561, app/assets/stylesheets/core/_forms.scss */
fieldset .radio .inputLabel,
fieldset .checkbox .inputLabel {
  color: #a2a4ae;
  display: block;
  font-weight: normal;
  font-size: 11px;
  line-height: 11px;
  margin: 0px 0px 8px 0px;
  position: absolute;
  top: 10px;
  z-index: 101;
  text-transform: uppercase;
}

/* line 576, app/assets/stylesheets/core/_forms.scss */
fieldset .checkbox .item input {
  background-color: white;
}

/* line 582, app/assets/stylesheets/core/_forms.scss */
fieldset .input.row .columns {
  padding: 0;
}

/* line 584, app/assets/stylesheets/core/_forms.scss */
fieldset .input.row .columns label {
  position: absolute;
  top: 10px;
  left: 10px;
}

/* line 588, app/assets/stylesheets/core/_forms.scss */
fieldset .input.row .columns input[type='text'],
fieldset .input.row .columns input[type='email'],
fieldset .input.row .columns input[type='number'],
fieldset .input.row .columns input[type='password'],
fieldset .input.row .columns select {
  border-radius: 0;
}

/* line 597, app/assets/stylesheets/core/_forms.scss */
fieldset .input.row .columns:first-child input {
  border-left-width: 1px;
}

/* line 605, app/assets/stylesheets/core/_forms.scss */
fieldset .input.row + .input.row .columns input[type='text'],
fieldset .input.row + .input.row .columns input[type='email'],
fieldset .input.row + .input.row .columns input[type='number'],
fieldset .input.row + .input.row .columns input[type='password'],
fieldset .input.row + .input.row .columns select {
  border-top: none;
}

/* [01] Grid
--------------------------------------------------------------------------------------- //// */
/* [01] Input Elements
--------------------------------------------------------------------------------------- //// */
/* line 624, app/assets/stylesheets/core/_forms.scss */
.innerBox input[type='text'],
.innerBox input[type='email'],
.innerBox input[type='password'] {
  font-size: 16px;
  height: 40px;
  margin-top: 0;
}

/* [LAST] Error-Handling
--------------------------------------------------------------------------------------- //// */
/* line 637, app/assets/stylesheets/core/_forms.scss */
form.has_errors .field_with_errors textarea,
form.has_errors .field_with_errors select,
form.has_errors .field_with_errors input {
  border: 1px solid #c3312b;
  box-shadow: 0 0 8px #c3312b;
}

/* line 645, app/assets/stylesheets/core/_forms.scss */
.inner.alert {
  border: 2px solid #fd7777;
  border-radius: 4px;
  padding: 8px 20px;
}

/* line 650, app/assets/stylesheets/core/_forms.scss */
.inner.alert h3 {
  margin: 0;
}

/* line 654, app/assets/stylesheets/core/_forms.scss */
.inner.alert p {
  margin: 0;
}

/* line 658, app/assets/stylesheets/core/_forms.scss */
.inner.alert ul {
  margin: 20px 0 0;
}

/* line 662, app/assets/stylesheets/core/_forms.scss */
.inner.alert b {
  color: #011;
}

/*

Alerts

[00] Alerts & Notices

------------------------------------------------- */
/* [01] Alerts & Notices
--------------------------------------------------------------------------------------- //// */
/* line 11, app/assets/stylesheets/core/_alerts.scss */
.alertBar,
.noticeBar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: #97d668;
  background: #111;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .25);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .25);
  box-shadow: 0 0 10px rgba(0, 0, 0, .25);
  color: white;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -.1px;
  margin: 0;
  padding: 22px 4px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  width: 100%;
  z-index: 1000;
  -webkit-transition: all 0.13s linear;
  -moz-transition: all 0.13s linear;
  transition: all 0.13s linear;
}

/* line 34, app/assets/stylesheets/core/_alerts.scss */
.alertBar.alertBar,
.noticeBar.alertBar {
  background: #D64C45;
}

/* line 38, app/assets/stylesheets/core/_alerts.scss */
.alertBar:hover,
.noticeBar:hover {
  opacity: 0.8;
}

/* line 43, app/assets/stylesheets/core/_alerts.scss */
.alertBox {
  background: rgba(151, 214, 104, 0.95);
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  color: white;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -.1px;
  margin: 0 20px 12px;
  padding: 0px 30px 12px 90px;
  position: relative;
  text-align: center;
  width: auto;
  z-index: 1;
}

/* line 62, app/assets/stylesheets/core/_alerts.scss */
.alertBox h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 100;
  line-height: 1em;
  margin: 16px 0 0;
  text-align: left;
}

/* line 70, app/assets/stylesheets/core/_alerts.scss */
.alertBox p {
  color: #fff;
  margin: 4px 0;
  text-align: left;
}

/* line 75, app/assets/stylesheets/core/_alerts.scss */
.alertBox.bad {
  background: #D64C45 url("../images/frowny.png.html") no-repeat 20px center;
  background-size: 54px;
}

/* line 80, app/assets/stylesheets/core/_alerts.scss */
.alertBox .button, .alertBox .admin .inner-page .tree > li.group .new-option, .admin .inner-page .tree > li.group .alertBox .new-option {
  border: none;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  color: #41668a;
  font-size: 14px;
  min-width: auto;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: auto;
  transition: all 0.13s linear;
}

/* line 93, app/assets/stylesheets/core/_alerts.scss */
.alertBox .button:hover, .alertBox .admin .inner-page .tree > li.group .new-option:hover, .admin .inner-page .tree > li.group .alertBox .new-option:hover {
  background: white;
  box-shadow: 0 8px 6px rgba(0, 0, 0, 0.2);
  transform: translateY(-60%);
}

/* line 101, app/assets/stylesheets/core/_alerts.scss */
.overlay {
  position: fixed;
  z-index: 999;
  background-color: rgba(30, 34, 60, 0.62);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0px;
  padding: 0px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s linear, visibility 0s linear 0.3s;
}

/* line 115, app/assets/stylesheets/core/_alerts.scss */
.overlay.--visible {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

/* line 123, app/assets/stylesheets/core/_alerts.scss */
.component--modal {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  height: 100%;
  width: 100%;
  z-index: 100000;
}

/* line 131, app/assets/stylesheets/core/_alerts.scss */
.component--modal.--visible {
  display: block;
}

/* line 135, app/assets/stylesheets/core/_alerts.scss */
.component--modal .modal--box {
  position: fixed;
  top: 50px;
  left: 50%;
  background: #FFF;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
  -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
  max-height: 95vh;
  overflow: auto;
  padding: 20px;
  width: 500px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 99999;
}

/* line 150, app/assets/stylesheets/core/_alerts.scss */
.component--modal .modal--box .modal--top-bar {
  border-radius: 4px 4px 0 0;
  padding: 20px 0 0;
}

/* line 157, app/assets/stylesheets/core/_alerts.scss */
.component--modal .modal--box .modal--top-bar.pad-bottom {
  padding-bottom: 20px;
}

/* line 159, app/assets/stylesheets/core/_alerts.scss */
.component--modal .modal--box .modal--top-bar h1 {
  color: #111;
  font-weight: 800;
  font-size: 24px;
  margin: 0;
  text-align: left;
}

/* line 167, app/assets/stylesheets/core/_alerts.scss */
.component--modal .modal--box .modal--top-bar .modal-x-button {
  color: #777;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  text-align: right;
  position: absolute;
  top: 12px;
  right: 16px;
  text-decoration: none;
}

/* line 175, app/assets/stylesheets/core/_alerts.scss */
.component--modal .modal--box .modal--top-bar .modal-x-button:after {
  content: '✖	';
  font-size: 24px;
  font-weight: 800;
  position: relative;
  bottom: -4px;
  margin-left: 6px;
}

/* line 185, app/assets/stylesheets/core/_alerts.scss */
.component--modal .modal--box .modal--top-bar h1 a {
  display: inline-block;
  font-size: 13px;
  font-weight: 200;
  text-decoration: none;
}

/* line 192, app/assets/stylesheets/core/_alerts.scss */
.component--modal .modal--box .modal--top-bar h1 .submit.button, .component--modal .modal--box .modal--top-bar h1 .admin .inner-page .tree > li.group .submit.new-option, .admin .inner-page .tree > li.group .component--modal .modal--box .modal--top-bar h1 .submit.new-option {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
}

/* line 200, app/assets/stylesheets/core/_alerts.scss */
.component--modal .modal--box .modal--top-bar h1 .hidden {
  display: none;
}

/* line 203, app/assets/stylesheets/core/_alerts.scss */
.component--modal .modal--box .modal--top-bar nav.tabs {
  display: block;
  margin-top: 20px;
}

/* line 207, app/assets/stylesheets/core/_alerts.scss */
.component--modal .modal--box .modal--top-bar nav.tabs a {
  color: #A2A1A4;
  font-size: 14px;
  line-height: 24px;
  padding: 4px 8px;
  text-decoration: none;
}

/* line 214, app/assets/stylesheets/core/_alerts.scss */
.component--modal .modal--box .modal--top-bar nav.tabs a:first-child {
  padding-left: 0;
}

/* line 216, app/assets/stylesheets/core/_alerts.scss */
.component--modal .modal--box .modal--top-bar nav.tabs a.current {
  background: #F7F8F7;
  border: 1px solid #DDDBDB;
  border-bottom: none;
  padding-left: 8px;
}

/* line 227, app/assets/stylesheets/core/_alerts.scss */
.component--modal .modal--box .modal--content a.button, .component--modal .modal--box .modal--content .admin .inner-page .tree > li.group a.new-option, .admin .inner-page .tree > li.group .component--modal .modal--box .modal--content a.new-option {
  margin-top: 10px;
}

/* line 249, app/assets/stylesheets/core/_alerts.scss */
.component--modal .modal--box.full {
  background: #ebe9e9;
  border-radius: 0;
  transform: none;
  padding: 100px 0 0 32px;
  width: auto;
  position: fixed;
  top: 0;
  right: 150px;
  bottom: 0;
  left: 150px;
}

/* line 257, app/assets/stylesheets/core/_alerts.scss */
.component--modal .modal--box.full .topBar {
  position: fixed;
  top: 0;
  right: 150px;
  left: 150px;
  background-color: #FDFDFE;
  border-bottom: 1px solid #D7D1D1;
  color: #282E3D;
  font-size: 24px;
  height: 64px;
  line-height: 16px;
  z-index: 100;
}

/* line 267, app/assets/stylesheets/core/_alerts.scss */
.component--modal .modal--box.full .topBar:after {
  position: absolute;
  top: 100%;
  left: 50%;
  background: url("../images/topbar-shadow.png.html") no-repeat bottom center;
  background-size: 564px 48px;
  background-size: 1000px 48px;
  content: '';
  height: 20px;
  margin-left: -500px;
  max-width: 100%;
  opacity: 0.35;
  width: 1000px;
}

/* line 280, app/assets/stylesheets/core/_alerts.scss */
.component--modal .modal--box.full .topBar h1 {
  color: #282E3D;
  font-weight: 300;
  font-size: 24px;
  float: left;
  line-height: 16px;
  margin: 24px;
}

/* line 290, app/assets/stylesheets/core/_alerts.scss */
.component--modal .modal--box.full .topBar .icon {
  float: left;
  margin: 10px 0 10px 24px;
}

/*

All menuing components will be here

[01] Clickable Menu
[02] Hoverable Menu
[03] Main Menu Nav

------------------------------------------------- */
/*------------------------------------------------- */
/* [01] Default Button
--------------------------------------------------------------------------------------- //// */
/* defaults ----------------------------------------------- //// */
/* line 27, app/assets/stylesheets/core/_buttons.scss */
.button, .admin .inner-page .tree > li.group .new-option {
  background: #cf8440;
  border: none;
  border-radius: 1px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 800;
  min-width: 190px;
  padding: 16px 20px 17px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  /* disabled ----------------------------------------------- //// */
  /* [02] Secondary Button
--------------------------------------------------------------------------------------- //// */
}

/* line 45, app/assets/stylesheets/core/_buttons.scss */
.button:hover, .admin .inner-page .tree > li.group .new-option:hover {
  background: #d49154;
}

/* line 50, app/assets/stylesheets/core/_buttons.scss */
.button.disabled, .admin .inner-page .tree > li.group .disabled.new-option {
  cursor: default;
}

/* line 52, app/assets/stylesheets/core/_buttons.scss */
.button.disabled, .admin .inner-page .tree > li.group .disabled.new-option, .button.disabled:active, .button.disabled:hover {
  background: #5C7081;
  color: rgba(0, 0, 0, 0.35);
  opacity: 0.5;
}

/* line 64, app/assets/stylesheets/core/_buttons.scss */
.button.secondary, .admin .inner-page .tree > li.group .secondary.new-option {
  background: red;
  box-shadow: inset 0 -5px 0 0 #C7CBEB;
  color: red;
}

/* line 69, app/assets/stylesheets/core/_buttons.scss */
.button.secondary:hover, .admin .inner-page .tree > li.group .secondary.new-option:hover {
  background: red;
  border: none;
  color: blue;
}

/* line 75, app/assets/stylesheets/core/_buttons.scss */
.button.secondary.disabled, .admin .inner-page .tree > li.group .secondary.disabled.new-option, .button.secondary.disabled:active, .button.secondary.disabled:hover {
  color: pink;
  opacity: 0.75;
}

/* blue ----------------------------------------------- //// */
/* line 85, app/assets/stylesheets/core/_buttons.scss */
.blue.button, .admin .inner-page .tree > li.group .blue.new-option {
  background: -webkit-gradient(linear, left top, left bottom, from(#628FBC), to(#38608A));
  border-color: #628FBC;
  color: #d9eef7;
}

/* line 89, app/assets/stylesheets/core/_buttons.scss */
.blue.button:hover, .admin .inner-page .tree > li.group .blue.new-option:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#6797c9), to(#406e9e));
}

/* line 91, app/assets/stylesheets/core/_buttons.scss */
.blue.button:active, .admin .inner-page .tree > li.group .blue.new-option:active {
  color: #80bed6;
}

/* green ----------------------------------------------- //// */
/* line 95, app/assets/stylesheets/core/_buttons.scss */
.green.button, .admin .inner-page .tree > li.group .green.new-option {
  background: -webkit-gradient(linear, left top, left bottom, from(#8fce7a), to(#5ca640));
  border-color: #65a950;
  color: #d9eef7;
}

/* line 99, app/assets/stylesheets/core/_buttons.scss */
.green.button:hover, .admin .inner-page .tree > li.group .green.new-option:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#95d67e), to(#61b243));
}

/* line 101, app/assets/stylesheets/core/_buttons.scss */
.green.button:active, .admin .inner-page .tree > li.group .green.new-option:active {
  color: #b2e59f;
}

/* red ----------------------------------------------- //// */
/* line 105, app/assets/stylesheets/core/_buttons.scss */
.red.button, .admin .inner-page .tree > li.group .red.new-option {
  background: -webkit-gradient(linear, left top, left bottom, from(#c65555), to(#b04b4b));
  border-color: #a04343;
  color: #f0dede;
}

/* line 109, app/assets/stylesheets/core/_buttons.scss */
.red.button:hover, .admin .inner-page .tree > li.group .red.new-option:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#d95e5e), to(#c25353));
  color: #fff;
}

/* line 112, app/assets/stylesheets/core/_buttons.scss */
.red.button:active, .admin .inner-page .tree > li.group .red.new-option:active {
  color: #e7afaf;
}

/*

All menuing components will be here

[01] Clickable Menu
[02] Hoverable Menu
[03] Main Menu Nav

------------------------------------------------- */
/*------------------------------------------------- */
/* [01] Clickable Menu
--------------------------------------------------------------------------------------- //// */
/* line 22, app/assets/stylesheets/core/_dropdowns.scss */
.hasClickableMenu {
  display: inline-block;
  position: relative;
}

/* line 26, app/assets/stylesheets/core/_dropdowns.scss */
.hasClickableMenu a {
  cursor: pointer;
}

/* line 30, app/assets/stylesheets/core/_dropdowns.scss */
.hasClickableMenu .cmTrigger {
  display: inline-block;
}

/* line 34, app/assets/stylesheets/core/_dropdowns.scss */
.hasClickableMenu .cmTarget {
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 8px;
  right: 8px;
  display: block;
  padding: 0 20px;
  margin-top: -4px;
  padding: 0 20px;
  text-align: center;
  width: 250px;
  /* starting vals to hide */
  height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: translateY(-12px);
  transform: translateY(-12px);
  -webkit-transition: all 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 58, app/assets/stylesheets/core/_dropdowns.scss */
.hasClickableMenu .cmTarget.blockBottom {
  bottom: 8px;
  top: auto;
  right: auto;
  left: 8px;
}

/* line 65, app/assets/stylesheets/core/_dropdowns.scss */
.hasClickableMenu .cmTarget.blockLeft {
  right: auto;
  left: 8px;
}

/* line 74, app/assets/stylesheets/core/_dropdowns.scss */
.hasClickableMenu .cmTarget h5 {
  padding-bottom: 17px;
  position: relative;
}

/* line 78, app/assets/stylesheets/core/_dropdowns.scss */
.hasClickableMenu .cmTarget h5:after {
  border-bottom: 1px solid #dcdbdc;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
  width: 100px;
}

/* line 88, app/assets/stylesheets/core/_dropdowns.scss */
.hasClickableMenu .cmTarget ul li {
  cursor: pointer;
  font-size: 13px;
  line-height: 16px;
  padding: 16px 0 0;
}

/* line 94, app/assets/stylesheets/core/_dropdowns.scss */
.hasClickableMenu .cmTarget ul li a,
.hasClickableMenu .cmTarget ul li button {
  color: #495960;
}

/* line 98, app/assets/stylesheets/core/_dropdowns.scss */
.hasClickableMenu .cmTarget ul li a:hover,
.hasClickableMenu .cmTarget ul li button:hover {
  color: #1a2b32;
  font-weight: bold;
}

/* line 108, app/assets/stylesheets/core/_dropdowns.scss */
.hasClickableMenu.dark .cmTarget {
  background: #222;
}

/* line 110, app/assets/stylesheets/core/_dropdowns.scss */
.hasClickableMenu.dark .cmTarget h5 {
  color: #7a7d84;
}

/* line 114, app/assets/stylesheets/core/_dropdowns.scss */
.hasClickableMenu.dark .cmTarget li {
  color: #fff;
}

/* line 116, app/assets/stylesheets/core/_dropdowns.scss */
.hasClickableMenu.dark .cmTarget li a,
.hasClickableMenu.dark .cmTarget li button {
  color: #fff;
}

/* line 125, app/assets/stylesheets/core/_dropdowns.scss */
.hasClickableMenu.cmVisible > .cmTarget {
  height: auto;
  opacity: 1;
  padding-bottom: 16px;
  padding-top: 16px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  z-index: 10000;
}

/* [02] Hoverable Menu
--------------------------------------------------------------------------------------- //// */
/* line 140, app/assets/stylesheets/core/_dropdowns.scss */
.hasHoverableMenu {
  position: relative;
  display: inline-block;
}

/* line 144, app/assets/stylesheets/core/_dropdowns.scss */
.hasHoverableMenu .hmTrigger {
  display: inline-block;
  white-space: nowrap;
}

/* line 149, app/assets/stylesheets/core/_dropdowns.scss */
.hasHoverableMenu .hmTarget {
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 100%;
  right: 8px;
  display: block;
  margin-top: -4px;
  padding: 0 20px;
  text-align: center;
  width: 200px;
  /* starting vals to hide */
  height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: translateY(-12px);
  transform: translateY(-12px);
  -webkit-transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 168, app/assets/stylesheets/core/_dropdowns.scss */
.hasHoverableMenu .hmTarget.blockBottom {
  right: auto;
  top: auto;
  bottom: 8px;
  left: 8px;
}

/* line 175, app/assets/stylesheets/core/_dropdowns.scss */
.hasHoverableMenu .hmTarget.blockLeft {
  right: auto;
  left: 8px;
}

/* line 180, app/assets/stylesheets/core/_dropdowns.scss */
.hasHoverableMenu .hmTarget h5 {
  padding-bottom: 17px;
  position: relative;
}

/* line 184, app/assets/stylesheets/core/_dropdowns.scss */
.hasHoverableMenu .hmTarget h5:after {
  border-bottom: 1px solid #dcdbdc;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
  width: 100px;
}

/* line 194, app/assets/stylesheets/core/_dropdowns.scss */
.hasHoverableMenu .hmTarget ul li {
  font-size: 13px;
  line-height: 16px;
  padding: 16px 0 0;
}

/* line 198, app/assets/stylesheets/core/_dropdowns.scss */
.hasHoverableMenu .hmTarget ul li a,
.hasHoverableMenu .hmTarget ul li button {
  color: #495960;
}

/* line 202, app/assets/stylesheets/core/_dropdowns.scss */
.hasHoverableMenu .hmTarget ul li a:hover,
.hasHoverableMenu .hmTarget ul li button:hover {
  color: #1a2b32;
}

/* line 211, app/assets/stylesheets/core/_dropdowns.scss */
.hasHoverableMenu.dark .hmTarget {
  background: #222;
}

/* line 213, app/assets/stylesheets/core/_dropdowns.scss */
.hasHoverableMenu.dark .hmTarget h5 {
  color: #7a7d84;
}

/* line 217, app/assets/stylesheets/core/_dropdowns.scss */
.hasHoverableMenu.dark .hmTarget li {
  color: #fff;
}

/* line 219, app/assets/stylesheets/core/_dropdowns.scss */
.hasHoverableMenu.dark .hmTarget li a,
.hasHoverableMenu.dark .hmTarget li button {
  color: #f7f0f0;
}

/* line 228, app/assets/stylesheets/core/_dropdowns.scss */
.hasHoverableMenu:hover .hmTarget {
  height: auto;
  opacity: 1;
  padding-bottom: 16px;
  padding-top: 16px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  z-index: 10000;
  -webkit-transition: all 0.45s 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.45s 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.45s 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

/* [03] Main Nav Menu
--------------------------------------------------------------------------------------- //// */
/* line 244, app/assets/stylesheets/core/_dropdowns.scss */
.cmTarget h3 {
  margin-top: 0;
}

/* line 247, app/assets/stylesheets/core/_dropdowns.scss */
.cmTarget p {
  margin: 12px 0;
  text-align: center;
}

/* line 253, app/assets/stylesheets/core/_dropdowns.scss */
.stateOption .mStateChange {
  position: relative;
  top: -3px;
  background: #f3f3f3;
  border-radius: 2px;
  color: #707184;
  font-size: 12px;
  font-weight: 800;
  height: 100%;
  line-height: 20px;
  margin: 0;
  padding: 2px 16px;
  text-align: center;
  width: 100%;
}

/* line 267, app/assets/stylesheets/core/_dropdowns.scss */
.stateOption .mStateChange.pending {
  background: #d64c45;
  color: #ffffff;
}

/* line 272, app/assets/stylesheets/core/_dropdowns.scss */
.stateOption .mStateChange.in_process {
  background: #e1e4fc;
  color: #374d6a;
}

/* line 278, app/assets/stylesheets/core/_dropdowns.scss */
.stateOption .mStateChange.confirmed {
  background: #62bf3d;
  color: #ffffff;
}

/* line 283, app/assets/stylesheets/core/_dropdowns.scss */
.stateOption .mStateChange.cancelled {
  background: #b6b8cc;
  color: #ffffff;
}

/* line 288, app/assets/stylesheets/core/_dropdowns.scss */
.stateOption .mStateChange span {
  display: block;
  color: #8f94a0;
  font-size: 11px;
  font-weight: 200;
  line-height: 11px;
}

/* line 296, app/assets/stylesheets/core/_dropdowns.scss */
.stateOption .cmTarget ul li {
  padding-top: 8px;
}

/* line 1, app/assets/stylesheets/components/_tpl.topnav.scss */
nav.top-bar {
  position: absolute;
  top: 0;
  left: 0;
  background: #333;
  color: #fff;
  font-size: 16px;
  height: 80px;
  line-height: 1;
  text-align: left;
  width: 100%;
  padding: 21px 20px 20px 80px;
  font-size: 16px;
  display: inline-block;
  line-height: 40px;
  text-transform: uppercase;
}

/* line 12, app/assets/stylesheets/components/_tpl.topnav.scss */
nav.top-bar #logo {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 20px;
  height: 40px;
}

/* line 16, app/assets/stylesheets/components/_tpl.topnav.scss */
nav.top-bar #logo img {
  max-height: 100%;
}

/* line 27, app/assets/stylesheets/components/_tpl.topnav.scss */
nav.top-bar ul li {
  display: inline-block;
  padding: 0 12px;
}

/* line 31, app/assets/stylesheets/components/_tpl.topnav.scss */
nav.top-bar ul li a {
  color: #777;
  margin: 0 8px;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 40, app/assets/stylesheets/components/_tpl.topnav.scss */
nav.top-bar ul li.current a {
  color: #fff;
  font-weight: bold;
}

/* line 50, app/assets/stylesheets/components/_tpl.topnav.scss */
.breadcrumb {
  margin: 20px 0 80px;
}

/* line 53, app/assets/stylesheets/components/_tpl.topnav.scss */
.breadcrumb li {
  display: inline;
  font-size: 14px;
  font-weight: bold;
  margin: 0 10px 0 0;
  padding: 0 0 0 20px;
  position: relative;
}

/* line 61, app/assets/stylesheets/components/_tpl.topnav.scss */
.breadcrumb li:before {
  color: #ccc;
  content: '/';
  position: absolute;
  top: 0;
  left: 0;
}

/* line 67, app/assets/stylesheets/components/_tpl.topnav.scss */
.breadcrumb li:first-child {
  padding: 0;
}

/* line 69, app/assets/stylesheets/components/_tpl.topnav.scss */
.breadcrumb li:first-child:before {
  display: none;
}

/* line 72, app/assets/stylesheets/components/_tpl.topnav.scss */
.breadcrumb li a {
  font-size: 14px;
  font-weight: normal;
}

/* line 1, app/assets/stylesheets/components/_tpl.pagetitle.scss */
#pageTitle {
  padding: 16px 32px 0;
}

/* line 1, app/assets/stylesheets/components/_el.boxes.scss */
.box {
  background: #f7f7f7;
  border-radius: 4px;
  margin-bottom: 20px;
  position: relative;
}

/* line 8, app/assets/stylesheets/components/_el.boxes.scss */
.box .boxTitle {
  height: 52px;
  padding: 0 12px;
}

/* line 12, app/assets/stylesheets/components/_el.boxes.scss */
.box .boxTitle h2 {
  font-weight: normal;
  font-size: 16px;
  color: #5C7081;
  display: inline-block;
  margin: 18px 24px 32px 0;
}

/* line 19, app/assets/stylesheets/components/_el.boxes.scss */
.box .boxTitle h2 span {
  color: #9997a2;
  font-size: 14px;
  font-weight: 100;
  padding: 0 0 0 8px;
}

/* line 27, app/assets/stylesheets/components/_el.boxes.scss */
.box .boxTitle .rightSide {
  float: right;
  text-align: right;
}

/* line 31, app/assets/stylesheets/components/_el.boxes.scss */
.box .boxTitle .rightSide label {
  color: #766cb7;
  display: inline-block;
  font-size: 16px;
  font-weight: 100;
  line-height: 22px;
  margin: 15px 16px 0 0;
}

/* line 39, app/assets/stylesheets/components/_el.boxes.scss */
.box .boxTitle .rightSide label input[type='radio'] {
  display: inline-block;
  height: auto;
  line-height: 1;
  margin-right: 4px;
}

/* line 47, app/assets/stylesheets/components/_el.boxes.scss */
.box .boxTitle .rightSide a.button, .box .boxTitle .rightSide .admin .inner-page .tree > li.group a.new-option, .admin .inner-page .tree > li.group .box .boxTitle .rightSide a.new-option {
  font-size: 13px;
  line-height: 11px;
  margin: 12px 0 0 0;
  min-width: auto;
}

/* line 56, app/assets/stylesheets/components/_el.boxes.scss */
.box .boxTitleNote {
  color: #A2A1A4;
  font-size: 14px;
  margin: 0;
  max-width: 200px;
  padding: 0 12px;
}

/* line 64, app/assets/stylesheets/components/_el.boxes.scss */
.box .new-button {
  position: absolute;
  top: 0;
  right: 0;
  color: #1098D9;
  font-size: 14px;
  line-height: 14px;
  padding: 16px;
  text-decoration: none;
}

/* line 72, app/assets/stylesheets/components/_el.boxes.scss */
.box .new-button:after {
  content: '✚';
  display: inline-block;
  font-size: 18px;
  margin-left: 6px;
  position: relative;
  top: 2px;
}

/* line 81, app/assets/stylesheets/components/_el.boxes.scss */
.box .pagination {
  position: absolute;
  top: 0;
  right: 0;
  color: #111;
  font-size: 14px;
  font-weight: 800;
  line-height: 28px;
  padding: 12px;
}

/* line 89, app/assets/stylesheets/components/_el.boxes.scss */
.box .pagination a {
  color: #1098D9;
  font-weight: 200;
  text-decoration: none;
}

/* line 2, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work {
  padding-top: 0;
}

/* line 4, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work p {
  font-size: 14px;
}

/* line 8, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work #cgw-nav {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  flex: 1;
  justify-content: center;
  background: #000;
  margin: 20px;
  padding: 0;
  display: none;
}

/* line 16, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work #cgw-nav .hidden {
  display: none;
}

/* line 18, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work #cgw-nav a {
  color: #fff;
  margin: 0 20px;
  position: relative;
  text-decoration: none;
}

/* line 24, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work #cgw-nav a:before {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  background: red;
  display: block;
  height: 20px;
  width: 20px;
}

/* line 37, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work #cgw-nav.mode-builder-group-1 a[href$=builder-group-1]:before {
  display: block;
}

/* line 45, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .firearm_class ul {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  flex: 1;
  justify-content: flex-start;
  flex-wrap: wrap;
}

/* line 49, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .firearm_class ul li {
  width: 24%;
  margin-bottom: 20px;
  margin-left: 1.33333%;
}

/* line 54, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .firearm_class ul li:nth-child(4n + 1) {
  margin-left: 0;
}

/* line 60, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .firearm_class ul li img {
  border: 1px solid #d8a56e;
  padding: 4px;
  width: 100%;
}

/* line 65, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .firearm_class ul li a {
  color: #000;
  text-align: center;
  text-decoration: none;
}

/* line 69, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .firearm_class ul li a strong {
  display: block;
}

/* line 77, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper {
  align-items: stretch;
  display: flex;
  flex-wrap: nowrap;
  flex: 1;
  justify-content: flex-start;
  /*
     * Default view
     */
  /*
     * Sidebar view
     */
}

/* line 83, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column {
  width: 100%;
  -webkit-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 87, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .total-column {
  display: none;
  opacity: 0;
  visibility: hidden;
  width: 0%;
}

/* line 99, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper.show-sidebar .form-column {
  width: 70%;
}

/* line 102, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper.show-sidebar .total-column {
  display: block;
  opacity: 1;
  visibility: visible;
  width: 30%;
  -webkit-transition: all 300ms 1500ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 300ms 1500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 300ms 1500ms cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 111, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column {
  padding: 40px 40px;
}

/* line 114, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column h2 {
  margin: 0;
}

/* line 116, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column h2 + p {
  margin: 0;
}

/* line 119, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column p {
  padding: 0;
}

/* line 124, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column fieldset {
  margin: 60px 0;
  padding: 40px 0;
}

/* line 128, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column fieldset.no-bottom-padding {
  padding-bottom: 0;
}

/* line 129, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column fieldset.no-top-padding {
  padding-top: 0px;
}

/* line 130, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column fieldset.no-bottom-margin {
  margin-bottom: 0;
}

/* line 131, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column fieldset.no-top-margin {
  margin-top: 0;
}

/* line 133, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column fieldset legend:after {
  display: none;
}

/* line 135, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column fieldset img {
  width: 100%;
}

/* line 141, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column fieldset.additional p {
  font-weight: bold;
  margin: 0 0 4px;
}

/* line 149, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column fieldset.boxes .row {
  border: 1px solid #aaa;
  border-top: none;
  position: relative;
}

/* line 153, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column fieldset.boxes .row:before, .custom-gun-work .form-wrapper .form-column fieldset.boxes .row:after {
  clear: none;
  display: none;
}

/* line 155, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column fieldset.boxes .row label {
  color: #cf8440;
  display: block;
  padding: 14px 8px 10px;
  width: 20%;
}

/* line 162, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column fieldset.boxes .row label.has-error:after {
  background: #ff0000;
  border-radius: 2px;
  content: 'REQUIRED';
  color: #fff;
  display: inline-block;
  font-size: 11px;
  margin-left: 4px;
  padding: 3px 4px 2px;
  text-transform: uppercase;
}

/* line 175, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column fieldset.boxes .row label em {
  display: block;
  color: #333;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  line-height: 24px;
}

/* line 184, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column fieldset.boxes .row input {
  border: none;
  border-left: 1px solid #aaa;
  font-size: 16px;
  line-height: 1;
  padding: 8px;
  width: 80%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20%;
}

/* line 194, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column fieldset.boxes .row:first-child, .custom-gun-work .form-wrapper .form-column fieldset.boxes .row.border-top {
  border-top: 1px solid #aaa;
}

/* line 198, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column div.firearm-checkboxes {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  flex: 1;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 50%;
}

/* line 203, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column div.firearm-checkboxes .checkbox {
  min-height: auto;
  width: 50%;
}

/* line 206, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column div.firearm-checkboxes .checkbox label {
  color: #aaa;
}

/* line 212, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column fieldset.group {
  border-top: 1px solid #aaa;
}

/* line 215, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column fieldset.group legend {
  color: #333;
  display: block;
  font-size: 20px;
  line-height: 1;
  margin: 40px 0 20px;
  padding-inline-start: 0;
  text-transform: uppercase;
}

/* line 224, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column fieldset.group legend + p {
  font-weight: normal;
  margin-top: 0;
}

/* line 231, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column fieldset.group.no-top-padding legend {
  margin-bottom: 4px;
}

/* line 236, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column fieldset.group .fancy-checkbox {
  padding: 0;
  position: relative;
}

/* line 240, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column fieldset.group .fancy-checkbox label {
  color: #777;
  font-weight: normal;
  padding-left: 24px;
}

/* line 246, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column fieldset.group .fancy-checkbox input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0px;
  height: 20px;
  min-width: 0;
  padding: 0;
  visibility: hidden;
  width: 20px;
  z-index: 10;
}

/* line 255, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column fieldset.group .fancy-checkbox input[type=checkbox] + .indicator {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #aaa;
  height: 16px;
  width: 16px;
  z-index: 0;
}

/* line 264, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column fieldset.group .fancy-checkbox input[type=checkbox]:checked + .indicator:before {
  position: absolute;
  top: 3px;
  left: 3px;
  background: #bd8548;
  content: '';
  height: 8px;
  width: 8px;
}

/* line 275, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column fieldset.group .fancy-radio-button {
  padding: 4px 0;
  position: relative;
  width: 50%;
}

/* line 280, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column fieldset.group .fancy-radio-button label {
  color: #777;
  font-weight: normal;
  padding-left: 24px;
}

/* line 286, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column fieldset.group .fancy-radio-button input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  min-width: 0;
  padding: 0;
  visibility: hidden;
  width: 20px;
  z-index: 10;
}

/* line 295, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column fieldset.group .fancy-radio-button input[type=radio] + .indicator {
  position: absolute;
  top: 0px;
  left: 0;
  border: 1px solid #aaa;
  height: 16px;
  width: 16px;
  z-index: 0;
}

/* line 304, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column fieldset.group .fancy-radio-button input[type=radio]:checked + .indicator:before {
  position: absolute;
  top: 3px;
  left: 3px;
  background: #bd8548;
  content: '';
  height: 8px;
  width: 8px;
}

/* line 315, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column fieldset.group .firearm-radio-buttons {
  align-items: flex-start;
  display: flex;
  flex-wrap: nowrap;
  flex: 1;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 20px 0 10px;
  padding-bottom: 20px;
  width: 50%;
}

/* line 324, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column fieldset.group .firearm-radio-buttons input[type=radio] + .indicator {
  position: absolute;
  top: -3px;
  left: 0;
}

/* line 331, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column fieldset.group .options {
  align-items: flex-start;
  display: flex;
  flex-wrap: nowrap;
  flex: 1;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-left: 20px;
}

/* line 336, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column fieldset.group .options > li {
  margin: 80px 0 0;
  padding: 0 40px 0 0;
  position: relative;
  width: 33.33333%;
  -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 343, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column fieldset.group .options > li.zero-marg-top {
  margin-top: 0;
}

/* line 352, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column fieldset.group .options > li.has-error .sub_group.required-group strong:after,
.custom-gun-work .form-wrapper .form-column fieldset.group .options > li.has-error .sub_group.required-group label:after {
  background: #ff0000;
  border-radius: 2px;
  color: #fff !important;
  display: inline-block;
  font-size: 11px;
  margin-left: 4px;
  padding: 3px 4px 2px;
  text-transform: uppercase;
}

/* line 367, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column fieldset.group .options > li .cm {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #000;
  border-radius: 1000px;
  color: #fff;
  content: '+';
  display: block;
  font-size: 32px;
  height: 40px;
  line-height: 40px;
  opacity: 1;
  text-align: center;
  width: 40px;
}

/* line 382, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column fieldset.group .options > li .cm:before {
  color: #fff;
  content: '+';
}

/* line 390, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column fieldset.group .options > li.selected .cm {
  background: #cf8440 url("checkmark.png") no-repeat center center;
  background-size: 20px;
  content: '';
}

/* line 394, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column fieldset.group .options > li.selected .cm:before {
  content: '';
}

/* line 397, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column fieldset.group .options > li.disabled {
  opacity: .5;
}

/* line 400, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column fieldset.group .options > li.disabled .cm {
  background: #777;
}

/* line 403, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column fieldset.group .options > li.disabled .cm:before {
  content: '!';
  diplay: block;
}

/* line 410, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column fieldset.group .options > li a {
  text-decoration: none;
}

/* line 413, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column fieldset.group .options > li a h5 {
  font-size: 16px;
  line-height: 20px;
  margin: 12px 0 0;
}

/* line 418, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column fieldset.group .options > li a p.cost {
  font-weight: bold;
  margin: 4px 0;
  padding: 0;
}

/* line 425, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column fieldset.group .options > li .tooltip-trigger {
  border: 1px solid #918f8f;
  border-radius: 100px;
  float: right;
  height: 21px;
  position: relative;
  width: 21px;
}

/* line 433, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column fieldset.group .options > li .tooltip-trigger:before {
  position: absolute;
  top: 0px;
  left: 8px;
  content: 'i';
  font-size: 14px;
  font-weight: bold;
  text-transform: none;
}

/* line 443, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column fieldset.group .options > li .sub_groups > li.sub_group {
  margin-top: 20px;
}

/* line 446, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column fieldset.group .options > li .sub_groups > li.sub_group:first-child {
  margin: 0;
}

/* line 449, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column fieldset.group .options > li .sub_groups > li.sub_group.required-group > strong:after {
  color: red;
  content: '*required';
  font-size: 12px;
  font-weight: bold;
}

/* line 460, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column fieldset.group .options > li .sub_groups > li.sub_group .variants.list-mode li.variant {
  margin: 4px 0;
}

/* line 462, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column fieldset.group .options > li .sub_groups > li.sub_group .variants.list-mode li.variant a {
  color: #aaa;
  font-size: 14px;
  line-height: 20px;
  padding-left: 24px;
  position: relative;
  text-decoration: none;
}

/* line 470, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column fieldset.group .options > li .sub_groups > li.sub_group .variants.list-mode li.variant a:before {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #aaa;
  content: '';
  height: 16px;
  width: 16px;
}

/* line 481, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column fieldset.group .options > li .sub_groups > li.sub_group .variants.list-mode li.variant.selected a:after {
  position: absolute;
  top: 4px;
  left: 4px;
  background: #bd8548;
  content: '';
  height: 8px;
  width: 8px;
}

/* line 2, app/assets/stylesheets/mixins/_utilities.scss */
.custom-gun-work .form-wrapper .form-column fieldset.group .options > li .sub_groups > li.sub_group .variants.swatch-mode:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

/* line 495, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column fieldset.group .options > li .sub_groups > li.sub_group .variants.swatch-mode > li {
  border-radius: 100px;
  border: 2px solid #fff;
  display: inline-block;
  float: left;
}

/* line 502, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column fieldset.group .options > li .sub_groups > li.sub_group .variants.swatch-mode > li .swatch {
  border-radius: 100px;
  border: 2px solid #fff;
  display: block;
  height: 32px;
  width: 32px;
}

/* line 510, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column fieldset.group .options > li .sub_groups > li.sub_group .variants.swatch-mode > li.selected {
  border: 2px solid #CF8340;
  opacity: 1;
}

/* line 518, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column fieldset.group .options > li .sub_groups > li.sub_group .variants li.variant.disabled {
  opacity: .15;
}

/* line 529, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column .bottom-order-summary {
  top: 0;
}

/* line 532, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column .bottom-order-summary h2 {
  font-size: 40px;
  margin-bottom: 20px;
}

/* line 537, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column .bottom-order-summary .order-items {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

/* line 540, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column .bottom-order-summary .order-items li {
  color: #000;
  display: block;
  font-size: 16px;
  line-height: 16px;
  margin: 28px 0;
  padding: 0 0 0 72px;
  position: relative;
}

/* line 549, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column .bottom-order-summary .order-items li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
}

/* line 554, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column .bottom-order-summary .order-items li strong {
  display: block;
  font-size: 12px;
  margin-top: 2px;
}

/* line 560, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column .bottom-order-summary .order-items li .variant {
  color: #333;
  display: block;
  font-size: 12px;
  font-style: italic;
}

/* line 569, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column .bottom-order-summary .shipping-inbound,
.custom-gun-work .form-wrapper .form-column .bottom-order-summary .shipping-outbound {
  font-size: 12px;
}

/* line 573, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column .bottom-order-summary .shipping-inbound {
  margin: 16px 0 0;
}

/* line 576, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column .bottom-order-summary .shipping-outbound {
  margin: 2px 0 8px;
}

/* line 580, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .form-column .bottom-order-summary .order-total {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px;
}

/* line 588, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .total-column {
  background: #ebebeb;
  padding: 20px;
}

/* line 592, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .total-column .order-summary {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 40px;
}

/* line 601, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .total-column .order-summary .order-items {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

/* line 604, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .total-column .order-summary .order-items li {
  color: #000;
  display: block;
  font-size: 16px;
  line-height: 16px;
  margin: 28px 0;
  padding: 0 0 0 72px;
  position: relative;
}

/* line 613, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .total-column .order-summary .order-items li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
}

/* line 618, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .total-column .order-summary .order-items li strong {
  display: block;
  font-size: 12px;
  margin-top: 2px;
}

/* line 624, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .total-column .order-summary .order-items li .variant {
  color: #333;
  display: block;
  font-size: 12px;
  font-style: italic;
}

/* line 633, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .total-column .order-summary .shipping-inbound,
.custom-gun-work .form-wrapper .total-column .order-summary .shipping-outbound {
  font-size: 12px;
}

/* line 637, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .total-column .order-summary .shipping-inbound {
  margin: 16px 0 0;
}

/* line 640, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .total-column .order-summary .shipping-outbound {
  margin: 2px 0 8px;
}

/* line 644, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .form-wrapper .total-column .order-summary .order-total {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px;
}

/* line 655, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work #group-modal {
  width: 600px;
}

/* line 658, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work #group-modal .modal-content {
  background: #F7F8F7;
  padding: 0px 0 40px;
  position: relative;
}

/* line 663, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work #group-modal .modal-content .pad-around {
  padding: 0 20px;
}

/* line 666, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work #group-modal .modal-content .pad-around.alert {
  color: #8bbb7c;
  padding: 12px 20px 0;
}

/* line 672, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work #group-modal .modal-content a.delete-link {
  background: #E7E6E6;
  color: #1098D9;
  font-size: 14px;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 4px 8px;
  text-decoration: none;
}

/* line 683, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work #group-modal.new-group .top-bar {
  padding: 20px;
}

/* line 686, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work #group-modal.new-group .modal-content {
  padding-bottom: 0;
}

/* line 690, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .tooltip {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0);
  max-width: 100%;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  z-index: 100;
}

/* line 699, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .tooltip.visible {
  opacity: 1;
  visibility: visible;
}

/* line 704, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .tooltip .outer {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #EBEBEB;
  border: 1px solid #777;
  border-radius: 1px;
  font-size: 14px;
  line-height: 18px;
  max-width: 100%;
  padding: 4px;
  width: 400px;
}

/* line 716, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .tooltip .outer .inner {
  padding: 20px;
  position: relative;
  height: 100%;
  width: 100%;
}

/* line 722, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .tooltip .outer .inner .close {
  position: absolute;
  top: 4px;
  right: 5px;
}

/* line 729, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .option-modal {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
  width: auto;
  z-index: 999;
}

/* line 737, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .option-modal.visible {
  display: block;
}

/* line 739, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .option-modal .modal-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-box-shadow: 0 10px 20px rgba(0,0,0,.2);
  -moz-box-shadow: 0 10px 20px rgba(0,0,0,.2);
  box-shadow: 0 10px 20px rgba(0,0,0,.2);
  border: 12px solid #E0E0E0;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  background: #fff;
  max-width: 100%;
  padding: 20px;
  width: 500px;
}

/* line 749, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .option-modal .modal-box .modal-inner {
  position: relative;
}

/* line 753, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .option-modal .modal-box .modal-inner .modal-close.x {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 9999;
  ttexrt-decoration: none;
}

/* line 758, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .option-modal .modal-box .modal-inner .modal-close.button, .custom-gun-work .option-modal .modal-box .modal-inner .admin .inner-page .tree > li.group .modal-close.new-option, .admin .inner-page .tree > li.group .custom-gun-work .option-modal .modal-box .modal-inner .modal-close.new-option {
  margin: 20px 0 0;
}

/* line 763, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .option-modal .modal-box .modal-inner p {
  margin: 8px 0 20px 0;
}

/* line 768, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .option-modal .modal-box .modal-inner .sub_groups > li.sub_group {
  margin-top: 20px;
}

/* line 771, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .option-modal .modal-box .modal-inner .sub_groups > li.sub_group:first-child {
  margin: 0;
}

/* line 774, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .option-modal .modal-box .modal-inner .sub_groups > li.sub_group.required-group > strong:after {
  color: red;
  content: '*required';
  font-size: 12px;
  font-weight: bold;
}

/* line 785, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .option-modal .modal-box .modal-inner .sub_groups > li.sub_group .variants.list-mode li.variant {
  margin: 4px 0;
}

/* line 787, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .option-modal .modal-box .modal-inner .sub_groups > li.sub_group .variants.list-mode li.variant a {
  color: #aaa;
  font-size: 14px;
  line-height: 20px;
  padding-left: 24px;
  position: relative;
  text-decoration: none;
}

/* line 795, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .option-modal .modal-box .modal-inner .sub_groups > li.sub_group .variants.list-mode li.variant a:before {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #aaa;
  content: '';
  height: 16px;
  width: 16px;
}

/* line 806, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .option-modal .modal-box .modal-inner .sub_groups > li.sub_group .variants.list-mode li.variant.selected a:after {
  position: absolute;
  top: 4px;
  left: 4px;
  background: #bd8548;
  content: '';
  height: 8px;
  width: 8px;
}

/* line 2, app/assets/stylesheets/mixins/_utilities.scss */
.custom-gun-work .option-modal .modal-box .modal-inner .sub_groups > li.sub_group .variants.swatch-mode:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

/* line 820, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .option-modal .modal-box .modal-inner .sub_groups > li.sub_group .variants.swatch-mode > li {
  border-radius: 100px;
  border: 2px solid #fff;
  display: inline-block;
  float: left;
}

/* line 827, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .option-modal .modal-box .modal-inner .sub_groups > li.sub_group .variants.swatch-mode > li .swatch {
  border-radius: 100px;
  border: 2px solid #fff;
  display: block;
  height: 32px;
  width: 32px;
}

/* line 835, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .option-modal .modal-box .modal-inner .sub_groups > li.sub_group .variants.swatch-mode > li.selected {
  border: 2px solid #CF8340;
  opacity: 1;
}

/* line 843, app/assets/stylesheets/layouts/customer-facing/_custom_gun_work.scss */
.custom-gun-work .option-modal .modal-box .modal-inner .sub_groups > li.sub_group .variants li.variant.disabled {
  opacity: .15;
}

/* line 4, app/assets/stylesheets/layouts/admin/_admin.scss */
.pencil-icon, .admin .inner-page .tree > li.group > ul.options > li.option > ul.sub-groups > li.sub-group > ul.variants > li.variant a span, .admin .inner-page .tree > li.group > ul.options > li.option > ul.sub-groups > li.sub-group > a span, .admin .inner-page .tree > li.group > ul.options > li.option > a span {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 383.947 383.947'%3E%3Cpath d='M0 303.947v80h80l236.053-236.054-80-80zM377.707 56.053L327.893 6.24c-8.32-8.32-21.867-8.32-30.187 0l-39.04 39.04 80 80 39.04-39.04c8.321-8.32 8.321-21.867.001-30.187z'/%3E%3C/svg%3E");
  background-size: 16px;
  display: inline-block;
  margin-left: 4px;
  opacity: .3;
  background-size: 14px;
  height: 14px;
  width: 14px;
  -webkit-transform: translate(0, 1px);
  transform: translate(0, 1px);
}

/* line 15, app/assets/stylesheets/layouts/admin/_admin.scss */
.pencil-icon:hover, .admin .inner-page .tree > li.group > ul.options > li.option > ul.sub-groups > li.sub-group > ul.variants > li.variant a span:hover, .admin .inner-page .tree > li.group > ul.options > li.option > ul.sub-groups > li.sub-group > a span:hover, .admin .inner-page .tree > li.group > ul.options > li.option > a span:hover {
  opacity: .35;
}

/* line 19, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin {
  padding: 100px 0px 0px;
}

/* line 22, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin .top-bar {
  background: #111;
}

/* line 25, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin .inner-page {
  padding: 0 80px;
}

/* line 28, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin .inner-page .flash.notice {
  background: #49d049;
  text-align: center;
  padding: 20px 8px;
  margin: 0 0 20px;
  border-radius: 2px;
  color: #fff;
}

/* line 37, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin .inner-page .state {
  background: #eee;
  border-radius: 2px;
  -webkit-box-shadow: 0, 0, 2px, rgba(0, 0, 0, 0.2), ;
  -moz-box-shadow: 0, 0, 2px, rgba(0, 0, 0, 0.2), ;
  box-shadow: 0, 0, 2px, rgba(0, 0, 0, 0.2), ;
  margin: 0 0 20px;
  padding: 16px;
}

/* line 45, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin .inner-page hr {
  opacity: .25;
}

/* line 50, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin .inner-page h1 {
  margin: 80px 0 40px;
}

/* line 52, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin .inner-page h1 + h2 {
  margin-top: 20px;
}

/* line 54, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin .inner-page h2 {
  margin: 60px 0 20px;
}

/* line 66, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin .inner-page table tbody tr {
  cursor: pointer;
}

/* line 72, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin .inner-page fieldset {
  border-radius: 1px;
  border: 1px solid #efebeb;
  background: #fdfcfc;
  padding: 40px 12px;
  position: relative;
}

/* line 79, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin .inner-page fieldset legend {
  position: absolute;
  top: 8px;
  left: 12px;
  color: #777;
  font-size: 12px;
  margin: 0;
  padding: 0;
  padding-inline-start: 0;
  padding-inline-end: 0;
  text-transform: uppercase;
}

/* line 90, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin .inner-page fieldset legend:after {
  display: none;
}

/* line 96, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin .inner-page fieldset .field {
  margin: 2px 0;
}

/* line 102, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin .inner-page .breadcrumb {
  margin: 0 0 50px;
}

/* line 105, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin .inner-page .breadcrumb li {
  display: inline;
  font-size: 11px;
  font-weight: bold;
  margin: 0 10px 0 0;
  padding: 0 0 0 20px;
  position: relative;
  text-transform: uppercase;
}

/* line 114, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin .inner-page .breadcrumb li:before {
  color: #ccc;
  content: '/';
  position: absolute;
  top: 0;
  left: 0;
}

/* line 120, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin .inner-page .breadcrumb li:first-child {
  padding: 0;
}

/* line 122, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin .inner-page .breadcrumb li:first-child:before {
  display: none;
}

/* line 125, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin .inner-page .breadcrumb li a {
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
}

/* line 133, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin .inner-page .tree {
  align-items: stretch;
  display: flex;
  flex-wrap: nowrap;
  flex: 1;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 137, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin .inner-page .tree > li.group {
  background: #fff;
  background: #fdfcfc;
  border: 1px solid #DDD;
  border-radius: 4px;
  margin: .5%;
  padding: 20px;
  position: relative;
  width: 100%;
}

/* line 147, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin .inner-page .tree > li.group.new {
  background: #ddd;
  cursor: pointer;
  padding: 20px;
  text-align: center;
  background: #bd8548;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  transition: all 300ms linear;
}

/* line 153, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin .inner-page .tree > li.group.new a, .admin .inner-page .tree > li.group.new p {
  color: #fff;
}

/* line 156, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin .inner-page .tree > li.group.new a {
  margin-bottom: 4px;
}

/* line 157, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin .inner-page .tree > li.group.new p {
  margin: 0;
  text-align: center;
}

/* line 163, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin .inner-page .tree > li.group.new:hover {
  opacity: .9;
}

/* line 165, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin .inner-page .tree > li.group.new:hover a:hover {
  color: #fff;
}

/* line 169, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin .inner-page .tree > li.group > a {
  color: #000;
  display: block;
  font-size: 28px;
  margin: 8px 0 40px;
  text-transform: uppercase;
  text-decoration: none;
}

/* line 177, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin .inner-page .tree > li.group > a.edit.group span {
  color: #777;
  font-size: 12px;
  text-transform: uppercase;
}

/* line 183, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin .inner-page .tree > li.group > a:hover {
  color: #555;
}

/* line 188, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin .inner-page .tree > li.group .new-option {
  position: absolute;
  top: -10px;
  right: 0px;
  background: #DDD;
  color: #777;
  font-size: 14px;
  min-width: 0;
  padding: 15px 10px 13px;
}

/* line 198, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin .inner-page .tree > li.group > ul.options {
  align-items: flex-start;
  display: flex;
  flex-wrap: nowrap;
  flex: 1;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 202, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin .inner-page .tree > li.group > ul.options > li.option {
  background: #eee;
  background: #fff;
  -webkit-box-shadow: 0 8px 20px rgba(0,0,0,.1);
  -moz-box-shadow: 0 8px 20px rgba(0,0,0,.1);
  box-shadow: 0 8px 20px rgba(0,0,0,.1);
  margin: 0 0 32px;
  padding: 16px 16px 0;
  width: calc(33.333% - 20px);
  -webkit-transition: all 750ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 750ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 750ms cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 211, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin .inner-page .tree > li.group > ul.options > li.option > ul.sub-groups > li.new-group a {
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  transition: all 300ms linear;
}

/* line 218, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin .inner-page .tree > li.group > ul.options > li.option:hover {
  background: #feffef;
  -webkit-box-shadow: 0 8px 20px rgba(0,0,0,.3);
  -moz-box-shadow: 0 8px 20px rgba(0,0,0,.3);
  box-shadow: 0 8px 20px rgba(0,0,0,.3);
  padding-bottom: 16px;
}

/* line 223, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin .inner-page .tree > li.group > ul.options > li.option:hover > ul.sub-groups > li.new-group a {
  display: block;
  opacity: 1;
  visibility: visible;
}

/* line 230, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin .inner-page .tree > li.group > ul.options > li.option > a {
  color: #000;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  margin: 0 0 12px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  transition: all 300ms linear;
}

/* line 241, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin .inner-page .tree > li.group > ul.options > li.option > a img {
  display: block;
  width: 100%;
}

/* line 246, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin .inner-page .tree > li.group > ul.options > li.option > a span {
  opacity: 0;
}

/* line 251, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin .inner-page .tree > li.group > ul.options > li.option > a:hover {
  color: #777;
}

/* line 253, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin .inner-page .tree > li.group > ul.options > li.option > a:hover span {
  opacity: .5;
}

/* line 263, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin .inner-page .tree > li.group > ul.options > li.option > ul.sub-groups > li.new-group a {
  background: #EEE;
  color: #555;
  display: block;
  font-size: 14px;
  opacity: 0;
  padding: 6px 8px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  visibility: visible;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  transition: all 300ms linear;
}

/* line 276, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin .inner-page .tree > li.group > ul.options > li.option > ul.sub-groups > li.new-group a:hover {
  opacity: 1;
}

/* line 283, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin .inner-page .tree > li.group > ul.options > li.option > ul.sub-groups > li.sub-group {
  margin: 10px 0;
}

/* line 288, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin .inner-page .tree > li.group > ul.options > li.option > ul.sub-groups > li.sub-group > a {
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 296, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin .inner-page .tree > li.group > ul.options > li.option > ul.sub-groups > li.sub-group > a span {
  opacity: 0;
}

/* line 302, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin .inner-page .tree > li.group > ul.options > li.option > ul.sub-groups > li.sub-group > a:hover span {
  opacity: .5;
}

/* line 311, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin .inner-page .tree > li.group > ul.options > li.option > ul.sub-groups > li.sub-group > ul.variants > li.variant a {
  margin: 0;
  color: #445996;
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  margin: 8px 0;
  padding: 0 0 0 16px;
  position: relative;
  text-decoration: none;
}

/* line 323, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin .inner-page .tree > li.group > ul.options > li.option > ul.sub-groups > li.sub-group > ul.variants > li.variant a span {
  opacity: 0;
}

/* line 329, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin .inner-page .tree > li.group > ul.options > li.option > ul.sub-groups > li.sub-group > ul.variants > li.variant a:hover span {
  opacity: .5;
}

/* line 334, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin .inner-page .tree > li.group > ul.options > li.option > ul.sub-groups > li.sub-group > ul.variants > li.variant a:before {
  border: 1px solid #ccc;
  content: '';
  display: block;
  height: 12px;
  position: absolute;
  top: 2px;
  left: 0;
  width: 12px;
}

/* line 342, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin .inner-page .tree > li.group > ul.options > li.option > ul.sub-groups > li.sub-group > ul.variants > li.variant a:after {
  background: #ccc;
  content: '';
  display: block;
  height: 8px;
  position: absolute;
  top: 4px;
  left: 2px;
  width: 8px;
}

/* line 351, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin .inner-page .tree > li.group > ul.options > li.option > ul.sub-groups > li.sub-group > ul.variants > li.variant a.new {
  margin-top: -4px;
  background: #EEE;
  color: #555;
  display: inline-block;
  font-size: 12px;
  opacity: 0.5;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

/* line 365, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin .inner-page .tree > li.group > ul.options > li.option > ul.sub-groups > li.sub-group > ul.variants > li.variant a.new:hover {
  opacity: 1;
}

/* line 382, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin footer {
  background: #efebeb;
  margin: 80px 0 0;
  text-align: center;
  padding: 60px 20px;
}

/* line 394, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin-orders-controller .inner-page .state {
  background: #ddd;
  border-radius: 8px;
  color: #777;
  font-weight: bold;
  margin: 20px 0 30px;
  padding: 16px;
  position: relative;
  text-transform: uppercase;
}

/* line 404, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin-orders-controller .inner-page .state.processing {
  background: #48be6c;
  color: #fff;
}

/* line 409, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin-orders-controller .inner-page .state.complete {
  background: #ddd;
  color: #222;
  background: #bd8548;
  color: #fff;
}

/* line 416, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin-orders-controller .inner-page .state.returned {
  background: #ddd;
  color: #222;
}

/* line 421, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin-orders-controller .inner-page .state.error {
  background: #8a0e30;
  color: #fff;
  background: #d23f3f;
  color: #fff;
}

/* line 427, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin-orders-controller .inner-page .state.error h1, .admin-orders-controller .inner-page .state.error h2, .admin-orders-controller .inner-page .state.error h3 {
  color: #fff;
  font-weight: bold;
  text-transform: none;
  margin: 0;
}

/* line 433, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin-orders-controller .inner-page .state.error ul {
  font-weight: normal;
  list-style: disc;
  margin: 20px 0 0 20px;
  opacity: .75;
  text-transform: none;
}

/* line 442, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin-orders-controller .inner-page .state a {
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: #fff;
  background: -moz-linear-gradient(top, #fff, #eee);
  background: linear-gradient(top, #fff, #eee);
  background: -webkit-linear-gradient(top, #fff, #eee);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#eee' );
  border-radius: 4px;
  color: #222;
  float: right;
  margin: 0;
  padding: 4px 8px;
  text-decoration: none;
}

/* line 2, app/assets/stylesheets/mixins/_utilities.scss */
.admin-orders-controller .inner-page .state a:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

/* line 457, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin-orders-controller .inner-page tr.warm td {
  background: #fcffe4;
}

/* line 462, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin-orders-controller .inner-page tr.hot td {
  background: #ffef81;
}

/* line 469, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin-orders-controller.show-action h1 {
  margin-top: 0;
}

/* line 470, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin-orders-controller.show-action h2 {
  margin-top: 0;
}

/* line 473, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin-orders-controller.edit-action .fancy-radio-button {
  padding: 4px 0;
  position: relative;
  width: 50%;
}

/* line 478, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin-orders-controller.edit-action .fancy-radio-button label {
  color: #777;
  font-weight: normal;
  padding-left: 24px;
}

/* line 484, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin-orders-controller.edit-action .fancy-radio-button input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  min-width: 0;
  padding: 0;
  visibility: hidden;
  width: 20px;
  z-index: 10;
}

/* line 493, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin-orders-controller.edit-action .fancy-radio-button input[type=radio] + .indicator {
  position: absolute;
  top: 0px;
  left: 0;
  border: 1px solid #aaa;
  height: 16px;
  width: 16px;
  z-index: 0;
}

/* line 502, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin-orders-controller.edit-action .fancy-radio-button input[type=radio]:checked + .indicator:before {
  position: absolute;
  top: 3px;
  left: 3px;
  background: #bd8548;
  content: '';
  height: 8px;
  width: 8px;
}

/* line 513, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin-orders-controller.edit-action .firearm-radio-buttons {
  align-items: flex-start;
  display: flex;
  flex-wrap: nowrap;
  flex: 1;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 20px 0 10px;
  padding-bottom: 20px;
  width: 50%;
}

/* line 522, app/assets/stylesheets/layouts/admin/_admin.scss */
.admin-orders-controller.edit-action .firearm-radio-buttons input[type=radio] + .indicator {
  position: absolute;
  top: -3px;
  left: 0;
}

/* line 5, app/assets/stylesheets/layouts/admin/_devise.scss */
body[class*=devise] .inner-page {
  padding: 100px 80px;
  text-align: center;
}

/* line 9, app/assets/stylesheets/layouts/admin/_devise.scss */
body[class*=devise] .inner-page .flash {
  background: #fdfcfc;
  border: 1px solid #efebeb;
  border-radius: 2px;
  width: 300px;
  margin: 40px auto;
  padding: 20px;
}

/* line 17, app/assets/stylesheets/layouts/admin/_devise.scss */
body[class*=devise] .inner-page h1 {
  margin: 80px 0 40px;
}

/* line 19, app/assets/stylesheets/layouts/admin/_devise.scss */
body[class*=devise] .inner-page h1 + h2 {
  margin-top: 20px;
}

/* line 21, app/assets/stylesheets/layouts/admin/_devise.scss */
body[class*=devise] .inner-page h2 {
  margin: 60px 0 20px;
}

/* line 25, app/assets/stylesheets/layouts/admin/_devise.scss */
body[class*=devise] .inner-page form {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  flex: 1;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto;
  width: 400px;
}

/* line 31, app/assets/stylesheets/layouts/admin/_devise.scss */
body[class*=devise] .inner-page form .field.email,
body[class*=devise] .inner-page form .field.password {
  width: 46%;
  text-align: left;
}

/* line 36, app/assets/stylesheets/layouts/admin/_devise.scss */
body[class*=devise] .inner-page form .field.remember, body[class*=devise] .inner-page form .actions {
  width: 100%;
}

/* line 49, app/assets/stylesheets/layouts/admin/_devise.scss */
body[class*=devise] .inner-page table tbody tr {
  cursor: pointer;
}

/* line 55, app/assets/stylesheets/layouts/admin/_devise.scss */
body[class*=devise] .inner-page fieldset {
  border-radius: 1px;
  border: 1px solid #efebeb;
  background: #fdfcfc;
  padding: 40px 12px;
  position: relative;
}

/* line 62, app/assets/stylesheets/layouts/admin/_devise.scss */
body[class*=devise] .inner-page fieldset legend {
  position: absolute;
  top: 8px;
  left: 12px;
  color: #777;
  font-size: 12px;
  margin: 0;
  padding: 0;
  padding-inline-start: 0;
  padding-inline-end: 0;
  text-transform: uppercase;
}

/* line 73, app/assets/stylesheets/layouts/admin/_devise.scss */
body[class*=devise] .inner-page fieldset legend:after {
  display: none;
}

/* line 79, app/assets/stylesheets/layouts/admin/_devise.scss */
body[class*=devise] .inner-page fieldset .field {
  margin: 2px 0;
}

/* line 85, app/assets/stylesheets/layouts/admin/_devise.scss */
body[class*=devise] .inner-page .breadcrumb {
  margin: 0 0 50px;
}

/* line 88, app/assets/stylesheets/layouts/admin/_devise.scss */
body[class*=devise] .inner-page .breadcrumb li {
  display: inline;
  font-size: 11px;
  font-weight: bold;
  margin: 0 10px 0 0;
  padding: 0 0 0 20px;
  position: relative;
  text-transform: uppercase;
}

/* line 97, app/assets/stylesheets/layouts/admin/_devise.scss */
body[class*=devise] .inner-page .breadcrumb li:before {
  color: #ccc;
  content: '/';
  position: absolute;
  top: 0;
  left: 0;
}

/* line 103, app/assets/stylesheets/layouts/admin/_devise.scss */
body[class*=devise] .inner-page .breadcrumb li:first-child {
  padding: 0;
}

/* line 105, app/assets/stylesheets/layouts/admin/_devise.scss */
body[class*=devise] .inner-page .breadcrumb li:first-child:before {
  display: none;
}

/* line 108, app/assets/stylesheets/layouts/admin/_devise.scss */
body[class*=devise] .inner-page .breadcrumb li a {
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
}

/* line 116, app/assets/stylesheets/layouts/admin/_devise.scss */
body[class*=devise] .inner-page .tree {
  align-items: stretch;
  display: flex;
  flex-wrap: nowrap;
  flex: 1;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 120, app/assets/stylesheets/layouts/admin/_devise.scss */
body[class*=devise] .inner-page .tree > li {
  background: #fdfcfc;
  border: 1px solid #efebeb;
  border-radius: 4px;
  margin: .5%;
  padding: 20px;
  width: 49%;
}

/* line 128, app/assets/stylesheets/layouts/admin/_devise.scss */
body[class*=devise] .inner-page .tree > li > a {
  color: #000;
  display: block;
  font-size: 24px;
  margin: 0 0 40px;
  text-transform: uppercase;
  text-decoration: none;
}

/* line 137, app/assets/stylesheets/layouts/admin/_devise.scss */
body[class*=devise] .inner-page .tree > li li {
  padding: 4px 0 4px 20px;
  position: relative;
}

/* line 141, app/assets/stylesheets/layouts/admin/_devise.scss */
body[class*=devise] .inner-page .tree > li li:before {
  position: absolute;
  top: 20px;
  left: 0;
  background: #777;
  content: '';
  height: 1px;
  width: 20px;
}

/* line 149, app/assets/stylesheets/layouts/admin/_devise.scss */
body[class*=devise] .inner-page .tree > li li:after {
  position: absolute;
  top: 0;
  bottom: 19px;
  left: 0;
  background: #777;
  content: '';
  height: auto;
  width: 1px;
}

/* line 158, app/assets/stylesheets/layouts/admin/_devise.scss */
body[class*=devise] .inner-page .tree > li li + li:after {
  top: -20px;
}

/* line 166, app/assets/stylesheets/layouts/admin/_devise.scss */
body[class*=devise] .inner-page .tree > li li a {
  background: #ecebf7;
  border: 1px solid #CF8340;
  border-radius: 2px;
  margin: 0;
  padding: 8px;
  color: #445996;
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
}

/* line 179, app/assets/stylesheets/layouts/admin/_devise.scss */
body[class*=devise] .inner-page .tree > li li a.new {
  background: none;
  border: none;
  color: #777;
  font-style: italic;
  padding: 4px 0;
}

/* line 212, app/assets/stylesheets/layouts/admin/_devise.scss */
body[class*=devise] .inner-page .tree > li li a {
  text-decoration: none;
  position: relative;
}

/* line 225, app/assets/stylesheets/layouts/admin/_devise.scss */
body[class*=devise] .inner-page .tree > li li a:hover:before {
  width: 100%;
}

/* line 229, app/assets/stylesheets/layouts/admin/_devise.scss */
body[class*=devise] .inner-page .tree > li li strong {
  font-weight: normal;
}

/* line 233, app/assets/stylesheets/layouts/admin/_devise.scss */
body[class*=devise] .inner-page .tree > li li ul {
  margin: 0 0 8px;
  padding: 0 0;
}

/* line 243, app/assets/stylesheets/layouts/admin/_devise.scss */
body[class*=devise] footer {
  background: #efebeb;
  margin: 80px 0 0;
  text-align: center;
  padding: 60px 20px;
}
