/* Datepicker
----------------------------------*/
/* line 4, ../../../app/assets/stylesheets/theme/datepicker.css.scss */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
}

/* line 5, ../../../app/assets/stylesheets/theme/datepicker.css.scss */
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
  background: #fff;
  border: solid 1px #dddddd;
}

/* line 6, ../../../app/assets/stylesheets/theme/datepicker.css.scss */
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 3.8em;
  height: 1.8em;
}

/* line 7, ../../../app/assets/stylesheets/theme/datepicker.css.scss */
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

/* line 8, ../../../app/assets/stylesheets/theme/datepicker.css.scss */
.ui-datepicker .ui-datepicker-prev {
  left: -16px;
}

/* line 9, ../../../app/assets/stylesheets/theme/datepicker.css.scss */
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

/* line 11, ../../../app/assets/stylesheets/theme/datepicker.css.scss */
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

/* line 12, ../../../app/assets/stylesheets/theme/datepicker.css.scss */
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

/* line 13, ../../../app/assets/stylesheets/theme/datepicker.css.scss */
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

/* line 14, ../../../app/assets/stylesheets/theme/datepicker.css.scss */
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

/* line 15, ../../../app/assets/stylesheets/theme/datepicker.css.scss */
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}

/* line 16, ../../../app/assets/stylesheets/theme/datepicker.css.scss */
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

/* line 18, ../../../app/assets/stylesheets/theme/datepicker.css.scss */
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

/* line 19, ../../../app/assets/stylesheets/theme/datepicker.css.scss */
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

/* line 20, ../../../app/assets/stylesheets/theme/datepicker.css.scss */
.ui-datepicker td {
  border: 0;
  padding: 1px;
}

/* line 21, ../../../app/assets/stylesheets/theme/datepicker.css.scss */
.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

/* line 22, ../../../app/assets/stylesheets/theme/datepicker.css.scss */
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

/* line 23, ../../../app/assets/stylesheets/theme/datepicker.css.scss */
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

/* line 24, ../../../app/assets/stylesheets/theme/datepicker.css.scss */
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
/* line 27, ../../../app/assets/stylesheets/theme/datepicker.css.scss */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

/* line 28, ../../../app/assets/stylesheets/theme/datepicker.css.scss */
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

/* line 29, ../../../app/assets/stylesheets/theme/datepicker.css.scss */
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

/* line 30, ../../../app/assets/stylesheets/theme/datepicker.css.scss */
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

/* line 31, ../../../app/assets/stylesheets/theme/datepicker.css.scss */
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

/* line 32, ../../../app/assets/stylesheets/theme/datepicker.css.scss */
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

/* line 33, ../../../app/assets/stylesheets/theme/datepicker.css.scss */
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}

/* line 34, ../../../app/assets/stylesheets/theme/datepicker.css.scss */
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

/* line 35, ../../../app/assets/stylesheets/theme/datepicker.css.scss */
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

/* line 36, ../../../app/assets/stylesheets/theme/datepicker.css.scss */
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
}

/* RTL support */
/* line 39, ../../../app/assets/stylesheets/theme/datepicker.css.scss */
.ui-datepicker-rtl {
  direction: rtl;
}

/* line 40, ../../../app/assets/stylesheets/theme/datepicker.css.scss */
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

/* line 41, ../../../app/assets/stylesheets/theme/datepicker.css.scss */
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

/* line 42, ../../../app/assets/stylesheets/theme/datepicker.css.scss */
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

/* line 43, ../../../app/assets/stylesheets/theme/datepicker.css.scss */
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

/* line 44, ../../../app/assets/stylesheets/theme/datepicker.css.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

/* line 45, ../../../app/assets/stylesheets/theme/datepicker.css.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

/* line 46, ../../../app/assets/stylesheets/theme/datepicker.css.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}

/* line 47, ../../../app/assets/stylesheets/theme/datepicker.css.scss */
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

/* line 48, ../../../app/assets/stylesheets/theme/datepicker.css.scss */
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* line 49, ../../../app/assets/stylesheets/theme/datepicker.css.scss */
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
/* line 52, ../../../app/assets/stylesheets/theme/datepicker.css.scss */
.ui-datepicker-cover {
  display: none;
  /*sorry for IE5*/
  display/**/: block;
  /*sorry for IE5*/
  position: absolute;
  /*must have*/
  z-index: -1;
  /*must have*/
  filter: mask();
  /*must have*/
  top: -4px;
  /*must have*/
  left: -4px;
  /*must have*/
  width: 200px;
  /*must have*/
  height: 200px;
  /*must have*/
}
meta.foundation-version {
  font-family: "/5.2.1/"; }

meta.foundation-mq-small {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:50.063em)/";
  width: 50.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: 100%; }

body {
  background: white;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

.hide {
  display: none; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.xy-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.x-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.y-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    width: auto;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none;
      *zoom: 1; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }

@media only screen {
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important; }

  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; }

  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .small-1 {
    width: 8.33333%; }

  .small-2 {
    width: 16.66667%; }

  .small-3 {
    width: 25%; }

  .small-4 {
    width: 33.33333%; }

  .small-5 {
    width: 41.66667%; }

  .small-6 {
    width: 50%; }

  .small-7 {
    width: 58.33333%; }

  .small-8 {
    width: 66.66667%; }

  .small-9 {
    width: 75%; }

  .small-10 {
    width: 83.33333%; }

  .small-11 {
    width: 91.66667%; }

  .small-12 {
    width: 100%; }

  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; }

  .small-offset-0 {
    margin-left: 0% !important; }

  .small-offset-1 {
    margin-left: 8.33333% !important; }

  .small-offset-2 {
    margin-left: 16.66667% !important; }

  .small-offset-3 {
    margin-left: 25% !important; }

  .small-offset-4 {
    margin-left: 33.33333% !important; }

  .small-offset-5 {
    margin-left: 41.66667% !important; }

  .small-offset-6 {
    margin-left: 50% !important; }

  .small-offset-7 {
    margin-left: 58.33333% !important; }

  .small-offset-8 {
    margin-left: 66.66667% !important; }

  .small-offset-9 {
    margin-left: 75% !important; }

  .small-offset-10 {
    margin-left: 83.33333% !important; }

  .small-offset-11 {
    margin-left: 91.66667% !important; }

  .small-reset-order,
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; } }
@media only screen and (min-width: 50.063em) {
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important; }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }

  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .medium-1 {
    width: 8.33333%; }

  .medium-2 {
    width: 16.66667%; }

  .medium-3 {
    width: 25%; }

  .medium-4 {
    width: 33.33333%; }

  .medium-5 {
    width: 41.66667%; }

  .medium-6 {
    width: 50%; }

  .medium-7 {
    width: 58.33333%; }

  .medium-8 {
    width: 66.66667%; }

  .medium-9 {
    width: 75%; }

  .medium-10 {
    width: 83.33333%; }

  .medium-11 {
    width: 91.66667%; }

  .medium-12 {
    width: 100%; }

  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; }

  .medium-offset-0 {
    margin-left: 0% !important; }

  .medium-offset-1 {
    margin-left: 8.33333% !important; }

  .medium-offset-2 {
    margin-left: 16.66667% !important; }

  .medium-offset-3 {
    margin-left: 25% !important; }

  .medium-offset-4 {
    margin-left: 33.33333% !important; }

  .medium-offset-5 {
    margin-left: 41.66667% !important; }

  .medium-offset-6 {
    margin-left: 50% !important; }

  .medium-offset-7 {
    margin-left: 58.33333% !important; }

  .medium-offset-8 {
    margin-left: 66.66667% !important; }

  .medium-offset-9 {
    margin-left: 75% !important; }

  .medium-offset-10 {
    margin-left: 83.33333% !important; }

  .medium-offset-11 {
    margin-left: 91.66667% !important; }

  .medium-reset-order,
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }
@media only screen and (min-width: 64.063em) {
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important; }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }

  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .large-1 {
    width: 8.33333%; }

  .large-2 {
    width: 16.66667%; }

  .large-3 {
    width: 25%; }

  .large-4 {
    width: 33.33333%; }

  .large-5 {
    width: 41.66667%; }

  .large-6 {
    width: 50%; }

  .large-7 {
    width: 58.33333%; }

  .large-8 {
    width: 66.66667%; }

  .large-9 {
    width: 75%; }

  .large-10 {
    width: 83.33333%; }

  .large-11 {
    width: 91.66667%; }

  .large-12 {
    width: 100%; }

  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; }

  .large-offset-0 {
    margin-left: 0% !important; }

  .large-offset-1 {
    margin-left: 8.33333% !important; }

  .large-offset-2 {
    margin-left: 16.66667% !important; }

  .large-offset-3 {
    margin-left: 25% !important; }

  .large-offset-4 {
    margin-left: 33.33333% !important; }

  .large-offset-5 {
    margin-left: 41.66667% !important; }

  .large-offset-6 {
    margin-left: 50% !important; }

  .large-offset-7 {
    margin-left: 58.33333% !important; }

  .large-offset-8 {
    margin-left: 66.66667% !important; }

  .large-offset-9 {
    margin-left: 75% !important; }

  .large-offset-10 {
    margin-left: 83.33333% !important; }

  .large-offset-11 {
    margin-left: 91.66667% !important; }

  .large-reset-order,
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }
meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:50.063em)/";
  width: 50.063em; }

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #333333; }
  .contain-to-grid .top-bar {
    margin-bottom: 0; }

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99; }
  .fixed.expanded:not(.top-bar) {
    overflow-y: auto;
    height: auto;
    width: 100%;
    max-height: 100%; }
    .fixed.expanded:not(.top-bar) .title-area {
      position: fixed;
      width: 100%;
      z-index: 99; }
    .fixed.expanded:not(.top-bar) .top-bar-section {
      z-index: 98;
      margin-top: 45px; }

.top-bar {
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  position: relative;
  background: #333333;
  margin-bottom: 0; }
  .top-bar ul {
    margin-bottom: 0;
    list-style: none; }
  .top-bar .row {
    max-width: none; }
  .top-bar form,
  .top-bar input {
    margin-bottom: 0; }
  .top-bar input {
    height: auto;
    padding-top: .35rem;
    padding-bottom: .35rem;
    font-size: 0.75rem; }
  .top-bar .button {
    padding-top: .45rem;
    padding-bottom: .35rem;
    margin-bottom: 0;
    font-size: 0.75rem; }
  .top-bar .title-area {
    position: relative;
    margin: 0; }
  .top-bar .name {
    height: 45px;
    margin: 0;
    font-size: 16px; }
    .top-bar .name h1 {
      line-height: 45px;
      font-size: 1.0625rem;
      margin: 0; }
      .top-bar .name h1 a {
        font-weight: normal;
        color: white;
        width: 50%;
        display: block;
        padding: 0 15px; }
  .top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0; }
    .top-bar .toggle-topbar a {
      color: white;
      text-transform: uppercase;
      font-size: 0.8125rem;
      font-weight: bold;
      position: relative;
      display: block;
      padding: 0 15px;
      height: 45px;
      line-height: 45px; }
    .top-bar .toggle-topbar.menu-icon {
      right: 15px;
      top: 50%;
      margin-top: -16px;
      padding-left: 40px; }
      .top-bar .toggle-topbar.menu-icon a {
        height: 34px;
        line-height: 33px;
        padding: 0;
        padding-right: 25px;
        color: white;
        position: relative; }
        .top-bar .toggle-topbar.menu-icon a::after {
          content: "";
          position: absolute;
          right: 0;
          display: block;
          width: 16px;
          top: 0;
          height: 0;
          -webkit-box-shadow: 1px 10px 1px 1px white, 1px 16px 1px 1px white, 1px 22px 1px 1px white;
          box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white; }
  .top-bar.expanded {
    height: auto;
    background: transparent; }
    .top-bar.expanded .title-area {
      background: #333333; }
    .top-bar.expanded .toggle-topbar a {
      color: #888888; }
      .top-bar.expanded .toggle-topbar a::after {
        -webkit-box-shadow: 1px 10px 1px 1px #888888, 1px 16px 1px 1px #888888, 1px 22px 1px 1px #888888;
        box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888; }

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  -webkit-transition: left 300ms ease-out;
  -moz-transition: left 300ms ease-out;
  transition: left 300ms ease-out; }
  .top-bar-section ul {
    width: 100%;
    height: auto;
    display: block;
    background: #333333;
    font-size: 16px;
    margin: 0; }
  .top-bar-section .divider,
  .top-bar-section [role="separator"] {
    border-top: solid 1px #1a1a1a;
    clear: both;
    height: 1px;
    width: 100%; }
  .top-bar-section ul li > a {
    display: block;
    width: 100%;
    color: white;
    padding: 12px 0 12px 0;
    padding-left: 15px;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 0.8125rem;
    font-weight: normal;
    text-transform: none;
    background: #333333; }
    .top-bar-section ul li > a.button {
      background: #008cba;
      font-size: 0.8125rem;
      padding-right: 15px;
      padding-left: 15px; }
      .top-bar-section ul li > a.button:hover {
        background: #006688; }
    .top-bar-section ul li > a.button.secondary {
      background: #e7e7e7; }
      .top-bar-section ul li > a.button.secondary:hover {
        background: #cecece; }
    .top-bar-section ul li > a.button.success {
      background: #43ac6a; }
      .top-bar-section ul li > a.button.success:hover {
        background: #358854; }
    .top-bar-section ul li > a.button.alert {
      background: #f04124; }
      .top-bar-section ul li > a.button.alert:hover {
        background: #d42b0f; }
  .top-bar-section ul li:hover:not(.has-form) > a {
    background: #272727;
    color: white; }
  .top-bar-section ul li.active > a {
    background: #008cba;
    color: white; }
    .top-bar-section ul li.active > a:hover {
      background: #0078a0;
      color: white; }
  .top-bar-section .has-form {
    padding: 15px; }
  .top-bar-section .has-dropdown {
    position: relative; }
    .top-bar-section .has-dropdown > a:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 5px;
      border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
      border-left-style: solid;
      margin-right: 15px;
      margin-top: -4.5px;
      position: absolute;
      top: 50%;
      right: 0; }
    .top-bar-section .has-dropdown.moved {
      position: static; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: block;
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        position: absolute !important;
        width: 100%; }
      .top-bar-section .has-dropdown.moved > a:after {
        display: none; }
  .top-bar-section .dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 99;
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
    .top-bar-section .dropdown li {
      width: 100%;
      height: auto; }
      .top-bar-section .dropdown li a {
        font-weight: normal;
        padding: 8px 15px; }
        .top-bar-section .dropdown li a.parent-link {
          font-weight: normal; }
      .top-bar-section .dropdown li.title h5 {
        margin-bottom: 0; }
        .top-bar-section .dropdown li.title h5 a {
          color: white;
          line-height: 22.5px;
          display: block; }
      .top-bar-section .dropdown li.has-form {
        padding: 8px 15px; }
      .top-bar-section .dropdown li .button {
        top: auto; }
    .top-bar-section .dropdown label {
      padding: 8px 15px 2px;
      margin-bottom: 0;
      text-transform: uppercase;
      color: #777777;
      font-weight: bold;
      font-size: 0.625rem; }

.js-generated {
  display: block; }

@media only screen and (min-width: 50.063em) {
  .top-bar {
    background: #333333;
    *zoom: 1;
    overflow: visible; }
    .top-bar:before, .top-bar:after {
      content: " ";
      display: table; }
    .top-bar:after {
      clear: both; }
    .top-bar .toggle-topbar {
      display: none; }
    .top-bar .title-area {
      float: left; }
    .top-bar .name h1 a {
      width: auto; }
    .top-bar input,
    .top-bar .button {
      font-size: 0.875rem;
      position: relative;
      top: 7px; }
    .top-bar.expanded {
      background: #333333; }

  .contain-to-grid .top-bar {
    max-width: 62.5rem;
    margin: 0 auto;
    margin-bottom: 0; }

  .top-bar-section {
    -webkit-transition: none 0 0;
    -moz-transition: none 0 0;
    transition: none 0 0;
    left: 0 !important; }
    .top-bar-section ul {
      width: auto;
      height: auto !important;
      display: inline; }
      .top-bar-section ul li {
        float: left; }
        .top-bar-section ul li .js-generated {
          display: none; }
    .top-bar-section li.hover > a:not(.button) {
      background: #272727;
      color: white; }
    .top-bar-section li:not(.has-form) a:not(.button) {
      padding: 0 15px;
      line-height: 45px;
      background: #333333; }
      .top-bar-section li:not(.has-form) a:not(.button):hover {
        background: #272727; }
    .top-bar-section li.active:not(.has-form) a:not(.button) {
      padding: 0 15px;
      line-height: 45px;
      color: white;
      background: #008cba; }
      .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #0078a0; }
    .top-bar-section .has-dropdown > a {
      padding-right: 35px !important; }
      .top-bar-section .has-dropdown > a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 22.5px; }
    .top-bar-section .has-dropdown.moved {
      position: relative; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: block;
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px); }
    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
      display: block;
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      position: absolute !important; }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
      border: none;
      content: "\00bb";
      top: 1rem;
      margin-top: -1px;
      right: 5px;
      line-height: 1.2; }
    .top-bar-section .dropdown {
      left: 0;
      top: auto;
      background: transparent;
      min-width: 100%; }
      .top-bar-section .dropdown li a {
        color: white;
        line-height: 1;
        white-space: nowrap;
        padding: 12px 15px;
        background: #333333; }
      .top-bar-section .dropdown li label {
        white-space: nowrap;
        background: #333333; }
      .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }
    .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
      border-bottom: none;
      border-top: none;
      border-right: solid 1px #4e4e4e;
      clear: none;
      height: 45px;
      width: 0; }
    .top-bar-section .has-form {
      background: #333333;
      padding: 0 15px;
      height: 45px; }
    .top-bar-section .right li .dropdown {
      left: auto;
      right: 0; }
      .top-bar-section .right li .dropdown li .dropdown {
        right: 100%; }
    .top-bar-section .left li .dropdown {
      right: auto;
      left: 0; }
      .top-bar-section .left li .dropdown li .dropdown {
        left: 100%; }

  .no-js .top-bar-section ul li:hover > a {
    background: #272727;
    color: white; }
  .no-js .top-bar-section ul li:active > a {
    background: #008cba;
    color: white; }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important; } }
.breadcrumbs {
  display: block;
  padding: 0.5625rem 0.875rem 0.5625rem;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: #f4f4f4;
  border-color: gainsboro;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
  .breadcrumbs > * {
    margin: 0;
    float: left;
    font-size: 0.6875rem;
    text-transform: uppercase; }
    .breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
      text-decoration: underline; }
    .breadcrumbs > * a,
    .breadcrumbs > * span {
      text-transform: uppercase;
      color: #008cba; }
    .breadcrumbs > *.current {
      cursor: default;
      color: #333333; }
      .breadcrumbs > *.current a {
        cursor: default;
        color: #333333; }
      .breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
        text-decoration: none; }
    .breadcrumbs > *.unavailable {
      color: #999999; }
      .breadcrumbs > *.unavailable a {
        color: #999999; }
      .breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
      .breadcrumbs > *.unavailable a:focus {
        text-decoration: none;
        color: #999999;
        cursor: default; }
    .breadcrumbs > *:before {
      content: "/";
      color: #aaaaaa;
      margin: 0 0.75rem;
      position: relative;
      top: 1px; }
    .breadcrumbs > *:first-child:before {
      content: " ";
      margin: 0; }

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.25rem;
  position: relative;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  font-size: 0.8125rem;
  background-color: #008cba;
  border-color: #0078a0;
  color: white; }
  .alert-box .close {
    font-size: 1.375rem;
    padding: 9px 6px 4px;
    line-height: 0;
    position: absolute;
    top: 50%;
    margin-top: -0.6875rem;
    right: 0.25rem;
    color: #333333;
    opacity: 0.3; }
    .alert-box .close:hover, .alert-box .close:focus {
      opacity: 0.5; }
  .alert-box.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  .alert-box.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
  .alert-box.success {
    background-color: #43ac6a;
    border-color: #3a945b;
    color: white; }
  .alert-box.alert {
    background-color: #f04124;
    border-color: #de2d0f;
    color: white; }
  .alert-box.secondary {
    background-color: #e7e7e7;
    border-color: #c7c7c7;
    color: #4f4f4f; }
  .alert-box.warning {
    background-color: #f08a24;
    border-color: #de770f;
    color: #4f4f4f; }
  .alert-box.info {
    background-color: #a0d3e8;
    border-color: #74bfdd;
    color: #4f4f4f; }

.inline-list {
  margin: 0 auto 1.0625rem auto;
  margin-left: -1.375rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }
  .inline-list > li {
    list-style: none;
    float: left;
    margin-left: 1.375rem;
    display: block; }
    .inline-list > li > * {
      display: block; }

button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
  background-color: #0D75FF; /* #008cba; */ 
  border-color: #007095;
  color: white;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */ }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #007095; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: white; }
  button.secondary, .button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333333; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #b9b9b9; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #333333; }
  button.success, .button.success {
    background-color: #43ac6a;
    border-color: #368a55;
    color: white; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #368a55; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: white; }
  button.alert, .button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: white; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #cf2a0e; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: white; }
  button.large, .button.large {
    padding-top: 1.125rem;
    padding-right: 2.25rem;
    padding-bottom: 1.1875rem;
    padding-left: 2.25rem;
    font-size: 1.25rem;
    /*     @else                            { font-size: $padding - rem-calc(2); } */ }
  button.small, .button.small {
    padding-top: 0.875rem;
    padding-right: 1.75rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.75rem;
    font-size: 0.8125rem;
    /*     @else                            { font-size: $padding - rem-calc(2); } */ }
  button.tiny, .button.tiny {
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 0.6875rem;
    /*     @else                            { font-size: $padding - rem-calc(2); } */ }
  button.expand, .button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75rem; }
  button.radius, .button.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  button.round, .button.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #008cba;
    border-color: #007095;
    color: white;
    cursor: default;
    opacity: 0.7;
    -webkit-box-shadow: none;
    box-shadow: none; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #007095; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: white; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #008cba; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #e7e7e7;
      border-color: #b9b9b9;
      color: #333333;
      cursor: default;
      opacity: 0.7;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #b9b9b9; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #333333; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #e7e7e7; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #43ac6a;
      border-color: #368a55;
      color: white;
      cursor: default;
      opacity: 0.7;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #368a55; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: white; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #43ac6a; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #f04124;
      border-color: #cf2a0e;
      color: white;
      cursor: default;
      opacity: 0.7;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cf2a0e; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: white; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #f04124; }

@media only screen and (min-width: 50.063em) {
  button, .button {
    display: inline-block; } }
.button-group {
  list-style: none;
  margin: 0;
  left: 0;
  *zoom: 1; }
  .button-group:before, .button-group:after {
    content: " ";
    display: table; }
  .button-group:after {
    clear: both; }
  .button-group li {
    margin: 0;
    float: left; }
    .button-group li > button, .button-group li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group li:first-child button, .button-group li:first-child .button {
      border-left: 0; }
    .button-group li:first-child {
      margin-left: 0; }
  .button-group.radius > * > button, .button-group.radius > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5); }
  .button-group.radius > *:first-child button, .button-group.radius > *:first-child .button {
    border-left: 0; }
  .button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button {
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button {
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .button-group.round > * > button, .button-group.round > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5); }
  .button-group.round > *:first-child button, .button-group.round > *:first-child .button {
    border-left: 0; }
  .button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button {
    -moz-border-radius-bottomleft: 1000px;
    -moz-border-radius-topleft: 1000px;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px; }
  .button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button {
    -moz-border-radius-bottomright: 1000px;
    -moz-border-radius-topright: 1000px;
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px; }
  .button-group.even-2 li {
    width: 50%; }
    .button-group.even-2 li > button, .button-group.even-2 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button {
      border-left: 0; }
    .button-group.even-2 li button, .button-group.even-2 li .button {
      width: 100%; }
  .button-group.even-3 li {
    width: 33.33333%; }
    .button-group.even-3 li > button, .button-group.even-3 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button {
      border-left: 0; }
    .button-group.even-3 li button, .button-group.even-3 li .button {
      width: 100%; }
  .button-group.even-4 li {
    width: 25%; }
    .button-group.even-4 li > button, .button-group.even-4 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button {
      border-left: 0; }
    .button-group.even-4 li button, .button-group.even-4 li .button {
      width: 100%; }
  .button-group.even-5 li {
    width: 20%; }
    .button-group.even-5 li > button, .button-group.even-5 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button {
      border-left: 0; }
    .button-group.even-5 li button, .button-group.even-5 li .button {
      width: 100%; }
  .button-group.even-6 li {
    width: 16.66667%; }
    .button-group.even-6 li > button, .button-group.even-6 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button {
      border-left: 0; }
    .button-group.even-6 li button, .button-group.even-6 li .button {
      width: 100%; }
  .button-group.even-7 li {
    width: 14.28571%; }
    .button-group.even-7 li > button, .button-group.even-7 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button {
      border-left: 0; }
    .button-group.even-7 li button, .button-group.even-7 li .button {
      width: 100%; }
  .button-group.even-8 li {
    width: 12.5%; }
    .button-group.even-8 li > button, .button-group.even-8 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button {
      border-left: 0; }
    .button-group.even-8 li button, .button-group.even-8 li .button {
      width: 100%; }

.button-bar {
  *zoom: 1; }
  .button-bar:before, .button-bar:after {
    content: " ";
    display: table; }
  .button-bar:after {
    clear: both; }
  .button-bar .button-group {
    float: left;
    margin-right: 0.625rem; }
    .button-bar .button-group div {
      overflow: hidden; }

/* Panels */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2; }
  .panel > :first-child {
    margin-top: 0; }
  .panel > :last-child {
    margin-bottom: 0; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p {
    color: #333333; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    .panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
      line-height: 1.4; }
  .panel.callout {
    border-style: solid;
    border-width: 1px;
    border-color: #b6edff;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #ecfaff; }
    .panel.callout > :first-child {
      margin-top: 0; }
    .panel.callout > :last-child {
      margin-bottom: 0; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p {
      color: #333333; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
      line-height: 1;
      margin-bottom: 0.625rem; }
      .panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
        line-height: 1.4; }
    .panel.callout a:not(.button) {
      color: #008cba; }
  .panel.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }

.dropdown.button, button.dropdown {
  position: relative;
  padding-right: 3.5625rem; }
  .dropdown.button:before, button.dropdown:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-color: white transparent transparent transparent;
    top: 50%; }
  .dropdown.button:before, button.dropdown:before {
    border-width: 0.375rem;
    right: 1.40625rem;
    margin-top: -0.15625rem; }
  .dropdown.button:before, button.dropdown:before {
    border-color: white transparent transparent transparent; }
  .dropdown.button.tiny, button.dropdown.tiny {
    padding-right: 2.625rem; }
    .dropdown.button.tiny:before, button.dropdown.tiny:before {
      border-width: 0.375rem;
      right: 1.125rem;
      margin-top: -0.125rem; }
    .dropdown.button.tiny:before, button.dropdown.tiny:before {
      border-color: white transparent transparent transparent; }
  .dropdown.button.small, button.dropdown.small {
    padding-right: 3.0625rem; }
    .dropdown.button.small:before, button.dropdown.small:before {
      border-width: 0.4375rem;
      right: 1.3125rem;
      margin-top: -0.15625rem; }
    .dropdown.button.small:before, button.dropdown.small:before {
      border-color: white transparent transparent transparent; }
  .dropdown.button.large, button.dropdown.large {
    padding-right: 3.625rem; }
    .dropdown.button.large:before, button.dropdown.large:before {
      border-width: 0.3125rem;
      right: 1.71875rem;
      margin-top: -0.15625rem; }
    .dropdown.button.large:before, button.dropdown.large:before {
      border-color: white transparent transparent transparent; }
  .dropdown.button.secondary:before, button.dropdown.secondary:before {
    border-color: #333333 transparent transparent transparent; }

div.switch {
  position: relative;
  padding: 0;
  display: block;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 1.25rem;
  height: 2.25rem;
  background: white;
  border-color: #cccccc; }
  div.switch label {
    position: relative;
    left: 0;
    z-index: 2;
    float: left;
    width: 50%;
    height: 100%;
    margin: 0;
    font-weight: bold;
    text-align: left;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out; }
  div.switch input {
    position: absolute;
    z-index: 3;
    opacity: 0;
    width: 100%;
    height: 100%;
    -moz-appearance: none; }
    div.switch input:hover, div.switch input:focus {
      cursor: pointer; }
  div.switch span:last-child {
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 1;
    display: block;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out; }
  div.switch input:not(:checked) + label {
    opacity: 0; }
  div.switch input:checked {
    display: none !important; }
  div.switch input {
    left: 0;
    display: block !important; }
  div.switch input:first-of-type + label,
  div.switch input:first-of-type + span + label {
    left: -50%; }
  div.switch input:first-of-type:checked + label,
  div.switch input:first-of-type:checked + span + label {
    left: 0%; }
  div.switch input:last-of-type + label,
  div.switch input:last-of-type + span + label {
    right: -50%;
    left: auto;
    text-align: right; }
  div.switch input:last-of-type:checked + label,
  div.switch input:last-of-type:checked + span + label {
    right: 0%;
    left: auto; }
  div.switch span.custom {
    display: none !important; }
  form.custom div.switch .hidden-field {
    margin-left: auto;
    position: absolute;
    visibility: visible; }
  div.switch label {
    padding: 0;
    line-height: 2.3rem;
    font-size: 0.875rem; }
  div.switch input:first-of-type:checked ~ span:last-child {
    left: 100%;
    margin-left: -2.1875rem; }
  div.switch span:last-child {
    width: 2.25rem;
    height: 2.25rem; }
  div.switch span:last-child {
    border-color: #b3b3b3;
    background: white;
    background: -moz-linear-gradient(top, white 0%, #f2f2f2 100%);
    background: -webkit-linear-gradient(top, white 0%, #f2f2f2 100%);
    background: linear-gradient(to bottom, white 0%, #f2f2f2 100%);
    -webkit-box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 1000px #f3faf6, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px whitesmoke;
    box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 980px #f3faf6, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px whitesmoke; }
  div.switch:hover span:last-child, div.switch:focus span:last-child {
    background: white;
    background: -moz-linear-gradient(top, white 0%, #e6e6e6 100%);
    background: -webkit-linear-gradient(top, white 0%, #e6e6e6 100%);
    background: linear-gradient(to bottom, white 0%, #e6e6e6 100%); }
  div.switch:active {
    background: transparent; }
  div.switch.large {
    height: 2.75rem; }
    div.switch.large label {
      padding: 0;
      line-height: 2.3rem;
      font-size: 1.0625rem; }
    div.switch.large input:first-of-type:checked ~ span:last-child {
      left: 100%;
      margin-left: -2.6875rem; }
    div.switch.large span:last-child {
      width: 2.75rem;
      height: 2.75rem; }
  div.switch.small {
    height: 1.75rem; }
    div.switch.small label {
      padding: 0;
      line-height: 2.1rem;
      font-size: 0.75rem; }
    div.switch.small input:first-of-type:checked ~ span:last-child {
      left: 100%;
      margin-left: -1.6875rem; }
    div.switch.small span:last-child {
      width: 1.75rem;
      height: 1.75rem; }
  div.switch.tiny {
    height: 1.375rem; }
    div.switch.tiny label {
      padding: 0;
      line-height: 1.9rem;
      font-size: 0.6875rem; }
    div.switch.tiny input:first-of-type:checked ~ span:last-child {
      left: 100%;
      margin-left: -1.3125rem; }
    div.switch.tiny span:last-child {
      width: 1.375rem;
      height: 1.375rem; }
  div.switch.radius {
    -webkit-border-radius: 4px;
    border-radius: 4px; }
    div.switch.radius span:last-child {
      -webkit-border-radius: 3px;
      border-radius: 3px; }
  div.switch.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
    div.switch.round span:last-child {
      -webkit-border-radius: 999px;
      border-radius: 999px; }
    div.switch.round label {
      padding: 0 0.5625rem; }

@-webkit-keyframes webkitSiblingBugfix {
  from {
    position: relative; }

  to {
    position: relative; } }

/* Image Thumbnails */
.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px white;
  max-width: 100%;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }
  .th:hover, .th:focus {
    -webkit-box-shadow: 0 0 6px 1px rgba(0, 140, 186, 0.5);
    box-shadow: 0 0 6px 1px rgba(0, 140, 186, 0.5); }
  .th.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }

/* Pricing Tables */
.pricing-table {
  border: solid 1px #dddddd;
  margin-left: 0;
  margin-bottom: 1.25rem; }
  .pricing-table * {
    list-style: none;
    line-height: 1; }
  .pricing-table .title {
    background-color: #333333;
    padding: 0.9375rem 1.25rem;
    text-align: center;
    color: #eeeeee;
    font-weight: normal;
    font-size: 1rem;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
  .pricing-table .price {
    background-color: #f6f6f6;
    padding: 0.9375rem 1.25rem;
    text-align: center;
    color: #333333;
    font-weight: normal;
    font-size: 2rem;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
  .pricing-table .description {
    background-color: white;
    padding: 0.9375rem;
    text-align: center;
    color: #777777;
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 1.4;
    border-bottom: dotted 1px #dddddd; }
  .pricing-table .bullet-item {
    background-color: white;
    padding: 0.9375rem;
    text-align: center;
    color: #333333;
    font-size: 0.875rem;
    font-weight: normal;
    border-bottom: dotted 1px #dddddd; }
  .pricing-table .cta-button {
    background-color: white;
    text-align: center;
    padding: 1.25rem 1.25rem 0; }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg); }

  to {
    -moz-transform: rotate(360deg); } }

@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg); }

  to {
    -o-transform: rotate(360deg); } }

@keyframes rotate {
  from {
    transform: rotate(0deg); }

  to {
    transform: rotate(360deg); } }

/* Orbit Graceful Loading */
.slideshow-wrapper {
  position: relative; }
  .slideshow-wrapper ul {
    list-style-type: none;
    margin: 0; }
    .slideshow-wrapper ul li,
    .slideshow-wrapper ul li .orbit-caption {
      display: none; }
    .slideshow-wrapper ul li:first-child {
      display: block; }
  .slideshow-wrapper .orbit-container {
    background-color: transparent; }
    .slideshow-wrapper .orbit-container li {
      display: block; }
      .slideshow-wrapper .orbit-container li .orbit-caption {
        display: block; }

.preloader {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border: solid 3px;
  border-color: #555555 white;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 1.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -o-animation-name: rotate;
  -o-animation-duration: 1.5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: none; }
  .orbit-container .orbit-slides-container {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-transform: translateZ(0); }
    .orbit-container .orbit-slides-container img {
      display: block;
      max-width: 100%; }
    .orbit-container .orbit-slides-container.fade > * {
      -webkit-transform: translate3d(0, 0, 0);
      opacity: 0.01;
      transition: opacity 0.25s ease-in-out;
      -moz-transition: opacity 0.25s ease-in-out;
      -webkit-transition: opacity 0.25s ease-in-out; }
      .orbit-container .orbit-slides-container.fade > *.animate-in {
        opacity: 1;
        z-index: 20;
        transition: opacity 500ms ease-in-out;
        -moz-transition: opacity 500ms ease-in-out;
        -webkit-transition: opacity 500ms ease-in-out; }
      .orbit-container .orbit-slides-container.fade > *.animate-out {
        opacity: 0.01;
        z-index: 10;
        transition: opacity 500ms ease-in-out;
        -moz-transition: opacity 500ms ease-in-out;
        -webkit-transition: opacity 500ms ease-in-out; }
    .orbit-container .orbit-slides-container.swipe-next > * {
      -webkit-transform: translate3d(100%, 0, 0); }
      .orbit-container .orbit-slides-container.swipe-next > *.animate-in {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition-duration: 500ms;
        -moz-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms; }
      .orbit-container .orbit-slides-container.swipe-next > *.animate-out {
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        -o-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        -webkit-transition-duration: 500ms;
        -moz-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms; }
    .orbit-container .orbit-slides-container.swipe-prev > * {
      -webkit-transform: translate3d(-100%, 0, 0);
      -moz-transform: translate3d(-100%, 0, 0);
      -ms-transform: translate3d(-100%, 0, 0);
      -o-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0); }
      .orbit-container .orbit-slides-container.swipe-prev > *.animate-in {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition-duration: 500ms;
        -moz-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms; }
      .orbit-container .orbit-slides-container.swipe-prev > *.animate-out {
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        -o-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        -webkit-transition-duration: 500ms;
        -moz-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms; }
    .orbit-container .orbit-slides-container > * {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      -webkit-transform: translate3d(100%, 0, 0);
      -moz-transform: translate3d(100%, 0, 0);
      -ms-transform: translate3d(100%, 0, 0);
      -o-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0); }
      .orbit-container .orbit-slides-container > *.active {
        opacity: 1;
        top: 0;
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
      .orbit-container .orbit-slides-container > * .orbit-caption {
        position: absolute;
        bottom: 0;
        background-color: rgba(51, 51, 51, 0.8);
        color: white;
        width: 100%;
        padding: 0.625rem 0.875rem;
        font-size: 0.875rem; }
  .orbit-container .orbit-slide-number {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    color: white;
    background: rgba(0, 0, 0, 0);
    z-index: 10; }
    .orbit-container .orbit-slide-number span {
      font-weight: 700;
      padding: 0.3125rem; }
  .orbit-container .orbit-timer {
    position: absolute;
    top: 12px;
    right: 10px;
    height: 6px;
    width: 100px;
    z-index: 10; }
    .orbit-container .orbit-timer .orbit-progress {
      height: 3px;
      background-color: rgba(255, 255, 255, 0.3);
      display: block;
      width: 0%;
      position: relative;
      right: 20px;
      top: 5px; }
    .orbit-container .orbit-timer > span {
      display: none;
      position: absolute;
      top: 0px;
      right: 0;
      width: 11px;
      height: 14px;
      border: solid 4px white;
      border-top: none;
      border-bottom: none; }
    .orbit-container .orbit-timer.paused > span {
      right: -4px;
      top: 0px;
      width: 11px;
      height: 14px;
      border: inset 8px;
      border-right-style: solid;
      border-color: transparent transparent transparent white; }
      .orbit-container .orbit-timer.paused > span.dark {
        border-color: transparent transparent transparent #333333; }
  .orbit-container:hover .orbit-timer > span {
    display: block; }
  .orbit-container .orbit-prev,
  .orbit-container .orbit-next {
    position: absolute;
    top: 45%;
    margin-top: -25px;
    width: 36px;
    height: 60px;
    line-height: 50px;
    color: white;
    background-color: none;
    text-indent: -9999px !important;
    z-index: 10; }
    .orbit-container .orbit-prev:hover,
    .orbit-container .orbit-next:hover {
      background-color: rgba(0, 0, 0, 0.3); }
    .orbit-container .orbit-prev > span,
    .orbit-container .orbit-next > span {
      position: absolute;
      top: 50%;
      margin-top: -10px;
      display: block;
      width: 0;
      height: 0;
      border: inset 10px; }
  .orbit-container .orbit-prev {
    left: 0; }
    .orbit-container .orbit-prev > span {
      border-right-style: solid;
      border-color: transparent;
      border-right-color: white; }
    .orbit-container .orbit-prev:hover > span {
      border-right-color: white; }
  .orbit-container .orbit-next {
    right: 0; }
    .orbit-container .orbit-next > span {
      border-color: transparent;
      border-left-style: solid;
      border-left-color: white;
      left: 50%;
      margin-left: -4px; }
    .orbit-container .orbit-next:hover > span {
      border-left-color: white; }

.orbit-bullets-container {
  text-align: center; }

.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
  float: none;
  text-align: center;
  display: block; }
  .orbit-bullets li {
    display: inline-block;
    width: 0.5625rem;
    height: 0.5625rem;
    background: #cccccc;
    float: none;
    margin-right: 6px;
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
    .orbit-bullets li.active {
      background: #999999; }
    .orbit-bullets li:last-child {
      margin-right: 0; }

.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none; }
.touch .orbit-bullets {
  display: none; }

@media only screen and (min-width: 50.063em) {
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit; }
  .touch .orbit-bullets {
    display: block; } }
@media only screen and (max-width: 40em) {
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important; }
  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin-left: 0% !important; }
  .orbit-stack-on-small .orbit-timer,
  .orbit-stack-on-small .orbit-next,
  .orbit-stack-on-small .orbit-prev,
  .orbit-stack-on-small .orbit-bullets {
    display: none; } }
[data-magellan-expedition] {
  background: white;
  z-index: 50;
  min-width: 100%;
  padding: 10px; }
  [data-magellan-expedition] .sub-nav {
    margin-bottom: 0; }
    [data-magellan-expedition] .sub-nav dd {
      margin-bottom: 0; }
    [data-magellan-expedition] .sub-nav a {
      line-height: 1.8em; }

.tabs {
  *zoom: 1;
  margin-bottom: 0 !important; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }
  .tabs dd {
    position: relative;
    margin-bottom: 0 !important;
    float: left; }
    .tabs dd > a {
      display: block;
      background: #efefef;
      color: #222222;
      padding: 1rem 2rem;
      font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
      font-size: 1rem; }
      .tabs dd > a:hover {
        background: #e1e1e1; }
    .tabs dd.active a {
      background: white; }
  .tabs.radius dd:first-child a {
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .tabs.radius dd:last-child a {
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .tabs.vertical dd {
    position: inherit;
    float: none;
    display: block;
    top: auto; }

.tabs-content {
  *zoom: 1;
  margin-bottom: 1.5rem;
  width: 100%; }
  .tabs-content:before, .tabs-content:after {
    content: " ";
    display: table; }
  .tabs-content:after {
    clear: both; }
  .tabs-content > .content {
    display: none;
    float: left;
    padding: 0.9375rem 0;
    width: 100%; }
    .tabs-content > .content.active {
      display: block;
      float: none; }
    .tabs-content > .content.contained {
      padding: 0.9375rem; }
  .tabs-content.vertical {
    display: block; }
    .tabs-content.vertical > .content {
      padding: 0 0.9375rem; }

@media only screen and (min-width: 50.063em) {
  .tabs.vertical {
    width: 20%;
    float: left;
    margin-bottom: 1.25rem; }

  .tabs-content.vertical {
    width: 80%;
    float: left;
    margin-left: -1px; } }
.no-js .tabs-content > .content {
  display: block;
  float: none; }

ul.pagination {
  display: block;
  height: 1.5rem;
  margin-left: -0.3125rem; }
  ul.pagination li {
    height: 1.5rem;
    color: #222222;
    font-size: 0.875rem;
    margin-left: 0.3125rem; }
    ul.pagination li a {
      display: block;
      padding: 0.0625rem 0.625rem 0.0625rem;
      color: #999999;
      -webkit-border-radius: 3px;
      border-radius: 3px; }
    ul.pagination li:hover a,
    ul.pagination li a:focus {
      background: #e6e6e6; }
    ul.pagination li.unavailable a {
      cursor: default;
      color: #999999; }
    ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
      background: transparent; }
    ul.pagination li.current a {
      background: #008cba;
      color: white;
      font-weight: bold;
      cursor: default; }
      ul.pagination li.current a:hover, ul.pagination li.current a:focus {
        background: #008cba; }
  ul.pagination li {
    float: left;
    display: block; }

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center; }
  .pagination-centered ul.pagination li {
    float: none;
    display: inline-block; }

.side-nav {
  display: block;
  margin: 0;
  padding: 0.875rem 0;
  list-style-type: none;
  list-style-position: inside;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
  .side-nav li {
    margin: 0 0 0.4375rem 0;
    font-size: 0.875rem; }
    .side-nav li a:not(.button) {
      display: block;
      color: #008cba; }
      .side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
        color: #1cc7ff; }
    .side-nav li.active > a:first-child:not(.button) {
      color: #1cc7ff;
      font-weight: normal;
      font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
    .side-nav li.divider {
      border-top: 1px solid;
      height: 0;
      padding: 0;
      list-style: none;
      border-top-color: white; }

.accordion {
  *zoom: 1;
  margin-bottom: 0; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }
  .accordion dd {
    display: block;
    margin-bottom: 0 !important; }
    .accordion dd.active > a {
      background: #e8e8e8; }
    .accordion dd > a {
      background: #efefef;
      color: #222222;
      padding: 1rem;
      display: block;
      font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
      font-size: 1rem; }
      .accordion dd > a:hover {
        background: #e3e3e3; }
  .accordion .content {
    display: none;
    padding: 0.9375rem; }
    .accordion .content.active {
      display: block;
      background: white; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important; }

  .small-only-text-right {
    text-align: right !important; }

  .small-only-text-center {
    text-align: center !important; }

  .small-only-text-justify {
    text-align: justify !important; } }
@media only screen {
  .small-text-left {
    text-align: left !important;
    font-size:0.6rem;
  }

  .small-text-right {
    text-align: right !important; font-size:0.6rem; }

  .small-text-center {
    text-align: center !important; font-size:0.6rem;}

  .small-text-justify {
    text-align: justify !important; font-size:0.6rem;} }
@media only screen and (min-width: 50.063em) and (max-width: 64em) {
  .medium-only-text-left {
    text-align: left !important; }

  .medium-only-text-right {
    text-align: right !important; }

  .medium-only-text-center {
    text-align: center !important; }

  .medium-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 50.063em) {
  .medium-text-left {
    text-align: left !important; }

  .medium-text-right {
    text-align: right !important; }

  .medium-text-center {
    text-align: center !important; }

  .medium-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important; }

  .large-only-text-right {
    text-align: right !important; }

  .large-only-text-center {
    text-align: center !important; }

  .large-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 64.063em) {
  .large-text-left {
    text-align: left !important; }

  .large-text-right {
    text-align: right !important; }

  .large-text-center {
    text-align: center !important; }

  .large-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important; }

  .xlarge-only-text-right {
    text-align: right !important; }

  .xlarge-only-text-center {
    text-align: center !important; }

  .xlarge-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 90.063em) {
  .xlarge-text-left {
    text-align: left !important; }

  .xlarge-text-right {
    text-align: right !important; }

  .xlarge-text-center {
    text-align: center !important; }

  .xlarge-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important; }

  .xxlarge-only-text-right {
    text-align: right !important; }

  .xxlarge-only-text-center {
    text-align: center !important; }

  .xxlarge-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 120.063em) {
  .xxlarge-text-left {
    text-align: left !important; }

  .xxlarge-text-right {
    text-align: right !important; }

  .xxlarge-text-center {
    text-align: center !important; }

  .xxlarge-text-justify {
    text-align: justify !important; } }
.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important; }

  .small-only-text-right {
    text-align: right !important; }

  .small-only-text-center {
    text-align: center !important; }

  .small-only-text-justify {
    text-align: justify !important; } }
@media only screen {
  .small-text-left {
    text-align: left !important; }

  .small-text-right {
    text-align: right !important; }

  .small-text-center {
    text-align: center !important; }

  .small-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 50.063em) and (max-width: 64em) {
  .medium-only-text-left {
    text-align: left !important; }

  .medium-only-text-right {
    text-align: right !important; }

  .medium-only-text-center {
    text-align: center !important; }

  .medium-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 50.063em) {
  .medium-text-left {
    text-align: left !important; }

  .medium-text-right {
    text-align: right !important; }

  .medium-text-center {
    text-align: center !important; }

  .medium-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important; }

  .large-only-text-right {
    text-align: right !important; }

  .large-only-text-center {
    text-align: center !important; }

  .large-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 64.063em) {
  .large-text-left {
    text-align: left !important; }

  .large-text-right {
    text-align: right !important; }

  .large-text-center {
    text-align: center !important; }

  .large-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important; }

  .xlarge-only-text-right {
    text-align: right !important; }

  .xlarge-only-text-center {
    text-align: center !important; }

  .xlarge-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 90.063em) {
  .xlarge-text-left {
    text-align: left !important; }

  .xlarge-text-right {
    text-align: right !important; }

  .xlarge-text-center {
    text-align: center !important; }

  .xlarge-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important; }

  .xxlarge-only-text-right {
    text-align: right !important; }

  .xxlarge-only-text-center {
    text-align: center !important; }

  .xxlarge-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 120.063em) {
  .xxlarge-text-left {
    text-align: left !important; }

  .xxlarge-text-right {
    text-align: right !important; }

  .xxlarge-text-center {
    text-align: center !important; }

  .xxlarge-text-justify {
    text-align: justify !important; } }
/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

/* Default Link Styles */
a {
  color: #008cba;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: #0078a0; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: 1.21875rem;
    line-height: 1.6; }
  p aside {
    font-size: 0.875rem;
    line-height: 1.35;
    font-style: italic; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0; }

h1 {
  font-size: 2.125rem; }

h2 {
  font-size: 1.6875rem; }

h3 {
  font-size: 1.375rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #bd260d; }

/* Lists */
ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit; }

ul {
  margin-left: 1.1rem; }
  ul.no-bullet {
    margin-left: 0; }
    ul.no-bullet li ul,
    ul.no-bullet li ol {
      margin-left: 1.25rem;
      margin-bottom: 0;
      list-style: none; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }
ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem; }
ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
ol {
  margin-left: 1.4rem; }
  ol li ul,
  ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }
dl dd {
  margin-bottom: 0.75rem; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222222;
  border-bottom: 1px dotted #dddddd;
  cursor: help; }

abbr {
  text-transform: none; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #dddddd; }
  blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #555555; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #555555; }

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #dddddd;
  padding: 0.625rem 0.75rem; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem; }

.vevent .summary {
  font-weight: bold; }
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem; }

@media only screen and (min-width: 50.063em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }

  h1 {
    font-size: 2.75rem; }

  h2 {
    font-size: 2.3125rem; }

  h3 {
    font-size: 1.6875rem; }

  h4 {
    font-size: 1.4375rem; } }
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important; }

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

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

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

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

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

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

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

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

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

  @page {
    margin: 0.5cm; }

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

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

  .hide-on-print {
    display: none !important; }

  .print-only {
    display: block !important; }

  .hide-for-print {
    display: none !important; }

  .show-for-print {
    display: inherit !important; } }
.split.button {
  position: relative;
  padding-right: 5.0625rem; }
  .split.button span {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: solid 1px; }
    .split.button span:before {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      display: block;
      border-style: inset;
      top: 50%;
      left: 50%; }
    .split.button span:active {
      background-color: rgba(0, 0, 0, 0.1); }
  .split.button span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button span {
    width: 3.09375rem; }
    .split.button span:before {
      border-top-style: solid;
      border-width: 0.375rem;
      top: 48%;
      margin-left: -0.375rem; }
  .split.button span:before {
    border-color: white transparent transparent transparent; }
  .split.button.secondary span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.secondary span:before {
    border-color: white transparent transparent transparent; }
  .split.button.alert span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.success span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.tiny {
    padding-right: 3.75rem; }
    .split.button.tiny span {
      width: 2.25rem; }
      .split.button.tiny span:before {
        border-top-style: solid;
        border-width: 0.375rem;
        top: 48%;
        margin-left: -0.375rem; }
  .split.button.small {
    padding-right: 4.375rem; }
    .split.button.small span {
      width: 2.625rem; }
      .split.button.small span:before {
        border-top-style: solid;
        border-width: 0.4375rem;
        top: 48%;
        margin-left: -0.375rem; }
  .split.button.large {
    padding-right: 5.5rem; }
    .split.button.large span {
      width: 3.4375rem; }
      .split.button.large span:before {
        border-top-style: solid;
        border-width: 0.3125rem;
        top: 48%;
        margin-left: -0.375rem; }
  .split.button.expand {
    padding-left: 2rem; }
  .split.button.secondary span:before {
    border-color: #333333 transparent transparent transparent; }
  .split.button.radius span {
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .split.button.round span {
    -moz-border-radius-bottomright: 1000px;
    -moz-border-radius-topright: 1000px;
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px; }

.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.45);
  z-index: 99;
  display: none;
  top: 0;
  left: 0; }

dialog, .reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 100;
  width: 100vw;
  top: 0;
  left: 0;
  background-color: white;
  padding: 1.25rem;
  border: solid 1px #666666;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  @media only screen and (max-width: 40em) {
    dialog, .reveal-modal {
      height: 100vh;
      min-height: 100vh; } }
  @media only screen and (min-width: 50.063em) {
    dialog, .reveal-modal {
      left: 50%; } }
  dialog .column,
  dialog .columns, .reveal-modal .column,
  .reveal-modal .columns {
    min-width: 0; }
  dialog > :first-child, .reveal-modal > :first-child {
    margin-top: 0; }
  dialog > :last-child, .reveal-modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 50.063em) {
    dialog, .reveal-modal {
      margin-left: -40%;
      width: 80%; } }
  @media only screen and (min-width: 50.063em) {
    dialog, .reveal-modal {
      top: 6.25rem; } }
  dialog .close-reveal-modal, .reveal-modal .close-reveal-modal {
    font-size: 2.5rem;
    line-height: 1;
    position: absolute;
    top: 0.5rem;
    right: 0.6875rem;
    color: #aaaaaa;
    font-weight: bold;
    cursor: pointer; }

dialog[open] {
  display: block;
  visibility: visible; }

@media only screen and (min-width: 50.063em) {
  dialog, .reveal-modal {
    padding: 1.875rem; }
  dialog.full, .reveal-modal.full {
    top: 0;
    left: 0;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0 !important; } }
  @media only screen and (min-width: 50.063em) and (min-width: 50.063em) {
    dialog, .reveal-modal {
      top: 6.25rem; } }
  @media only screen and (min-width: 50.063em) and (min-width: 50.063em) {
    dialog.tiny, .reveal-modal.tiny {
      margin-left: -15%;
      width: 30%; } }
  @media only screen and (min-width: 50.063em) and (min-width: 50.063em) {
    dialog.small, .reveal-modal.small {
      margin-left: -20%;
      width: 40%; } }
  @media only screen and (min-width: 50.063em) and (min-width: 50.063em) {
    dialog.medium, .reveal-modal.medium {
      margin-left: -30%;
      width: 60%; } }
  @media only screen and (min-width: 50.063em) and (min-width: 50.063em) {
    dialog.large, .reveal-modal.large {
      margin-left: -35%;
      width: 70%; } }
  @media only screen and (min-width: 50.063em) and (min-width: 50.063em) {
    dialog.xlarge, .reveal-modal.xlarge {
      margin-left: -47.5%;
      width: 95%; } }

  @media only screen and (min-width: 50.063em) and (min-width: 50.063em) {
    dialog.full, .reveal-modal.full {
      margin-left: -50vw;
      width: 100vw; } }

@media print {
  dialog, .reveal-modal {
    background: white !important; } }
/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #cccccc;
  cursor: help;
  font-weight: bold;
  color: #333333; }
  .has-tip:hover, .has-tip:focus {
    border-bottom: dotted 1px #003f54;
    color: #008cba; }
  .has-tip.tip-left, .has-tip.tip-right {
    float: none !important; }

.tooltip {
  display: none;
  position: absolute;
  z-index: 999;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 0.75rem;
  max-width: 85%;
  left: 50%;
  width: 100%;
  color: white;
  background: #333333; }
  .tooltip > .nub {
    display: block;
    left: 5px;
    position: absolute;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent #333333 transparent;
    top: -10px; }
    .tooltip > .nub.rtl {
      left: auto;
      right: 5px; }
  .tooltip.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  .tooltip.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
    .tooltip.round > .nub {
      left: 2rem; }
  .tooltip.opened {
    color: #008cba !important;
    border-bottom: dotted 1px #003f54 !important; }

.tap-to-close {
  display: block;
  font-size: 0.625rem;
  color: #777777;
  font-weight: normal; }

@media only screen and (min-width: 50.063em) {
  .tooltip > .nub {
    border-color: transparent transparent #333333 transparent;
    top: -10px; }
  .tooltip.tip-top > .nub {
    border-color: #333333 transparent transparent transparent;
    top: auto;
    bottom: -10px; }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important; }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333333;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px; }
  .tooltip.tip-right > .nub {
    border-color: transparent #333333 transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px; } }
/* Clearing Styles */
.clearing-thumbs, [data-clearing] {
  *zoom: 1;
  margin-bottom: 0;
  margin-left: 0;
  list-style: none; }
  .clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
    content: " ";
    display: table; }
  .clearing-thumbs:after, [data-clearing]:after {
    clear: both; }
  .clearing-thumbs li, [data-clearing] li {
    float: left;
    margin-right: 10px; }
  .clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
    margin-right: 0; }

.clearing-blackout {
  background: #333333;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998; }
  .clearing-blackout .clearing-close {
    display: block; }

.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0; }

.clearing-touch-label {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #aaa;
  font-size: 0.6em; }

.visible-img {
  height: 95%;
  position: relative; }
  .visible-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50%;
    max-height: 100%;
    max-width: 100%; }

.clearing-caption {
  color: #cccccc;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #333333;
  width: 100%;
  padding: 10px 30px 20px;
  position: absolute;
  left: 0; }

.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 30px;
  line-height: 1;
  color: #cccccc;
  display: none; }
  .clearing-close:hover, .clearing-close:focus {
    color: #ccc; }

.clearing-assembled .clearing-container {
  height: 100%; }
  .clearing-assembled .clearing-container .carousel > ul {
    display: none; }

.clearing-feature li {
  display: none; }
  .clearing-feature li.clearing-featured-img {
    display: block; }

@media only screen and (min-width: 50.063em) {
  .clearing-main-prev,
  .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0; }
    .clearing-main-prev > span,
    .clearing-main-next > span {
      position: absolute;
      top: 50%;
      display: block;
      width: 0;
      height: 0;
      border: solid 12px; }
      .clearing-main-prev > span:hover,
      .clearing-main-next > span:hover {
        opacity: 0.8; }

  .clearing-main-prev {
    left: 0; }
    .clearing-main-prev > span {
      left: 5px;
      border-color: transparent;
      border-right-color: #cccccc; }

  .clearing-main-next {
    right: 0; }
    .clearing-main-next > span {
      border-color: transparent;
      border-left-color: #cccccc; }

  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: 0.3; }

  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center; }
    .clearing-assembled .clearing-container .carousel > ul {
      display: inline-block;
      z-index: 999;
      height: 100%;
      position: relative;
      float: none; }
      .clearing-assembled .clearing-container .carousel > ul li {
        display: block;
        width: 120px;
        min-height: inherit;
        float: left;
        overflow: hidden;
        margin-right: 0;
        padding: 0;
        position: relative;
        cursor: pointer;
        opacity: 0.4; }
        .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
          height: 100%;
          max-width: none; }
        .clearing-assembled .clearing-container .carousel > ul li a.th {
          border: none;
          -webkit-box-shadow: none;
          box-shadow: none;
          display: block; }
        .clearing-assembled .clearing-container .carousel > ul li img {
          cursor: pointer !important;
          width: 100% !important; }
        .clearing-assembled .clearing-container .carousel > ul li.visible {
          opacity: 1; }
        .clearing-assembled .clearing-container .carousel > ul li:hover {
          opacity: 0.8; }
  .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    overflow: hidden;
    height: 85%; }

  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0; } }
/* Progress Bar */
.progress {
  background-color: #f6f6f6;
  height: 1.5625rem;
  border: 1px solid white;
  padding: 0.125rem;
  margin-bottom: 0.625rem; }
  .progress .meter {
    background: #008cba;
    height: 100%;
    display: block; }
  .progress.secondary .meter {
    background: #e7e7e7;
    height: 100%;
    display: block; }
  .progress.success .meter {
    background: #43ac6a;
    height: 100%;
    display: block; }
  .progress.alert .meter {
    background: #f04124;
    height: 100%;
    display: block; }
  .progress.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }
    .progress.radius .meter {
      -webkit-border-radius: 2px;
      border-radius: 2px; }
  .progress.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
    .progress.round .meter {
      -webkit-border-radius: 999px;
      border-radius: 999px; }

.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -0.25rem 0 1.125rem;
  padding-top: 0.25rem;
  margin-right: 0;
  margin-left: -0.75rem; }
  .sub-nav dt {
    text-transform: uppercase; }
  .sub-nav dt,
  .sub-nav dd,
  .sub-nav li {
    float: left;
    display: inline;
    margin-left: 1rem;
    margin-bottom: 0.625rem;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 0.875rem;
    color: #999999; }
    .sub-nav dt a,
    .sub-nav dd a,
    .sub-nav li a {
      text-decoration: none;
      color: #999999;
      padding: 0.1875rem 1rem; }
      .sub-nav dt a:hover,
      .sub-nav dd a:hover,
      .sub-nav li a:hover {
        color: #737373; }
    .sub-nav dt.active a,
    .sub-nav dd.active a,
    .sub-nav li.active a {
      -webkit-border-radius: 3px;
      border-radius: 3px;
      font-weight: normal;
      background: #008cba;
      padding: 0.1875rem 1rem;
      cursor: default;
      color: white; }
      .sub-nav dt.active a:hover,
      .sub-nav dd.active a:hover,
      .sub-nav li.active a:hover {
        background: #0078a0; }

/* Foundation Joyride */
.joyride-list {
  display: none; }

/* Default styles for the container */
.joyride-tip-guide {
  display: none;
  position: absolute;
  background: #333333;
  color: white;
  z-index: 101;
  top: 0;
  left: 2.5%;
  font-family: inherit;
  font-weight: normal;
  width: 95%; }

.lt-ie9 .joyride-tip-guide {
  max-width: 800px;
  left: 50%;
  margin-left: -400px; }

.joyride-content-wrapper {
  width: 100%;
  padding: 1.125rem 1.25rem 1.5rem; }
  .joyride-content-wrapper .button {
    margin-bottom: 0 !important; }

/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
.joyride-tip-guide .joyride-nub {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: 10px solid #333333; }
  .joyride-tip-guide .joyride-nub.top {
    border-top-style: solid;
    border-color: #333333;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    top: -20px; }
  .joyride-tip-guide .joyride-nub.bottom {
    border-bottom-style: solid;
    border-color: #333333 !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -20px; }
  .joyride-tip-guide .joyride-nub.right {
    right: -20px; }
  .joyride-tip-guide .joyride-nub.left {
    left: -20px; }

/* Typography */
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: bold;
  color: white; }

.joyride-tip-guide p {
  margin: 0 0 1.125rem 0;
  font-size: 0.875rem;
  line-height: 1.3; }

.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px #555555;
  position: absolute;
  right: 1.0625rem;
  bottom: 1rem; }

.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: #666666; }

.joyride-close-tip {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #777777 !important;
  text-decoration: none;
  font-size: 24px;
  font-weight: normal;
  line-height: 0.5 !important; }
  .joyride-close-tip:hover, .joyride-close-tip:focus {
    color: #eeeeee !important; }

.joyride-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  cursor: pointer; }

.joyride-expose-wrapper {
  background-color: #ffffff;
  position: absolute;
  border-radius: 3px;
  z-index: 102;
  -moz-box-shadow: 0 0 30px white;
  -webkit-box-shadow: 0 0 15px white;
  box-shadow: 0 0 15px white; }

.joyride-expose-cover {
  background: transparent;
  border-radius: 3px;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0; }

/* Styles for screens that are at least 768px; */
@media only screen and (min-width: 50.063em) {
  .joyride-tip-guide {
    width: 300px;
    left: inherit; }
    .joyride-tip-guide .joyride-nub.bottom {
      border-color: #333333 !important;
      border-bottom-color: transparent !important;
      border-left-color: transparent !important;
      border-right-color: transparent !important;
      bottom: -20px; }
    .joyride-tip-guide .joyride-nub.right {
      border-color: #333333 !important;
      border-top-color: transparent !important;
      border-right-color: transparent !important;
      border-bottom-color: transparent !important;
      top: 22px;
      left: auto;
      right: -20px; }
    .joyride-tip-guide .joyride-nub.left {
      border-color: #333333 !important;
      border-top-color: transparent !important;
      border-left-color: transparent !important;
      border-bottom-color: transparent !important;
      top: 22px;
      left: -20px;
      right: auto; } }
.label {
  font-weight: normal;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-bottom: inherit;
  padding: 0.25rem 0.5rem 0.375rem;
  font-size: 0.6875rem;
  background-color: #008cba;
  color: white; }
  .label.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  .label.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
  .label.alert {
    background-color: #f04124;
    color: white; }
  .label.success {
    background-color: #43ac6a;
    color: white; }
  .label.secondary {
    background-color: #e7e7e7;
    color: #333333; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important; }

  .small-only-text-right {
    text-align: right !important; }

  .small-only-text-center {
    text-align: center !important; }

  .small-only-text-justify {
    text-align: justify !important; } }
@media only screen {
  .small-text-left {
    text-align: left !important; }

  .small-text-right {
    text-align: right !important; }

  .small-text-center {
    text-align: center !important; }

  .small-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 50.063em) and (max-width: 64em) {
  .medium-only-text-left {
    text-align: left !important; }

  .medium-only-text-right {
    text-align: right !important; }

  .medium-only-text-center {
    text-align: center !important; }

  .medium-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 50.063em) {
  .medium-text-left {
    text-align: left !important; }

  .medium-text-right {
    text-align: right !important; }

  .medium-text-center {
    text-align: center !important; }

  .medium-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important; }

  .large-only-text-right {
    text-align: right !important; }

  .large-only-text-center {
    text-align: center !important; }

  .large-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 64.063em) {
  .large-text-left {
    text-align: left !important; }

  .large-text-right {
    text-align: right !important; }

  .large-text-center {
    text-align: center !important; }

  .large-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important; }

  .xlarge-only-text-right {
    text-align: right !important; }

  .xlarge-only-text-center {
    text-align: center !important; }

  .xlarge-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 90.063em) {
  .xlarge-text-left {
    text-align: left !important; }

  .xlarge-text-right {
    text-align: right !important; }

  .xlarge-text-center {
    text-align: center !important; }

  .xlarge-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important; }

  .xxlarge-only-text-right {
    text-align: right !important; }

  .xxlarge-only-text-center {
    text-align: center !important; }

  .xxlarge-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 120.063em) {
  .xxlarge-text-left {
    text-align: left !important; }

  .xxlarge-text-right {
    text-align: right !important; }

  .xxlarge-text-center {
    text-align: center !important; }

  .xxlarge-text-justify {
    text-align: justify !important; } }
.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow-x: hidden; }
  .off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
    height: 100%; }

.inner-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  *zoom: 1;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .inner-wrap:before, .inner-wrap:after {
    content: " ";
    display: table; }
  .inner-wrap:after {
    clear: both; }

.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333333;
  color: white;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
    color: white;
    font-weight: bold;
    line-height: 2.8125rem;
    margin: 0; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
    font-size: 1.125rem; }

.left-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-right: solid 1px #1a1a1a;
  left: 0; }

.right-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-left: solid 1px #1a1a1a;
  right: 0; }

.tab-bar-section {
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  height: 2.8125rem;
  top: 0; }
  @media only screen and (min-width: 50.063em) {
    .tab-bar-section {
      text-align: left; } }
  .tab-bar-section.left {
    left: 0;
    right: 2.8125rem; }
  .tab-bar-section.right {
    left: 2.8125rem;
    right: 0; }
  .tab-bar-section.middle {
    left: 2.8125rem;
    right: 2.8125rem; }

.tab-bar .menu-icon {
  text-indent: 2.1875rem;
  width: 2.8125rem;
  height: 2.8125rem;
  display: block;
  line-height: 2.0625rem;
  padding: 0;
  color: white;
  position: relative; }
  .tab-bar .menu-icon span {
    position: absolute;
    display: block;
    height: 0;
    width: 1rem;
    top: 0.9375rem;
    left: 0.90625rem;
    -webkit-box-shadow: 1px 0px 1px 1px white, 1px 7px 1px 1px white, 1px 14px 1px 1px white;
    box-shadow: 0 0px 0 1px white, 0 7px 0 1px white, 0 14px 0 1px white; }
  .tab-bar .menu-icon:hover span {
    -webkit-box-shadow: 1px 0px 1px 1px #b3b3b3, 1px 7px 1px 1px #b3b3b3, 1px 14px 1px 1px #b3b3b3;
    box-shadow: 0 0px 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3; }

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0; }
  .left-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0; }
  .right-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  ul.off-canvas-list li label {
    padding: 0.3rem 0.9375rem;
    color: #999999;
    text-transform: uppercase;
    font-weight: bold;
    background: #444444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0; }
  ul.off-canvas-list li a {
    display: block;
    padding: 0.66667rem;
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid #262626;
    transition: background 300ms ease; }
    ul.off-canvas-list li a:hover {
      background: #242424; }

.move-right > .inner-wrap {
  -webkit-transform: translate3d(15.625rem, 0, 0);
  -moz-transform: translate3d(15.625rem, 0, 0);
  -ms-transform: translate3d(15.625rem, 0, 0);
  -o-transform: translate3d(15.625rem, 0, 0);
  transform: translate3d(15.625rem, 0, 0); }
.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media only screen and (min-width: 50.063em) {
    .move-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.move-left > .inner-wrap {
  -webkit-transform: translate3d(-15.625rem, 0, 0);
  -moz-transform: translate3d(-15.625rem, 0, 0);
  -ms-transform: translate3d(-15.625rem, 0, 0);
  -o-transform: translate3d(-15.625rem, 0, 0);
  transform: translate3d(-15.625rem, 0, 0); }
.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media only screen and (min-width: 50.063em) {
    .move-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.csstransforms.no-csstransforms3d .left-off-canvas-menu {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }
.csstransforms.no-csstransforms3d .right-off-canvas-menu {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0); }
.csstransforms.no-csstransforms3d .move-left > .inner-wrap {
  -webkit-transform: translate(-15.625rem, 0);
  -moz-transform: translate(-15.625rem, 0);
  -ms-transform: translate(-15.625rem, 0);
  -o-transform: translate(-15.625rem, 0);
  transform: translate(-15.625rem, 0); }
.csstransforms.no-csstransforms3d .move-right > .inner-wrap {
  -webkit-transform: translate(15.625rem, 0);
  -moz-transform: translate(15.625rem, 0);
  -ms-transform: translate(15.625rem, 0);
  -o-transform: translate(15.625rem, 0);
  transform: translate(15.625rem, 0); }

.no-csstransforms .left-off-canvas-menu {
  left: -15.625rem; }
.no-csstransforms .right-off-canvas-menu {
  right: -15.625rem; }
.no-csstransforms .move-left > .inner-wrap {
  right: 15.625rem; }
.no-csstransforms .move-right > .inner-wrap {
  left: 15.625rem; }

/* Foundation Dropdowns */
.f-dropdown {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: white;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 99;
  margin-top: 2px;
  max-width: 200px; }
  .f-dropdown > *:first-child {
    margin-top: 0; }
  .f-dropdown > *:last-child {
    margin-bottom: 0; }
  .f-dropdown:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent white transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 99; }
  .f-dropdown:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 7px;
    border-color: transparent transparent #cccccc transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -14px;
    left: 9px;
    z-index: 98; }
  .f-dropdown.right:before {
    left: auto;
    right: 10px; }
  .f-dropdown.right:after {
    left: auto;
    right: 9px; }
  .f-dropdown.drop-right {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    width: 100%;
    max-height: none;
    height: auto;
    background: white;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 99;
    margin-top: 0;
    margin-left: 2px;
    max-width: 200px; }
    .f-dropdown.drop-right > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-right > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-right:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      border-color: transparent white transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 10px;
      left: -12px;
      z-index: 99; }
    .f-dropdown.drop-right:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 7px;
      border-color: transparent #cccccc transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 9px;
      left: -14px;
      z-index: 98; }
  .f-dropdown.drop-left {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    width: 100%;
    max-height: none;
    height: auto;
    background: white;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 99;
    margin-top: 0;
    margin-left: -2px;
    max-width: 200px; }
    .f-dropdown.drop-left > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-left > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-left:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      border-color: transparent transparent transparent white;
      border-left-style: solid;
      position: absolute;
      top: 10px;
      right: -12px;
      left: auto;
      z-index: 99; }
    .f-dropdown.drop-left:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 7px;
      border-color: transparent transparent transparent #cccccc;
      border-left-style: solid;
      position: absolute;
      top: 9px;
      right: -14px;
      left: auto;
      z-index: 98; }
  .f-dropdown.drop-top {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    width: 100%;
    max-height: none;
    height: auto;
    background: white;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 99;
    margin-top: -2px;
    margin-left: 0;
    max-width: 200px; }
    .f-dropdown.drop-top > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-top > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-top:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      border-color: white transparent transparent transparent;
      border-top-style: solid;
      position: absolute;
      top: auto;
      bottom: -12px;
      left: 10px;
      right: auto;
      z-index: 99; }
    .f-dropdown.drop-top:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 7px;
      border-color: #cccccc transparent transparent transparent;
      border-top-style: solid;
      position: absolute;
      top: auto;
      bottom: -14px;
      left: 9px;
      right: auto;
      z-index: 98; }
  .f-dropdown li {
    font-size: 0.875rem;
    cursor: pointer;
    line-height: 1.125rem;
    margin: 0; }
    .f-dropdown li:hover, .f-dropdown li:focus {
      background: #eeeeee; }
    .f-dropdown li a {
      display: block;
      padding: 0.5rem;
      color: #555555; }
  .f-dropdown.content {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    padding: 1.25rem;
    width: 100%;
    height: auto;
    max-height: none;
    background: white;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 99;
    max-width: 200px; }
    .f-dropdown.content > *:first-child {
      margin-top: 0; }
    .f-dropdown.content > *:last-child {
      margin-bottom: 0; }
  .f-dropdown.tiny {
    max-width: 200px; }
  .f-dropdown.small {
    max-width: 300px; }
  .f-dropdown.medium {
    max-width: 500px; }
  .f-dropdown.large {
    max-width: 800px; }

table {
  background: white;
  margin-bottom: 1.25rem;
  border: solid 1px #dddddd; }
  table thead,
  table tfoot {
    background: whitesmoke; }
    table thead tr th,
    table thead tr td,
    table tfoot tr th,
    table tfoot tr td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-size: 0.875rem;
      font-weight: bold;
      color: #222222;
      text-align: left; }
  table tr th,
  table tr td {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    color: #222222; }
  table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #f9f9f9; }
  table thead tr th,
  table tfoot tr th,
  table tbody tr td,
  table tr td,
  table tfoot tr td {
    display: table-cell;
    line-height: 1.125rem; }

/* Standard Forms */
form {
  margin: 0 0 1rem; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem; }
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.5rem; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
    form .row .row.collapse input {
      -moz-border-radius-bottomright: 0;
      -moz-border-radius-topright: 0;
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-top-right-radius: 0; }
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem; }

/* Label Styles */
label {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */ }
  label.right {
    float: none;
    text-align: right; }
  label.inline {
    margin: 0 0 1rem 0;
    padding: 0.625rem 0; }
  label small {
    text-transform: capitalize;
    color: #676767; }

select {
  -webkit-appearance: none !important;
  background-color: #fafafa;
  background-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: 97% center;
  border: 1px solid #cccccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  -webkit-border-radius: 0;
  border-radius: 0; }
  select.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  select:hover {
    background-color: #f3f3f3;
    border-color: #999999; }

select::-ms-expand {
  display: none; }

@-moz-document url-prefix() {
  select {
    background: #fafafa; }

  select:hover {
    background: #f3f3f3; } }

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none; }

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none; }

.prefix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.postfix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.prefix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomright: 1000px;
  -moz-border-radius-topright: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc; }
  span.prefix.radius, label.prefix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc; }
  span.postfix.radius, label.postfix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }

/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    -webkit-box-shadow: 0 0 5px #999999;
    -moz-box-shadow: 0 0 5px #999999;
    box-shadow: 0 0 5px #999999;
    border-color: #999999; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  input[type="text"][disabled], fieldset[disabled] input[type="text"],
  input[type="password"][disabled], fieldset[disabled]
  input[type="password"],
  input[type="date"][disabled], fieldset[disabled]
  input[type="date"],
  input[type="datetime"][disabled], fieldset[disabled]
  input[type="datetime"],
  input[type="datetime-local"][disabled], fieldset[disabled]
  input[type="datetime-local"],
  input[type="month"][disabled], fieldset[disabled]
  input[type="month"],
  input[type="week"][disabled], fieldset[disabled]
  input[type="week"],
  input[type="email"][disabled], fieldset[disabled]
  input[type="email"],
  input[type="number"][disabled], fieldset[disabled]
  input[type="number"],
  input[type="search"][disabled], fieldset[disabled]
  input[type="search"],
  input[type="tel"][disabled], fieldset[disabled]
  input[type="tel"],
  input[type="time"][disabled], fieldset[disabled]
  input[type="time"],
  input[type="url"][disabled], fieldset[disabled]
  input[type="url"],
  textarea[disabled], fieldset[disabled]
  textarea {
    background-color: #dddddd; }
  input[type="text"].radius,
  input[type="password"].radius,
  input[type="date"].radius,
  input[type="datetime"].radius,
  input[type="datetime-local"].radius,
  input[type="month"].radius,
  input[type="week"].radius,
  input[type="email"].radius,
  input[type="number"].radius,
  input[type="search"].radius,
  input[type="tel"].radius,
  input[type="time"].radius,
  input[type="url"].radius,
  textarea.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto; }

/* Add height value for select elements to match text input height */
select {
  height: 2.3125rem; }

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

/* Normalize file input width */
input[type="file"] {
  width: 100%; }

/* We add basic fieldset styling */
fieldset {
  border: 1px solid #dddddd;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  fieldset legend {
    font-weight: bold;
    background: white;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white; }
[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white; }

.error input,
.error textarea,
.error select {
  margin-bottom: 0; }
.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem; }
.error label,
.error label.error {
  color: #f04124; }
.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white; }
.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline; }
.error span.error-message {
  display: block; }

input.error,
textarea.error {
  margin-bottom: 0; }

label.error {
  color: #f04124; }

.range-slider {
  display: block;
  position: relative;
  width: 100%;
  height: 1rem;
  border: 1px solid #dddddd;
  margin: 1.25rem 0;
  touch-action: none;
  -ms-touch-action: none;
  background: #fafafa; }
  .range-slider.vertical-range {
    display: block;
    position: relative;
    width: 100%;
    height: 1rem;
    border: 1px solid #dddddd;
    margin: 1.25rem 0;
    touch-action: none;
    -ms-touch-action: none;
    display: inline-block;
    width: 1rem;
    height: 12.5rem; }
    .range-slider.vertical-range .range-slider-handle {
      margin-top: 0;
      margin-left: -0.5rem;
      position: absolute;
      bottom: -10.5rem; }
    .range-slider.vertical-range .range-slider-active-segment {
      width: 0.875rem;
      height: auto;
      bottom: 0; }
  .range-slider.radius {
    background: #fafafa;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
    .range-slider.radius .range-slider-handle {
      background: #008cba;
      -webkit-border-radius: 3px;
      border-radius: 3px; }
      .range-slider.radius .range-slider-handle:hover {
        background: #007ba4; }
  .range-slider.round {
    background: #fafafa;
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
    .range-slider.round .range-slider-handle {
      background: #008cba;
      -webkit-border-radius: 1000px;
      border-radius: 1000px; }
      .range-slider.round .range-slider-handle:hover {
        background: #007ba4; }

.range-slider-active-segment {
  display: inline-block;
  position: absolute;
  height: 0.875rem;
  background: #e5e5e5; }

.range-slider-handle {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: -0.3125rem;
  width: 2rem;
  height: 1.375rem;
  border: 1px solid none;
  cursor: pointer;
  background: #008cba; }
  .range-slider-handle:hover {
    background: #007ba4; }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0;
  *zoom: 1; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.9375rem 1.875rem; }

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .small-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
    .small-block-grid-1 > li:nth-child(1n) {
      padding-left: 0rem;
      padding-right: 0rem; }

  .small-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .small-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
    .small-block-grid-2 > li:nth-child(2n+1) {
      padding-left: 0rem;
      padding-right: 0.9375rem; }
    .small-block-grid-2 > li:nth-child(2n) {
      padding-left: 0.9375rem;
      padding-right: 0rem; }

  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .small-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
    .small-block-grid-3 > li:nth-child(3n+1) {
      padding-left: 0rem;
      padding-right: 1.25rem; }
    .small-block-grid-3 > li:nth-child(3n+2) {
      padding-left: 0.625rem;
      padding-right: 0.625rem; }
    .small-block-grid-3 > li:nth-child(3n) {
      padding-left: 1.25rem;
      padding-right: 0rem; }

  .small-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .small-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
    .small-block-grid-4 > li:nth-child(4n+1) {
      padding-left: 0rem;
      padding-right: 1.40625rem; }
    .small-block-grid-4 > li:nth-child(4n+2) {
      padding-left: 0.46875rem;
      padding-right: 0.9375rem; }
    .small-block-grid-4 > li:nth-child(4n+3) {
      padding-left: 0.9375rem;
      padding-right: 0.46875rem; }
    .small-block-grid-4 > li:nth-child(4n) {
      padding-left: 1.40625rem;
      padding-right: 0rem; }

  .small-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .small-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
    .small-block-grid-5 > li:nth-child(5n+1) {
      padding-left: 0rem;
      padding-right: 1.5rem; }
    .small-block-grid-5 > li:nth-child(5n+2) {
      padding-left: 0.375rem;
      padding-right: 1.125rem; }
    .small-block-grid-5 > li:nth-child(5n+3) {
      padding-left: 0.75rem;
      padding-right: 0.75rem; }
    .small-block-grid-5 > li:nth-child(5n+4) {
      padding-left: 1.125rem;
      padding-right: 0.375rem; }
    .small-block-grid-5 > li:nth-child(5n) {
      padding-left: 1.5rem;
      padding-right: 0rem; }

  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .small-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
    .small-block-grid-6 > li:nth-child(6n+1) {
      padding-left: 0rem;
      padding-right: 1.5625rem; }
    .small-block-grid-6 > li:nth-child(6n+2) {
      padding-left: 0.3125rem;
      padding-right: 1.25rem; }
    .small-block-grid-6 > li:nth-child(6n+3) {
      padding-left: 0.625rem;
      padding-right: 0.9375rem; }
    .small-block-grid-6 > li:nth-child(6n+4) {
      padding-left: 0.9375rem;
      padding-right: 0.625rem; }
    .small-block-grid-6 > li:nth-child(6n+5) {
      padding-left: 1.25rem;
      padding-right: 0.3125rem; }
    .small-block-grid-6 > li:nth-child(6n) {
      padding-left: 1.5625rem;
      padding-right: 0rem; }

  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .small-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
    .small-block-grid-7 > li:nth-child(7n+1) {
      padding-left: 0rem;
      padding-right: 1.60714rem; }
    .small-block-grid-7 > li:nth-child(7n+2) {
      padding-left: 0.26786rem;
      padding-right: 1.33929rem; }
    .small-block-grid-7 > li:nth-child(7n+3) {
      padding-left: 0.53571rem;
      padding-right: 1.07143rem; }
    .small-block-grid-7 > li:nth-child(7n+4) {
      padding-left: 0.80357rem;
      padding-right: 0.80357rem; }
    .small-block-grid-7 > li:nth-child(7n+5) {
      padding-left: 1.07143rem;
      padding-right: 0.53571rem; }
    .small-block-grid-7 > li:nth-child(7n+6) {
      padding-left: 1.33929rem;
      padding-right: 0.26786rem; }
    .small-block-grid-7 > li:nth-child(7n) {
      padding-left: 1.60714rem;
      padding-right: 0rem; }

  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .small-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
    .small-block-grid-8 > li:nth-child(8n+1) {
      padding-left: 0rem;
      padding-right: 1.64063rem; }
    .small-block-grid-8 > li:nth-child(8n+2) {
      padding-left: 0.23438rem;
      padding-right: 1.40625rem; }
    .small-block-grid-8 > li:nth-child(8n+3) {
      padding-left: 0.46875rem;
      padding-right: 1.17188rem; }
    .small-block-grid-8 > li:nth-child(8n+4) {
      padding-left: 0.70313rem;
      padding-right: 0.9375rem; }
    .small-block-grid-8 > li:nth-child(8n+5) {
      padding-left: 0.9375rem;
      padding-right: 0.70313rem; }
    .small-block-grid-8 > li:nth-child(8n+6) {
      padding-left: 1.17188rem;
      padding-right: 0.46875rem; }
    .small-block-grid-8 > li:nth-child(8n+7) {
      padding-left: 1.40625rem;
      padding-right: 0.23438rem; }
    .small-block-grid-8 > li:nth-child(8n) {
      padding-left: 1.64063rem;
      padding-right: 0rem; }

  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .small-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
    .small-block-grid-9 > li:nth-child(9n+1) {
      padding-left: 0rem;
      padding-right: 1.66667rem; }
    .small-block-grid-9 > li:nth-child(9n+2) {
      padding-left: 0.20833rem;
      padding-right: 1.45833rem; }
    .small-block-grid-9 > li:nth-child(9n+3) {
      padding-left: 0.41667rem;
      padding-right: 1.25rem; }
    .small-block-grid-9 > li:nth-child(9n+4) {
      padding-left: 0.625rem;
      padding-right: 1.04167rem; }
    .small-block-grid-9 > li:nth-child(9n+5) {
      padding-left: 0.83333rem;
      padding-right: 0.83333rem; }
    .small-block-grid-9 > li:nth-child(9n+6) {
      padding-left: 1.04167rem;
      padding-right: 0.625rem; }
    .small-block-grid-9 > li:nth-child(9n+7) {
      padding-left: 1.25rem;
      padding-right: 0.41667rem; }
    .small-block-grid-9 > li:nth-child(9n+8) {
      padding-left: 1.45833rem;
      padding-right: 0.20833rem; }
    .small-block-grid-9 > li:nth-child(9n) {
      padding-left: 1.66667rem;
      padding-right: 0rem; }

  .small-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .small-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
    .small-block-grid-10 > li:nth-child(10n+1) {
      padding-left: 0rem;
      padding-right: 1.6875rem; }
    .small-block-grid-10 > li:nth-child(10n+2) {
      padding-left: 0.1875rem;
      padding-right: 1.5rem; }
    .small-block-grid-10 > li:nth-child(10n+3) {
      padding-left: 0.375rem;
      padding-right: 1.3125rem; }
    .small-block-grid-10 > li:nth-child(10n+4) {
      padding-left: 0.5625rem;
      padding-right: 1.125rem; }
    .small-block-grid-10 > li:nth-child(10n+5) {
      padding-left: 0.75rem;
      padding-right: 0.9375rem; }
    .small-block-grid-10 > li:nth-child(10n+6) {
      padding-left: 0.9375rem;
      padding-right: 0.75rem; }
    .small-block-grid-10 > li:nth-child(10n+7) {
      padding-left: 1.125rem;
      padding-right: 0.5625rem; }
    .small-block-grid-10 > li:nth-child(10n+8) {
      padding-left: 1.3125rem;
      padding-right: 0.375rem; }
    .small-block-grid-10 > li:nth-child(10n+9) {
      padding-left: 1.5rem;
      padding-right: 0.1875rem; }
    .small-block-grid-10 > li:nth-child(10n) {
      padding-left: 1.6875rem;
      padding-right: 0rem; }

  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .small-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
    .small-block-grid-11 > li:nth-child(11n+1) {
      padding-left: 0.0rem;
      padding-right: 1.70455rem; }
    .small-block-grid-11 > li:nth-child(11n+2) {
      padding-left: 0.17045rem;
      padding-right: 1.53409rem; }
    .small-block-grid-11 > li:nth-child(11n+3) {
      padding-left: 0.34091rem;
      padding-right: 1.36364rem; }
    .small-block-grid-11 > li:nth-child(11n+4) {
      padding-left: 0.51136rem;
      padding-right: 1.19318rem; }
    .small-block-grid-11 > li:nth-child(11n+5) {
      padding-left: 0.68182rem;
      padding-right: 1.02273rem; }
    .small-block-grid-11 > li:nth-child(11n+6) {
      padding-left: 0.85227rem;
      padding-right: 0.85227rem; }
    .small-block-grid-11 > li:nth-child(11n+7) {
      padding-left: 1.02273rem;
      padding-right: 0.68182rem; }
    .small-block-grid-11 > li:nth-child(11n+8) {
      padding-left: 1.19318rem;
      padding-right: 0.51136rem; }
    .small-block-grid-11 > li:nth-child(11n+9) {
      padding-left: 1.36364rem;
      padding-right: 0.34091rem; }
    .small-block-grid-11 > li:nth-child(11n+10) {
      padding-left: 1.53409rem;
      padding-right: 0.17045rem; }
    .small-block-grid-11 > li:nth-child(11n) {
      padding-left: 1.70455rem;
      padding-right: 0.0rem; }

  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .small-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; }
    .small-block-grid-12 > li:nth-child(12n+1) {
      padding-left: 0rem;
      padding-right: 1.71875rem; }
    .small-block-grid-12 > li:nth-child(12n+2) {
      padding-left: 0.15625rem;
      padding-right: 1.5625rem; }
    .small-block-grid-12 > li:nth-child(12n+3) {
      padding-left: 0.3125rem;
      padding-right: 1.40625rem; }
    .small-block-grid-12 > li:nth-child(12n+4) {
      padding-left: 0.46875rem;
      padding-right: 1.25rem; }
    .small-block-grid-12 > li:nth-child(12n+5) {
      padding-left: 0.625rem;
      padding-right: 1.09375rem; }
    .small-block-grid-12 > li:nth-child(12n+6) {
      padding-left: 0.78125rem;
      padding-right: 0.9375rem; }
    .small-block-grid-12 > li:nth-child(12n+7) {
      padding-left: 0.9375rem;
      padding-right: 0.78125rem; }
    .small-block-grid-12 > li:nth-child(12n+8) {
      padding-left: 1.09375rem;
      padding-right: 0.625rem; }
    .small-block-grid-12 > li:nth-child(12n+9) {
      padding-left: 1.25rem;
      padding-right: 0.46875rem; }
    .small-block-grid-12 > li:nth-child(12n+10) {
      padding-left: 1.40625rem;
      padding-right: 0.3125rem; }
    .small-block-grid-12 > li:nth-child(12n+11) {
      padding-left: 1.5625rem;
      padding-right: 0.15625rem; }
    .small-block-grid-12 > li:nth-child(12n) {
      padding-left: 1.71875rem;
      padding-right: 0rem; } }
@media only screen and (min-width: 50.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .medium-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
    .medium-block-grid-1 > li:nth-child(1n) {
      padding-left: 0rem;
      padding-right: 0rem; }

  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .medium-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
    .medium-block-grid-2 > li:nth-child(2n+1) {
      padding-left: 0rem;
      padding-right: 0.9375rem; }
    .medium-block-grid-2 > li:nth-child(2n) {
      padding-left: 0.9375rem;
      padding-right: 0rem; }

  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .medium-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
    .medium-block-grid-3 > li:nth-child(3n+1) {
      padding-left: 0rem;
      padding-right: 1.25rem; }
    .medium-block-grid-3 > li:nth-child(3n+2) {
      padding-left: 0.625rem;
      padding-right: 0.625rem; }
    .medium-block-grid-3 > li:nth-child(3n) {
      padding-left: 1.25rem;
      padding-right: 0rem; }

  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .medium-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
    .medium-block-grid-4 > li:nth-child(4n+1) {
      padding-left: 0rem;
      padding-right: 1.40625rem; }
    .medium-block-grid-4 > li:nth-child(4n+2) {
      padding-left: 0.46875rem;
      padding-right: 0.9375rem; }
    .medium-block-grid-4 > li:nth-child(4n+3) {
      padding-left: 0.9375rem;
      padding-right: 0.46875rem; }
    .medium-block-grid-4 > li:nth-child(4n) {
      padding-left: 1.40625rem;
      padding-right: 0rem; }

  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .medium-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
    .medium-block-grid-5 > li:nth-child(5n+1) {
      padding-left: 0rem;
      padding-right: 1.5rem; }
    .medium-block-grid-5 > li:nth-child(5n+2) {
      padding-left: 0.375rem;
      padding-right: 1.125rem; }
    .medium-block-grid-5 > li:nth-child(5n+3) {
      padding-left: 0.75rem;
      padding-right: 0.75rem; }
    .medium-block-grid-5 > li:nth-child(5n+4) {
      padding-left: 1.125rem;
      padding-right: 0.375rem; }
    .medium-block-grid-5 > li:nth-child(5n) {
      padding-left: 1.5rem;
      padding-right: 0rem; }

  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .medium-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
    .medium-block-grid-6 > li:nth-child(6n+1) {
      padding-left: 0rem;
      padding-right: 1.5625rem; }
    .medium-block-grid-6 > li:nth-child(6n+2) {
      padding-left: 0.3125rem;
      padding-right: 1.25rem; }
    .medium-block-grid-6 > li:nth-child(6n+3) {
      padding-left: 0.625rem;
      padding-right: 0.9375rem; }
    .medium-block-grid-6 > li:nth-child(6n+4) {
      padding-left: 0.9375rem;
      padding-right: 0.625rem; }
    .medium-block-grid-6 > li:nth-child(6n+5) {
      padding-left: 1.25rem;
      padding-right: 0.3125rem; }
    .medium-block-grid-6 > li:nth-child(6n) {
      padding-left: 1.5625rem;
      padding-right: 0rem; }

  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .medium-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
    .medium-block-grid-7 > li:nth-child(7n+1) {
      padding-left: 0rem;
      padding-right: 1.60714rem; }
    .medium-block-grid-7 > li:nth-child(7n+2) {
      padding-left: 0.26786rem;
      padding-right: 1.33929rem; }
    .medium-block-grid-7 > li:nth-child(7n+3) {
      padding-left: 0.53571rem;
      padding-right: 1.07143rem; }
    .medium-block-grid-7 > li:nth-child(7n+4) {
      padding-left: 0.80357rem;
      padding-right: 0.80357rem; }
    .medium-block-grid-7 > li:nth-child(7n+5) {
      padding-left: 1.07143rem;
      padding-right: 0.53571rem; }
    .medium-block-grid-7 > li:nth-child(7n+6) {
      padding-left: 1.33929rem;
      padding-right: 0.26786rem; }
    .medium-block-grid-7 > li:nth-child(7n) {
      padding-left: 1.60714rem;
      padding-right: 0rem; }

  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .medium-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
    .medium-block-grid-8 > li:nth-child(8n+1) {
      padding-left: 0rem;
      padding-right: 1.64063rem; }
    .medium-block-grid-8 > li:nth-child(8n+2) {
      padding-left: 0.23438rem;
      padding-right: 1.40625rem; }
    .medium-block-grid-8 > li:nth-child(8n+3) {
      padding-left: 0.46875rem;
      padding-right: 1.17188rem; }
    .medium-block-grid-8 > li:nth-child(8n+4) {
      padding-left: 0.70313rem;
      padding-right: 0.9375rem; }
    .medium-block-grid-8 > li:nth-child(8n+5) {
      padding-left: 0.9375rem;
      padding-right: 0.70313rem; }
    .medium-block-grid-8 > li:nth-child(8n+6) {
      padding-left: 1.17188rem;
      padding-right: 0.46875rem; }
    .medium-block-grid-8 > li:nth-child(8n+7) {
      padding-left: 1.40625rem;
      padding-right: 0.23438rem; }
    .medium-block-grid-8 > li:nth-child(8n) {
      padding-left: 1.64063rem;
      padding-right: 0rem; }

  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .medium-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
    .medium-block-grid-9 > li:nth-child(9n+1) {
      padding-left: 0rem;
      padding-right: 1.66667rem; }
    .medium-block-grid-9 > li:nth-child(9n+2) {
      padding-left: 0.20833rem;
      padding-right: 1.45833rem; }
    .medium-block-grid-9 > li:nth-child(9n+3) {
      padding-left: 0.41667rem;
      padding-right: 1.25rem; }
    .medium-block-grid-9 > li:nth-child(9n+4) {
      padding-left: 0.625rem;
      padding-right: 1.04167rem; }
    .medium-block-grid-9 > li:nth-child(9n+5) {
      padding-left: 0.83333rem;
      padding-right: 0.83333rem; }
    .medium-block-grid-9 > li:nth-child(9n+6) {
      padding-left: 1.04167rem;
      padding-right: 0.625rem; }
    .medium-block-grid-9 > li:nth-child(9n+7) {
      padding-left: 1.25rem;
      padding-right: 0.41667rem; }
    .medium-block-grid-9 > li:nth-child(9n+8) {
      padding-left: 1.45833rem;
      padding-right: 0.20833rem; }
    .medium-block-grid-9 > li:nth-child(9n) {
      padding-left: 1.66667rem;
      padding-right: 0rem; }

  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .medium-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
    .medium-block-grid-10 > li:nth-child(10n+1) {
      padding-left: 0rem;
      padding-right: 1.6875rem; }
    .medium-block-grid-10 > li:nth-child(10n+2) {
      padding-left: 0.1875rem;
      padding-right: 1.5rem; }
    .medium-block-grid-10 > li:nth-child(10n+3) {
      padding-left: 0.375rem;
      padding-right: 1.3125rem; }
    .medium-block-grid-10 > li:nth-child(10n+4) {
      padding-left: 0.5625rem;
      padding-right: 1.125rem; }
    .medium-block-grid-10 > li:nth-child(10n+5) {
      padding-left: 0.75rem;
      padding-right: 0.9375rem; }
    .medium-block-grid-10 > li:nth-child(10n+6) {
      padding-left: 0.9375rem;
      padding-right: 0.75rem; }
    .medium-block-grid-10 > li:nth-child(10n+7) {
      padding-left: 1.125rem;
      padding-right: 0.5625rem; }
    .medium-block-grid-10 > li:nth-child(10n+8) {
      padding-left: 1.3125rem;
      padding-right: 0.375rem; }
    .medium-block-grid-10 > li:nth-child(10n+9) {
      padding-left: 1.5rem;
      padding-right: 0.1875rem; }
    .medium-block-grid-10 > li:nth-child(10n) {
      padding-left: 1.6875rem;
      padding-right: 0rem; }

  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .medium-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
    .medium-block-grid-11 > li:nth-child(11n+1) {
      padding-left: 0.0rem;
      padding-right: 1.70455rem; }
    .medium-block-grid-11 > li:nth-child(11n+2) {
      padding-left: 0.17045rem;
      padding-right: 1.53409rem; }
    .medium-block-grid-11 > li:nth-child(11n+3) {
      padding-left: 0.34091rem;
      padding-right: 1.36364rem; }
    .medium-block-grid-11 > li:nth-child(11n+4) {
      padding-left: 0.51136rem;
      padding-right: 1.19318rem; }
    .medium-block-grid-11 > li:nth-child(11n+5) {
      padding-left: 0.68182rem;
      padding-right: 1.02273rem; }
    .medium-block-grid-11 > li:nth-child(11n+6) {
      padding-left: 0.85227rem;
      padding-right: 0.85227rem; }
    .medium-block-grid-11 > li:nth-child(11n+7) {
      padding-left: 1.02273rem;
      padding-right: 0.68182rem; }
    .medium-block-grid-11 > li:nth-child(11n+8) {
      padding-left: 1.19318rem;
      padding-right: 0.51136rem; }
    .medium-block-grid-11 > li:nth-child(11n+9) {
      padding-left: 1.36364rem;
      padding-right: 0.34091rem; }
    .medium-block-grid-11 > li:nth-child(11n+10) {
      padding-left: 1.53409rem;
      padding-right: 0.17045rem; }
    .medium-block-grid-11 > li:nth-child(11n) {
      padding-left: 1.70455rem;
      padding-right: 0.0rem; }

  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .medium-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; }
    .medium-block-grid-12 > li:nth-child(12n+1) {
      padding-left: 0rem;
      padding-right: 1.71875rem; }
    .medium-block-grid-12 > li:nth-child(12n+2) {
      padding-left: 0.15625rem;
      padding-right: 1.5625rem; }
    .medium-block-grid-12 > li:nth-child(12n+3) {
      padding-left: 0.3125rem;
      padding-right: 1.40625rem; }
    .medium-block-grid-12 > li:nth-child(12n+4) {
      padding-left: 0.46875rem;
      padding-right: 1.25rem; }
    .medium-block-grid-12 > li:nth-child(12n+5) {
      padding-left: 0.625rem;
      padding-right: 1.09375rem; }
    .medium-block-grid-12 > li:nth-child(12n+6) {
      padding-left: 0.78125rem;
      padding-right: 0.9375rem; }
    .medium-block-grid-12 > li:nth-child(12n+7) {
      padding-left: 0.9375rem;
      padding-right: 0.78125rem; }
    .medium-block-grid-12 > li:nth-child(12n+8) {
      padding-left: 1.09375rem;
      padding-right: 0.625rem; }
    .medium-block-grid-12 > li:nth-child(12n+9) {
      padding-left: 1.25rem;
      padding-right: 0.46875rem; }
    .medium-block-grid-12 > li:nth-child(12n+10) {
      padding-left: 1.40625rem;
      padding-right: 0.3125rem; }
    .medium-block-grid-12 > li:nth-child(12n+11) {
      padding-left: 1.5625rem;
      padding-right: 0.15625rem; }
    .medium-block-grid-12 > li:nth-child(12n) {
      padding-left: 1.71875rem;
      padding-right: 0rem; } }
@media only screen and (min-width: 64.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .large-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
    .large-block-grid-1 > li:nth-child(1n) {
      padding-left: 0rem;
      padding-right: 0rem; }

  .large-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .large-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
    .large-block-grid-2 > li:nth-child(2n+1) {
      padding-left: 0rem;
      padding-right: 0.9375rem; }
    .large-block-grid-2 > li:nth-child(2n) {
      padding-left: 0.9375rem;
      padding-right: 0rem; }

  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .large-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
    .large-block-grid-3 > li:nth-child(3n+1) {
      padding-left: 0rem;
      padding-right: 1.25rem; }
    .large-block-grid-3 > li:nth-child(3n+2) {
      padding-left: 0.625rem;
      padding-right: 0.625rem; }
    .large-block-grid-3 > li:nth-child(3n) {
      padding-left: 1.25rem;
      padding-right: 0rem; }

  .large-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .large-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
    .large-block-grid-4 > li:nth-child(4n+1) {
      padding-left: 0rem;
      padding-right: 1.40625rem; }
    .large-block-grid-4 > li:nth-child(4n+2) {
      padding-left: 0.46875rem;
      padding-right: 0.9375rem; }
    .large-block-grid-4 > li:nth-child(4n+3) {
      padding-left: 0.9375rem;
      padding-right: 0.46875rem; }
    .large-block-grid-4 > li:nth-child(4n) {
      padding-left: 1.40625rem;
      padding-right: 0rem; }

  .large-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .large-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
    .large-block-grid-5 > li:nth-child(5n+1) {
      padding-left: 0rem;
      padding-right: 1.5rem; }
    .large-block-grid-5 > li:nth-child(5n+2) {
      padding-left: 0.375rem;
      padding-right: 1.125rem; }
    .large-block-grid-5 > li:nth-child(5n+3) {
      padding-left: 0.75rem;
      padding-right: 0.75rem; }
    .large-block-grid-5 > li:nth-child(5n+4) {
      padding-left: 1.125rem;
      padding-right: 0.375rem; }
    .large-block-grid-5 > li:nth-child(5n) {
      padding-left: 1.5rem;
      padding-right: 0rem; }

  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .large-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
    .large-block-grid-6 > li:nth-child(6n+1) {
      padding-left: 0rem;
      padding-right: 1.5625rem; }
    .large-block-grid-6 > li:nth-child(6n+2) {
      padding-left: 0.3125rem;
      padding-right: 1.25rem; }
    .large-block-grid-6 > li:nth-child(6n+3) {
      padding-left: 0.625rem;
      padding-right: 0.9375rem; }
    .large-block-grid-6 > li:nth-child(6n+4) {
      padding-left: 0.9375rem;
      padding-right: 0.625rem; }
    .large-block-grid-6 > li:nth-child(6n+5) {
      padding-left: 1.25rem;
      padding-right: 0.3125rem; }
    .large-block-grid-6 > li:nth-child(6n) {
      padding-left: 1.5625rem;
      padding-right: 0rem; }

  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .large-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
    .large-block-grid-7 > li:nth-child(7n+1) {
      padding-left: 0rem;
      padding-right: 1.60714rem; }
    .large-block-grid-7 > li:nth-child(7n+2) {
      padding-left: 0.26786rem;
      padding-right: 1.33929rem; }
    .large-block-grid-7 > li:nth-child(7n+3) {
      padding-left: 0.53571rem;
      padding-right: 1.07143rem; }
    .large-block-grid-7 > li:nth-child(7n+4) {
      padding-left: 0.80357rem;
      padding-right: 0.80357rem; }
    .large-block-grid-7 > li:nth-child(7n+5) {
      padding-left: 1.07143rem;
      padding-right: 0.53571rem; }
    .large-block-grid-7 > li:nth-child(7n+6) {
      padding-left: 1.33929rem;
      padding-right: 0.26786rem; }
    .large-block-grid-7 > li:nth-child(7n) {
      padding-left: 1.60714rem;
      padding-right: 0rem; }

  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .large-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
    .large-block-grid-8 > li:nth-child(8n+1) {
      padding-left: 0rem;
      padding-right: 1.64063rem; }
    .large-block-grid-8 > li:nth-child(8n+2) {
      padding-left: 0.23438rem;
      padding-right: 1.40625rem; }
    .large-block-grid-8 > li:nth-child(8n+3) {
      padding-left: 0.46875rem;
      padding-right: 1.17188rem; }
    .large-block-grid-8 > li:nth-child(8n+4) {
      padding-left: 0.70313rem;
      padding-right: 0.9375rem; }
    .large-block-grid-8 > li:nth-child(8n+5) {
      padding-left: 0.9375rem;
      padding-right: 0.70313rem; }
    .large-block-grid-8 > li:nth-child(8n+6) {
      padding-left: 1.17188rem;
      padding-right: 0.46875rem; }
    .large-block-grid-8 > li:nth-child(8n+7) {
      padding-left: 1.40625rem;
      padding-right: 0.23438rem; }
    .large-block-grid-8 > li:nth-child(8n) {
      padding-left: 1.64063rem;
      padding-right: 0rem; }

  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .large-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
    .large-block-grid-9 > li:nth-child(9n+1) {
      padding-left: 0rem;
      padding-right: 1.66667rem; }
    .large-block-grid-9 > li:nth-child(9n+2) {
      padding-left: 0.20833rem;
      padding-right: 1.45833rem; }
    .large-block-grid-9 > li:nth-child(9n+3) {
      padding-left: 0.41667rem;
      padding-right: 1.25rem; }
    .large-block-grid-9 > li:nth-child(9n+4) {
      padding-left: 0.625rem;
      padding-right: 1.04167rem; }
    .large-block-grid-9 > li:nth-child(9n+5) {
      padding-left: 0.83333rem;
      padding-right: 0.83333rem; }
    .large-block-grid-9 > li:nth-child(9n+6) {
      padding-left: 1.04167rem;
      padding-right: 0.625rem; }
    .large-block-grid-9 > li:nth-child(9n+7) {
      padding-left: 1.25rem;
      padding-right: 0.41667rem; }
    .large-block-grid-9 > li:nth-child(9n+8) {
      padding-left: 1.45833rem;
      padding-right: 0.20833rem; }
    .large-block-grid-9 > li:nth-child(9n) {
      padding-left: 1.66667rem;
      padding-right: 0rem; }

  .large-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .large-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
    .large-block-grid-10 > li:nth-child(10n+1) {
      padding-left: 0rem;
      padding-right: 1.6875rem; }
    .large-block-grid-10 > li:nth-child(10n+2) {
      padding-left: 0.1875rem;
      padding-right: 1.5rem; }
    .large-block-grid-10 > li:nth-child(10n+3) {
      padding-left: 0.375rem;
      padding-right: 1.3125rem; }
    .large-block-grid-10 > li:nth-child(10n+4) {
      padding-left: 0.5625rem;
      padding-right: 1.125rem; }
    .large-block-grid-10 > li:nth-child(10n+5) {
      padding-left: 0.75rem;
      padding-right: 0.9375rem; }
    .large-block-grid-10 > li:nth-child(10n+6) {
      padding-left: 0.9375rem;
      padding-right: 0.75rem; }
    .large-block-grid-10 > li:nth-child(10n+7) {
      padding-left: 1.125rem;
      padding-right: 0.5625rem; }
    .large-block-grid-10 > li:nth-child(10n+8) {
      padding-left: 1.3125rem;
      padding-right: 0.375rem; }
    .large-block-grid-10 > li:nth-child(10n+9) {
      padding-left: 1.5rem;
      padding-right: 0.1875rem; }
    .large-block-grid-10 > li:nth-child(10n) {
      padding-left: 1.6875rem;
      padding-right: 0rem; }

  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .large-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
    .large-block-grid-11 > li:nth-child(11n+1) {
      padding-left: 0.0rem;
      padding-right: 1.70455rem; }
    .large-block-grid-11 > li:nth-child(11n+2) {
      padding-left: 0.17045rem;
      padding-right: 1.53409rem; }
    .large-block-grid-11 > li:nth-child(11n+3) {
      padding-left: 0.34091rem;
      padding-right: 1.36364rem; }
    .large-block-grid-11 > li:nth-child(11n+4) {
      padding-left: 0.51136rem;
      padding-right: 1.19318rem; }
    .large-block-grid-11 > li:nth-child(11n+5) {
      padding-left: 0.68182rem;
      padding-right: 1.02273rem; }
    .large-block-grid-11 > li:nth-child(11n+6) {
      padding-left: 0.85227rem;
      padding-right: 0.85227rem; }
    .large-block-grid-11 > li:nth-child(11n+7) {
      padding-left: 1.02273rem;
      padding-right: 0.68182rem; }
    .large-block-grid-11 > li:nth-child(11n+8) {
      padding-left: 1.19318rem;
      padding-right: 0.51136rem; }
    .large-block-grid-11 > li:nth-child(11n+9) {
      padding-left: 1.36364rem;
      padding-right: 0.34091rem; }
    .large-block-grid-11 > li:nth-child(11n+10) {
      padding-left: 1.53409rem;
      padding-right: 0.17045rem; }
    .large-block-grid-11 > li:nth-child(11n) {
      padding-left: 1.70455rem;
      padding-right: 0.0rem; }

  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .large-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; }
    .large-block-grid-12 > li:nth-child(12n+1) {
      padding-left: 0rem;
      padding-right: 1.71875rem; }
    .large-block-grid-12 > li:nth-child(12n+2) {
      padding-left: 0.15625rem;
      padding-right: 1.5625rem; }
    .large-block-grid-12 > li:nth-child(12n+3) {
      padding-left: 0.3125rem;
      padding-right: 1.40625rem; }
    .large-block-grid-12 > li:nth-child(12n+4) {
      padding-left: 0.46875rem;
      padding-right: 1.25rem; }
    .large-block-grid-12 > li:nth-child(12n+5) {
      padding-left: 0.625rem;
      padding-right: 1.09375rem; }
    .large-block-grid-12 > li:nth-child(12n+6) {
      padding-left: 0.78125rem;
      padding-right: 0.9375rem; }
    .large-block-grid-12 > li:nth-child(12n+7) {
      padding-left: 0.9375rem;
      padding-right: 0.78125rem; }
    .large-block-grid-12 > li:nth-child(12n+8) {
      padding-left: 1.09375rem;
      padding-right: 0.625rem; }
    .large-block-grid-12 > li:nth-child(12n+9) {
      padding-left: 1.25rem;
      padding-right: 0.46875rem; }
    .large-block-grid-12 > li:nth-child(12n+10) {
      padding-left: 1.40625rem;
      padding-right: 0.3125rem; }
    .large-block-grid-12 > li:nth-child(12n+11) {
      padding-left: 1.5625rem;
      padding-right: 0.15625rem; }
    .large-block-grid-12 > li:nth-child(12n) {
      padding-left: 1.71875rem;
      padding-right: 0rem; } }
.flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video.widescreen {
    padding-bottom: 56.34%; }
  .flex-video.vimeo {
    padding-top: 0; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.keystroke,
kbd {
  background-color: #ededed;
  border-color: #dddddd;
  color: #222222;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: inherit;
  padding: 0.125rem 0.25rem 0;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }

  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }

  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table; }

  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }

  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }

  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }

  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }
/* medium displays */
@media only screen and (min-width: 50.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }
/* large displays */
@media only screen and (min-width: 64.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }
/* xlarge displays */
@media only screen and (min-width: 90.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }
/* xxlarge displays */
@media only screen and (min-width: 120.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }

  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table; }

  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }

  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }

  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }

  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }

  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table; }

  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }

  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }

  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }

  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-touch {
  display: table; }

.touch table.show-for-touch {
  display: table; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }
ul.tagit {
    padding: 1px 5px;
    overflow: auto;
    margin-left: inherit; /* usually we don't want the regular ul margins. */
    margin-right: inherit;
}
ul.tagit li {
    display: block;
    float: left;
    margin: 2px 5px 2px 0;
}
ul.tagit li.tagit-choice {    
    position: relative;
    line-height: inherit;
}

ul.tagit li.tagit-choice-read-only { 
    padding: .2em .5em .2em .5em; 
} 

ul.tagit li.tagit-choice-editable { 
    padding: .2em 18px .2em .5em; 
} 

ul.tagit li.tagit-new {
    padding: .25em 4px .25em 0;
}

ul.tagit li.tagit-choice a.tagit-label {
    cursor: pointer;
    text-decoration: none;
}
ul.tagit li.tagit-choice .tagit-close {
    cursor: pointer;
    position: absolute;
    right: .1em;
    top: 50%;
    margin-top: -8px;
    line-height: 17px;
}

/* used for some custom themes that don't need image icons */
ul.tagit li.tagit-choice .tagit-close .text-icon {
    display: none;
}

ul.tagit li.tagit-choice input {
    display: block;
    float: left;
    margin: 2px 5px 2px 0;
}
ul.tagit input[type="text"] {
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:         border-box;

    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;

    border: none;
    margin: 0;
    padding: 0;
    width: inherit;
    background-color: inherit;
    outline: none;
}
/* CSS Document */
/* line 4, ../../../app/assets/stylesheets/theme/login.css.scss */
body {
  margin: 0;
  padding: 0;
  background-color: #000;
  padding-top: 0px;
  background-image: url(//d2dzcont2j3csy.cloudfront.net/assets/theme/images/bg-7902fbcd5e48a27aef39c86d6082cb80.png);
}

/* line 5, ../../../app/assets/stylesheets/theme/login.css.scss */
#loginform {
  background-color: #fff;
  border-radius: 4px;
  max-width: 350px;
  box-shadow: 0 0 6px #666;
  margin: 0 auto;
  box-shadow: 0 0 2px #000;
  padding: 25px;
  overflow: hidden;
}

/* line 6, ../../../app/assets/stylesheets/theme/login.css.scss */
#nav a:link {
  font-size: 12px;
  color: #fff !important;
}

/* line 7, ../../../app/assets/stylesheets/theme/login.css.scss */
#nav a:hover {
  font-size: 12px;
  text-decoration: underline;
  color: #fff !important;
}
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

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


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

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

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

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

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

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

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

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

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

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

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

/* Text-level semantics
   ========================================================================== */

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

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

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

b,
strong {
  font-weight: bold;
}

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

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

img {
  border: 0;
}

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

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

/* Grouping content
   ========================================================================== */

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

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

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

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

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

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

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

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

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

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

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

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

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

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

/**
 * Remove default vertical scrollbar in IE 8/9.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

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

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
@font-face {
  font-family: 'Oxygen';
  src: url("//d2dzcont2j3csy.cloudfront.net/assets/oxygen-bold-webfont-c3e8780df740f03857718956ad57e48a.eot");
  src: local("Oxygen"), url("//d2dzcont2j3csy.cloudfront.net/assets/oxygen-bold-webfont.eot?#iefix") format("embedded-opentype"), url("//d2dzcont2j3csy.cloudfront.net/assets/oxygen-bold-webfont-c24936ae73456c12a916060201a03d94.woff") format("woff"), url("//d2dzcont2j3csy.cloudfront.net/assets/oxygen-bold-webfont-fb2fbd2595e73cf0e4f7bafee2ec9ee3.ttf") format("truetype"), url("//d2dzcont2j3csy.cloudfront.net/assets/oxygen-bold-webfont.svg#oxygenbold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Oxygen';
  src: url("//d2dzcont2j3csy.cloudfront.net/assets/oxygen-regular-webfont-110a60a53a45fa4a9551be02be7955dd.eot");
  src: local("Oxygen"), url("//d2dzcont2j3csy.cloudfront.net/assets/oxygen-regular-webfont.eot?#iefix") format("embedded-opentype"), url("//d2dzcont2j3csy.cloudfront.net/assets/oxygen-regular-webfont-7135ec375c2ef6a4065bbe742758e7f0.woff") format("woff"), url("//d2dzcont2j3csy.cloudfront.net/assets/oxygen-regular-webfont-e4d77aece0949460db07a7791ef5de9b.ttf") format("truetype"), url("//d2dzcont2j3csy.cloudfront.net/assets/oxygen-regular-webfont.svg#oxygenregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*
@font-face{
	font-family: 'FontAwesome';
    src: url(asset-path('fontawesome-webfont.eot', font));
    src: local('FontAwesome'), url(asset-path('fontawesome-webfont.eot?#iefix', font)) format('embedded-opentype'), url(asset-path('fontawesome-webfont.woff', font)) format('woff'), url(asset-path('fontawesome-webfont.ttf', font)) format('truetype'), url(asset-path('fontawesome-webfont.svg#fontawesomeregular', font)) format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
/* ------------------------------------------ */
/* CSS STYLE -------------------------------- */
/* ------------------------------------------ */
/* -------------- GLOBAL ------------ */
/* line 29, ../../../app/assets/stylesheets/theme/style.css.scss */
body {
  background: none repeat scroll 0 0 #F7F7F7;
  text-shadow: 0 1px 1px #FFFFFF;
  font-family: Lato;
}

/* line 35, ../../../app/assets/stylesheets/theme/style.css.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: Open Sans Condensed;
  text-shadow: 0 1px 1px #FFFFFF;
}

/* line 39, ../../../app/assets/stylesheets/theme/style.css.scss */
h1 {
  text-shadow: 0 1px 1px #5c5c5c;
}

/* line 43, ../../../app/assets/stylesheets/theme/style.css.scss */
h3 {
  font-size: 35px;
}

/* line 47, ../../../app/assets/stylesheets/theme/style.css.scss */
h3, .panel h3 {
  color: #575655;
}

/* line 50, ../../../app/assets/stylesheets/theme/style.css.scss */
.panel h3 {
  font-size: 1.8rem;
}

/* line 54, ../../../app/assets/stylesheets/theme/style.css.scss */
.subheader {
  font-weight: 400;
}

/* line 58, ../../../app/assets/stylesheets/theme/style.css.scss */
h4 {
  font-size: 25px;
}

/* line 62, ../../../app/assets/stylesheets/theme/style.css.scss */
h4, .panel h4 {
  color: #575655;
}

/* line 66, ../../../app/assets/stylesheets/theme/style.css.scss */
h2, .panel h2 {
  color: #0D75FF;
  /* #009DC6; */
  text-shadow: 0 1px 1px #5c5c5c;
  /* #FFFFFF ;*/
  text-transform: uppercase;
  margin-bottom: 5px;
}

/* line 73, ../../../app/assets/stylesheets/theme/style.css.scss */
.red {
  color: #CC0000 !important;
}

/* line 77, ../../../app/assets/stylesheets/theme/style.css.scss */
a.red:hover {
  color: #FF3333 !important;
}

/* line 81, ../../../app/assets/stylesheets/theme/style.css.scss */
.orange {
  color: #FF6600 !important;
}

/* line 85, ../../../app/assets/stylesheets/theme/style.css.scss */
.panel h3, .panel h4 {
  margin-bottom: 0.65rem;
}

/* line 89, ../../../app/assets/stylesheets/theme/style.css.scss */
img.al_left {
  margin: 10px 10px 10px 0;
}

/* line 93, ../../../app/assets/stylesheets/theme/style.css.scss */
img.al_left.avatar {
  margin: 0 10px 10px 0;
}

/* line 97, ../../../app/assets/stylesheets/theme/style.css.scss */
img.al_right {
  margin: 10px 0 10px 10px;
}

/* line 101, ../../../app/assets/stylesheets/theme/style.css.scss */
a, a:visited {
  color: #0D75FF;
  transition: color 300ms ease-out 0s;
}

/* line 106, ../../../app/assets/stylesheets/theme/style.css.scss */
a:hover {
  color: #00ABD7;
  transition: color 300ms ease-out 0s;
}

/* line 111, ../../../app/assets/stylesheets/theme/style.css.scss */
.columns.p-left {
  padding-left: 0;
}

/* line 115, ../../../app/assets/stylesheets/theme/style.css.scss */
.columns.p-right {
  padding-right: 0;
}

/* line 119, ../../../app/assets/stylesheets/theme/style.css.scss */
.sidebar {
  margin-bottom: 20px;
}

/* line 123, ../../../app/assets/stylesheets/theme/style.css.scss */
.panel {
  background: none repeat scroll 0 0 #FFFFFF;
}

/* line 127, ../../../app/assets/stylesheets/theme/style.css.scss */
.panel.panel_grey {
  background: none repeat scroll 0 0 #EEEEEE;
}

/* line 131, ../../../app/assets/stylesheets/theme/style.css.scss */
.content {
  background: none repeat scroll 0 0 #F7F7F7;
  padding: 0 20px;
}

/* line 136, ../../../app/assets/stylesheets/theme/style.css.scss */
.areamembri {
  background: none repeat scroll 0 0 #EEEEEE;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 20px;
}

/* line 145, ../../../app/assets/stylesheets/theme/style.css.scss */
.radius, .panel.radius {
  border-radius: 6px;
}

/* line 149, ../../../app/assets/stylesheets/theme/style.css.scss */
.alert-box {
  /*margin: 30px 0 0;   */
}

/* line 153, ../../../app/assets/stylesheets/theme/style.css.scss */
div.alert, p.alert {
  background: none repeat scroll 0 0 #ECC1C6 !important;
  color: #222222 !important;
}

/* line 158, ../../../app/assets/stylesheets/theme/style.css.scss */
div.warning, p.warning {
  background: none repeat scroll 0 0 #fbedae !important;
  border: 1px solid #fed000;
  color: #222222;
}

/* line 164, ../../../app/assets/stylesheets/theme/style.css.scss */
div.info, p.info {
  background: none repeat scroll 0 0 #cdf0f8 !important;
  color: #222222;
}

/* line 169, ../../../app/assets/stylesheets/theme/style.css.scss */
div.success, p.success {
  background: none repeat scroll 0 0 #c4f5c5 !important;
  color: #222222 !important;
}

/* line 174, ../../../app/assets/stylesheets/theme/style.css.scss */
.margin_left {
  margin-left: 20px;
}

/* line 178, ../../../app/assets/stylesheets/theme/style.css.scss */
.infobox {
  /*background: none repeat scroll 0 0 #FFFFFF; */
  border: none;
  min-height: inherit;
  padding: 10px 0;
  display: inline-block;
}

/* line 186, ../../../app/assets/stylesheets/theme/style.css.scss */
.inline {
  display: inline;
}

/* line 190, ../../../app/assets/stylesheets/theme/style.css.scss */
table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td {
  vertical-align: top;
  font-size: 11px;
}

/* line 195, ../../../app/assets/stylesheets/theme/style.css.scss */
.tb_search input[type="text"] {
  width: 70%;
  display: inline-block;
}

/* line 200, ../../../app/assets/stylesheets/theme/style.css.scss */
.tb_search input.button.tiny {
  padding-bottom: 0.53em;
  padding-top: 0.8em;
}

/* line 205, ../../../app/assets/stylesheets/theme/style.css.scss */
.tb_search h4 {
  margin-bottom: 8px;
}

/* line 209, ../../../app/assets/stylesheets/theme/style.css.scss */
label.label_nav {
  background: none repeat scroll 0 0 #DDDDDD;
  border: 1px solid #CCCCCC;
  float: left;
  height: 25px;
  margin-right: 5px;
  padding: 4px 8px;
}

/* -------------- MAX-WIDTH ROW ------------ */
/* line 219, ../../../app/assets/stylesheets/theme/style.css.scss */
.row, .contain-to-grid .top-bar {
  max-width: 1110px;
}

/* -------------- HEADER AND NAV ------------ */
/* line 226, ../../../app/assets/stylesheets/theme/style.css.scss */
.logo_area {
  background: url(//d2dzcont2j3csy.cloudfront.net/assets/theme/images/linea-d47614d31dc63f48ebfc3cc69ee666f6.png) repeat scroll 0 0 #F3F3F3;
  border-top: 2px solid #888888;
  border-bottom: 1px solid #999999;
  padding: 20px 0 0;
}

/* NAVIGATION */
/* line 235, ../../../app/assets/stylesheets/theme/style.css.scss */
.nav {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e5e5e5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
  /* IE6-9 */
  border-bottom: 6px solid #CCCCCC;
  text-transform: uppercase;
  font-family: Open Sans Condensed;
}

/* line 249, ../../../app/assets/stylesheets/theme/style.css.scss */
.nav .columns {
  padding: 0;
}

/* line 256, ../../../app/assets/stylesheets/theme/style.css.scss */
.top-bar-section .has-dropdown > a {
  padding-right: 30px !important;
}

/* line 260, ../../../app/assets/stylesheets/theme/style.css.scss */
.top-bar, .top-bar-section ul {
  background: none repeat scroll 0 0 transparent !important;
  margin-bottom: 0px;
}

/* line 265, ../../../app/assets/stylesheets/theme/style.css.scss */
.top-bar-section ul li.active > a {
  background: none repeat scroll 0 0 #EEEEEE;
  box-shadow: 0 2px 3px #BBBBBB inset;
  color: #009DC6;
}

/* line 271, ../../../app/assets/stylesheets/theme/style.css.scss */
.top-bar-section li a:not(.button) {
  background: none repeat scroll 0 0 transparent;
  color: #444444;
  text-shadow: 0 1px 0 #FFFFFF;
}

/* line 277, ../../../app/assets/stylesheets/theme/style.css.scss */
.top-bar-section li a:hover:not(.button) {
  background: none repeat scroll 0 0 transparent;
  color: #009DC6;
}

/* line 282, ../../../app/assets/stylesheets/theme/style.css.scss */
.top-bar-section .dropdown {
  border-top: 6px solid #00ABD7;
}

/* line 286, ../../../app/assets/stylesheets/theme/style.css.scss */
.top-bar-section .dropdown li {
  background: none repeat scroll 0 0 #FFFFFF;
  border-bottom: 1px solid #00ABD7;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}

/* line 293, ../../../app/assets/stylesheets/theme/style.css.scss */
.top-bar-section ul li > a {
  font-size: 13.5px;
}

/* line 297, ../../../app/assets/stylesheets/theme/style.css.scss */
.top-bar-section .dropdown li a {
  font-size: 14px;
  font-weight: 600;
  line-height: 2.4em;
}

/* line 303, ../../../app/assets/stylesheets/theme/style.css.scss */
.top-bar-section .has-dropdown > a:after {
  border-color: rgba(0, 0, 0, 0.25) transparent transparent;
}

/* line 307, ../../../app/assets/stylesheets/theme/style.css.scss */
.top-bar .toggle-topbar.menu-icon a {
  color: #009DC6;
}

/* line 311, ../../../app/assets/stylesheets/theme/style.css.scss */
.top-bar.expanded .title-area {
  background: none repeat scroll 0 0 transparent;
}

/* line 315, ../../../app/assets/stylesheets/theme/style.css.scss */
.top-bar.expanded section ul li {
  border-bottom: 1px solid #DDD;
}

/* line 319, ../../../app/assets/stylesheets/theme/style.css.scss */
.top-bar .toggle-topbar.menu-icon a span {
  box-shadow: 0 10px 0 1px #009DC6, 0 16px 0 1px #009DC6, 0 22px 0 1px #009DC6;
}

/* line 323, ../../../app/assets/stylesheets/theme/style.css.scss */
.top-bar-section .dropdown li.title h5 a {
  color: #222222;
}

/* LOGIN PANEL */
/* line 328, ../../../app/assets/stylesheets/theme/style.css.scss */
.panel.login {
  background: none repeat scroll 0 0 #009DC6;
  margin: 13px 0;
  padding: 1.25em;
}

/* line 335, ../../../app/assets/stylesheets/theme/style.css.scss */
.info_user_logged {
  position: relative;
  padding: 1.25em;
}

/* line 341, ../../../app/assets/stylesheets/theme/style.css.scss */
.view-mode-user-logged {
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
  background: #E5E5E5 repeat scroll 0 0 transparent;
  background-image: linear-gradient(to bottom, white 0%, #E5E5E5 100%);
  background-image: -moz-linear-gradient(bottom, white 0%, #E5E5E5 100%);
  background-image: -webkit-linear-gradient(bottom, white 0%, #E5E5E5 100%);
  background-image: -o-linear-gradient(bottom, white 0%, #E5E5E5 100%);
}

/* line 353, ../../../app/assets/stylesheets/theme/style.css.scss */
.link_logout.logout-icon a {
  position: absolute;
  right: 0;
  overflow: hidden;
  background: #E5E5E5 repeat scroll 0 0 transparent;
  background-image: linear-gradient(to bottom, white 0%, #E5E5E5 100%);
  background-image: -moz-linear-gradient(bottom, white 0%, #E5E5E5 100%);
  background-image: -webkit-linear-gradient(bottom, white 0%, #E5E5E5 100%);
  background-image: -o-linear-gradient(bottom, white 0%, #E5E5E5 100%);
}

/* line 365, ../../../app/assets/stylesheets/theme/style.css.scss */
.link_logout a, .link_logout a:visited, .link_logout a:link {
  color: #444;
}

/* line 368, ../../../app/assets/stylesheets/theme/style.css.scss */
.view-mode-user-logged a, .view-mode-user-logged a:visited, .view-mode-user-logged a:link {
  color: #444;
}

/* line 375, ../../../app/assets/stylesheets/theme/style.css.scss */
.box_user_logged_selected {
  border-bottom: 4px solid #009DC6;
}

/* line 385, ../../../app/assets/stylesheets/theme/style.css.scss */
.view_data {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  color: #0000FF;
  float: left;
  font-size: 0.7em;
  text-align: left;
  text-decoration: underline;
}

/* line 395, ../../../app/assets/stylesheets/theme/style.css.scss */
.form_user_data {
  width: 80% !important;
  text-align: center;
  padding-left: 12%;
}

/* line 403, ../../../app/assets/stylesheets/theme/style.css.scss */
input[type="password"].input_password {
  float: left;
  height: auto;
  margin-right: 5px;
  margin-left: 5px;
  padding: 0 5px;
  width: 100px;
}

/* line 418, ../../../app/assets/stylesheets/theme/style.css.scss */
.box_user_icons {
  display: inline-block;
  padding: 6px 0;
  text-align: center;
  width: 31px;
}

/* line 426, ../../../app/assets/stylesheets/theme/style.css.scss */
.box_power_off {
  color: #A30000;
  text-shadow: none;
  background: #E5E5E5 repeat scroll 0 0 transparent;
  background-image: linear-gradient(to bottom, white 0%, #E5E5E5 100%);
  background-image: -moz-linear-gradient(bottom, white 0%, #E5E5E5 100%);
  background-image: -webkit-linear-gradient(bottom, white 0%, #E5E5E5 100%);
  background-image: -o-linear-gradient(bottom, white 0%, #E5E5E5 100%);
  width: 31px;
  text-align: center;
  margin-top: 1px;
  padding: 6px 0 6px 0;
  height: 30px;
  box-sizing: border-box;
}

/* line 445, ../../../app/assets/stylesheets/theme/style.css.scss */
.panel.login .user_top_info {
  color: #FFFFFF;
  font-size: 20px;
  text-transform: capitalize;
  font-family: Open Sans Condensed;
  text-shadow: 0 1px 1px #444444;
  text-align: right;
  cursor: pointer;
}

/* line 455, ../../../app/assets/stylesheets/theme/style.css.scss */
.panel.login .user_top_info_business {
  font-size: 0.7em;
  margin: 0;
  padding: 0;
  margin-right: 68px;
  clear: none;
  float: right;
  font-family: Lato;
  min-width: 150px;
  font-weight: normal;
  text-shadow: none;
}

/* line 471, ../../../app/assets/stylesheets/theme/style.css.scss */
.login img, .avatar {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #009DC6;
  vertical-align: top;
  padding: 3px;
}

/* -------------- CONTENT  ------------ */
/* line 479, ../../../app/assets/stylesheets/theme/style.css.scss */
.content .list .label_table {
  background: none repeat scroll 0 0 #009DC6;
  border-color: #009DC6;
  color: #FFFFFF;
  text-shadow: 0 1px 1px #444444;
  border-image: none;
  border-style: solid;
  border-width: 1px 1px 0px 1px;
  padding: 5px 10px;
  display: block;
  width: auto;
}

/* line 492, ../../../app/assets/stylesheets/theme/style.css.scss */
.content .list .label_table.green {
  background: none repeat scroll 0 0 #009922;
  border-color: #009922;
}

/* line 497, ../../../app/assets/stylesheets/theme/style.css.scss */
.value.big {
  font-size: 2em;
}

/* line 501, ../../../app/assets/stylesheets/theme/style.css.scss */
.content .description .description_text {
  background: none repeat scroll 0 0 #F7F7F7;
  border-color: #CCCCCC;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  padding: 10px;
  display: block;
  width: auto;
  min-height: 194px;
}

/* line 513, ../../../app/assets/stylesheets/theme/style.css.scss */
.content .list .value {
  background: none repeat scroll 0 0 #EEEEEE;
  border-color: #EEEEEE;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  padding: 5px 10px;
  display: block;
  width: auto;
}

/* line 524, ../../../app/assets/stylesheets/theme/style.css.scss */
.content .list p, .content .description .list p {
  margin: 15px 0;
}

/* line 528, ../../../app/assets/stylesheets/theme/style.css.scss */
.content .description .description_text {
  margin: 15px 0;
}

/* line 532, ../../../app/assets/stylesheets/theme/style.css.scss */
.box-sx, .box-dx, .box-center {
  margin-top: 30px;
}

/* line 536, ../../../app/assets/stylesheets/theme/style.css.scss */
.box-center.mtop {
  margin-top: 0;
}

/* line 540, ../../../app/assets/stylesheets/theme/style.css.scss */
.box-sx p, .box-dx p, .box-center p {
  margin-bottom: 3px;
}

/* line 544, ../../../app/assets/stylesheets/theme/style.css.scss */
.business {
  padding: 0 !important;
}

/* line 548, ../../../app/assets/stylesheets/theme/style.css.scss */
.business h3 {
  line-height: 0.75em;
  font-weight: 700;
  color: #575655;
  text-transform: capitalize;
  font-size: 35px;
}

/* line 556, ../../../app/assets/stylesheets/theme/style.css.scss */
.business img, h3 img {
  vertical-align: bottom;
}

/* line 560, ../../../app/assets/stylesheets/theme/style.css.scss */
.business-info a {
  float: left;
  height: 140px;
  margin: 20px 5px 10px 0;
  color: #009DC6;
  transition: background-color 300ms ease-out 0s;
}

/* line 568, ../../../app/assets/stylesheets/theme/style.css.scss */
.business-info a:hover {
  color: #00ABD7;
  transition: background-color 300ms ease-out 0s;
}

/* line 573, ../../../app/assets/stylesheets/theme/style.css.scss */
.business-info a:hover .vcard {
  background: none repeat scroll 0 0 #00ABD7;
  box-shadow: 0 0 3px #CCCCCC;
  transition: background-color 300ms ease-out 0s;
}

/* line 579, ../../../app/assets/stylesheets/theme/style.css.scss */
.business-info a:hover .vcard [class*="fa-"], .business-info a:hover .vcard strong {
  color: #FFFFFF;
  text-shadow: 0 1px 0 #222222;
  transition: background-color 300ms ease-out 0s;
}

/* line 585, ../../../app/assets/stylesheets/theme/style.css.scss */
.business-info a:hover .vcard .val {
  background: none repeat scroll 0 0 #FFFFFF;
  text-shadow: 0 1px 0 #CCCCCC;
  transition: 300ms ease-out 0s;
  color: #009DC6;
  border: 1px solid #009DC6;
}

/* line 593, ../../../app/assets/stylesheets/theme/style.css.scss */
.business-info .vcard {
  background: none repeat scroll 0 0 #FFFFFF;
  font-size: 15px;
  font-weight: 700;
  /*line-height: 3em;*/
  height: 140px;
  padding: 10px;
  width: 153.5px;
  transition: background-color 300ms ease-out 0s;
  position: relative;
  margin: 0;
}

/* line 606, ../../../app/assets/stylesheets/theme/style.css.scss */
.vcard [class*="fa-"] {
  display: inline-block;
  text-shadow: 0 1px 1px #CCCCCC;
  float: left;
  margin-top: 10px;
  width: 100%;
  font-size: 50px;
  padding: 0;
}

/* line 616, ../../../app/assets/stylesheets/theme/style.css.scss */
.business-info a .vcard strong {
  text-shadow: 0 1px 1px #CCCCCC;
  width: 100%;
  float: left;
  text-align: center;
  display: inline-block;
  transition: color 300ms ease-out 0s;
  line-height: 1.3em;
  font-size: 0.85em;
}

/* line 627, ../../../app/assets/stylesheets/theme/style.css.scss */
.business-info .vcard .val {
  background: none repeat scroll 0 0 #009DC6;
  border: 1px solid #DDDDDD;
  text-shadow: 0 1px 1px #444444;
  color: #FFFFFF;
  padding: 8px;
  position: absolute;
  left: 11px;
  top: -15px;
  transition: 300ms ease-out 0s;
}

/* -------------- FORM AND TABLE ------------ */
/* line 641, ../../../app/assets/stylesheets/theme/style.css.scss */
table {
  width: 100%;
}

/* line 645, ../../../app/assets/stylesheets/theme/style.css.scss */
input[type="submit"].top {
  margin-top: 10px;
}

/* line 649, ../../../app/assets/stylesheets/theme/style.css.scss */
form.custom .row {
  margin-top: 5px;
}

/* line 653, ../../../app/assets/stylesheets/theme/style.css.scss */
.add {
  margin-left: 10px;
  margin-top: 5px;
  cursor: pointer;
  color: #009DC6;
}

/* line 660, ../../../app/assets/stylesheets/theme/style.css.scss */
.add:hover {
  color: #00ABD7;
}

/* line 664, ../../../app/assets/stylesheets/theme/style.css.scss */
textarea {
  min-height: 150px;
}

/* line 668, ../../../app/assets/stylesheets/theme/style.css.scss */
.dataTables_scrollBody {
  height: 250px;
  overflow: auto;
  width: 100%;
}

/* line 674, ../../../app/assets/stylesheets/theme/style.css.scss */
.label_radio, .label_check {
  margin-bottom: 20px;
}

/* line 678, ../../../app/assets/stylesheets/theme/style.css.scss */
input[type="file"] {
  border: 1px solid #cccccc;
  font-size: 18px;
  margin: 0 0 1em 0;
  height: 28px;
  width: 100%;
}

/* line 686, ../../../app/assets/stylesheets/theme/style.css.scss */
.inline_txt_input {
  margin: 7px 0 0 5px;
}

/* line 690, ../../../app/assets/stylesheets/theme/style.css.scss */
.inline_checkbox {
  margin: 22px 0 0 0;
}

/* line 694, ../../../app/assets/stylesheets/theme/style.css.scss */
.added_otos li {
  list-style: none outside none;
}

/* line 698, ../../../app/assets/stylesheets/theme/style.css.scss */
.small_font {
  font-size: 12px;
}

/* line 701, ../../../app/assets/stylesheets/theme/style.css.scss */
tr:hover, table tr.even:hover, table tr:nth-of-type(2n):hover {
  background: none repeat scroll 0 0 #F0F8FB;
}

/* line 704, ../../../app/assets/stylesheets/theme/style.css.scss */
form.custom .custom.dropdown .disabled {
  background: none repeat scroll 0 0 #EEEEEE;
}

/* line 705, ../../../app/assets/stylesheets/theme/style.css.scss */
form.custom .custom.dropdown .disabled:hover {
  background: none repeat scroll 0 0 #EEEEEE;
}

/* line 707, ../../../app/assets/stylesheets/theme/style.css.scss */
td.input {
  vertical-align: bottom;
}

/* -------------- FOOTER  ------------ */
/* line 712, ../../../app/assets/stylesheets/theme/style.css.scss */
.footer {
  background: none repeat scroll 0 0 #F9F9F9;
  padding: 20px 0;
}

/* line 717, ../../../app/assets/stylesheets/theme/style.css.scss */
#user-form-wrapper {
  clear: both;
  overflow: hidden;
}

/* DATATABLE STYLES */
/* line 724, ../../../app/assets/stylesheets/theme/style.css.scss */
table.dataTable, table.tabledata {
  margin-bottom: 0;
}

/* line 728, ../../../app/assets/stylesheets/theme/style.css.scss */
.dataTables_scrollBody {
  height: auto;
}

/* line 732, ../../../app/assets/stylesheets/theme/style.css.scss */
.dataTables_scrollHead {
  clear: both;
}

/* line 736, ../../../app/assets/stylesheets/theme/style.css.scss */
a.fb_share {
  -moz-user-select: none;
  background-image: linear-gradient(bottom, #FFFFFF 100%, #DEDEDE 0%);
  background-image: -o-linear-gradient(bottom, #FFFFFF 100%, #DEDEDE 0%);
  background-image: -moz-linear-gradient(bottom, #FFFFFF 100%, #DEDEDE 0%);
  background-image: -webkit-linear-gradient(bottom, #FFFFFF 100%, #DEDEDE 0%);
  background-image: -ms-linear-gradient(bottom, #FFFFFF 100%, #DEDEDE 0%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1, #FFFFFF), color-stop(0, #DEDEDE));
  border: 1px solid #CCCCCC;
  border-radius: 3px 3px 3px 3px;
  color: #333333;
  cursor: pointer;
  font-weight: bold;
  width: auto;
  overflow: hidden;
  position: relative;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  padding: 7px 14px 5px 9px;
  white-space: nowrap;
  display: inline-block;
  font-size: 0.85em;
  font-family: 'Helvetica Neue';
  color: #333;
  font-size: 13px;
}

/* line 768, ../../../app/assets/stylesheets/theme/style.css.scss */
a.fb_share span.fb_text {
  float: left;
}

/* line 771, ../../../app/assets/stylesheets/theme/style.css.scss */
a.fb_share span.fb_icon {
  background: url(//d2dzcont2j3csy.cloudfront.net/assets/theme/images/facebook-53a9743b1e8e75c49e3fc7073434d158.gif) no-repeat center left;
  display: block;
  width: 16px;
  height: 16px;
  float: left;
  margin-right: 10px;
  margin-top: -2px;
}

/* line 781, ../../../app/assets/stylesheets/theme/style.css.scss */
.button.promo-link {
  width: 100%;
}

/* NEW 2013-06-11 */
/* line 787, ../../../app/assets/stylesheets/theme/style.css.scss */
.logo_image {
  max-width: 740px;
  max-height: 84px;
}

/* line 792, ../../../app/assets/stylesheets/theme/style.css.scss */
.logo_welcome {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding-top: 50%;
}

/* line 801, ../../../app/assets/stylesheets/theme/style.css.scss */
.td-centered {
  text-align: center;
}

/* line 804, ../../../app/assets/stylesheets/theme/style.css.scss */
h2.centered {
  text-align: center;
}

/* line 807, ../../../app/assets/stylesheets/theme/style.css.scss */
.comm_cancelled td {
  background: #f5cbcb;
}

/* line 811, ../../../app/assets/stylesheets/theme/style.css.scss */
.comm_cancelled td:not(.no_stroke) {
  text-decoration: line-through;
}

/* line 816, ../../../app/assets/stylesheets/theme/style.css.scss */
.comm_effective td {
  background: #b2f1a1;
}

/* line 820, ../../../app/assets/stylesheets/theme/style.css.scss */
a.no_link, a.no_link * {
  cursor: default !important;
}

/* line 824, ../../../app/assets/stylesheets/theme/style.css.scss */
.has-tip, .has-tip:hover, .has-tip:active, .has-tip:link, .has-tip:visited {
  border: none;
  color: inherit;
}

/* line 829, ../../../app/assets/stylesheets/theme/style.css.scss */
.tooltip {
  margin-top: -12px;
  font-weight: normal;
  text-shadow: none;
  /*width: 300px !important;*/
}

/* line 836, ../../../app/assets/stylesheets/theme/style.css.scss */
.ui-datepicker-trigger {
  margin: 7px 0 0 5px;
  float: left;
}

/* line 841, ../../../app/assets/stylesheets/theme/style.css.scss */
.space {
  padding-bottom: 2%;
}

/* line 845, ../../../app/assets/stylesheets/theme/style.css.scss */
.dataTables_wrapper .dataTables_paginate {
  float: right;
  margin-top: 10px;
}

/* line 850, ../../../app/assets/stylesheets/theme/style.css.scss */
.dataTables_wrapper .dataTables_info {
  float: left;
  margin-top: 10px;
  font-size: 0.8em;
}

/* line 856, ../../../app/assets/stylesheets/theme/style.css.scss */
.dataTables_wrapper .dataTables_paginate a {
  border: 1px solid #ccc;
  padding: 3px 7px;
  background: #fff;
  cursor: pointer;
  font-size: 0.8em;
  margin-left: 10px;
}

/* line 865, ../../../app/assets/stylesheets/theme/style.css.scss */
.dataTables_wrapper .dataTables_paginate a.paginate_disabled_previous, .dataTables_wrapper .dataTables_paginate a.paginate_disabled_next {
  background: #fff;
  color: #ddd;
  border: 1px solid #ddd;
}

/* line 871, ../../../app/assets/stylesheets/theme/style.css.scss */
.links_invoice {
  margin-top: 10px;
  margin-left: 10px;
}

/* line 876, ../../../app/assets/stylesheets/theme/style.css.scss */
.radio_paypal {
  margin-top: 30px;
}

/* line 882, ../../../app/assets/stylesheets/theme/style.css.scss */
.events_actions {
  position: relative;
  width: 20%;
  left: 30%;
  margin: 4%;
}

/* line 889, ../../../app/assets/stylesheets/theme/style.css.scss */
form .row.filters_div_row {
  margin-top: 5px;
  clear: both;
}

/* line 894, ../../../app/assets/stylesheets/theme/style.css.scss */
#row_filters_place {
  padding: 0 20px;
  margin-bottom: 20px;
}

/* line 899, ../../../app/assets/stylesheets/theme/style.css.scss */
#filters_out h1 {
  margin-bottom: 0;
}

/* line 903, ../../../app/assets/stylesheets/theme/style.css.scss */
.delete_filter {
  cursor: pointer;
  padding-top: 5px !important;
  position: relative;
  left: 10px;
}

/* line 910, ../../../app/assets/stylesheets/theme/style.css.scss */
.tabledata2 {
  margin-bottom: 0;
  height: auto;
  clear: both;
}

/* line 916, ../../../app/assets/stylesheets/theme/style.css.scss */
ul.tagit {
  line-height: 1.2em;
  font-size: 0.8em;
}

/* line 920, ../../../app/assets/stylesheets/theme/style.css.scss */
ul.tagit li.tagit-new {
  padding: 0em 4px 0em 0;
}

/* line 924, ../../../app/assets/stylesheets/theme/style.css.scss */
.tag-label {
  border-style: solid;
  border-width: 1px;
  border-color: #C6C6C6;
  background: inherit;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  border: 1px solid #CAD8F3;
  background: none;
  background-color: #DEE7F8;
  font-weight: normal;
  display: inline;
  font-family: arial, sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-size: 1em;
  padding: 2px 10px;
  margin-right: 4px;
}

/* line 949, ../../../app/assets/stylesheets/theme/style.css.scss */
.tag-label:hover {
  background-color: #bbcef1;
  border-color: #6d95e0;
  color: #222;
}

/* line 955, ../../../app/assets/stylesheets/theme/style.css.scss */
.subtype_action_box {
  padding-left: 15px;
}

/* line 959, ../../../app/assets/stylesheets/theme/style.css.scss */
.check_rol {
  padding-left: 10px;
}

/* line 963, ../../../app/assets/stylesheets/theme/style.css.scss */
.custom_field_option {
  padding-top: 5px;
  padding-left: 10px;
}

/* line 968, ../../../app/assets/stylesheets/theme/style.css.scss */
.checkbox_action {
  padding-top: 5px;
  padding-botton: 5px;
}

/* line 973, ../../../app/assets/stylesheets/theme/style.css.scss */
.select_actions {
  width: 100% !important;
}

/* line 977, ../../../app/assets/stylesheets/theme/style.css.scss */
.vat_amount, .vat_percent, .total_amount, .total_invoice {
  text-align: right;
}

/* line 981, ../../../app/assets/stylesheets/theme/style.css.scss */
.sortable_handler {
  cursor: pointer;
}

/* line 985, ../../../app/assets/stylesheets/theme/style.css.scss */
ul.sortable {
  list-style: none;
}

/* line 990, ../../../app/assets/stylesheets/theme/style.css.scss */
.width_section {
  position: relative;
  width: 800px;
}

/* line 995, ../../../app/assets/stylesheets/theme/style.css.scss */
.width_section_registration {
  position: relative;
  width: 800px;
}

/* line 1000, ../../../app/assets/stylesheets/theme/style.css.scss */
.ancho {
  width: 800px;
}

/* line 1004, ../../../app/assets/stylesheets/theme/style.css.scss */
.nofilter .dataTables_filter {
  display: none;
}

/* line 1008, ../../../app/assets/stylesheets/theme/style.css.scss */
.noinfo .dataTables_info {
  display: none;
}

/* line 1012, ../../../app/assets/stylesheets/theme/style.css.scss */
.postfix.button {
  border-radius: 0;
}

/* Menu top: Business cell */
/* line 1017, ../../../app/assets/stylesheets/theme/style.css.scss */
.view-admin .top-bar-section > ul.left > li:first-child {
  background: #009dc6;
}

/* line 1021, ../../../app/assets/stylesheets/theme/style.css.scss */
.view-admin .top-bar-section > ul.left > li:first-child > a {
  color: #fff;
  text-shadow: 0 1px 0 #222;
}

/* line 1026, ../../../app/assets/stylesheets/theme/style.css.scss */
.view-admin .top-bar-section > ul.left > li:first-child > a:hover {
  color: #fff;
  text-shadow: 0 1px 0 #222;
}

/* line 1031, ../../../app/assets/stylesheets/theme/style.css.scss */
.view-admin .top-bar-section > ul.left li:first-child > a:after {
  border-color: white transparent transparent;
}

/* END Menu top: Business cell */
/* line 1037, ../../../app/assets/stylesheets/theme/style.css.scss */
ul.dropdown li.detailed_li {
  height: 105px;
  width: 350px;
  height: auto;
}

/* line 1043, ../../../app/assets/stylesheets/theme/style.css.scss */
.top-bar-section .dropdown li.detailed_li a {
  white-space: normal;
  overflow: auto;
  height: auto;
}

/* line 1049, ../../../app/assets/stylesheets/theme/style.css.scss */
ul.dropdown li.detailed_li .content_wrapper {
  float: left;
  width: 240px;
}

/* line 1054, ../../../app/assets/stylesheets/theme/style.css.scss */
ul.dropdown li.detailed_li .base_content {
  font-size: 1.4em;
}

/* line 1058, ../../../app/assets/stylesheets/theme/style.css.scss */
ul.dropdown li.detailed_li .detailed_content {
  font-size: 1em;
  text-transform: none;
  font-weight: normal;
  line-height: 1.8em;
}

/* line 1065, ../../../app/assets/stylesheets/theme/style.css.scss */
.vmiddle {
  vertical-align: middle !important;
}

/* line 1069, ../../../app/assets/stylesheets/theme/style.css.scss */
.select_menu_icon {
  color: #009DC6;
  float: left;
  position: relative;
  top: 50%;
}

/* line 1076, ../../../app/assets/stylesheets/theme/style.css.scss */
form.custom .user_top_info_business .custom.dropdown {
  border: none;
  background: transparent;
}

/* line 1081, ../../../app/assets/stylesheets/theme/style.css.scss */
form.custom .user_top_info_business .custom.dropdown > a {
  color: #fff;
  font-size: 1.1em;
  font-family: "Open Sans Condensed";
  text-shadow: 0 1px 1px #444444;
  cursor: pointer;
}

/* line 1089, ../../../app/assets/stylesheets/theme/style.css.scss */
form.custom .user_top_info_business .custom.dropdown .selector:after {
  border-color: #fff transparent transparent transparent;
}

/* line 1093, ../../../app/assets/stylesheets/theme/style.css.scss */
.row .padded {
  padding: 0 0.5em;
}

/* line 1097, ../../../app/assets/stylesheets/theme/style.css.scss */
.dataTables_scroll {
  overflow: auto;
}

/* line 1102, ../../../app/assets/stylesheets/theme/style.css.scss */
.dataTables_scrollBody {
  overflow: hidden;
}

/* line 1106, ../../../app/assets/stylesheets/theme/style.css.scss */
.prefix,
.postfix {
  border: none;
  font-size: 0.9em;
}

/* line 1112, ../../../app/assets/stylesheets/theme/style.css.scss */
.text_left {
  text-align: left;
}

/* line 1116, ../../../app/assets/stylesheets/theme/style.css.scss */
.dataTables_filter {
  padding-top: 3px;
}

/* line 1120, ../../../app/assets/stylesheets/theme/style.css.scss */
form.custom form.custom {
  width: 100%;
  height: auto;
  border: none;
}

/* Business sortable */
/* line 1127, ../../../app/assets/stylesheets/theme/style.css.scss */
.business_sortable .ui-sortable-placeholder, .business_sortable .placeholder {
  border: 1px dashed #ccc;
  background: #fff;
}

/* line 1133, ../../../app/assets/stylesheets/theme/style.css.scss */
.business_sortable li ul li {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
/* line 1137, ../../../app/assets/stylesheets/theme/style.css.scss */
.business_sortable li ul li:last-child {
  border-bottom: 1px solid #ccc;
}
/* line 1140, ../../../app/assets/stylesheets/theme/style.css.scss */
.business_sortable i {
  padding: 0;
  color: #fff;
  text-shadow: none;
}
/* line 1145, ../../../app/assets/stylesheets/theme/style.css.scss */
.business_sortable .top_button {
  display: inline-block;
  background: #bbb;
  text-align: center;
  padding: 2px 3px;
}
/* line 1151, ../../../app/assets/stylesheets/theme/style.css.scss */
.business_sortable .top_bar {
  background: #ccc;
  text-align: right;
}
/* line 1155, ../../../app/assets/stylesheets/theme/style.css.scss */
.business_sortable h2 {
  font-size: 2em;
  font-family: inherit;
  color: #444;
  padding-left: 10px;
}
/* line 1161, ../../../app/assets/stylesheets/theme/style.css.scss */
.business_sortable ul {
  list-style: none;
}
/* line 1164, ../../../app/assets/stylesheets/theme/style.css.scss */
.business_sortable li ul {
  margin-left: 0;
  padding: 50px;
}
/* line 1168, ../../../app/assets/stylesheets/theme/style.css.scss */
.business_sortable > li {
  border: 1px solid #ccc;
  background: #f6f6f6;
  padding: 10px 20px;
  cursor: move;
  margin-bottom: 5px;
}
/* line 1175, ../../../app/assets/stylesheets/theme/style.css.scss */
.business_sortable div.sortable_element, .business_sortable div.no_sortable_element {
  padding: 10px 20px;
}
/* line 1179, ../../../app/assets/stylesheets/theme/style.css.scss */
.business_sortable .placeholder {
  outline: 1px dashed #4183C4;
  /*-webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: -1px;*/
  padding: 20px;
}
/* line 1188, ../../../app/assets/stylesheets/theme/style.css.scss */
.business_sortable .mjs-nestedSortable-error {
  background: #fbe3e4;
  border-color: transparent;
}
/* line 1195, ../../../app/assets/stylesheets/theme/style.css.scss */
.business_sortable li {
  padding: 0;
}
/* line 1199, ../../../app/assets/stylesheets/theme/style.css.scss */
.business_sortable > li {
  margin: 5px 0 0 0;
}
/* line 1204, ../../../app/assets/stylesheets/theme/style.css.scss */
.business_sortable li.mjs-nestedSortable-branch div {
  background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #f0ece9 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #f0ece9 100%);
}
/* line 1210, ../../../app/assets/stylesheets/theme/style.css.scss */
.business_sortable li.mjs-nestedSortable-leaf div {
  background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #bcccbc 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #bcccbc 100%);
}
/* line 1216, ../../../app/assets/stylesheets/theme/style.css.scss */
.business_sortable li.mjs-nestedSortable-collapsed.mjs-nestedSortable-hovering div {
  border-color: #999;
  background: #fafafa;
}
/* line 1221, ../../../app/assets/stylesheets/theme/style.css.scss */
.business_sortable .disclose {
  cursor: pointer;
  width: 10px;
  display: none;
}
/* line 1227, ../../../app/assets/stylesheets/theme/style.css.scss */
.business_sortable li.mjs-nestedSortable-collapsed > ol {
  display: none;
}
/* line 1231, ../../../app/assets/stylesheets/theme/style.css.scss */
.business_sortable li.mjs-nestedSortable-branch > div > .disclose {
  display: inline-block;
}
/* line 1235, ../../../app/assets/stylesheets/theme/style.css.scss */
.business_sortable li.mjs-nestedSortable-collapsed > div > .disclose > span:before {
  content: '+ ';
}
/* line 1239, ../../../app/assets/stylesheets/theme/style.css.scss */
.business_sortable li.mjs-nestedSortable-expanded > div > .disclose > span:before {
  content: '- ';
}
/* line 1242, ../../../app/assets/stylesheets/theme/style.css.scss */
.business_sortable .business_detail_button {
  background: transparent;
  margin-right: 15px;
}
/* line 1245, ../../../app/assets/stylesheets/theme/style.css.scss */
.business_sortable .business_detail_button i {
  color: #009DC6;
}

/* line 1251, ../../../app/assets/stylesheets/theme/style.css.scss */
form .hint {
  font-size: 0.8em;
  color: #999;
  padding-top: 0;
  font-style: italic;
  margin-top: -10px;
  display: block;
}

/* line 1260, ../../../app/assets/stylesheets/theme/style.css.scss */
abbr, acronym {
  color: inherit;
}

/* line 1264, ../../../app/assets/stylesheets/theme/style.css.scss */
span.checkbox {
  margin-right: 5px;
}

/* line 1268, ../../../app/assets/stylesheets/theme/style.css.scss */
.margin_label {
  margin-top: 1em;
}

/* line 1272, ../../../app/assets/stylesheets/theme/style.css.scss */
.delete_action_from_campaign {
  padding-top: 28px;
}

/* Font awesome icons on tables */
/* line 1277, ../../../app/assets/stylesheets/theme/style.css.scss */
table i, table i.fa-large {
  padding-top: 0;
  color: #777;
}

/* line 1284, ../../../app/assets/stylesheets/theme/style.css.scss */
table.tabledata thead tr th, table.tabledata tfoot tr th, table.tabledata tbody tr td, table.tabledata tr td, table.tabledata tfoot tr td {
  vertical-align: middle;
}

/* line 1288, ../../../app/assets/stylesheets/theme/style.css.scss */
table .logo-cell img {
  max-height: 70px;
  max-width: 140px;
  width: auto;
}

/* line 1295, ../../../app/assets/stylesheets/theme/style.css.scss */
input.commission {
  text-align: right;
  box-shadow: none;
  border: none;
}

/* line 1301, ../../../app/assets/stylesheets/theme/style.css.scss */
input.commission:focus {
  background: transparent;
}

/* line 1305, ../../../app/assets/stylesheets/theme/style.css.scss */
.section-container.tabs section .title, .section-container.tabs .section .title {
  border-right: 1px solid #ccc;
}

/* line 1310, ../../../app/assets/stylesheets/theme/style.css.scss */
.section-container.tabs section.active, .section-container.tabs .section.active {
  padding-top: 49px !important;
}

/* line 1314, ../../../app/assets/stylesheets/theme/style.css.scss */
.section-container.tabs section .title, .section-container.tabs .section .title {
  margin: 0 8px !important;
}

/* line 1318, ../../../app/assets/stylesheets/theme/style.css.scss */
.ext_buy_form_wrapper {
  clear: both;
  margin: 0 auto;
  width: 50%;
}

/* line 1322, ../../../app/assets/stylesheets/theme/style.css.scss */
.bottom_right {
  position: absolute !important;
  bottom: 0;
  right: 0;
}

/* line 1327, ../../../app/assets/stylesheets/theme/style.css.scss */
.pending-invoicing-data {
  color: #FACE48 !important;
}

/* line 1331, ../../../app/assets/stylesheets/theme/style.css.scss */
.approved-invoicing-data {
  color: #B3CA74 !important;
}

/* line 1335, ../../../app/assets/stylesheets/theme/style.css.scss */
.rejected-invoicing-data {
  color: #a00 !important;
}

/* line 1339, ../../../app/assets/stylesheets/theme/style.css.scss */
.automatic-invoicing-data {
  color: #a00 !important;
}

/* Login Nim2 */
/* line 1349, ../../../app/assets/stylesheets/theme/style.css.scss */
.fondo {
  background-image: url("/assets/theme/images/bg.png");
}

/* line 1353, ../../../app/assets/stylesheets/theme/style.css.scss */
#username {
  background: url("/assets/theme/images/email-bg.png") no-repeat scroll 10px center white;
  text-indent: 32px;
  padding: 8px 3px;
  border-radius: 4px;
}

/* line 1361, ../../../app/assets/stylesheets/theme/style.css.scss */
#password, #password_confirmation {
  background: url("/assets/theme/images/password-bg.png") no-repeat scroll 10px center white;
  text-indent: 32px;
  padding: 8px 3px;
  border-radius: 4px;
}

/* line 1371, ../../../app/assets/stylesheets/theme/style.css.scss */
.vertical_line {
  border-right: 1px solid #CCCCCC;
  height: 110px;
}

/* line 1376, ../../../app/assets/stylesheets/theme/style.css.scss */
.label_invoices_to {
  margin-top: 6px !important;
}

/* line 1380, ../../../app/assets/stylesheets/theme/style.css.scss */
.label_invoices_from {
  margin-top: 6px !important;
  margin-right: 18px;
}

/* line 1386, ../../../app/assets/stylesheets/theme/style.css.scss */
.tittle_invoices_by_number {
  padding-left: 0 !important;
}

/* line 1390, ../../../app/assets/stylesheets/theme/style.css.scss */
.tittle_invoices_by_date {
  padding-left: 0 !important;
  margin-bottom: 10px;
}

/* line 1395, ../../../app/assets/stylesheets/theme/style.css.scss */
.inputs_invoices {
  padding-left: 0 !important;
}

/* line 1399, ../../../app/assets/stylesheets/theme/style.css.scss */
.inputs_commission {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 1404, ../../../app/assets/stylesheets/theme/style.css.scss */
.label_commission {
  padding-top: 6px;
}

/* line 1409, ../../../app/assets/stylesheets/theme/style.css.scss */
.table-data-centered thead tr th, tbody tr td, tfoot tr th {
  /*text-align: center !important;*/
}

/* line 1413, ../../../app/assets/stylesheets/theme/style.css.scss */
.result_width_cell_events {
  max-width: 100px;
}

/* line 1417, ../../../app/assets/stylesheets/theme/style.css.scss */
.invoiced-row.odd {
  background: #C3FFCC;
}

/* line 1421, ../../../app/assets/stylesheets/theme/style.css.scss */
.invoiced-row.even {
  background: #DAFFCC;
}

/*.pending-row.odd{
	background: #FAF7CA;
}

.pending-row.even{
	background: #FAF8E3;
}*/
/* line 1433, ../../../app/assets/stylesheets/theme/style.css.scss */
.rejected-row.odd {
  background: #FCF5F5;
}

/* line 1437, ../../../app/assets/stylesheets/theme/style.css.scss */
.rejected-row.even {
  background: #FFF0F0;
}

/* line 1441, ../../../app/assets/stylesheets/theme/style.css.scss */
.mceArea_product_templates span.mceEditor td.mceIframeContainer iframe {
  min-height: 540px !important;
  min-width: 640px !important;
}

/* line 1446, ../../../app/assets/stylesheets/theme/style.css.scss */
.mceArea_product_templates span.mceEditor > Table {
  width: auto !important;
  height: auto !important;
}

/* line 1451, ../../../app/assets/stylesheets/theme/style.css.scss */
#box_test, .logo_editor_box {
  max-width: 400px;
  max-height: 400px;
  margin: 0;
  background-size: cover;
  overflow: hidden;
  margin-top: 0;
  position: relative;
  left: 0;
  top: 0;
  padding-right: 0;
  padding-bottom: 0;
}

/* line 1466, ../../../app/assets/stylesheets/theme/style.css.scss */
#overlay, .overlay {
  background: rgba(0, 0, 0, 0.75);
  padding-left: 0;
  padding-top: 0;
  opacity: 0;
  -webkit-transition: opacity .25s ease;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: right;
}

/* line 1481, ../../../app/assets/stylesheets/theme/style.css.scss */
.icon-link i {
  color: #fff;
  padding: 0.2rem;
}

/* line 1485, ../../../app/assets/stylesheets/theme/style.css.scss */
#box_test:hover #overlay, .box_image:hover .overlay, .logo_editor_box:hover {
  opacity: 0.5;
}

/* line 1489, ../../../app/assets/stylesheets/theme/style.css.scss */
#edit_product {
  font-family: Helvetica;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.85);
  font-size: 160%;
  margin: 3%;
  position: absolute;
  right: 0;
}

/* line 1499, ../../../app/assets/stylesheets/theme/style.css.scss */
.comm_aggregated, .comm_aggregated_label {
  font-weight: bold;
  font-size: 1.2em;
}

/* line 1504, ../../../app/assets/stylesheets/theme/style.css.scss */
li {
  list-style-type: none;
}

/* line 1506, ../../../app/assets/stylesheets/theme/style.css.scss */
.field_tam {
  width: 90% !important;
}

/* line 1508, ../../../app/assets/stylesheets/theme/style.css.scss */
.asa-margin {
  margin-right: 8px;
}

/* line 1510, ../../../app/assets/stylesheets/theme/style.css.scss */
.delete-margin {
  margin-left: 10px;
}

/* line 1512, ../../../app/assets/stylesheets/theme/style.css.scss */
.minicolors input {
  height: 30px !important;
}

/* line 1514, ../../../app/assets/stylesheets/theme/style.css.scss */
.stats_footer {
  color: #009DC6;
  font-weight: 800;
  font-size: 0.8em;
  font-style: italic;
  display: block;
  padding-top: 10px;
}

/* line 1523, ../../../app/assets/stylesheets/theme/style.css.scss */
.max_height_columns {
  max-height: 20px !important;
}

/* line 1526, ../../../app/assets/stylesheets/theme/style.css.scss */
.name_event_actions {
  white-space: nowrap;
}

/* line 1530, ../../../app/assets/stylesheets/theme/style.css.scss */
.description_text ul {
  margin: 1rem;
  padding-left: 1rem;
}

/* line 1535, ../../../app/assets/stylesheets/theme/style.css.scss */
.description_text ul li {
  list-style-type: disc;
}

/* Fix datatables style */
/* line 1540, ../../../app/assets/stylesheets/theme/style.css.scss */
.dataTables_filter input[type="search"] {
  box-sizing: inherit;
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
}

/* Loading_overlay*/
/* line 1547, ../../../app/assets/stylesheets/theme/style.css.scss */
.spinner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

/* Add orange color when element is changed*/
/* line 1558, ../../../app/assets/stylesheets/theme/style.css.scss */
.is-changed {
  border: solid 1px #FB8805 !important;
}

/* Notice Globales */
/* line 1564, ../../../app/assets/stylesheets/theme/style.css.scss */
#notices {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000;
  text-align: center;
  width: 100%;
  height: 0;
}

/* End notices Globales */
/* Icon trash font awesome*/
/* line 1579, ../../../app/assets/stylesheets/theme/style.css.scss */
i.fa-trash-o {
  color: #777;
}

/* line 1580, ../../../app/assets/stylesheets/theme/style.css.scss */
i.fa-pencil-square-o {
  color: #777;
}

/* End icon trash */
/* line 1583, ../../../app/assets/stylesheets/theme/style.css.scss */
.banner_container {
  /*height: auto;*/
  /*max-height: 250px;*/
  /*max-width: 400px; */
  /* width: auto;       */
}

/* Manage Social Sharing Affiliate Promo */
/* line 1592, ../../../app/assets/stylesheets/theme/style.css.scss */
.safe, .over {
  padding: 3px;
  color: white;
  font-weight: bold;
}

/* line 1597, ../../../app/assets/stylesheets/theme/style.css.scss */
.safe {
  background: green;
}

/* line 1601, ../../../app/assets/stylesheets/theme/style.css.scss */
.over {
  background: red;
}

/* line 1605, ../../../app/assets/stylesheets/theme/style.css.scss */
td.datatable_payment_index_refunded {
  white-space: nowrap;
  padding-bottom: 0;
  padding-top: 6px;
}

/* Switch ios 6 */
/* line 1613, ../../../app/assets/stylesheets/theme/style.css.scss */
:root input[type="checkbox"].ios-switch {
  /* :root here acting as a filter for older browsers */
  position: absolute;
  opacity: 0;
}

/* line 1618, ../../../app/assets/stylesheets/theme/style.css.scss */
:root input[type="checkbox"].ios-switch + div {
  left: -11px;
  display: inline-block;
  vertical-align: middle;
  width: 3em;
  height: 1em;
  border: 1px solid rgba(0, 0, 0, 0.3);
  margin: 0 .5em;
  background: white;
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), transparent), linear-gradient(90deg, #009922 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
  background-origin: border-box;
  background-clip: border-box;
  overflow: hidden;
  transition-duration: .4s;
  transition-property: padding, width, background-position, text-indent;
  box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.2) inset, 0 0.45em 0 0.1em rgba(0, 0, 0, 0.05) inset;
  font-size: 150%;
  /* change this and see how they adjust! */
}

/* line 1639, ../../../app/assets/stylesheets/theme/style.css.scss */
:root input[type="checkbox"].ios-switch:checked + div {
  padding-left: 2em;
  width: 3em;
  background-position: 0 0;
}

/* line 1644, ../../../app/assets/stylesheets/theme/style.css.scss */
:root input[type="checkbox"].ios-switch + div:before {
  content: '';
  float: left;
  width: 1.65em;
  height: 1.65em;
  margin: -.1em;
  border: 1px solid rgba(0, 0, 0, 0.35);
  border-radius: inherit;
  background: white;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), transparent);
  box-shadow: 0 0.1em 0.1em 0.1em rgba(255, 255, 255, 0.8) inset, 0 0 0.5em rgba(0, 0, 0, 0.3);
  color: white;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
  text-indent: -2.5em;
}

/* line 1660, ../../../app/assets/stylesheets/theme/style.css.scss */
:root input[type="checkbox"].ios-switch:active + div:before {
  background-color: #eee;
}

/* line 1664, ../../../app/assets/stylesheets/theme/style.css.scss */
:root input[type="checkbox"].ios-switch:focus + div {
  box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.2) inset, 0 0.45em 0 0.1em rgba(0, 0, 0, 0.05) inset, 0 0 0.4em 1px rgba(255, 0, 0, 0.5);
}

/* line 1670, ../../../app/assets/stylesheets/theme/style.css.scss */
:root input[type="checkbox"].ios-switch + div:before,
:root input[type="checkbox"].ios-switch + div:after {
  font: bold 60%/1.9 sans-serif;
  text-transform: uppercase;
}

/* line 1676, ../../../app/assets/stylesheets/theme/style.css.scss */
:root input[type="checkbox"].ios-switch + div:after {
  content: '';
  float: left;
  text-indent: .5em;
  color: rgba(0, 0, 0, 0.45);
  text-shadow: none;
}

/* End Switch ios 6 */
/* Optional scoped theme for tag-it which mimics the zendesk widget. */



ul.tagit {
    border-style: solid;
    border-width: 1px;
    border-color: #C6C6C6;
    background: inherit;
}
ul.tagit li.tagit-choice {
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid #CAD8F3;

    background: none;
    background-color: #DEE7F8;

    font-weight: normal;
}
ul.tagit li.tagit-choice .tagit-label:not(a) {
    color: #555;
}
ul.tagit li.tagit-choice a.tagit-close {
    text-decoration: none;
}
ul.tagit li.tagit-choice .tagit-close {
    right: .4em;
}
ul.tagit li.tagit-choice .ui-icon {
    display: none;
}
ul.tagit li.tagit-choice .tagit-close .text-icon {
    display: inline;
    font-family: arial, sans-serif;
    font-size: 16px;
    line-height: 16px;
    color: #777;
}
ul.tagit li.tagit-choice:hover, ul.tagit li.tagit-choice.remove {
    background-color: #bbcef1;
    border-color: #6d95e0;
}
ul.tagit li.tagit-choice a.tagLabel:hover,
ul.tagit li.tagit-choice a.tagit-close .text-icon:hover {
    color: #222;
}
ul.tagit input[type="text"] {
    color: #333333;
    background: none;
}
.ui-widget {
    font-size: 1.1em;
}
/* line 1, ../../../app/assets/stylesheets/theme/tinymce.css.scss */
.mce-btn button:not(.mce-open):hover, .mce-btn .button:not(.mce-open):hover {
  border: none;
}
/* line 4, ../../../app/assets/stylesheets/theme/tinymce.css.scss */
.mce-btn button:not(.mce-open):hover .mce-ico, .mce-btn button:not(.mce-open):hover i, .mce-btn .button:not(.mce-open):hover .mce-ico, .mce-btn .button:not(.mce-open):hover i {
  color: #fff !important;
  text-shadow: 1px 1px #333;
}
/* line 8, ../../../app/assets/stylesheets/theme/tinymce.css.scss */
.mce-btn button:not(.mce-open):hover span, .mce-btn button:not(.mce-open):hover i.mce-caret, .mce-btn .button:not(.mce-open):hover span, .mce-btn .button:not(.mce-open):hover i.mce-caret {
  color: #fff !important;
  border-top-color: #fff !important;
}

/* line 14, ../../../app/assets/stylesheets/theme/tinymce.css.scss */
.mce-btn button.mce-open:hover, .mce-btn .button.mce-open:hover {
  border-top: none;
  border-bottom: none;
}
/* line 1, ../../../app/assets/stylesheets/theme/tutorials.css.scss */
.tut-playvideo-wrapper {
  position: relative;
}

/* line 5, ../../../app/assets/stylesheets/theme/tutorials.css.scss */
.tut-playvideo-wrapper img {
  z-index: 9;
}

/* line 8, ../../../app/assets/stylesheets/theme/tutorials.css.scss */
.tut-playvideo-button {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /*background: asset-url('play-button-overlay.png', image) no-repeat center center;
  background-size: cover;*/
  z-index: 10;
}

/* line 19, ../../../app/assets/stylesheets/theme/tutorials.css.scss */
inline-check {
  display: block;
  margin-bottom: 10px;
}
/* line 21, ../../../app/assets/stylesheets/theme/tutorials.css.scss */
inline-check input[type=checkbox] {
  /*float: left;
  margin: .4rem 0 0 0;*/
}

/* line 28, ../../../app/assets/stylesheets/theme/tutorials.css.scss */
.panel section, section section {
  margin-left: 20px;
}
/* line 1, ../../app/assets/stylesheets/foundation-overrides.css.scss */
.top-bar-section li:not(.has-form) a:not(.button) {
  background: transparent;
}

/* line 5, ../../app/assets/stylesheets/foundation-overrides.css.scss */
.top-bar-section li:not(.has-form) a:hover:not(.button) {
  background: transparent;
}

/* line 9, ../../app/assets/stylesheets/foundation-overrides.css.scss */
.top-bar-section li:not(.has-form) > a:hover:not(.button) {
  box-shadow: 0 2px 3px #BBBBBB inset;
  color: #009DC6;
}

/* line 15, ../../app/assets/stylesheets/foundation-overrides.css.scss */
.top-bar-section ul li > a {
  text-transform: uppercase;
  font-family: "Open Sans Condensed";
  font-weight: bold;
}

/* line 21, ../../app/assets/stylesheets/foundation-overrides.css.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans Condensed";
  font-weight: bold;
}

/* line 26, ../../app/assets/stylesheets/foundation-overrides.css.scss */
button, .button {
  font-family: Lato;
  font-weight: bold;
}

/* line 31, ../../app/assets/stylesheets/foundation-overrides.css.scss */
a.button {
  color: #fff;
}

/* line 34, ../../app/assets/stylesheets/foundation-overrides.css.scss */
.top-bar-section li.active:not(.has-form) a:not(.button) {
  background: #fff;
  color: #333;
}

/* line 39, ../../app/assets/stylesheets/foundation-overrides.css.scss */
.top-bar-section li.active:not(.has-form) a:hover:not(.button) {
  background: transparent;
  color: #009dc6;
}

/* line 45, ../../app/assets/stylesheets/foundation-overrides.css.scss */
.tabs-content > .content {
  background: #fff;
}

/* line 49, ../../app/assets/stylesheets/foundation-overrides.css.scss */
.tabs dd > a {
  padding: 0.5rem 1rem;
  font-size: 0.85rem;
}

/* line 54, ../../app/assets/stylesheets/foundation-overrides.css.scss */
select {
  font-size: 0.9rem;
}

/* line 58, ../../app/assets/stylesheets/foundation-overrides.css.scss */
input[type=text].datepicker.small-9 {
  width: 75%;
}

/* line 62, ../../app/assets/stylesheets/foundation-overrides.css.scss */
button, .button {
  font-weight: normal;
  text-shadow: none;
}
@import url(//fonts.googleapis.com/css?family=Lato);
@import url(//fonts.googleapis.com/css?family=Fjalla+One);
@import url(//fonts.googleapis.com/css?family=Oxygen:400,700);
/* #009DC6; */
/* line 16, ../../app/assets/stylesheets/new_styles.css.scss */
.label.success {
  text-shadow: 0 1px 1px #333;
}

/* line 20, ../../app/assets/stylesheets/new_styles.css.scss */
.the-content a {
  border-bottom: 1px solid #bbbbbb;
  text-decoration: none;
}

/* line 25, ../../app/assets/stylesheets/new_styles.css.scss */
.automation_container {
  padding-top: 1.9rem;
  padding-bottom: 1.2rem;
}

   /*
select { 
  font-size: 12px; 
  color: $textcolor; 
  background-color: $desplegable1; 
  border: 2px solid $menu_background; 
  padding: 2px;
  font-weight: bolder;    
}
         */
/* line 42, ../../app/assets/stylesheets/new_styles.css.scss */
input[type="checkbox"],
input[type="radio"] {
  margin-right: 5px;
}

/* line 47, ../../app/assets/stylesheets/new_styles.css.scss */
h1 {
  font-size: 1.6em;
}

/* line 51, ../../app/assets/stylesheets/new_styles.css.scss */
h3 {
  font-size: 1em;
}

/* line 55, ../../app/assets/stylesheets/new_styles.css.scss */
h3.big {
  font-size: 1.9em;
}

/* line 59, ../../app/assets/stylesheets/new_styles.css.scss */
.show-background {
  background: #eaebeb;
  /*#AAC3A7;#d4e3a7;*/
  margin-top: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/* line 69, ../../app/assets/stylesheets/new_styles.css.scss */
.show-background p {
  font-size: 0.5;
}

/* line 75, ../../app/assets/stylesheets/new_styles.css.scss */
.new_oto {
  float: left;
  clear: both;
  /*background:#AAC3A7;*/
  width: 150px;
  height: auto;
  overflow: auto;
  cursor: pointer;
  border: 2px grey solid;
  padding: 10px;
  text-align: center;
  /*color:white;*/
  font-weight: bold;
  color: #333333 !important;
  background-color: #bbbbbb;
}

/* line 91, ../../app/assets/stylesheets/new_styles.css.scss */
.add_oto {
  float: left;
  clear: both;
  /*background:#9ed496;*/
  width: 150px;
  height: auto;
  overflow: auto;
  cursor: pointer;
  border: 2px grey solid;
  padding: 5px;
  text-align: center;
  /*color:white;*/
  font-weight: bold;
  color: #333333 !important;
  background-color: #bbbbbb;
}

/* line 108, ../../app/assets/stylesheets/new_styles.css.scss */
.added_otos ul {
  list-style: none;
}

/* line 113, ../../app/assets/stylesheets/new_styles.css.scss */
.added_otos li {
  list-style: none;
}

/* line 120, ../../app/assets/stylesheets/new_styles.css.scss */
.nicetable-small {
  font-size: 11px;
  color: #363636;
  background: #f6f6f6;
  text-align: left;
  margin: 5px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  /*border-collapse: collapse;*/
  /*border: 1px solid #dcdbd9;*/
}

/* line 133, ../../app/assets/stylesheets/new_styles.css.scss */
.nicetable-small caption {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background: transparent;
  padding: 4px 2px 6px 0px;
  color: #CC00FF;
  text-transform: uppercase;
}

/* line 142, ../../app/assets/stylesheets/new_styles.css.scss */
.nicetable-small thead, tfoot {
  text-align: left;
  height: 30px;
}

/* line 147, ../../app/assets/stylesheets/new_styles.css.scss */
.nicetable-small thead th, .nicetable-small tfoot th {
  padding: 5px;
}

/* line 150, ../../app/assets/stylesheets/new_styles.css.scss */
.nicetable-small a {
  color: #333333;
  text-decoration: none;
}

/* line 154, ../../app/assets/stylesheets/new_styles.css.scss */
.nicetable-small a:hover {
  text-decoration: underline;
}

/* line 157, ../../app/assets/stylesheets/new_styles.css.scss */
.nicetable-small tr.odd {
  background-color: #f1f1f1;
}

/* line 160, ../../app/assets/stylesheets/new_styles.css.scss */
.nicetable-small tbody th, .nicetable-small tbody td {
  padding: 5px;
}

/* line 167, ../../app/assets/stylesheets/new_styles.css.scss */
.admin-menu {
  width: 100%;
  overflow: hidden;
  background: #bbbbbb;
  height: 45px;
}

/* line 174, ../../app/assets/stylesheets/new_styles.css.scss */
.admin-menu a {
  border-bottom: none;
  text-decoration: none;
}

/* line 179, ../../app/assets/stylesheets/new_styles.css.scss */
.menu-link {
  border-top: 2px solid #bbbbbb;
  margin-left: 20px;
  font-size: 1em;
  color: white;
  padding-top: 2px;
  font-weight: bold;
  font-family: Oxygen;
  float: left;
  text-transform: uppercase;
  display: inline;
}

/* line 197, ../../app/assets/stylesheets/new_styles.css.scss */
.menu-link:hover {
  border-top: 2px solid #43b9d7;
}

/* line 201, ../../app/assets/stylesheets/new_styles.css.scss */
.menu-list li {
  background: #AAC3A7;
  /*#9eae6c;*/
  color: white;
  margin-left: 0px;
  padding: 10px;
  z-index: 999;
  font-size: 10px;
  list-style: none;
}

/* line 214, ../../app/assets/stylesheets/new_styles.css.scss */
.menu-list li:hover {
  color: black;
  background: #d4e3a7;
}

/* line 219, ../../app/assets/stylesheets/new_styles.css.scss */
ul.menu-list {
  overflow: auto;
  margin: 0;
  padding: 0 !important;
}

/* line 224, ../../app/assets/stylesheets/new_styles.css.scss */
.logo-link {
  font-size: 1.3em;
  color: white;
  padding: 1px 0px 0px 5px;
  font-weight: bold;
  float: left;
  width: 128px;
  height: 40px;
  margin-top: 5px;
}

/* line 236, ../../app/assets/stylesheets/new_styles.css.scss */
.logo-link a, a:hover {
  text-decoration: none;
}

/* line 240, ../../app/assets/stylesheets/new_styles.css.scss */
.menu-link-1 {
  padding-bottom: 5px;
}

/* line 244, ../../app/assets/stylesheets/new_styles.css.scss */
.menu-link-1 a, a:hover {
  text-decoration: none;
}

/* line 251, ../../app/assets/stylesheets/new_styles.css.scss */
.menu-link-2 a, a:hover {
  text-decoration: none;
}

/* line 256, ../../app/assets/stylesheets/new_styles.css.scss */
.logued {
  font-size: 10px;
  color: white;
  padding: 5px 10px 0 0 !important;
  font-weight: bold;
  float: right;
}

/* line 264, ../../app/assets/stylesheets/new_styles.css.scss */
.logued a, a:hover {
  text-decoration: none;
}

/* line 268, ../../app/assets/stylesheets/new_styles.css.scss */
.menu-ul-1 {
  margin-top: 5px;
}

/* line 273, ../../app/assets/stylesheets/new_styles.css.scss */
.menu-ul-1 a {
  padding: 0 10px;
  white-space: nowrap;
}

/* line 279, ../../app/assets/stylesheets/new_styles.css.scss */
.menu-ul-1 > li {
  float: left;
  cursor: pointer;
  list-style: none;
  color: black;
  margin-left: 5px;
  position: relative;
  border-top: 2px solid #bbbbbb;
  color: #211c1c;
  font-family: Oxygen;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: bold;
}

/* line 293, ../../app/assets/stylesheets/new_styles.css.scss */
.menu-ul-1 > li:hover {
  border-top: 2px solid #43b9d7;
}

/* line 297, ../../app/assets/stylesheets/new_styles.css.scss */
.menu-ul-2 {
  padding: 0;
  background: #eaebeb;
  position: absolute;
  list-style: none;
  margin-left: 0px;
  margin-top: 5px;
  /*border: 2px solid $menu_background_transp;
  border-right:none;*/
  z-index: 9999;
  box-shadow: #999 1px 3px 20px;
}

/* line 310, ../../app/assets/stylesheets/new_styles.css.scss */
.menu-ul-2 li {
  float: left;
  clear: both;
  padding: 5px;
  background: #eaebeb;
  width: 100%;
  font-family: Oxygen;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: bold;
  cursor: default;
}

/* line 323, ../../app/assets/stylesheets/new_styles.css.scss */
.menu-ul-2 li:hover {
  background: #f3f6f6;
}

/* line 328, ../../app/assets/stylesheets/new_styles.css.scss */
.menu-ul-2 li a {
  /*padding: 10px;*/
  white-space: nowrap;
}

/* line 333, ../../app/assets/stylesheets/new_styles.css.scss */
.menu-ul-3 {
  padding-left: 5px;
  margin-top: -5px;
  list-style: none;
  background: #f3f6f6;
  display: inline-block;
  position: absolute;
  /*border: 2px solid $menu_background_transp;*/
  box-shadow: #999 1px 3px 20px;
  z-index: 9999;
  border-left: none;
}

/* line 346, ../../app/assets/stylesheets/new_styles.css.scss */
.menu-ul-3 li {
  float: left;
  clear: both;
  padding: 5px;
  background: #f3f6f6;
  width: auto;
  font-family: Oxygen;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: bold;
  cursor: default;
}

/* line 362, ../../app/assets/stylesheets/new_styles.css.scss */
.menu-ul-3 li a {
  white-space: nowrap;
}

/* line 367, ../../app/assets/stylesheets/new_styles.css.scss */
.inactive-li a {
  color: #888888 !important;
  cursor: default !important;
}

/* line 372, ../../app/assets/stylesheets/new_styles.css.scss */
menu-link-1.inactive-li:hover {
  border-top: 2px solid #bbbbbb !important;
}

/* line 376, ../../app/assets/stylesheets/new_styles.css.scss */
#user_menu_options {
  display: none;
  font-size: 12px;
  position: absolute;
  top: 68px;
  right: -10px;
  float: right;
  /*padding-right: 20px; */
  margin-right: 5px;
  margin-top: 5px;
  width: 380px;
  clear: both;
  z-index: 9999;
  background: white;
  color: #211c1c;
  border: 1px solid #bbbbbb;
  box-shadow: #999 0px 2px 16px;
}

/* line 395, ../../app/assets/stylesheets/new_styles.css.scss */
#user_menu_options a {
  border-bottom: 1px solid #bbbbbb;
  text-decoration: none;
}

/* line 402, ../../app/assets/stylesheets/new_styles.css.scss */
#close_user_menu_options {
  float: right;
  margin-right: 5px;
  margin-top: 5px;
  font-weight: bold;
  cursor: pointer;
}

/* line 411, ../../app/assets/stylesheets/new_styles.css.scss */
.sub-user-menu-options {
  background: #eaebeb;
  width: 100%;
  border-top: 2px solid rgba(187, 187, 187, 0.8);
}

/* line 417, ../../app/assets/stylesheets/new_styles.css.scss */
.sub-user-menu-options a {
  border-bottom: none !important;
  text-decoration: none;
}

/* line 422, ../../app/assets/stylesheets/new_styles.css.scss */
.view-admin .view-mode-gravatar {
  border: 2px solid #0D75FF;
}

/* line 426, ../../app/assets/stylesheets/new_styles.css.scss */
.view-admin .view-mode {
  color: #0D75FF;
}

/* line 430, ../../app/assets/stylesheets/new_styles.css.scss */
.view-admin h1 {
  color: #0D75FF;
  text-transform: uppercase;
}

/* line 435, ../../app/assets/stylesheets/new_styles.css.scss */
.view-super_admin .view-mode-gravatar {
  border: 2px solid #0D75FF;
}

/* line 439, ../../app/assets/stylesheets/new_styles.css.scss */
.view-super_admin .view-mode {
  color: #0D75FF;
}

/* line 443, ../../app/assets/stylesheets/new_styles.css.scss */
.view-super_admin h1 {
  color: #0D75FF;
}

/* line 447, ../../app/assets/stylesheets/new_styles.css.scss */
.view-affiliate .view-mode-gravatar {
  border: 2px solid green;
}

/* line 451, ../../app/assets/stylesheets/new_styles.css.scss */
.view-affiliate .view-mode {
  color: green;
}

/* line 455, ../../app/assets/stylesheets/new_styles.css.scss */
.view-affiliate h1 {
  color: green;
}

/* line 459, ../../app/assets/stylesheets/new_styles.css.scss */
.view-user .view-mode-gravatar {
  border: 2px solid orange;
}

/* line 463, ../../app/assets/stylesheets/new_styles.css.scss */
.view-user .view-mode {
  color: orange;
}

/* line 467, ../../app/assets/stylesheets/new_styles.css.scss */
.view-user h1 {
  color: orange;
}

/* line 471, ../../app/assets/stylesheets/new_styles.css.scss */
.pbutton {
  display: block;
  float: right;
  color: #333333 !important;
  cursor: pointer;
  margin: 8px;
  background-color: #bbbbbb;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 13px;
  line-height: 14px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  text-decoration: none;
  padding: 5px 15px 5px 15px;
}

/* line 488, ../../app/assets/stylesheets/new_styles.css.scss */
.pbutton1 {
  display: block;
  float: left;
  clear: both;
  border: none;
  color: #333333 !important;
  margin: 8px;
  background-color: #bbbbbb;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 13px;
  line-height: 14px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: bold !important;
  text-decoration: none;
  padding: 5px 15px 5px 15px;
  cursor: pointer;
}

/* line 509, ../../app/assets/stylesheets/new_styles.css.scss */
.button1 {
  /* Para retrocompatibilidad */
  display: block;
  float: left;
  clear: both;
  border: none;
  color: #333333 !important;
  margin: 8px;
  background-color: #bbbbbb;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 13px;
  line-height: 14px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: bold !important;
  text-decoration: none;
  padding: 5px 15px 5px 15px;
  border: none;
  cursor: pointer;
}

/* line 530, ../../app/assets/stylesheets/new_styles.css.scss */
.button_inline {
  border: none;
  color: #333333 !important;
  margin: 8px;
  background-color: #bbbbbb;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 13px;
  line-height: 14px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: bold !important;
  text-decoration: none;
  padding: 5px 15px 5px 15px;
  border: none;
  cursor: pointer;
}

/* line 549, ../../app/assets/stylesheets/new_styles.css.scss */
.arrow-up {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  width: 20px;
  height: 20px;
  position: absolute;
  background: white;
  right: 32px;
  top: -11px;
}

/*.footer{
  position:fixed;
  clear:both;  
  bottom:0 !important;
  width:100%;
  background:white;
  border-top:7px solid $menu_background;
  color: #808080;
  font-weight:bold; 
  margin-top:15px; 
}

.footer a, a:hover{

  border-bottom: none;
  text-decoration:none;
}*/
/* line 583, ../../app/assets/stylesheets/new_styles.css.scss */
.go-top {
  margin-top: 2px;
  margin-bottom: 2px;
  padding-left: 75px;
  position: absolute;
  top: 0;
  right: 0;
}

/* Carlos Mis tablas */
 /*
  .tabledata, .longtable {
            border-collapse: collapse;
            font-size:12px;
        }

 .tabledata th, .longtable th{
            background: #b8bcbf; /*#a3a3a3;*/
                                              /*
            color: #fff;          
            font-size: 11px;
            font-size: 13px;
            line-height: 19px;
            text-shadow: #a4a39f 0px 1px 0px;
            margin-top: 1px;
            border-left: 1px solid #cdd0d2;
            text-align: left;
        }

     

  .tabledata tr:nth-child(even), .longtable tr:nth-child(even){
      background : #f7f8fa;/*#d4e3a7;*/
/* #DAF3FF #e8e38e #BAE8DD*/
                                                                      /*

  }


  .tabledata tr:nth-child(odd), .longtable tr:nth-child(odd){
      background: #ffffff; /* #F3F3F5 #e8e5c8 #76DBDB*/
                                                               /*
  }

   .tabledata tr:hover, .longtable tr:hover{
    background: $desplegable1;
 } 

  .tabledata tr td, .longtable tr td{
     /* border-bottom: 1px solid #fff; */
                                                     /*
      padding: 5px;
      font-size: 11px;
      padding-left: 10px !important;

  }

  .tabledata tr th, .longtable tr th{
      /*border-bottom: 1px solid #fff;*/
                                      /*
padding: 5px;
/*border-left: 1px solid #fff;*/
/*border-right:  1px solid #fff;*/
                                                   /*
      
  }
*/
/* line 644, ../../app/assets/stylesheets/new_styles.css.scss */
.tabledata div {
  white-space: nowrap;
}

/* line 648, ../../app/assets/stylesheets/new_styles.css.scss */
.tabledata span.fa, .tabledata i.fa {
  font-size: 16px !important;
  color: #777 !important;
}

/* line 653, ../../app/assets/stylesheets/new_styles.css.scss */
.datatable i.fa {
  font-size: 14px !important;
  color: #777 !important;
}

/*
  .tabledata2 {
            border-collapse: collapse;
            font-size:12px;
        }

 .tabledata2 th{
            background: #b8bcbf; /*#a3a3a3;*/
                                                   /*
            color: #fff;
            font-size: 11px;
            font-size:  13px;
            line-height: 19px;
            text-shadow: #a4a39f 0px 1px 0px;
            margin-top: 1px;
            border-left: 1px solid #cdd0d2;
            text-align: left;
        }



  .tabledata2 tr:nth-child(even){
      background : #f7f8fa;/*#d4e3a7;*/
/* #DAF3FF #e8e38e #BAE8DD*/
                                                                            /*

  }


  .tabledata2 tr:nth-child(odd){
      background: #ffffff; /* #F3F3F5 #e8e5c8 #76DBDB*/
                                                           /*
  }

   .tabledata2 tr:hover{
    background: $desplegable1;
 }

  .tabledata2 tr td{
     /* border-bottom: 1px solid #fff; */
                                                      /*
      padding: 5px;
      font-size: 11px;

  }

  .tabledata2 tr th{
      /*border-bottom: 1px solid #fff;*/
                                       /*
padding: 5px;
/*border-left: 1px solid #fff;*/
/*border-right:  1px solid #fff;*/
                                              /*

  }


     */
/* line 711, ../../app/assets/stylesheets/new_styles.css.scss */
.blank-th {
  border: 0px !important;
}

/* line 719, ../../app/assets/stylesheets/new_styles.css.scss */
.blank-th {
  min-width: 24px;
  max-width: 24px;
  width: 24px;
}

/* Fin tablas Carlos */
/* line 728, ../../app/assets/stylesheets/new_styles.css.scss */
.the-content {
  width: 95%;
  margin: 0 auto;
  margin-top: 25px;
}

/* line 735, ../../app/assets/stylesheets/new_styles.css.scss */
.go-to-links {
  float: right;
  padding-right: 90px;
}

/* line 739, ../../app/assets/stylesheets/new_styles.css.scss */
.go-to-links a {
  margin-left: 15px;
}

/* line 743, ../../app/assets/stylesheets/new_styles.css.scss */
.business-information {
  /*border: 4px solid $menu_background;*/
  display: block;
  margin: 25px auto;
  width: 100%;
  height: 150px;
}

/* line 754, ../../app/assets/stylesheets/new_styles.css.scss */
.buss_info {
  background: #eaebeb;
  border: 2px solid #bbbbbb;
  /*display:inline-block;*/
  float: left;
  padding: 10px;
  margin-left: 5px;
  text-align: center;
  /*margin-top: 42px;*/
  min-height: 40px;
}

/* line 767, ../../app/assets/stylesheets/new_styles.css.scss */
.buss_info_container {
  float: left;
  font-weight: bolder;
  clear: both;
  margin-top: 5px;
  margin-left: 6px;
}

/* line 777, ../../app/assets/stylesheets/new_styles.css.scss */
.icon-info-sign {
  cursor: pointer;
}

/* line 781, ../../app/assets/stylesheets/new_styles.css.scss */
.search_invoices {
  margin-top: 4px;
}

/* line 785, ../../app/assets/stylesheets/new_styles.css.scss */
input.error_input {
  background: #ECC1C6;
}

/* Fix for table buttons too small */
/* line 790, ../../app/assets/stylesheets/new_styles.css.scss */
table.tabledata thead tr th, table.tabledata tfoot tr th, table.tabledata tbody tr td, table.tabledata tr td, table.tabledata tfoot tr td, .table-data-centered thead tr th, tbody tr td, tfoot tr th {
  min-width: 36px;
}

/* Flat style */
/* line 795, ../../app/assets/stylesheets/new_styles.css.scss */
ul.pagination li a {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

/* line 801, ../../app/assets/stylesheets/new_styles.css.scss */
* {
  margin: 0;
}

/* line 804, ../../app/assets/stylesheets/new_styles.css.scss */
html, body {
  height: 100%;
}

/* Footer on bottom of page */
/* line 808, ../../app/assets/stylesheets/new_styles.css.scss */
.wrapper {
  min-height: 100%;
  margin: 0 auto -48px;
  /* the bottom margin is the negative value of the footer's height */
}

/* line 812, ../../app/assets/stylesheets/new_styles.css.scss */
#footer, .push {
  height: 48px;
  /* '.push' must be the same height as 'footer' */
}

/* line 816, ../../app/assets/stylesheets/new_styles.css.scss */
form#save_all_aff_program {
  margin: 0;
}

/* Help contents */
/* line 821, ../../app/assets/stylesheets/new_styles.css.scss */
#help_description div.help_info {
  background: #F0F7F7;
  color: #222;
}

/* line 826, ../../app/assets/stylesheets/new_styles.css.scss */
.help_description_content p {
  margin-bottom: 0.6rem;
}
/* line 829, ../../app/assets/stylesheets/new_styles.css.scss */
.help_description_content h1 {
  margin-top: 1rem;
  text-transform: none;
  color: #444;
  font-size: 2.5rem;
}
/* line 835, ../../app/assets/stylesheets/new_styles.css.scss */
.help_description_content h2 {
  text-transform: none;
  color: #444;
  font-size: 2rem;
  margin-bottom: 1rem;
}
/* line 841, ../../app/assets/stylesheets/new_styles.css.scss */
.help_description_content h3 {
  text-transform: none;
  color: #444;
  font-size: 1.5rem;
}
/* line 846, ../../app/assets/stylesheets/new_styles.css.scss */
.help_description_content h4 {
  text-transform: none;
  color: #444;
  font-size: 1rem;
}
/* line 851, ../../app/assets/stylesheets/new_styles.css.scss */
.help_description_content h5 {
  text-transform: none;
  color: #444;
  font-size: 0.7rem;
}
/* line 856, ../../app/assets/stylesheets/new_styles.css.scss */
.help_description_content ul, .help_description_content ul li {
  list-style-type: square;
}

/* Stats widgets */
/* line 870, ../../app/assets/stylesheets/new_styles.css.scss */
.box_widget .widget_red {
  color: #B90041;
}
/* line 873, ../../app/assets/stylesheets/new_styles.css.scss */
.box_widget .widget_blue {
  color: #0B228A;
}
/* line 876, ../../app/assets/stylesheets/new_styles.css.scss */
.box_widget .widget_green {
  color: #009449;
}
/* line 879, ../../app/assets/stylesheets/new_styles.css.scss */
.box_widget .widget_orange {
  color: #FF880B;
}
/* line 882, ../../app/assets/stylesheets/new_styles.css.scss */
.box_widget .widget_description {
  color: #666;
}

/* line 888, ../../app/assets/stylesheets/new_styles.css.scss */
.number_box_widget .widget_number_field {
  font-size: 3rem;
  font-weight: bold;
  line-height: 3.5rem;
}

/* line 895, ../../app/assets/stylesheets/new_styles.css.scss */
ol li {
  list-style-type: decimal;
}

/* line 899, ../../app/assets/stylesheets/new_styles.css.scss */
#edit_payment_method .row.row_payment_container {
  margin-top: 25px;
}

/* line 904, ../../app/assets/stylesheets/new_styles.css.scss */
.top-bar-section.business_selector li.has-dropdown.not-click > ul.dropdown > li > a {
  padding-left: 25px;
}
/* line 907, ../../app/assets/stylesheets/new_styles.css.scss */
.top-bar-section.business_selector li.has-dropdown.not-click > ul.dropdown > li.new_proyect {
  border-top: 1px solid #ccc;
  background: #E8FAE3;
  border-left: 5px solid #53BF36;
}
/* line 911, ../../app/assets/stylesheets/new_styles.css.scss */
.top-bar-section.business_selector li.has-dropdown.not-click > ul.dropdown > li.new_proyect a {
  padding-left: 10px;
  /*background: #E8FAE3;*/
}
/* line 914, ../../app/assets/stylesheets/new_styles.css.scss */
.top-bar-section.business_selector li.has-dropdown.not-click > ul.dropdown > li.new_proyect a:hover {
  background: #53BF36;
}

/* line 921, ../../app/assets/stylesheets/new_styles.css.scss */
#stats h3.subheader {
  min-height: 80px;
}

/* line 926, ../../app/assets/stylesheets/new_styles.css.scss */
.nicetable-small {
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background: transparent;
}

/* line 934, ../../app/assets/stylesheets/new_styles.css.scss */
.row .row.external_service_inner_wrapper {
  margin-top: 20px;
}

/* line 938, ../../app/assets/stylesheets/new_styles.css.scss */
.existing_external_service_config {
  margin-top: 10px;
}

/* line 942, ../../app/assets/stylesheets/new_styles.css.scss */
.loading_box {
  margin-top: 20px;
}

/* line 946, ../../app/assets/stylesheets/new_styles.css.scss */
.action_integration_wrapper {
  margin-top: 20px;
}

/* line 950, ../../app/assets/stylesheets/new_styles.css.scss */
.success_ping {
  color: #0a0;
}

/* line 954, ../../app/assets/stylesheets/new_styles.css.scss */
.error_ping {
  color: #a00;
}

/* line 958, ../../app/assets/stylesheets/new_styles.css.scss */
a.small_link_label {
  font-size: 0.8rem;
}

/* line 962, ../../app/assets/stylesheets/new_styles.css.scss */
.ty_page_payment_type {
  display: block;
}

/* line 966, ../../app/assets/stylesheets/new_styles.css.scss */
a > .panel:hover {
  background: #F2FCFF;
}

/*
.campaign-status-paused td{
  background: #FFFED1;
}
*/
/*
.toogle_paused:hover .fa-play:before {
    content: "\f04c";
}

.toogle_paused:hover .fa-pause:before {
    content: "\f04b";
}
*/
/* line 987, ../../app/assets/stylesheets/new_styles.css.scss */
.error.form_error_wrap {
  text-shadow: none;
}

/* NEW DATEPICKER */
/* line 993, ../../app/assets/stylesheets/new_styles.css.scss */
.ui-datepicker .ui-icon {
  text-indent: 0px;
  color: #fff;
}

/* line 998, ../../app/assets/stylesheets/new_styles.css.scss */
.ui-datepicker .ui-datepicker-prev span:before {
  content: "\25C4";
  color: #fff;
}

/* line 1003, ../../app/assets/stylesheets/new_styles.css.scss */
.ui-datepicker .ui-datepicker-next span:before {
  content: "\25BA";
  color: #fff;
}

/* line 1008, ../../app/assets/stylesheets/new_styles.css.scss */
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
  background: #009DC6;
  color: #fff;
  text-shadow: none;
  border-radius: 0;
  border: none;
}

/* line 1018, ../../app/assets/stylesheets/new_styles.css.scss */
.ui-datepicker.ui-corner-all {
  border-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 1026, ../../app/assets/stylesheets/new_styles.css.scss */
.ui-datepicker .ui-state-highlight, .ui-datepicker.ui-widget-content .ui-state-highlight, .ui-datepicker .ui-widget-header .ui-state-highlight {
  border: 1px solid #009DC6;
  background: #EBF7FA;
  color: #363636;
}

/* line 1032, ../../app/assets/stylesheets/new_styles.css.scss */
.ui-datepicker table {
  border: none;
}

/* line 1036, ../../app/assets/stylesheets/new_styles.css.scss */
.ui-datepicker-week-end {
  background: #FAF8EB;
}

/* line 1040, ../../app/assets/stylesheets/new_styles.css.scss */
button.ui-datepicker-trigger, button.ui-datepicker-trigger:hover {
  color: #333;
  padding: 0;
  background: transparent;
}

/* line 1046, ../../app/assets/stylesheets/new_styles.css.scss */
.columns.left_separator {
  border-left: 1px solid #ddd;
}

/* line 1050, ../../app/assets/stylesheets/new_styles.css.scss */
input.right_align {
  text-align: right;
}

/* Font awesome status icons */
/* line 1055, ../../app/assets/stylesheets/new_styles.css.scss */
.datatable i.fa.inactive {
  color: #ddd !important;
}

/* line 1059, ../../app/assets/stylesheets/new_styles.css.scss */
.datatable i.fa.green {
  color: #00a000 !important;
}

/* line 1063, ../../app/assets/stylesheets/new_styles.css.scss */
.datatable i.fa.red {
  color: #a00000 !important;
}

/* line 1067, ../../app/assets/stylesheets/new_styles.css.scss */
ul.small_list {
  font-size: 0.7rem;
  margin-left: 0;
}
/* line 1070, ../../app/assets/stylesheets/new_styles.css.scss */
ul.small_list li {
  list-style-type: none;
}
/* line 1072, ../../app/assets/stylesheets/new_styles.css.scss */
ul.small_list li span {
  margin-right: 3px;
}

/* line 1078, ../../app/assets/stylesheets/new_styles.css.scss */
.nobreak {
  white-space: nowrap;
}

/* line 1082, ../../app/assets/stylesheets/new_styles.css.scss */
p.desc {
  font-style: italic;
  font-size: 0.8rem;
}

/* line 1087, ../../app/assets/stylesheets/new_styles.css.scss */
.text_right {
  text-align: right;
}

/* line 1091, ../../app/assets/stylesheets/new_styles.css.scss */
.positive-invoice {
  color: #00a000;
}

/* line 1095, ../../app/assets/stylesheets/new_styles.css.scss */
.negative-invoice {
  color: #a00000;
}

/* My account */
/* line 1106, ../../app/assets/stylesheets/new_styles.css.scss */
.outlined {
  text-align: center;
  padding: 25px 13px;
  margin-right: 30px;
  position: relative;
  height: 120px;
  width: 120px;
  float: right;
  /* Limits colors */
}
/* line 1115, ../../app/assets/stylesheets/new_styles.css.scss */
.outlined span {
  clear: both;
  display: block;
  margin-bottom: 5px;
}
/* line 1121, ../../app/assets/stylesheets/new_styles.css.scss */
.outlined .widget-value {
  font-size: 1.6rem;
  margin-top: -5px;
}
/* line 1126, ../../app/assets/stylesheets/new_styles.css.scss */
.outlined .widget-subvalue {
  font-size: 0.7rem;
}
/* line 1130, ../../app/assets/stylesheets/new_styles.css.scss */
.outlined .widget-legend {
  font-size: 0.9rem;
}
/* line 1136, ../../app/assets/stylesheets/new_styles.css.scss */
.outlined .available-limit {
  color: #87D651;
  stroke: #87D651;
}
/* line 1141, ../../app/assets/stylesheets/new_styles.css.scss */
.outlined .approaching-limit {
  color: #DBD821;
  stroke: #DBD821;
}
/* line 1146, ../../app/assets/stylesheets/new_styles.css.scss */
.outlined .close-limit {
  color: #DB9A21;
  stroke: #DB9A21;
}
/* line 1151, ../../app/assets/stylesheets/new_styles.css.scss */
.outlined .reached-limit {
  color: #DB2121;
  stroke: #DB2121;
}
/* line 1156, ../../app/assets/stylesheets/new_styles.css.scss */
.outlined progress-arc {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 1162, ../../app/assets/stylesheets/new_styles.css.scss */
.outlined circle {
  stroke-linecap: round;
  transition: stroke-dashoffset 0.5s ease;
}

/* line 1170, ../../app/assets/stylesheets/new_styles.css.scss */
.level-info .level-status {
  border-radius: 2px;
  padding: 4px 15px;
  font-size: 0.8rem;
  text-shadow: none;
  display: inline-block;
  margin: 3px 0 13px 0;
}
/* line 1178, ../../app/assets/stylesheets/new_styles.css.scss */
.level-info .level-status.active-level {
  color: #fff;
  background: #87D651;
}
/* line 1182, ../../app/assets/stylesheets/new_styles.css.scss */
.level-info .level-status.grace_period-level {
  color: #fff;
  background: #DB9A21;
}

/* line 1189, ../../app/assets/stylesheets/new_styles.css.scss */
.loading-overlay {
  color: #666;
  min-height: 300px;
  padding-top: 100px;
  text-align: center;
  font-size: 3rem;
}

/* line 1197, ../../app/assets/stylesheets/new_styles.css.scss */
.my_account_graph_box {
  margin-top: 40px;
  padding: 0 20px;
  box-sizing: border-box;
}

/* line 1203, ../../app/assets/stylesheets/new_styles.css.scss */
.button.button-inline {
  margin-bottom: 0;
  margin-left: 5px;
}

/* line 1208, ../../app/assets/stylesheets/new_styles.css.scss */
.alert-box.less-padded {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

/* Campaigns manage fixes */
/* line 1215, ../../app/assets/stylesheets/new_styles.css.scss */
.additional_options_tags .nicetable-small label:after {
  content: ':';
}
/* line 1218, ../../app/assets/stylesheets/new_styles.css.scss */
.additional_options_tags .nicetable-small tr:hover {
  background: transparent;
}
/* line 1221, ../../app/assets/stylesheets/new_styles.css.scss */
.additional_options_tags .nicetable-small td {
  vertical-align: middle;
}

/* line 1227, ../../app/assets/stylesheets/new_styles.css.scss */
input.datepicker.small-datepicker {
  width: 85%;
  float: left;
}

/* line 1232, ../../app/assets/stylesheets/new_styles.css.scss */
.active-account, .green-text {
  color: #87D651;
}

/* line 1235, ../../app/assets/stylesheets/new_styles.css.scss */
.grace_period-account, .orange-text {
  color: #DB9A21;
}

/* line 1240, ../../app/assets/stylesheets/new_styles.css.scss */
i.fa.active {
  color: #32A14C !important;
}
/* line 1243, ../../app/assets/stylesheets/new_styles.css.scss */
i.fa.cancelled {
  color: #db2424 !important;
}
/* line 1246, ../../app/assets/stylesheets/new_styles.css.scss */
i.fa.text-danger {
  color: #a00 !important;
}
/* line 1249, ../../app/assets/stylesheets/new_styles.css.scss */
i.fa.fa-2x, i.fa.fa-stack-2x {
  font-size: 1.7rem !important;
}

/* line 1254, ../../app/assets/stylesheets/new_styles.css.scss */
.double_columns {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

/* line 1260, ../../app/assets/stylesheets/new_styles.css.scss */
.custom_subscription.aff_name {
  font-size: .8rem;
}

/* line 1264, ../../app/assets/stylesheets/new_styles.css.scss */
p.italic.description {
  font-size: .8rem;
  font-style: italic;
}

/* line 1269, ../../app/assets/stylesheets/new_styles.css.scss */
.widget_number_field .bcast-percent {
  font-size: 2rem;
  color: #888;
}

/* line 1275, ../../app/assets/stylesheets/new_styles.css.scss */
.homepage .help {
  background: #eee;
  color: #000;
  text-shadow: none;
  padding: 10px 35px;
  clear: both;
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 1283, ../../app/assets/stylesheets/new_styles.css.scss */
.homepage .help h1 {
  color: #000;
  text-shadow: none;
}
/* line 1288, ../../app/assets/stylesheets/new_styles.css.scss */
.homepage .product_name {
  margin-top: 20px;
}
/* line 1291, ../../app/assets/stylesheets/new_styles.css.scss */
.homepage .date {
  text-align: right;
  font-size: .8rem;
  color: #444;
}
/* line 1296, ../../app/assets/stylesheets/new_styles.css.scss */
.homepage .product_link {
  text-align: right;
}

/* line 1301, ../../app/assets/stylesheets/new_styles.css.scss */
label.inline {
  display: inline;
}

/* line 1305, ../../app/assets/stylesheets/new_styles.css.scss */
.sub_show_icon {
  text-align: center;
}

/* line 1310, ../../app/assets/stylesheets/new_styles.css.scss */
.subs_status_wrapper .subs_paid {
  color: #0B228A;
}
/* line 1313, ../../app/assets/stylesheets/new_styles.css.scss */
.subs_status_wrapper .subs_cancelled {
  color: #B90041;
}
/* line 1316, ../../app/assets/stylesheets/new_styles.css.scss */
.subs_status_wrapper .subs_active {
  color: #009449;
}
/* line 1319, ../../app/assets/stylesheets/new_styles.css.scss */
.subs_status_wrapper .subs_inactive {
  color: #666;
}
/* line 1322, ../../app/assets/stylesheets/new_styles.css.scss */
.subs_status_wrapper .subs_pending {
  color: #FF880B;
}

/* line 1332, ../../app/assets/stylesheets/new_styles.css.scss */
.subs_show_ud_wrapper p {
  margin-bottom: 0;
}
/* line 1335, ../../app/assets/stylesheets/new_styles.css.scss */
.subs_show_ud_wrapper .b_margined {
  margin-bottom: 15px;
}

/* line 1341, ../../app/assets/stylesheets/new_styles.css.scss */
.subs_nomargin_data_wrapper p {
  margin-bottom: 0;
}

/* line 1347, ../../app/assets/stylesheets/new_styles.css.scss */
.subs_show_dates_wrapper .pending_date {
  color: #FF880B;
}

/* line 1353, ../../app/assets/stylesheets/new_styles.css.scss */
.subs-table tr.failed_tr {
  background: #FFEEC7;
}
/* line 1357, ../../app/assets/stylesheets/new_styles.css.scss */
.subs-table tr.future_tr {
  background: #D3F0F9;
}
/* line 1361, ../../app/assets/stylesheets/new_styles.css.scss */
.subs-table tr.future_pending_tr {
  background: #F5D17F;
}
/* line 1365, ../../app/assets/stylesheets/new_styles.css.scss */
.subs-table td {
  vertical-align: middle;
}

/* line 1370, ../../app/assets/stylesheets/new_styles.css.scss */
.two-columned {
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
}

/* Promo improvements on style */
/* line 1377, ../../app/assets/stylesheets/new_styles.css.scss */
.promo_section_content_item_sortable li.panel {
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
/* line 1382, ../../app/assets/stylesheets/new_styles.css.scss */
.promo_section_content_item_sortable li.panel .banner_container {
  padding-top: 15px;
}
/* line 1386, ../../app/assets/stylesheets/new_styles.css.scss */
.promo_section_content_item_sortable li.panel textarea.click_select {
  font-family: courier;
  font-size: 11px;
}

/* line 1392, ../../app/assets/stylesheets/new_styles.css.scss */
.row.set_vat_wrapper {
  width: 60%;
}

/* line 1396, ../../app/assets/stylesheets/new_styles.css.scss */
span.prefix.blank, label.prefix.blank, span.postfix.blank, label.postfix.blank {
  background: transparent;
  border: none;
}

/* line 1401, ../../app/assets/stylesheets/new_styles.css.scss */
.product_help_description {
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 0.875rem;
}

/* line 1407, ../../app/assets/stylesheets/new_styles.css.scss */
tr.deactivated {
  text-decoration: line-through;
}

/*Users#index & users#Show*/
/* line 1413, ../../app/assets/stylesheets/new_styles.css.scss */
.email-data {
  font-size: 0.8rem;
  font-weight: bold;
}

/* line 1417, ../../app/assets/stylesheets/new_styles.css.scss */
.avatar-cell {
  max-width: 58px;
  width: 69px !important;
  text-align: left;
}

/* line 1424, ../../app/assets/stylesheets/new_styles.css.scss */
.base_data p {
  font-size: 1.0rem;
  margin-bottom: 0rem;
  line-height: 1.4;
}

/* line 1429, ../../app/assets/stylesheets/new_styles.css.scss */
.icon_data {
  text-align: center;
}

/* line 1433, ../../app/assets/stylesheets/new_styles.css.scss */
.stats_data, .actions, .icon_data {
  padding-top: 0.8rem;
  padding-bottom: 0.2rem;
}

/* line 1437, ../../app/assets/stylesheets/new_styles.css.scss */
.stats_data p {
  font-size: 0.9rem;
  margin-bottom: 0rem;
  line-height: 1.4;
}

/* line 1444, ../../app/assets/stylesheets/new_styles.css.scss */
.more_info, .more_info a {
  font-size: 0.85rem;
  text-align: right;
  padding-right: 50px;
}

/* line 1449, ../../app/assets/stylesheets/new_styles.css.scss */
.more_data p, p.more_data {
  font-size: 0.8rem;
  margin-bottom: 0rem;
}

/* line 1454, ../../app/assets/stylesheets/new_styles.css.scss */
.user_data_card .body, .user_data_card .title, .user_data_card .actions {
  padding: 16px;
}

/* line 1458, ../../app/assets/stylesheets/new_styles.css.scss */
.user_data_card {
  /*border: 1px solid #c6c6c6;*/
  -webkit-box-shadow: 4px 7px 20px 3px rgba(119, 119, 119, 0.75);
  -moz-box-shadow: 4px 7px 20px 3px rgba(119, 119, 119, 0.75);
  box-shadow: 4px 7px 20px 3px rgba(119, 119, 119, 0.75);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

/* line 1466, ../../app/assets/stylesheets/new_styles.css.scss */
.user_data_card p {
  font-size: 1.0rem;
  margin-bottom: 0rem;
  line-height: 1.7;
  font-weight: 300;
  font-family: Roboto;
}

/* line 1473, ../../app/assets/stylesheets/new_styles.css.scss */
.user_data_card h2 {
  border-bottom: 1px solid #c6c6c6;
  font-size: 1.2rem;
}

/* line 1477, ../../app/assets/stylesheets/new_styles.css.scss */
.user_data_card p i {
  font-size: 0.9rem;
  color: #777;
}

/* line 1482, ../../app/assets/stylesheets/new_styles.css.scss */
.user_data_card a {
  white-space: nowrap;
  font-size: 0.8rem;
  clear: both;
  display: block;
  margin-bottom: 0.5rem;
}

/* line 1490, ../../app/assets/stylesheets/new_styles.css.scss */
.user_data_card .title {
  border-bottom: 1px solid #c6c6c6;
  width: 100%;
}

/* line 1494, ../../app/assets/stylesheets/new_styles.css.scss */
.user_data_card .title p {
  font-size: 1.1rem;
  font-weight: 400;
}

/* line 1498, ../../app/assets/stylesheets/new_styles.css.scss */
.user_data_card .title p small {
  font-size: 1.0rem;
  font-weight: 300;
}

/* line 1502, ../../app/assets/stylesheets/new_styles.css.scss */
.user_data_card .title p i {
  font-size: 1.2rem;
}

/* line 1505, ../../app/assets/stylesheets/new_styles.css.scss */
.user_data_card .actions {
  border-top: 1px solid #c6c6c6;
  width: 100%;
}

/* line 1509, ../../app/assets/stylesheets/new_styles.css.scss */
.user_data_card .actions a {
  display: inline;
  clear: none;
  font-family: Roboto;
}

/* line 1514, ../../app/assets/stylesheets/new_styles.css.scss */
.user_data_card_container {
  margin-top: 24px;
  margin-bottom: 16px;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
/* line 4, ../../app/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

/* line 22, ../../app/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

/* line 29, ../../app/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 39, ../../app/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-opened {
  z-index: 8030;
}

/* line 43, ../../app/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

/* line 49, ../../app/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-outer, .fancybox-inner {
  position: relative;
}

/* line 53, ../../app/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-inner {
  overflow: hidden;
}

/* line 57, ../../app/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

/* line 61, ../../app/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

/* line 69, ../../app/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 75, ../../app/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

/* line 80, ../../app/assets/stylesheets/jquery.fancybox.css.scss */
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url(//d2dzcont2j3csy.cloudfront.net/assets/fancybox/fancybox_sprite-34a7c426274a072a2fb3c1509b4eec39.png);
}

/* line 84, ../../app/assets/stylesheets/jquery.fancybox.css.scss */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

/* line 96, ../../app/assets/stylesheets/jquery.fancybox.css.scss */
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(//d2dzcont2j3csy.cloudfront.net/assets/fancybox/fancybox_loading-9dbf4fdf9b983b124da837c27093792a.gif) center center no-repeat;
}

/* line 102, ../../app/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

/* line 112, ../../app/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(//d2dzcont2j3csy.cloudfront.net/assets/fancybox/blank-b3f96f160b75b1b49b426754ba188fe8.gif);
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

/* line 124, ../../app/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-prev {
  left: 0;
}

/* line 128, ../../app/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-next {
  right: 0;
}

/* line 132, ../../app/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

/* line 143, ../../app/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

/* line 148, ../../app/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

/* line 153, ../../app/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-nav:hover span {
  visibility: visible;
}

/* line 157, ../../app/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
/* line 169, ../../app/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

/* line 174, ../../app/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-lock body {
  overflow: hidden !important;
}

/* line 178, ../../app/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-lock-test {
  overflow-y: hidden !important;
}

/* line 182, ../../app/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 80010;
  /* MICHELE : FOR TOP ON TINYMCE EDITOR MENU */
  background: url(//d2dzcont2j3csy.cloudfront.net/assets/fancybox/fancybox_overlay-2c306d9b17e89f34188b98a0a17fdbd7.png);
}

/* line 192, ../../app/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

/* line 198, ../../app/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
/* line 205, ../../app/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

/* line 213, ../../app/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-opened .fancybox-title {
  visibility: visible;
}

/* line 217, ../../app/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

/* line 226, ../../app/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

/* line 242, ../../app/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

/* line 248, ../../app/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-title-inside-wrap {
  padding-top: 10px;
}

/* line 252, ../../app/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 267, ../../app/assets/stylesheets/jquery.fancybox.css.scss */
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(//d2dzcont2j3csy.cloudfront.net/assets/fancybox/fancybox_sprite@2x-2595476fbe4a3d6e9bb419a3e77758dd.png);
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  /* line 272, ../../app/assets/stylesheets/jquery.fancybox.css.scss */
  #fancybox-loading div {
    background-image: url(//d2dzcont2j3csy.cloudfront.net/assets/fancybox/fancybox_loading@2x-8e1337ae73ee8d5ebd1a564261aa4b29.gif);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/*! jQuery UI - v1.10.1 - 2013-02-15
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* Copyright (c) 2013 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/

.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("images/animated-overlay.gif");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
	font-size: 1.1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa/*{borderColorContent}*/;
	background: #ffffff;
	color: #222222/*{fcContent}*/;
}
.ui-widget-content a {
	color: #222222/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #aaaaaa/*{borderColorHeader}*/;
	background: #cccccc;
	color: #222222/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3/*{borderColorDefault}*/;
	background: #e6e6e6;
	font-weight: normal/*{fwDefault}*/;
	color: #555555/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999/*{borderColorHover}*/;
	background: #dadada;
	font-weight: normal/*{fwDefault}*/;
	color: #212121/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #212121/*{fcHover}*/;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa/*{borderColorActive}*/;
	background: #ffffff;
	font-weight: normal/*{fwDefault}*/;
	color: #212121/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1/*{borderColorHighlight}*/;
	background: #fbf9ee;
	color: #363636/*{fcHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a/*{borderColorError}*/;
	background: #fef1ec;
	color: #cd0a0a/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
	background-position: 16px 16px;
}
/*.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(images/ui-icons_222222_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(images/ui-icons_888888_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(images/ui-icons_454545_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(images/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(images/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(images/ui-icons_cd0a0a_256x240.png);
}*/

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3/*{opacityOverlay}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/;
}
.ui-widget-shadow {
	margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/;
	padding: 8px/*{thicknessShadow}*/;
	background: #aaaaaa;
	opacity: .3/*{opacityShadow}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterShadow}*/;
	border-radius: 8px/*{cornerRadiusShadow}*/;
}
.minicolors {
  position: relative;
}

.minicolors-swatch {
  position: absolute;
  vertical-align: middle;

  
    background: url(data:image/png;base64,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
) 0 0;
  

  border: solid 1px #ccc;
  cursor: text;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.minicolors-swatch-color {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.minicolors input[type=hidden] + .minicolors-swatch {
  width: 28px;
  position: static;
  cursor: pointer;
}

/* Panel */
.minicolors-panel {
  position: absolute;
  width: 173px;
  height: 152px;
  background: white;
  border: solid 1px #CCC;
  box-shadow: 0 0 20px rgba(0, 0, 0, .2);
  z-index: 99999;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: none;
}

.minicolors-panel.minicolors-visible {
  display: block;
}

/* Panel positioning */
.minicolors-position-top .minicolors-panel {
  top: -154px;
}

.minicolors-position-right .minicolors-panel {
  right: 0;
}

.minicolors-position-bottom .minicolors-panel {
  top: auto;
}

.minicolors-position-left .minicolors-panel {
  left: 0;
}

.minicolors-with-opacity .minicolors-panel {
  width: 194px;
}

.minicolors .minicolors-grid {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 150px;
  height: 150px;

  
    background: url(data:image/png;base64,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
) 0 0;
  

  cursor: crosshair;
}

.minicolors .minicolors-grid-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  background: none;
}

.minicolors-slider-saturation .minicolors-grid {
  
    background-position: -300px 0;
  
}

.minicolors-slider-saturation .minicolors-grid-inner {
  
    background: url(data:image/png;base64,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
) -150px 0;
  
}

.minicolors-slider-brightness .minicolors-grid {
  
    background-position: -450px 0;
  
}

.minicolors-slider-brightness .minicolors-grid-inner {
  background: black;
}

.minicolors-slider-wheel .minicolors-grid {
  
    background-position: -600px 0;
  
}

.minicolors-slider,
.minicolors-opacity-slider {
  position: absolute;
  top: 1px;
  left: 152px;
  width: 20px;
  height: 150px;

  
    background: white url(data:image/png;base64,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
) 0 0;
  

  cursor: row-resize;
}

.minicolors-slider-saturation .minicolors-slider {
  background-position: -60px 0;
}

.minicolors-slider-brightness .minicolors-slider {
  background-position: -20px 0;
}

.minicolors-slider-wheel .minicolors-slider {
  background-position: -20px 0;
}

.minicolors-opacity-slider {
  left: 173px;
  background-position: -40px 0;
  display: none;
}

.minicolors-with-opacity .minicolors-opacity-slider {
  display: block;
}

/* Pickers */
.minicolors-grid .minicolors-picker {
  position: absolute;
  top: 70px;
  left: 70px;
  width: 12px;
  height: 12px;
  border: solid 1px black;
  border-radius: 10px;
  margin-top: -6px;
  margin-left: -6px;
  background: none;
}

.minicolors-grid .minicolors-picker > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  border: solid 2px white;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.minicolors-picker {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 2px;
  background: white;
  border: solid 1px black;
  margin-top: -2px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* Inline controls */
.minicolors-inline {
  display: inline-block;
}

.minicolors-inline .minicolors-input {
  display: none !important;
}

.minicolors-inline .minicolors-panel {
  position: relative;
  top: auto;
  left: auto;
  box-shadow: none;
  z-index: auto;
  display: inline-block;
}

/* Default theme */
.minicolors-theme-default .minicolors-swatch {
  top: 5px;
  left: 5px;
  width: 18px;
  height: 18px;
}
.minicolors-theme-default.minicolors-position-right .minicolors-swatch {
  left: auto;
  right: 5px;
}
.minicolors-theme-default.minicolors {
  width: auto;
  display: inline-block;
}
.minicolors-theme-default .minicolors-input {
  height: 20px;
  width: auto;
  display: inline-block;
  padding-left: 26px;
}
.minicolors-theme-default.minicolors-position-right .minicolors-input {
  padding-right: 26px;
  padding-left: inherit;
}

/* Bootstrap theme */
.minicolors-theme-bootstrap .minicolors-swatch {
  top: 3px;
  left: 3px;
  width: 28px;
  height: 28px;
  border-radius: 3px;
}
.minicolors-theme-bootstrap .minicolors-swatch-color {
  border-radius: inherit;
}
.minicolors-theme-bootstrap.minicolors-position-right .minicolors-swatch {
  left: auto;
  right: 3px;
}
.minicolors-theme-bootstrap .minicolors-input {
  padding-left: 44px;
}
.minicolors-theme-bootstrap.minicolors-position-right .minicolors-input {
  padding-right: 44px;
  padding-left: 12px;
}
.minicolors-theme-bootstrap .minicolors-input.input-lg + .minicolors-swatch {
  top: 4px;
  left: 4px;
  width: 37px;
  height: 37px;
  border-radius: 5px;
}
.minicolors-theme-bootstrap .minicolors-input.input-sm + .minicolors-swatch {
  width: 24px;
  height: 24px;
}
/* line 1, ../../app/assets/stylesheets/intlVatInput.css.scss */
.intl-vat-input {
  position: relative;
  display: inline-block;
  width: 100%;
}

/* line 6, ../../app/assets/stylesheets/intlVatInput.css.scss */
.intl-vat-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* line 10, ../../app/assets/stylesheets/intlVatInput.css.scss */
.intl-vat-input .hide {
  display: none;
}

/* line 13, ../../app/assets/stylesheets/intlVatInput.css.scss */
.intl-vat-input .v-hide {
  visibility: hidden;
}

/* line 16, ../../app/assets/stylesheets/intlVatInput.css.scss */
.intl-vat-input input,
.intl-vat-input input[type=text],
.intl-vat-input input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-left: 48px;
  margin-left: 0;
  transition: background-color 100ms ease-out;
}

/* line 27, ../../app/assets/stylesheets/intlVatInput.css.scss */
.intl-vat-input input.iti-invalid-key {
  transition: background-color 0s;
  background-color: #FFC7C7;
}

/* line 31, ../../app/assets/stylesheets/intlVatInput.css.scss */
.intl-vat-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 1px;
}

/* line 37, ../../app/assets/stylesheets/intlVatInput.css.scss */
.intl-vat-input .flag-container:hover {
  cursor: pointer;
}

/* line 40, ../../app/assets/stylesheets/intlVatInput.css.scss */
.intl-vat-input .flag-container:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 43, ../../app/assets/stylesheets/intlVatInput.css.scss */
.intl-vat-input input[disabled] + .flag-container:hover,
.intl-vat-input input[readonly] + .flag-container:hover {
  cursor: default;
}

/* line 47, ../../app/assets/stylesheets/intlVatInput.css.scss */
.intl-vat-input input[disabled] + .flag-container:hover .selected-flag,
.intl-vat-input input[readonly] + .flag-container:hover .selected-flag {
  background-color: transparent;
}

/* line 51, ../../app/assets/stylesheets/intlVatInput.css.scss */
.intl-vat-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 42px;
  height: 100%;
  padding: 0 0 0 8px;
}

/* line 58, ../../app/assets/stylesheets/intlVatInput.css.scss */
.intl-vat-input .selected-flag .iti-flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* line 64, ../../app/assets/stylesheets/intlVatInput.css.scss */
.intl-vat-input .selected-flag .iti-arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 4px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

/* line 75, ../../app/assets/stylesheets/intlVatInput.css.scss */
.intl-vat-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}

/* line 79, ../../app/assets/stylesheets/intlVatInput.css.scss */
.intl-vat-input .country-list {
  list-style: none;
  position: absolute;
  z-index: 2;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
}

/* line 92, ../../app/assets/stylesheets/intlVatInput.css.scss */
.intl-vat-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

/* line 96, ../../app/assets/stylesheets/intlVatInput.css.scss */
.intl-vat-input .country-list .flag-box {
  display: inline-block;
  width: 20px;
}

@media (max-width: 500px) {
  /* line 101, ../../app/assets/stylesheets/intlVatInput.css.scss */
  .intl-vat-input .country-list {
    white-space: normal;
  }
}
/* line 105, ../../app/assets/stylesheets/intlVatInput.css.scss */
.intl-vat-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}

/* line 110, ../../app/assets/stylesheets/intlVatInput.css.scss */
.intl-vat-input .country-list .country {
  padding: 5px 10px;
}

/* line 113, ../../app/assets/stylesheets/intlVatInput.css.scss */
.intl-vat-input .country-list .country .dial-code {
  color: #999;
}

/* line 116, ../../app/assets/stylesheets/intlVatInput.css.scss */
.intl-vat-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 119, ../../app/assets/stylesheets/intlVatInput.css.scss */
.intl-vat-input .country-list .flag-box,
.intl-vat-input .country-list .country-name,
.intl-vat-input .country-list .dial-code {
  vertical-align: middle;
}

/* line 124, ../../app/assets/stylesheets/intlVatInput.css.scss */
.intl-vat-input .country-list .flag-box,
.intl-vat-input .country-list .country-name {
  margin-right: 6px;
}

/* line 128, ../../app/assets/stylesheets/intlVatInput.css.scss */
.intl-vat-input select {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 42px;
  height: 100%;
  opacity: 0;
}

/* line 137, ../../app/assets/stylesheets/intlVatInput.css.scss */
.intl-vat-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

/* line 144, ../../app/assets/stylesheets/intlVatInput.css.scss */
.intl-vat-input.iti-container:hover {
  cursor: pointer;
}

/* line 147, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag {
  width: 20px;
}

/* line 150, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.BE {
  width: 18px;
}

/* line 153, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.CH {
  width: 15px;
}

/* line 156, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.MC {
  width: 19px;
}

/* line 159, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.NE {
  width: 18px;
}

/* line 162, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.NP {
  width: 13px;
}

/* line 165, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.VA {
  width: 15px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 174, ../../app/assets/stylesheets/intlVatInput.css.scss */
  .iti-flag {
    background-size: 5630px 15px;
  }
}
/* line 178, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.AC {
  height: 10px;
  background-position: 0px 0px;
}

/* line 182, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.AD {
  height: 14px;
  background-position: -22px 0px;
}

/* line 186, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.AE {
  height: 10px;
  background-position: -44px 0px;
}

/* line 190, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.AF {
  height: 14px;
  background-position: -66px 0px;
}

/* line 194, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.AG {
  height: 14px;
  background-position: -88px 0px;
}

/* line 198, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.AI {
  height: 10px;
  background-position: -110px 0px;
}

/* line 202, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.AL {
  height: 15px;
  background-position: -132px 0px;
}

/* line 206, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.AM {
  height: 10px;
  background-position: -154px 0px;
}

/* line 210, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.AO {
  height: 14px;
  background-position: -176px 0px;
}

/* line 214, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.AQ {
  height: 14px;
  background-position: -198px 0px;
}

/* line 218, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.AR {
  height: 13px;
  background-position: -220px 0px;
}

/* line 222, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.AS {
  height: 10px;
  background-position: -242px 0px;
}

/* line 226, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.AT {
  height: 14px;
  background-position: -264px 0px;
}

/* line 230, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.AU {
  height: 10px;
  background-position: -286px 0px;
}

/* line 234, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.AW {
  height: 14px;
  background-position: -308px 0px;
}

/* line 238, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.AX {
  height: 13px;
  background-position: -330px 0px;
}

/* line 242, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.AZ {
  height: 10px;
  background-position: -352px 0px;
}

/* line 246, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.BA {
  height: 10px;
  background-position: -374px 0px;
}

/* line 250, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.BB {
  height: 14px;
  background-position: -396px 0px;
}

/* line 254, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.BD {
  height: 12px;
  background-position: -418px 0px;
}

/* line 258, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.BE {
  height: 15px;
  background-position: -440px 0px;
}

/* line 262, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.BF {
  height: 14px;
  background-position: -460px 0px;
}

/* line 266, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.BG {
  height: 12px;
  background-position: -482px 0px;
}

/* line 270, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.BH {
  height: 12px;
  background-position: -504px 0px;
}

/* line 274, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.BI {
  height: 12px;
  background-position: -526px 0px;
}

/* line 278, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.BJ {
  height: 14px;
  background-position: -548px 0px;
}

/* line 282, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.BL {
  height: 14px;
  background-position: -570px 0px;
}

/* line 286, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.BM {
  height: 10px;
  background-position: -592px 0px;
}

/* line 290, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.BN {
  height: 10px;
  background-position: -614px 0px;
}

/* line 294, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.BO {
  height: 14px;
  background-position: -636px 0px;
}

/* line 298, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.BQ {
  height: 14px;
  background-position: -658px 0px;
}

/* line 302, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.BR {
  height: 14px;
  background-position: -680px 0px;
}

/* line 306, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.BS {
  height: 10px;
  background-position: -702px 0px;
}

/* line 310, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.BT {
  height: 14px;
  background-position: -724px 0px;
}

/* line 314, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.BV {
  height: 15px;
  background-position: -746px 0px;
}

/* line 318, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.BW {
  height: 14px;
  background-position: -768px 0px;
}

/* line 322, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.BY {
  height: 10px;
  background-position: -790px 0px;
}

/* line 326, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.BZ {
  height: 14px;
  background-position: -812px 0px;
}

/* line 330, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.CA {
  height: 10px;
  background-position: -834px 0px;
}

/* line 334, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.CC {
  height: 10px;
  background-position: -856px 0px;
}

/* line 338, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.CD {
  height: 15px;
  background-position: -878px 0px;
}

/* line 342, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.CF {
  height: 14px;
  background-position: -900px 0px;
}

/* line 346, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.CG {
  height: 14px;
  background-position: -922px 0px;
}

/* line 350, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.CH {
  height: 15px;
  background-position: -944px 0px;
}

/* line 354, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.CI {
  height: 14px;
  background-position: -961px 0px;
}

/* line 358, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.CK {
  height: 10px;
  background-position: -983px 0px;
}

/* line 362, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.CL {
  height: 14px;
  background-position: -1005px 0px;
}

/* line 366, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.CM {
  height: 14px;
  background-position: -1027px 0px;
}

/* line 370, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.CN {
  height: 14px;
  background-position: -1049px 0px;
}

/* line 374, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.CO {
  height: 14px;
  background-position: -1071px 0px;
}

/* line 378, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.CP {
  height: 14px;
  background-position: -1093px 0px;
}

/* line 382, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.CR {
  height: 12px;
  background-position: -1115px 0px;
}

/* line 386, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.CU {
  height: 10px;
  background-position: -1137px 0px;
}

/* line 390, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.CV {
  height: 12px;
  background-position: -1159px 0px;
}

/* line 394, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.CW {
  height: 14px;
  background-position: -1181px 0px;
}

/* line 398, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.CX {
  height: 10px;
  background-position: -1203px 0px;
}

/* line 402, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.CY {
  height: 13px;
  background-position: -1225px 0px;
}

/* line 406, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.CZ {
  height: 14px;
  background-position: -1247px 0px;
}

/* line 410, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.DE {
  height: 12px;
  background-position: -1269px 0px;
}

/* line 414, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.DG {
  height: 10px;
  background-position: -1291px 0px;
}

/* line 418, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.DJ {
  height: 14px;
  background-position: -1313px 0px;
}

/* line 422, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.DK {
  height: 15px;
  background-position: -1335px 0px;
}

/* line 426, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.DM {
  height: 10px;
  background-position: -1357px 0px;
}

/* line 430, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.DO {
  height: 13px;
  background-position: -1379px 0px;
}

/* line 434, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.DZ {
  height: 14px;
  background-position: -1401px 0px;
}

/* line 438, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.EA {
  height: 14px;
  background-position: -1423px 0px;
}

/* line 442, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.EC {
  height: 14px;
  background-position: -1445px 0px;
}

/* line 446, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.EE {
  height: 13px;
  background-position: -1467px 0px;
}

/* line 450, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.EG {
  height: 14px;
  background-position: -1489px 0px;
}

/* line 454, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.EH {
  height: 10px;
  background-position: -1511px 0px;
}

/* line 458, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.ER {
  height: 10px;
  background-position: -1533px 0px;
}

/* line 462, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.ES {
  height: 14px;
  background-position: -1555px 0px;
}

/* line 466, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.ET {
  height: 10px;
  background-position: -1577px 0px;
}

/* line 470, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.EU {
  height: 14px;
  background-position: -1599px 0px;
}

/* line 474, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.FI {
  height: 12px;
  background-position: -1621px 0px;
}

/* line 478, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.FJ {
  height: 10px;
  background-position: -1643px 0px;
}

/* line 482, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.FK {
  height: 10px;
  background-position: -1665px 0px;
}

/* line 486, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.FM {
  height: 11px;
  background-position: -1687px 0px;
}

/* line 490, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.FO {
  height: 15px;
  background-position: -1709px 0px;
}

/* line 494, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.FR {
  height: 14px;
  background-position: -1731px 0px;
}

/* line 498, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.GA {
  height: 15px;
  background-position: -1753px 0px;
}

/* line 502, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.GB {
  height: 10px;
  background-position: -1775px 0px;
}

/* line 506, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.GD {
  height: 12px;
  background-position: -1797px 0px;
}

/* line 510, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.GE {
  height: 14px;
  background-position: -1819px 0px;
}

/* line 514, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.GF {
  height: 14px;
  background-position: -1841px 0px;
}

/* line 518, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.GG {
  height: 14px;
  background-position: -1863px 0px;
}

/* line 522, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.GH {
  height: 14px;
  background-position: -1885px 0px;
}

/* line 526, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.GI {
  height: 10px;
  background-position: -1907px 0px;
}

/* line 530, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.GL {
  height: 14px;
  background-position: -1929px 0px;
}

/* line 534, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.GM {
  height: 14px;
  background-position: -1951px 0px;
}

/* line 538, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.GN {
  height: 14px;
  background-position: -1973px 0px;
}

/* line 542, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.GP {
  height: 14px;
  background-position: -1995px 0px;
}

/* line 546, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.GQ {
  height: 14px;
  background-position: -2017px 0px;
}

/* line 550, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.GR, .iti-flag.EL {
  height: 14px;
  background-position: -2039px 0px;
}

/* line 554, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.GS {
  height: 10px;
  background-position: -2061px 0px;
}

/* line 558, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.GT {
  height: 13px;
  background-position: -2083px 0px;
}

/* line 562, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.GU {
  height: 11px;
  background-position: -2105px 0px;
}

/* line 566, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.GW {
  height: 10px;
  background-position: -2127px 0px;
}

/* line 570, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.GY {
  height: 12px;
  background-position: -2149px 0px;
}

/* line 574, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.HK {
  height: 14px;
  background-position: -2171px 0px;
}

/* line 578, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.HM {
  height: 10px;
  background-position: -2193px 0px;
}

/* line 582, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.HN {
  height: 10px;
  background-position: -2215px 0px;
}

/* line 586, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.HR {
  height: 10px;
  background-position: -2237px 0px;
}

/* line 590, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.HT {
  height: 12px;
  background-position: -2259px 0px;
}

/* line 594, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.HU {
  height: 10px;
  background-position: -2281px 0px;
}

/* line 598, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.IC {
  height: 14px;
  background-position: -2303px 0px;
}

/* line 602, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.ID {
  height: 14px;
  background-position: -2325px 0px;
}

/* line 606, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.IE {
  height: 10px;
  background-position: -2347px 0px;
}

/* line 610, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.IL {
  height: 15px;
  background-position: -2369px 0px;
}

/* line 614, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.IM {
  height: 10px;
  background-position: -2391px 0px;
}

/* line 618, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.IN {
  height: 14px;
  background-position: -2413px 0px;
}

/* line 622, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.IO {
  height: 10px;
  background-position: -2435px 0px;
}

/* line 626, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.IQ {
  height: 14px;
  background-position: -2457px 0px;
}

/* line 630, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.IR {
  height: 12px;
  background-position: -2479px 0px;
}

/* line 634, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.IS {
  height: 15px;
  background-position: -2501px 0px;
}

/* line 638, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.IT {
  height: 14px;
  background-position: -2523px 0px;
}

/* line 642, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.JE {
  height: 12px;
  background-position: -2545px 0px;
}

/* line 646, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.JM {
  height: 10px;
  background-position: -2567px 0px;
}

/* line 650, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.JO {
  height: 10px;
  background-position: -2589px 0px;
}

/* line 654, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.JP {
  height: 14px;
  background-position: -2611px 0px;
}

/* line 658, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.KE {
  height: 14px;
  background-position: -2633px 0px;
}

/* line 662, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.KG {
  height: 12px;
  background-position: -2655px 0px;
}

/* line 666, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.KH {
  height: 13px;
  background-position: -2677px 0px;
}

/* line 670, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.KI {
  height: 10px;
  background-position: -2699px 0px;
}

/* line 674, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.KM {
  height: 12px;
  background-position: -2721px 0px;
}

/* line 678, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.KN {
  height: 14px;
  background-position: -2743px 0px;
}

/* line 682, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.KP {
  height: 10px;
  background-position: -2765px 0px;
}

/* line 686, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.KR {
  height: 14px;
  background-position: -2787px 0px;
}

/* line 690, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.KW {
  height: 10px;
  background-position: -2809px 0px;
}

/* line 694, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.KY {
  height: 10px;
  background-position: -2831px 0px;
}

/* line 698, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.KZ {
  height: 10px;
  background-position: -2853px 0px;
}

/* line 702, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.LA {
  height: 14px;
  background-position: -2875px 0px;
}

/* line 706, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.LB {
  height: 14px;
  background-position: -2897px 0px;
}

/* line 710, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.LC {
  height: 10px;
  background-position: -2919px 0px;
}

/* line 714, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.LI {
  height: 12px;
  background-position: -2941px 0px;
}

/* line 718, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.LK {
  height: 10px;
  background-position: -2963px 0px;
}

/* line 722, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.LR {
  height: 11px;
  background-position: -2985px 0px;
}

/* line 726, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.LS {
  height: 14px;
  background-position: -3007px 0px;
}

/* line 730, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.LT {
  height: 12px;
  background-position: -3029px 0px;
}

/* line 734, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.LU {
  height: 12px;
  background-position: -3051px 0px;
}

/* line 738, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.LV {
  height: 10px;
  background-position: -3073px 0px;
}

/* line 742, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.LY {
  height: 10px;
  background-position: -3095px 0px;
}

/* line 746, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.MA {
  height: 14px;
  background-position: -3117px 0px;
}

/* line 750, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.MC {
  height: 15px;
  background-position: -3139px 0px;
}

/* line 754, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.MD {
  height: 10px;
  background-position: -3160px 0px;
}

/* line 758, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.ME {
  height: 10px;
  background-position: -3182px 0px;
}

/* line 762, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.MF {
  height: 14px;
  background-position: -3204px 0px;
}

/* line 766, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.MG {
  height: 14px;
  background-position: -3226px 0px;
}

/* line 770, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.MH {
  height: 11px;
  background-position: -3248px 0px;
}

/* line 774, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.MK {
  height: 10px;
  background-position: -3270px 0px;
}

/* line 778, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.ML {
  height: 14px;
  background-position: -3292px 0px;
}

/* line 782, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.MM {
  height: 14px;
  background-position: -3314px 0px;
}

/* line 786, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.MN {
  height: 10px;
  background-position: -3336px 0px;
}

/* line 790, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.MO {
  height: 14px;
  background-position: -3358px 0px;
}

/* line 794, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.MP {
  height: 10px;
  background-position: -3380px 0px;
}

/* line 798, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.MQ {
  height: 14px;
  background-position: -3402px 0px;
}

/* line 802, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.MR {
  height: 14px;
  background-position: -3424px 0px;
}

/* line 806, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.MS {
  height: 10px;
  background-position: -3446px 0px;
}

/* line 810, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.MT {
  height: 14px;
  background-position: -3468px 0px;
}

/* line 814, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.MU {
  height: 14px;
  background-position: -3490px 0px;
}

/* line 818, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.MV {
  height: 14px;
  background-position: -3512px 0px;
}

/* line 822, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.MW {
  height: 14px;
  background-position: -3534px 0px;
}

/* line 826, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.MX {
  height: 12px;
  background-position: -3556px 0px;
}

/* line 830, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.MY {
  height: 10px;
  background-position: -3578px 0px;
}

/* line 834, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.MZ {
  height: 14px;
  background-position: -3600px 0px;
}

/* line 838, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.NA {
  height: 14px;
  background-position: -3622px 0px;
}

/* line 842, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.NC {
  height: 10px;
  background-position: -3644px 0px;
}

/* line 846, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.NE {
  height: 15px;
  background-position: -3666px 0px;
}

/* line 850, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.NF {
  height: 10px;
  background-position: -3686px 0px;
}

/* line 854, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.NG {
  height: 10px;
  background-position: -3708px 0px;
}

/* line 858, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.NI {
  height: 12px;
  background-position: -3730px 0px;
}

/* line 862, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.NL {
  height: 14px;
  background-position: -3752px 0px;
}

/* line 866, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.NO {
  height: 15px;
  background-position: -3774px 0px;
}

/* line 870, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.NP {
  height: 15px;
  background-position: -3796px 0px;
}

/* line 874, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.NR {
  height: 10px;
  background-position: -3811px 0px;
}

/* line 878, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.NU {
  height: 10px;
  background-position: -3833px 0px;
}

/* line 882, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.NZ {
  height: 10px;
  background-position: -3855px 0px;
}

/* line 886, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.OM {
  height: 10px;
  background-position: -3877px 0px;
}

/* line 890, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.PA {
  height: 14px;
  background-position: -3899px 0px;
}

/* line 894, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.PE {
  height: 14px;
  background-position: -3921px 0px;
}

/* line 898, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.PF {
  height: 14px;
  background-position: -3943px 0px;
}

/* line 902, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.PG {
  height: 15px;
  background-position: -3965px 0px;
}

/* line 906, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.PH {
  height: 10px;
  background-position: -3987px 0px;
}

/* line 910, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.PK {
  height: 14px;
  background-position: -4009px 0px;
}

/* line 914, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.PL {
  height: 13px;
  background-position: -4031px 0px;
}

/* line 918, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.PM {
  height: 14px;
  background-position: -4053px 0px;
}

/* line 922, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.PN {
  height: 10px;
  background-position: -4075px 0px;
}

/* line 926, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.PR {
  height: 14px;
  background-position: -4097px 0px;
}

/* line 930, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.PS {
  height: 10px;
  background-position: -4119px 0px;
}

/* line 934, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.PT {
  height: 14px;
  background-position: -4141px 0px;
}

/* line 938, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.PW {
  height: 13px;
  background-position: -4163px 0px;
}

/* line 942, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.PY {
  height: 11px;
  background-position: -4185px 0px;
}

/* line 946, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.QA {
  height: 8px;
  background-position: -4207px 0px;
}

/* line 950, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.RE {
  height: 14px;
  background-position: -4229px 0px;
}

/* line 954, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.RO {
  height: 14px;
  background-position: -4251px 0px;
}

/* line 958, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.RS {
  height: 14px;
  background-position: -4273px 0px;
}

/* line 962, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.RU {
  height: 14px;
  background-position: -4295px 0px;
}

/* line 966, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.RW {
  height: 14px;
  background-position: -4317px 0px;
}

/* line 970, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.SA {
  height: 14px;
  background-position: -4339px 0px;
}

/* line 974, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.SB {
  height: 10px;
  background-position: -4361px 0px;
}

/* line 978, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.SC {
  height: 10px;
  background-position: -4383px 0px;
}

/* line 982, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.SD {
  height: 10px;
  background-position: -4405px 0px;
}

/* line 986, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.SE {
  height: 13px;
  background-position: -4427px 0px;
}

/* line 990, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.SG {
  height: 14px;
  background-position: -4449px 0px;
}

/* line 994, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.SH {
  height: 10px;
  background-position: -4471px 0px;
}

/* line 998, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.SI {
  height: 10px;
  background-position: -4493px 0px;
}

/* line 1002, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.SJ {
  height: 15px;
  background-position: -4515px 0px;
}

/* line 1006, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.SK {
  height: 14px;
  background-position: -4537px 0px;
}

/* line 1010, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.SL {
  height: 14px;
  background-position: -4559px 0px;
}

/* line 1014, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.SM {
  height: 15px;
  background-position: -4581px 0px;
}

/* line 1018, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.SN {
  height: 14px;
  background-position: -4603px 0px;
}

/* line 1022, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.SO {
  height: 14px;
  background-position: -4625px 0px;
}

/* line 1026, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.SR {
  height: 14px;
  background-position: -4647px 0px;
}

/* line 1030, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.SS {
  height: 10px;
  background-position: -4669px 0px;
}

/* line 1034, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.ST {
  height: 10px;
  background-position: -4691px 0px;
}

/* line 1038, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.SV {
  height: 12px;
  background-position: -4713px 0px;
}

/* line 1042, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.SX {
  height: 14px;
  background-position: -4735px 0px;
}

/* line 1046, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.SY {
  height: 14px;
  background-position: -4757px 0px;
}

/* line 1050, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.SZ {
  height: 14px;
  background-position: -4779px 0px;
}

/* line 1054, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.TA {
  height: 10px;
  background-position: -4801px 0px;
}

/* line 1058, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.TC {
  height: 10px;
  background-position: -4823px 0px;
}

/* line 1062, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.TD {
  height: 14px;
  background-position: -4845px 0px;
}

/* line 1066, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.TF {
  height: 14px;
  background-position: -4867px 0px;
}

/* line 1070, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.TG {
  height: 13px;
  background-position: -4889px 0px;
}

/* line 1074, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.TH {
  height: 14px;
  background-position: -4911px 0px;
}

/* line 1078, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.TJ {
  height: 10px;
  background-position: -4933px 0px;
}

/* line 1082, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.TK {
  height: 10px;
  background-position: -4955px 0px;
}

/* line 1086, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.TL {
  height: 10px;
  background-position: -4977px 0px;
}

/* line 1090, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.TM {
  height: 14px;
  background-position: -4999px 0px;
}

/* line 1094, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.TN {
  height: 14px;
  background-position: -5021px 0px;
}

/* line 1098, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.TO {
  height: 10px;
  background-position: -5043px 0px;
}

/* line 1102, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.TR {
  height: 14px;
  background-position: -5065px 0px;
}

/* line 1106, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.TT {
  height: 12px;
  background-position: -5087px 0px;
}

/* line 1110, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.TV {
  height: 10px;
  background-position: -5109px 0px;
}

/* line 1114, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.TW {
  height: 14px;
  background-position: -5131px 0px;
}

/* line 1118, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.TZ {
  height: 14px;
  background-position: -5153px 0px;
}

/* line 1122, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.UA {
  height: 14px;
  background-position: -5175px 0px;
}

/* line 1126, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.UG {
  height: 14px;
  background-position: -5197px 0px;
}

/* line 1130, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.UM {
  height: 11px;
  background-position: -5219px 0px;
}

/* line 1134, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.US {
  height: 11px;
  background-position: -5241px 0px;
}

/* line 1138, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.UY {
  height: 14px;
  background-position: -5263px 0px;
}

/* line 1142, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.UZ {
  height: 10px;
  background-position: -5285px 0px;
}

/* line 1146, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.VA {
  height: 15px;
  background-position: -5307px 0px;
}

/* line 1150, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.VC {
  height: 14px;
  background-position: -5324px 0px;
}

/* line 1154, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.VE {
  height: 14px;
  background-position: -5346px 0px;
}

/* line 1158, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.VG {
  height: 10px;
  background-position: -5368px 0px;
}

/* line 1162, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.VI {
  height: 14px;
  background-position: -5390px 0px;
}

/* line 1166, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.VN {
  height: 14px;
  background-position: -5412px 0px;
}

/* line 1170, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.VU {
  height: 12px;
  background-position: -5434px 0px;
}

/* line 1174, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.WF {
  height: 14px;
  background-position: -5456px 0px;
}

/* line 1178, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.WS {
  height: 10px;
  background-position: -5478px 0px;
}

/* line 1182, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.XK {
  height: 15px;
  background-position: -5500px 0px;
}

/* line 1186, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.YE {
  height: 14px;
  background-position: -5522px 0px;
}

/* line 1190, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.YT {
  height: 14px;
  background-position: -5544px 0px;
}

/* line 1194, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.ZA {
  height: 14px;
  background-position: -5566px 0px;
}

/* line 1198, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.ZM {
  height: 14px;
  background-position: -5588px 0px;
}

/* line 1202, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.ZW {
  height: 10px;
  background-position: -5610px 0px;
}

/* line 1206, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url(//d2dzcont2j3csy.cloudfront.net/assets/theme/images/flags-c363f8b986757ad9ed1068e4faa918fd.png);
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 1221, ../../app/assets/stylesheets/intlVatInput.css.scss */
  .iti-flag {
    background-image: url(//d2dzcont2j3csy.cloudfront.net/assets/theme/images/flags-c363f8b986757ad9ed1068e4faa918fd.png);
  }
}
/* line 1225, ../../app/assets/stylesheets/intlVatInput.css.scss */
.iti-flag.NP {
  background-color: transparent;
}
.xdsoft_datetimepicker{
	box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.506);
	background: #FFFFFF;
	border-bottom: 1px solid #BBBBBB;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	color: #333333;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	padding: 8px;
	padding-left: 0px;
	padding-top: 2px;
	position: absolute;
	z-index: 9999;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display:none;
}

.xdsoft_datetimepicker iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 210px;
    background: transparent;
    border:none;
}
/*For IE8 or lower*/
.xdsoft_datetimepicker button {
    border:none !important;
}

.xdsoft_noselect{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.xdsoft_noselect::selection { background: transparent; }
.xdsoft_noselect::-moz-selection { background: transparent; }
.xdsoft_datetimepicker.xdsoft_inline{
	display: inline-block;
	position: static;
	box-shadow: none;
}
.xdsoft_datetimepicker *{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:0px;
	margin:0px;
}
.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker  .xdsoft_timepicker{
	display:none;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker  .xdsoft_timepicker.active{
	display:block;
}
.xdsoft_datetimepicker .xdsoft_datepicker{
	width: 224px;
	float:left;
	margin-left:8px;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker{
	width: 256px;
}
.xdsoft_datetimepicker  .xdsoft_timepicker{
	width: 58px;
	float:left;
	text-align:center;
	margin-left:8px;
	margin-top:0px;
}
.xdsoft_datetimepicker  .xdsoft_datepicker.active+.xdsoft_timepicker{
	margin-top:8px;
	margin-bottom:3px
}
.xdsoft_datetimepicker  .xdsoft_mounthpicker{
	position: relative;
	text-align: center;
}

.xdsoft_datetimepicker  .xdsoft_prev, .xdsoft_datetimepicker  .xdsoft_next,.xdsoft_datetimepicker  .xdsoft_today_button{
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAeCAYAAACsYQl4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozQjRCQjRGREU4MkNFMzExQjRDQkIyRDJDOTdBRUI1MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCQjg0OUYyNTZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCQjg0OUYyNDZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkI5NzE3MjFBN0E2Q0UzMTFBQjJEQjgzMDk5RTNBNTdBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNCNEJCNEZERTgyQ0UzMTFCNENCQjJEMkM5N0FFQjUwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+aQvATgAAAfVJREFUeNrsmr1OwzAQxzGtkPjYEAuvVGAvfQIGRKADE49gdLwDDwBiZ2RhQUKwICQkWLsgFiRQuIBTucFJ/XFp4+hO+quqnZ4uvzj2nV2RpukCW/22yAgYNINmc7du7DcghCjrkqgOKjF1znpt6rZ0AGWQj7TvCU8d9UM+QAGDrhdyc2Bnc1WVVPBev9V8lBnY+rDwncWZThG4xk4lmxtJy2AHgoY/FySgbSBPwPZ8mEXbQx3aDERb0EbYAYFC7pcAtAvkMWwC0D3NX58S9D/YnoGC7nPWr3Dg9JTbtuHhDShBT8D2CBSK/iIEvVXxpuxSgh7DdgwUTL4iA92zmJb6lKB/YTsECmV+IgK947AGDIqgQ/LojsO135Hn51l2cWlov0JdGNrPUceueXRwilSVgkUyom9Rd6gbLfYTDeO+1v6orn0InTogYDGUkYLO3/wc9BdqqTCKP1Tfi+oTIaCBIL2TES+GTyruT9S61p6BHam+99DFEAgLFklYsIBHwSI9QY80H5ta+1rB/6ovaKihBJeEJbgLbBlQgl+j3lDPqA2tfQV1j3pVn8s+oKHGTSVJ+FqDLeR5bCqJ2E/BCycsoLZETXaKGs7rhKVt+9HZScrZNMi88V8P7LlDbvOZYaJVpMMmBCT4n0o8dTBoNgbdWPsRYACs3r7XyNfbnAAAAABJRU5ErkJggg==');
}
.xdsoft_datetimepicker  .xdsoft_prev{
    float: left;
	background-position:-20px 0px;
}
.xdsoft_datetimepicker  .xdsoft_today_button{
    float: left;
	background-position:-70px 0px;
	margin-left:5px;
}

.xdsoft_datetimepicker  .xdsoft_next{
    float: right;
	background-position:0px 0px;
}
.xdsoft_datetimepicker  .xdsoft_next:active,.xdsoft_datetimepicker  .xdsoft_prev:active{
}
.xdsoft_datetimepicker  .xdsoft_next,.xdsoft_datetimepicker  .xdsoft_prev ,.xdsoft_datetimepicker  .xdsoft_today_button{
	background-color: transparent;
	background-repeat: no-repeat;
	border: 0px none currentColor;
	cursor: pointer;
	display: block;
	height: 30px;
	opacity: 0.5;
	outline: medium none currentColor;
	overflow: hidden;
	padding: 0px;
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	width: 20px;
}
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_next{
	float:none;
	background-position:-40px -15px;
	height: 15px;
	width: 30px;
	display: block;
	margin-left:14px;
	margin-top:7px;
}
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_prev{
	background-position:-40px 0px;
	margin-bottom:7px;
	margin-top:0px;
}
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_time_box{
	height:151px;
	overflow:hidden;
	border-bottom:1px solid #DDDDDD;
}
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_time_box >div >div{
	background: #F5F5F5;
	border-top:1px solid #DDDDDD;
	color: #666666;
	font-size: 12px;
	text-align: center;
	border-collapse:collapse;
	cursor:pointer;
	border-bottom-width:0px;
	height:25px;
	line-height:25px;
}

.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_time_box >div > div:first-child{
 border-top-width:0px;
}
.xdsoft_datetimepicker  .xdsoft_today_button:hover,
.xdsoft_datetimepicker  .xdsoft_next:hover,
.xdsoft_datetimepicker  .xdsoft_prev:hover {
    opacity: 1;
}
.xdsoft_datetimepicker  .xdsoft_label{
	display: inline;
    position: relative;
    z-index: 9999;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
	float:left;
	width:182px;
	text-align:center;
	cursor:pointer;
}
.xdsoft_datetimepicker  .xdsoft_label:hover{
	text-decoration:underline;
}
.xdsoft_datetimepicker  .xdsoft_label > .xdsoft_select{
	border:1px solid #ccc;
	position:absolute;
	right:0px;
	top:30px;
	z-index:101;
	display:none;
	background:#fff;
	max-height:160px;
	overflow-y:hidden;
}
.xdsoft_datetimepicker  .xdsoft_label > .xdsoft_select.xdsoft_monthselect{right:-7px;}
.xdsoft_datetimepicker  .xdsoft_label > .xdsoft_select.xdsoft_yearselect{right:2px;}
.xdsoft_datetimepicker  .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover{
	color: #fff;
    background: #ff8000;
}
.xdsoft_datetimepicker  .xdsoft_label > .xdsoft_select > div > .xdsoft_option{
	padding:2px 10px 2px 5px; 
}
.xdsoft_datetimepicker  .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current{
	background: #33AAFF;
	box-shadow: #178FE5 0px 1px 3px 0px inset;
	color:#fff;
	font-weight: 700;
}
.xdsoft_datetimepicker  .xdsoft_month{
	width:90px;
	text-align:right;
}
.xdsoft_datetimepicker  .xdsoft_calendar{
	clear:both;
}
.xdsoft_datetimepicker  .xdsoft_year{
	width:56px;
}
.xdsoft_datetimepicker  .xdsoft_calendar table{
	border-collapse:collapse;
	width:100%;
	
}
.xdsoft_datetimepicker  .xdsoft_calendar td > div{
	padding-right:5px;
}
.xdsoft_datetimepicker  .xdsoft_calendar th{
	height: 25px;
}
.xdsoft_datetimepicker  .xdsoft_calendar td,.xdsoft_datetimepicker  .xdsoft_calendar th{
	width:14.2857142%;
	background: #F5F5F5;
	border:1px solid #DDDDDD;
	color: #666666;
	font-size: 12px;
	text-align: right;
	padding:0px;
	border-collapse:collapse;
	cursor:pointer;
	height: 25px;
}
.xdsoft_datetimepicker.xdsoft_showweeks  .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_showweeks  .xdsoft_calendar th{
	width:12.5%;
}
.xdsoft_datetimepicker  .xdsoft_calendar th{
	background: #F1F1F1;
}
.xdsoft_datetimepicker  .xdsoft_calendar td.xdsoft_today{
	color:#33AAFF;
}
.xdsoft_datetimepicker  .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker  .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current{
	background: #33AAFF;
	box-shadow: #178FE5 0px 1px 3px 0px inset;
	color:#fff;
	font-weight: 700;
}
.xdsoft_datetimepicker  .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker  .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker  .xdsoft_time_box >div >div.xdsoft_disabled{
	opacity:0.5;
}
.xdsoft_datetimepicker  .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled{
	opacity:0.2;
}
.xdsoft_datetimepicker  .xdsoft_calendar td:hover,
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_time_box >div >div:hover{
	color: #fff !important;
    background: #ff8000 !important;
    box-shadow: none !important;
}
.xdsoft_datetimepicker  .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_disabled:hover{
	color: inherit	!important;
    background: inherit !important;
    box-shadow: inherit !important;
}
.xdsoft_datetimepicker  .xdsoft_calendar th{
	font-weight: 700;
	text-align: center;
	color: #999;
	cursor:default;
}
.xdsoft_datetimepicker  .xdsoft_copyright{ color:#ccc !important; font-size:10px;clear:both;float:none;margin-left:8px;}
.xdsoft_datetimepicker  .xdsoft_copyright a{ color:#eee !important;}
.xdsoft_datetimepicker  .xdsoft_copyright a:hover{ color:#aaa !important;}


.xdsoft_time_box{
	position:relative;
	border:1px solid #ccc;
}
.xdsoft_scrollbar >.xdsoft_scroller{
	background:#ccc !important;
	height:20px;
	border-radius:3px;
}
.xdsoft_scrollbar{
	position:absolute;
	width:7px;
	right:0px;
	top:0px;
	bottom:0px;
	cursor:pointer;
}
.xdsoft_scroller_box{
position:relative;
}
/* line 1, ../../app/assets/stylesheets/labels.css.scss */
.draft, .unpaid, .pending {
  color: #FB8805;
  /*orange*/
}

/* line 5, ../../app/assets/stylesheets/labels.css.scss */
.sent_email_ok {
  color: #1e6ea4;
}

/* line 9, ../../app/assets/stylesheets/labels.css.scss */
.published, .sent, .paid, .subscribed, .include, .statusok, .enabled {
  color: #00A000;
  /*green*/
}

/* line 13, ../../app/assets/stylesheets/labels.css.scss */
.plus_balance {
  color: #066f06;
}

/* line 16, ../../app/assets/stylesheets/labels.css.scss */
.minus_balance {
  color: #b51111;
}

/* line 20, ../../app/assets/stylesheets/labels.css.scss */
.bold {
  font-weight: bold;
}

/*
.unsubscribed{
	color: #DADADA
}
*/
/* line 28, ../../app/assets/stylesheets/labels.css.scss */
.failed, .refunded, .exclude, .cancelled {
  color: #fb0505;
  /*red*/
}

/* line 31, ../../app/assets/stylesheets/labels.css.scss */
.unsubscribed {
  color: #b65d5a;
}

/* line 35, ../../app/assets/stylesheets/labels.css.scss */
.queued, .sending, .waiting, .default {
  color: #0D75FF;
  /*blue	*/
}

/* line 38, ../../app/assets/stylesheets/labels.css.scss */
.yellow-label {
  color: #fbc85a;
  /* yellow */
}

/* line 42, ../../app/assets/stylesheets/labels.css.scss */
.progress.warning .meter {
  background: #de770f;
}

/* line 45, ../../app/assets/stylesheets/labels.css.scss */
.emoticon {
  color: #c69639;
}

/* line 49, ../../app/assets/stylesheets/labels.css.scss */
.status_paused {
  color: #777;
}

/* line 53, ../../app/assets/stylesheets/labels.css.scss */
.status_stopped {
  color: #333;
}

/* line 57, ../../app/assets/stylesheets/labels.css.scss */
.blue_snake {
  color: #0D75FF;
}

/* line 60, ../../app/assets/stylesheets/labels.css.scss */
.red_snake {
  color: #C40928;
}

/* line 63, ../../app/assets/stylesheets/labels.css.scss */
.obj_description {
  font-size: 0.9rem;
  margin-bottom: 4px;
}

/* line 67, ../../app/assets/stylesheets/labels.css.scss */
.not_present {
  color: #c6c6c6;
}
/* line 9, ../../app/assets/stylesheets/project.css.scss */
.home_widget .panel {
  box-shadow: 1px 2px 3px #ccc;
  min-height: 230px;
}
/* line 12, ../../app/assets/stylesheets/project.css.scss */
.home_widget .panel > strong {
  display: block;
  text-transform: uppercase;
  font-size: 1.1rem;
}
/* line 18, ../../app/assets/stylesheets/project.css.scss */
.home_widget span.fa {
  float: left;
  margin-right: 20px;
  font-size: 2rem;
  padding: 20px;
  margin-bottom: 12px;
}
/* line 25, ../../app/assets/stylesheets/project.css.scss */
.home_widget .spinner_wrapper {
  text-align: center;
}
/* line 27, ../../app/assets/stylesheets/project.css.scss */
.home_widget .spinner_wrapper span.fa {
  float: none;
}
/* line 31, ../../app/assets/stylesheets/project.css.scss */
.home_widget .stats, .home_widget .no_stats {
  margin-left: 94px;
  margin-top: 10px;
  font-size: 0.85rem;
  line-height: 1.2rem;
  color: #444;
}
/* line 39, ../../app/assets/stylesheets/project.css.scss */
.home_widget .stats .stats_element .stat_element_value, .home_widget .no_stats .stats_element .stat_element_value {
  float: right;
}
/* line 44, ../../app/assets/stylesheets/project.css.scss */
.home_widget .home_widget_links {
  margin-top: 7px;
  border-top: 1px solid #ddd;
  clear: both;
}
/* line 48, ../../app/assets/stylesheets/project.css.scss */
.home_widget .home_widget_links a {
  font-size: 0.9rem;
}
/* line 50, ../../app/assets/stylesheets/project.css.scss */
.home_widget .home_widget_links a:hover {
  text-decoration: underline;
}
/* line 54, ../../app/assets/stylesheets/project.css.scss */
.home_widget .home_widget_links ul {
  padding: 0;
  margin: 0;
}

/* line 62, ../../app/assets/stylesheets/project.css.scss */
.home_widget.email_marketing .panel > strong {
  color: #B90041;
}
/* line 64, ../../app/assets/stylesheets/project.css.scss */
.home_widget.email_marketing .panel > strong span.fa {
  background: #B90041;
  color: #fff;
}
/* line 70, ../../app/assets/stylesheets/project.css.scss */
.home_widget.email_marketing .home_widget_links a {
  color: #B90041;
}

/* line 77, ../../app/assets/stylesheets/project.css.scss */
.home_widget.products_sales .panel > strong {
  color: #0B228A;
}
/* line 79, ../../app/assets/stylesheets/project.css.scss */
.home_widget.products_sales .panel > strong span.fa {
  background: #0B228A;
  color: #fff;
}
/* line 85, ../../app/assets/stylesheets/project.css.scss */
.home_widget.products_sales .home_widget_links a {
  color: #0B228A;
}

/* line 92, ../../app/assets/stylesheets/project.css.scss */
.home_widget.affiliate_program .panel > strong {
  color: #1CA393;
}
/* line 94, ../../app/assets/stylesheets/project.css.scss */
.home_widget.affiliate_program .panel > strong span.fa {
  background: #1CA393;
  color: #fff;
}
/* line 100, ../../app/assets/stylesheets/project.css.scss */
.home_widget.affiliate_program .home_widget_links a {
  color: #1CA393;
}

/* line 107, ../../app/assets/stylesheets/project.css.scss */
.home_widget.invoicing .panel > strong {
  color: #009449;
}
/* line 109, ../../app/assets/stylesheets/project.css.scss */
.home_widget.invoicing .panel > strong span.fa {
  background: #009449;
  color: #fff;
}
/* line 115, ../../app/assets/stylesheets/project.css.scss */
.home_widget.invoicing .home_widget_links a {
  color: #009449;
}

/* line 122, ../../app/assets/stylesheets/project.css.scss */
.home_widget.collaborators_partners .panel > strong {
  color: #FF880B;
}
/* line 124, ../../app/assets/stylesheets/project.css.scss */
.home_widget.collaborators_partners .panel > strong span.fa {
  background: #FF880B;
  color: #fff;
}
/* line 130, ../../app/assets/stylesheets/project.css.scss */
.home_widget.collaborators_partners .home_widget_links a {
  color: #FF880B;
}

/* line 137, ../../app/assets/stylesheets/project.css.scss */
.home_widget.configuration .panel > strong {
  color: #666;
}
/* line 139, ../../app/assets/stylesheets/project.css.scss */
.home_widget.configuration .panel > strong span.fa {
  background: #666;
  color: #fff;
}
/* line 145, ../../app/assets/stylesheets/project.css.scss */
.home_widget.configuration .home_widget_links a {
  color: #666;
}
.chart-legend,.bar-legend,.line-legend,.pie-legend,.radar-legend,.polararea-legend,.doughnut-legend{list-style-type:none;margin-top:5px;text-align:center}.chart-legend li,.bar-legend li,.line-legend li,.pie-legend li,.radar-legend li,.polararea-legend li,.doughnut-legend li{display:inline-block;white-space:nowrap;position:relative;margin-bottom:4px;border-radius:5px;padding:2px 8px 2px 28px;font-size:smaller;cursor:default}.chart-legend li span,.bar-legend li span,.line-legend li span,.pie-legend li span,.radar-legend li span,.polararea-legend li span,.doughnut-legend li span{display:block;position:absolute;left:0;top:0;width:20px;height:20px;border-radius:5px}
/* line 1, ../../app/assets/stylesheets/stats.css.scss */
.boxed-stat {
  text-align: center;
  border: 1px solid #ddd;
  padding: 20px 30px;
  margin: 0 15px;
}
/* line 6, ../../app/assets/stylesheets/stats.css.scss */
.boxed-stat .boxed-stat-value {
  font-size: 1.3rem;
  font-weight: bold;
}
/* line 10, ../../app/assets/stylesheets/stats.css.scss */
.boxed-stat .boxed-stat-value, .boxed-stat .boxed-stat-title {
  margin-bottom: 10px;
}
/* line 14, ../../app/assets/stylesheets/stats.css.scss */
.boxed-stat .boxed-stat-subtitle-directive, .boxed-stat .boxed-stat-subtitle {
  color: #aaa;
  font-size: .9rem;
}
/* line 17, ../../app/assets/stylesheets/stats.css.scss */
.boxed-stat .boxed-stat-subtitle-directive .grey-box i, .boxed-stat .boxed-stat-subtitle .grey-box i {
  color: #000;
}
/* line 22, ../../app/assets/stylesheets/stats.css.scss */
.boxed-stat .boxed-stat-subtitle {
  padding: 9px 0 10px;
}
/* line 27, ../../app/assets/stylesheets/stats.css.scss */
.boxed-stat .boxed-stat-subtitle-directive .drop-year-select {
  max-width: 130px;
  margin: 0 auto;
  padding: 8px 0;
  border: 1px solid transparent;
  cursor: pointer;
}
/* line 33, ../../app/assets/stylesheets/stats.css.scss */
.boxed-stat .boxed-stat-subtitle-directive .drop-year-select:hover {
  border: 1px solid #ddd;
}
/* line 38, ../../app/assets/stylesheets/stats.css.scss */
.boxed-stat .boxed-stat-subtitle-directive .drop-month-select {
  max-width: 140px;
  margin: 0 auto;
  padding: 8px 0;
  border: 1px solid transparent;
  cursor: pointer;
}
/* line 44, ../../app/assets/stylesheets/stats.css.scss */
.boxed-stat .boxed-stat-subtitle-directive .drop-month-select:hover {
  border: 1px solid #ddd;
}

/* line 53, ../../app/assets/stylesheets/stats.css.scss */
.line-graph-stat {
  margin: 0 10px;
}
/* line 55, ../../app/assets/stylesheets/stats.css.scss */
.line-graph-stat .line-stat-value {
  font-size: 1.3rem;
  font-weight: bold;
}
/* line 59, ../../app/assets/stylesheets/stats.css.scss */
.line-graph-stat .line-stat-title, .line-graph-stat .line-stat-subtitle {
  margin-bottom: 0;
}
/* line 62, ../../app/assets/stylesheets/stats.css.scss */
.line-graph-stat .line-stat-value {
  margin-bottom: 0px;
}
/* line 65, ../../app/assets/stylesheets/stats.css.scss */
.line-graph-stat .perc-label {
  font-size: .9rem;
  color: #666;
}

/* line 71, ../../app/assets/stylesheets/stats.css.scss */
.chart-bar-stat {
  margin: 0 10px;
}
/* line 73, ../../app/assets/stylesheets/stats.css.scss */
.chart-bar-stat .chart-bar-stat-value {
  font-size: 1.3rem;
  font-weight: bold;
}
/* line 77, ../../app/assets/stylesheets/stats.css.scss */
.chart-bar-stat .chart-bar-stat-title, .chart-bar-stat .chart-bar-stat-subtitle {
  margin-bottom: 0;
}
/* line 80, ../../app/assets/stylesheets/stats.css.scss */
.chart-bar-stat .chart-bar-stat-value {
  margin-bottom: 0px;
}

/* line 85, ../../app/assets/stylesheets/stats.css.scss */
.pie-chart-stat {
  margin: 0 10px;
}
/* line 87, ../../app/assets/stylesheets/stats.css.scss */
.pie-chart-stat .pie-chart-value {
  font-size: 1.3rem;
  font-weight: bold;
}
/* line 91, ../../app/assets/stylesheets/stats.css.scss */
.pie-chart-stat .pie-chart-title, .pie-chart-stat .pie-chart-subtitle {
  margin-bottom: 0;
}
/* line 94, ../../app/assets/stylesheets/stats.css.scss */
.pie-chart-stat .pie-chart-value {
  margin-bottom: 0px;
}
/* line 98, ../../app/assets/stylesheets/stats.css.scss */
.pie-chart-stat .pie-chart-title-top {
  text-align: center;
  font-weight: bold;
}

/* line 105, ../../app/assets/stylesheets/stats.css.scss */
.row.top-spaced {
  margin-top: 30px;
}
/* line 108, ../../app/assets/stylesheets/stats.css.scss */
.row.bottom-spaced {
  margin-bottom: 30px;
}
/* line 111, ../../app/assets/stylesheets/stats.css.scss */
.row.tb-spaced {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* line 117, ../../app/assets/stylesheets/stats.css.scss */
.drop-year-select-wrapper, .drop-month-select-wrapper {
  overflow: auto;
}
/* line 119, ../../app/assets/stylesheets/stats.css.scss */
.drop-year-select-wrapper .drop-year-select, .drop-year-select-wrapper .drop-month-select, .drop-month-select-wrapper .drop-year-select, .drop-month-select-wrapper .drop-month-select {
  overflow: auto;
  text-align: right;
}
/* line 122, ../../app/assets/stylesheets/stats.css.scss */
.drop-year-select-wrapper .drop-year-select .grey-box, .drop-year-select-wrapper .drop-month-select .grey-box, .drop-month-select-wrapper .drop-year-select .grey-box, .drop-month-select-wrapper .drop-month-select .grey-box {
  text-align: left;
}

/* line 128, ../../app/assets/stylesheets/stats.css.scss */
.table-chart {
  width: 95%;
  margin: 0 auto;
}
/* line 132, ../../app/assets/stylesheets/stats.css.scss */
.table-chart thead tr:hover, .table-chart thead tr th:not(.cur-sort-head):hover {
  background: #F5F5F5;
}
/* line 136, ../../app/assets/stylesheets/stats.css.scss */
.table-chart thead th a {
  color: #000;
}
/* line 138, ../../app/assets/stylesheets/stats.css.scss */
.table-chart thead th a .table-sort-pointer {
  color: #109CCB;
}
/* line 143, ../../app/assets/stylesheets/stats.css.scss */
.table-chart thead th.cur-sort-head {
  background: #F0F8FB;
}
/* line 147, ../../app/assets/stylesheets/stats.css.scss */
.table-chart .table-stat-title {
  font-weight: bold;
  font-size: 1.2rem;
}
/* line 152, ../../app/assets/stylesheets/stats.css.scss */
.table-chart .toggle-show-rows {
  font-size: .8rem;
  margin-left: 50px;
}

/* line 159, ../../app/assets/stylesheets/stats.css.scss */
.chart-loading-overlay {
  min-height: 120px;
  width: 100%;
  text-align: center;
}
/* line 163, ../../app/assets/stylesheets/stats.css.scss */
.chart-loading-overlay i {
  color: #b5b5b5;
  position: relative;
  top: 3.5rem;
  margin-top: -1rem;
  font-size: 3rem;
}

/* line 172, ../../app/assets/stylesheets/stats.css.scss */
.tabs-content.stats-container {
  width: 80%;
  float: left;
  padding: 10px 25px;
}

/* line 179, ../../app/assets/stylesheets/stats.css.scss */
#chartjs-customtooltip {
  opacity: 1;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 5px 13px;
  border-radius: 3px;
  transition: all, .1s ease, opacity .1s .2s linear;
  pointer-events: none;
  text-shadow: none;
}
/* line 189, ../../app/assets/stylesheets/stats.css.scss */
#chartjs-customtooltip.below {
  transform: translate(-50%, 0);
}
/* line 192, ../../app/assets/stylesheets/stats.css.scss */
#chartjs-customtooltip.below:before {
  border: solid;
  border-color: #111 transparent;
  border-color: rgba(0, 0, 0, 0.8) transparent;
  border-width: 0 8px 8px 8px;
  bottom: 1em;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  z-index: 99;
  transform: translate(-50%, -100%);
}
/* line 205, ../../app/assets/stylesheets/stats.css.scss */
#chartjs-customtooltip.above {
  transform: translate(-50%, -100%);
}
/* line 208, ../../app/assets/stylesheets/stats.css.scss */
#chartjs-customtooltip.above:before {
  border: solid;
  border-color: #111 transparent;
  border-color: rgba(0, 0, 0, 0.8) transparent;
  border-width: 8px 8px 0 8px;
  bottom: 1em;
  content: "";
  display: block;
  left: 50%;
  top: 100%;
  position: absolute;
  z-index: 99;
  transform: translate(-50%, 0);
}
/* line 222, ../../app/assets/stylesheets/stats.css.scss */
#chartjs-customtooltip .title {
  width: 100%;
  font-weight: 700;
  text-align: center;
}
/* line 227, ../../app/assets/stylesheets/stats.css.scss */
#chartjs-customtooltip .key {
  display: inline-block;
  width: 10px;
  height: 10px;
}
/* line 1, ../../app/assets/stylesheets/search.css.scss */
.period-search-select-wrapper, .project-select-select-wrapper, .aff-program-select-select-wrapper, .aff-promo-select-select-wrapper, .campaign-select-select-wrapper {
  overflow: auto;
  line-height: 1rem;
}
/* line 4, ../../app/assets/stylesheets/search.css.scss */
.period-search-select-wrapper .drop-period-search-anchor, .period-search-select-wrapper .drop-project-select-anchor, .period-search-select-wrapper .drop-aff-program-select-anchor, .period-search-select-wrapper .drop-aff-promo-select-anchor, .period-search-select-wrapper .drop-campaign-select-anchor, .project-select-select-wrapper .drop-period-search-anchor, .project-select-select-wrapper .drop-project-select-anchor, .project-select-select-wrapper .drop-aff-program-select-anchor, .project-select-select-wrapper .drop-aff-promo-select-anchor, .project-select-select-wrapper .drop-campaign-select-anchor, .aff-program-select-select-wrapper .drop-period-search-anchor, .aff-program-select-select-wrapper .drop-project-select-anchor, .aff-program-select-select-wrapper .drop-aff-program-select-anchor, .aff-program-select-select-wrapper .drop-aff-promo-select-anchor, .aff-program-select-select-wrapper .drop-campaign-select-anchor, .aff-promo-select-select-wrapper .drop-period-search-anchor, .aff-promo-select-select-wrapper .drop-project-select-anchor, .aff-promo-select-select-wrapper .drop-aff-program-select-anchor, .aff-promo-select-select-wrapper .drop-aff-promo-select-anchor, .aff-promo-select-select-wrapper .drop-campaign-select-anchor, .campaign-select-select-wrapper .drop-period-search-anchor, .campaign-select-select-wrapper .drop-project-select-anchor, .campaign-select-select-wrapper .drop-aff-program-select-anchor, .campaign-select-select-wrapper .drop-aff-promo-select-anchor, .campaign-select-select-wrapper .drop-campaign-select-anchor {
  overflow: auto;
  font-size: 1rem;
  border: 1px solid #ccc;
  cursor: pointer;
}
/* line 9, ../../app/assets/stylesheets/search.css.scss */
.period-search-select-wrapper .drop-period-search-anchor .columns, .period-search-select-wrapper .drop-project-select-anchor .columns, .period-search-select-wrapper .drop-aff-program-select-anchor .columns, .period-search-select-wrapper .drop-aff-promo-select-anchor .columns, .period-search-select-wrapper .drop-campaign-select-anchor .columns, .project-select-select-wrapper .drop-period-search-anchor .columns, .project-select-select-wrapper .drop-project-select-anchor .columns, .project-select-select-wrapper .drop-aff-program-select-anchor .columns, .project-select-select-wrapper .drop-aff-promo-select-anchor .columns, .project-select-select-wrapper .drop-campaign-select-anchor .columns, .aff-program-select-select-wrapper .drop-period-search-anchor .columns, .aff-program-select-select-wrapper .drop-project-select-anchor .columns, .aff-program-select-select-wrapper .drop-aff-program-select-anchor .columns, .aff-program-select-select-wrapper .drop-aff-promo-select-anchor .columns, .aff-program-select-select-wrapper .drop-campaign-select-anchor .columns, .aff-promo-select-select-wrapper .drop-period-search-anchor .columns, .aff-promo-select-select-wrapper .drop-project-select-anchor .columns, .aff-promo-select-select-wrapper .drop-aff-program-select-anchor .columns, .aff-promo-select-select-wrapper .drop-aff-promo-select-anchor .columns, .aff-promo-select-select-wrapper .drop-campaign-select-anchor .columns, .campaign-select-select-wrapper .drop-period-search-anchor .columns, .campaign-select-select-wrapper .drop-project-select-anchor .columns, .campaign-select-select-wrapper .drop-aff-program-select-anchor .columns, .campaign-select-select-wrapper .drop-aff-promo-select-anchor .columns, .campaign-select-select-wrapper .drop-campaign-select-anchor .columns {
  padding: 8px 15px;
}
/* line 11, ../../app/assets/stylesheets/search.css.scss */
.period-search-select-wrapper .drop-period-search-anchor .columns.grey-box, .period-search-select-wrapper .drop-project-select-anchor .columns.grey-box, .period-search-select-wrapper .drop-aff-program-select-anchor .columns.grey-box, .period-search-select-wrapper .drop-aff-promo-select-anchor .columns.grey-box, .period-search-select-wrapper .drop-campaign-select-anchor .columns.grey-box, .project-select-select-wrapper .drop-period-search-anchor .columns.grey-box, .project-select-select-wrapper .drop-project-select-anchor .columns.grey-box, .project-select-select-wrapper .drop-aff-program-select-anchor .columns.grey-box, .project-select-select-wrapper .drop-aff-promo-select-anchor .columns.grey-box, .project-select-select-wrapper .drop-campaign-select-anchor .columns.grey-box, .aff-program-select-select-wrapper .drop-period-search-anchor .columns.grey-box, .aff-program-select-select-wrapper .drop-project-select-anchor .columns.grey-box, .aff-program-select-select-wrapper .drop-aff-program-select-anchor .columns.grey-box, .aff-program-select-select-wrapper .drop-aff-promo-select-anchor .columns.grey-box, .aff-program-select-select-wrapper .drop-campaign-select-anchor .columns.grey-box, .aff-promo-select-select-wrapper .drop-period-search-anchor .columns.grey-box, .aff-promo-select-select-wrapper .drop-project-select-anchor .columns.grey-box, .aff-promo-select-select-wrapper .drop-aff-program-select-anchor .columns.grey-box, .aff-promo-select-select-wrapper .drop-aff-promo-select-anchor .columns.grey-box, .aff-promo-select-select-wrapper .drop-campaign-select-anchor .columns.grey-box, .campaign-select-select-wrapper .drop-period-search-anchor .columns.grey-box, .campaign-select-select-wrapper .drop-project-select-anchor .columns.grey-box, .campaign-select-select-wrapper .drop-aff-program-select-anchor .columns.grey-box, .campaign-select-select-wrapper .drop-aff-promo-select-anchor .columns.grey-box, .campaign-select-select-wrapper .drop-campaign-select-anchor .columns.grey-box {
  padding: 8px 5px;
  background: #f6f6f6;
  text-align: center;
}
/* line 17, ../../app/assets/stylesheets/search.css.scss */
.period-search-select-wrapper .drop-period-search-anchor:hover, .period-search-select-wrapper .drop-project-select-anchor:hover, .period-search-select-wrapper .drop-aff-program-select-anchor:hover, .period-search-select-wrapper .drop-aff-promo-select-anchor:hover, .period-search-select-wrapper .drop-campaign-select-anchor:hover, .project-select-select-wrapper .drop-period-search-anchor:hover, .project-select-select-wrapper .drop-project-select-anchor:hover, .project-select-select-wrapper .drop-aff-program-select-anchor:hover, .project-select-select-wrapper .drop-aff-promo-select-anchor:hover, .project-select-select-wrapper .drop-campaign-select-anchor:hover, .aff-program-select-select-wrapper .drop-period-search-anchor:hover, .aff-program-select-select-wrapper .drop-project-select-anchor:hover, .aff-program-select-select-wrapper .drop-aff-program-select-anchor:hover, .aff-program-select-select-wrapper .drop-aff-promo-select-anchor:hover, .aff-program-select-select-wrapper .drop-campaign-select-anchor:hover, .aff-promo-select-select-wrapper .drop-period-search-anchor:hover, .aff-promo-select-select-wrapper .drop-project-select-anchor:hover, .aff-promo-select-select-wrapper .drop-aff-program-select-anchor:hover, .aff-promo-select-select-wrapper .drop-aff-promo-select-anchor:hover, .aff-promo-select-select-wrapper .drop-campaign-select-anchor:hover, .campaign-select-select-wrapper .drop-period-search-anchor:hover, .campaign-select-select-wrapper .drop-project-select-anchor:hover, .campaign-select-select-wrapper .drop-aff-program-select-anchor:hover, .campaign-select-select-wrapper .drop-aff-promo-select-anchor:hover, .campaign-select-select-wrapper .drop-campaign-select-anchor:hover {
  background: #fafafa;
}
/* line 20, ../../app/assets/stylesheets/search.css.scss */
.period-search-select-wrapper .drop-period-search-anchor i.fa-caret-down, .period-search-select-wrapper .drop-project-select-anchor i.fa-caret-down, .period-search-select-wrapper .drop-aff-program-select-anchor i.fa-caret-down, .period-search-select-wrapper .drop-aff-promo-select-anchor i.fa-caret-down, .period-search-select-wrapper .drop-campaign-select-anchor i.fa-caret-down, .project-select-select-wrapper .drop-period-search-anchor i.fa-caret-down, .project-select-select-wrapper .drop-project-select-anchor i.fa-caret-down, .project-select-select-wrapper .drop-aff-program-select-anchor i.fa-caret-down, .project-select-select-wrapper .drop-aff-promo-select-anchor i.fa-caret-down, .project-select-select-wrapper .drop-campaign-select-anchor i.fa-caret-down, .aff-program-select-select-wrapper .drop-period-search-anchor i.fa-caret-down, .aff-program-select-select-wrapper .drop-project-select-anchor i.fa-caret-down, .aff-program-select-select-wrapper .drop-aff-program-select-anchor i.fa-caret-down, .aff-program-select-select-wrapper .drop-aff-promo-select-anchor i.fa-caret-down, .aff-program-select-select-wrapper .drop-campaign-select-anchor i.fa-caret-down, .aff-promo-select-select-wrapper .drop-period-search-anchor i.fa-caret-down, .aff-promo-select-select-wrapper .drop-project-select-anchor i.fa-caret-down, .aff-promo-select-select-wrapper .drop-aff-program-select-anchor i.fa-caret-down, .aff-promo-select-select-wrapper .drop-aff-promo-select-anchor i.fa-caret-down, .aff-promo-select-select-wrapper .drop-campaign-select-anchor i.fa-caret-down, .campaign-select-select-wrapper .drop-period-search-anchor i.fa-caret-down, .campaign-select-select-wrapper .drop-project-select-anchor i.fa-caret-down, .campaign-select-select-wrapper .drop-aff-program-select-anchor i.fa-caret-down, .campaign-select-select-wrapper .drop-aff-promo-select-anchor i.fa-caret-down, .campaign-select-select-wrapper .drop-campaign-select-anchor i.fa-caret-down {
  font-size: 1.2rem;
}
/* line 25, ../../app/assets/stylesheets/search.css.scss */
.period-search-select-wrapper .drop-period-search-anchor, .project-select-select-wrapper .drop-period-search-anchor, .aff-program-select-select-wrapper .drop-period-search-anchor, .aff-promo-select-select-wrapper .drop-period-search-anchor, .campaign-select-select-wrapper .drop-period-search-anchor {
  text-align: right;
}
/* line 29, ../../app/assets/stylesheets/search.css.scss */
.period-search-select-wrapper .drop-project-select-anchor, .project-select-select-wrapper .drop-project-select-anchor, .aff-program-select-select-wrapper .drop-project-select-anchor, .aff-promo-select-select-wrapper .drop-project-select-anchor, .campaign-select-select-wrapper .drop-project-select-anchor {
  text-align: left;
}
/* line 33, ../../app/assets/stylesheets/search.css.scss */
.period-search-select-wrapper button.mighty-picker__prev-month, .period-search-select-wrapper button.mighty-picker__next-month, .project-select-select-wrapper button.mighty-picker__prev-month, .project-select-select-wrapper button.mighty-picker__next-month, .aff-program-select-select-wrapper button.mighty-picker__prev-month, .aff-program-select-select-wrapper button.mighty-picker__next-month, .aff-promo-select-select-wrapper button.mighty-picker__prev-month, .aff-promo-select-select-wrapper button.mighty-picker__next-month, .campaign-select-select-wrapper button.mighty-picker__prev-month, .campaign-select-select-wrapper button.mighty-picker__next-month {
  padding: 7px 15px;
  background: #f3f3f3;
  margin-bottom: 8px;
}
/* line 39, ../../app/assets/stylesheets/search.css.scss */
.period-search-select-wrapper button.mighty-picker__prev-month, .project-select-select-wrapper button.mighty-picker__prev-month, .aff-program-select-select-wrapper button.mighty-picker__prev-month, .aff-promo-select-select-wrapper button.mighty-picker__prev-month, .campaign-select-select-wrapper button.mighty-picker__prev-month {
  position: absolute;
  top: 0;
  left: 20px;
}
/* line 45, ../../app/assets/stylesheets/search.css.scss */
.period-search-select-wrapper button.mighty-picker__next-month, .project-select-select-wrapper button.mighty-picker__next-month, .aff-program-select-select-wrapper button.mighty-picker__next-month, .aff-promo-select-select-wrapper button.mighty-picker__next-month, .campaign-select-select-wrapper button.mighty-picker__next-month {
  position: absolute;
  top: 0;
  right: 7px;
}
/* line 51, ../../app/assets/stylesheets/search.css.scss */
.period-search-select-wrapper div.mighty-picker__month, .project-select-select-wrapper div.mighty-picker__month, .aff-program-select-select-wrapper div.mighty-picker__month, .aff-promo-select-select-wrapper div.mighty-picker__month, .campaign-select-select-wrapper div.mighty-picker__month {
  margin-top: 9px;
}
/* line 55, ../../app/assets/stylesheets/search.css.scss */
.period-search-select-wrapper div.mighty-picker__month-name, .project-select-select-wrapper div.mighty-picker__month-name, .aff-program-select-select-wrapper div.mighty-picker__month-name, .aff-promo-select-select-wrapper div.mighty-picker__month-name, .campaign-select-select-wrapper div.mighty-picker__month-name {
  margin-bottom: 7px;
  text-align: center;
}
/* line 60, ../../app/assets/stylesheets/search.css.scss */
.period-search-select-wrapper .mighty-picker-calendar__day, .project-select-select-wrapper .mighty-picker-calendar__day, .aff-program-select-select-wrapper .mighty-picker-calendar__day, .aff-promo-select-select-wrapper .mighty-picker-calendar__day, .campaign-select-select-wrapper .mighty-picker-calendar__day {
  text-align: center;
}
/* line 64, ../../app/assets/stylesheets/search.css.scss */
.period-search-select-wrapper .mighty-picker-calendar__day--selected, .project-select-select-wrapper .mighty-picker-calendar__day--selected, .aff-program-select-select-wrapper .mighty-picker-calendar__day--selected, .aff-promo-select-select-wrapper .mighty-picker-calendar__day--selected, .campaign-select-select-wrapper .mighty-picker-calendar__day--selected {
  color: #fff;
  text-shadow: none;
  background: #009DC6;
}
/* line 70, ../../app/assets/stylesheets/search.css.scss */
.period-search-select-wrapper .period-tooltip, .period-search-select-wrapper .select-tooltip, .project-select-select-wrapper .period-tooltip, .project-select-select-wrapper .select-tooltip, .aff-program-select-select-wrapper .period-tooltip, .aff-program-select-select-wrapper .select-tooltip, .aff-promo-select-select-wrapper .period-tooltip, .aff-promo-select-select-wrapper .select-tooltip, .campaign-select-select-wrapper .period-tooltip, .campaign-select-select-wrapper .select-tooltip {
  color: #aaa;
  font-size: .7rem;
}
/* line 75, ../../app/assets/stylesheets/search.css.scss */
.period-search-select-wrapper .period-tooltip, .project-select-select-wrapper .period-tooltip, .aff-program-select-select-wrapper .period-tooltip, .aff-promo-select-select-wrapper .period-tooltip, .campaign-select-select-wrapper .period-tooltip {
  margin-left: 10px;
}
.mighty-picker-calendar__day {
  cursor: pointer;
  position: relative;
}
.mighty-picker-calendar__day--disabled {
  color: #aaa;
  cursor: auto;
}
.mighty-picker-calendar__day-marker-wrapper {
  position: relative;
}
.mighty-picker-calendar__day-marker {
  display: none;
  position: absolute;
  background: #fff;
  padding: 4px 6px;
  border: 1px solid #aaa;
  bottom: 16px;
}
.mighty-picker-calendar__day--marked:hover .mighty-picker-calendar__day-marker {
  display: block;
}
.mighty-picker-calendar__day--marked {
  color: orange;
  font-weight: bold;
}
.mighty-picker-calendar__day--selected {
  color: #3b5;
  font-weight: bold;
}
.mighty-picker__month {
  display: inline-block;
  margin: 0 6px;
}
/*



 */


.mentions-input-box {
  position: relative;
  background: #fff;
}

.mentions-input-box textarea {
  overflow: hidden;
  background: transparent;
  position: relative;
  resize: none;

  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.mentions-input-box .mentions-autocomplete-list {
  display: none;
  background: #fff;
  border: 1px solid #b2b2b2;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10000;
  margin-top: -2px;

  border-radius:5px;
  border-top-right-radius:0;
  border-top-left-radius:0;

  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.148438);
     -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.148438);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.148438);
}

.mentions-input-box .mentions-autocomplete-list ul {
    margin: 0;
    padding: 0;
}

.mentions-input-box .mentions-autocomplete-list li {
  background-color: #fff;
  padding: 0 5px;
  margin: 0;
  width: auto;
  border-bottom: 1px solid #eee;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  cursor: pointer;
  list-style: none;
  white-space: nowrap;
}

.mentions-input-box .mentions-autocomplete-list li:last-child {
  border-radius:5px;
}

.mentions-input-box .mentions-autocomplete-list li > img,
.mentions-input-box .mentions-autocomplete-list li > div.icon {
  width: 16px;
  height: 16px;
  float: left;
  margin-top:5px;
  margin-right: 5px;
  -moz-background-origin:3px;

  border-radius:3px;
}

.mentions-input-box .mentions-autocomplete-list li em {
  font-weight: bold;
  font-style: none;
}

.mentions-input-box .mentions-autocomplete-list li:hover,
.mentions-input-box .mentions-autocomplete-list li.active {
  background-color: #f2f2f2;
}

.mentions-input-box .mentions-autocomplete-list li b {
  background: #ffff99;
  font-weight: normal;
}

.mentions-input-box .mentions {
  position: absolute;
  left: 1px;
  right: 0;
  top: 1px;
  bottom: 0;
  padding: 9px;
  color: #fff;
  overflow: hidden;

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

.mentions-input-box .mentions > div {
  color: #fff;
  white-space: pre-wrap;
  width: 100%;
}

.mentions-input-box .mentions > div > strong {
  font-weight:normal;
  background: #d8dfea;
}

.mentions-input-box .mentions > div > strong > span {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.comment {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;

  border-top: 1px solid;
  border-left: 1px solid;
  
  margin-top: 15px;
  margin-bottom: 15px;

  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;

  color: #000;
  border-color: #DDD;
  background-color: #FFF;
  
  clear: both;
}

.comment_actions {
  float: right;
}

.comment_body {
  padding-top: 3px;
}

.comment_body p {
	margin: 0px;

	overflow: hidden;
}

.comment_div {
	clear: both;
}

.comment_form_actions {
  margin-top: 15px;
  margin-bottom: 10px;
}

.comment_form_field textarea {
  padding: 0px;

  width: 100%;
}

.comment_avatar {
  float: left;

  margin-top: 5px;
  margin-bottom: 10px;
  margin-right: 10px;
}

.comment_timestamp {
  color: #666;
}

.comment_votes {
  float: right;
  margin-top: 5px;
  margin-bottom: 5px;

  text-align: center;
}

.comment_votes input,
.comment_votes img {
  border: none;
  background-color: transparent;
  padding: 0px;
  margin: 0px;
}

.comment_votes form {
  margin: 0px;
}

.comment_upvote {
  display: block;
  height: 18px;
  margin-top: 7px;
  margin-bottom: 7px;
  margin-left: 5px;
  margin-right: 5px;
}

.comment_downvote {
  display: block;
  height: 18px;
  margin-top: 7px;
  margin-bottom: 7px;
  margin-left: 5px;
  margin-right: 5px;
}

.comment_like {
  float: left;
}

.comment_like + .comment_vote_count {
  float: right;
}

.comment_error_explanation {
  margin-bottom: 10px;
}

.comment_error_explanation h3 {
  margin-top: 5px;
}

.comment_error_explanation ul {
  list-style-position: inside;
}
.thread {
  display: block !important;
}

.thread .commontator_hidden {
  display: none;
}

.thread_actions {
  float: right;
}

.thread_header {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  margin-top: 5px;
  margin-bottom: 5px;
  display: block;
}

/* Modified from:
http://www.strangerstudios.com/sandbox/pagination/diggstyle.php */
.thread_page_entries_info {
	margin-top: 10px;
  margin-bottom: 10px;
}

.thread_will_paginate {
	margin-top: 10px;
  margin-bottom: 10px;
}

.thread_pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 4px;
	border: 1px solid #999;
	
	text-decoration: none;
	color: #666;
}

.thread_pagination a:hover,
.thread_pagination a:active {
	border: 1px solid #555;

	color: #000;
}

.thread_pagination em {
	padding: 2px 5px 2px 5px;
	margin-right: 4px;
  border: 1px solid #555;

  font-weight: bold;
  background-color: #555;
  color: #FFF;
}

.thread_pagination span {
  padding: 2px 5px 2px 5px;
	margin-right: 4px;
  border: 1px solid #EEE;

  color: #DDD;
}

.thread .mentions-input-box .mentions {
  left: -2px !important;
  top: -2px !important;
}
/*
 * This is a manifest file that'll automatically include all the stylesheets available in this directory
 * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
 * the top of the compiled file, but it's generally better to create a new file per style scope.


















 
*/
