@charset "UTF-8";
/*Start Settings*/
@import url(https://fonts.googleapis.com/css?family=Bitter);
/* Full-Width */
/* Full-Width */
/* Background for the top bar */
/* Full-Width */
/* Fading background color for the top bar */
/* Height and margin */
/* Control Input height for top bar */
/* Controlling the styles for the title in the top bar */
/* Set the link colors and styles for top-level nav */
/* Style the top bar dropdown elements */
/* Top menu icon styles */
/* Transitions and breakpoint styles */
/* Divider Styles */
/* Sticky Class */
/* Full-Width */
/* Full-Width */
/* We use these to set padding and hover factor */
/* These style the titles */
/* For sections inside the main-menu area */
/* Want to control border size, here ya go! */
/* For sections inside the main-menu area */
/* Font controls */
/* Control the color of the background and some size options */
/* For sections inside the main-menu area */
/* We use these to control header font styles */
/* We use these to control header font sizes */
/* These control how subheaders are styled. */
/* A general <small> styling */
/* We use these to style paragraphs */
/* We use these to style <code> tags */
/* We use these to style anchors */
/* We use these to style the <hr> element */
/* We use these to style lists */
/* We use these to style blockquotes */
/* Acronym styles */
/* We use these to control padding and margin */
/* We use these to control the border styles */
/* We use these to control full name font styles */
/* We use this to control the summary font styles */
/* We use this to control abbr padding */
/* We use this to control abbr font styles */
/* We use these to control the background and border styles */
/* We use this % to control how much we darken things on hover */
/* We use these to set default inner padding and bottom margin */
/* We use these to set default font colors */
/* We use these to build padding for buttons. */
/* We use this to control the display property. */
/* We use these to control button text styles. */
/* We use these to control various hover effects. */
/* We use these to control button border styles. */
/* We use this to set the default radius used throughout the core. */
/* We use this to set default opacity for disabled buttons. */
/* These control the background color for the table and even rows */
/* These control the table cell border style */
/* These control the table head styles */
/* These control the row padding and font styles */
/* These are for controlling the display and margin of tables */
/* We use this to set the background color for the breadcrumb container */
/* We use these to set the padding around the breadcrumbs. */
/* We use these to control border styles. */
/* We use these to set various text styles for breadcrumbs. */
/* We use these to control the slash between breadcrumbs */
/* We use this to control the definition */
/*End Settings*/
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:40.063em)/";
  width: 40.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: #002425;
  color: #141414;
  padding: 0;
  margin: 0;
  font-family: Tahoma, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

a:hover, .itemds-fragment-edit:hover, .itemds-fragment-delete:hover, .itemds-fragment-resize: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%;
}

.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.3333333333%;
    right: auto;
  }
  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    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.3333333333%;
    right: auto;
  }
  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    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.3333333333%;
    right: auto;
  }
  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    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.3333333333%;
    right: auto;
  }
  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .small-1 {
    width: 8.3333333333%;
  }
  .small-2 {
    width: 16.6666666667%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.3333333333%;
  }
  .small-5 {
    width: 41.6666666667%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.3333333333%;
  }
  .small-8 {
    width: 66.6666666667%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.3333333333%;
  }
  .small-11 {
    width: 91.6666666667%;
  }
  .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.3333333333% !important;
  }
  .small-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .small-offset-3 {
    margin-left: 25% !important;
  }
  .small-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .small-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .small-offset-6 {
    margin-left: 50% !important;
  }
  .small-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .small-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .small-offset-9 {
    margin-left: 75% !important;
  }
  .small-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .small-offset-11 {
    margin-left: 91.6666666667% !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: 40.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.3333333333%;
    right: auto;
  }
  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    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.3333333333%;
    right: auto;
  }
  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    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.3333333333%;
    right: auto;
  }
  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    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.3333333333%;
    right: auto;
  }
  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .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.3333333333% !important;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .medium-offset-3 {
    margin-left: 25% !important;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .medium-offset-6 {
    margin-left: 50% !important;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .medium-offset-9 {
    margin-left: 75% !important;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667% !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.3333333333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    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.3333333333%;
    right: auto;
  }
  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    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.3333333333%;
    right: auto;
  }
  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    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.3333333333%;
    right: auto;
  }
  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    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.3333333333%;
    right: auto;
  }
  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .large-1 {
    width: 8.3333333333%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .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.3333333333% !important;
  }
  .large-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .large-offset-3 {
    margin-left: 25% !important;
  }
  .large-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .large-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .large-offset-6 {
    margin-left: 50% !important;
  }
  .large-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .large-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .large-offset-9 {
    margin-left: 75% !important;
  }
  .large-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .large-offset-11 {
    margin-left: 91.6666666667% !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.3333333333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}

.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, .accordion dd.active > .itemds-fragment-edit, .accordion dd.active > .itemds-fragment-delete, .accordion dd.active > .itemds-fragment-resize {
  background: #e8e8e8;
}

.accordion dd > a, .accordion dd > .itemds-fragment-edit, .accordion dd > .itemds-fragment-delete, .accordion dd > .itemds-fragment-resize {
  background: #efefef;
  color: #222;
  padding: 1rem;
  display: block;
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 1rem;
}

.accordion dd > a:hover, .accordion dd > .itemds-fragment-edit:hover, .accordion dd > .itemds-fragment-delete:hover, .accordion dd > .itemds-fragment-resize:hover {
  background: #e3e3e3;
}

.accordion .content {
  display: none;
  padding: 0.9375rem;
}

.accordion .content.active {
  display: block;
  background: #fff;
}

.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: #002425;
  border-color: #001f20;
  color: #fff;
}

.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: #333;
  opacity: 0.3;
}

.alert-box .close:hover, .alert-box .close:focus {
  opacity: 0.5;
}

.alert-box.radius {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.alert-box.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}

.alert-box.success {
  background-color: #88b564;
  border-color: #74a44e;
  color: #fff;
}

.alert-box.alert, .alert-box.voucher-edit-action-cancel {
  background-color: #ed6f6f;
  border-color: #e84444;
  color: #fff;
}

.alert-box.secondary {
  background-color: #c1d22b;
  border-color: #a6b525;
  color: #fff;
}

.alert-box.warning {
  background-color: #f08a24;
  border-color: #de770f;
  color: #fff;
}

.alert-box.info {
  background-color: #a0d3e8;
  border-color: #74bfdd;
  color: #42470f;
}

[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.3333333333%;
    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.6666666667%;
    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.2857142857%;
    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.6071428571rem;
  }
  .small-block-grid-7 > li:nth-child(7n+2) {
    padding-left: 0.2678571429rem;
    padding-right: 1.3392857143rem;
  }
  .small-block-grid-7 > li:nth-child(7n+3) {
    padding-left: 0.5357142857rem;
    padding-right: 1.0714285714rem;
  }
  .small-block-grid-7 > li:nth-child(7n+4) {
    padding-left: 0.8035714286rem;
    padding-right: 0.8035714286rem;
  }
  .small-block-grid-7 > li:nth-child(7n+5) {
    padding-left: 1.0714285714rem;
    padding-right: 0.5357142857rem;
  }
  .small-block-grid-7 > li:nth-child(7n+6) {
    padding-left: 1.3392857143rem;
    padding-right: 0.2678571429rem;
  }
  .small-block-grid-7 > li:nth-child(7n) {
    padding-left: 1.6071428571rem;
    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.640625rem;
  }
  .small-block-grid-8 > li:nth-child(8n+2) {
    padding-left: 0.234375rem;
    padding-right: 1.40625rem;
  }
  .small-block-grid-8 > li:nth-child(8n+3) {
    padding-left: 0.46875rem;
    padding-right: 1.171875rem;
  }
  .small-block-grid-8 > li:nth-child(8n+4) {
    padding-left: 0.703125rem;
    padding-right: 0.9375rem;
  }
  .small-block-grid-8 > li:nth-child(8n+5) {
    padding-left: 0.9375rem;
    padding-right: 0.703125rem;
  }
  .small-block-grid-8 > li:nth-child(8n+6) {
    padding-left: 1.171875rem;
    padding-right: 0.46875rem;
  }
  .small-block-grid-8 > li:nth-child(8n+7) {
    padding-left: 1.40625rem;
    padding-right: 0.234375rem;
  }
  .small-block-grid-8 > li:nth-child(8n) {
    padding-left: 1.640625rem;
    padding-right: 0rem;
  }
  .small-block-grid-9 > li {
    width: 11.1111111111%;
    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.6666666667rem;
  }
  .small-block-grid-9 > li:nth-child(9n+2) {
    padding-left: 0.2083333333rem;
    padding-right: 1.4583333333rem;
  }
  .small-block-grid-9 > li:nth-child(9n+3) {
    padding-left: 0.4166666667rem;
    padding-right: 1.25rem;
  }
  .small-block-grid-9 > li:nth-child(9n+4) {
    padding-left: 0.625rem;
    padding-right: 1.0416666667rem;
  }
  .small-block-grid-9 > li:nth-child(9n+5) {
    padding-left: 0.8333333333rem;
    padding-right: 0.8333333333rem;
  }
  .small-block-grid-9 > li:nth-child(9n+6) {
    padding-left: 1.0416666667rem;
    padding-right: 0.625rem;
  }
  .small-block-grid-9 > li:nth-child(9n+7) {
    padding-left: 1.25rem;
    padding-right: 0.4166666667rem;
  }
  .small-block-grid-9 > li:nth-child(9n+8) {
    padding-left: 1.4583333333rem;
    padding-right: 0.2083333333rem;
  }
  .small-block-grid-9 > li:nth-child(9n) {
    padding-left: 1.6666666667rem;
    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.0909090909%;
    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: 0rem;
    padding-right: 1.7045454545rem;
  }
  .small-block-grid-11 > li:nth-child(11n+2) {
    padding-left: 0.1704545455rem;
    padding-right: 1.5340909091rem;
  }
  .small-block-grid-11 > li:nth-child(11n+3) {
    padding-left: 0.3409090909rem;
    padding-right: 1.3636363636rem;
  }
  .small-block-grid-11 > li:nth-child(11n+4) {
    padding-left: 0.5113636364rem;
    padding-right: 1.1931818182rem;
  }
  .small-block-grid-11 > li:nth-child(11n+5) {
    padding-left: 0.6818181818rem;
    padding-right: 1.0227272727rem;
  }
  .small-block-grid-11 > li:nth-child(11n+6) {
    padding-left: 0.8522727273rem;
    padding-right: 0.8522727273rem;
  }
  .small-block-grid-11 > li:nth-child(11n+7) {
    padding-left: 1.0227272727rem;
    padding-right: 0.6818181818rem;
  }
  .small-block-grid-11 > li:nth-child(11n+8) {
    padding-left: 1.1931818182rem;
    padding-right: 0.5113636364rem;
  }
  .small-block-grid-11 > li:nth-child(11n+9) {
    padding-left: 1.3636363636rem;
    padding-right: 0.3409090909rem;
  }
  .small-block-grid-11 > li:nth-child(11n+10) {
    padding-left: 1.5340909091rem;
    padding-right: 0.1704545455rem;
  }
  .small-block-grid-11 > li:nth-child(11n) {
    padding-left: 1.7045454545rem;
    padding-right: 0rem;
  }
  .small-block-grid-12 > li {
    width: 8.3333333333%;
    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: 40.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.3333333333%;
    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.6666666667%;
    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.2857142857%;
    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.6071428571rem;
  }
  .medium-block-grid-7 > li:nth-child(7n+2) {
    padding-left: 0.2678571429rem;
    padding-right: 1.3392857143rem;
  }
  .medium-block-grid-7 > li:nth-child(7n+3) {
    padding-left: 0.5357142857rem;
    padding-right: 1.0714285714rem;
  }
  .medium-block-grid-7 > li:nth-child(7n+4) {
    padding-left: 0.8035714286rem;
    padding-right: 0.8035714286rem;
  }
  .medium-block-grid-7 > li:nth-child(7n+5) {
    padding-left: 1.0714285714rem;
    padding-right: 0.5357142857rem;
  }
  .medium-block-grid-7 > li:nth-child(7n+6) {
    padding-left: 1.3392857143rem;
    padding-right: 0.2678571429rem;
  }
  .medium-block-grid-7 > li:nth-child(7n) {
    padding-left: 1.6071428571rem;
    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.640625rem;
  }
  .medium-block-grid-8 > li:nth-child(8n+2) {
    padding-left: 0.234375rem;
    padding-right: 1.40625rem;
  }
  .medium-block-grid-8 > li:nth-child(8n+3) {
    padding-left: 0.46875rem;
    padding-right: 1.171875rem;
  }
  .medium-block-grid-8 > li:nth-child(8n+4) {
    padding-left: 0.703125rem;
    padding-right: 0.9375rem;
  }
  .medium-block-grid-8 > li:nth-child(8n+5) {
    padding-left: 0.9375rem;
    padding-right: 0.703125rem;
  }
  .medium-block-grid-8 > li:nth-child(8n+6) {
    padding-left: 1.171875rem;
    padding-right: 0.46875rem;
  }
  .medium-block-grid-8 > li:nth-child(8n+7) {
    padding-left: 1.40625rem;
    padding-right: 0.234375rem;
  }
  .medium-block-grid-8 > li:nth-child(8n) {
    padding-left: 1.640625rem;
    padding-right: 0rem;
  }
  .medium-block-grid-9 > li {
    width: 11.1111111111%;
    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.6666666667rem;
  }
  .medium-block-grid-9 > li:nth-child(9n+2) {
    padding-left: 0.2083333333rem;
    padding-right: 1.4583333333rem;
  }
  .medium-block-grid-9 > li:nth-child(9n+3) {
    padding-left: 0.4166666667rem;
    padding-right: 1.25rem;
  }
  .medium-block-grid-9 > li:nth-child(9n+4) {
    padding-left: 0.625rem;
    padding-right: 1.0416666667rem;
  }
  .medium-block-grid-9 > li:nth-child(9n+5) {
    padding-left: 0.8333333333rem;
    padding-right: 0.8333333333rem;
  }
  .medium-block-grid-9 > li:nth-child(9n+6) {
    padding-left: 1.0416666667rem;
    padding-right: 0.625rem;
  }
  .medium-block-grid-9 > li:nth-child(9n+7) {
    padding-left: 1.25rem;
    padding-right: 0.4166666667rem;
  }
  .medium-block-grid-9 > li:nth-child(9n+8) {
    padding-left: 1.4583333333rem;
    padding-right: 0.2083333333rem;
  }
  .medium-block-grid-9 > li:nth-child(9n) {
    padding-left: 1.6666666667rem;
    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.0909090909%;
    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: 0rem;
    padding-right: 1.7045454545rem;
  }
  .medium-block-grid-11 > li:nth-child(11n+2) {
    padding-left: 0.1704545455rem;
    padding-right: 1.5340909091rem;
  }
  .medium-block-grid-11 > li:nth-child(11n+3) {
    padding-left: 0.3409090909rem;
    padding-right: 1.3636363636rem;
  }
  .medium-block-grid-11 > li:nth-child(11n+4) {
    padding-left: 0.5113636364rem;
    padding-right: 1.1931818182rem;
  }
  .medium-block-grid-11 > li:nth-child(11n+5) {
    padding-left: 0.6818181818rem;
    padding-right: 1.0227272727rem;
  }
  .medium-block-grid-11 > li:nth-child(11n+6) {
    padding-left: 0.8522727273rem;
    padding-right: 0.8522727273rem;
  }
  .medium-block-grid-11 > li:nth-child(11n+7) {
    padding-left: 1.0227272727rem;
    padding-right: 0.6818181818rem;
  }
  .medium-block-grid-11 > li:nth-child(11n+8) {
    padding-left: 1.1931818182rem;
    padding-right: 0.5113636364rem;
  }
  .medium-block-grid-11 > li:nth-child(11n+9) {
    padding-left: 1.3636363636rem;
    padding-right: 0.3409090909rem;
  }
  .medium-block-grid-11 > li:nth-child(11n+10) {
    padding-left: 1.5340909091rem;
    padding-right: 0.1704545455rem;
  }
  .medium-block-grid-11 > li:nth-child(11n) {
    padding-left: 1.7045454545rem;
    padding-right: 0rem;
  }
  .medium-block-grid-12 > li {
    width: 8.3333333333%;
    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.3333333333%;
    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.6666666667%;
    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.2857142857%;
    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.6071428571rem;
  }
  .large-block-grid-7 > li:nth-child(7n+2) {
    padding-left: 0.2678571429rem;
    padding-right: 1.3392857143rem;
  }
  .large-block-grid-7 > li:nth-child(7n+3) {
    padding-left: 0.5357142857rem;
    padding-right: 1.0714285714rem;
  }
  .large-block-grid-7 > li:nth-child(7n+4) {
    padding-left: 0.8035714286rem;
    padding-right: 0.8035714286rem;
  }
  .large-block-grid-7 > li:nth-child(7n+5) {
    padding-left: 1.0714285714rem;
    padding-right: 0.5357142857rem;
  }
  .large-block-grid-7 > li:nth-child(7n+6) {
    padding-left: 1.3392857143rem;
    padding-right: 0.2678571429rem;
  }
  .large-block-grid-7 > li:nth-child(7n) {
    padding-left: 1.6071428571rem;
    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.640625rem;
  }
  .large-block-grid-8 > li:nth-child(8n+2) {
    padding-left: 0.234375rem;
    padding-right: 1.40625rem;
  }
  .large-block-grid-8 > li:nth-child(8n+3) {
    padding-left: 0.46875rem;
    padding-right: 1.171875rem;
  }
  .large-block-grid-8 > li:nth-child(8n+4) {
    padding-left: 0.703125rem;
    padding-right: 0.9375rem;
  }
  .large-block-grid-8 > li:nth-child(8n+5) {
    padding-left: 0.9375rem;
    padding-right: 0.703125rem;
  }
  .large-block-grid-8 > li:nth-child(8n+6) {
    padding-left: 1.171875rem;
    padding-right: 0.46875rem;
  }
  .large-block-grid-8 > li:nth-child(8n+7) {
    padding-left: 1.40625rem;
    padding-right: 0.234375rem;
  }
  .large-block-grid-8 > li:nth-child(8n) {
    padding-left: 1.640625rem;
    padding-right: 0rem;
  }
  .large-block-grid-9 > li {
    width: 11.1111111111%;
    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.6666666667rem;
  }
  .large-block-grid-9 > li:nth-child(9n+2) {
    padding-left: 0.2083333333rem;
    padding-right: 1.4583333333rem;
  }
  .large-block-grid-9 > li:nth-child(9n+3) {
    padding-left: 0.4166666667rem;
    padding-right: 1.25rem;
  }
  .large-block-grid-9 > li:nth-child(9n+4) {
    padding-left: 0.625rem;
    padding-right: 1.0416666667rem;
  }
  .large-block-grid-9 > li:nth-child(9n+5) {
    padding-left: 0.8333333333rem;
    padding-right: 0.8333333333rem;
  }
  .large-block-grid-9 > li:nth-child(9n+6) {
    padding-left: 1.0416666667rem;
    padding-right: 0.625rem;
  }
  .large-block-grid-9 > li:nth-child(9n+7) {
    padding-left: 1.25rem;
    padding-right: 0.4166666667rem;
  }
  .large-block-grid-9 > li:nth-child(9n+8) {
    padding-left: 1.4583333333rem;
    padding-right: 0.2083333333rem;
  }
  .large-block-grid-9 > li:nth-child(9n) {
    padding-left: 1.6666666667rem;
    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.0909090909%;
    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: 0rem;
    padding-right: 1.7045454545rem;
  }
  .large-block-grid-11 > li:nth-child(11n+2) {
    padding-left: 0.1704545455rem;
    padding-right: 1.5340909091rem;
  }
  .large-block-grid-11 > li:nth-child(11n+3) {
    padding-left: 0.3409090909rem;
    padding-right: 1.3636363636rem;
  }
  .large-block-grid-11 > li:nth-child(11n+4) {
    padding-left: 0.5113636364rem;
    padding-right: 1.1931818182rem;
  }
  .large-block-grid-11 > li:nth-child(11n+5) {
    padding-left: 0.6818181818rem;
    padding-right: 1.0227272727rem;
  }
  .large-block-grid-11 > li:nth-child(11n+6) {
    padding-left: 0.8522727273rem;
    padding-right: 0.8522727273rem;
  }
  .large-block-grid-11 > li:nth-child(11n+7) {
    padding-left: 1.0227272727rem;
    padding-right: 0.6818181818rem;
  }
  .large-block-grid-11 > li:nth-child(11n+8) {
    padding-left: 1.1931818182rem;
    padding-right: 0.5113636364rem;
  }
  .large-block-grid-11 > li:nth-child(11n+9) {
    padding-left: 1.3636363636rem;
    padding-right: 0.3409090909rem;
  }
  .large-block-grid-11 > li:nth-child(11n+10) {
    padding-left: 1.5340909091rem;
    padding-right: 0.1704545455rem;
  }
  .large-block-grid-11 > li:nth-child(11n) {
    padding-left: 1.7045454545rem;
    padding-right: 0rem;
  }
  .large-block-grid-12 > li {
    width: 8.3333333333%;
    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;
  }
}

.breadcrumbs {
  display: block;
  padding: 0.375rem 0.875rem 0.375rem;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: #eeeeee;
  border-color: #d5d4d4;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.breadcrumbs > * {
  margin: 0;
  float: left;
  font-size: 0.6875rem;
  text-transform: uppercase;
}

.breadcrumbs > *:hover a, .breadcrumbs > *:hover .itemds-fragment-edit, .breadcrumbs > *:hover .itemds-fragment-delete, .breadcrumbs > *:hover .itemds-fragment-resize, .breadcrumbs > *:focus a, .breadcrumbs > *:focus .itemds-fragment-edit, .breadcrumbs > *:focus .itemds-fragment-delete, .breadcrumbs > *:focus .itemds-fragment-resize {
  text-decoration: underline;
}

.breadcrumbs > * a, .breadcrumbs > * .itemds-fragment-edit, .breadcrumbs > * .itemds-fragment-delete, .breadcrumbs > * .itemds-fragment-resize,
.breadcrumbs > * span {
  text-transform: uppercase;
  color: #002425;
}

.breadcrumbs > *.current {
  cursor: default;
  color: #333333;
}

.breadcrumbs > *.current a, .breadcrumbs > *.current .itemds-fragment-edit, .breadcrumbs > *.current .itemds-fragment-delete, .breadcrumbs > *.current .itemds-fragment-resize {
  cursor: default;
  color: #333333;
}

.breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:hover .itemds-fragment-edit, .breadcrumbs > *.current:hover .itemds-fragment-delete, .breadcrumbs > *.current:hover .itemds-fragment-resize, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a, .breadcrumbs > *.current:focus .itemds-fragment-edit, .breadcrumbs > *.current:focus .itemds-fragment-delete, .breadcrumbs > *.current:focus .itemds-fragment-resize {
  text-decoration: none;
}

.breadcrumbs > *.unavailable {
  color: #999999;
}

.breadcrumbs > *.unavailable a, .breadcrumbs > *.unavailable .itemds-fragment-edit, .breadcrumbs > *.unavailable .itemds-fragment-delete, .breadcrumbs > *.unavailable .itemds-fragment-resize {
  color: #999999;
}

.breadcrumbs > *.unavailable:hover,
.breadcrumbs > *.unavailable:hover a,
.breadcrumbs > *.unavailable:hover .itemds-fragment-edit,
.breadcrumbs > *.unavailable:hover .itemds-fragment-delete,
.breadcrumbs > *.unavailable:hover .itemds-fragment-resize, .breadcrumbs > *.unavailable:focus,
.breadcrumbs > *.unavailable a:focus,
.breadcrumbs > *.unavailable .itemds-fragment-edit:focus,
.breadcrumbs > *.unavailable .itemds-fragment-delete:focus,
.breadcrumbs > *.unavailable .itemds-fragment-resize:focus {
  text-decoration: none;
  color: #999999;
  cursor: default;
}

.breadcrumbs > *:before {
  content: "/";
  color: #333333;
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
}

.breadcrumbs > *:first-child:before {
  content: " ";
  margin: 0;
}

button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: Tahoma, Helvetica, sans-serif;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.75rem;
  padding-right: 1.5rem;
  padding-bottom: 0.8125rem;
  padding-left: 1.5rem;
  font-size: 1rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
  background-color: #002425;
  border-color: #005254;
  color: white;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  padding-top: 0.75rem;
  padding-right: 1.5rem;
  padding-bottom: 0.8125rem;
  padding-left: 1.5rem;
  font-size: 1rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
}

button:hover, button:focus, .button:hover, .button:focus {
  background-color: #005254;
}

button:hover, button:focus, .button:hover, .button:focus {
  color: white;
}

button.secondary, .button.secondary {
  background-color: #c1d22b;
  border-color: #c8d83f;
  color: white;
}

button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #c8d83f;
}

button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: white;
}

button.success, .button.success {
  background-color: #88b564;
  border-color: #94bc74;
  color: white;
}

button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #94bc74;
}

button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: white;
}

button.alert, button.voucher-edit-action-cancel, .button.alert, .button.voucher-edit-action-cancel {
  background-color: #ed6f6f;
  border-color: #ef7d7d;
  color: white;
}

button.alert:hover, button.voucher-edit-action-cancel:hover, button.alert:focus, button.voucher-edit-action-cancel:focus, .button.alert:hover, .button.voucher-edit-action-cancel:hover, .button.alert:focus, .button.voucher-edit-action-cancel:focus {
  background-color: #ef7d7d;
}

button.alert:hover, button.voucher-edit-action-cancel:hover, button.alert:focus, button.voucher-edit-action-cancel:focus, .button.alert:hover, .button.voucher-edit-action-cancel:hover, .button.alert:focus, .button.voucher-edit-action-cancel:focus {
  color: white;
}

button.large, .button.large {
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1.25rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
}

button.small, .button.small {
  padding-top: 0.5625rem;
  padding-right: 1.125rem;
  padding-bottom: 0.625rem;
  padding-left: 1.125rem;
  font-size: 0.8125rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
}

button.tiny, .button.tiny {
  padding-top: 0.4375rem;
  padding-right: 0.875rem;
  padding-bottom: 0.5rem;
  padding-left: 0.875rem;
  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: 5px;
  border-radius: 5px;
}

button.round, .button.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}

button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #002425;
  border-color: #005254;
  color: white;
  cursor: default;
  opacity: 0.6;
  -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: #005254;
}

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: #002425;
}

button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #c1d22b;
  border-color: #c8d83f;
  color: white;
  cursor: default;
  opacity: 0.6;
  -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: #c8d83f;
}

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: white;
}

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: #c1d22b;
}

button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #88b564;
  border-color: #94bc74;
  color: white;
  cursor: default;
  opacity: 0.6;
  -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: #94bc74;
}

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: #88b564;
}

button.disabled.alert, button.disabled.voucher-edit-action-cancel, button[disabled].alert, button.voucher-edit-action-cancel[disabled], .button.disabled.alert, .button.disabled.voucher-edit-action-cancel, .button[disabled].alert, .button.voucher-edit-action-cancel[disabled] {
  background-color: #ed6f6f;
  border-color: #ef7d7d;
  color: white;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button.disabled.alert:hover, button.disabled.voucher-edit-action-cancel:hover, button.disabled.alert:focus, button.disabled.voucher-edit-action-cancel:focus, button[disabled].alert:hover, button.voucher-edit-action-cancel[disabled]:hover, button[disabled].alert:focus, button.voucher-edit-action-cancel[disabled]:focus, .button.disabled.alert:hover, .button.disabled.voucher-edit-action-cancel:hover, .button.disabled.alert:focus, .button.disabled.voucher-edit-action-cancel:focus, .button[disabled].alert:hover, .button.voucher-edit-action-cancel[disabled]:hover, .button[disabled].alert:focus, .button.voucher-edit-action-cancel[disabled]:focus {
  background-color: #ef7d7d;
}

button.disabled.alert:hover, button.disabled.voucher-edit-action-cancel:hover, button.disabled.alert:focus, button.disabled.voucher-edit-action-cancel:focus, button[disabled].alert:hover, button.voucher-edit-action-cancel[disabled]:hover, button[disabled].alert:focus, button.voucher-edit-action-cancel[disabled]:focus, .button.disabled.alert:hover, .button.disabled.voucher-edit-action-cancel:hover, .button.disabled.alert:focus, .button.disabled.voucher-edit-action-cancel:focus, .button[disabled].alert:hover, .button.voucher-edit-action-cancel[disabled]:hover, .button[disabled].alert:focus, .button.voucher-edit-action-cancel[disabled]:focus {
  color: white;
}

button.disabled.alert:hover, button.disabled.voucher-edit-action-cancel:hover, button.disabled.alert:focus, button.disabled.voucher-edit-action-cancel:focus, button[disabled].alert:hover, button.voucher-edit-action-cancel[disabled]:hover, button[disabled].alert:focus, button.voucher-edit-action-cancel[disabled]:focus, .button.disabled.alert:hover, .button.disabled.voucher-edit-action-cancel:hover, .button.disabled.alert:focus, .button.disabled.voucher-edit-action-cancel:focus, .button[disabled].alert:hover, .button.voucher-edit-action-cancel[disabled]:hover, .button[disabled].alert:focus, .button.voucher-edit-action-cancel[disabled]:focus {
  background-color: #ed6f6f;
}

@media only screen and (min-width: 40.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 > .itemds-fragment-edit,
.button-group.radius > *:first-child > .itemds-fragment-delete,
.button-group.radius > *:first-child > .itemds-fragment-resize,
.button-group.radius > *:first-child > button,
.button-group.radius > *:first-child > .button {
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.button-group.radius > *:last-child,
.button-group.radius > *:last-child > a,
.button-group.radius > *:last-child > .itemds-fragment-edit,
.button-group.radius > *:last-child > .itemds-fragment-delete,
.button-group.radius > *:last-child > .itemds-fragment-resize,
.button-group.radius > *:last-child > button,
.button-group.radius > *:last-child > .button {
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.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 > .itemds-fragment-edit,
.button-group.round > *:first-child > .itemds-fragment-delete,
.button-group.round > *:first-child > .itemds-fragment-resize,
.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 > .itemds-fragment-edit,
.button-group.round > *:last-child > .itemds-fragment-delete,
.button-group.round > *:last-child > .itemds-fragment-resize,
.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.3333333333%;
}

.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.6666666667%;
}

.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.2857142857%;
}

.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;
}

/* 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: #333;
  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: #ccc;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #333;
  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: #ccc;
  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: 40.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: #ccc;
  }
  .clearing-main-next {
    right: 0;
  }
  .clearing-main-next > span {
    border-color: transparent;
    border-left-color: #ccc;
  }
  .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, .clearing-assembled .clearing-container .carousel > ul li .th.itemds-fragment-edit, .clearing-assembled .clearing-container .carousel > ul li .itemds-fragment-edit.itemds-image, .clearing-assembled .clearing-container .carousel > ul li .itemds-fragment-edit.itemds-colorswatch, .clearing-assembled .clearing-container .carousel > ul li .itemds-fragment-edit.itemds-textalign, .clearing-assembled .clearing-container .carousel > ul li .itemds-fragment-edit.itemds-clipart-icon, .clearing-assembled .clearing-container .carousel > ul li .th.itemds-fragment-delete, .clearing-assembled .clearing-container .carousel > ul li .itemds-fragment-delete.itemds-image, .clearing-assembled .clearing-container .carousel > ul li .itemds-fragment-delete.itemds-colorswatch, .clearing-assembled .clearing-container .carousel > ul li .itemds-fragment-delete.itemds-textalign, .clearing-assembled .clearing-container .carousel > ul li .itemds-fragment-delete.itemds-clipart-icon, .clearing-assembled .clearing-container .carousel > ul li .th.itemds-fragment-resize, .clearing-assembled .clearing-container .carousel > ul li .itemds-fragment-resize.itemds-image, .clearing-assembled .clearing-container .carousel > ul li .itemds-fragment-resize.itemds-colorswatch, .clearing-assembled .clearing-container .carousel > ul li .itemds-fragment-resize.itemds-textalign, .clearing-assembled .clearing-container .carousel > ul li .itemds-fragment-resize.itemds-clipart-icon, .clearing-assembled .clearing-container .carousel > ul li a.itemds-image, .clearing-assembled .clearing-container .carousel > ul li a.itemds-colorswatch, .clearing-assembled .clearing-container .carousel > ul li a.itemds-textalign, .clearing-assembled .clearing-container .carousel > ul li a.itemds-clipart-icon {
    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: #333;
    overflow: hidden;
    height: 85%;
  }
  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0;
  }
}

/* Foundation Dropdowns */
.f-dropdown {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: #fff;
  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 #fff 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: #fff;
  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 #fff 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: #fff;
  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 #fff;
  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: #fff;
  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: #fff 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, .f-dropdown li .itemds-fragment-edit, .f-dropdown li .itemds-fragment-delete, .f-dropdown li .itemds-fragment-resize {
  display: block;
  padding: 0.5rem;
  color: #555;
}

.f-dropdown.content {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  padding: 1.25rem;
  width: 100%;
  height: auto;
  max-height: none;
  background: #fff;
  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;
}

.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: #fff 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: #fff 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: #fff 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: #fff 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: #fff transparent transparent transparent;
}

.dropdown.button.secondary:before, button.dropdown.secondary:before {
  border-color: #333 transparent transparent transparent;
}

.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%;
}

/* 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: #4d4c4c;
  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: 5px;
  border-radius: 5px;
}

select:hover {
  background-color: #f3f2f2;
  border-color: #999999;
}

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

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

/* 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: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

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

.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: #333;
  border-color: #cccccc;
}

span.prefix.radius, label.prefix.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333;
  border-color: #cccccc;
}

span.postfix.radius, label.postfix.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

/* 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: #fff;
  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: #ddd;
}

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: 5px;
  border-radius: 5px;
}

/* 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 #ddd;
  padding: 1.25rem;
  margin: 1.125rem 0;
}

fieldset legend {
  font-weight: bold;
  background: #fff;
  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: #ed6f6f;
  color: #fff;
}

[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: #ed6f6f;
  color: #fff;
}

.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: #ed6f6f;
}

.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: #ed6f6f;
  color: #fff;
}

.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: #ed6f6f;
}

.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;
}

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

/* Default styles for the container */
.joyride-tip-guide {
  display: none;
  position: absolute;
  background: #333;
  color: #fff;
  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 #333;
}

.joyride-tip-guide .joyride-nub.top {
  border-top-style: solid;
  border-color: #333;
  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: #333 !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: #fff;
}

.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 #555;
  position: absolute;
  right: 1.0625rem;
  bottom: 1rem;
}

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

.joyride-close-tip {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #777 !important;
  text-decoration: none;
  font-size: 24px;
  font-weight: normal;
  line-height: .5 !important;
}

.joyride-close-tip:hover, .joyride-close-tip:focus {
  color: #eee !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 #ffffff;
  -webkit-box-shadow: 0 0 15px #ffffff;
  box-shadow: 0 0 15px #ffffff;
}

.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: 40.063em) {
  .joyride-tip-guide {
    width: 300px;
    left: inherit;
  }
  .joyride-tip-guide .joyride-nub.bottom {
    border-color: #333 !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: #333 !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: #333 !important;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 22px;
    left: -20px;
    right: auto;
  }
}

.keystroke,
kbd {
  background-color: #ededed;
  border-color: #dddddd;
  color: #222;
  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: 5px;
  border-radius: 5px;
}

.label {
  font-weight: normal;
  font-family: Tahoma, Helvetica, 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: #002425;
  color: #fff;
}

.label.radius {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.label.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}

.label.alert, .label.voucher-edit-action-cancel {
  background-color: #ed6f6f;
  color: #fff;
}

.label.success {
  background-color: #88b564;
  color: #fff;
}

.label.secondary {
  background-color: #c1d22b;
  color: #fff;
}

[data-magellan-expedition] {
  background: #fff;
  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, [data-magellan-expedition] .sub-nav .itemds-fragment-edit, [data-magellan-expedition] .sub-nav .itemds-fragment-delete, [data-magellan-expedition] .sub-nav .itemds-fragment-resize {
  line-height: 1.8em;
}

@-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: #555 #fff;
  -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 .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .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: #fff;
  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: #fff;
  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 #fff;
  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 #fff;
}

.orbit-container .orbit-timer.paused > span.dark {
  border-color: transparent transparent transparent #333;
}

.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: #fff;
}

.orbit-container .orbit-prev:hover > span {
  border-right-color: #fff;
}

.orbit-container .orbit-next {
  right: 0;
}

.orbit-container .orbit-next > span {
  border-color: transparent;
  border-left-style: solid;
  border-left-color: #fff;
  left: 50%;
  margin-left: -4px;
}

.orbit-container .orbit-next:hover > span {
  border-left-color: #fff;
}

.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: #ccc;
  float: none;
  margin-right: 6px;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}

.orbit-bullets li.active {
  background: #999;
}

.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: 40.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;
  }
}

ul.pagination {
  display: block;
  height: 1.5rem;
  margin-left: -0.3125rem;
}

ul.pagination li {
  height: 1.5rem;
  color: #222;
  font-size: 0.875rem;
  margin-left: 0.3125rem;
}

ul.pagination li a, ul.pagination li .itemds-fragment-edit, ul.pagination li .itemds-fragment-delete, ul.pagination li .itemds-fragment-resize {
  display: block;
  padding: 0.0625rem 0.625rem 0.0625rem;
  color: #999;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

ul.pagination li:hover a, ul.pagination li:hover .itemds-fragment-edit, ul.pagination li:hover .itemds-fragment-delete, ul.pagination li:hover .itemds-fragment-resize,
ul.pagination li a:focus,
ul.pagination li .itemds-fragment-edit:focus,
ul.pagination li .itemds-fragment-delete:focus,
ul.pagination li .itemds-fragment-resize:focus {
  background: #e6e5e5;
}

ul.pagination li.unavailable a, ul.pagination li.unavailable .itemds-fragment-edit, ul.pagination li.unavailable .itemds-fragment-delete, ul.pagination li.unavailable .itemds-fragment-resize {
  cursor: default;
  color: #999;
}

ul.pagination li.unavailable:hover a, ul.pagination li.unavailable:hover .itemds-fragment-edit, ul.pagination li.unavailable:hover .itemds-fragment-delete, ul.pagination li.unavailable:hover .itemds-fragment-resize,
ul.pagination li.unavailable a:focus,
ul.pagination li.unavailable .itemds-fragment-edit:focus,
ul.pagination li.unavailable .itemds-fragment-delete:focus,
ul.pagination li.unavailable .itemds-fragment-resize:focus {
  background: transparent;
}

ul.pagination li.current a, ul.pagination li.current .itemds-fragment-edit, ul.pagination li.current .itemds-fragment-delete, ul.pagination li.current .itemds-fragment-resize {
  background: #002425;
  color: #fff;
  font-weight: bold;
  cursor: default;
}

ul.pagination li.current a:hover, ul.pagination li.current .itemds-fragment-edit:hover, ul.pagination li.current .itemds-fragment-delete:hover, ul.pagination li.current .itemds-fragment-resize:hover, ul.pagination li.current a:focus, ul.pagination li.current .itemds-fragment-edit:focus, ul.pagination li.current .itemds-fragment-delete:focus, ul.pagination li.current .itemds-fragment-resize:focus {
  background: #002425;
}

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;
}

/* Panels */
.panel {
  border-style: solid;
  border-width: 0px;
  border-color: white;
  margin-bottom: 20px;
  padding: 20px;
  background: white;
}

.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: #141414;
}

.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: 0px;
  border-color: #e5feff;
  margin-bottom: 20px;
  padding: 20px;
  background: #e3feff;
}

.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: #141414;
}

.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), .panel.callout .itemds-fragment-edit:not(.button), .panel.callout .itemds-fragment-delete:not(.button), .panel.callout .itemds-fragment-resize:not(.button) {
  color: #002425;
}

.panel.radius {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* Pricing Tables */
.pricing-table {
  border: solid 1px #ddd;
  margin-left: 0;
  margin-bottom: 1.25rem;
}

.pricing-table * {
  list-style: none;
  line-height: 1;
}

.pricing-table .title {
  background-color: #333;
  padding: 0.9375rem 1.25rem;
  text-align: center;
  color: #eee;
  font-weight: normal;
  font-size: 1rem;
  font-family: Tahoma, Helvetica, sans-serif;
}

.pricing-table .price {
  background-color: #f6f6f6;
  padding: 0.9375rem 1.25rem;
  text-align: center;
  color: #333;
  font-weight: normal;
  font-size: 2rem;
  font-family: Tahoma, Helvetica, sans-serif;
}

.pricing-table .description {
  background-color: #fff;
  padding: 0.9375rem;
  text-align: center;
  color: #777;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.4;
  border-bottom: dotted 1px #ddd;
}

.pricing-table .bullet-item {
  background-color: #fff;
  padding: 0.9375rem;
  text-align: center;
  color: #333;
  font-size: 0.875rem;
  font-weight: normal;
  border-bottom: dotted 1px #ddd;
}

.pricing-table .cta-button {
  background-color: #fff;
  text-align: center;
  padding: 1.25rem 1.25rem 0;
}

/* Progress Bar */
.progress {
  background-color: #f6f6f6;
  height: 1.5625rem;
  border: 1px solid white;
  padding: 0.125rem;
  margin-bottom: 0.625rem;
}

.progress .meter {
  background: #002425;
  height: 100%;
  display: block;
}

.progress.secondary .meter {
  background: #c1d22b;
  height: 100%;
  display: block;
}

.progress.success .meter {
  background: #88b564;
  height: 100%;
  display: block;
}

.progress.alert .meter, .progress.voucher-edit-action-cancel .meter {
  background: #ed6f6f;
  height: 100%;
  display: block;
}

.progress.radius {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.progress.radius .meter {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.progress.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}

.progress.round .meter {
  -webkit-border-radius: 999px;
  border-radius: 999px;
}

.range-slider {
  display: block;
  position: relative;
  width: 100%;
  height: 1rem;
  border: 1px solid #ddd;
  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 #ddd;
  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: 5px;
  border-radius: 5px;
}

.range-slider.radius .range-slider-handle {
  background: #002425;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.range-slider.radius .range-slider-handle:hover {
  background: #002021;
}

.range-slider.round {
  background: #fafafa;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}

.range-slider.round .range-slider-handle {
  background: #002425;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}

.range-slider.round .range-slider-handle:hover {
  background: #002021;
}

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

.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: #002425;
}

.range-slider-handle:hover {
  background: #002021;
}

.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  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: #fff;
  padding: 1.25rem;
  border: solid 1px #666;
  -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: 40.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: 40.063em) {
  dialog, .reveal-modal {
    margin-left: -40%;
    width: 80%;
  }
}

@media only screen and (min-width: 40.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: #aaa;
  font-weight: bold;
  cursor: pointer;
}

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

@media only screen and (min-width: 40.063em) {
  dialog, .reveal-modal {
    padding: 1.875rem;
  }
}

@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
  dialog, .reveal-modal {
    top: 6.25rem;
  }
}

@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
  dialog.tiny, .reveal-modal.tiny {
    margin-left: -15%;
    width: 30%;
  }
}

@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
  dialog.small, .reveal-modal.small {
    margin-left: -20%;
    width: 40%;
  }
}

@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
  dialog.medium, .reveal-modal.medium {
    margin-left: -30%;
    width: 60%;
  }
}

@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
  dialog.large, .reveal-modal.large {
    margin-left: -35%;
    width: 70%;
  }
}

@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
  dialog.xlarge, .reveal-modal.xlarge {
    margin-left: -47.5%;
    width: 95%;
  }
}

@media only screen and (min-width: 40.063em) {
  dialog.full, .reveal-modal.full {
    top: 0;
    left: 0;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0 !important;
  }
}

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

@media print {
  dialog, .reveal-modal {
    background: #fff !important;
  }
}

.side-nav {
  display: block;
  margin: 0;
  padding: 0.875rem 0;
  list-style-type: none;
  list-style-position: inside;
  font-family: Tahoma, Helvetica, sans-serif;
}

.side-nav li {
  margin: 0 0 0.4375rem 0;
  font-size: 0.875rem;
}

.side-nav li a:not(.button), .side-nav li .itemds-fragment-edit:not(.button), .side-nav li .itemds-fragment-delete:not(.button), .side-nav li .itemds-fragment-resize:not(.button) {
  display: block;
  color: #002425;
}

.side-nav li a:not(.button):hover, .side-nav li .itemds-fragment-edit:not(.button):hover, .side-nav li .itemds-fragment-delete:not(.button):hover, .side-nav li .itemds-fragment-resize:not(.button):hover, .side-nav li a:not(.button):focus, .side-nav li .itemds-fragment-edit:not(.button):focus, .side-nav li .itemds-fragment-delete:not(.button):focus, .side-nav li .itemds-fragment-resize:not(.button):focus {
  color: #00aeb3;
}

.side-nav li.active > a:first-child:not(.button), .side-nav li.active > .itemds-fragment-edit:first-child:not(.button), .side-nav li.active > .itemds-fragment-delete:first-child:not(.button), .side-nav li.active > .itemds-fragment-resize:first-child:not(.button) {
  color: #00aeb3;
  font-weight: normal;
  font-family: Tahoma, Helvetica, sans-serif;
}

.side-nav li.divider {
  border-top: 1px solid;
  height: 0;
  padding: 0;
  list-style: none;
  border-top-color: white;
}

.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: #fff transparent transparent transparent;
}

.split.button.secondary span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

.split.button.secondary span:before {
  border-color: #fff transparent transparent transparent;
}

.split.button.alert span, .split.button.voucher-edit-action-cancel 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: #333 transparent transparent transparent;
}

.split.button.radius span {
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.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;
}

.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: Tahoma, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 0.875rem;
  color: #002425;
}

.sub-nav dt a, .sub-nav dt .itemds-fragment-edit, .sub-nav dt .itemds-fragment-delete, .sub-nav dt .itemds-fragment-resize,
.sub-nav dd a,
.sub-nav dd .itemds-fragment-edit,
.sub-nav dd .itemds-fragment-delete,
.sub-nav dd .itemds-fragment-resize,
.sub-nav li a,
.sub-nav li .itemds-fragment-edit,
.sub-nav li .itemds-fragment-delete,
.sub-nav li .itemds-fragment-resize {
  text-decoration: none;
  color: #002425;
  padding: 0.1875rem 1rem;
}

.sub-nav dt a:hover, .sub-nav dt .itemds-fragment-edit:hover, .sub-nav dt .itemds-fragment-delete:hover, .sub-nav dt .itemds-fragment-resize:hover,
.sub-nav dd a:hover,
.sub-nav dd .itemds-fragment-edit:hover,
.sub-nav dd .itemds-fragment-delete:hover,
.sub-nav dd .itemds-fragment-resize:hover,
.sub-nav li a:hover,
.sub-nav li .itemds-fragment-edit:hover,
.sub-nav li .itemds-fragment-delete:hover,
.sub-nav li .itemds-fragment-resize:hover {
  color: #001b1c;
}

.sub-nav dt.active a, .sub-nav dt.active .itemds-fragment-edit, .sub-nav dt.active .itemds-fragment-delete, .sub-nav dt.active .itemds-fragment-resize,
.sub-nav dd.active a,
.sub-nav dd.active .itemds-fragment-edit,
.sub-nav dd.active .itemds-fragment-delete,
.sub-nav dd.active .itemds-fragment-resize,
.sub-nav li.active a,
.sub-nav li.active .itemds-fragment-edit,
.sub-nav li.active .itemds-fragment-delete,
.sub-nav li.active .itemds-fragment-resize {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-weight: normal;
  background: #002425;
  padding: 0.1875rem 1rem;
  cursor: default;
  color: #fff;
}

.sub-nav dt.active a:hover, .sub-nav dt.active .itemds-fragment-edit:hover, .sub-nav dt.active .itemds-fragment-delete:hover, .sub-nav dt.active .itemds-fragment-resize:hover,
.sub-nav dd.active a:hover,
.sub-nav dd.active .itemds-fragment-edit:hover,
.sub-nav dd.active .itemds-fragment-delete:hover,
.sub-nav dd.active .itemds-fragment-resize:hover,
.sub-nav li.active a:hover,
.sub-nav li.active .itemds-fragment-edit:hover,
.sub-nav li.active .itemds-fragment-delete:hover,
.sub-nav li.active .itemds-fragment-resize:hover {
  background: #001f20;
}

div.switch {
  position: relative;
  padding: 0;
  display: block;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 1.25rem;
  height: 2.25rem;
  background: #fff;
  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: #b3b2b2;
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #f2f2f2 100%);
  background: -webkit-linear-gradient(top, #fff 0%, #f2f2f2 100%);
  background: linear-gradient(to bottom, #fff 0%, #f2f2f2 100%);
  -webkit-box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 1000px #f8fbf6, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px #f5f5f5;
  box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 980px #f8fbf6, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px #f5f5f5;
}

div.switch:hover span:last-child, div.switch:focus span:last-child {
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #e6e5e5 100%);
  background: -webkit-linear-gradient(top, #fff 0%, #e6e5e5 100%);
  background: linear-gradient(to bottom, #fff 0%, #e6e5e5 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;
  }
}

table {
  background: white;
  margin-bottom: 1.25rem;
  border: solid 1px #dddddd;
}

table thead,
table tfoot {
  background: #002425;
}

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: white;
  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: #dedede;
}

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;
}

.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, .tabs dd > .itemds-fragment-edit, .tabs dd > .itemds-fragment-delete, .tabs dd > .itemds-fragment-resize {
  display: block;
  background: #efefef;
  color: #222;
  padding: 1rem 2rem;
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 1rem;
}

.tabs dd > a:hover, .tabs dd > .itemds-fragment-edit:hover, .tabs dd > .itemds-fragment-delete:hover, .tabs dd > .itemds-fragment-resize:hover {
  background: #e1e1e1;
}

.tabs dd.active a, .tabs dd.active .itemds-fragment-edit, .tabs dd.active .itemds-fragment-delete, .tabs dd.active .itemds-fragment-resize {
  background: #fff;
}

.tabs.radius dd:first-child a, .tabs.radius dd:first-child .itemds-fragment-edit, .tabs.radius dd:first-child .itemds-fragment-delete, .tabs.radius dd:first-child .itemds-fragment-resize {
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.tabs.radius dd:last-child a, .tabs.radius dd:last-child .itemds-fragment-edit, .tabs.radius dd:last-child .itemds-fragment-delete, .tabs.radius dd:last-child .itemds-fragment-resize {
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.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: 40.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;
}

/* Image Thumbnails */
.th, .itemds-image, .itemds-colorswatch, .itemds-textalign, .itemds-clipart-icon {
  line-height: 0;
  display: inline-block;
  border: solid 4px #fff;
  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, .itemds-image:hover, .itemds-colorswatch:hover, .itemds-textalign:hover, .itemds-clipart-icon:hover, .th:focus, .itemds-fragment-maintain-active, .itemds-image:focus, .itemds-colorswatch:focus, .itemds-colorswatch-selected, .itemds-image-selected, .itemds-textalign:focus, .itemds-textalign-selected, .itemds-clipart-icon:focus {
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 36, 37, 0.5);
  box-shadow: 0 0 6px 1px rgba(0, 36, 37, 0.5);
}

.th.radius, .radius.itemds-image, .radius.itemds-colorswatch, .radius.itemds-textalign, .radius.itemds-clipart-icon {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #ccc;
  cursor: help;
  font-weight: bold;
  color: #333;
}

.has-tip:hover, .has-tip:focus {
  border-bottom: dotted 1px #001011;
  color: #002425;
}

.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: #fff;
  background: #333;
}

.tooltip > .nub {
  display: block;
  left: 5px;
  position: absolute;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: transparent transparent #333 transparent;
  top: -10px;
}

.tooltip > .nub.rtl {
  left: auto;
  right: 5px;
}

.tooltip.radius {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.tooltip.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}

.tooltip.round > .nub {
  left: 2rem;
}

.tooltip.opened {
  color: #002425 !important;
  border-bottom: dotted 1px #001011 !important;
}

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

@media only screen and (min-width: 40.063em) {
  .tooltip > .nub {
    border-color: transparent transparent #333 transparent;
    top: -10px;
  }
  .tooltip.tip-top > .nub {
    border-color: #333 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 #333;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px;
  }
  .tooltip.tip-right > .nub {
    border-color: transparent #333 transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px;
  }
}

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

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: url(images/bg_body.jpg) repeat-x;
}

.contain-to-grid .top-bar {
  margin-bottom: 0.9375rem;
}

.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: 30px;
}

.top-bar {
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  position: relative;
  background: url(images/bg_body.jpg) repeat-x;
  margin-bottom: 0.9375rem;
}

.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: 30px;
  margin: 0;
  font-size: 16px;
}

.top-bar .name h1 {
  line-height: 30px;
  font-size: 1.0625rem;
  margin: 0;
}

.top-bar .name h1 a, .top-bar .name h1 .itemds-fragment-edit, .top-bar .name h1 .itemds-fragment-delete, .top-bar .name h1 .itemds-fragment-resize {
  font-weight: bold;
  color: #fff;
  width: 50%;
  display: block;
  padding: 0 0px 0.9375rem;
}

.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}

.top-bar .toggle-topbar a, .top-bar .toggle-topbar .itemds-fragment-edit, .top-bar .toggle-topbar .itemds-fragment-delete, .top-bar .toggle-topbar .itemds-fragment-resize {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 0px 0.9375rem;
  height: 30px;
  line-height: 30px;
}

.top-bar .toggle-topbar.menu-icon {
  right: 0px 0.9375rem;
  top: 50%;
  margin-top: -16px;
  padding-left: 40px;
}

.top-bar .toggle-topbar.menu-icon a, .top-bar .toggle-topbar.menu-icon .itemds-fragment-edit, .top-bar .toggle-topbar.menu-icon .itemds-fragment-delete, .top-bar .toggle-topbar.menu-icon .itemds-fragment-resize {
  height: 34px;
  line-height: 33px;
  padding: 0;
  padding-right: 25px;
  color: #fff;
  position: relative;
}

.top-bar .toggle-topbar.menu-icon a::after, .top-bar .toggle-topbar.menu-icon .itemds-fragment-edit::after, .top-bar .toggle-topbar.menu-icon .itemds-fragment-delete::after, .top-bar .toggle-topbar.menu-icon .itemds-fragment-resize::after {
  content: "";
  position: absolute;
  right: 0;
  display: block;
  width: 16px;
  top: 0;
  height: 0;
  -webkit-box-shadow: 1px 10px 1px 1px #fff, 1px 16px 1px 1px #fff, 1px 22px 1px 1px #fff;
  box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
}

.top-bar.expanded {
  height: auto;
  background: transparent;
}

.top-bar.expanded .title-area {
  background: url(images/bg_body.jpg) repeat-x;
}

.top-bar.expanded .toggle-topbar a, .top-bar.expanded .toggle-topbar .itemds-fragment-edit, .top-bar.expanded .toggle-topbar .itemds-fragment-delete, .top-bar.expanded .toggle-topbar .itemds-fragment-resize {
  color: #fff;
}

.top-bar.expanded .toggle-topbar a::after, .top-bar.expanded .toggle-topbar .itemds-fragment-edit::after, .top-bar.expanded .toggle-topbar .itemds-fragment-delete::after, .top-bar.expanded .toggle-topbar .itemds-fragment-resize::after {
  -webkit-box-shadow: 1px 10px 1px 1px #fff, 1px 16px 1px 1px #fff, 1px 22px 1px 1px #fff;
  box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
}

.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: #141414;
  font-size: 16px;
  margin: 0;
}

.top-bar-section .divider,
.top-bar-section [role="separator"] {
  border-top: solid 1px #1a1919;
  clear: both;
  height: 1px;
  width: 100%;
}

.top-bar-section ul li > a, .top-bar-section ul li > .itemds-fragment-edit, .top-bar-section ul li > .itemds-fragment-delete, .top-bar-section ul li > .itemds-fragment-resize {
  display: block;
  width: 100%;
  color: #fff;
  padding: 12px 0 12px 0;
  padding-left: 0px 0.9375rem;
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 0.8125rem;
  font-weight: bold;
  text-transform: none;
  background: #141414;
}

.top-bar-section ul li > a.button, .top-bar-section ul li > .button.itemds-fragment-edit, .top-bar-section ul li > .button.itemds-fragment-delete, .top-bar-section ul li > .button.itemds-fragment-resize {
  background: #002425;
  font-size: 0.8125rem;
  padding-right: 0px 0.9375rem;
  padding-left: 0px 0.9375rem;
}

.top-bar-section ul li > a.button:hover, .top-bar-section ul li > .button.itemds-fragment-edit:hover, .top-bar-section ul li > .button.itemds-fragment-delete:hover, .top-bar-section ul li > .button.itemds-fragment-resize:hover {
  background: #001a1b;
}

.top-bar-section ul li > a.button.secondary, .top-bar-section ul li > .button.secondary.itemds-fragment-edit, .top-bar-section ul li > .button.secondary.itemds-fragment-delete, .top-bar-section ul li > .button.secondary.itemds-fragment-resize {
  background: #c1d22b;
}

.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > .button.secondary.itemds-fragment-edit:hover, .top-bar-section ul li > .button.secondary.itemds-fragment-delete:hover, .top-bar-section ul li > .button.secondary.itemds-fragment-resize:hover {
  background: #acbb26;
}

.top-bar-section ul li > a.button.success, .top-bar-section ul li > .button.success.itemds-fragment-edit, .top-bar-section ul li > .button.success.itemds-fragment-delete, .top-bar-section ul li > .button.success.itemds-fragment-resize {
  background: #88b564;
}

.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > .button.success.itemds-fragment-edit:hover, .top-bar-section ul li > .button.success.itemds-fragment-delete:hover, .top-bar-section ul li > .button.success.itemds-fragment-resize:hover {
  background: #6b9648;
}

.top-bar-section ul li > a.button.alert, .top-bar-section ul li > .button.alert.itemds-fragment-edit, .top-bar-section ul li > .button.itemds-fragment-edit.voucher-edit-action-cancel, .top-bar-section ul li > .button.alert.itemds-fragment-delete, .top-bar-section ul li > .button.itemds-fragment-delete.voucher-edit-action-cancel, .top-bar-section ul li > .button.alert.itemds-fragment-resize, .top-bar-section ul li > .button.itemds-fragment-resize.voucher-edit-action-cancel, .top-bar-section ul li > a.button.voucher-edit-action-cancel {
  background: #ed6f6f;
}

.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > .button.alert.itemds-fragment-edit:hover, .top-bar-section ul li > .button.itemds-fragment-edit.voucher-edit-action-cancel:hover, .top-bar-section ul li > .button.alert.itemds-fragment-delete:hover, .top-bar-section ul li > .button.itemds-fragment-delete.voucher-edit-action-cancel:hover, .top-bar-section ul li > .button.alert.itemds-fragment-resize:hover, .top-bar-section ul li > .button.itemds-fragment-resize.voucher-edit-action-cancel:hover, .top-bar-section ul li > a.button.voucher-edit-action-cancel:hover {
  background: #e63737;
}

.top-bar-section ul li:hover:not(.has-form) > a, .top-bar-section ul li:hover:not(.has-form) > .itemds-fragment-edit, .top-bar-section ul li:hover:not(.has-form) > .itemds-fragment-delete, .top-bar-section ul li:hover:not(.has-form) > .itemds-fragment-resize {
  background: #002425;
  color: #fff;
}

.top-bar-section ul li.active > a, .top-bar-section ul li.active > .itemds-fragment-edit, .top-bar-section ul li.active > .itemds-fragment-delete, .top-bar-section ul li.active > .itemds-fragment-resize {
  background: #002425;
  color: #fff;
}

.top-bar-section ul li.active > a:hover, .top-bar-section ul li.active > .itemds-fragment-edit:hover, .top-bar-section ul li.active > .itemds-fragment-delete:hover, .top-bar-section ul li.active > .itemds-fragment-resize:hover {
  background: #002425;
  color: #fff;
}

.top-bar-section .has-form {
  padding: 0px 0.9375rem;
}

.top-bar-section .has-dropdown {
  position: relative;
}

.top-bar-section .has-dropdown > a:after, .top-bar-section .has-dropdown > .itemds-fragment-edit:after, .top-bar-section .has-dropdown > .itemds-fragment-delete:after, .top-bar-section .has-dropdown > .itemds-fragment-resize:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
  border-left-style: solid;
  margin-right: 0px 0.9375rem;
  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, .top-bar-section .has-dropdown.moved > .itemds-fragment-edit:after, .top-bar-section .has-dropdown.moved > .itemds-fragment-delete:after, .top-bar-section .has-dropdown.moved > .itemds-fragment-resize: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, .top-bar-section .dropdown li .itemds-fragment-edit, .top-bar-section .dropdown li .itemds-fragment-delete, .top-bar-section .dropdown li .itemds-fragment-resize {
  font-weight: normal;
  padding: 8px 0px 0.9375rem;
}

.top-bar-section .dropdown li a.parent-link, .top-bar-section .dropdown li .parent-link.itemds-fragment-edit, .top-bar-section .dropdown li .parent-link.itemds-fragment-delete, .top-bar-section .dropdown li .parent-link.itemds-fragment-resize {
  font-weight: bold;
}

.top-bar-section .dropdown li.title h5 {
  margin-bottom: 0;
}

.top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.title h5 .itemds-fragment-edit, .top-bar-section .dropdown li.title h5 .itemds-fragment-delete, .top-bar-section .dropdown li.title h5 .itemds-fragment-resize {
  color: #fff;
  line-height: 15px;
  display: block;
}

.top-bar-section .dropdown li.has-form {
  padding: 8px 0px 0.9375rem;
}

.top-bar-section .dropdown li .button {
  top: auto;
}

.top-bar-section .dropdown label {
  padding: 8px 0px 0.9375rem 2px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #555;
  font-weight: bold;
  font-size: 0.625rem;
}

.js-generated {
  display: block;
}

@media only screen and (min-width: 40.063em) {
  .top-bar {
    background: url(images/bg_body.jpg) repeat-x;
    *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, .top-bar .name h1 .itemds-fragment-edit, .top-bar .name h1 .itemds-fragment-delete, .top-bar .name h1 .itemds-fragment-resize {
    width: auto;
  }
  .top-bar input,
  .top-bar .button {
    font-size: 0.875rem;
    position: relative;
    top: 7px;
  }
  .top-bar.expanded {
    background: url(images/bg_body.jpg) repeat-x;
  }
  .contain-to-grid .top-bar {
    max-width: 62.5rem;
    margin: 0 auto;
    margin-bottom: 0.9375rem;
  }
  .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), .top-bar-section li.hover > .itemds-fragment-edit:not(.button), .top-bar-section li.hover > .itemds-fragment-delete:not(.button), .top-bar-section li.hover > .itemds-fragment-resize:not(.button) {
    background: #002425;
    color: #fff;
  }
  .top-bar-section li:not(.has-form) a:not(.button), .top-bar-section li:not(.has-form) .itemds-fragment-edit:not(.button), .top-bar-section li:not(.has-form) .itemds-fragment-delete:not(.button), .top-bar-section li:not(.has-form) .itemds-fragment-resize:not(.button) {
    padding: 0 0px 0.9375rem;
    line-height: 30px;
    background: url(images/bg_body.jpg) repeat-x;
  }
  .top-bar-section li:not(.has-form) a:not(.button):hover, .top-bar-section li:not(.has-form) .itemds-fragment-edit:not(.button):hover, .top-bar-section li:not(.has-form) .itemds-fragment-delete:not(.button):hover, .top-bar-section li:not(.has-form) .itemds-fragment-resize:not(.button):hover {
    background: #002425;
  }
  .top-bar-section li.active:not(.has-form) a:not(.button), .top-bar-section li.active:not(.has-form) .itemds-fragment-edit:not(.button), .top-bar-section li.active:not(.has-form) .itemds-fragment-delete:not(.button), .top-bar-section li.active:not(.has-form) .itemds-fragment-resize:not(.button) {
    padding: 0 0px 0.9375rem;
    line-height: 30px;
    color: #fff;
    background: #002425;
  }
  .top-bar-section li.active:not(.has-form) a:not(.button):hover, .top-bar-section li.active:not(.has-form) .itemds-fragment-edit:not(.button):hover, .top-bar-section li.active:not(.has-form) .itemds-fragment-delete:not(.button):hover, .top-bar-section li.active:not(.has-form) .itemds-fragment-resize:not(.button):hover {
    background: #002425;
  }
  .top-bar-section .has-dropdown > a, .top-bar-section .has-dropdown > .itemds-fragment-edit, .top-bar-section .has-dropdown > .itemds-fragment-delete, .top-bar-section .has-dropdown > .itemds-fragment-resize {
    padding-right: 0px 0.9375rem20 !important;
  }
  .top-bar-section .has-dropdown > a:after, .top-bar-section .has-dropdown > .itemds-fragment-edit:after, .top-bar-section .has-dropdown > .itemds-fragment-delete:after, .top-bar-section .has-dropdown > .itemds-fragment-resize:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 15px;
  }
  .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, .top-bar-section .has-dropdown .dropdown li.has-dropdown > .itemds-fragment-edit:after, .top-bar-section .has-dropdown .dropdown li.has-dropdown > .itemds-fragment-delete:after, .top-bar-section .has-dropdown .dropdown li.has-dropdown > .itemds-fragment-resize: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, .top-bar-section .dropdown li .itemds-fragment-edit, .top-bar-section .dropdown li .itemds-fragment-delete, .top-bar-section .dropdown li .itemds-fragment-resize {
    color: white;
    line-height: 1;
    white-space: nowrap;
    padding: 12px 0px 0.9375rem;
    background: #141414;
  }
  .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: #333;
  }
  .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: 30px;
    width: 0;
  }
  .top-bar-section .has-form {
    background: url(images/bg_body.jpg) repeat-x;
    padding: 0 10px;
    height: 30px;
  }
  .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, .no-js .top-bar-section ul li:hover > .itemds-fragment-edit, .no-js .top-bar-section ul li:hover > .itemds-fragment-delete, .no-js .top-bar-section ul li:hover > .itemds-fragment-resize {
    background: #002425;
    color: #fff;
  }
  .no-js .top-bar-section ul li:active > a, .no-js .top-bar-section ul li:active > .itemds-fragment-edit, .no-js .top-bar-section ul li:active > .itemds-fragment-delete, .no-js .top-bar-section ul li:active > .itemds-fragment-resize {
    background: #002425;
    color: #fff;
  }
  .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;
  }
}

.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: 40.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: 40.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: 40.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: 40.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, .itemds-fragment-edit, .itemds-fragment-delete, .itemds-fragment-resize {
  color: #002425;
  text-decoration: none;
  line-height: inherit;
}

a:hover, .itemds-fragment-edit:hover, .itemds-fragment-delete:hover, .itemds-fragment-resize:hover, a:focus, .itemds-fragment-edit:focus, .itemds-fragment-delete:focus, .itemds-fragment-resize:focus {
  color: #000b0c;
}

a img, .itemds-fragment-edit img, .itemds-fragment-delete img, .itemds-fragment-resize img {
  border: none;
}

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1;
  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: "Bitter", serif;
  font-weight: bold;
  font-style: normal;
  color: #002425;
  text-rendering: optimizeLegibility;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  line-height: 1.4;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 70%;
  color: #00b9be;
  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: 1em;
}

.subheader {
  line-height: 1.4;
  color: #9c2131;
  font-weight: 300;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
}

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: 70%;
  line-height: inherit;
}

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

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

ul {
  margin-left: 1.125rem;
}

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.125rem;
}

ul.circle {
  list-style-type: circle;
  margin-left: 1.125rem;
}

ul.disc {
  list-style-type: disc;
  margin-left: 1.125rem;
}

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.3em;
  font-weight: bold;
}

dl dd {
  margin-bottom: 0.75rem;
}

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #141414;
  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: #00878b;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a, blockquote cite .itemds-fragment-edit, blockquote cite .itemds-fragment-delete, blockquote cite .itemds-fragment-resize,
blockquote cite a:visited,
blockquote cite .itemds-fragment-edit:visited,
blockquote cite .itemds-fragment-delete:visited,
blockquote cite .itemds-fragment-resize:visited {
  color: #00878b;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #00b9be;
}

/* 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: 40.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: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, .itemds-fragment-edit, .itemds-fragment-delete, .itemds-fragment-resize,
  a:visited,
  .itemds-fragment-edit:visited,
  .itemds-fragment-delete:visited,
  .itemds-fragment-resize:visited {
    text-decoration: underline;
  }
  a[href]:after, .itemds-fragment-edit[href]:after, .itemds-fragment-delete[href]:after, .itemds-fragment-resize[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, .ir .itemds-fragment-edit:after, .ir .itemds-fragment-delete:after, .ir .itemds-fragment-resize:after,
  a[href^="javascript:"]:after,
  .itemds-fragment-edit[href^="javascript:"]:after,
  .itemds-fragment-delete[href^="javascript:"]:after,
  .itemds-fragment-resize[href^="javascript:"]:after,
  a[href^="#"]:after,
  .itemds-fragment-edit[href^="#"]:after,
  .itemds-fragment-delete[href^="#"]:after,
  .itemds-fragment-resize[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .hide-on-print {
    display: none !important;
  }
  .print-only {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  .show-for-print {
    display: inherit !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: 40.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: 40.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: #333;
  color: #fff;
  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: #fff;
  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 #1a1919;
  left: 0;
}

.right-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-left: solid 1px #1a1919;
  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: 40.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: #fff;
  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 #FFF, 1px 7px 1px 1px #FFF, 1px 14px 1px 1px #FFF;
  box-shadow: 0 0px 0 1px #FFF, 0 7px 0 1px #FFF, 0 14px 0 1px #FFF;
}

.tab-bar .menu-icon:hover span {
  -webkit-box-shadow: 1px 0px 1px 1px #b3b2b2, 1px 7px 1px 1px #b3b2b2, 1px 14px 1px 1px #b3b2b2;
  box-shadow: 0 0px 0 1px #b3b2b2, 0 7px 0 1px #b3b2b2, 0 14px 0 1px #b3b2b2;
}

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-y: auto;
  background: #333;
  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: #333;
  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: #999;
  text-transform: uppercase;
  font-weight: bold;
  background: #444;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
  margin: 0;
}

ul.off-canvas-list li a, ul.off-canvas-list li .itemds-fragment-edit, ul.off-canvas-list li .itemds-fragment-delete, ul.off-canvas-list li .itemds-fragment-resize {
  display: block;
  padding: 0.6666666667rem;
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid #262626;
  transition: background 300ms ease;
}

ul.off-canvas-list li a:hover, ul.off-canvas-list li .itemds-fragment-edit:hover, ul.off-canvas-list li .itemds-fragment-delete:hover, ul.off-canvas-list li .itemds-fragment-resize: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: 40.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: 40.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;
}

/* 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: 40.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;
}

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

/* libraries */
/*!
 * Ladda
 * http://lab.hakim.se/ladda
 * MIT licensed
 *
 * Copyright (C) 2015 Hakim El Hattab, http://hakim.se
 */
/*************************************
 * CONFIG
 */
/*************************************
 * MIXINS
 */
/*************************************
 * BUTTON BASE
 */
.ladda-button {
  position: relative;
}

/* Spinner animation */
.ladda-button .ladda-spinner {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: 0;
  opacity: 0;
  pointer-events: none;
}

/* Button label */
.ladda-button .ladda-label {
  position: relative;
  z-index: 3;
}

/* Progress bar */
.ladda-button .ladda-progress {
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.1s linear all !important;
  -moz-transition: 0.1s linear all !important;
  -ms-transition: 0.1s linear all !important;
  -o-transition: 0.1s linear all !important;
  transition: 0.1s linear all !important;
}

.ladda-button[data-loading] .ladda-progress {
  opacity: 1;
  visibility: visible;
}

/*************************************
 * EASING
 */
.ladda-button,
.ladda-button .ladda-spinner,
.ladda-button .ladda-label {
  -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -moz-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -ms-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -o-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
}

.ladda-button[data-style=zoom-in],
.ladda-button[data-style=zoom-in] .ladda-spinner,
.ladda-button[data-style=zoom-in] .ladda-label,
.ladda-button[data-style=zoom-out],
.ladda-button[data-style=zoom-out] .ladda-spinner,
.ladda-button[data-style=zoom-out] .ladda-label {
  -webkit-transition: 0.3s ease all !important;
  -moz-transition: 0.3s ease all !important;
  -ms-transition: 0.3s ease all !important;
  -o-transition: 0.3s ease all !important;
  transition: 0.3s ease all !important;
}

/*************************************
 * EXPAND LEFT
 */
.ladda-button[data-style=expand-right] .ladda-spinner {
  right: -6px;
}

.ladda-button[data-style=expand-right][data-size="s"] .ladda-spinner,
.ladda-button[data-style=expand-right][data-size="xs"] .ladda-spinner {
  right: -12px;
}

.ladda-button[data-style=expand-right][data-loading] {
  padding-right: 56px;
}

.ladda-button[data-style=expand-right][data-loading] .ladda-spinner {
  opacity: 1;
}

.ladda-button[data-style=expand-right][data-loading][data-size="s"], .ladda-button[data-style=expand-right][data-loading][data-size="xs"] {
  padding-right: 40px;
}

/*************************************
 * EXPAND RIGHT
 */
.ladda-button[data-style=expand-left] .ladda-spinner {
  left: 26px;
}

.ladda-button[data-style=expand-left][data-size="s"] .ladda-spinner,
.ladda-button[data-style=expand-left][data-size="xs"] .ladda-spinner {
  left: 4px;
}

.ladda-button[data-style=expand-left][data-loading] {
  padding-left: 56px;
}

.ladda-button[data-style=expand-left][data-loading] .ladda-spinner {
  opacity: 1;
}

.ladda-button[data-style=expand-left][data-loading][data-size="s"], .ladda-button[data-style=expand-left][data-loading][data-size="xs"] {
  padding-left: 40px;
}

/*************************************
 * EXPAND UP
 */
.ladda-button[data-style=expand-up] {
  overflow: hidden;
}

.ladda-button[data-style=expand-up] .ladda-spinner {
  top: -32px;
  left: 50%;
  margin-left: 0;
}

.ladda-button[data-style=expand-up][data-loading] {
  padding-top: 54px;
}

.ladda-button[data-style=expand-up][data-loading] .ladda-spinner {
  opacity: 1;
  top: 26px;
  margin-top: 0;
}

.ladda-button[data-style=expand-up][data-loading][data-size="s"], .ladda-button[data-style=expand-up][data-loading][data-size="xs"] {
  padding-top: 32px;
}

.ladda-button[data-style=expand-up][data-loading][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-up][data-loading][data-size="xs"] .ladda-spinner {
  top: 4px;
}

/*************************************
 * EXPAND DOWN
 */
.ladda-button[data-style=expand-down] {
  overflow: hidden;
}

.ladda-button[data-style=expand-down] .ladda-spinner {
  top: 62px;
  left: 50%;
  margin-left: 0;
}

.ladda-button[data-style=expand-down][data-size="s"] .ladda-spinner,
.ladda-button[data-style=expand-down][data-size="xs"] .ladda-spinner {
  top: 40px;
}

.ladda-button[data-style=expand-down][data-loading] {
  padding-bottom: 54px;
}

.ladda-button[data-style=expand-down][data-loading] .ladda-spinner {
  opacity: 1;
}

.ladda-button[data-style=expand-down][data-loading][data-size="s"], .ladda-button[data-style=expand-down][data-loading][data-size="xs"] {
  padding-bottom: 32px;
}

/*************************************
 * SLIDE LEFT
 */
.ladda-button[data-style=slide-left] {
  overflow: hidden;
}

.ladda-button[data-style=slide-left] .ladda-label {
  position: relative;
}

.ladda-button[data-style=slide-left] .ladda-spinner {
  left: 100%;
  margin-left: 0;
}

.ladda-button[data-style=slide-left][data-loading] .ladda-label {
  opacity: 0;
  left: -100%;
}

.ladda-button[data-style=slide-left][data-loading] .ladda-spinner {
  opacity: 1;
  left: 50%;
}

/*************************************
 * SLIDE RIGHT
 */
.ladda-button[data-style=slide-right] {
  overflow: hidden;
}

.ladda-button[data-style=slide-right] .ladda-label {
  position: relative;
}

.ladda-button[data-style=slide-right] .ladda-spinner {
  right: 100%;
  margin-left: 0;
  left: 16px;
}

.ladda-button[data-style=slide-right][data-loading] .ladda-label {
  opacity: 0;
  left: 100%;
}

.ladda-button[data-style=slide-right][data-loading] .ladda-spinner {
  opacity: 1;
  left: 50%;
}

/*************************************
 * SLIDE UP
 */
.ladda-button[data-style=slide-up] {
  overflow: hidden;
}

.ladda-button[data-style=slide-up] .ladda-label {
  position: relative;
}

.ladda-button[data-style=slide-up] .ladda-spinner {
  left: 50%;
  margin-left: 0;
  margin-top: 1em;
}

.ladda-button[data-style=slide-up][data-loading] .ladda-label {
  opacity: 0;
  top: -1em;
}

.ladda-button[data-style=slide-up][data-loading] .ladda-spinner {
  opacity: 1;
  margin-top: 0;
}

/*************************************
 * SLIDE DOWN
 */
.ladda-button[data-style=slide-down] {
  overflow: hidden;
}

.ladda-button[data-style=slide-down] .ladda-label {
  position: relative;
}

.ladda-button[data-style=slide-down] .ladda-spinner {
  left: 50%;
  margin-left: 0;
  margin-top: -2em;
}

.ladda-button[data-style=slide-down][data-loading] .ladda-label {
  opacity: 0;
  top: 1em;
}

.ladda-button[data-style=slide-down][data-loading] .ladda-spinner {
  opacity: 1;
  margin-top: 0;
}

/*************************************
 * ZOOM-OUT
 */
.ladda-button[data-style=zoom-out] {
  overflow: hidden;
}

.ladda-button[data-style=zoom-out] .ladda-spinner {
  left: 50%;
  margin-left: 32px;
  -webkit-transform: scale(2.5);
  -moz-transform: scale(2.5);
  -ms-transform: scale(2.5);
  -o-transform: scale(2.5);
  transform: scale(2.5);
}

.ladda-button[data-style=zoom-out] .ladda-label {
  position: relative;
  display: inline-block;
}

.ladda-button[data-style=zoom-out][data-loading] .ladda-label {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}

.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner {
  opacity: 1;
  margin-left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

/*************************************
 * ZOOM-IN
 */
.ladda-button[data-style=zoom-in] {
  overflow: hidden;
}

.ladda-button[data-style=zoom-in] .ladda-spinner {
  left: 50%;
  margin-left: -16px;
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
}

.ladda-button[data-style=zoom-in] .ladda-label {
  position: relative;
  display: inline-block;
}

.ladda-button[data-style=zoom-in][data-loading] .ladda-label {
  opacity: 0;
  -webkit-transform: scale(2.2);
  -moz-transform: scale(2.2);
  -ms-transform: scale(2.2);
  -o-transform: scale(2.2);
  transform: scale(2.2);
}

.ladda-button[data-style=zoom-in][data-loading] .ladda-spinner {
  opacity: 1;
  margin-left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

/*************************************
 * CONTRACT
 */
.ladda-button[data-style=contract] {
  overflow: hidden;
  width: 100px;
}

.ladda-button[data-style=contract] .ladda-spinner {
  left: 50%;
  margin-left: 0;
}

.ladda-button[data-style=contract][data-loading] {
  border-radius: 50%;
  width: 52px;
}

.ladda-button[data-style=contract][data-loading] .ladda-label {
  opacity: 0;
}

.ladda-button[data-style=contract][data-loading] .ladda-spinner {
  opacity: 1;
}

/*************************************
 * OVERLAY
 */
.ladda-button[data-style=contract-overlay] {
  overflow: hidden;
  width: 100px;
  box-shadow: 0px 0px 0px 2000px rgba(0, 0, 0, 0);
}

.ladda-button[data-style=contract-overlay] .ladda-spinner {
  left: 50%;
  margin-left: 0;
}

.ladda-button[data-style=contract-overlay][data-loading] {
  border-radius: 50%;
  width: 52px;
  /*outline: 10000px solid rgba( 0, 0, 0, 0.5 );*/
  box-shadow: 0px 0px 0px 2000px rgba(0, 0, 0, 0.8);
}

.ladda-button[data-style=contract-overlay][data-loading] .ladda-label {
  opacity: 0;
}

.ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner {
  opacity: 1;
}

.loading {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  -o-filter: blur(2px);
  filter: blur(2px);
}

.loading-indicator-holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}

/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../Theme/font-awesome/fonts/fontawesome-webfont.eot?v=4.0.3");
  src: url("../../Theme/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("../../Theme/font-awesome/fonts/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("../../Theme/font-awesome/fonts/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("../../Theme/font-awesome/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa, .itemds-textalign i, .itemds-textalign-selected i {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x, .itemds-textalign i, .itemds-textalign-selected i {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left, .itemds-textalign i.pull-left, .itemds-textalign-selected i.pull-left {
  margin-right: .3em;
}

.fa.pull-right, .itemds-textalign i.pull-right, .itemds-textalign-selected i.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-asc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-desc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-reply-all:before {
  content: "";
}

.fa-mail-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.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: 40.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: 40.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: 40.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: 40.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;
  }
}

/* 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: 40.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;
}

.itemds-edit, .itemds-view {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.itemds-edit-panel {
  margin-left: 10px;
  margin-right: 10px;
}

.itemds-imageupload-target {
  border: 3px dashed #c1d22b;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  transition: border .3s;
}

.itemds-imageupload-target-active {
  border: 3px dashed #002425;
}

.itemds-view {
  display: inline-block;
  position: relative;
}

.itemds-view-image {
  -moz-user-select: none;
  /* These user-select properties are inheritable, used to prevent text selection */
  -webkit-user-select: none;
  -ms-user-select: none;
  /* From IE10 only */
  user-select: none;
  /* Not valid CSS yet, as of July 2012 */
  -webkit-user-drag: none;
  /* Prevents dragging of images/divs etc */
  user-drag: none;
}

.itemds-fragment, .itemds-fragment-content, .itemds-fragment-maintain {
  display: inline-block;
  position: absolute !important;
}

.itemds-fragment-maintain {
  background: url("data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==");
  -webkit-transition: -webkit-box-shadow .3s;
  transition: box-shadow .3s;
}

.itemds-fragment-maintain-controls {
  transition: opacity .3s;
}

.itemds-fragment-maintain-controls-hidden {
  display: block;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.itemds-fragment-maintain-hitspot {
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.itemds-fragment-edit {
  text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.itemds-fragment-delete {
  text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
  position: absolute;
  top: 0px;
  left: 0px;
}

.itemds-fragment-resize {
  text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
  cursor: move;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.itemds-corner-nw {
  position: absolute;
  top: 0px;
  left: 0px;
}

.itemds-corner-ne {
  position: absolute;
  top: 0px;
  right: 0px;
}

.itemds-corner-sw {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.itemds-corner-se {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.itemds-colorswatch-grid {
  display: block;
  padding: 0;
  margin: 0;
  *zoom: 1;
}

.itemds-colorswatch-grid:before, .itemds-colorswatch-grid:after {
  content: " ";
  display: table;
}

.itemds-colorswatch-grid:after {
  clear: both;
}

.itemds-colorswatch-grid > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 2.5px 5px;
}

.itemds-colorswatch-grid > li {
  width: 8.3333333333%;
  padding: 0 2.5px 5px;
  list-style: none;
}

.itemds-colorswatch-grid > li:nth-of-type(n) {
  clear: none;
}

.itemds-colorswatch-grid > li:nth-of-type(12n+1) {
  clear: both;
}

.itemds-colorswatch-grid > li:nth-child(12n+1) {
  padding-left: 0px;
  padding-right: 4.5833333333px;
}

.itemds-colorswatch-grid > li:nth-child(12n+2) {
  padding-left: 0.4166666667px;
  padding-right: 4.1666666667px;
}

.itemds-colorswatch-grid > li:nth-child(12n+3) {
  padding-left: 0.8333333333px;
  padding-right: 3.75px;
}

.itemds-colorswatch-grid > li:nth-child(12n+4) {
  padding-left: 1.25px;
  padding-right: 3.3333333333px;
}

.itemds-colorswatch-grid > li:nth-child(12n+5) {
  padding-left: 1.6666666667px;
  padding-right: 2.9166666667px;
}

.itemds-colorswatch-grid > li:nth-child(12n+6) {
  padding-left: 2.0833333333px;
  padding-right: 2.5px;
}

.itemds-colorswatch-grid > li:nth-child(12n+7) {
  padding-left: 2.5px;
  padding-right: 2.0833333333px;
}

.itemds-colorswatch-grid > li:nth-child(12n+8) {
  padding-left: 2.9166666667px;
  padding-right: 1.6666666667px;
}

.itemds-colorswatch-grid > li:nth-child(12n+9) {
  padding-left: 3.3333333333px;
  padding-right: 1.25px;
}

.itemds-colorswatch-grid > li:nth-child(12n+10) {
  padding-left: 3.75px;
  padding-right: 0.8333333333px;
}

.itemds-colorswatch-grid > li:nth-child(12n+11) {
  padding-left: 4.1666666667px;
  padding-right: 0.4166666667px;
}

.itemds-colorswatch-grid > li:nth-child(12n) {
  padding-left: 4.5833333333px;
  padding-right: 0px;
}

.itemds-colorswatch {
  width: 20px;
  height: 20px;
}

.itemds-colorswatch-selected {
  width: 20px;
  height: 20px;
}

.itemds-font-grid {
  display: block;
  padding: 0;
  margin: 0;
  *zoom: 1;
}

.itemds-font-grid:before, .itemds-font-grid:after {
  content: " ";
  display: table;
}

.itemds-font-grid:after {
  clear: both;
}

.itemds-font-grid > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 5px 10px;
}

.itemds-font-grid > li {
  width: 50%;
  padding: 0 5px 10px;
  list-style: none;
}

.itemds-font-grid > li:nth-of-type(n) {
  clear: none;
}

.itemds-font-grid > li:nth-of-type(2n+1) {
  clear: both;
}

.itemds-font-grid > li:nth-child(2n+1) {
  padding-left: 0px;
  padding-right: 5px;
}

.itemds-font-grid > li:nth-child(2n) {
  padding-left: 5px;
  padding-right: 0px;
}

.itemds-font {
  border: solid 4px #fff;
  -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);
  font-size: 150%;
}

.itemds-font:hover, .itemds-font:focus, .itemds-font-selected {
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 36, 37, 0.5);
  box-shadow: 0 0 6px 1px rgba(0, 36, 37, 0.5);
}

.itemds-clipart-grid {
  display: block;
  padding: 0;
  margin: 0;
  *zoom: 1;
}

.itemds-clipart-grid:before, .itemds-clipart-grid:after {
  content: " ";
  display: table;
}

.itemds-clipart-grid:after {
  clear: both;
}

.itemds-clipart-grid > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 5px 10px;
}

.itemds-clipart-grid > li {
  width: 33.3333333333%;
  padding: 0 5px 10px;
  list-style: none;
}

.itemds-clipart-grid > li:nth-of-type(n) {
  clear: none;
}

.itemds-clipart-grid > li:nth-of-type(3n+1) {
  clear: both;
}

.itemds-clipart-grid > li:nth-child(3n+1) {
  padding-left: 0px;
  padding-right: 6.6666666667px;
}

.itemds-clipart-grid > li:nth-child(3n+2) {
  padding-left: 3.3333333333px;
  padding-right: 3.3333333333px;
}

.itemds-clipart-grid > li:nth-child(3n) {
  padding-left: 6.6666666667px;
  padding-right: 0px;
}

.itemds-clipart-icon {
  width: 100%;
}

.cardtype-visa {
  opacity: 0.5;
  background-image: url(../../Theme/CreditCards/visa.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 45px;
}

.cardtype-mastercard {
  opacity: 0.5;
  background-image: url(../../Theme/CreditCards/mastercard.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 45px;
}

.cardtype-americanexpress {
  opacity: 0.5;
  background-image: url(../../Theme/CreditCards/amex.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 45px;
}

.cardtype-discover {
  opacity: 0.5;
  background-image: url(../../Theme/CreditCards/discover.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 45px;
}

.cardtype-jcb {
  opacity: 0.5;
  background-image: url(../../Theme/CreditCards/jcb.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 45px;
}

.cardtype-dinersclub {
  opacity: 0.5;
  background-image: url(../../Theme/CreditCards/diners.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 45px;
}

.cardtype-current {
  opacity: 1;
}

/* Components */
.help-icon:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  line-height: 1;
  content: "";
  padding-right: 0;
}

.help-box {
  border-style: solid;
  border-width: 0px;
  border-color: white;
  margin-bottom: 20px;
  padding: 20px;
  background: white;
}

.help-box > :first-child {
  margin-top: 0;
}

.help-box > :last-child {
  margin-bottom: 0;
}

.help-box h1, .help-box h2, .help-box h3, .help-box h4, .help-box h5, .help-box h6, .help-box p {
  color: #141414;
}

.help-box h1, .help-box h2, .help-box h3, .help-box h4, .help-box h5, .help-box h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}

.help-box h1.subheader, .help-box h2.subheader, .help-box h3.subheader, .help-box h4.subheader, .help-box h5.subheader, .help-box h6.subheader {
  line-height: 1.4;
}

.help-box-hide {
  float: right;
}

.help-box-hide:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  line-height: 1;
  content: "";
  padding-right: 0;
}

.basic-dropdown {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  padding: 1.25rem;
  width: 100%;
  height: auto;
  max-height: none;
  background: #fff;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 99;
  margin-top: 2px;
  max-width: 200px;
  outline: none;
  max-height: auto;
}

.basic-dropdown > *:first-child {
  margin-top: 0;
}

.basic-dropdown > *:last-child {
  margin-bottom: 0;
}

.basic-dropdown:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent #fff transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 99;
}

.basic-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;
}

.basic-dropdown.right:before {
  left: auto;
  right: 10px;
}

.basic-dropdown.right:after {
  left: auto;
  right: 9px;
}

.basic-dropdown-right {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  padding: 1.25rem;
  width: 100%;
  height: auto;
  max-height: none;
  background: #fff;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 99;
  margin-top: 0;
  margin-left: 2px;
  max-width: 200px;
  outline: none;
  max-height: auto;
}

.basic-dropdown-right > *:first-child {
  margin-top: 0;
}

.basic-dropdown-right > *:last-child {
  margin-bottom: 0;
}

.basic-dropdown-right:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #fff transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 10px;
  left: -12px;
  z-index: 99;
}

.basic-dropdown-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;
}

.basic-dropdown-left {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  padding: 1.25rem;
  width: 100%;
  height: auto;
  max-height: none;
  background: #fff;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 99;
  margin-top: 0;
  margin-left: -2px;
  max-width: 200px;
  outline: none;
  max-height: auto;
}

.basic-dropdown-left > *:first-child {
  margin-top: 0;
}

.basic-dropdown-left > *:last-child {
  margin-bottom: 0;
}

.basic-dropdown-left:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent transparent #fff;
  border-left-style: solid;
  position: absolute;
  top: 10px;
  right: -12px;
  left: auto;
  z-index: 99;
}

.basic-dropdown-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;
}

.basic-dropdown-top {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  padding: 1.25rem;
  width: 100%;
  height: auto;
  max-height: none;
  background: #fff;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 99;
  margin-top: -2px;
  margin-left: 0;
  max-width: 200px;
  outline: none;
  max-height: auto;
}

.basic-dropdown-top > *:first-child {
  margin-top: 0;
}

.basic-dropdown-top > *:last-child {
  margin-bottom: 0;
}

.basic-dropdown-top:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: #fff transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  top: auto;
  bottom: -12px;
  left: 10px;
  right: auto;
  z-index: 99;
}

.basic-dropdown-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;
}

.basic-dropdown-closed {
  max-height: 0;
  overflow: hidden;
  padding-width: 0px;
  border-width: 0px;
}

.basic-dropdown-open {
  max-height: 0;
  overflow: hidden;
  padding-width: 0px;
  border-width: 0px;
}

.simplesearch-dropdown {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: #fff;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 99;
  max-width: 100%;
  overflow-x: hidden;
  background-color: #fafafa;
  outline: none;
  border-color: rgba(39, 41, 43, 0.15);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
}

.simplesearch-dropdown > *:first-child {
  margin-top: 0;
}

.simplesearch-dropdown > *:last-child {
  margin-bottom: 0;
}

.simplesearch-dropdown-closed {
  max-height: 0;
  overflow: hidden;
  padding-width: 0px;
  border-width: 0px;
  overflow-y: hidden;
  transition: max-height 0.2s ease-out, padding-width 0s ease-out 0.2s, border-width 0s ease-out 0.2s;
}

.simplesearch-dropdown-open {
  max-height: 9999px;
  max-height: 200px;
  overflow-y: scroll;
}

.simplesearch-results {
  margin: 0rem;
}

.simplesearch-result-selected, .simplesearch-result:hover {
  background-color: #ededed;
}

.simplesearch-result {
  list-style: none;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-left: .5rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.simplesearch-noresults {
  list-style: none;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-left: .5rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.simple-grid:focus {
  -webkit-transition: -webkit-box-shadow 0s, border-color 0s ease-in-out;
  -moz-transition: -moz-box-shadow 0s, border-color 0s ease-in-out;
  transition: box-shadow 0s, border-color 0s ease-in-out;
  outline: none;
}

.simple-grid:focus:focus {
  -webkit-box-shadow: 0 0 5px #999999;
  -moz-box-shadow: 0 0 5px #999999;
  box-shadow: 0 0 5px #999999;
  border-color: #999999;
}

.simple-grid-item {
  padding: 0.5625rem 0.875rem 0.5625rem;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: #eaf0b4;
  border-color: #ecf1bc;
}

.simple-grid-item-active, .simple-grid-item:hover {
  padding: 0.5625rem 0.875rem 0.5625rem;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: #dde78a;
  border-color: #e1e995;
}

.validate-error {
  background-color: red;
}

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

.validate-error input[type="checkbox"],
.validate-error input[type="radio"] {
  margin-bottom: 1rem;
}

.validate-error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline;
}

.validate-error span.error-message {
  display: block;
}

input.validate-error,
textarea.validate-error,
select.validate-error {
  margin-bottom: 0;
  background-color: #f8caca;
  border-color: #ed6f6f;
}

input.validate-error:focus,
textarea.validate-error:focus,
select.validate-error:focus {
  background-color: #f8caca;
  border-color: #ed6f6f;
}

ul.validate-error-list {
  margin: 0px;
  background: #ed6f6f;
}

ul.validate-error-list :first-child {
  margin-top: -1px;
}

ul.validate-error-list :last-child {
  margin-bottom: 1rem;
}

li.validate-error-item {
  list-style: none;
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #ed6f6f;
  color: #fff;
}

/*!
 * Fancytree "bootstrap" skin (highlighting the node span instead of title-only).
 *
 * DON'T EDIT THE CSS FILE DIRECTLY, since it is automatically generated from
 * the LESS templates.
 */
/*******************************************************************************
 * Common Styles for Fancytree Skins.
 *
 * This section is automatically generated from the `skin-common.less` template.
 ******************************************************************************/
/*------------------------------------------------------------------------------
 * Helpers
 *----------------------------------------------------------------------------*/
.ui-helper-hidden {
  display: none;
}

/*------------------------------------------------------------------------------
 * Container and UL / LI
 *----------------------------------------------------------------------------*/
ul.fancytree-container {
  list-style-position: outside;
  font-family: inherit;
  font-size: .9rem;
  line-height: 1.5rem;
  white-space: nowrap;
  padding: 3px;
  margin: 0;
  margin-bottom: 1.25rem;
  background-color: white;
  overflow: auto;
  min-height: 0%;
  position: relative;
}

ul.fancytree-container ul {
  list-style-position: outside;
  font-family: inherit;
  font-size: .9rem;
  line-height: 1.5rem;
  white-space: nowrap;
  padding: 3px;
  margin: 0;
  margin-bottom: 1.25rem;
  background-color: white;
  overflow: auto;
  min-height: 0%;
  position: relative;
  padding: 0 0 0 16px;
  margin: 0;
}

ul.fancytree-container li {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background-attachment: scroll;
  background-color: transparent;
  background-position: 0em 0em;
  background-repeat: repeat-y;
  background-image: none;
  margin: 0;
  padding: 1px 0 0 0;
}

ul.fancytree-container li.fancytree-lastsib {
  background-image: none;
}

ul.fancytree-no-connector > li {
  background-image: none;
}

.ui-fancytree-disabled ul.fancytree-container {
  opacity: 0.5;
  background-color: silver;
}

/*------------------------------------------------------------------------------
 * Common icon definitions
 *----------------------------------------------------------------------------*/
span.fancytree-empty,
span.fancytree-vline,
span.fancytree-expander,
span.fancytree-icon,
span.fancytree-checkbox,
span.fancytree-radio,
span.fancytree-drag-helper-img,
#fancytree-drop-marker {
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: left;
  background-position: 0em 0em;
}

span.fancytree-icon,
span.fancytree-checkbox,
span.fancytree-radio,
span.fancytree-custom-icon {
  margin-top: 1px;
}

/* Used by iconclass option */
span.fancytree-custom-icon {
  display: inline-block;
}

/* Used by 'icon' node option: */
img.fancytree-icon {
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  margin-top: 1px;
  vertical-align: top;
  border-style: none;
}

/*------------------------------------------------------------------------------
 * Expander icon
 *
 * Note: IE6 doesn't correctly evaluate multiples class names,
 *		 so we create combined class names that can be used in the CSS.
 *
 * Prefix: fancytree-exp-
 * 1st character: 'e': expanded, 'c': collapsed, 'n': no children
 * 2nd character (optional): 'd': lazy (Delayed)
 * 3rd character (optional): 'l': Last sibling
 *----------------------------------------------------------------------------*/
span.fancytree-expander {
  cursor: pointer;
}

.fancytree-exp-n span.fancytree-expander,
.fancytree-exp-nl span.fancytree-expander {
  background-image: none;
  cursor: default;
}

/* Status node icons */
/*------------------------------------------------------------------------------
 * Checkbox icon
 *----------------------------------------------------------------------------*/
span.fancytree-checkbox {
  margin-left: 0.5em;
}

/*------------------------------------------------------------------------------
 * Radiobutton icon
 * This is a customization, that may be activated by overriding the 'checkbox'
 * class name as 'fancytree-radio' in the tree options.
 *----------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
 * Node type icon
 * Note: IE6 doesn't correctly evaluate multiples class names,
 *		 so we create combined class names that can be used in the CSS.
 *
 * Prefix: fancytree-ico-
 * 1st character: 'e': expanded, 'c': collapsed
 * 2nd character (optional): 'f': folder
 *----------------------------------------------------------------------------*/
span.fancytree-icon {
  margin-left: 0.5em;
}

/* Documents */
/* Folders */
/*------------------------------------------------------------------------------
 * Node titles and highlighting
 *----------------------------------------------------------------------------*/
span.fancytree-node {
  /* See #117 */
  display: inherit;
  width: 100%;
}

span.fancytree-title {
  display: inline-block;
  padding-left: 3px;
  padding-right: 3px;
  color: black;
  vertical-align: top;
  margin: 0px;
  margin-left: 3px;
  cursor: pointer;
}

span.fancytree-node.fancytree-error span.fancytree-title {
  color: red;
}

/*------------------------------------------------------------------------------
 * Drag'n'drop support
 *----------------------------------------------------------------------------*/
div.fancytree-drag-helper a, div.fancytree-drag-helper .itemds-fragment-edit, div.fancytree-drag-helper .itemds-fragment-delete, div.fancytree-drag-helper .itemds-fragment-resize {
  border: 1px solid gray;
  background-color: white;
  padding-left: 5px;
  padding-right: 5px;
  opacity: 0.8;
}

/*** Drop marker icon *********************************************************/
#fancytree-drop-marker {
  width: 2em;
  position: absolute;
  margin: 0;
}

#fancytree-drop-marker:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  line-height: 1;
  content: "";
  padding-right: 0;
}

#fancytree-drop-marker.fancytree-drop-after,
#fancytree-drop-marker.fancytree-drop-before {
  width: 4em;
}

/*** Source node while dragging ***********************************************/
span.fancytree-drag-source {
  background-color: #c1d22b;
}

span.fancytree-drag-source span.fancytree.title {
  color: gray;
}

/*** Target node while dragging cursor is over it *****************************/
span.fancytree-drop-target.fancytree-drop-accept {
  background-color: #006e72;
}

span.fancytree-drop-target.fancytree-drop-after .fancytree-expander,
span.fancytree-drop-target.fancytree-drop-before .fancytree-expander {
  visibility: visible;
}

span.fancytree-drop-target .fancytree-expander {
  visibility: hidden;
}

.fancytree-node.fancytree-drop-reject {
  background-color: #ed6f6f;
}

/*------------------------------------------------------------------------------
 * 'table' extension
 *----------------------------------------------------------------------------*/
table.fancytree-ext-table {
  border-collapse: collapse;
}

table.fancytree-ext-table span.fancytree-node {
  display: inline-block;
}

/*------------------------------------------------------------------------------
 * 'columnview' extension
 *----------------------------------------------------------------------------*/
table.fancytree-ext-columnview tbody tr td {
  position: relative;
  border: 1px solid gray;
  vertical-align: top;
  overflow: auto;
}

table.fancytree-ext-columnview tbody tr td > ul {
  padding: 0;
}

table.fancytree-ext-columnview tbody tr td > ul li {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background-attachment: scroll;
  background-color: transparent;
  background-position: 0em 0em;
  background-repeat: repeat-y;
  background-image: none;
  /* no v-lines */
  margin: 0;
  padding: 1px 0 0 0;
}

table.fancytree-ext-columnview span.fancytree-node {
  position: relative;
  /* allow positioning of embedded spans */
  display: inline-block;
}

table.fancytree-ext-columnview span.fancytree-node.fancytree-expanded {
  background-color: #CBE8F6;
}

table.fancytree-ext-columnview .fancytree-has-children span.fancytree-cv-right {
  position: absolute;
  right: 3px;
}

/*------------------------------------------------------------------------------
 * 'filter' extension
 *----------------------------------------------------------------------------*/
.fancytree-ext-filter-dimm span.fancytree-node span.fancytree-title {
  color: silver;
  font-weight: lighter;
}

.fancytree-ext-filter-dimm tr.fancytree-submatch span.fancytree-title,
.fancytree-ext-filter-dimm span.fancytree-node.fancytree-submatch span.fancytree-title {
  color: black;
  font-weight: normal;
}

.fancytree-ext-filter-dimm tr.fancytree-match span.fancytree-title,
.fancytree-ext-filter-dimm span.fancytree-node.fancytree-match span.fancytree-title {
  color: black;
  font-weight: bold;
}

.fancytree-ext-filter-hide tr.fancytree-hide,
.fancytree-ext-filter-hide span.fancytree-node.fancytree-hide {
  display: none;
}

.fancytree-ext-filter-hide tr.fancytree-submatch span.fancytree-title,
.fancytree-ext-filter-hide span.fancytree-node.fancytree-submatch span.fancytree-title {
  color: silver;
  font-weight: lighter;
}

.fancytree-ext-filter-hide tr.fancytree-match span.fancytree-title,
.fancytree-ext-filter-hide span.fancytree-node.fancytree-match span.fancytree-title {
  color: black;
  font-weight: normal;
}

/*------------------------------------------------------------------------------
 * 'wide' extension
 *----------------------------------------------------------------------------*/
ul.fancytree-ext-wide span.fancytree-node > span {
  position: relative;
  z-index: 2;
}

ul.fancytree-ext-wide span.fancytree-node span.fancytree-title {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-left: 503px;
  margin-left: -500px;
}

/*******************************************************************************
 * Styles specific to this skin.
 *
 * This section is automatically generated from the `ui-fancytree.less` template.
 ******************************************************************************/
ul.fancytree-container ul {
  padding: 0 0 0 1.5em;
  margin: 0;
}

/* Prevent focus frame */
.fancytree-container:focus {
  outline: none;
}

span.fancytree-node {
  border: 1px solid transparent;
  border-radius: 3px;
  padding-left: 8px;
}

span.fancytree-title {
  border-radius: 3px;
}

span.fancytree-node.fancytree-selected {
  background-color: #80c780;
  border-color: #80c780;
}

span.fancytree-node.fancytree-selected span.fancytree-title {
  background-color: #80c780;
}

span.fancytree-node.fancytree-active {
  background-color: #006e72;
}

.fancytree-container.fancytree-treefocus span.fancytree-node:hover {
  background-color: #006e72;
}

.fancytree-container.fancytree-treefocus span.fancytree-node.fancytree-focused {
  border-color: #428bca;
}

.fancytree-container.fancytree-treefocus span.fancytree-node.fancytree-selected {
  background-color: #5cb85c;
}

.fancytree-container.fancytree-treefocus span.fancytree-node.fancytree-selected span.fancytree-title {
  background-color: #5cb85c;
}

.fancytree-container.fancytree-treefocus span.fancytree-node.fancytree-active {
  background-color: #003d3f;
  border-color: #c1d22b;
}

/*******************************************************************************
 * 'table' extension
 */
table.fancytree-ext-table tbody tr td {
  border: 1px solid #eeeeee;
}

table.fancytree-ext-table tbody tr.fancytree-selected {
  background-color: #80c780;
}

table.fancytree-ext-table tbody tr.fancytree-selected span.fancytree-node {
  background-color: #80c780;
}

table.fancytree-ext-table tbody tr.fancytree-selected span.fancytree-title {
  background-color: #80c780;
}

table.fancytree-ext-table tbody tr.fancytree-active {
  background-color: #6aa3d5;
}

table.fancytree-ext-table tbody tr.fancytree-active span.fancytree-node {
  background-color: #6aa3d5;
}

table.fancytree-ext-table.fancytree-treefocus tbody tr:hover {
  background-color: #e9f2f9;
}

table.fancytree-ext-table.fancytree-treefocus tbody tr.fancytree-focused span.fancytree-title {
  outline: 1px dotted #428bca;
}

table.fancytree-ext-table.fancytree-treefocus tbody tr.fancytree-selected {
  background-color: #5cb85c;
}

table.fancytree-ext-table.fancytree-treefocus tbody tr.fancytree-selected span.fancytree-node {
  background-color: #5cb85c;
}

table.fancytree-ext-table.fancytree-treefocus tbody tr.fancytree-selected span.fancytree-title {
  background-color: #5cb85c;
}

table.fancytree-ext-table.fancytree-treefocus tbody tr.fancytree-active {
  background-color: #428bca;
}

table.fancytree-ext-table.fancytree-treefocus tbody tr.fancytree-active span.fancytree-node {
  background-color: #428bca;
}

/*******************************************************************************
 * iconification
 */
.fancytree-has-children > .fancytree-expander:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  line-height: 1;
  content: "";
  padding-right: 0;
}

.fancytree-has-children.fancytree-expanded > .fancytree-expander:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  line-height: 1;
  content: "";
  padding-right: 0;
}

.fancytree-has-children.fancytree-expanded.fancytree-loading > .fancytree-expander:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  line-height: 1;
  content: "";
  padding-right: 0;
}

.fancytree-node > .fancytree-icon:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  line-height: 1;
  content: "";
  padding-right: 0;
}

.fancytree-node.fancytree-folder > .fancytree-icon:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  line-height: 1;
  content: "";
  padding-right: 0;
}

.fancytree-node.fancytree-folder.fancytree-expanded > .fancytree-icon:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  line-height: 1;
  content: "";
  padding-right: 0;
}

.fancytree-loading > .fancytree-expander:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  line-height: 1;
  content: "";
  padding-right: 0;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

.fancytree-loading > .fancytree-expander:before {
  -webkit-animation: spin 4s infinite linear;
}

/*******************************************************************************
 * node buttons
 */
.fancytree-button-container {
  margin-left: 5px;
  display: none;
}

.fancytree-container.fancytree-treefocus span.fancytree-node:hover .fancytree-button-container {
  display: inline;
}

span.fancytree-node.fancytree-active .fancytree-button-container {
  display: inline;
}

.fancytree-button {
  margin-left: 5px;
  margin-right: 5px;
  color: #141414;
}

.websiteeditor-webcategory-addchild:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  line-height: 1;
  content: "";
  padding-right: 0;
}

.websiteeditor-webcategory-edit:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  line-height: 1;
  content: "";
  padding-right: 0;
}

.websiteeditor-webcategory-mirror:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  line-height: 1;
  content: "";
  padding-right: 0;
}

.websiteeditor-webcategory-delete:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  line-height: 1;
  content: "";
  padding-right: 0;
}

.websiteeditor-webcategory-refresh:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  line-height: 1;
  content: "";
  padding-right: 0;
}

.websiteeditor-webcategory-view:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  line-height: 1;
  content: "";
  padding-right: 0;
}

input[type="text"].binding-error, input[type="text"].binding-error {
  border: 4px dashed red !important;
  background-color: #F88 !important;
  margin-bottom: 0;
}

.binding-error-message {
  display: block !important;
  padding: 0.33333rem 0.5rem 0.5rem !important;
  margin-top: -1px !important;
  margin-bottom: 0.88889rem !important;
  font-size: 0.66667rem !important;
  font-weight: normal !important;
  font-style: italic !important;
  background: #f04124 !important;
  color: white !important;
}

.script-error {
  border: 4px dashed red !important;
  background-color: #F88 !important;
  font-size: 1.5rem !important;
  margin-bottom: 1rem !important;
}

.fauxtable, .entityformfield-item-grid {
  background-color: white;
  margin-bottom: 1.25rem;
  padding: 3px;
}

.fauxtable-header, .fauxtable .tableheader, .entityformfield-item-grid .tableheader, .entityformfield-item-grid-header {
  background: #002425;
  color: white !important;
  font-size: 0.875rem !important;
  font-weight: bold !important;
  padding: 0.5rem 0.625rem 0.625rem !important;
  margin: 0px !important;
}

.fauxtable-row, .fauxtable .tablerow, .entityformfield-item-grid .tablerow, .entityformfield-item-grid-row {
  color: #222222 !important;
  font-size: 0.875rem !important;
  line-height: 1.125rem !important;
  padding: 0.5625rem 0.625rem !important;
  margin: 0px !important;
}

@media only screen and (min-width: 40.063em) {
  .fauxtable-header .columns:first-child, .fauxtable .tableheader .columns:first-child, .entityformfield-item-grid .tableheader .columns:first-child, .entityformfield-item-grid-header .columns:first-child,
  .fauxtable-row .columns:first-child,
  .fauxtable .tablerow .columns:first-child,
  .entityformfield-item-grid .tablerow .columns:first-child,
  .entityformfield-item-grid-row .columns:first-child {
    padding-left: 0px !important;
  }
  .fauxtable-header .columns:last-child, .fauxtable .tableheader .columns:last-child, .entityformfield-item-grid .tableheader .columns:last-child, .entityformfield-item-grid-header .columns:last-child,
  .fauxtable-row .columns:last-child,
  .fauxtable .tablerow .columns:last-child,
  .entityformfield-item-grid .tablerow .columns:last-child,
  .entityformfield-item-grid-row .columns:last-child {
    padding-right: 0px !important;
  }
}

.fauxtable-row:nth-of-type(odd), .fauxtable .tablerow:nth-of-type(odd), .entityformfield-item-grid .tablerow:nth-of-type(odd), .entityformfield-item-grid-row:nth-of-type(odd) {
  background: #dedede;
}

/* legacy class names */
.fauxtable .tablerow:nth-of-type(odd), .entityformfield-item-grid .tablerow:nth-of-type(odd) {
  background: #dedede;
}

.entityformfield {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  *zoom: 1;
}

.entityformfield:before, .entityformfield:after {
  content: " ";
  display: table;
}

.entityformfield:after {
  clear: both;
}

.entityformfield-item-grid-header {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  *zoom: 1;
}

.entityformfield-item-grid-header:before, .entityformfield-item-grid-header:after {
  content: " ";
  display: table;
}

.entityformfield-item-grid-header:after {
  clear: both;
}

.entityformfield-item-grid-header-description {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 58.3333333333%;
  float: left;
}

.entityformfield-item-grid-header-price {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 25%;
  float: left;
  text-align: right;
}

.entityformfield-item-grid-header-qty {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 16.6666666667%;
  float: left;
  text-align: right;
}

.entityformfield-item-grid-row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  *zoom: 1;
}

.entityformfield-item-grid-row:before, .entityformfield-item-grid-row:after {
  content: " ";
  display: table;
}

.entityformfield-item-grid-row:after {
  clear: both;
}

@media only screen and (min-width: 40.063em) {
  .entityformfield-item-grid-row-description {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 58.3333333333%;
    float: left;
  }
  .entityformfield-item-grid-row-price {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 25%;
    float: left;
    text-align: right;
  }
  .entityformfield-item-grid-row-value {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 16.6666666667%;
    float: left;
    text-align: right;
  }
}

@media only screen and (max-width: 40em) {
  .entityformfield-item-grid-row-description {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
  }
  .entityformfield-item-grid-row-price {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 50%;
    float: left;
    text-align: left;
  }
  .entityformfield-item-grid-row-value {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 50%;
    float: left;
    text-align: right;
  }
}

/* Field Types */
@media only screen and (min-width: 40.063em) {
  .entityformfield-fieldtype-Text_Input .entityformfield-label,
  .entityformfield-fieldtype-Address_Input .entityformfield-label,
  .entityformfield-fieldtype-Email_Input .entityformfield-label,
  .entityformfield-fieldtype-Url_Input .entityformfield-label,
  .entityformfield-fieldtype-Date_Input .entityformfield-label,
  .entityformfield-fieldtype-Checkbox_Input .entityformfield-label,
  .entityformfield-fieldtype-ListDropdown_Input .entityformfield-label {
    padding-left: 0;
    padding-right: 0;
    width: 50%;
    float: left;
  }
  .entityformfield-fieldtype-Text_Input .entityformfield-input,
  .entityformfield-fieldtype-Address_Input .entityformfield-input,
  .entityformfield-fieldtype-Email_Input .entityformfield-input,
  .entityformfield-fieldtype-Url_Input .entityformfield-input,
  .entityformfield-fieldtype-Date_Input .entityformfield-input,
  .entityformfield-fieldtype-Checkbox_Input .entityformfield-input,
  .entityformfield-fieldtype-ListDropdown_Input .entityformfield-input {
    padding-left: 0;
    padding-right: 0;
    width: 50%;
    float: left;
  }
}

.splash,
.splash:before,
.splash:after {
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}

.splash:before,
.splash:after {
  position: absolute;
  top: 0;
  content: '';
}

.splash:before {
  background: #002425;
  left: -1.5em;
}

.splash {
  background: #002425;
  text-indent: -9999em;
  margin: 8em auto;
  position: relative;
  font-size: 11px;
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.splash:after {
  background: #002425;
  left: 1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 #002425;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em #002425;
    height: 5em;
  }
}

@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 #002425;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em #002425;
    height: 5em;
  }
}

.js-not-rendered {
  display: none;
}

.voucher-edit-actions {
  *zoom: 1;
  margin-bottom: 0 !important;
  margin-left: 0;
  list-style: none;
}

.voucher-edit-actions:before, .voucher-edit-actions:after {
  content: " ";
  display: table;
}

.voucher-edit-actions:after {
  clear: both;
}

.voucher-edit-actions.radius dd:first-child a, .voucher-edit-actions.radius dd:first-child .itemds-fragment-edit, .voucher-edit-actions.radius dd:first-child .itemds-fragment-delete, .voucher-edit-actions.radius dd:first-child .itemds-fragment-resize {
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.voucher-edit-actions.radius dd:last-child a, .voucher-edit-actions.radius dd:last-child .itemds-fragment-edit, .voucher-edit-actions.radius dd:last-child .itemds-fragment-delete, .voucher-edit-actions.radius dd:last-child .itemds-fragment-resize {
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.voucher-edit-actions.vertical dd {
  position: inherit;
  float: none;
  display: block;
  top: auto;
}

.voucher-edit-action-edit {
  position: relative;
  margin-bottom: 0 !important;
  float: left;
}

.voucher-edit-action-edit > a, .voucher-edit-action-edit > .itemds-fragment-edit, .voucher-edit-action-edit > .itemds-fragment-delete, .voucher-edit-action-edit > .itemds-fragment-resize {
  display: block;
  background: #efefef;
  color: #222;
  padding: 1rem 2rem;
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 1rem;
}

.voucher-edit-action-edit > a:hover, .voucher-edit-action-edit > .itemds-fragment-edit:hover, .voucher-edit-action-edit > .itemds-fragment-delete:hover, .voucher-edit-action-edit > .itemds-fragment-resize:hover {
  background: #e1e1e1;
}

.voucher-edit-action-edit.active a, .voucher-edit-action-edit.active .itemds-fragment-edit, .voucher-edit-action-edit.active .itemds-fragment-delete, .voucher-edit-action-edit.active .itemds-fragment-resize {
  background: #fff;
}

.voucher-edit-action-buttons {
  float: right;
}

.voucher-edit-status {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  *zoom: 1;
  padding-bottom: 1rem;
}

.voucher-edit-status:before, .voucher-edit-status:after {
  content: " ";
  display: table;
}

.voucher-edit-status:after {
  clear: both;
}

.voucher-edit-status-messages {
  padding-left: 0;
  padding-right: 0;
  width: 66.6666666667%;
  float: left;
}

.voucher-edit-status-message {
  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: #002425;
  border-color: #001f20;
  color: #fff;
}

.voucher-edit-status-totals-headers {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 16.6666666667%;
  float: left;
}

.voucher-edit-status-totals {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 16.6666666667%;
  float: left;
  text-align: right;
}

.voucher-edit-workspace-voucherinfo,
.voucher-edit-workspace-addreceivers,
.voucher-edit-workspace-adddistribution {
  *zoom: 1;
  margin-bottom: 1.5rem;
  width: 100%;
  display: none;
  float: left;
  padding: 0.9375rem 0;
  width: 100%;
}

.voucher-edit-workspace-voucherinfo:before, .voucher-edit-workspace-voucherinfo:after,
.voucher-edit-workspace-addreceivers:before,
.voucher-edit-workspace-addreceivers:after,
.voucher-edit-workspace-adddistribution:before,
.voucher-edit-workspace-adddistribution:after {
  content: " ";
  display: table;
}

.voucher-edit-workspace-voucherinfo:after,
.voucher-edit-workspace-addreceivers:after,
.voucher-edit-workspace-adddistribution:after {
  clear: both;
}

.voucher-edit-workspace-voucherinfo.active,
.voucher-edit-workspace-addreceivers.active,
.voucher-edit-workspace-adddistribution.active {
  display: block;
  float: none;
}

.voucher-edit-workspace-voucherinfo.contained,
.voucher-edit-workspace-addreceivers.contained,
.voucher-edit-workspace-adddistribution.contained {
  padding: 0.9375rem;
}

.CodeMirror {
  border: 1px solid #9e9e9e;
}

input[type="text"].elfinder-editrow-input {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 83.3333333333%;
  float: left;
}

.elfinder-editrow-open {
  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;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 16.6666666667%;
  float: left;
}

.itemedit-catpath-category {
  list-style: 0.25rem;
}

.itemedit-catpath-category-remove-row {
  padding-top: 0.5625rem;
  padding-right: 1.125rem;
  padding-bottom: 0.625rem;
  padding-left: 1.125rem;
  font-size: 0.8125rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
}

.itemedit-catpath-category-remove-row-icon:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  line-height: 1;
  content: "";
  padding-right: 0;
}

.itemedit-catpath-category-remove-item {
  padding-top: 0.5625rem;
  padding-right: 1.125rem;
  padding-bottom: 0.625rem;
  padding-left: 1.125rem;
  font-size: 0.8125rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
}

.itemedit-catpath-category-remove-item-icon:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  line-height: 1;
  content: "";
  padding-right: 0;
}

.itemedit-catpath-category-duplicate-row {
  padding-top: 0.5625rem;
  padding-right: 1.125rem;
  padding-bottom: 0.625rem;
  padding-left: 1.125rem;
  font-size: 0.8125rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
}

.itemedit-catpath-category-duplicate-row-icon:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  line-height: 1;
  content: "";
  padding-right: 0;
}

.itemedit-catpath-category-duplicate-intochildren {
  padding-top: 0.5625rem;
  padding-right: 1.125rem;
  padding-bottom: 0.625rem;
  padding-left: 1.125rem;
  font-size: 0.8125rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
}

.itemedit-catpath-category-duplicate-intochildren-icon:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  line-height: 1;
  content: "";
  padding-right: 0;
}

.itemedit-catpath-category-duplicate-intochildren-icon:before {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.itemedit-catpath-category-paths {
  display: inline-block;
}

.itemedit-catpath-category-duplicate {
  padding-top: 0.5625rem;
  padding-right: 1.125rem;
  padding-bottom: 0.625rem;
  padding-left: 1.125rem;
  font-size: 0.8125rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
}

.itemedit-catpath-category-select {
  display: inline-block;
  width: 9.375rem;
}

/* Banner */
.banner-container {
  /*Important:*/
  position: relative;
  display: inline-block;
}

.banner-spanner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: -5000px;
  z-index: 1;
  background-image: url("images/hitbox.gif");
}

/* End Banner */
.w2ui-overlay {
  z-index: 65538 !important;
}

/*Start foundationBase*/
body {
  background: #002425;
  line-height: 1.6em;
}

.wrapper {
  background: transparent;
  width: auto;
  margin: 0px auto;
  padding: 0px;
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-radius: 0px;
  box-shadow: none;
}

.login {
  background: url(images/bg_body.jpg) repeat-x;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  box-shadow: none;
  margin: 0px;
  padding: 0px;
}

.login .row {
  background: none;
  color: white;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-radius: 0px;
  box-shadow: none;
  text-align: right;
  margin: 0px auto;
  padding: 10px 4px 5px 4px;
}

.login a.button, .login .button.itemds-fragment-edit, .login .button.itemds-fragment-delete, .login .button.itemds-fragment-resize,
.login input {
  margin: 0px;
  height: 30px;
  line-height: 10px;
}

.loginsearch .row {
  padding: 0px 0px 0px 10px;
}

.loginsearch input[type="text"] {
  line-height: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.masthead {
  background: #002425;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  box-shadow: none;
  margin: 0px;
  padding: 0px;
}

.masthead .row {
  background: none;
  background-size: 100% 100%;
  color: none;
  position: relative;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-radius: none;
  box-shadow: none;
  margin: 0px auto;
  padding: 0px;
}

.ads {
  position: absolute;
  top: 0.9375rem;
  bottom: inherit;
  right: 0.625rem;
  left: inherit;
  width: 480px;
  height: 80px;
  z-index: 1;
}

.top-menu {
  background: url(images/bg_body.jpg) repeat-x;
  background-size: contain !important;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #002425;
  border-radius: none;
  box-shadow: none;
  margin: 0px;
}

.top-menu .top-bar,
.top-bar.expanded .title-area {
  background: url(images/bg_body.jpg) repeat-x;
  background-size: contain !important;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-radius: none;
  box-shadow: none;
}

nav.top-bar {
  margin: 0px -0.9375rem;
}

.top-bar.expanded {
  background: #141414;
}

.top-bar a, .top-bar .itemds-fragment-edit, .top-bar .itemds-fragment-delete, .top-bar .itemds-fragment-resize,
.toggle-topbar.menu-icon {
  font-family: Tahoma, Helvetica, sans-serif !important;
  font-weight: bold !important;
  text-shadow: none;
  background: url(images/bg_body.jpg) repeat-x !important;
  background-size: contain !important;
}

.top-bar .toggle-topbar.menu-icon {
  padding-right: 10px;
}

@media only screen and (min-width: 40.063em) {
  .top-bar-section li:not(.has-form) a:not(.button), .top-bar-section li:not(.has-form) .itemds-fragment-edit:not(.button), .top-bar-section li:not(.has-form) .itemds-fragment-delete:not(.button), .top-bar-section li:not(.has-form) .itemds-fragment-resize:not(.button), .top-bar-section li.active:not(.has-form) a:not(.button), .top-bar-section li.active:not(.has-form) .itemds-fragment-edit:not(.button), .top-bar-section li.active:not(.has-form) .itemds-fragment-delete:not(.button), .top-bar-section li.active:not(.has-form) .itemds-fragment-resize:not(.button) {
    padding: 0px 0.9375rem;
    line-height: 30px;
  }
  .top-bar-section .dropdown li:not(.has-form) a, .top-bar-section .dropdown li:not(.has-form) .itemds-fragment-edit, .top-bar-section .dropdown li:not(.has-form) .itemds-fragment-delete, .top-bar-section .dropdown li:not(.has-form) .itemds-fragment-resize {
    padding: 0.25rem 0.9375rem;
    line-height: 30px;
  }
  .top-bar-section .has-dropdown > a, .top-bar-section .has-dropdown > .itemds-fragment-edit, .top-bar-section .has-dropdown > .itemds-fragment-delete, .top-bar-section .has-dropdown > .itemds-fragment-resize {
    padding-right: 35px !important;
  }
  .top-bar-section .has-dropdown > a:after, .top-bar-section .has-dropdown > .itemds-fragment-edit:after, .top-bar-section .has-dropdown > .itemds-fragment-delete:after, .top-bar-section .has-dropdown > .itemds-fragment-resize:after {
    right: 10px;
  }
}

.top-bar .active a, .top-bar .active .itemds-fragment-edit, .top-bar .active .itemds-fragment-delete, .top-bar .active .itemds-fragment-resize,
.toggle-topbar.menu-icon:hover,
.toggle-topbar.menu-icon:hover > a,
.toggle-topbar.menu-icon:hover > .itemds-fragment-edit,
.toggle-topbar.menu-icon:hover > .itemds-fragment-delete,
.toggle-topbar.menu-icon:hover > .itemds-fragment-resize,
.top-bar-section ul li:hover > a,
.top-bar-section ul li:hover > .itemds-fragment-edit,
.top-bar-section ul li:hover > .itemds-fragment-delete,
.top-bar-section ul li:hover > .itemds-fragment-resize {
  background: #002425 !important;
  background-size: contain !important;
  transition: background-color 200ms ease-out 0s;
}

.top-bar ul.dropdown {
  background: #141414 !important;
  min-width: 100%;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
}

.top-bar ul.dropdown a, .top-bar ul.dropdown .itemds-fragment-edit, .top-bar ul.dropdown .itemds-fragment-delete, .top-bar ul.dropdown .itemds-fragment-resize {
  background: #141414 !important;
}

.top-bar-section ul.dropdown li:hover > a, .top-bar-section ul.dropdown li:hover > .itemds-fragment-edit, .top-bar-section ul.dropdown li:hover > .itemds-fragment-delete, .top-bar-section ul.dropdown li:hover > .itemds-fragment-resize {
  background: #002425 !important;
}

@media only screen and (max-width: 40em) {
  .top-bar-section a, .top-bar-section .itemds-fragment-edit, .top-bar-section .itemds-fragment-delete, .top-bar-section .itemds-fragment-resize {
    background: #141414 !important;
    line-height: 30px;
  }
  .top-bar-section ul li > a, .top-bar-section ul li > .itemds-fragment-edit, .top-bar-section ul li > .itemds-fragment-delete, .top-bar-section ul li > .itemds-fragment-resize,
  .top-bar-section ul li > .itemds-fragment-editButtonBase, .top-bar-section .dropdown li a, .top-bar-section .dropdown li .itemds-fragment-edit, .top-bar-section .dropdown li .itemds-fragment-delete, .top-bar-section .dropdown li .itemds-fragment-resize,
  .top-bar-section .dropdown li .itemds-fragment-editButtonBase {
    padding: 0.25rem 0.9375rem;
  }
  .top-bar-section .active a, .top-bar-section .active .itemds-fragment-edit, .top-bar-section .active .itemds-fragment-delete, .top-bar-section .active .itemds-fragment-resize,
  .top-bar-section ul li:hover > a,
  .top-bar-section ul li:hover > .itemds-fragment-edit,
  .top-bar-section ul li:hover > .itemds-fragment-delete,
  .top-bar-section ul li:hover > .itemds-fragment-resize {
    background: #002425 !important;
  }
}

.main-menu .search,
.mobilesearch .search {
  margin-top: 14px;
}

.main-menu a, .main-menu .itemds-fragment-edit, .main-menu .itemds-fragment-delete, .main-menu .itemds-fragment-resize {
  display: inline-block;
  width: 100%;
}

.main-menu .listblock,
.main-menu .sublistblock {
  margin: 0px;
}

.main-menu section .title {
  background-color: #efefef !important;
  color: #141414 !important;
  border-width: 0px !important;
  Border-style: solid !important;
  border-color: #cccccc !important;
}

.main-menu section .active .title {
  background-color: #002425 !important;
}

.main-menu .title a, .main-menu .title .itemds-fragment-edit, .main-menu .title .itemds-fragment-delete, .main-menu .title .itemds-fragment-resize {
  color: #141414 !important;
  text-shadow: none;
  font-family: Tahoma, Helvetica, sans-serif;
  font-weight: normal;
  box-shadow: none;
  border-radius: 0px;
}

.main-menu .listitem,
.main-menu .subtitle {
  list-style-position: outside;
  list-style-type: none;
  position: relative;
}

.main-menu .listitem a, .main-menu .listitem .itemds-fragment-edit, .main-menu .listitem .itemds-fragment-delete, .main-menu .listitem .itemds-fragment-resize {
  display: inline-block;
  border-width: 0px !important;
  border-style: solid !important;
  border-color: #cccccc !important;
  border-radius: 0px;
  background-color: #efefef !important;
  color: #141414 !important;
  text-shadow: none;
  box-shadow: none;
  font-family: Tahoma, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 0.875rem;
  padding: 0.625rem !important;
  white-space: nowrap;
  width: 100%;
  cursor: pointer;
  margin: 0;
  top: 0;
}

.main-menu .listitem a:hover, .main-menu .listitem .itemds-fragment-edit:hover, .main-menu .listitem .itemds-fragment-delete:hover, .main-menu .listitem .itemds-fragment-resize:hover,
.main-menu .listitem.selected a,
.main-menu .listitem.selected .itemds-fragment-edit,
.main-menu .listitem.selected .itemds-fragment-delete,
.main-menu .listitem.selected .itemds-fragment-resize {
  background-color: #002425 !important;
  color: #c1d22b !important;
}

.main-menu .title.has-dropdown > a:after, .main-menu .title.has-dropdown > .itemds-fragment-edit:after, .main-menu .title.has-dropdown > .itemds-fragment-delete:after, .main-menu .title.has-dropdown > .itemds-fragment-resize:after,
.main-menu .listitem.has-dropdown > a:after,
.main-menu .listitem.has-dropdown > .itemds-fragment-edit:after,
.main-menu .listitem.has-dropdown > .itemds-fragment-delete:after,
.main-menu .listitem.has-dropdown > .itemds-fragment-resize:after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: rgba(127, 127, 127, 0.5) transparent transparent;
  border-image: none;
  border-style: solid;
  border-width: 5px;
  content: "";
  display: block;
  position: absolute;
  top: 1.25rem;
  right: 10px;
  height: 0px;
  width: 0px;
}

.main-menu .section-container {
  margin: 0px 0 1.25rem 0;
  width: auto;
  border-width: 0px;
  border-style: solid;
  border-color: #cccccc;
}

.main-menu .section-container .section,
.main-menu .listitem {
  margin-bottom: 4px;
}

.main-menu .content {
  background: #002425;
  color: white;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  padding: 0px !important;
  border-width: 0px !important;
  Border-style: solid !important;
  border-color: #cccccc !important;
}

.main-menu .sublistblock {
  display: none;
  min-width: 12.5rem;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 100%;
  top: 0px;
  z-index: 10;
}

.main-menu .subtitle {
  padding: 0px;
}

.main-menu .subtitle a, .main-menu .subtitle .itemds-fragment-edit, .main-menu .subtitle .itemds-fragment-delete, .main-menu .subtitle .itemds-fragment-resize,
.main-menu .sublistblock .subtitle a,
.main-menu .sublistblock .subtitle .itemds-fragment-edit,
.main-menu .sublistblock .subtitle .itemds-fragment-delete,
.main-menu .sublistblock .subtitle .itemds-fragment-resize {
  display: inline-block;
  background: #002425 !important;
  color: white !important;
  text-shadow: none;
  box-shadow: none;
  font-family: Tahoma, Helvetica, sans-serif;
  font-weight: normal;
  padding: 0.625rem !important;
  white-space: nowrap;
  width: 100%;
  cursor: pointer;
  margin: 0;
  top: 0;
  border-radius: 0px;
}

.main-menu .subtitle a:hover, .main-menu .subtitle .itemds-fragment-edit:hover, .main-menu .subtitle .itemds-fragment-delete:hover, .main-menu .subtitle .itemds-fragment-resize:hover,
.main-menu .sublistblock .subtitle a:hover,
.main-menu .sublistblock .subtitle .itemds-fragment-edit:hover,
.main-menu .sublistblock .subtitle .itemds-fragment-delete:hover,
.main-menu .sublistblock .subtitle .itemds-fragment-resize:hover {
  background: black !important;
  color: white !important;
}

@media only screen and (min-width: 40.063em) {
  .main-menu .listitem.has-dropdown:hover .sublistblock {
    display: inline-block;
  }
}

.mid {
  background: white;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-radius: none;
  box-shadow: none;
  margin: 0px;
  padding: 0px;
}

.mid-row {
  background: none;
  color: #141414;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-radius: 0px;
  box-shadow: none;
  margin: 0px auto;
  padding: 6px 0px 0px 0px;
}

.main-content {
  background: none;
  color: #141414;
  padding-top: 0;
  padding-bottom: 0.625rem;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-radius: 0px;
  box-shadow: none;
  min-height: 320px;
}

.footer {
  background: #002425;
  border-top: 3px solid #c1d22b;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-radius: none;
  box-shadow: none;
  margin: 0px;
  padding: 0px;
}

.footer footer {
  background: #002425;
  color: white !important;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-radius: 0px 0px 10px 10px;
  box-shadow: none;
  margin: 0px auto;
  padding: 10px 0px 20px;
}

.footer,
.footer a:link,
.footer .itemds-fragment-edit:link,
.footer .itemds-fragment-delete:link,
.footer .itemds-fragment-resize:link,
.footer a:visited,
.footer .itemds-fragment-edit:visited,
.footer .itemds-fragment-delete:visited,
.footer .itemds-fragment-resize:visited {
  color: white !important;
}

.footer a:hover, .footer .itemds-fragment-edit:hover, .footer .itemds-fragment-delete:hover, .footer .itemds-fragment-resize:hover,
.footer a:active,
.footer .itemds-fragment-edit:active,
.footer .itemds-fragment-delete:active,
.footer .itemds-fragment-resize:active {
  color: white !important;
  text-decoration: underline !important;
}

.footer .address {
  color: #bfbfbf !important;
}

h1, h2, h3, h4, h5, h6 {
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
}

legend {
  font-family: "Bitter", serif;
  font-weight: bold !important;
  font-style: normal !important;
  color: #002425 !important;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  background: none !important;
}

div.panel {
  background: white;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5) inset, 0px 1px 2px white;
  border-radius: 6px;
}

.button {
  background-image: url("images/menugradient2.png");
  background-size: contain;
  text-shadow: none;
}

a.button, .button.itemds-fragment-edit, .button.itemds-fragment-delete, .button.itemds-fragment-resize {
  padding-top: 0.625rem;
  padding-boittom: 0.625rem;
}

.button.secondary {
  text-shadow: none;
}

.section-container.auto > section > .title a, .section-container.auto > section > .title .itemds-fragment-edit, .section-container.auto > section > .title .itemds-fragment-delete, .section-container.auto > section > .title .itemds-fragment-resize, .section-container.auto > .section > .title a, .section-container.auto > .section > .title .itemds-fragment-edit, .section-container.auto > .section > .title .itemds-fragment-delete, .section-container.auto > .section > .title .itemds-fragment-resize {
  background-image: url(images/menugradient2.png);
  background-size: contain;
}

.section-container.auto > section.active > .title a, .section-container.auto > section.active > .title .itemds-fragment-edit, .section-container.auto > section.active > .title .itemds-fragment-delete, .section-container.auto > section.active > .title .itemds-fragment-resize, .section-container.auto > .section.active > .title a, .section-container.auto > .section.active > .title .itemds-fragment-edit, .section-container.auto > .section.active > .title .itemds-fragment-delete, .section-container.auto > .section.active > .title .itemds-fragment-resize {
  background-image: url(images/menugradient2.png);
  background-size: contain;
}

.section-container.auto > section > .title a, .section-container.auto > section > .title .itemds-fragment-edit, .section-container.auto > section > .title .itemds-fragment-delete, .section-container.auto > section > .title .itemds-fragment-resize, .section-container.auto > .section > .title a:hover, .section-container.auto > .section > .title .itemds-fragment-edit:hover, .section-container.auto > .section > .title .itemds-fragment-delete:hover, .section-container.auto > .section > .title .itemds-fragment-resize:hover {
  background-image: url(images/menugradient2.png);
  background-size: contain;
}

#txtSearch,
#txtSearch2 {
  padding-right: 30px !important;
}

#txtSearch {
  margin-left: 5px;
}

.searchbutton {
  position: absolute !important;
  top: 0px !important;
  right: 5px !important;
  height: 30px !important;
  padding: 0px !important;
  margin: 0px !important;
  background: none !important;
  color: rgba(0, 0, 0, 0.75) !important;
  font-size: 0.875rem !important;
  border: none !important;
}

a.th img, .th.itemds-fragment-edit img, .itemds-fragment-edit.itemds-image img, .itemds-fragment-edit.itemds-colorswatch img, .itemds-fragment-edit.itemds-textalign img, .itemds-fragment-edit.itemds-clipart-icon img, .th.itemds-fragment-delete img, .itemds-fragment-delete.itemds-image img, .itemds-fragment-delete.itemds-colorswatch img, .itemds-fragment-delete.itemds-textalign img, .itemds-fragment-delete.itemds-clipart-icon img, .th.itemds-fragment-resize img, .itemds-fragment-resize.itemds-image img, .itemds-fragment-resize.itemds-colorswatch img, .itemds-fragment-resize.itemds-textalign img, .itemds-fragment-resize.itemds-clipart-icon img, a.itemds-image img, a.itemds-colorswatch img, a.itemds-textalign img, a.itemds-clipart-icon img {
  width: 100%;
}

a.preview, .preview.itemds-fragment-edit, .preview.itemds-fragment-delete, .preview.itemds-fragment-resize {
  position: absolute;
  bottom: -10px;
  left: 0px;
}

#googlemap img {
  max-width: inherit !important;
}

.color1text {
  color: #002425;
}

.color1background {
  background-color: #002425;
}

.color2text {
  color: #c1d22b;
}

.color2background {
  background-color: #c1d22b;
}

/* BirdDog Admin Panel */
#admin nav.top-bar {
  margin: 0px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  font-family: Tahoma, Helvetica, sans-serif !important;
}

#admin .top-bar,
#admin .contain-to-grid,
#admin .top-bar.expanded .title-area,
#admin .top-bar.expanded .has-form,
#admin .top-bar a,
#admin .top-bar .itemds-fragment-edit,
#admin .top-bar .itemds-fragment-delete,
#admin .top-bar .itemds-fragment-resize,
#admin .top-bar .itemds-fragment-editButtonBase,
#admin .toggle-topbar.menu-icon {
  background: url(images/menugradient2.png) top #000000 !important;
  background-size: contain !important;
  font-weight: normal !important;
  font-size: 12px !important;
  color: #ffffff !important;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.35);
  text-transform: none !important;
  font-family: Tahoma, Helvetica, sans-serif !important;
}

#admin .top-bar-section a, #admin .top-bar-section .itemds-fragment-edit, #admin .top-bar-section .itemds-fragment-delete, #admin .top-bar-section .itemds-fragment-resize,
#admin .top-bar-section .itemds-fragment-editButtonBase,
#admin .top-bar .active a,
#admin .top-bar .active .itemds-fragment-edit,
#admin .top-bar .active .itemds-fragment-delete,
#admin .top-bar .active .itemds-fragment-resize,
#admin .top-bar .active .itemds-fragment-editButtonBase {
  background: #000000 !important;
  color: #ffffff !important;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.35);
  text-transform: none !important;
  font-family: Tahoma, Helvetica, sans-serif !important;
  font-size: 12px !important;
}

#admin .toggle-topbar.menu-icon:hover,
#admin .toggle-topbar.menu-icon:hover > a,
#admin .toggle-topbar.menu-icon:hover > .itemds-fragment-edit,
#admin .toggle-topbar.menu-icon:hover > .itemds-fragment-delete,
#admin .toggle-topbar.menu-icon:hover > .itemds-fragment-resize,
#admin .toggle-topbar.menu-icon:hover > .itemds-fragment-editButtonBase,
#admin .top-bar-section ul li:hover > a,
#admin .top-bar-section ul li:hover > .itemds-fragment-edit,
#admin .top-bar-section ul li:hover > .itemds-fragment-delete,
#admin .top-bar-section ul li:hover > .itemds-fragment-resize,
#admin .top-bar-section ul li:hover > .itemds-fragment-editButtonBase {
  background: #f95602 !important;
  color: #ffffff !important;
}

#admin .top-bar.expanded .toggle-topbar a:after, #admin .top-bar.expanded .toggle-topbar .itemds-fragment-edit:after, #admin .top-bar.expanded .toggle-topbar .itemds-fragment-delete:after, #admin .top-bar.expanded .toggle-topbar .itemds-fragment-resize:after {
  box-shadow: 0 10px 0 1px #666, 0 16px 0 1px #666, 0 22px 0 1px #666 !important;
}


#admin .top-bar-section ul li:hover > a,
#admin .top-bar-section ul li:hover > .itemds-fragment-edit,
#admin .top-bar-section ul li:hover > .itemds-fragment-delete,
#admin .top-bar-section ul li:hover > .itemds-fragment-resize,
#admin .top-bar-section ul li:hover > .itemds-fragment-editButtonBase {
  background: #f95602 !important;
}

#admin .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
  border-top: 1px solid #4E4E4E !important;
  border-bottom: 0px !important;
  display: block !important;
}

@media only screen and (min-width: 40.063em) {
  #admin nav.top-bar {
    height: 30px;
    line-height: 30px;
  }
  #admin .top-bar-section a, #admin .top-bar-section .itemds-fragment-edit, #admin .top-bar-section .itemds-fragment-delete, #admin .top-bar-section .itemds-fragment-resize,
  #admin .top-bar-section .itemds-fragment-editButtonBase {
    background: url(images/menugradient2.png) top #000000 !important;
    background-size: contain !important;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.35);
    text-transform: none !important;
    font-family: Tahoma, Helvetica, sans-serif !important;
    font-size: 12px !important;
  }
  #admin .top-bar-section li:not(.has-form) a:not(.button), #admin .top-bar-section li:not(.has-form) .itemds-fragment-edit:not(.button), #admin .top-bar-section li:not(.has-form) .itemds-fragment-delete:not(.button), #admin .top-bar-section li:not(.has-form) .itemds-fragment-resize:not(.button) {
    line-height: 30px;
    color: #ffffff !important;
  }
  #admin .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
    height: 30px;
    border-right: 1px solid #4E4E4E !important;
    border-left: 0px !important;
  }
  #admin .top-bar .toggle-topbar.menu-icon a, #admin .top-bar .toggle-topbar.menu-icon .itemds-fragment-edit, #admin .top-bar .toggle-topbar.menu-icon .itemds-fragment-delete, #admin .top-bar .toggle-topbar.menu-icon .itemds-fragment-resize,
  #admin .top-bar .toggle-topbar.menu-icon .itemds-fragment-editButtonBase,
  #admin .top-bar .name {
    height: 30px;
    line-height: 30px;
  }
  
  #admin .top-bar-section ul li:hover > a,
  #admin .top-bar-section ul li:hover > .itemds-fragment-edit,
  #admin .top-bar-section ul li:hover > .itemds-fragment-delete,
  #admin .top-bar-section ul li:hover > .itemds-fragment-resize,
  #admin .top-bar-section ul li:hover > .itemds-fragment-editButtonBase {
    background: url(images/menugradient2.png) top #f95602 !important;
    background-size: contain !important;
  }
}

/* End */
/* BirdDog Footer Links */
.BirdDogLink {
  font-size: 8pt !important;
  font-family: Tahoma, Helvetica, sans-serif !important;
  color: white;
  line-height: 12pt;
  text-align: center !important;
  margin-top: 20px;
}

.BirdDogLink a:link, .BirdDogLink .itemds-fragment-edit:link, .BirdDogLink .itemds-fragment-delete:link, .BirdDogLink .itemds-fragment-resize:link,
.BirdDogLink a:visited,
.BirdDogLink .itemds-fragment-edit:visited,
.BirdDogLink .itemds-fragment-delete:visited,
.BirdDogLink .itemds-fragment-resize:visited {
  color: white;
  text-decoration: none;
}

.BirdDogLink a:hover, .BirdDogLink .itemds-fragment-edit:hover, .BirdDogLink .itemds-fragment-delete:hover, .BirdDogLink .itemds-fragment-resize:hover,
.BirdDogLink a:active,
.BirdDogLink .itemds-fragment-edit:active,
.BirdDogLink .itemds-fragment-delete:active,
.BirdDogLink .itemds-fragment-resize:active {
  color: #f95602 !important;
  background: #000000 !important;
  text-decoration: underline overline !important;
}

.top-right-icon {
  position: absolute;
  top: 0.5rem;
  right: 0.6875rem;
  cursor: pointer;
}

/* Make-up for the lack of a proper vertical top-nav */
.subtitle {
  font-family: "Bitter", serif;
  background: white;
  color: #141414;
  text-shadow: none;
  padding: 0.625rem;
  margin: 0px !important;
}

.subtitle:hover {
  background: black;
}

/* For Itemform3 */
.pricepanel.fixed {
  position: relative !important;
}

@media only screen and (min-width: 40.063em) {
  .pricepanel.fixed {
    width: 233px !important;
    left: auto !important;
    position: fixed !important;
  }
}

/* Miscellaneous */
.poscolor {
  color: #002425 !important;
}

.negcolor {
  color: #9c2131 !important;
}

.onsaleribbon {
  background: #002425 !important;
  color: white !important;
  padding-left: 0.9375rem;
  position: relative;
}

.onsaleribbon:after {
  content: url(images/icons/Sale48.png);
  display: block;
  position: absolute;
  bottom: -0.5625rem;
  right: 0.9375rem;
}

.blogpost .posted {
  font-size: 12px;
  font-style: italic;
}

.blogpost .posted .name:before {
  content: "Posted by ";
}

.blogpost .posted .dateblock .fullday:before {
  content: " on ";
}

.blogpost .posted .dateblock .fullday:after {
  content: ", ";
}

/*End foundationBase*/
/*Start Post*/
.row,
.contain-to-grid .top-bar {
  max-width: 1150px;
}

.f-topbar-fixed {
  padding-top: 32px !important;
}

div.sticky.contain-to-grid.fixed {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #002425;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.contain-to-grid .top-bar {
  margin-bottom: 0rem;
}

.login .button-group li {
  margin-right: 5px;
}

.login .button-group li:last-child {
  margin-right: 0px;
}

.login a.button, .login .button.itemds-fragment-edit, .login .button.itemds-fragment-delete, .login .button.itemds-fragment-resize,
.login input {
  height: 32px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.mobiletopmenu {
  padding-left: 1.5rem;
  padding-right: 1.1rem;
  color: #fff;
}

.mobiletopmenu .cartitems {
  color: #c1d22b;
}

.masthead a img, .masthead .itemds-fragment-edit img, .masthead .itemds-fragment-delete img, .masthead .itemds-fragment-resize img {
  width: 100%;
}

.banner-container {
  z-index: 1;
}

.banner-container a, .banner-container .itemds-fragment-edit, .banner-container .itemds-fragment-delete, .banner-container .itemds-fragment-resize {
  background: none !important;
  transition: transform 0.14s cubic-bezier(0, 0, 0.6, 1.01), -webkit-transform 0.14s cubic-bezier(0, 0, 0.6, 1.01);
}

.banner-container a img, .banner-container .itemds-fragment-edit img, .banner-container .itemds-fragment-delete img, .banner-container .itemds-fragment-resize img {
  height: 120px;
  margin-top: -40px;
}

.main-menu .title.has-dropdown > a::after, .main-menu .title.has-dropdown > .itemds-fragment-edit::after, .main-menu .title.has-dropdown > .itemds-fragment-delete::after, .main-menu .title.has-dropdown > .itemds-fragment-resize::after,
.main-menu .listitem.has-dropdown > a::after,
.main-menu .listitem.has-dropdown > .itemds-fragment-edit::after,
.main-menu .listitem.has-dropdown > .itemds-fragment-delete::after,
.main-menu .listitem.has-dropdown > .itemds-fragment-resize::after {
  top: .9rem;
}

.main-menu .section-container .section,
.main-menu .listitem {
  margin-bottom: 2px;
}

.main-menu .listitem a, .main-menu .listitem .itemds-fragment-edit, .main-menu .listitem .itemds-fragment-delete, .main-menu .listitem .itemds-fragment-resize,
.main-menu .listitem .itemds-fragment-edit,
.main-menu .listitem .itemds-fragment-delete,
.main-menu .listitem .itemds-fragment-resize {
  white-space: normal;
  padding: 6px .625rem !important;
}

.footer a, .footer .itemds-fragment-edit, .footer .itemds-fragment-delete, .footer .itemds-fragment-resize {
  font-weight: bold;
  color: #c1d22b !important;
}

.footer a.footerhead, .footer .footerhead.itemds-fragment-edit, .footer .footerhead.itemds-fragment-delete, .footer .footerhead.itemds-fragment-resize {
  font-weight: bold;
  color: #c1d22b !important;
}

.footer a:hover, .footer .itemds-fragment-edit:hover, .footer .itemds-fragment-delete:hover, .footer .itemds-fragment-resize:hover {
  color: white !important;
  text-decoration: none !important;
}

.categories3 .side-nav .selected a, .categories3 .side-nav .selected .itemds-fragment-edit, .categories3 .side-nav .selected .itemds-fragment-delete, .categories3 .side-nav .selected .itemds-fragment-resize {
  color: #c1d22b;
}

.categories3 .side-nav .side-nav {
  padding-left: 0.9375rem;
  padding-top: 0.4375rem;
  padding-bottom: 0px;
}

.categories3 .side-nav .side-nav .selected a, .categories3 .side-nav .side-nav .selected .itemds-fragment-edit, .categories3 .side-nav .side-nav .selected .itemds-fragment-delete, .categories3 .side-nav .side-nav .selected .itemds-fragment-resize {
  color: #002425;
}

@media only screen and (min-width: 40.063em) {
  .searchbutton {
    height: 32px !important;
  }
  .login {
    background-position: 0px -80px !important;
    background-size: auto !important;
  }
  .top-menu,
  .contain-to-grid {
    background-position: 0px -80px !important;
    background-size: auto !important;
  }
  .contain-to-grid:not(.fixed),
  .top-menu .top-bar:not(.fixed) {
    background: transparent;
  }
  .top-bar-section ul, .top-bar a, .top-bar .itemds-fragment-edit, .top-bar .itemds-fragment-delete, .top-bar .itemds-fragment-resize {
    background: transparent !important;
  }
  .fixed nav.top-bar {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .fixed .banner-container a, .fixed .banner-container .itemds-fragment-edit, .fixed .banner-container .itemds-fragment-delete, .fixed .banner-container .itemds-fragment-resize {
    /*transform: scale(.7);*/
    transform: matrix(0.5, 0, 0, 0.5, -64, 5);
  }
  .top-bar-section li:not(.has-form) a:not(.button), .top-bar-section li:not(.has-form) .itemds-fragment-edit:not(.button), .top-bar-section li:not(.has-form) .itemds-fragment-delete:not(.button), .top-bar-section li:not(.has-form) .itemds-fragment-resize:not(.button), .top-bar-section li.active:not(.has-form) a:not(.button), .top-bar-section li.active:not(.has-form) .itemds-fragment-edit:not(.button), .top-bar-section li.active:not(.has-form) .itemds-fragment-delete:not(.button), .top-bar-section li.active:not(.has-form) .itemds-fragment-resize:not(.button) {
    line-height: 75px;
    transition: line-height 0.14s cubic-bezier(0, 0, 0.6, 1.01), background-color 200ms ease-out 0s;
  }
  .fixed .top-bar-section li:not(.has-form) a:not(.button), .fixed .top-bar-section li:not(.has-form) .itemds-fragment-edit:not(.button), .fixed .top-bar-section li:not(.has-form) .itemds-fragment-delete:not(.button), .fixed .top-bar-section li:not(.has-form) .itemds-fragment-resize:not(.button),
  .fixed .top-bar-section li.active:not(.has-form) a:not(.button),
  .fixed .top-bar-section li.active:not(.has-form) .itemds-fragment-edit:not(.button),
  .fixed .top-bar-section li.active:not(.has-form) .itemds-fragment-delete:not(.button),
  .fixed .top-bar-section li.active:not(.has-form) .itemds-fragment-resize:not(.button) {
    line-height: 65px;
  }
  .top-bar-section .dropdown li:not(.has-form) a, .top-bar-section .dropdown li:not(.has-form) .itemds-fragment-edit, .top-bar-section .dropdown li:not(.has-form) .itemds-fragment-delete, .top-bar-section .dropdown li:not(.has-form) .itemds-fragment-resize,
  .top-bar-section .dropdown li:not(.has-form) .itemds-fragment-edit,
  .top-bar-section .dropdown li:not(.has-form) .itemds-fragment-delete,
  .top-bar-section .dropdown li:not(.has-form) .itemds-fragment-resize,
  .fixed .top-bar-section .dropdown li:not(.has-form) a,
  .fixed .top-bar-section .dropdown li:not(.has-form) .itemds-fragment-edit,
  .fixed .top-bar-section .dropdown li:not(.has-form) .itemds-fragment-delete,
  .fixed .top-bar-section .dropdown li:not(.has-form) .itemds-fragment-resize,
  .fixed .top-bar-section .dropdown li:not(.has-form) .itemds-fragment-edit,
  .fixed .top-bar-section .dropdown li:not(.has-form) .itemds-fragment-delete,
  .fixed .top-bar-section .dropdown li:not(.has-form) .itemds-fragment-resize {
    line-height: 30px;
  }
  .top-menu .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
    border-right: solid 0px;
  }
  .top-bar-section .has-dropdown > a::after, .top-bar-section .has-dropdown > .itemds-fragment-edit::after, .top-bar-section .has-dropdown > .itemds-fragment-delete::after, .top-bar-section .has-dropdown > .itemds-fragment-resize::after {
    top: 38px;
    transition: top 0.14s cubic-bezier(0, 0, 0.6, 1.01);
  }
  .fixed .top-bar-section .has-dropdown > a::after, .fixed .top-bar-section .has-dropdown > .itemds-fragment-edit::after, .fixed .top-bar-section .has-dropdown > .itemds-fragment-delete::after, .fixed .top-bar-section .has-dropdown > .itemds-fragment-resize::after {
    top: 33px;
  }
  .breadcrumbs {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 40em) {
  nav.top-bar {
    /*margin: 0px !important;*/
    width: auto;
  }
  .fixed nav.top-bar {
    margin: 0px !important;
  }
  .contain-to-grid,
  .contain-to-grid:not(.fixed),
  .top-menu .top-bar:not(.fixed),
  .top-menu .top-bar,
  .top-bar.expanded .title-area,
  .toggle-topbar.menu-icon, .top-bar a, .top-bar .itemds-fragment-edit, .top-bar .itemds-fragment-delete, .top-bar .itemds-fragment-resize {
    background: #002425 !important;
  }
}

/*End Post*/
