@charset "ISO-8859-1";
/* Hoverstates */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

a:hover {
  cursor: pointer;
}

a:focus {
  outline: none;
}

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

object,
embed {
  height: 100%;
}

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

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

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

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

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

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
}

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

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

select {
  width: 100%;
}

/* Grid HTML Classes */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 63.75em;
  *zoom: 1;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse .column,
.row.collapse .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}
.row .row {
  width: auto;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  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 {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}

@media only screen {
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }

  .small-1 {
    position: relative;
    width: 8.33333%;
  }

  .small-2 {
    position: relative;
    width: 16.66667%;
  }

  .small-3 {
    position: relative;
    width: 25%;
  }

  .small-4 {
    position: relative;
    width: 33.33333%;
  }

  .small-5 {
    position: relative;
    width: 41.66667%;
  }

  .small-6 {
    position: relative;
    width: 50%;
  }

  .small-7 {
    position: relative;
    width: 58.33333%;
  }

  .small-8 {
    position: relative;
    width: 66.66667%;
  }

  .small-9 {
    position: relative;
    width: 75%;
  }

  .small-10 {
    position: relative;
    width: 83.33333%;
  }

  .small-11 {
    position: relative;
    width: 91.66667%;
  }

  .small-12 {
    position: relative;
    width: 100%;
  }

  .small-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  .small-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  .small-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  .small-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  .small-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  .small-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  .small-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  .small-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  .small-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  .small-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  .small-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

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

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

  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
}
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 768px) {
  .large-1 {
    position: relative;
    width: 8.33333%;
  }

  .large-2 {
    position: relative;
    width: 16.66667%;
  }

  .large-3 {
    position: relative;
    width: 25%;
  }

  .large-4 {
    position: relative;
    width: 33.33333%;
  }

  .large-5 {
    position: relative;
    width: 41.66667%;
  }

  .large-6 {
    position: relative;
    width: 50%;
  }

  .large-7 {
    position: relative;
    width: 58.33333%;
  }

  .large-8 {
    position: relative;
    width: 66.66667%;
  }

  .large-9 {
    position: relative;
    width: 75%;
  }

  .large-10 {
    position: relative;
    width: 83.33333%;
  }

  .large-11 {
    position: relative;
    width: 91.66667%;
  }

  .large-12 {
    position: relative;
    width: 100%;
  }

  .row .large-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  .row .large-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  .row .large-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  .row .large-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  .row .large-offset-11 {
    position: relative;
    margin-left: 91.66667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .column.large-centered,
  .columns.large-centered {
    position: relative;
    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 !important;
  }
}
/* Foundation Visibility HTML Classes */
.show-for-small,
.show-for-medium-down,
.show-for-large-down {
  display: inherit !important;
}

.show-for-medium,
.show-for-medium-up,
.show-for-large,
.show-for-large-up,
.show-for-xlarge {
  display: none !important;
}

.hide-for-medium,
.hide-for-medium-up,
.hide-for-large,
.hide-for-large-up,
.hide-for-xlarge {
  display: inherit !important;
}

.hide-for-small,
.hide-for-medium-down,
.hide-for-large-down {
  display: none !important;
}

/* Specific visilbity for tables */
table.show-for-small, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-large, table.hide-for-large-up, table.hide-for-xlarge {
  display: table;
}

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

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

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

td.show-for-small, td.show-for-medium-down, td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge,
th.show-for-small,
th.show-for-medium-down,
th.show-for-large-down,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-xlarge {
  display: table-cell !important;
}

/* Medium Displays: 768px - 1279px */
@media only screen and (min-width: 768px) {
  .show-for-medium,
  .show-for-medium-up {
    display: inherit !important;
  }

  .show-for-small {
    display: none !important;
  }

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

  .hide-for-medium,
  .hide-for-medium-up {
    display: none !important;
  }

  /* Specific visilbity for tables */
  table.show-for-medium, table.show-for-medium-up, table.hide-for-small {
    display: table;
  }

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

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

  tr.show-for-medium, tr.show-for-medium-up, tr.hide-for-small {
    display: table-row !important;
  }

  td.show-for-medium, td.show-for-medium-up, td.hide-for-small,
  th.show-for-medium,
  th.show-for-medium-up,
  th.hide-for-small {
    display: table-cell !important;
  }
}
/* Large Displays: 1280px - 1440px */
@media only screen and (min-width: 1280px) {
  .show-for-large,
  .show-for-large-up {
    display: inherit !important;
  }

  .show-for-medium,
  .show-for-medium-down {
    display: none !important;
  }

  .hide-for-medium,
  .hide-for-medium-down {
    display: inherit !important;
  }

  .hide-for-large,
  .hide-for-large-up {
    display: none !important;
  }

  /* Specific visilbity for tables */
  table.show-for-large, table.show-for-large-up, table.hide-for-medium, table.hide-for-medium-down {
    display: table;
  }

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

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

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

  td.show-for-large, td.show-for-large-up, td.hide-for-medium, td.hide-for-medium-down,
  th.show-for-large,
  th.show-for-large-up,
  th.hide-for-medium,
  th.hide-for-medium-down {
    display: table-cell !important;
  }
}
/* X-Large Displays: 1400px and up */
@media only screen and (min-width: 1440px) {
  .show-for-xlarge {
    display: inherit !important;
  }

  .show-for-large,
  .show-for-large-down {
    display: none !important;
  }

  .hide-for-large,
  .hide-for-large-down {
    display: inherit !important;
  }

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

  /* Specific visilbity for tables */
  table.show-for-xlarge, table.hide-for-large, table.hide-for-large-down {
    display: table;
  }

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

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

  tr.show-for-xlarge, tr.hide-for-large, tr.hide-for-large-down {
    display: table-row !important;
  }

  td.show-for-xlarge, td.hide-for-large, td.hide-for-large-down,
  th.show-for-xlarge,
  th.hide-for-large,
  th.hide-for-large-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 visilbity 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 visilbity 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 visilbity 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 visilbity 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 Block Grids for below small breakpoint */
@media only screen {
  [class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -0.9375em;
    *zoom: 1;
  }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table;
  }
  [class*="block-grid-"]:after {
    clear: both;
  }
  [class*="block-grid-"] > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 0.9375em 1.875em;
  }

  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 0.9375em 1.875em;
  }
  .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-2 > li {
    width: 50%;
    padding: 0 0.9375em 1.875em;
  }
  .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-3 > li {
    width: 33.33333%;
    padding: 0 0.9375em 1.875em;
  }
  .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-4 > li {
    width: 25%;
    padding: 0 0.9375em 1.875em;
  }
  .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-5 > li {
    width: 20%;
    padding: 0 0.9375em 1.875em;
  }
  .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-6 > li {
    width: 16.66667%;
    padding: 0 0.9375em 1.875em;
  }
  .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-7 > li {
    width: 14.28571%;
    padding: 0 0.9375em 1.875em;
  }
  .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-8 > li {
    width: 12.5%;
    padding: 0 0.9375em 1.875em;
  }
  .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-9 > li {
    width: 11.11111%;
    padding: 0 0.9375em 1.875em;
  }
  .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-10 > li {
    width: 10%;
    padding: 0 0.9375em 1.875em;
  }
  .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-11 > li {
    width: 9.09091%;
    padding: 0 0.9375em 1.875em;
  }
  .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-12 > li {
    width: 8.33333%;
    padding: 0 0.9375em 1.875em;
  }
  .small-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/* Foundation Block Grids for above small breakpoint */
@media only screen and (min-width: 768px) {
  /* Remove small grid clearing */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: none;
  }

  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: none;
  }

  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: none;
  }

  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: none;
  }

  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: none;
  }

  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: none;
  }

  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: none;
  }

  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: none;
  }

  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: none;
  }

  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: none;
  }

  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: none;
  }

  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: none;
  }

  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 0.9375em 1.875em;
  }
  .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-2 > li {
    width: 50%;
    padding: 0 0.9375em 1.875em;
  }
  .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-3 > li {
    width: 33.33333%;
    padding: 0 0.9375em 1.875em;
  }
  .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-4 > li {
    width: 25%;
    padding: 0 0.9375em 1.875em;
  }
  .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-5 > li {
    width: 20%;
    padding: 0 0.9375em 1.875em;
  }
  .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-6 > li {
    width: 16.66667%;
    padding: 0 0.9375em 1.875em;
  }
  .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-7 > li {
    width: 14.28571%;
    padding: 0 0.9375em 1.875em;
  }
  .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-8 > li {
    width: 12.5%;
    padding: 0 0.9375em 1.875em;
  }
  .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-9 > li {
    width: 11.11111%;
    padding: 0 0.9375em 1.875em;
  }
  .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-10 > li {
    width: 10%;
    padding: 0 0.9375em 1.875em;
  }
  .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-11 > li {
    width: 9.09091%;
    padding: 0 0.9375em 1.875em;
  }
  .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-12 > li {
    width: 8.33333%;
    padding: 0 0.9375em 1.875em;
  }
  .large-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
button, .button {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: inherit;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 1.25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.75em;
  padding-right: 1.5em;
  padding-bottom: 0.8125em;
  padding-left: 1.5em;
  font-size: 1em;
  background-color: #2ba6cb;
  border-color: #2284a1;
  color: white;
}
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #2284a1;
}
button:hover, button:focus, .button:hover, .button:focus {
  color: white;
}
button.secondary, .button.secondary {
  background-color: #e9e9e9;
  border-color: #d0d0d0;
  color: #333333;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #d0d0d0;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #333333;
}
button.success, .button.success {
  background-color: #5da423;
  border-color: #457a1a;
  color: white;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #457a1a;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: white;
}
button.alert, .button.alert {
  background-color: #c60f13;
  border-color: #970b0e;
  color: white;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #970b0e;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: white;
}
button.large, .button.large {
  padding-top: 1em;
  padding-right: 2em;
  padding-bottom: 1.0625em;
  padding-left: 2em;
  font-size: 1.25em;
}
button.small, .button.small {
  padding-top: 0.5625em;
  padding-right: 1.125em;
  padding-bottom: 0.625em;
  padding-left: 1.125em;
  font-size: 0.8125em;
}
button.tiny, .button.tiny {
  padding-top: 0.4375em;
  padding-right: 0.875em;
  padding-bottom: 0.5em;
  padding-left: 0.875em;
  font-size: 0.6875em;
}
button.expand, .button.expand {
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
}
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75em;
}
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75em;
}
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #2ba6cb;
  border-color: #2284a1;
  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: #2284a1;
}
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: #2ba6cb;
}
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #e9e9e9;
  border-color: #d0d0d0;
  color: #333333;
  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: #d0d0d0;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: #333333;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #e9e9e9;
}
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #5da423;
  border-color: #457a1a;
  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: #457a1a;
}
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: #5da423;
}
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #c60f13;
  border-color: #970b0e;
  color: white;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #970b0e;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: white;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #c60f13;
}

button, .button {
  padding-top: 0.8125em;
  padding-bottom: 0.75em;
  -webkit-appearance: none;
}
button.tiny, .button.tiny {
  padding-top: 0.5em;
  padding-bottom: 0.4375em;
  -webkit-appearance: none;
}
button.small, .button.small {
  padding-top: 0.625em;
  padding-bottom: 0.5625em;
  -webkit-appearance: none;
}
button.large, .button.large {
  padding-top: 1.03125em;
  padding-bottom: 1.03125em;
  -webkit-appearance: none;
}

@media only screen {
  button, .button {
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
  }
  button:active, .button:active {
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
  }
  button.radius, .button.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  button.round, .button.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
  }
}
@media only screen and (min-width: 768px) {
  button, .button {
    display: inline-block;
  }
}
/* Standard Forms */
form {
  margin: 0 0 1em;
}

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5em;
}
form .row .row .column,
form .row .row .columns {
  padding: 0 0.5em;
}
form .row .row.collapse {
  margin: 0;
}
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5em;
}

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

/* 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.875em;
  height: 2.3125em;
  line-height: 2.3125em;
}

/* 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.125em;
}

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

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

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

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

.postfix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-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-color: #d9d9d9;
  border-right: none;
  color: #333333;
}
span.prefix.radius, label.prefix.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

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

/* Input groups will automatically style first and last elements of the group */
.input-group.radius > *:first-child, .input-group.radius > *:first-child * {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.input-group.radius > *:last-child, .input-group.radius > *:last-child * {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.input-group.round > *:first-child, .input-group.round > *:first-child * {
  -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;
}
.input-group.round > *:last-child, .input-group.round > *:last-child * {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* 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 {
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875em;
  margin: 0 0 1em 0;
  padding: 0.5em;
  height: 2.3125em;
  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],
input[type="password"][disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="month"][disabled],
input[type="week"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
textarea[disabled] {
  background-color: #dddddd;
}

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

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

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

/* Error Handling */
[data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: -1.3125em;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #c60f13;
  color: white;
  margin-top: 0;
}
[data-abide] span.error, [data-abide] small.error {
  display: none;
}

span.error, small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: -1.3125em;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #c60f13;
  color: white;
}

.error input,
.error textarea,
.error select {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
  margin-bottom: 0;
}
.error input:focus,
.error textarea:focus,
.error select:focus {
  background: #fafafa;
  border-color: #999999;
}
.error label,
.error label.error {
  color: #c60f13;
}
.error small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: -1.3125em;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #c60f13;
  color: white;
}
.error span.error-message {
  display: block;
}

input.error,
textarea.error {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
}
input.error:focus,
textarea.error:focus {
  background: #fafafa;
  border-color: #999999;
}

.error select {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
}
.error select:focus {
  background: #fafafa;
  border-color: #999999;
}

label.error {
  color: #c60f13;
}

/* Custom Checkbox and Radio Inputs */
form.custom .hidden-field {
  margin-left: -99999px;
  position: absolute;
  visibility: hidden;
}
form.custom .custom {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: -1px;
  /* fix centering issue */
  vertical-align: middle;
  border: solid 1px #cccccc;
  background: white;
}
form.custom .custom.checkbox {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding: -1px;
}
form.custom .custom.radio {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  padding: 3px;
}
form.custom .custom.checkbox:before {
  content: "";
  display: block;
  font-size: 16px;
  color: white;
}
form.custom .custom.radio.checked:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  background: #222222;
  position: relative;
}
form.custom .custom.checkbox.checked:before {
  content: "\00d7";
  color: #222222;
  position: absolute;
  top: -50%;
  left: 50%;
  margin-top: 4px;
  margin-left: -5px;
}

/* Custom Select Options and Dropdowns */
form.custom {
  /* Custom input, disabled */
}
form.custom .custom.dropdown {
  display: block;
  position: relative;
  top: 0;
  height: 2.3125em;
  margin-bottom: 1.25em;
  margin-top: 0px;
  padding: 0px;
  width: 100%;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #f3f3f3 100%);
  background: -webkit-linear-gradient(top, white 0%, #f3f3f3 100%);
  -webkit-box-shadow: none;
  background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 100%);
  box-shadow: none;
  font-size: 0.875em;
  vertical-align: top;
}
form.custom .custom.dropdown ul {
  overflow-y: auto;
  max-height: 200px;
}
form.custom .custom.dropdown .current {
  cursor: default;
  white-space: nowrap;
  line-height: 2.25em;
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
  overflow: hidden;
  display: block;
  margin-left: 0.5em;
  margin-right: 2.3125em;
}
form.custom .custom.dropdown .selector {
  cursor: default;
  position: absolute;
  width: 2.5em;
  height: 2.3125em;
  display: block;
  right: 0;
  top: 0;
}
form.custom .custom.dropdown .selector:after {
  content: "";
  display: block;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  left: 0.9375em;
  top: 50%;
  margin-top: -3px;
}
form.custom .custom.dropdown:hover a.selector:after, form.custom .custom.dropdown.open a.selector:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent transparent;
  border-top-style: solid;
}
form.custom .custom.dropdown .disabled {
  color: #888888;
}
form.custom .custom.dropdown .disabled:hover {
  background: transparent;
  color: #888888;
}
form.custom .custom.dropdown .disabled:hover:after {
  display: none;
}
form.custom .custom.dropdown.open ul {
  display: block;
  z-index: 10;
  min-width: 100%;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
form.custom .custom.dropdown.small {
  max-width: 134px;
}
form.custom .custom.dropdown.medium {
  max-width: 254px;
}
form.custom .custom.dropdown.large {
  max-width: 434px;
}
form.custom .custom.dropdown.expand {
  width: 100% !important;
}
form.custom .custom.dropdown.open.small ul {
  min-width: 134px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
form.custom .custom.dropdown.open.medium ul {
  min-width: 254px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
form.custom .custom.dropdown.open.large ul {
  min-width: 434px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
form.custom .error .custom.dropdown {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
  background: rgba(198, 15, 19, 0.1);
  margin-bottom: 0;
}
form.custom .error .custom.dropdown:focus {
  background: #fafafa;
  border-color: #999999;
}
form.custom .error .custom.dropdown + small.error {
  margin-top: 0;
}
form.custom .custom.dropdown ul {
  position: absolute;
  width: auto;
  display: none;
  margin: 0;
  left: -1px;
  top: auto;
  -webkit-box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 0;
  background: white;
  border: solid 1px #cccccc;
  font-size: 16px;
}
form.custom .custom.dropdown ul li {
  color: #555555;
  font-size: 0.875em;
  cursor: default;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 0.375em;
  padding-right: 2.375em;
  min-height: 1.5em;
  line-height: 1.5em;
  margin: 0;
  white-space: nowrap;
  list-style: none;
}
form.custom .custom.dropdown ul li.selected {
  background: #eeeeee;
  color: black;
}
form.custom .custom.dropdown ul li:hover {
  background-color: #e4e4e4;
  color: black;
}
form.custom .custom.dropdown ul li.selected:hover {
  background: #eeeeee;
  cursor: default;
  color: black;
}
form.custom .custom.dropdown ul.show {
  display: block;
}
form.custom .custom.disabled {
  background: #dddddd;
}

/* Flex Video */
.flex-video {
  position: relative;
  padding-top: 1.5625em;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1em;
  overflow: hidden;
}
.flex-video.widescreen {
  padding-bottom: 57.25%;
}
.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%;
}

/* Sections */
[data-section=''], [data-section='auto'], .section-container.auto,
[data-section='vertical-tabs'], .section-container.vertical-tabs,
[data-section='vertical-nav'], .section-container.vertical-nav,
[data-section='horizontal-nav'], .section-container.horizontal-nav,
[data-section='accordion'], .section-container.accordion {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 1.25em;
}
[data-section=''][data-section-small-style], [data-section='auto'][data-section-small-style], .section-container.auto[data-section-small-style],
[data-section='vertical-tabs'][data-section-small-style], .section-container.vertical-tabs[data-section-small-style],
[data-section='vertical-nav'][data-section-small-style], .section-container.vertical-nav[data-section-small-style],
[data-section='horizontal-nav'][data-section-small-style], .section-container.horizontal-nav[data-section-small-style],
[data-section='accordion'][data-section-small-style], .section-container.accordion[data-section-small-style] {
  width: 100% !important;
}
[data-section=''][data-section-small-style] > [data-section-region], [data-section=''][data-section-small-style] > section, [data-section=''][data-section-small-style] > .section, [data-section='auto'][data-section-small-style] > [data-section-region], [data-section='auto'][data-section-small-style] > section, [data-section='auto'][data-section-small-style] > .section, .section-container.auto[data-section-small-style] > [data-section-region], .section-container.auto[data-section-small-style] > section, .section-container.auto[data-section-small-style] > .section,
[data-section='vertical-tabs'][data-section-small-style] > [data-section-region],
[data-section='vertical-tabs'][data-section-small-style] > section,
[data-section='vertical-tabs'][data-section-small-style] > .section, .section-container.vertical-tabs[data-section-small-style] > [data-section-region], .section-container.vertical-tabs[data-section-small-style] > section, .section-container.vertical-tabs[data-section-small-style] > .section,
[data-section='vertical-nav'][data-section-small-style] > [data-section-region],
[data-section='vertical-nav'][data-section-small-style] > section,
[data-section='vertical-nav'][data-section-small-style] > .section, .section-container.vertical-nav[data-section-small-style] > [data-section-region], .section-container.vertical-nav[data-section-small-style] > section, .section-container.vertical-nav[data-section-small-style] > .section,
[data-section='horizontal-nav'][data-section-small-style] > [data-section-region],
[data-section='horizontal-nav'][data-section-small-style] > section,
[data-section='horizontal-nav'][data-section-small-style] > .section, .section-container.horizontal-nav[data-section-small-style] > [data-section-region], .section-container.horizontal-nav[data-section-small-style] > section, .section-container.horizontal-nav[data-section-small-style] > .section,
[data-section='accordion'][data-section-small-style] > [data-section-region],
[data-section='accordion'][data-section-small-style] > section,
[data-section='accordion'][data-section-small-style] > .section, .section-container.accordion[data-section-small-style] > [data-section-region], .section-container.accordion[data-section-small-style] > section, .section-container.accordion[data-section-small-style] > .section {
  padding: 0 !important;
  margin: 0 !important;
}
[data-section=''][data-section-small-style] > [data-section-region] > [data-section-title], [data-section=''][data-section-small-style] > [data-section-region] > .title, [data-section=''][data-section-small-style] > section > [data-section-title], [data-section=''][data-section-small-style] > section > .title, [data-section=''][data-section-small-style] > .section > [data-section-title], [data-section=''][data-section-small-style] > .section > .title, [data-section='auto'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='auto'][data-section-small-style] > [data-section-region] > .title, [data-section='auto'][data-section-small-style] > section > [data-section-title], [data-section='auto'][data-section-small-style] > section > .title, [data-section='auto'][data-section-small-style] > .section > [data-section-title], [data-section='auto'][data-section-small-style] > .section > .title, .section-container.auto[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.auto[data-section-small-style] > [data-section-region] > .title, .section-container.auto[data-section-small-style] > section > [data-section-title], .section-container.auto[data-section-small-style] > section > .title, .section-container.auto[data-section-small-style] > .section > [data-section-title], .section-container.auto[data-section-small-style] > .section > .title,
[data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > .title,
[data-section='vertical-tabs'][data-section-small-style] > section > [data-section-title],
[data-section='vertical-tabs'][data-section-small-style] > section > .title,
[data-section='vertical-tabs'][data-section-small-style] > .section > [data-section-title],
[data-section='vertical-tabs'][data-section-small-style] > .section > .title, .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-tabs[data-section-small-style] > section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > section > .title, .section-container.vertical-tabs[data-section-small-style] > .section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > .section > .title,
[data-section='vertical-nav'][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section='vertical-nav'][data-section-small-style] > [data-section-region] > .title,
[data-section='vertical-nav'][data-section-small-style] > section > [data-section-title],
[data-section='vertical-nav'][data-section-small-style] > section > .title,
[data-section='vertical-nav'][data-section-small-style] > .section > [data-section-title],
[data-section='vertical-nav'][data-section-small-style] > .section > .title, .section-container.vertical-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-nav[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-nav[data-section-small-style] > section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > section > .title, .section-container.vertical-nav[data-section-small-style] > .section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > .section > .title,
[data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > .title,
[data-section='horizontal-nav'][data-section-small-style] > section > [data-section-title],
[data-section='horizontal-nav'][data-section-small-style] > section > .title,
[data-section='horizontal-nav'][data-section-small-style] > .section > [data-section-title],
[data-section='horizontal-nav'][data-section-small-style] > .section > .title, .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > .title, .section-container.horizontal-nav[data-section-small-style] > section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > section > .title, .section-container.horizontal-nav[data-section-small-style] > .section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > .section > .title,
[data-section='accordion'][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section='accordion'][data-section-small-style] > [data-section-region] > .title,
[data-section='accordion'][data-section-small-style] > section > [data-section-title],
[data-section='accordion'][data-section-small-style] > section > .title,
[data-section='accordion'][data-section-small-style] > .section > [data-section-title],
[data-section='accordion'][data-section-small-style] > .section > .title, .section-container.accordion[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.accordion[data-section-small-style] > [data-section-region] > .title, .section-container.accordion[data-section-small-style] > section > [data-section-title], .section-container.accordion[data-section-small-style] > section > .title, .section-container.accordion[data-section-small-style] > .section > [data-section-title], .section-container.accordion[data-section-small-style] > .section > .title {
  width: 100% !important;
}
[data-section=''] > section, [data-section=''] > .section, [data-section=''] > [data-section-region], [data-section='auto'] > section, [data-section='auto'] > .section, [data-section='auto'] > [data-section-region], .section-container.auto > section, .section-container.auto > .section, .section-container.auto > [data-section-region],
[data-section='vertical-tabs'] > section,
[data-section='vertical-tabs'] > .section,
[data-section='vertical-tabs'] > [data-section-region], .section-container.vertical-tabs > section, .section-container.vertical-tabs > .section, .section-container.vertical-tabs > [data-section-region],
[data-section='vertical-nav'] > section,
[data-section='vertical-nav'] > .section,
[data-section='vertical-nav'] > [data-section-region], .section-container.vertical-nav > section, .section-container.vertical-nav > .section, .section-container.vertical-nav > [data-section-region],
[data-section='horizontal-nav'] > section,
[data-section='horizontal-nav'] > .section,
[data-section='horizontal-nav'] > [data-section-region], .section-container.horizontal-nav > section, .section-container.horizontal-nav > .section, .section-container.horizontal-nav > [data-section-region],
[data-section='accordion'] > section,
[data-section='accordion'] > .section,
[data-section='accordion'] > [data-section-region], .section-container.accordion > section, .section-container.accordion > .section, .section-container.accordion > [data-section-region] {
  margin: 0;
}
[data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title,
[data-section='vertical-tabs'] > section > [data-section-title],
[data-section='vertical-tabs'] > section > .title,
[data-section='vertical-tabs'] > .section > [data-section-title],
[data-section='vertical-tabs'] > .section > .title,
[data-section='vertical-tabs'] > [data-section-region] > [data-section-title],
[data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title,
[data-section='vertical-nav'] > section > [data-section-title],
[data-section='vertical-nav'] > section > .title,
[data-section='vertical-nav'] > .section > [data-section-title],
[data-section='vertical-nav'] > .section > .title,
[data-section='vertical-nav'] > [data-section-region] > [data-section-title],
[data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title,
[data-section='horizontal-nav'] > section > [data-section-title],
[data-section='horizontal-nav'] > section > .title,
[data-section='horizontal-nav'] > .section > [data-section-title],
[data-section='horizontal-nav'] > .section > .title,
[data-section='horizontal-nav'] > [data-section-region] > [data-section-title],
[data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title,
[data-section='accordion'] > section > [data-section-title],
[data-section='accordion'] > section > .title,
[data-section='accordion'] > .section > [data-section-title],
[data-section='accordion'] > .section > .title,
[data-section='accordion'] > [data-section-region] > [data-section-title],
[data-section='accordion'] > [data-section-region] > .title, .section-container.accordion > section > [data-section-title], .section-container.accordion > section > .title, .section-container.accordion > .section > [data-section-title], .section-container.accordion > .section > .title, .section-container.accordion > [data-section-region] > [data-section-title], .section-container.accordion > [data-section-region] > .title {
  margin-bottom: 0;
}
[data-section=''] > section > [data-section-title] a, [data-section=''] > section > .title a, [data-section=''] > .section > [data-section-title] a, [data-section=''] > .section > .title a, [data-section=''] > [data-section-region] > [data-section-title] a, [data-section=''] > [data-section-region] > .title a, [data-section='auto'] > section > [data-section-title] a, [data-section='auto'] > section > .title a, [data-section='auto'] > .section > [data-section-title] a, [data-section='auto'] > .section > .title a, [data-section='auto'] > [data-section-region] > [data-section-title] a, [data-section='auto'] > [data-section-region] > .title a, .section-container.auto > section > [data-section-title] a, .section-container.auto > section > .title a, .section-container.auto > .section > [data-section-title] a, .section-container.auto > .section > .title a, .section-container.auto > [data-section-region] > [data-section-title] a, .section-container.auto > [data-section-region] > .title a,
[data-section='vertical-tabs'] > section > [data-section-title] a,
[data-section='vertical-tabs'] > section > .title a,
[data-section='vertical-tabs'] > .section > [data-section-title] a,
[data-section='vertical-tabs'] > .section > .title a,
[data-section='vertical-tabs'] > [data-section-region] > [data-section-title] a,
[data-section='vertical-tabs'] > [data-section-region] > .title a, .section-container.vertical-tabs > section > [data-section-title] a, .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > [data-section-title] a, .section-container.vertical-tabs > .section > .title a, .section-container.vertical-tabs > [data-section-region] > [data-section-title] a, .section-container.vertical-tabs > [data-section-region] > .title a,
[data-section='vertical-nav'] > section > [data-section-title] a,
[data-section='vertical-nav'] > section > .title a,
[data-section='vertical-nav'] > .section > [data-section-title] a,
[data-section='vertical-nav'] > .section > .title a,
[data-section='vertical-nav'] > [data-section-region] > [data-section-title] a,
[data-section='vertical-nav'] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a, .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a, .section-container.vertical-nav > [data-section-region] > .title a,
[data-section='horizontal-nav'] > section > [data-section-title] a,
[data-section='horizontal-nav'] > section > .title a,
[data-section='horizontal-nav'] > .section > [data-section-title] a,
[data-section='horizontal-nav'] > .section > .title a,
[data-section='horizontal-nav'] > [data-section-region] > [data-section-title] a,
[data-section='horizontal-nav'] > [data-section-region] > .title a, .section-container.horizontal-nav > section > [data-section-title] a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a, .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a, .section-container.horizontal-nav > [data-section-region] > .title a,
[data-section='accordion'] > section > [data-section-title] a,
[data-section='accordion'] > section > .title a,
[data-section='accordion'] > .section > [data-section-title] a,
[data-section='accordion'] > .section > .title a,
[data-section='accordion'] > [data-section-region] > [data-section-title] a,
[data-section='accordion'] > [data-section-region] > .title a, .section-container.accordion > section > [data-section-title] a, .section-container.accordion > section > .title a, .section-container.accordion > .section > [data-section-title] a, .section-container.accordion > .section > .title a, .section-container.accordion > [data-section-region] > [data-section-title] a, .section-container.accordion > [data-section-region] > .title a {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}
[data-section=''] > section > [data-section-content], [data-section=''] > section > .content, [data-section=''] > .section > [data-section-content], [data-section=''] > .section > .content, [data-section=''] > [data-section-region] > [data-section-content], [data-section=''] > [data-section-region] > .content, [data-section='auto'] > section > [data-section-content], [data-section='auto'] > section > .content, [data-section='auto'] > .section > [data-section-content], [data-section='auto'] > .section > .content, [data-section='auto'] > [data-section-region] > [data-section-content], [data-section='auto'] > [data-section-region] > .content, .section-container.auto > section > [data-section-content], .section-container.auto > section > .content, .section-container.auto > .section > [data-section-content], .section-container.auto > .section > .content, .section-container.auto > [data-section-region] > [data-section-content], .section-container.auto > [data-section-region] > .content,
[data-section='vertical-tabs'] > section > [data-section-content],
[data-section='vertical-tabs'] > section > .content,
[data-section='vertical-tabs'] > .section > [data-section-content],
[data-section='vertical-tabs'] > .section > .content,
[data-section='vertical-tabs'] > [data-section-region] > [data-section-content],
[data-section='vertical-tabs'] > [data-section-region] > .content, .section-container.vertical-tabs > section > [data-section-content], .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > [data-section-content], .section-container.vertical-tabs > .section > .content, .section-container.vertical-tabs > [data-section-region] > [data-section-content], .section-container.vertical-tabs > [data-section-region] > .content,
[data-section='vertical-nav'] > section > [data-section-content],
[data-section='vertical-nav'] > section > .content,
[data-section='vertical-nav'] > .section > [data-section-content],
[data-section='vertical-nav'] > .section > .content,
[data-section='vertical-nav'] > [data-section-region] > [data-section-content],
[data-section='vertical-nav'] > [data-section-region] > .content, .section-container.vertical-nav > section > [data-section-content], .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content], .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content], .section-container.vertical-nav > [data-section-region] > .content,
[data-section='horizontal-nav'] > section > [data-section-content],
[data-section='horizontal-nav'] > section > .content,
[data-section='horizontal-nav'] > .section > [data-section-content],
[data-section='horizontal-nav'] > .section > .content,
[data-section='horizontal-nav'] > [data-section-region] > [data-section-content],
[data-section='horizontal-nav'] > [data-section-region] > .content, .section-container.horizontal-nav > section > [data-section-content], .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content], .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content], .section-container.horizontal-nav > [data-section-region] > .content,
[data-section='accordion'] > section > [data-section-content],
[data-section='accordion'] > section > .content,
[data-section='accordion'] > .section > [data-section-content],
[data-section='accordion'] > .section > .content,
[data-section='accordion'] > [data-section-region] > [data-section-content],
[data-section='accordion'] > [data-section-region] > .content, .section-container.accordion > section > [data-section-content], .section-container.accordion > section > .content, .section-container.accordion > .section > [data-section-content], .section-container.accordion > .section > .content, .section-container.accordion > [data-section-region] > [data-section-content], .section-container.accordion > [data-section-region] > .content {
  display: none;
}
[data-section=''] > section.active > [data-section-content], [data-section=''] > section.active > .content, [data-section=''] > .section.active > [data-section-content], [data-section=''] > .section.active > .content, [data-section=''] > [data-section-region].active > [data-section-content], [data-section=''] > [data-section-region].active > .content, [data-section='auto'] > section.active > [data-section-content], [data-section='auto'] > section.active > .content, [data-section='auto'] > .section.active > [data-section-content], [data-section='auto'] > .section.active > .content, [data-section='auto'] > [data-section-region].active > [data-section-content], [data-section='auto'] > [data-section-region].active > .content, .section-container.auto > section.active > [data-section-content], .section-container.auto > section.active > .content, .section-container.auto > .section.active > [data-section-content], .section-container.auto > .section.active > .content, .section-container.auto > [data-section-region].active > [data-section-content], .section-container.auto > [data-section-region].active > .content,
[data-section='vertical-tabs'] > section.active > [data-section-content],
[data-section='vertical-tabs'] > section.active > .content,
[data-section='vertical-tabs'] > .section.active > [data-section-content],
[data-section='vertical-tabs'] > .section.active > .content,
[data-section='vertical-tabs'] > [data-section-region].active > [data-section-content],
[data-section='vertical-tabs'] > [data-section-region].active > .content, .section-container.vertical-tabs > section.active > [data-section-content], .section-container.vertical-tabs > section.active > .content, .section-container.vertical-tabs > .section.active > [data-section-content], .section-container.vertical-tabs > .section.active > .content, .section-container.vertical-tabs > [data-section-region].active > [data-section-content], .section-container.vertical-tabs > [data-section-region].active > .content,
[data-section='vertical-nav'] > section.active > [data-section-content],
[data-section='vertical-nav'] > section.active > .content,
[data-section='vertical-nav'] > .section.active > [data-section-content],
[data-section='vertical-nav'] > .section.active > .content,
[data-section='vertical-nav'] > [data-section-region].active > [data-section-content],
[data-section='vertical-nav'] > [data-section-region].active > .content, .section-container.vertical-nav > section.active > [data-section-content], .section-container.vertical-nav > section.active > .content, .section-container.vertical-nav > .section.active > [data-section-content], .section-container.vertical-nav > .section.active > .content, .section-container.vertical-nav > [data-section-region].active > [data-section-content], .section-container.vertical-nav > [data-section-region].active > .content,
[data-section='horizontal-nav'] > section.active > [data-section-content],
[data-section='horizontal-nav'] > section.active > .content,
[data-section='horizontal-nav'] > .section.active > [data-section-content],
[data-section='horizontal-nav'] > .section.active > .content,
[data-section='horizontal-nav'] > [data-section-region].active > [data-section-content],
[data-section='horizontal-nav'] > [data-section-region].active > .content, .section-container.horizontal-nav > section.active > [data-section-content], .section-container.horizontal-nav > section.active > .content, .section-container.horizontal-nav > .section.active > [data-section-content], .section-container.horizontal-nav > .section.active > .content, .section-container.horizontal-nav > [data-section-region].active > [data-section-content], .section-container.horizontal-nav > [data-section-region].active > .content,
[data-section='accordion'] > section.active > [data-section-content],
[data-section='accordion'] > section.active > .content,
[data-section='accordion'] > .section.active > [data-section-content],
[data-section='accordion'] > .section.active > .content,
[data-section='accordion'] > [data-section-region].active > [data-section-content],
[data-section='accordion'] > [data-section-region].active > .content, .section-container.accordion > section.active > [data-section-content], .section-container.accordion > section.active > .content, .section-container.accordion > .section.active > [data-section-content], .section-container.accordion > .section.active > .content, .section-container.accordion > [data-section-region].active > [data-section-content], .section-container.accordion > [data-section-region].active > .content {
  display: block;
}
[data-section=''] > section:not(.active), [data-section=''] > .section:not(.active), [data-section=''] > [data-section-region]:not(.active), [data-section='auto'] > section:not(.active), [data-section='auto'] > .section:not(.active), [data-section='auto'] > [data-section-region]:not(.active), .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active), .section-container.auto > [data-section-region]:not(.active),
[data-section='vertical-tabs'] > section:not(.active),
[data-section='vertical-tabs'] > .section:not(.active),
[data-section='vertical-tabs'] > [data-section-region]:not(.active), .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active), .section-container.vertical-tabs > [data-section-region]:not(.active),
[data-section='vertical-nav'] > section:not(.active),
[data-section='vertical-nav'] > .section:not(.active),
[data-section='vertical-nav'] > [data-section-region]:not(.active), .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active), .section-container.vertical-nav > [data-section-region]:not(.active),
[data-section='horizontal-nav'] > section:not(.active),
[data-section='horizontal-nav'] > .section:not(.active),
[data-section='horizontal-nav'] > [data-section-region]:not(.active), .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active), .section-container.horizontal-nav > [data-section-region]:not(.active),
[data-section='accordion'] > section:not(.active),
[data-section='accordion'] > .section:not(.active),
[data-section='accordion'] > [data-section-region]:not(.active), .section-container.accordion > section:not(.active), .section-container.accordion > .section:not(.active), .section-container.accordion > [data-section-region]:not(.active) {
  padding: 0 !important;
}
[data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title,
[data-section='vertical-tabs'] > section > [data-section-title],
[data-section='vertical-tabs'] > section > .title,
[data-section='vertical-tabs'] > .section > [data-section-title],
[data-section='vertical-tabs'] > .section > .title,
[data-section='vertical-tabs'] > [data-section-region] > [data-section-title],
[data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title,
[data-section='vertical-nav'] > section > [data-section-title],
[data-section='vertical-nav'] > section > .title,
[data-section='vertical-nav'] > .section > [data-section-title],
[data-section='vertical-nav'] > .section > .title,
[data-section='vertical-nav'] > [data-section-region] > [data-section-title],
[data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title,
[data-section='horizontal-nav'] > section > [data-section-title],
[data-section='horizontal-nav'] > section > .title,
[data-section='horizontal-nav'] > .section > [data-section-title],
[data-section='horizontal-nav'] > .section > .title,
[data-section='horizontal-nav'] > [data-section-region] > [data-section-title],
[data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title,
[data-section='accordion'] > section > [data-section-title],
[data-section='accordion'] > section > .title,
[data-section='accordion'] > .section > [data-section-title],
[data-section='accordion'] > .section > .title,
[data-section='accordion'] > [data-section-region] > [data-section-title],
[data-section='accordion'] > [data-section-region] > .title, .section-container.accordion > section > [data-section-title], .section-container.accordion > section > .title, .section-container.accordion > .section > [data-section-title], .section-container.accordion > .section > .title, .section-container.accordion > [data-section-region] > [data-section-title], .section-container.accordion > [data-section-region] > .title {
  width: 100%;
}

.section-container.auto,
.section-container.vertical-tabs,
.section-container.vertical-nav,
.section-container.horizontal-nav,
.section-container.accordion {
  border-top: 1px solid #cccccc;
}
.section-container.auto > section > .title, .section-container.auto > .section > .title,
.section-container.vertical-tabs > section > .title,
.section-container.vertical-tabs > .section > .title,
.section-container.vertical-nav > section > .title,
.section-container.vertical-nav > .section > .title,
.section-container.horizontal-nav > section > .title,
.section-container.horizontal-nav > .section > .title,
.section-container.accordion > section > .title,
.section-container.accordion > .section > .title {
  background-color: #efefef;
  cursor: pointer;
  border: solid 1px #cccccc;
}
.section-container.auto > section > .title a, .section-container.auto > .section > .title a,
.section-container.vertical-tabs > section > .title a,
.section-container.vertical-tabs > .section > .title a,
.section-container.vertical-nav > section > .title a,
.section-container.vertical-nav > .section > .title a,
.section-container.horizontal-nav > section > .title a,
.section-container.horizontal-nav > .section > .title a,
.section-container.accordion > section > .title a,
.section-container.accordion > .section > .title a {
  padding: 0.9375em;
  color: #333333;
  font-size: 0.875em;
  background: none;
}
.section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover,
.section-container.vertical-tabs > section > .title:hover,
.section-container.vertical-tabs > .section > .title:hover,
.section-container.vertical-nav > section > .title:hover,
.section-container.vertical-nav > .section > .title:hover,
.section-container.horizontal-nav > section > .title:hover,
.section-container.horizontal-nav > .section > .title:hover,
.section-container.accordion > section > .title:hover,
.section-container.accordion > .section > .title:hover {
  background-color: #e2e2e2;
}
.section-container.auto > section > .content, .section-container.auto > .section > .content,
.section-container.vertical-tabs > section > .content,
.section-container.vertical-tabs > .section > .content,
.section-container.vertical-nav > section > .content,
.section-container.vertical-nav > .section > .content,
.section-container.horizontal-nav > section > .content,
.section-container.horizontal-nav > .section > .content,
.section-container.accordion > section > .content,
.section-container.accordion > .section > .content {
  padding: 0.9375em;
  background-color: white;
  border: solid 1px #cccccc;
}
.section-container.auto > section > .content > *:last-child, .section-container.auto > .section > .content > *:last-child,
.section-container.vertical-tabs > section > .content > *:last-child,
.section-container.vertical-tabs > .section > .content > *:last-child,
.section-container.vertical-nav > section > .content > *:last-child,
.section-container.vertical-nav > .section > .content > *:last-child,
.section-container.horizontal-nav > section > .content > *:last-child,
.section-container.horizontal-nav > .section > .content > *:last-child,
.section-container.accordion > section > .content > *:last-child,
.section-container.accordion > .section > .content > *:last-child {
  margin-bottom: 0;
}
.section-container.auto > section > .content > *:first-child, .section-container.auto > .section > .content > *:first-child,
.section-container.vertical-tabs > section > .content > *:first-child,
.section-container.vertical-tabs > .section > .content > *:first-child,
.section-container.vertical-nav > section > .content > *:first-child,
.section-container.vertical-nav > .section > .content > *:first-child,
.section-container.horizontal-nav > section > .content > *:first-child,
.section-container.horizontal-nav > .section > .content > *:first-child,
.section-container.accordion > section > .content > *:first-child,
.section-container.accordion > .section > .content > *:first-child {
  padding-top: 0;
}
.section-container.auto > section > .content > *:last-child:not(.flex-video), .section-container.auto > .section > .content > *:last-child:not(.flex-video),
.section-container.vertical-tabs > section > .content > *:last-child:not(.flex-video),
.section-container.vertical-tabs > .section > .content > *:last-child:not(.flex-video),
.section-container.vertical-nav > section > .content > *:last-child:not(.flex-video),
.section-container.vertical-nav > .section > .content > *:last-child:not(.flex-video),
.section-container.horizontal-nav > section > .content > *:last-child:not(.flex-video),
.section-container.horizontal-nav > .section > .content > *:last-child:not(.flex-video),
.section-container.accordion > section > .content > *:last-child:not(.flex-video),
.section-container.accordion > .section > .content > *:last-child:not(.flex-video) {
  padding-bottom: 0;
}
.section-container.auto > section.active > .title, .section-container.auto > .section.active > .title,
.section-container.vertical-tabs > section.active > .title,
.section-container.vertical-tabs > .section.active > .title,
.section-container.vertical-nav > section.active > .title,
.section-container.vertical-nav > .section.active > .title,
.section-container.horizontal-nav > section.active > .title,
.section-container.horizontal-nav > .section.active > .title,
.section-container.accordion > section.active > .title,
.section-container.accordion > .section.active > .title {
  background: #d5d5d5;
}
.section-container.auto > section.active > .title a, .section-container.auto > .section.active > .title a,
.section-container.vertical-tabs > section.active > .title a,
.section-container.vertical-tabs > .section.active > .title a,
.section-container.vertical-nav > section.active > .title a,
.section-container.vertical-nav > .section.active > .title a,
.section-container.horizontal-nav > section.active > .title a,
.section-container.horizontal-nav > .section.active > .title a,
.section-container.accordion > section.active > .title a,
.section-container.accordion > .section.active > .title a {
  color: #333333;
}
.section-container.auto > section:not(.active), .section-container.auto > .section:not(.active),
.section-container.vertical-tabs > section:not(.active),
.section-container.vertical-tabs > .section:not(.active),
.section-container.vertical-nav > section:not(.active),
.section-container.vertical-nav > .section:not(.active),
.section-container.horizontal-nav > section:not(.active),
.section-container.horizontal-nav > .section:not(.active),
.section-container.accordion > section:not(.active),
.section-container.accordion > .section:not(.active) {
  padding: 0 !important;
}
.section-container.auto > section > .title, .section-container.auto > .section > .title,
.section-container.vertical-tabs > section > .title,
.section-container.vertical-tabs > .section > .title,
.section-container.vertical-nav > section > .title,
.section-container.vertical-nav > .section > .title,
.section-container.horizontal-nav > section > .title,
.section-container.horizontal-nav > .section > .title,
.section-container.accordion > section > .title,
.section-container.accordion > .section > .title {
  border-top: none;
}

[data-section='tabs'], .section-container.tabs {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 1.25em;
}
[data-section='tabs']:not([data-section-resized]):not([data-section-small-style]), .section-container.tabs:not([data-section-resized]):not([data-section-small-style]) {
  visibility: hidden;
}
[data-section='tabs'] > section > [data-section-title], [data-section='tabs'] > section > .title, [data-section='tabs'] > .section > [data-section-title], [data-section='tabs'] > .section > .title, [data-section='tabs'] > [data-section-region] > [data-section-title], [data-section='tabs'] > [data-section-region] > .title, .section-container.tabs > section > [data-section-title], .section-container.tabs > section > .title, .section-container.tabs > .section > [data-section-title], .section-container.tabs > .section > .title, .section-container.tabs > [data-section-region] > [data-section-title], .section-container.tabs > [data-section-region] > .title {
  margin-bottom: 0;
}
[data-section='tabs'] > section > [data-section-title] a, [data-section='tabs'] > section > .title a, [data-section='tabs'] > .section > [data-section-title] a, [data-section='tabs'] > .section > .title a, [data-section='tabs'] > [data-section-region] > [data-section-title] a, [data-section='tabs'] > [data-section-region] > .title a, .section-container.tabs > section > [data-section-title] a, .section-container.tabs > section > .title a, .section-container.tabs > .section > [data-section-title] a, .section-container.tabs > .section > .title a, .section-container.tabs > [data-section-region] > [data-section-title] a, .section-container.tabs > [data-section-region] > .title a {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}
[data-section='tabs'] > section > [data-section-content], [data-section='tabs'] > section > .content, [data-section='tabs'] > .section > [data-section-content], [data-section='tabs'] > .section > .content, [data-section='tabs'] > [data-section-region] > [data-section-content], [data-section='tabs'] > [data-section-region] > .content, .section-container.tabs > section > [data-section-content], .section-container.tabs > section > .content, .section-container.tabs > .section > [data-section-content], .section-container.tabs > .section > .content, .section-container.tabs > [data-section-region] > [data-section-content], .section-container.tabs > [data-section-region] > .content {
  display: none;
}
[data-section='tabs'] > section.active > [data-section-content], [data-section='tabs'] > section.active > .content, [data-section='tabs'] > .section.active > [data-section-content], [data-section='tabs'] > .section.active > .content, [data-section='tabs'] > [data-section-region].active > [data-section-content], [data-section='tabs'] > [data-section-region].active > .content, .section-container.tabs > section.active > [data-section-content], .section-container.tabs > section.active > .content, .section-container.tabs > .section.active > [data-section-content], .section-container.tabs > .section.active > .content, .section-container.tabs > [data-section-region].active > [data-section-content], .section-container.tabs > [data-section-region].active > .content {
  display: block;
}
[data-section='tabs'] > section:not(.active), [data-section='tabs'] > .section:not(.active), [data-section='tabs'] > [data-section-region]:not(.active), .section-container.tabs > section:not(.active), .section-container.tabs > .section:not(.active), .section-container.tabs > [data-section-region]:not(.active) {
  padding: 0 !important;
}
[data-section='tabs'] > section > [data-section-title], [data-section='tabs'] > section > .title, [data-section='tabs'] > .section > [data-section-title], [data-section='tabs'] > .section > .title, [data-section='tabs'] > [data-section-region] > [data-section-title], [data-section='tabs'] > [data-section-region] > .title, .section-container.tabs > section > [data-section-title], .section-container.tabs > section > .title, .section-container.tabs > .section > [data-section-title], .section-container.tabs > .section > .title, .section-container.tabs > [data-section-region] > [data-section-title], .section-container.tabs > [data-section-region] > .title {
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.section-container.tabs {
  border: none;
}
.section-container.tabs > section > .title, .section-container.tabs > .section > .title {
  background-color: #efefef;
  cursor: pointer;
  border: solid 1px #cccccc;
}
.section-container.tabs > section > .title a, .section-container.tabs > .section > .title a {
  padding: 0.9375em;
  color: #333333;
  font-size: 0.875em;
  background: none;
}
.section-container.tabs > section > .title:hover, .section-container.tabs > .section > .title:hover {
  background-color: #e2e2e2;
}
.section-container.tabs > section > .content, .section-container.tabs > .section > .content {
  padding: 0.9375em;
  background-color: white;
  border: solid 1px #cccccc;
}
.section-container.tabs > section > .content > *:last-child, .section-container.tabs > .section > .content > *:last-child {
  margin-bottom: 0;
}
.section-container.tabs > section > .content > *:first-child, .section-container.tabs > .section > .content > *:first-child {
  padding-top: 0;
}
.section-container.tabs > section > .content > *:last-child:not(.flex-video), .section-container.tabs > .section > .content > *:last-child:not(.flex-video) {
  padding-bottom: 0;
}
.section-container.tabs > section.active > .title, .section-container.tabs > .section.active > .title {
  background: white;
}
.section-container.tabs > section.active > .title a, .section-container.tabs > .section.active > .title a {
  color: #333333;
}
.section-container.tabs > section:not(.active), .section-container.tabs > .section:not(.active) {
  padding: 0 !important;
}
.section-container.tabs > section.active > .title, .section-container.tabs > .section.active > .title {
  border-bottom: 0;
}

@media only screen and (min-width: 768px) {
  [data-section=''], [data-section='auto'], .section-container.auto {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em;
  }
  [data-section='']:not([data-section-resized]):not([data-section-small-style]), [data-section='auto']:not([data-section-resized]):not([data-section-small-style]), .section-container.auto:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden;
  }
  [data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title {
    margin-bottom: 0;
  }
  [data-section=''] > section > [data-section-title] a, [data-section=''] > section > .title a, [data-section=''] > .section > [data-section-title] a, [data-section=''] > .section > .title a, [data-section=''] > [data-section-region] > [data-section-title] a, [data-section=''] > [data-section-region] > .title a, [data-section='auto'] > section > [data-section-title] a, [data-section='auto'] > section > .title a, [data-section='auto'] > .section > [data-section-title] a, [data-section='auto'] > .section > .title a, [data-section='auto'] > [data-section-region] > [data-section-title] a, [data-section='auto'] > [data-section-region] > .title a, .section-container.auto > section > [data-section-title] a, .section-container.auto > section > .title a, .section-container.auto > .section > [data-section-title] a, .section-container.auto > .section > .title a, .section-container.auto > [data-section-region] > [data-section-title] a, .section-container.auto > [data-section-region] > .title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
  }
  [data-section=''] > section > [data-section-content], [data-section=''] > section > .content, [data-section=''] > .section > [data-section-content], [data-section=''] > .section > .content, [data-section=''] > [data-section-region] > [data-section-content], [data-section=''] > [data-section-region] > .content, [data-section='auto'] > section > [data-section-content], [data-section='auto'] > section > .content, [data-section='auto'] > .section > [data-section-content], [data-section='auto'] > .section > .content, [data-section='auto'] > [data-section-region] > [data-section-content], [data-section='auto'] > [data-section-region] > .content, .section-container.auto > section > [data-section-content], .section-container.auto > section > .content, .section-container.auto > .section > [data-section-content], .section-container.auto > .section > .content, .section-container.auto > [data-section-region] > [data-section-content], .section-container.auto > [data-section-region] > .content {
    display: none;
  }
  [data-section=''] > section.active > [data-section-content], [data-section=''] > section.active > .content, [data-section=''] > .section.active > [data-section-content], [data-section=''] > .section.active > .content, [data-section=''] > [data-section-region].active > [data-section-content], [data-section=''] > [data-section-region].active > .content, [data-section='auto'] > section.active > [data-section-content], [data-section='auto'] > section.active > .content, [data-section='auto'] > .section.active > [data-section-content], [data-section='auto'] > .section.active > .content, [data-section='auto'] > [data-section-region].active > [data-section-content], [data-section='auto'] > [data-section-region].active > .content, .section-container.auto > section.active > [data-section-content], .section-container.auto > section.active > .content, .section-container.auto > .section.active > [data-section-content], .section-container.auto > .section.active > .content, .section-container.auto > [data-section-region].active > [data-section-content], .section-container.auto > [data-section-region].active > .content {
    display: block;
  }
  [data-section=''] > section:not(.active), [data-section=''] > .section:not(.active), [data-section=''] > [data-section-region]:not(.active), [data-section='auto'] > section:not(.active), [data-section='auto'] > .section:not(.active), [data-section='auto'] > [data-section-region]:not(.active), .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active), .section-container.auto > [data-section-region]:not(.active) {
    padding: 0 !important;
  }
  [data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title {
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
  }

  .section-container.auto {
    border: none;
  }
  .section-container.auto > section > .title, .section-container.auto > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #cccccc;
  }
  .section-container.auto > section > .title a, .section-container.auto > .section > .title a {
    padding: 0.9375em;
    color: #333333;
    font-size: 0.875em;
    background: none;
  }
  .section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover {
    background-color: #e2e2e2;
  }
  .section-container.auto > section > .content, .section-container.auto > .section > .content {
    padding: 0.9375em;
    background-color: white;
    border: solid 1px #cccccc;
  }
  .section-container.auto > section > .content > *:last-child, .section-container.auto > .section > .content > *:last-child {
    margin-bottom: 0;
  }
  .section-container.auto > section > .content > *:first-child, .section-container.auto > .section > .content > *:first-child {
    padding-top: 0;
  }
  .section-container.auto > section > .content > *:last-child:not(.flex-video), .section-container.auto > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }
  .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
    background: white;
  }
  .section-container.auto > section.active > .title a, .section-container.auto > .section.active > .title a {
    color: #333333;
  }
  .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active) {
    padding: 0 !important;
  }
  .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
    border-bottom: 0;
  }

  [data-section='vertical-tabs'], .section-container.vertical-tabs {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em;
  }
  [data-section='vertical-tabs']:not([data-section-resized]):not([data-section-small-style]), .section-container.vertical-tabs:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden;
  }
  [data-section='vertical-tabs'][data-section-small-style], .section-container.vertical-tabs[data-section-small-style] {
    width: 100% !important;
  }
  [data-section='vertical-tabs'][data-section-small-style] > [data-section-region], [data-section='vertical-tabs'][data-section-small-style] > section, [data-section='vertical-tabs'][data-section-small-style] > .section, .section-container.vertical-tabs[data-section-small-style] > [data-section-region], .section-container.vertical-tabs[data-section-small-style] > section, .section-container.vertical-tabs[data-section-small-style] > .section {
    padding: 0 !important;
    margin: 0 !important;
  }
  [data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > .title, [data-section='vertical-tabs'][data-section-small-style] > section > [data-section-title], [data-section='vertical-tabs'][data-section-small-style] > section > .title, [data-section='vertical-tabs'][data-section-small-style] > .section > [data-section-title], [data-section='vertical-tabs'][data-section-small-style] > .section > .title, .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-tabs[data-section-small-style] > section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > section > .title, .section-container.vertical-tabs[data-section-small-style] > .section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > .section > .title {
    width: 100% !important;
  }
  [data-section='vertical-tabs'] > section > [data-section-title], [data-section='vertical-tabs'] > section > .title, [data-section='vertical-tabs'] > .section > [data-section-title], [data-section='vertical-tabs'] > .section > .title, [data-section='vertical-tabs'] > [data-section-region] > [data-section-title], [data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title {
    margin-bottom: 0;
  }
  [data-section='vertical-tabs'] > section > [data-section-title] a, [data-section='vertical-tabs'] > section > .title a, [data-section='vertical-tabs'] > .section > [data-section-title] a, [data-section='vertical-tabs'] > .section > .title a, [data-section='vertical-tabs'] > [data-section-region] > [data-section-title] a, [data-section='vertical-tabs'] > [data-section-region] > .title a, .section-container.vertical-tabs > section > [data-section-title] a, .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > [data-section-title] a, .section-container.vertical-tabs > .section > .title a, .section-container.vertical-tabs > [data-section-region] > [data-section-title] a, .section-container.vertical-tabs > [data-section-region] > .title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
  }
  [data-section='vertical-tabs'] > section > [data-section-content], [data-section='vertical-tabs'] > section > .content, [data-section='vertical-tabs'] > .section > [data-section-content], [data-section='vertical-tabs'] > .section > .content, [data-section='vertical-tabs'] > [data-section-region] > [data-section-content], [data-section='vertical-tabs'] > [data-section-region] > .content, .section-container.vertical-tabs > section > [data-section-content], .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > [data-section-content], .section-container.vertical-tabs > .section > .content, .section-container.vertical-tabs > [data-section-region] > [data-section-content], .section-container.vertical-tabs > [data-section-region] > .content {
    display: none;
  }
  [data-section='vertical-tabs'] > section.active > [data-section-content], [data-section='vertical-tabs'] > section.active > .content, [data-section='vertical-tabs'] > .section.active > [data-section-content], [data-section='vertical-tabs'] > .section.active > .content, [data-section='vertical-tabs'] > [data-section-region].active > [data-section-content], [data-section='vertical-tabs'] > [data-section-region].active > .content, .section-container.vertical-tabs > section.active > [data-section-content], .section-container.vertical-tabs > section.active > .content, .section-container.vertical-tabs > .section.active > [data-section-content], .section-container.vertical-tabs > .section.active > .content, .section-container.vertical-tabs > [data-section-region].active > [data-section-content], .section-container.vertical-tabs > [data-section-region].active > .content {
    display: block;
  }
  [data-section='vertical-tabs'] > section:not(.active), [data-section='vertical-tabs'] > .section:not(.active), [data-section='vertical-tabs'] > [data-section-region]:not(.active), .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active), .section-container.vertical-tabs > [data-section-region]:not(.active) {
    padding: 0 !important;
  }
  [data-section='vertical-tabs'] > section > [data-section-title], [data-section='vertical-tabs'] > section > .title, [data-section='vertical-tabs'] > .section > [data-section-title], [data-section='vertical-tabs'] > .section > .title, [data-section='vertical-tabs'] > [data-section-region] > [data-section-title], [data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title {
    position: absolute;
    top: 0;
    left: 0;
    width: 12.5em;
  }
  [data-section='vertical-tabs'] > section.active, [data-section='vertical-tabs'] > .section.active, [data-section='vertical-tabs'] > [data-section-region].active, .section-container.vertical-tabs > section.active, .section-container.vertical-tabs > .section.active, .section-container.vertical-tabs > [data-section-region].active {
    padding-left: 12.5em;
  }
  [data-section='vertical-tabs'] > section.active > [data-section-title], [data-section='vertical-tabs'] > section.active > .title, [data-section='vertical-tabs'] > .section.active > [data-section-title], [data-section='vertical-tabs'] > .section.active > .title, [data-section='vertical-tabs'] > [data-section-region].active > [data-section-title], [data-section='vertical-tabs'] > [data-section-region].active > .title, .section-container.vertical-tabs > section.active > [data-section-title], .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > [data-section-title], .section-container.vertical-tabs > .section.active > .title, .section-container.vertical-tabs > [data-section-region].active > [data-section-title], .section-container.vertical-tabs > [data-section-region].active > .title {
    width: 12.5em;
  }

  .section-container.vertical-tabs {
    border: none;
  }
  .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #cccccc;
  }
  .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > .title a {
    padding: 0.9375em;
    color: #333333;
    font-size: 0.875em;
    background: none;
  }
  .section-container.vertical-tabs > section > .title:hover, .section-container.vertical-tabs > .section > .title:hover {
    background-color: #e2e2e2;
  }
  .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > .content {
    padding: 0.9375em;
    background-color: white;
    border: solid 1px #cccccc;
  }
  .section-container.vertical-tabs > section > .content > *:last-child, .section-container.vertical-tabs > .section > .content > *:last-child {
    margin-bottom: 0;
  }
  .section-container.vertical-tabs > section > .content > *:first-child, .section-container.vertical-tabs > .section > .content > *:first-child {
    padding-top: 0;
  }
  .section-container.vertical-tabs > section > .content > *:last-child:not(.flex-video), .section-container.vertical-tabs > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }
  .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > .title {
    background: #d5d5d5;
  }
  .section-container.vertical-tabs > section.active > .title a, .section-container.vertical-tabs > .section.active > .title a {
    color: #333333;
  }
  .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active) {
    padding: 0 !important;
  }
  .section-container.vertical-tabs > section.active, .section-container.vertical-tabs > .section.active {
    padding-left: 12.4375em;
  }
  .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > .title {
    background-color: #d5d5d5;
  }

  [data-section='vertical-nav'], .section-container.vertical-nav {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em;
  }
  [data-section='vertical-nav']:not([data-section-resized]):not([data-section-small-style]), .section-container.vertical-nav:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden;
  }
  [data-section='vertical-nav'][data-section-small-style], .section-container.vertical-nav[data-section-small-style] {
    width: 100% !important;
  }
  [data-section='vertical-nav'][data-section-small-style] > [data-section-region], [data-section='vertical-nav'][data-section-small-style] > section, [data-section='vertical-nav'][data-section-small-style] > .section, .section-container.vertical-nav[data-section-small-style] > [data-section-region], .section-container.vertical-nav[data-section-small-style] > section, .section-container.vertical-nav[data-section-small-style] > .section {
    padding: 0 !important;
    margin: 0 !important;
  }
  [data-section='vertical-nav'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='vertical-nav'][data-section-small-style] > [data-section-region] > .title, [data-section='vertical-nav'][data-section-small-style] > section > [data-section-title], [data-section='vertical-nav'][data-section-small-style] > section > .title, [data-section='vertical-nav'][data-section-small-style] > .section > [data-section-title], [data-section='vertical-nav'][data-section-small-style] > .section > .title, .section-container.vertical-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-nav[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-nav[data-section-small-style] > section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > section > .title, .section-container.vertical-nav[data-section-small-style] > .section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > .section > .title {
    width: 100% !important;
  }
  [data-section='vertical-nav'] > section, [data-section='vertical-nav'] > .section, [data-section='vertical-nav'] > [data-section-region], .section-container.vertical-nav > section, .section-container.vertical-nav > .section, .section-container.vertical-nav > [data-section-region] {
    position: relative;
    display: inline-block;
  }
  [data-section='vertical-nav'] > section > [data-section-title], [data-section='vertical-nav'] > section > .title, [data-section='vertical-nav'] > .section > [data-section-title], [data-section='vertical-nav'] > .section > .title, [data-section='vertical-nav'] > [data-section-region] > [data-section-title], [data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title {
    margin-bottom: 0;
  }
  [data-section='vertical-nav'] > section > [data-section-title] a, [data-section='vertical-nav'] > section > .title a, [data-section='vertical-nav'] > .section > [data-section-title] a, [data-section='vertical-nav'] > .section > .title a, [data-section='vertical-nav'] > [data-section-region] > [data-section-title] a, [data-section='vertical-nav'] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a, .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a, .section-container.vertical-nav > [data-section-region] > .title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
  }
  [data-section='vertical-nav'] > section > [data-section-content], [data-section='vertical-nav'] > section > .content, [data-section='vertical-nav'] > .section > [data-section-content], [data-section='vertical-nav'] > .section > .content, [data-section='vertical-nav'] > [data-section-region] > [data-section-content], [data-section='vertical-nav'] > [data-section-region] > .content, .section-container.vertical-nav > section > [data-section-content], .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content], .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content], .section-container.vertical-nav > [data-section-region] > .content {
    display: none;
  }
  [data-section='vertical-nav'] > section.active > [data-section-content], [data-section='vertical-nav'] > section.active > .content, [data-section='vertical-nav'] > .section.active > [data-section-content], [data-section='vertical-nav'] > .section.active > .content, [data-section='vertical-nav'] > [data-section-region].active > [data-section-content], [data-section='vertical-nav'] > [data-section-region].active > .content, .section-container.vertical-nav > section.active > [data-section-content], .section-container.vertical-nav > section.active > .content, .section-container.vertical-nav > .section.active > [data-section-content], .section-container.vertical-nav > .section.active > .content, .section-container.vertical-nav > [data-section-region].active > [data-section-content], .section-container.vertical-nav > [data-section-region].active > .content {
    display: block;
  }
  [data-section='vertical-nav'] > section:not(.active), [data-section='vertical-nav'] > .section:not(.active), [data-section='vertical-nav'] > [data-section-region]:not(.active), .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active), .section-container.vertical-nav > [data-section-region]:not(.active) {
    padding: 0 !important;
  }
  [data-section='vertical-nav'] > section > [data-section-title], [data-section='vertical-nav'] > section > .title, [data-section='vertical-nav'] > .section > [data-section-title], [data-section='vertical-nav'] > .section > .title, [data-section='vertical-nav'] > [data-section-region] > [data-section-title], [data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title {
    position: static;
    width: auto;
  }
  [data-section='vertical-nav'] > section > [data-section-title] a, [data-section='vertical-nav'] > section > .title a, [data-section='vertical-nav'] > .section > [data-section-title] a, [data-section='vertical-nav'] > .section > .title a, [data-section='vertical-nav'] > [data-section-region] > [data-section-title] a, [data-section='vertical-nav'] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a, .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a, .section-container.vertical-nav > [data-section-region] > .title a {
    display: block;
  }
  [data-section='vertical-nav'] > section > [data-section-content], [data-section='vertical-nav'] > section > .content, [data-section='vertical-nav'] > .section > [data-section-content], [data-section='vertical-nav'] > .section > .content, [data-section='vertical-nav'] > [data-section-region] > [data-section-content], [data-section='vertical-nav'] > [data-section-region] > .content, .section-container.vertical-nav > section > [data-section-content], .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content], .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content], .section-container.vertical-nav > [data-section-region] > .content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    min-width: 12.5em;
  }

  .section-container.vertical-nav {
    border: none;
  }
  .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #cccccc;
  }
  .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > .title a {
    padding: 0.9375em;
    color: #333333;
    font-size: 0.875em;
    background: none;
  }
  .section-container.vertical-nav > section > .title:hover, .section-container.vertical-nav > .section > .title:hover {
    background-color: #e2e2e2;
  }
  .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > .content {
    padding: 0.9375em;
    background-color: white;
    border: solid 1px #cccccc;
  }
  .section-container.vertical-nav > section > .content > *:last-child, .section-container.vertical-nav > .section > .content > *:last-child {
    margin-bottom: 0;
  }
  .section-container.vertical-nav > section > .content > *:first-child, .section-container.vertical-nav > .section > .content > *:first-child {
    padding-top: 0;
  }
  .section-container.vertical-nav > section > .content > *:last-child:not(.flex-video), .section-container.vertical-nav > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }
  .section-container.vertical-nav > section.active > .title, .section-container.vertical-nav > .section.active > .title {
    background: #d5d5d5;
  }
  .section-container.vertical-nav > section.active > .title a, .section-container.vertical-nav > .section.active > .title a {
    color: #333333;
  }
  .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active) {
    padding: 0 !important;
  }

  [data-section='horizontal-nav'], .section-container.horizontal-nav {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em;
  }
  [data-section='horizontal-nav']:not([data-section-resized]):not([data-section-small-style]), .section-container.horizontal-nav:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden;
  }
  [data-section='horizontal-nav'][data-section-small-style], .section-container.horizontal-nav[data-section-small-style] {
    width: 100% !important;
  }
  [data-section='horizontal-nav'][data-section-small-style] > [data-section-region], [data-section='horizontal-nav'][data-section-small-style] > section, [data-section='horizontal-nav'][data-section-small-style] > .section, .section-container.horizontal-nav[data-section-small-style] > [data-section-region], .section-container.horizontal-nav[data-section-small-style] > section, .section-container.horizontal-nav[data-section-small-style] > .section {
    padding: 0 !important;
    margin: 0 !important;
  }
  [data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > .title, [data-section='horizontal-nav'][data-section-small-style] > section > [data-section-title], [data-section='horizontal-nav'][data-section-small-style] > section > .title, [data-section='horizontal-nav'][data-section-small-style] > .section > [data-section-title], [data-section='horizontal-nav'][data-section-small-style] > .section > .title, .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > .title, .section-container.horizontal-nav[data-section-small-style] > section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > section > .title, .section-container.horizontal-nav[data-section-small-style] > .section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > .section > .title {
    width: 100% !important;
  }
  [data-section='horizontal-nav'] > section, [data-section='horizontal-nav'] > .section, [data-section='horizontal-nav'] > [data-section-region], .section-container.horizontal-nav > section, .section-container.horizontal-nav > .section, .section-container.horizontal-nav > [data-section-region] {
    position: relative;
    float: left;
  }
  [data-section='horizontal-nav'] > section > [data-section-title], [data-section='horizontal-nav'] > section > .title, [data-section='horizontal-nav'] > .section > [data-section-title], [data-section='horizontal-nav'] > .section > .title, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title], [data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title {
    margin-bottom: 0;
  }
  [data-section='horizontal-nav'] > section > [data-section-title] a, [data-section='horizontal-nav'] > section > .title a, [data-section='horizontal-nav'] > .section > [data-section-title] a, [data-section='horizontal-nav'] > .section > .title a, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title] a, [data-section='horizontal-nav'] > [data-section-region] > .title a, .section-container.horizontal-nav > section > [data-section-title] a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a, .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a, .section-container.horizontal-nav > [data-section-region] > .title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
  }
  [data-section='horizontal-nav'] > section > [data-section-content], [data-section='horizontal-nav'] > section > .content, [data-section='horizontal-nav'] > .section > [data-section-content], [data-section='horizontal-nav'] > .section > .content, [data-section='horizontal-nav'] > [data-section-region] > [data-section-content], [data-section='horizontal-nav'] > [data-section-region] > .content, .section-container.horizontal-nav > section > [data-section-content], .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content], .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content], .section-container.horizontal-nav > [data-section-region] > .content {
    display: none;
  }
  [data-section='horizontal-nav'] > section.active > [data-section-content], [data-section='horizontal-nav'] > section.active > .content, [data-section='horizontal-nav'] > .section.active > [data-section-content], [data-section='horizontal-nav'] > .section.active > .content, [data-section='horizontal-nav'] > [data-section-region].active > [data-section-content], [data-section='horizontal-nav'] > [data-section-region].active > .content, .section-container.horizontal-nav > section.active > [data-section-content], .section-container.horizontal-nav > section.active > .content, .section-container.horizontal-nav > .section.active > [data-section-content], .section-container.horizontal-nav > .section.active > .content, .section-container.horizontal-nav > [data-section-region].active > [data-section-content], .section-container.horizontal-nav > [data-section-region].active > .content {
    display: block;
  }
  [data-section='horizontal-nav'] > section:not(.active), [data-section='horizontal-nav'] > .section:not(.active), [data-section='horizontal-nav'] > [data-section-region]:not(.active), .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active), .section-container.horizontal-nav > [data-section-region]:not(.active) {
    padding: 0 !important;
  }
  [data-section='horizontal-nav'] > section > [data-section-title], [data-section='horizontal-nav'] > section > .title, [data-section='horizontal-nav'] > .section > [data-section-title], [data-section='horizontal-nav'] > .section > .title, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title], [data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title {
    position: static;
    width: auto;
  }
  [data-section='horizontal-nav'] > section > [data-section-title] a, [data-section='horizontal-nav'] > section > .title a, [data-section='horizontal-nav'] > .section > [data-section-title] a, [data-section='horizontal-nav'] > .section > .title a, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title] a, [data-section='horizontal-nav'] > [data-section-region] > .title a, .section-container.horizontal-nav > section > [data-section-title] a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a, .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a, .section-container.horizontal-nav > [data-section-region] > .title a {
    display: block;
  }
  [data-section='horizontal-nav'] > section > [data-section-content], [data-section='horizontal-nav'] > section > .content, [data-section='horizontal-nav'] > .section > [data-section-content], [data-section='horizontal-nav'] > .section > .content, [data-section='horizontal-nav'] > [data-section-region] > [data-section-content], [data-section='horizontal-nav'] > [data-section-region] > .content, .section-container.horizontal-nav > section > [data-section-content], .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content], .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content], .section-container.horizontal-nav > [data-section-region] > .content {
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    min-width: 12.5em;
  }

  .section-container.horizontal-nav {
    background: #efefef;
    border: 1px solid #cccccc;
  }
  .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #cccccc;
  }
  .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > .title a {
    padding: 0.9375em;
    color: #333333;
    font-size: 0.875em;
    background: none;
  }
  .section-container.horizontal-nav > section > .title:hover, .section-container.horizontal-nav > .section > .title:hover {
    background-color: #e2e2e2;
  }
  .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > .content {
    padding: 0.9375em;
    background-color: white;
    border: solid 1px #cccccc;
  }
  .section-container.horizontal-nav > section > .content > *:last-child, .section-container.horizontal-nav > .section > .content > *:last-child {
    margin-bottom: 0;
  }
  .section-container.horizontal-nav > section > .content > *:first-child, .section-container.horizontal-nav > .section > .content > *:first-child {
    padding-top: 0;
  }
  .section-container.horizontal-nav > section > .content > *:last-child:not(.flex-video), .section-container.horizontal-nav > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }
  .section-container.horizontal-nav > section.active > .title, .section-container.horizontal-nav > .section.active > .title {
    background: #d5d5d5;
  }
  .section-container.horizontal-nav > section.active > .title a, .section-container.horizontal-nav > .section.active > .title a {
    color: #333333;
  }
  .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active) {
    padding: 0 !important;
  }
}
.no-js [data-section], .no-js .section-container {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 1.25em;
}
.no-js [data-section][data-section-small-style], .no-js .section-container[data-section-small-style] {
  width: 100% !important;
}
.no-js [data-section][data-section-small-style] > [data-section-region], .no-js [data-section][data-section-small-style] > section, .no-js [data-section][data-section-small-style] > .section, .no-js .section-container[data-section-small-style] > [data-section-region], .no-js .section-container[data-section-small-style] > section, .no-js .section-container[data-section-small-style] > .section {
  padding: 0 !important;
  margin: 0 !important;
}
.no-js [data-section][data-section-small-style] > [data-section-region] > [data-section-title], .no-js [data-section][data-section-small-style] > [data-section-region] > .title, .no-js [data-section][data-section-small-style] > section > [data-section-title], .no-js [data-section][data-section-small-style] > section > .title, .no-js [data-section][data-section-small-style] > .section > [data-section-title], .no-js [data-section][data-section-small-style] > .section > .title, .no-js .section-container[data-section-small-style] > [data-section-region] > [data-section-title], .no-js .section-container[data-section-small-style] > [data-section-region] > .title, .no-js .section-container[data-section-small-style] > section > [data-section-title], .no-js .section-container[data-section-small-style] > section > .title, .no-js .section-container[data-section-small-style] > .section > [data-section-title], .no-js .section-container[data-section-small-style] > .section > .title {
  width: 100% !important;
}
.no-js [data-section] > section, .no-js [data-section] > .section, .no-js [data-section] > [data-section-region], .no-js .section-container > section, .no-js .section-container > .section, .no-js .section-container > [data-section-region] {
  margin: 0;
}
.no-js [data-section] > section > [data-section-title], .no-js [data-section] > section > .title, .no-js [data-section] > .section > [data-section-title], .no-js [data-section] > .section > .title, .no-js [data-section] > [data-section-region] > [data-section-title], .no-js [data-section] > [data-section-region] > .title, .no-js .section-container > section > [data-section-title], .no-js .section-container > section > .title, .no-js .section-container > .section > [data-section-title], .no-js .section-container > .section > .title, .no-js .section-container > [data-section-region] > [data-section-title], .no-js .section-container > [data-section-region] > .title {
  margin-bottom: 0;
}
.no-js [data-section] > section > [data-section-title] a, .no-js [data-section] > section > .title a, .no-js [data-section] > .section > [data-section-title] a, .no-js [data-section] > .section > .title a, .no-js [data-section] > [data-section-region] > [data-section-title] a, .no-js [data-section] > [data-section-region] > .title a, .no-js .section-container > section > [data-section-title] a, .no-js .section-container > section > .title a, .no-js .section-container > .section > [data-section-title] a, .no-js .section-container > .section > .title a, .no-js .section-container > [data-section-region] > [data-section-title] a, .no-js .section-container > [data-section-region] > .title a {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}
.no-js [data-section] > section > [data-section-content], .no-js [data-section] > section > .content, .no-js [data-section] > .section > [data-section-content], .no-js [data-section] > .section > .content, .no-js [data-section] > [data-section-region] > [data-section-content], .no-js [data-section] > [data-section-region] > .content, .no-js .section-container > section > [data-section-content], .no-js .section-container > section > .content, .no-js .section-container > .section > [data-section-content], .no-js .section-container > .section > .content, .no-js .section-container > [data-section-region] > [data-section-content], .no-js .section-container > [data-section-region] > .content {
  display: none;
}
.no-js [data-section] > section.active > [data-section-content], .no-js [data-section] > section.active > .content, .no-js [data-section] > .section.active > [data-section-content], .no-js [data-section] > .section.active > .content, .no-js [data-section] > [data-section-region].active > [data-section-content], .no-js [data-section] > [data-section-region].active > .content, .no-js .section-container > section.active > [data-section-content], .no-js .section-container > section.active > .content, .no-js .section-container > .section.active > [data-section-content], .no-js .section-container > .section.active > .content, .no-js .section-container > [data-section-region].active > [data-section-content], .no-js .section-container > [data-section-region].active > .content {
  display: block;
}
.no-js [data-section] > section:not(.active), .no-js [data-section] > .section:not(.active), .no-js [data-section] > [data-section-region]:not(.active), .no-js .section-container > section:not(.active), .no-js .section-container > .section:not(.active), .no-js .section-container > [data-section-region]:not(.active) {
  padding: 0 !important;
}
.no-js [data-section] > section > [data-section-title], .no-js [data-section] > section > .title, .no-js [data-section] > .section > [data-section-title], .no-js [data-section] > .section > .title, .no-js [data-section] > [data-section-region] > [data-section-title], .no-js [data-section] > [data-section-region] > .title, .no-js .section-container > section > [data-section-title], .no-js .section-container > section > .title, .no-js .section-container > .section > [data-section-title], .no-js .section-container > .section > .title, .no-js .section-container > [data-section-region] > [data-section-title], .no-js .section-container > [data-section-region] > .title {
  width: 100%;
}
.no-js .section-container {
  border-top: 1px solid #cccccc;
}
.no-js .section-container > section > .title, .no-js .section-container > .section > .title {
  background-color: #efefef;
  cursor: pointer;
  border: solid 1px #cccccc;
}
.no-js .section-container > section > .title a, .no-js .section-container > .section > .title a {
  padding: 0.9375em;
  color: #333333;
  font-size: 0.875em;
  background: none;
}
.no-js .section-container > section > .title:hover, .no-js .section-container > .section > .title:hover {
  background-color: #e2e2e2;
}
.no-js .section-container > section > .content, .no-js .section-container > .section > .content {
  padding: 0.9375em;
  background-color: white;
  border: solid 1px #cccccc;
}
.no-js .section-container > section > .content > *:last-child, .no-js .section-container > .section > .content > *:last-child {
  margin-bottom: 0;
}
.no-js .section-container > section > .content > *:first-child, .no-js .section-container > .section > .content > *:first-child {
  padding-top: 0;
}
.no-js .section-container > section > .content > *:last-child:not(.flex-video), .no-js .section-container > .section > .content > *:last-child:not(.flex-video) {
  padding-bottom: 0;
}
.no-js .section-container > section.active > .title, .no-js .section-container > .section.active > .title {
  background: #d5d5d5;
}
.no-js .section-container > section.active > .title a, .no-js .section-container > .section.active > .title a {
  color: #333333;
}
.no-js .section-container > section:not(.active), .no-js .section-container > .section:not(.active) {
  padding: 0 !important;
}
.no-js .section-container > section > .title, .no-js .section-container > .section > .title {
  border-top: none;
}

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

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

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

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

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

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

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

  to {
    -webkit-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: whitesmoke;
}
.orbit-container .orbit-slides-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.orbit-container .orbit-slides-container img {
  display: block;
  max-width: 100%;
}
.orbit-container .orbit-slides-container > * {
  position: absolute;
  top: 0;
  width: 100%;
  margin-left: 100%;
}
.orbit-container .orbit-slides-container > *:first-child {
  margin-left: 0%;
}
.orbit-container .orbit-slides-container > * .orbit-caption {
  position: absolute;
  bottom: 0;
  background-color: black;
  background-color: transparent;
  color: white;
  width: 100%;
  padding: 10px 14px;
  font-size: 0.875em;
}
.orbit-container .orbit-slide-number {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  color: white;
  background: rgba(0, 0, 0, 0);
  z-index: 10;
}
.orbit-container .orbit-slide-number span {
  font-weight: 700;
  padding: 0.3125em;
}
.orbit-container .orbit-timer {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 6px;
  width: 100px;
  z-index: 10;
}
.orbit-container .orbit-timer .orbit-progress {
  height: 100%;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  width: 0%;
}
.orbit-container .orbit-timer > span {
  display: none;
  position: absolute;
  top: 10px;
  right: 0px;
  width: 11px;
  height: 14px;
  border: solid 4px #000;
  border-top: none;
  border-bottom: none;
}
.orbit-container .orbit-timer.paused > span {
  right: -6px;
  top: 9px;
  width: 11px;
  height: 14px;
  border: inset 8px;
  border-right-style: solid;
  border-color: transparent transparent transparent #000;
}
.orbit-container:hover .orbit-timer > span {
  display: block;
}
.orbit-container .orbit-prev,
.orbit-container .orbit-next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  width: 50px;
  height: 60px;
  line-height: 50px;
  color: white;
  text-indent: -9999px !important;
  z-index: 10;
}
.orbit-container .orbit-prev > span,
.orbit-container .orbit-next > span {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  display: block;
  width: 0;
  height: 0;
  border: inset 16px;
}
.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: #ccc;
}
.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: -8px;
}
.orbit-container .orbit-next:hover > span {
  border-left-color: #ccc;
}

.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
}
.orbit-bullets li {
  display: block;
  width: 10px;
  height: 10px;
  background: #999999;
  float: left;
  margin-right: 6px;
  border: solid 1px #555555;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
.orbit-bullets li.active {
  background: #555555;
}
.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: 768px) {
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit;
  }
  .touch .orbit-bullets {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .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;
  }
}
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.45);
  z-index: 98;
  display: none;
  top: 0;
  left: 0;
}

.reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  left: 50%;
  z-index: 99;
  height: auto;
  margin-left: -40%;
  width: 80%;
  background-color: white;
  padding: 1.25em;
  border: solid 1px #666666;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  top: 50px;
}
.reveal-modal .column,
.reveal-modal .columns {
  min-width: 0;
}
.reveal-modal > :first-child {
  margin-top: 0;
}
.reveal-modal > :last-child {
  margin-bottom: 0;
}
.reveal-modal .close-reveal-modal {
  font-size: 1.375em;
  line-height: 1;
  position: absolute;
  top: 0.5em;
  right: 0.6875em;
  color: #aaaaaa;
  font-weight: bold;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .reveal-modal {
    padding: 1.875em;
    top: 6.25em;
  }
  .reveal-modal.tiny {
    margin-left: -15%;
    width: 30%;
  }
  .reveal-modal.small {
    margin-left: -20%;
    width: 40%;
  }
  .reveal-modal.medium {
    margin-left: -30%;
    width: 60%;
  }
  .reveal-modal.large {
    margin-left: -35%;
    width: 70%;
  }
  .reveal-modal.xlarge {
    margin-left: -47.5%;
    width: 95%;
  }
}
@media print {
  .reveal-modal {
    background: #fff !important;
  }
}
/* Tables */
table {
  background: white;
  margin-bottom: 1.25em;
  border: solid 1px #dddddd;
}
table thead,
table tfoot {
  background: white;
  font-weight: bold;
}
table thead tr th,
table thead tr td,
table tfoot tr th,
table tfoot tr td {
  padding: 0.5em 0.625em 0.625em;
  font-size: 0.875em;
  color: #222222;
  text-align: left;
}
table tr th,
table tr td {
  padding: 0.5625em 0.625em;
  font-size: 0.875em;
  color: #222222;
}
table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: white;
}
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.125em;
}

/* normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style-type: none;
  list-style-position: inside;
  margin: 0;
  padding: 0;
}

.circle {
  -webkit-transition-property: color, border-color;
  -moz-transition-property: color, border-color;
  -o-transition-property: color, border-color;
  transition-property: color, border-color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

/* Global fonts */
h1,
h2 {
  font-family: "Gill Sans W04 Italic";
  font-style: normal;
  font-weight: normal;
  font-size: 2.25em;
  color: #e10032;
  letter-spacing: 0.02em;
}
h1 strong,
h2 strong {
  font-family: "GillSansW04-BoldItalic";
  font-style: normal;
  font-weight: bold;
  font-style: normal;
  font-weight: normal;
}

h3 {
  font-size: 1.5em;
  font-family: "Gill Sans W04 Italic";
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.02em;
  color: #e10032;
}

h4 {
  font-family: "Gill Sans W04 Italic";
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.02em;
  font-size: 1.5em;
}

h5 {
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4375em;
}

p {
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 1.125em;
  line-height: 1.55556em;
}

small {
  font-size: 80%;
  color: black !important;
}

.grey-color {
  color: #a2a2a2;
}

hr {
  border-width: 1px 0 1px 0;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #dddddd;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #f2f2f2;
  background-color: #e6e6e6;
  height: 1px;
  display: block;
}

.clearfix:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

/* switch style for specific words */
span.switch-normal-font {
  font-family: "Gill Sans W04 Book" !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

span.switch-italic {
  font-style: italic !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

span.switch-italic-font {
  font-family: "Gill Sans W04 Italic" !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

/* remove moz focus outline */
a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: 0;
  outline: 0;
}

/* breadcrumb and category related styles */
.breadcrumbs {
  border: 2px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.3);
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.875em;
  padding: 0 1em;
  line-height: 2.85714em;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition-property: color, border-color;
  -moz-transition-property: color, border-color;
  -o-transition-property: color, border-color;
  transition-property: color, border-color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.breadcrumbs a.current {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.4);
}
.breadcrumbs a {
  color: rgba(0, 0, 0, 0.2);
}
.breadcrumbs a i {
  font-size: 1.71429em;
  line-height: 0.6em;
  width: 1.2em;
  text-align: center;
  vertical-align: middle;
}
.breadcrumbs a:hover {
  color: #797673;
}

.breadcrumbs.category a {
  text-transform: uppercase;
  font-weight: bold;
}

.reveal-modal {
  z-index: 100;
}

/* pagination */
.gssnav-wrapper {
  margin-top: 1.875em !important;
  border: 2px solid #e6e6e6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
}

.gssnav a, .gssnav a:hover, .gssnav span.current, .gssnav span.dots {
  color: #8a8887;
  font-size: 0.875em;
  line-height: 2.85714em;
  display: inline-block;
}
.gssnav a.prev, .gssnav a.next, .gssnav span.current {
  font-weight: bold;
}
.gssnav .page-numbers:first-child {
  margin-left: 0.85714em;
}
.gssnav .page-numbers:last-child {
  margin-right: 0.85714em;
}
.gssnav .page-numbers {
  margin: 0 0.42857em;
}
.gssnav .page-numbers i {
  font-size: 1.5em;
  line-height: 1.90476em;
  vertical-align: middle;
}
.gssnav .prev {
  padding-right: 1.07143em;
  border-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 2px;
}
.gssnav .prev i {
  margin-right: 0.2381em;
  margin-left: 0.47619em;
}
.gssnav .next {
  padding-left: 1.07143em;
  border-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 2px;
}
.gssnav .next i {
  margin-right: 0.47619em;
  margin-left: 0.2381em;
}

/* header related styles */
header h1 {
  margin: 0;
  padding: 0;
}
header nav a {
  font-size: 0.875em;
}
header a.logo {
  position: relative;
  z-index: 100;
  display: inline-block;
  height: 3.75em;
  width: 11.25em;
  background-repeat: no-repeat;
  background-size: 8.75em auto;
  background-position: left center;
  background-image: url(../images/logo@2x.png);
}
header a#mobile-menu {
  float: right;
  display: block;
  height: 3.75em;
  padding: 0 0 0 1.5625em;
}
header a#mobile-menu i {
  line-height: 2.72727em;
  font-size: 1.375em;
  color: #e6e7e7;
}
header nav#main-categories {
  display: none;
}
header nav#main-categories > ul > li > a {
  text-transform: uppercase;
}
header nav#main-tree {
  display: none;
  -webkit-box-shadow: inset 0px 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 1px 10px rgba(0, 0, 0, 0.1);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iNTAlIiB4Mj0iMTAwJSIgeTI9IjUwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NkMDIyMiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZDkwMDI0Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjY2QwMjIyIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #cd0222), color-stop(50%, #d90024), color-stop(100%, #cd0222));
  background-image: -webkit-linear-gradient(left, #cd0222, #d90024, #cd0222);
  background-image: -moz-linear-gradient(left, #cd0222, #d90024, #cd0222);
  background-image: -o-linear-gradient(left, #cd0222, #d90024, #cd0222);
  background-image: linear-gradient(left, #cd0222, #d90024, #cd0222);
}
header nav#main-tree .columns {
  padding: 0;
}
header nav#main-tree a.button {
  margin: 0;
}
header nav#main-tree a.closer {
  position: relative;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  padding: 0.9375em;
  display: block;
  text-align: right;
}
header nav#main-tree a.closer .circle {
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.6);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
header nav#main-tree a.closer .circle i {
  padding: 0;
  margin: 0;
}
header nav#main-tree a.closer .circle i {
  font-size: 1.42857em;
  line-height: 20px;
  color: #FFF;
}
header nav#main-tree a.closer:hover .circle {
  border-color: #FFF;
}
header nav#main-tree form {
  margin: 0;
}
header nav#main-tree form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
header nav#main-tree form input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.3);
}
header nav#main-tree form input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.3);
}
header nav#main-tree form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
header nav#main-tree form .placeholder {
  color: rgba(255, 255, 255, 0.3);
}
header nav#main-tree form input {
  background-color: transparent;
  font-weight: bold;
  color: #FFF;
}
header nav#main-tree ul.search {
  position: relative;
}
header nav#main-tree ul.search a.submit.circle {
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.6);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  font-weight: bold;
  right: 1.07143em;
  top: 50%;
  font-weight: bold;
  margin-top: -0.85714em;
  color: #7f7f7f;
}
header nav#main-tree ul.search a.submit.circle i {
  padding: 0;
  margin: 0;
}
header nav#main-tree ul.search a.submit.circle i {
  font-size: 1.42857em;
  line-height: 20px;
  color: #FFF;
}
header nav#main-tree ul.search a.submit:hover {
  border-color: #FFF;
}
header nav#main-tree ul.search input {
  border: none;
  min-width: 17.85714em;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
header nav#main-tree ul.search li, header nav#main-tree ul.search li.category {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}
header nav#main-tree ul.search li a, header nav#main-tree ul.search li.category a {
  border-width: 0;
}
header nav#main-tree ul {
  margin: 0;
  padding: 1.875em 0.9375em 1.25em 0.9375em;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
header nav#main-tree ul li.category {
  display: block;
  padding-right: 0;
}
header nav#main-tree ul li.category > a {
  margin-bottom: 0.71429em;
}
header nav#main-tree ul li.category > span {
  color: #FFF;
  font-size: 1em;
  font-weight: bold;
  display: inline-block;
  margin-left: 0.71429em;
}
header nav#main-tree ul li {
  display: inline-block;
  padding-bottom: 0.625em;
  padding: 0 0.625em 0.625em 0;
}
header nav#main-tree ul li > a.trigger-only {
  border-color: transparent;
  padding: 0;
  margin: 0;
}
header nav#main-tree ul li > a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  line-height: 1.78571em;
  padding: 0 0.5em;
  margin: 0;
  border: rgba(255, 255, 255, 0.5) 2px solid;
  color: white;
  font-size: 0.875em;
  -webkit-transition-property: color, border-color;
  -moz-transition-property: color, border-color;
  -o-transition-property: color, border-color;
  transition-property: color, border-color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  font-weight: bold;
}
header nav#main-tree ul li > a:hover {
  border-color: #FFF;
}

form.custom .custom.dropdown {
  background: #FFF;
}
form.custom .custom.dropdown .selector {
  font-family: 'yakult-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
form.custom .custom.dropdown .selector:before {
  content: "\49";
}

.big-screen.beige {
  background-color: #faf7f5;
}

.big-screen.red {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iNTAlIiB4Mj0iMTAwJSIgeTI9IjUwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NkMDIyMiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZDkwMDI0Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjY2QwMjIyIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #cd0222), color-stop(50%, #d90024), color-stop(100%, #cd0222));
  background-image: -webkit-linear-gradient(left, #cd0222, #d90024, #cd0222);
  background-image: -moz-linear-gradient(left, #cd0222, #d90024, #cd0222);
  background-image: -o-linear-gradient(left, #cd0222, #d90024, #cd0222);
  background-image: linear-gradient(left, #cd0222, #d90024, #cd0222);
  border-top: 1px solid #a10a1c;
}
.big-screen.red .breadcrumbs {
  border: 2px solid rgba(255, 255, 255, 0.6);
  background-color: transparent;
  color: white;
  font-size: 0.875em;
  padding: 0 1em;
  line-height: 2.85714em;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition-property: color, border-color;
  -moz-transition-property: color, border-color;
  -o-transition-property: color, border-color;
  transition-property: color, border-color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.big-screen.red .breadcrumbs a {
  color: #FFF;
}
.big-screen.red .breadcrumbs:hover {
  border-color: #FFF;
  background-color: #c70021;
}
.big-screen.red h2 {
  color: #FFF;
}
.big-screen.red a.teaser img {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.big-screen.red a.teaser span {
  color: #FFF;
}
.big-screen.red a.teaser .circle {
  border-color: rgba(255, 255, 255, 0.6);
}
.big-screen.red a.teaser .circle i {
  color: #FFF;
}
.big-screen.red a.teaser:hover .circle {
  border-color: #FFF;
}

.big-screen {
  position: relative;
  max-width: 87.5em;
  margin: 0 auto;
}
.big-screen .wallpaper-container.no-image {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q5ZDZkNCIvPjxzdG9wIG9mZnNldD0iNXB4IiBzdG9wLWNvbG9yPSIjZmFmN2Y1Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmYWY3ZjUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWVlZWMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d9d6d4), color-stop(5px, #faf7f5), color-stop(50%, #faf7f5), color-stop(100%, #f1eeec));
  background-image: -webkit-linear-gradient(#d9d6d4, #faf7f5 5px, #faf7f5 50%, #f1eeec 100%);
  background-image: -moz-linear-gradient(#d9d6d4, #faf7f5 5px, #faf7f5 50%, #f1eeec 100%);
  background-image: -o-linear-gradient(#d9d6d4, #faf7f5 5px, #faf7f5 50%, #f1eeec 100%);
  background-image: linear-gradient(#d9d6d4, #faf7f5 5px, #faf7f5 50%, #f1eeec 100%);
}
.big-screen .wallpaper-container.no-image .grid-boundary-content {
  padding-bottom: 1.875em;
  padding-top: 1.875em;
}
.big-screen .wallpaper-container.no-image .grid-boundary {
  position: static;
}
.big-screen .wallpaper-container.no-image .grid-boundary .caption {
  padding-top: 1.875em;
}
.big-screen .wallpaper-container.no-image .grid-boundary .caption p {
  margin-bottom: 0;
}
.big-screen .grid-boundary.relative-when-scaled {
  position: relative;
}
.big-screen .grid-boundary.relative-when-scaled .grid-boundary-content {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZWNlNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZjZmFmOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2ece6), color-stop(100%, #fcfaf9));
  background-image: -webkit-linear-gradient(#f2ece6, #fcfaf9);
  background-image: -moz-linear-gradient(#f2ece6, #fcfaf9);
  background-image: -o-linear-gradient(#f2ece6, #fcfaf9);
  background-image: linear-gradient(#f2ece6, #fcfaf9);
}
.big-screen .grid-boundary.relative-when-scaled .caption {
  padding: 1.875em 0;
  width: auto;
}
.big-screen .grid-boundary {
  position: absolute;
  z-index: 100;
  width: 100%;
}
.big-screen .grid-boundary .grid-boundary-content {
  width: 100%;
  max-width: 63.75em;
  padding: 0 0.9375em;
  margin: 0 auto;
}
.big-screen .grid-boundary .grid-boundary-content .orbit-bullets {
  margin: 0.9375em 0 0 0;
  display: block;
  top: 0;
}
.big-screen .grid-boundary .grid-boundary-content .orbit-bullets li {
  width: 1.5em;
  height: 1.5em;
  border: 0.125em solid #d6d1cb;
  background-color: transparent;
  margin-right: 0.5em;
  cursor: pointer;
}
.big-screen .grid-boundary .grid-boundary-content .orbit-bullets li .point {
  opacity: 0;
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #908d88;
  position: absolute;
  margin: 0.375em 0 0 0.375em;
}
.big-screen .grid-boundary .caption {
  position: relative;
  width: 25em;
}
.big-screen .grid-boundary .caption h2 {
  font-weight: normal;
  font-style: normal;
  margin: 0 0 0.3125em 0;
}
.big-screen .grid-boundary .caption h2 a {
  color: #e10024;
}
.big-screen .grid-boundary .caption p {
  color: #444;
  font-size: 1.5em;
  line-height: 1.16667em;
  font-family: "Gill Sans W04 Italic";
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.02em;
}
.big-screen .grid-boundary .caption > a {
  border: 2px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.875em;
  padding: 0 1em;
  line-height: 2.85714em;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition-property: color, border-color;
  -moz-transition-property: color, border-color;
  -o-transition-property: color, border-color;
  transition-property: color, border-color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.big-screen .grid-boundary .caption > a:hover {
  border-color: #797673;
}
.big-screen .wallpaper-container.focus-left img.wallpaper {
  margin-left: 0;
}
.big-screen .wallpaper-container.focus-right img.wallpaper {
  margin-left: -20%;
}
.big-screen .wallpaper-container {
  overflow: hidden;
}
.big-screen .wallpaper-container img.wallpaper {
  width: 120%;
  margin-top: -5%;
  margin-bottom: -5%;
  margin-left: -10%;
  max-width: none;
  height: auto;
}

#main-stage.big-screen .orbit-container .orbit-prev, #main-stage.big-screen .orbit-container .orbit-next {
  display: none;
}
#main-stage.big-screen .orbit-container div.orbit-slide-number {
  display: none;
}
#main-stage.big-screen .orbit-container div.orbit-timer {
  display: none;
}

/* generic article teaser */
.article-teaser-list .footer {
  padding-bottom: 1.5625em;
  border-bottom: 2px solid #e6e6e6;
}
.article-teaser-list .footer a.circle {
  position: relative;
  float: right;
  margin: 0;
  right: 0;
}
.article-teaser-list h3 {
  margin: 0 4.66667em 1em 0;
}
.article-teaser-list h4 {
  color: #444;
  margin: 0 25% 0 0;
  line-height: 1.16667em;
}
.article-teaser-list span.date {
  color: #959392;
  font-size: 0.875em;
}
.article-teaser-list span.date.right-align {
  position: absolute;
  right: 1.07143em;
  top: 2.85714em;
  font-weight: bold;
}
.article-teaser-list span.date.left-align {
  display: inline-block;
  margin: 0.35714em 0 0.57143em 0;
}
.article-teaser-list .breadcrumbs {
  border: none;
  padding: 0;
}
.article-teaser-list > .row > .columns {
  position: relative;
  padding-top: 1.875em;
}
.article-teaser-list a.circle {
  text-align: center;
  border: 2px solid rgba(228, 225, 223, 0.8);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  right: 0.9375em;
  top: 50%;
  margin-top: -1.0625em;
}
.article-teaser-list a.circle i {
  padding: 0;
  margin: 0;
}
.article-teaser-list a.circle i {
  color: #969493;
  font-size: 1.25em;
  line-height: 1.8em;
}
.article-teaser-list a.circle:hover {
  border-color: #797673;
}

/* store locator / simplemap plugin */
#map_search select {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #1a1a1a;
  border-style: solid;
  border-width: 1px;
  border-color: #a5acb2;
}
#map_search input, #map_search textarea {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #1a1a1a;
  border: 1px solid #e6e6e6;
  background-color: white;
  padding: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#map_search input[type="submit"] {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: white;
  padding: 10px 30px;
  background-color: #e10024;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: none;
}
#map_search table.location_search {
  width: 100%;
  /* hide categories */
}
#map_search table.location_search tr td {
  color: #444444;
  font-size: 0.875em;
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
}
#map_search table.location_search #location_search_3_tr {
  display: none;
}

#results a {
  color: #444444;
}
#results .sm_category_list {
  display: none;
}

#simplemap a {
  color: #444444 !important;
}
#simplemap .markertext span.bubble_category {
  display: none;
}

/* next section button related styles */
section.has-next {
  position: relative;
}

.grid-boundary.next-section {
  display: none;
}

h4.search-string {
  overflow: hidden;
  padding-top: 0.20833em;
}

.search-result-filter h1 {
  margin: 0.125em 0 0 0;
}
.search-result-filter h4 {
  margin: 0.83333em 0 1.66667em 0;
}
.search-result-filter form.custom .custom.dropdown {
  background-color: #ffffff;
  border: 2px solid #e6e6e6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  height: 2.85714em;
}
.search-result-filter form.custom .custom.dropdown .current {
  line-height: 2.85714em;
  margin-left: 1.42857em;
}
.search-result-filter form.custom .custom.dropdown .selector {
  color: #444;
  font-size: 1.42857em;
  line-height: 2em;
  width: 2.5em;
  text-align: center;
}
.search-result-filter form.custom .custom.dropdown li, .search-result-filter form.custom .custom.dropdown .current {
  color: #444;
}

/************************* teaser and teaser related styles **************************/
.teaser-row {
  padding: 1.875em 0 0 0;
}
.teaser-row .breadcrumbs {
  float: left;
}
.teaser-row h2 {
  margin: 0 0 0.625em 0;
}

.three-teaser-centered .breadcrumbs {
  margin-bottom: 1.875em;
  float: none;
}
.three-teaser-centered .small-block-grid-2 > li:first-child {
  width: 100%;
}
.three-teaser-centered .small-block-grid-2 > li:nth-of-type(2n+1) {
  clear: none;
}
.three-teaser-centered h2 {
  text-align: center;
  max-width: 10em;
  margin-left: auto;
  margin-right: auto;
}

.three-teaser-one-big {
  /* big cropped teaser on homepage */
}
.three-teaser-one-big .large-6:first-child {
  margin-bottom: 1.875em;
}
.three-teaser-one-big .large-6 a div.img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3px 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3px 0px;
  background-repeat: no-repeat;
  background-position: left center;
}

.large-3 {
  /* sidebar teaser */
}
.large-3 a {
  margin-bottom: 3.75em;
}

a.teaser, div.sidebar {
  display: block;
}
a.teaser img, div.sidebar img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3px 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3px 0px;
  background-color: #e10024;
}
a.teaser span.link, div.sidebar span.link {
  display: block;
  font-size: 0.875em;
  margin: 0.71429em 0 0 1em;
  font-family: Arial;
  font-style: normal;
  font-weight: bold;
  color: #8a8887;
}
a.teaser span.link span.circle, div.sidebar span.link span.circle {
  text-align: center;
  border: 2px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  color: #7f7f7f;
  margin-left: 0.35714em;
  vertical-align: middle;
}
a.teaser span.link span.circle i, div.sidebar span.link span.circle i {
  padding: 0;
  margin: 0;
}
a.teaser span.link span.circle i, div.sidebar span.link span.circle i {
  font-size: 1.42857em;
  line-height: 20px;
}
a.teaser span.link:hover span.circle, div.sidebar span.link:hover span.circle {
  border-color: #797673;
  color: #797673;
}
a.teaser span.copy, div.sidebar span.copy {
  display: inline-block;
  margin: 0.71429em 1em 1.42857em 1em;
  font-size: 0.875em;
  line-height: 1.5em;
  color: #444;
}
a.teaser span.copy p, div.sidebar span.copy p {
  font-size: 1em;
}
a.teaser span.copy a, div.sidebar span.copy a {
  color: #444;
}

a.teaser span.copy {
  margin: 1.42857em 1em 0.35714em 1em;
}

span.title {
  display: block;
  margin: 0.83333em 0.58333em 0 0.58333em;
  font-family: "Gill Sans W04 Italic";
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.02em;
  font-size: 1.5em;
  line-height: 1.16667em;
  color: #444;
}

.sidebar .icon-share_24x24 {
  font-size: 1.5em;
  line-height: 1.75em;
  vertical-align: middle;
}

#ssba {
  position: relative;
  border: #deddda 2px solid;
  margin-bottom: 3.75em;
}
#ssba span.link {
  display: inline-block;
}
#ssba a {
  border-right: 2px solid #deddda;
  display: inline-block;
  margin: 0;
  padding: 0.5em 0;
  width: 33.3%;
}
#ssba a img {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none !important;
  display: inline-block;
  margin: 0 auto;
  vertical-align: middle;
  background-color: transparent;
}
#ssba a:last-child {
  border-width: 0;
}

/******************************************Downloads*************************************/
ul.downloads li {
  width: 100%;
}
ul.downloads li a {
  width: 100%;
  position: relative;
  font-size: 0.875em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3px 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3px 0px;
  min-height: 12.5em;
  background: url(../images/texture.gif);
}
ul.downloads li .title {
  margin: 0.625em 0.625em 3.125em 0.625em;
  font-size: 1.71429em;
}
ul.downloads li .info {
  width: 100%;
}
ul.downloads li .red, ul.downloads li .file {
  vertical-align: top;
}
ul.downloads li .red {
  color: #e10024;
  font-weight: bold;
  margin: 1.42857em 0 0.71429em 0;
  display: inline-block;
}
ul.downloads li .file {
  color: #444;
}
ul.downloads li .circle {
  text-align: center;
  border: 2px solid #eeeeee;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  float: left;
  margin: 0.9375em 0.625em 0.9375em 0.9375em;
}
ul.downloads li .circle i {
  padding: 0;
  margin: 0;
}
ul.downloads li .circle i {
  color: #808080;
  font-size: 1.71429em;
  line-height: 1.875em;
}
ul.downloads li a, ul.downloads li .info {
  display: inline-block;
}
ul.downloads li img, ul.downloads li .info {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
ul.downloads li .info {
  position: absolute;
  bottom: 0;
  background: url(../images/texture.gif);
}

/******************************************Article page*************************************/
.content-modules .copy-headline, .content-modules .image-text, .content-modules .three-text-columns, .content-modules .video-module, .content-modules .image-module {
  margin-top: 3.125em;
}
.content-modules > .row > .columns {
  margin-top: 1.875em;
  margin-bottom: 1.875em;
}
.content-modules > .row > .columns > div:first-child {
  margin-top: 0;
}

.headline-leadline h2 {
  margin: 0;
}
.headline-leadline p {
  font-size: 1.5em;
  line-height: 1.16667em;
  font-family: "Gill Sans W04 Italic";
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.02em;
}
.headline-leadline p:last-child, .headline-leadline h2:last-child {
  margin-bottom: 0;
}

.image-text h3 {
  margin-bottom: 0.5em;
  margin-top: 1.375em;
}
.image-text p {
  margin: 0;
}

.image-module img,
.image-text img,
.image-copy img {
  border: 0.6875em solid white;
  -webkit-box-shadow: #eae8e6 1px 1px 1px 2px;
  -moz-box-shadow: #eae8e6 1px 1px 1px 2px;
  box-shadow: #eae8e6 1px 1px 1px 2px;
}

.copy-headline h3:first-child {
  margin: 0;
}
.copy-headline p:first-child {
  margin-top: 0;
}
.copy-headline p:last-child {
  margin-bottom: 0;
}
.copy-headline ul {
  list-style-type: disc;
  padding-left: 0.9375em;
}
.copy-headline ul li ul {
  list-style-type: circle;
  padding-left: 30px;
}
.copy-headline ol {
  list-style-type: decimal;
  padding-left: 0.9375em;
}
.copy-headline ul li,
.copy-headline ol li {
  color: #e10032;
  text-indent: -1em;
}
.copy-headline ul li span,
.copy-headline ol li span {
  color: #444;
  font-size: 1.125em;
  line-height: 1.55556em;
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
}

.video-module .flex-video {
  margin: 0;
}

.three-text-columns h3 {
  margin: 0;
}
.three-text-columns p:last-child {
  margin-bottom: 0;
}
.three-text-columns li:last-child {
  padding-bottom: 0;
}

.small h3 {
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 1.125em;
  margin-bottom: 0.55556em;
}
.small p {
  font-size: 0.875em;
  line-height: 1.5em;
}

.flex-video {
  margin: 2em auto;
}

.iframe iframe {
  width: 100%;
}

a.scroll-to-top {
  display: block;
  text-align: right;
  font-size: 0.875em;
  font-family: Arial;
  font-style: normal;
  font-weight: bold;
  color: #8a8887;
  margin-top: 2.14286em;
}
a.scroll-to-top span.circle {
  text-align: center;
  border: 2px solid rgba(228, 225, 223, 0.8);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin-left: 0.35714em;
  line-height: 2.5em;
  vertical-align: middle;
}
a.scroll-to-top span.circle i {
  padding: 0;
  margin: 0;
}
a.scroll-to-top span.circle i {
  font-size: 1.42857em;
  line-height: 1.75em;
}

a.scroll-to-top:hover span.circle {
  border-color: #797774;
  color: #797774;
}

/******************************************Product page*******************************************/
#products nav ul {
  margin: 0;
}
#products nav ul li {
  display: block;
  float: left;
  text-align: center;
}
#products nav ul li h1, #products nav ul li a {
  display: block;
  font-size: 1.875em;
  margin: 1em 0.5em 0.56667em;
  font-family: "Gill Sans W04 Italic";
  font-style: normal;
  font-weight: normal;
  color: #e10032;
}
#products nav ul > li div {
  position: relative;
  display: inline-block;
}
#products nav ul > li.active span {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 0.375em;
  background-color: #D60022;
  border-top-left-radius: 0.21429em;
  border-top-right-radius: 0.21429em;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset;
}
#products hr {
  margin: 0;
}
#products section,
#products img {
  margin-top: 2.5em;
}
#products table {
  margin-top: 2.5em;
  border-top-width: 0.125em;
  border-top-style: solid;
  border-top-color: #e5e5e5;
  border-bottom-width: 0.125em;
  border-bottom-style: solid;
  border-bottom-color: #e5e5e5;
  border-left-width: 0px;
  border-right-width: 0px;
}
#products table tr {
  border-bottom-width: 0.125em;
  border-bottom-style: solid;
  border-bottom-color: #e5e5e5;
}
#products table tr th {
  font-size: 0.875em;
  font-family: Arial;
  font-style: normal;
  font-weight: bold;
}
#products table tr td {
  font-size: 0.875em;
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
}
#products table tbody tr:last-child {
  border-bottom-width: 0px;
}
#products a.scroll-to-top {
  margin: 3.5em auto 2.5em;
}
#products .center {
  text-align: center;
}
#products .center h5, #products .center p {
  font-size: 0.875em;
  line-height: 1.5em;
  width: 286px;
  margin: 0 auto;
}
#products .center h5 {
  margin-top: 0.71429em;
  font-family: Arial;
  font-style: normal;
  font-weight: bold;
}

/******************************************Category*******************************************/
.category-archive-teaser {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 5, color-stop(0%, #e5e5e5), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(#e5e5e5, #ffffff 5px);
  background-image: -moz-linear-gradient(#e5e5e5, #ffffff 5px);
  background-image: -o-linear-gradient(#e5e5e5, #ffffff 5px);
  background-image: linear-gradient(#e5e5e5, #ffffff 5px);
}
.category-archive-teaser a {
  display: block;
  padding: 2.1875em 0;
  width: 100%;
}
.category-archive-teaser a span.copy-wrapper {
  width: 100%;
  float: left;
  padding: 0 0 0 3.75em;
}
.category-archive-teaser a span.copy {
  display: inline-block;
  font-family: "Gill Sans W04 Italic";
  font-style: normal;
  font-weight: normal;
  font-size: 1.5em;
  color: #444;
  margin-top: 0.54167em;
  width: 100%;
}
.category-archive-teaser a > span.circle {
  text-align: center;
  border: 2px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  line-height: 2.5em;
  color: #7f7f7f;
  vertical-align: baseline;
  left: 10em;
  margin-left: -100% !important;
  float: left;
}
.category-archive-teaser a > span.circle i {
  padding: 0;
  margin: 0;
}
.category-archive-teaser a > span.circle i {
  font-size: 1.3125em;
  line-height: 1.90476em;
}
.category-archive-teaser .link {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.875em;
  font-weight: bold;
  padding-top: 0.625em;
  margin-left: 4.375em;
  display: inline-block;
}
.category-archive-teaser .link span.circle {
  text-align: center;
  border: 2px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  color: #7f7f7f;
  margin-left: 0.35714em;
  vertical-align: middle;
}
.category-archive-teaser .link span.circle i {
  padding: 0;
  margin: 0;
}
.category-archive-teaser .link span.circle i {
  font-size: 1.5em;
  line-height: 0.95238em;
}
.category-archive-teaser .link:hover span.circle {
  border-color: #797673;
}

/******************************************Contact*******************************************/
ul.contact-info {
  text-align: center;
}
ul.contact-info li:first-child {
  padding-right: 0.3125em;
}
ul.contact-info li:last-child {
  padding-left: 0.3125em;
}
ul.contact-info li a {
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 0.875em;
  color: gray;
}
ul.contact-info li a span.circle {
  text-align: center;
  border: 2px solid rgba(228, 225, 223, 0.8);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  line-height: 42px;
  display: inline-block;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin-right: 0.35714em;
}
ul.contact-info li a span.circle i {
  padding: 0;
  margin: 0;
}
ul.contact-info li a span.circle i {
  font-size: 1.71429em;
  line-height: 1.75em;
}

.contact-sidebar ul.contact-info {
  text-align: left;
}
.contact-sidebar li {
  margin-left: 0.9375em;
  margin-top: 0.625em;
}
.contact-sidebar li:first-child {
  margin-top: 1.5625em;
}
.contact-sidebar li:last-child {
  margin-bottom: 3.125em;
}

/******************************************FAQ*******************************************/
.faqs {
  position: relative;
}
.faqs h2 {
  margin-top: 0;
}
.faqs ul > li {
  margin: 1.5625em 0;
}
.faqs ul > li > span {
  position: relative;
  cursor: pointer;
  width: 100%;
  font-size: 0.875em;
  line-height: 2.5em;
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  color: #808080;
  padding: 0.64286em 0 0.64286em 0.92857em;
  display: block;
  border: 0.14286em solid #e5e5e5;
  text-transform: uppercase;
}
.faqs ul > li > span i {
  position: absolute;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #969493;
  font-size: 1.875em;
  width: 0.33333em;
  height: 0.33333em;
  right: 0.83333em;
  top: 0.5em;
}
.faqs ul > li span.active {
  background-color: #f1efee;
}
.faqs ul ul > li {
  margin: 0;
  height: 0;
  overflow: hidden;
  border-bottom-width: 0.125em;
  border-bottom-style: solid;
  border-bottom-color: #e5e5e5;
}
.faqs ul ul > li a {
  display: inline-block;
  font-size: 0.875em;
  font-family: Arial;
  font-style: normal;
  font-weight: bold;
  color: #8a8887;
  margin-bottom: 1.07143em;
}
.faqs ul ul > li a span.circle {
  vertical-align: middle;
  text-align: center;
  border: 2px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin-left: 0.35714em;
  color: #7f7f7f;
}
.faqs ul ul > li a span.circle i {
  padding: 0;
  margin: 0;
}
.faqs ul ul > li a i {
  position: static;
  font-size: 1.5em;
  line-height: 0.95238em;
}
.faqs ul ul > li > span {
  font-size: 1.5em;
  line-height: 1.16667em;
  padding: 0.625em 3.125em 0.625em 0.54167em;
  font-family: "Gill Sans W04 Italic";
  font-style: normal;
  font-weight: normal;
  color: #444;
  text-transform: none;
  border: none;
  margin-top: 0.33333em;
}
.faqs ul ul > li > span i {
  font-size: 1.25em;
}
.faqs ul ul > li div.image-copy,
.faqs ul ul > li div.copy {
  margin: 1.25em auto;
  height: 0;
  overflow: hidden;
}
.faqs ul ul > li div.image-copy .large-5 {
  padding-left: 0;
}
.faqs ul ul > li div.image-copy img {
  margin: 5px;
}
.faqs ul ul > li div.copy {
  margin: 0;
}
.faqs ul ul > li div.copy p:first-child {
  margin-top: 0;
}

/******************************************History*******************************************/
.history p {
  margin-top: 1.66667em;
}

#history-calendar {
  position: relative;
  width: 100%;
  display: inline-block;
  background-color: #fff;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3px 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3px 0px;
  margin-top: 4.0625em;
}
#history-calendar .center {
  text-align: center;
}
#history-calendar .center h4 {
  color: #e10032;
  margin: 1.125em auto 0;
}
#history-calendar .center p {
  font-size: 0.875em;
  line-height: 2em;
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  width: 21.42857em;
  margin: 0.14286em auto 0;
}
#history-calendar .white {
  position: relative;
  background: url(../images/center-history-top.png) repeat-x 0 -3px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06);
  height: 1.75em;
}
#history-calendar .white img.left {
  position: absolute;
  left: -3px;
  top: -3px;
  z-index: 10;
}
#history-calendar .white img.right {
  position: absolute;
  right: -3px;
  z-index: 10;
}
#history-calendar .large-block-grid-3 {
  width: 13.75em;
}
#history-calendar .large-block-grid-3 > li:nth-of-type(1n+1) {
  clear: both;
}
#history-calendar .table {
  margin: 0 auto;
  padding: 2em 0 4.5em 0;
  background: url(../images/texture.gif);
}
#history-calendar .table ul {
  border-width: 2px 0px 0px 2px;
  border-style: solid;
  border-color: #E5E5E5;
  margin: 0 auto;
}
#history-calendar .table li {
  position: relative;
  width: 13.75em;
  height: 13.75em;
  padding: 0;
  z-index: 0;
  border: solid #E5E5E5;
  border-width: 0px 2px 2px 0px;
}
#history-calendar .table li .first-layer, #history-calendar .table li .second-layer {
  overflow: hidden;
  display: block;
  width: 13.625em;
  height: 13.625em;
  position: absolute;
}
#history-calendar .table li .block-bottom {
  position: absolute;
  display: inline-block;
  bottom: 0;
  width: 13.625em;
  padding: 0.625em;
}
#history-calendar .table li .first-layer {
  z-index: 2;
  background: url(../images/texture.gif);
}
#history-calendar .table li .first-layer span.circle {
  right: -0.3125em;
  text-align: center;
  border: 2px solid #e5e5e5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#history-calendar .table li .first-layer span.circle i {
  padding: 0;
  margin: 0;
}
#history-calendar .table li .first-layer span.circle i {
  font-size: 1.25em;
  line-height: 1em;
  color: #7f7f7f;
}
#history-calendar .table li .first-layer span.circle:hover {
  border-color: #797673;
}
#history-calendar .table li img,
#history-calendar .table li .block-top {
  display: block;
  margin: 0.9375em auto;
}
#history-calendar .table li .block-bottom span.date {
  font-size: 1.5em;
  font-family: "Gill Sans W04 Italic";
  font-style: normal;
  font-weight: normal;
  line-height: 1.16667em;
  color: #444;
}
#history-calendar .table li .block-bottom span.circle {
  position: absolute;
  right: 0.625em;
  bottom: 0.625em;
  cursor: pointer;
  text-align: center;
  border: 2px solid rgba(228, 225, 223, 0.8);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#history-calendar .table li .block-bottom span.circle i {
  padding: 0;
  margin: 0;
}
#history-calendar .table li .block-top {
  width: 11.875em;
  height: 8.9375em;
  margin: 0.9375em auto 0;
}
#history-calendar .table li .block-top h3 {
  display: inline-block;
  text-align: left;
  margin: 0.33333em 0;
  color: #fff;
}
#history-calendar .table li .block-top p {
  width: 100%;
  text-align: left;
  color: #fff;
  font-size: 0.875em;
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  margin-top: 0;
}
#history-calendar .table li .second-layer {
  z-index: 1;
  background-color: #d90024;
  -webkit-box-shadow: inset 0px 1px 0.625em rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 1px 0.625em rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 1px 0.625em rgba(0, 0, 0, 0.5);
}
#history-calendar .table li .second-layer span.circle.close {
  position: absolute;
  right: 0.625em;
  bottom: 0.625em;
}
#history-calendar .table li .second-layer span.circle {
  color: #fff;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.6);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#history-calendar .table li .second-layer span.circle i {
  padding: 0;
  margin: 0;
}
#history-calendar .table li .second-layer span.circle i {
  font-size: 1.42857em;
  line-height: 1em;
}
#history-calendar .table li .second-layer span.circle i.icon-close_24x24 {
  font-size: 1.25em;
  line-height: 1.05em;
}
#history-calendar .table li .second-layer a.link {
  position: relative;
  display: inline-block;
  font-size: 0.875em;
  font-family: Arial;
  font-style: normal;
  font-weight: bold;
  color: #fff;
}
#history-calendar .table li .second-layer a.link span.circle:first-child {
  position: absolute;
  left: 0;
  bottom: 0;
}
#history-calendar .table li .second-layer a.link span.text {
  margin-left: 2.5em;
  line-height: 1.71429em;
}
#history-calendar .table li .second-layer span.circle:hover {
  border-color: #FFF;
}

/******************************************Recipe*******************************************/
#recipe {
  position: relative;
  width: 100%;
  padding-bottom: 4.375em;
}
#recipe .recipe-table {
  position: relative;
  width: 100%;
  background: url(../images/texture.gif);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3px 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3px 0px;
}
#recipe .recipe-table .centered {
  width: 100%;
  padding: 0 0.9375em;
}
#recipe .recipe-table .rows:last-child {
  border-bottom-width: 0;
}
#recipe .recipe-table .rows {
  border-bottom: 2px solid #e5e5e5;
}
#recipe .recipe-table .rows h4 {
  color: #e10032;
  display: inline-block;
  margin: 0;
  vertical-align: sub;
  padding-left: 0.41667em;
}
#recipe .recipe-table .rows .circle {
  vertical-align: middle;
  text-align: center;
  border: 2px solid rgba(235, 89, 122, 0.8);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  line-height: 42px;
  display: inline-block;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0.83333em 0 0.625em;
}
#recipe .recipe-table .rows .circle i {
  padding: 0;
  margin: 0;
}
#recipe .recipe-table .rows .circle i {
  color: #eb597a;
  font-size: 1.5em;
  line-height: 1.75em;
}
#recipe .recipe-table .rows span.text,
#recipe .recipe-table .rows ul li {
  font-size: 0.875em;
  line-height: 1.5em;
}
#recipe .recipe-table .rows span.text {
  display: block;
  color: #808080;
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  margin: 1.07143em auto;
}
#recipe .recipe-table .rows p {
  font-size: 0.875em;
  line-height: 1.5em;
  margin: 1.42857em auto 0;
}
#recipe .recipe-table .rows ul {
  margin: 0.625em 0 1.25em;
  padding-left: 0.9375em;
}
#recipe .recipe-table .rows ul > li {
  color: #000;
  list-style: none;
}
#recipe .recipe-table .rows ul > li > span {
  font-family: Arial;
  font-style: normal;
  font-weight: bold;
}
#recipe .recipe-table .rows ul li ul {
  padding-left: 0;
  margin: 0;
}
#recipe .recipe-table .rows ul li ul li {
  list-style-type: disc;
  color: #e10032;
  text-indent: 0em;
}
#recipe .recipe-table .rows ul li ul li span {
  color: #000;
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 1.14286em;
  line-height: 1.5em;
}
#recipe .recipe-table .icon-block {
  float: left;
  width: 2.8125em;
}
#recipe .recipe-table .text-block {
  float: left;
  width: 8.125em;
  margin: 1.25em 0 1.25em 0.625em;
}
#recipe .recipe-table .text-block h4, #recipe .recipe-table .text-block p {
  margin: 0;
  padding: 0;
  text-align: left;
}
#recipe .recipe-content h3 {
  margin-top: 0;
}
#recipe .recipe-content .copy-headline {
  margin: 0 0 3.125em 0;
}
#recipe .recipe-content .list-of-links ul {
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #e5e5e5;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #e5e5e5;
  padding: 0.9375em 0;
}
#recipe .recipe-content .list-of-links ul li {
  display: inline-block;
}
#recipe .recipe-content .list-of-links ul li a {
  font-size: 0.875em;
  line-height: 2em;
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  color: #e10032;
  text-decoration: underline;
}

#nutrition {
  margin: 1.25em auto;
}
#nutrition .headline h3 {
  color: #808080;
  display: inline-block;
}
#nutrition .headline span {
  color: #808080;
  font-size: 0.875em;
}
#nutrition .table-diagram {
  margin: 1.875em auto;
  overflow: hidden;
}
#nutrition .table-diagram .columns {
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: #e5e5e5;
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}
#nutrition .table-diagram .columns:first-child {
  border-left-width: 0;
}
#nutrition .table-diagram p {
  display: block;
  font-family: Arial;
  font-style: normal;
  font-weight: bold;
  font-size: 0.875em;
  line-height: 2.85714em;
  margin-bottom: 0.71429em;
}
#nutrition .table-diagram table {
  width: 100%;
  border-width: 0;
}
#nutrition .table-diagram table tr {
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #e5e5e5;
}
#nutrition .table-diagram table tr td:first-child {
  width: 15em;
}
#nutrition .table-diagram table tr td {
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 0.875em;
  line-height: 2.85714em;
  padding: 0 0.71429em;
}
#nutrition .table-diagram table tr:last-child {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #e5e5e5;
}
#nutrition .table-diagram .pie-chart div.circle {
  text-align: center;
  border: 2px solid rgba(228, 225, 223, 0.8);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  line-height: 200px;
  display: inline-block;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  margin: 0 auto;
}
#nutrition .table-diagram .pie-chart div.circle i {
  padding: 0;
  margin: 0;
}
#nutrition .table-diagram .pie-chart div.circle canvas {
  margin-top: 2.375em;
}
#nutrition .table-diagram .pie-chart-data {
  margin-top: 1.5625em;
}
#nutrition .table-diagram .pie-chart-data li span {
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 0.875em;
  line-height: 1.71429em;
}
#nutrition .table-diagram .pie-chart-data li span.key {
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 0.625em;
  height: 0.625em;
}
#nutrition .table-diagram .pie-chart-data li span.name {
  padding: 0 6px 0 10px;
}

/******************************************Footer*******************************************/
footer nav.main-navigation {
  background-color: #e4e1dd;
}
footer nav.main-navigation > .row > .columns {
  padding: 0;
}
footer nav.main-navigation .columns > ul {
  margin: 0.3125em 0;
}
footer nav.main-navigation .columns > ul > li:first-child {
  border-top: 0;
}
footer nav.main-navigation .columns > ul > li {
  border-top: 2px solid #d8d0c7;
  padding: 1.875em 0.9375em 1.25em 0.9375em;
}
footer nav.main-navigation .columns > ul > li li {
  display: inline-block;
  margin: 0 0.625em 0.625em 0;
}
footer nav.main-navigation .columns > ul > li ul {
  padding: 0;
}
footer nav.main-navigation .columns > ul li.category {
  display: inline-block;
  padding-right: 0;
  font-weight: bold;
}
footer nav.main-navigation .columns > ul li.category > a {
  margin-bottom: 0.71429em;
}
footer nav.main-navigation .columns > ul a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  line-height: 1.78571em;
  padding: 0 0.5em;
  margin: 0;
  border: #d8d0c7 2px solid;
  color: gray;
  font-size: 0.875em;
  -webkit-transition-property: color, border-color;
  -moz-transition-property: color, border-color;
  -o-transition-property: color, border-color;
  transition-property: color, border-color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
footer nav.main-navigation .columns > ul a:hover {
  border-color: #797673;
}
footer .contact {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxZGVkYyIvPjxzdG9wIG9mZnNldD0iOC4zMzMzMyUiIHN0b3AtY29sb3I9IiNlZWViZTkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYWY3ZjUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 60, color-stop(0%, #e1dedc), color-stop(8.33333%, #eeebe9), color-stop(100%, #faf7f5));
  background-image: -webkit-linear-gradient(#e1dedc, #eeebe9 5px, #faf7f5 60px);
  background-image: -moz-linear-gradient(#e1dedc, #eeebe9 5px, #faf7f5 60px);
  background-image: -o-linear-gradient(#e1dedc, #eeebe9 5px, #faf7f5 60px);
  background-image: linear-gradient(#e1dedc, #eeebe9 5px, #faf7f5 60px);
}
footer .contact .circle {
  text-align: center;
  border: 2px solid rgba(228, 225, 223, 0.8);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  line-height: 42px;
  display: inline-block;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin-bottom: 0.71429em !important;
}
footer .contact .circle i {
  padding: 0;
  margin: 0;
}
footer .contact .circle:hover {
  border-color: #797673;
}
footer .contact .columns > ul {
  margin: 2.1875em 0;
}
footer .contact .columns > ul > li:last-child span.border-line {
  visibility: hidden;
}
footer .contact .columns > ul li {
  position: relative;
}
footer .contact .columns > ul li span.border-line {
  display: inline-block;
  position: absolute;
  width: 0.1875em;
  height: 8.125em;
  background-color: #e2dfde;
  right: 0;
  top: 0;
}
footer .contact h5 {
  font-family: "Gill Sans W04 Italic";
  font-style: normal;
  font-weight: normal;
  text-align: center;
  font-size: 1.5em;
  margin: 0.41667em auto 1.04167em;
  color: gray;
}
footer .contact ul li {
  display: inline-block;
}
footer .contact ul li a {
  color: gray;
}
footer .contact div.social-links {
  text-align: center;
}
footer .contact div.social-links ul li {
  margin-right: 0.375em;
}
footer .contact div.social-links ul li i {
  font-size: 1.5em;
  line-height: 1.75em;
}
footer .contact form {
  width: 13em;
  height: 2.6875em;
  margin: 0 auto;
}
footer .contact form #search, footer .contact form #submit {
  float: left;
  background-color: #faf7f5;
  border-style: solid;
  border-color: #d8d0c7;
  height: 100%;
}
footer .contact form #search {
  width: 11.25em;
  border-width: 2px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 0.875em;
  -webkit-box-shadow: white 0px 0px 0px;
  -moz-box-shadow: white 0px 0px 0px;
  box-shadow: white 0px 0px 0px;
}
footer .contact form #submit {
  border-width: 2px 2px 2px 0px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  width: 2.625em;
  padding: 0;
  cursor: pointer;
}
footer .contact form #submit i {
  color: gray;
  font-size: 1.5em;
  line-height: 1.5em;
}
footer #language-switch {
  display: none;
  background-color: #C70021;
  -webkit-box-shadow: inset 0px 1px 0.625em rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 1px 0.625em rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 1px 0.625em rgba(0, 0, 0, 0.5);
  padding: 1.5625em 0 0.9375em 0;
}
footer #language-switch span {
  display: block;
  text-transform: uppercase;
  color: #e5e3df;
  font-size: 0.875em;
  margin-bottom: 1.78571em;
}
footer #language-switch ul {
  padding: 0;
}
footer #language-switch li.active a {
  font-weight: bold;
}
footer #language-switch li {
  display: inline-block;
}
footer #language-switch li a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  line-height: 1.78571em;
  padding: 0 0.5em;
  margin: 0;
  border: #d2334d 2px solid;
  color: #e5e3df;
  font-size: 0.875em;
  -webkit-transition-property: color, border-color;
  -moz-transition-property: color, border-color;
  -o-transition-property: color, border-color;
  transition-property: color, border-color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  margin: 0 0.9375em 0.9375em 0;
}
footer #language-switch li a:hover {
  border-color: #FFF;
}
footer #language-switch .circle {
  text-align: center;
  border: 2px solid #d2334d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 1.25em;
  position: absolute;
  right: 0;
  top: 0;
}
footer #language-switch .circle i {
  padding: 0;
  margin: 0;
}
footer #language-switch .circle i {
  color: #FFF;
  font-size: 1.25em;
  line-height: 1em;
}
footer #language-switch .circle:hover {
  border-color: #FFF;
}
footer .meta-navigation {
  background-color: #c70021;
}
footer .meta-navigation div.columns:first-child {
  margin-bottom: 0;
}
footer .meta-navigation div.columns {
  margin: 2.1875em auto !important;
  text-align: center;
}
footer .meta-navigation div.columns ul {
  display: block;
  margin: 0 0.625em 1.875em 0;
}
footer .meta-navigation div.columns ul li {
  margin-right: 1em;
  display: inline-block;
}
footer .meta-navigation div.columns ul li a {
  color: #e5e3df;
  font-size: 0.8125em;
  font-family: Arial;
  font-style: normal;
  font-weight: bold;
}
footer .meta-navigation div.columns a,
footer .meta-navigation div.columns span.text,
footer .meta-navigation div.columns p {
  font-size: 0.8125em;
  text-transform: uppercase;
  font-family: Arial;
  font-style: normal;
  font-weight: bold;
  color: #e5e3df;
}
footer .meta-navigation div.columns span.text {
  display: block;
  margin: 0 0.76923em 1.15385em 0;
}
footer .meta-navigation div.columns #show-language-switch.unfolded .icon-arw_small_down_24x24 {
  display: none;
}
footer .meta-navigation div.columns #show-language-switch.unfolded .icon-arw_small_up_24x24 {
  display: block;
}
footer .meta-navigation div.columns #show-language-switch .icon-arw_small_up_24x24 {
  display: none;
}
footer .meta-navigation div.columns #show-language-switch {
  position: relative;
  box-shadow: none !important;
  padding: 0 3.84615em;
  background-color: #c70021;
}
footer .meta-navigation div.columns #show-language-switch i.icon-globe_24x24 {
  position: absolute;
  font-size: 1.84615em;
  line-height: 1.66667em;
  top: 0;
  left: 0.58333em;
  color: #f8f5f0;
}
footer .meta-navigation div.columns #show-language-switch p {
  display: inline-block;
  margin: 0;
  margin-right: 1.15385em;
  font-size: 1em;
  line-height: 3.07692em;
}
footer .meta-navigation div.columns #show-language-switch span {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  padding: 0 1.15385em;
  border-left-width: 0.15385em;
  border-left-style: solid;
  border-left-color: #d2334d;
}
footer .meta-navigation div.columns #show-language-switch span i {
  vertical-align: middle;
  font-size: 1.53846em;
  line-height: 2em;
}
footer .meta-navigation div.columns .buttons,
footer .meta-navigation div.columns #show-language-switch {
  display: inline-block;
  border: 2px solid #d2334d;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
footer .meta-navigation div.columns .buttons:hover,
footer .meta-navigation div.columns #show-language-switch:hover {
  border-color: #FFF;
}
footer .meta-navigation div.columns .buttons:hover span,
footer .meta-navigation div.columns #show-language-switch:hover span {
  border-color: #FFF;
}
footer .meta-navigation div.columns .buttons {
  padding: 0 1.15385em;
  line-height: 3.07692em;
}
footer .meta-navigation div.columns .buttons i {
  font-size: 1.53846em;
  line-height: 2em;
  vertical-align: middle;
}
footer .copyright {
  background-color: #94001a;
}
footer .copyright div.columns {
  margin: 1.875em auto;
}
footer .copyright div.columns ul li {
  margin-right: 1em;
  display: inline-block;
}
footer .copyright div.columns ul li a,
footer .copyright div.columns ul li span {
  text-transform: uppercase;
  font-size: 0.625em;
  color: #e5e3df;
  font-family: Arial;
  font-style: normal;
  font-weight: bold;
}

/* Custom fix for BE */
body.fr_BE #sidebar-social-links,
body.nl_BE #sidebar-social-links {
  display: none;
}

/* END custom fix for BE */
@media only screen and (max-width: 480px) {
  .teaser-row .small-block-grid-2 > li {
    width: 100%;
    clear: both;
  }
}
@media only screen and (min-width: 768px) {
  h1,
  h2 {
    font-size: 3em;
  }

  h3 {
    font-size: 1.875em;
  }

  .big-screen .wallpaper-container img.wallpaper {
    width: 100%;
    margin: 0 !important;
    height: auto;
  }

  #main-stage.big-screen .orbit-bullets {
    margin-top: 2.8125em;
  }
  #main-stage.big-screen .orbit-container .orbit-slides-container li {
    margin-bottom: 0;
  }
  #main-stage.big-screen .orbit-container .orbit-slides-container li img.wallpaper {
    width: 100%;
    margin: 0 !important;
    height: auto;
  }

  /* next section button related styles */
  .grid-boundary.next-section {
    display: block;
    position: absolute;
    bottom: 2.5em;
    top: auto !important;
    padding-right: 0.9375em;
  }
  .grid-boundary.next-section .grid-boundary-content {
    text-align: right;
  }
  .grid-boundary.next-section a {
    text-align: center;
    border: 2px solid rgba(228, 225, 223, 0.8);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border-color: 2px solid rgba(0, 0, 0, 0.1);
  }
  .grid-boundary.next-section a i {
    padding: 0;
    margin: 0;
  }
  .grid-boundary.next-section a i {
    color: #7f7f7f;
    font-size: 1.25em;
    line-height: 1.75em;
    vertical-align: middle;
  }
  .grid-boundary.next-section a:hover {
    border-color: #ffffff;
  }

  .wallpaper-container .grid-boundary.next-section a {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(0, 0, 0, 0.1);
  }
  .wallpaper-container .grid-boundary.next-section a:hover {
    border-color: #797673;
  }

  .big-screen.red .grid-boundary.next-section a {
    border-color: rgba(255, 255, 255, 0.6);
  }
  .big-screen.red .grid-boundary.next-section a i {
    color: #FFF;
  }
  .big-screen.red .grid-boundary.next-section a:hover {
    border-color: #ffffff;
  }

  /* teaser and teaser related styles */
  .teaser-row {
    padding: 4.375em 0 5.625em 0;
  }
  .teaser-row h2 {
    margin: 0;
  }

  .three-teaser-centered .breadcrumbs {
    position: absolute;
  }
  .three-teaser-centered .small-block-grid-2 > li:first-child {
    width: 33.33333%;
  }
  .three-teaser-centered .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: none;
  }
  .three-teaser-centered .headline-wrapper {
    text-align: center;
  }
  .three-teaser-centered .headline-wrapper h2 {
    margin: 0.20833em auto 1.5625em auto;
  }

  .three-teaser-one-big {
    /* big cropped teaser on homepage */
  }
  .three-teaser-one-big h2 {
    margin: 0.20833em 0 1.5625em 0.3125em;
  }
  .three-teaser-one-big .large-6 a div.img {
    padding-top: 31%;
    background-position: center center;
  }
  .three-teaser-one-big .large-6 a div.img img {
    display: none;
  }

  header a.logo {
    height: 4.0625em;
    width: 12.125em;
    background-size: 8.75em auto;
    background-position: 0 bottom;
  }
  header a#mobile-menu {
    display: none;
  }
  header nav#main-categories {
    display: block;
    position: relative;
  }
  header nav#main-categories > ul:first-child {
    margin-right: 5.3125em;
  }
  header nav#main-categories > ul:first-child > li:first-child a {
    margin-left: 0;
  }
  header nav#main-categories > ul:last-child {
    position: absolute;
    right: 0;
  }
  header nav#main-categories > ul:last-child li a {
    margin: 0;
  }
  header nav#main-categories > ul:last-child li a span:first-child {
    margin-top: 2.92857em;
  }
  header nav#main-categories ul li a.active span:first-child {
    color: #e10024;
  }
  header nav#main-categories ul li a.unfolded span:last-child {
    background-color: #d60022;
    -webkit-box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.3);
  }
  header nav#main-categories ul {
    padding: 0;
    margin: 0;
    display: inline-block;
  }
  header nav#main-categories ul li {
    display: inline-block;
    height: 6.875em;
  }
  header nav#main-categories ul li a {
    display: inline-block;
    position: relative;
    height: 7.85714em;
    margin: 0 0.92857em;
  }
  header nav#main-categories ul li a span:first-child {
    font-family: "Gill Sans W04 Book";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    line-height: 1.78571em;
    padding: 0 0.5em;
    margin-top: 3.42857em;
    color: #bbbbbb;
  }
  header nav#main-categories ul li a span:first-child i {
    font-size: 2em;
    line-height: 0.89286em;
    color: #e10024;
    vertical-align: middle;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }
  header nav#main-categories ul li a span:first-child i:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
  }
  header nav#main-categories ul li a span:last-child {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.42857em;
    background-color: transparent;
    -moz-border-radius-topleft: 0.21429em;
    -webkit-border-top-left-radius: 0.21429em;
    border-top-left-radius: 0.21429em;
    -moz-border-radius-topright: 0.21429em;
    -webkit-border-top-right-radius: 0.21429em;
    border-top-right-radius: 0.21429em;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }
  header nav#main-categories ul li a:hover span:first-child {
    color: #878787;
  }
  header nav#main-tree.unfolded {
    height: auto;
    max-height: 500px;
    min-height: 3.75em;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  header nav#main-tree.unfolded .columns {
    min-height: 3.75em;
  }
  header nav#main-tree.unfolded a.closer {
    display: block;
  }
  header nav#main-tree {
    display: block;
    overflow: hidden;
    height: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    position: relative;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }
  header nav#main-tree .columns {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
  }
  header nav#main-tree ul.search input {
    padding-right: 5.71429em;
    margin: 0;
    min-width: 35.71429em;
  }
  header nav#main-tree a.closer {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 3.75em;
    height: 100%;
    border-top: none;
    border-left: 2px solid rgba(0, 0, 0, 0.1);
    margin-right: 0.625em;
  }
  header nav#main-tree a.closer .circle {
    position: absolute;
    margin-top: -0.85714em;
    top: 50%;
    left: 1em;
  }
  header nav#main-tree ul.unfolded {
    height: auto;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    margin: 1em 5.625em 0.375em 0;
  }
  header nav#main-tree ul.search.unfolded {
    height: 100%;
  }
  header nav#main-tree ul.search {
    margin: 0;
  }
  header nav#main-tree ul.search a.submit.circle {
    right: 4.42857em;
  }
  header nav#main-tree ul.search li.category a {
    line-height: 4.28571em;
  }
  header nav#main-tree ul {
    height: 0;
    overflow: hidden;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    padding: 0;
    border-top: 0;
  }
  header nav#main-tree ul li.category a {
    margin-bottom: 0;
  }
  header nav#main-tree ul li {
    padding: 0;
    margin: 0 0.625em 0.625em 0;
  }
  header nav#main-tree ul li.category {
    display: inline-block;
  }

  /******************************************Contact*******************************************/
  ul.contact-info li:last-child {
    padding-left: 0;
  }

  /******************************************Category*******************************************/
  .category-archive-teaser a span.copy-wrapper {
    padding-right: 7.5em;
  }
  .category-archive-teaser .link {
    float: left;
    width: 7.5em;
    margin-left: -7.5em;
    text-align: right;
    padding-top: 0.9375em;
  }

  /******************************************Downloads*************************************/
  ul.downloads li {
    width: 33.33333%;
  }

  /******************************************Article*******************************************/
  .content-modules > .row > .columns {
    margin-top: 3.75em;
    margin-bottom: 2.1875em;
  }

  .image-text h3 {
    margin-top: 0.375em;
  }

  .three-text-columns li {
    padding-bottom: 0;
  }

  /******************************************History*******************************************/
  #history-calendar .center p {
    width: 33.57143em;
  }
  #history-calendar .large-block-grid-3 {
    width: 27.625em;
  }
  #history-calendar .large-block-grid-3 > li:nth-of-type(1n+1) {
    clear: none;
  }
  #history-calendar .large-block-grid-3 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /******************************************Recipe*******************************************/
  #recipe .recipe-content-wrapper {
    width: 100%;
    float: left;
  }
  #recipe .recipe-content-wrapper .recipe-content {
    margin-left: 15.9375em;
  }
  #recipe .centered {
    margin: 0 auto;
    width: 12.5em;
  }
  #recipe .recipe-table {
    float: left;
    width: 14.0625em;
    margin-left: -100%;
  }

  /******************************************Footer*******************************************/
  footer .contact .columns > ul {
    min-height: 8.125em;
  }
  footer .contact .columns > ul > li {
    padding-bottom: 0.4375em !important;
    padding-top: 0.4375em !important;
  }
  footer #language-switch span {
    margin-bottom: 1.07143em;
  }
  footer #language-switch ul {
    margin-right: 3.75em;
  }
  footer #language-switch .circle {
    top: 0.625em;
  }
  footer nav.main-navigation > .row > .columns {
    padding: 0 0.9375em;
  }
  footer nav.main-navigation .columns > ul {
    margin: 1.5625em 0;
  }
  footer nav.main-navigation .columns > ul > li:nth-child(odd) {
    padding-left: 0;
  }
  footer nav.main-navigation .columns > ul > li:nth-child(even) {
    padding-right: 0;
  }
  footer nav.main-navigation .columns > ul > li {
    padding: 0.9375em 0.9375em 0.3125em 0.9375em;
    border-top: 0;
  }
  footer .meta-navigation div.columns ul {
    display: inline-block;
    margin-bottom: 0.9375em;
  }
  footer .meta-navigation div.columns span.text {
    display: inline-block;
  }
  footer .meta-navigation div.columns.large-5 {
    text-align: left;
  }
  footer .meta-navigation div.columns.large-7 {
    text-align: right;
  }
}
@media only screen and (min-width: 980px) {
  header a.logo {
    float: left;
  }

  .big-screen .wallpaper-container .grid-boundary.relative-when-scaled {
    position: absolute;
    z-index: 100;
  }
  .big-screen .wallpaper-container .grid-boundary.relative-when-scaled .grid-boundary-content {
    background-image: none;
  }
  .big-screen .wallpaper-container .grid-boundary.relative-when-scaled .caption {
    padding: 0;
    width: 28.125em;
  }
  .big-screen .wallpaper-container.no-image .grid-boundary .caption {
    width: 50em;
  }
  .big-screen .wallpaper-container.article-header .grid-boundary {
    top: 2.1875em;
  }
  .big-screen .wallpaper-container.article-header .grid-boundary.relative-when-scaled {
    top: 9.375em;
  }
  .big-screen .wallpaper-container .grid-boundary {
    top: 3.75em;
  }
  .big-screen .wallpaper-container.caption-center .grid-boundary.with-caption {
    top: 30%;
  }
  .big-screen .wallpaper-container nav {
    z-index: 10;
  }
  .big-screen .wallpaper-container.caption-bottom .grid-boundary.with-caption {
    bottom: 3.4375em;
    top: auto;
    margin-bottom: 1.875em;
  }
  .big-screen .wallpaper-container.focus-left .caption {
    float: right;
  }
  .big-screen .wallpaper-container.focus-right.caption-top .grid-boundary.with-caption {
    top: 9.375em;
  }
  .big-screen .wallpaper-container.focus-left.caption-top .grid-boundary.with-caption {
    /*top: em-calc(60, 16);*/
    top: 6.25em;
  }
  .big-screen .wallpaper-container.bright .grid-boundary .grid-boundary-content .caption h2, .big-screen .wallpaper-container.bright .grid-boundary .grid-boundary-content .caption p, .big-screen .wallpaper-container.bright .grid-boundary .grid-boundary-content .caption a {
    text-shadow: 0px 1px 1px #fff;
  }
  .big-screen .wallpaper-container.dark .grid-boundary .grid-boundary-content .breadcrumbs {
    border: 2px solid rgba(255, 255, 255, 0.4);
    background-color: rgba(0, 0, 0, 0.1);
    color: white;
    font-size: 0.875em;
    padding: 0 1em;
    line-height: 2.85714em;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition-property: color, border-color;
    -moz-transition-property: color, border-color;
    -o-transition-property: color, border-color;
    transition-property: color, border-color;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }
  .big-screen .wallpaper-container.dark .grid-boundary .grid-boundary-content .breadcrumbs a {
    color: rgba(255, 255, 255, 0.4);
  }
  .big-screen .wallpaper-container.dark .grid-boundary .grid-boundary-content .breadcrumbs a i {
    color: rgba(255, 255, 255, 0.4);
  }
  .big-screen .wallpaper-container.dark .grid-boundary .grid-boundary-content .breadcrumbs a.current {
    color: #FFF;
  }
  .big-screen .wallpaper-container.dark .grid-boundary .grid-boundary-content .breadcrumbs:hover {
    border-color: #FFF;
  }
  .big-screen .wallpaper-container.dark .grid-boundary .grid-boundary-content .breadcrumbs:hover a {
    color: #FFF;
  }
  .big-screen .wallpaper-container.dark .grid-boundary .grid-boundary-content .caption {
    padding: 0;
  }
  .big-screen .wallpaper-container.dark .grid-boundary .grid-boundary-content .caption h2 a {
    color: #FFF;
  }
  .big-screen .wallpaper-container.dark .grid-boundary .grid-boundary-content .caption h2, .big-screen .wallpaper-container.dark .grid-boundary .grid-boundary-content .caption p, .big-screen .wallpaper-container.dark .grid-boundary .grid-boundary-content .caption a {
    color: #FFF;
    border-color: rgba(255, 255, 255, 0.4);
    text-shadow: 0px 1px 1px #000;
  }
  .big-screen .wallpaper-container.dark .grid-boundary .grid-boundary-content .caption > a {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .big-screen .wallpaper-container.dark .grid-boundary .grid-boundary-content .caption > a:hover {
    border-color: #ffffff;
    color: #ffffff;
  }
  .big-screen .focus-right.dark.wallpaper-container .image-shadow {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    /*
    background-image: -webkit-gradient(linear, left center, right center, from(rgba(17, 17, 17, 0.35)), to(rgba(17, 17, 17, 0.00)));
    background-image: -webkit-linear-gradient(left, rgba(17, 17, 17, 0.35), rgba(17, 17, 17, 0.00));
    background-image: -moz-linear-gradient(left, rgba(17, 17, 17, 0.35), rgba(17, 17, 17, 0.00));
    background-image: -o-linear-gradient(left, rgba(17, 17, 17, 0.35), rgba(17, 17, 17, 0.00));
    background-image: -ms-linear-gradient(left, rgba(17, 17, 17, 0.35), rgba(17, 17, 17, 0.00));
    background-image: linear-gradient(left, rgba(17, 17, 17, 0.35), rgba(17, 17, 17, 0.00));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#111111', EndColorStr='#111111');
    */
  }
  .big-screen .focus-Right.dark.wallpaper-container .image-shadow {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    /*
    background-image: -webkit-gradient(linear, left center, right center, from(rgba(17, 17, 17, 0.35)), to(rgba(17, 17, 17, 0.00)));
    background-image: -webkit-linear-gradient(left, rgba(17, 17, 17, 0.35), rgba(17, 17, 17, 0.00));
    background-image: -moz-linear-gradient(left, rgba(17, 17, 17, 0.35), rgba(17, 17, 17, 0.00));
    background-image: -o-linear-gradient(left, rgba(17, 17, 17, 0.35), rgba(17, 17, 17, 0.00));
    background-image: -ms-linear-gradient(left, rgba(17, 17, 17, 0.35), rgba(17, 17, 17, 0.00));
    background-image: linear-gradient(left, rgba(17, 17, 17, 0.35), rgba(17, 17, 17, 0.00));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#111111', EndColorStr='#111111');
    */
  }
  .big-screen .focus-left.dark.wallpaper-container .image-shadow {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    /*
    background-image: -webkit-gradient(linear, left center, right center, from(rgba(17, 17, 17, 0.00)), to(rgba(17, 17, 17, 0.35)));
    background-image: -webkit-linear-gradient(left, rgba(17, 17, 17, 0.00), rgba(17, 17, 17, 0.35));
    background-image: -moz-linear-gradient(left, rgba(17, 17, 17, 0.00), rgba(17, 17, 17, 0.35));
    background-image: -o-linear-gradient(left, rgba(17, 17, 17, 0.00), rgba(17, 17, 17, 0.35));
    background-image: -ms-linear-gradient(left, rgba(17, 17, 17, 0.00), rgba(17, 17, 17, 0.35));
    background-image: linear-gradient(left, rgba(17, 17, 17, 0.00), rgba(17, 17, 17, 0.35));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#111111', EndColorStr='#111111');
    */
  }
  .big-screen .focus-Left.dark.wallpaper-container .image-shadow {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    /*
    background-image: -webkit-gradient(linear, left center, right center, from(rgba(17, 17, 17, 0.00)), to(rgba(17, 17, 17, 0.35)));
    background-image: -webkit-linear-gradient(left, rgba(17, 17, 17, 0.00), rgba(17, 17, 17, 0.35));
    background-image: -moz-linear-gradient(left, rgba(17, 17, 17, 0.00), rgba(17, 17, 17, 0.35));
    background-image: -o-linear-gradient(left, rgba(17, 17, 17, 0.00), rgba(17, 17, 17, 0.35));
    background-image: -ms-linear-gradient(left, rgba(17, 17, 17, 0.00), rgba(17, 17, 17, 0.35));
    background-image: linear-gradient(left, rgba(17, 17, 17, 0.00), rgba(17, 17, 17, 0.35));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#111111', EndColorStr='#111111');
    */
  }

  /* next section button related styles */
  .wallpaper-container.dark .grid-boundary.next-section a {
    border-color: rgba(255, 255, 255, 0.4);
    background-color: rgba(0, 0, 0, 0.1);
  }
  .wallpaper-container.dark .grid-boundary.next-section a i {
    color: #FFF;
  }
  .wallpaper-container.dark .grid-boundary.next-section a:hover {
    border-color: #ffffff;
  }

  /******************************************History*******************************************/
  #history-calendar .large-block-grid-3 {
    width: 41.375em;
  }
  #history-calendar .large-block-grid-3 > li:nth-of-type(2n+1) {
    clear: none;
  }
  #history-calendar .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  footer .contact form {
    width: 18.125em;
  }
  footer .contact form #search {
    width: 15.25em;
  }
  footer .contact form #submit {
    width: 4.6875em;
  }
  footer .meta-navigation .large-4 {
    text-align: center;
  }
}
.lt-ie9 #progress table.progresstable {
  border-color: #e4e1df;
}
.lt-ie9 .breadcrumbs {
  border: 2px solid #e5e5e5;
  background-color: white;
  color: black;
  font-size: 0.875em;
  padding: 0 1em;
  line-height: 2.85714em;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition-property: color, border-color;
  -moz-transition-property: color, border-color;
  -o-transition-property: color, border-color;
  transition-property: color, border-color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.lt-ie9 .breadcrumbs a.current {
  color: #E5E5E5;
}
.lt-ie9 .breadcrumbs a {
  color: #E6E6E6;
}
.lt-ie9 header a.logo {
  background-image: url(../images/logo.png);
}
.lt-ie9 header nav#main-tree {
  background-color: #cd0222;
}
.lt-ie9 header nav#main-tree a.closer {
  border-top: 2px solid #E5E5E5;
}
.lt-ie9 header nav#main-tree a.closer .circle {
  text-align: center;
  border: 2px solid white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.lt-ie9 header nav#main-tree a.closer .circle i {
  padding: 0;
  margin: 0;
}
.lt-ie9 header nav#main-tree form input::-webkit-input-placeholder {
  color: white;
}
.lt-ie9 header nav#main-tree form input:-moz-placeholder {
  /* Firefox 18- */
  color: white;
}
.lt-ie9 header nav#main-tree form input::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}
.lt-ie9 header nav#main-tree form input:-ms-input-placeholder {
  color: white;
}
.lt-ie9 header nav#main-tree form .placeholder {
  color: #FFF;
}
.lt-ie9 header nav#main-tree ul.search a.submit.circle {
  text-align: center;
  border: 2px solid white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.lt-ie9 header nav#main-tree ul.search a.submit.circle i {
  padding: 0;
  margin: 0;
}
.lt-ie9 header nav#main-tree ul {
  border-top: 2px solid #E5E5E5;
}
.lt-ie9 header nav#main-tree ul li > a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  line-height: 1.78571em;
  padding: 0 0.5em;
  margin: 0;
  border: white 2px solid;
  color: white;
  font-size: 0.875em;
  -webkit-transition-property: color, border-color;
  -moz-transition-property: color, border-color;
  -o-transition-property: color, border-color;
  transition-property: color, border-color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.lt-ie9 .big-screen.beige {
  background-color: #faf7f5;
}
.lt-ie9 .big-screen.red .breadcrumbs {
  border: 2px solid white;
  background-color: transparent;
  color: white;
  font-size: 0.875em;
  padding: 0 1em;
  line-height: 2.85714em;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition-property: color, border-color;
  -moz-transition-property: color, border-color;
  -o-transition-property: color, border-color;
  transition-property: color, border-color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.lt-ie9 .big-screen.red a.teaser .circle {
  border-color: #FFF;
}
.lt-ie9 .big-screen .grid-boundary .caption > a {
  border: 2px solid #e5e5e5;
  background-color: white;
  color: black;
  font-size: 0.875em;
  padding: 0 1em;
  line-height: 2.85714em;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition-property: color, border-color;
  -moz-transition-property: color, border-color;
  -o-transition-property: color, border-color;
  transition-property: color, border-color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.lt-ie9 .article-teaser-list a.circle {
  text-align: center;
  border: 2px solid #e4e1df;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.lt-ie9 .article-teaser-list a.circle i {
  padding: 0;
  margin: 0;
}
.lt-ie9 a.teaser span.link span.circle, .lt-ie9 div.sidebar span.link span.circle {
  text-align: center;
  border: 2px solid #e5e5e5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.lt-ie9 a.teaser span.link span.circle i, .lt-ie9 div.sidebar span.link span.circle i {
  padding: 0;
  margin: 0;
}
.lt-ie9 a.scroll-to-top span.circle {
  text-align: center;
  border: 2px solid #e4e1df;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.lt-ie9 a.scroll-to-top span.circle i {
  padding: 0;
  margin: 0;
}
.lt-ie9 .category-archive-teaser .link {
  color: rgba(0, 0, 0, 0.6);
}
.lt-ie9 ul.contact-info li a span.circle {
  text-align: center;
  border: 2px solid #e4e1df;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  line-height: 42px;
  display: inline-block;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.lt-ie9 ul.contact-info li a span.circle i {
  padding: 0;
  margin: 0;
}
.lt-ie9 .faqs ul ul > li a span.circle {
  text-align: center;
  border: 2px solid #e5e5e5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.lt-ie9 .faqs ul ul > li a span.circle i {
  padding: 0;
  margin: 0;
}
.lt-ie9 #history-calendar .table li .block-bottom span.circle {
  text-align: center;
  border: 2px solid #e4e1df;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.lt-ie9 #history-calendar .table li .block-bottom span.circle i {
  padding: 0;
  margin: 0;
}
.lt-ie9 #history-calendar .table li .second-layer span.circle {
  text-align: center;
  border: 2px solid white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.lt-ie9 #history-calendar .table li .second-layer span.circle i {
  padding: 0;
  margin: 0;
}
.lt-ie9 #recipe .recipe-table .rows .circle {
  text-align: center;
  border: 2px solid #ef7a95;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  line-height: 42px;
  display: inline-block;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.lt-ie9 #recipe .recipe-table .rows .circle i {
  padding: 0;
  margin: 0;
}
.lt-ie9 #nutrition .table-diagram .pie-chart div.circle {
  text-align: center;
  border: 2px solid #e4e1df;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  line-height: 200px;
  display: inline-block;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.lt-ie9 #nutrition .table-diagram .pie-chart div.circle i {
  padding: 0;
  margin: 0;
}
.lt-ie9 footer #language-switch li {
  display: inline-block;
}
.lt-ie9 footer #language-switch li a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  line-height: 1.78571em;
  padding: 0 0.5em;
  margin: 0;
  border: #d2334d 2px solid;
  color: #e5e3df;
  font-size: 0.875em;
  -webkit-transition-property: color, border-color;
  -moz-transition-property: color, border-color;
  -o-transition-property: color, border-color;
  transition-property: color, border-color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.lt-ie9 footer #language-switch .circle {
  text-align: center;
  border: 2px solid #faeaed;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.lt-ie9 footer #language-switch .circle i {
  padding: 0;
  margin: 0;
}
.lt-ie9 footer .meta-navigation div.columns .buttons,
.lt-ie9 footer .meta-navigation div.columns #show-language-switch {
  border: 2px solid #faeaed;
}

@media only screen and (min-width: 768px) {
  .lt-ie9 .grid-boundary.next-section a {
    text-align: center;
    border: 2px solid #e4e1df;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border-color: #E5E5E5;
  }
  .lt-ie9 .grid-boundary.next-section a i {
    padding: 0;
    margin: 0;
  }
  .lt-ie9 .wallpaper-container .grid-boundary.next-section a {
    background-color: #FFF;
    border-color: #E5E5E5;
  }
  .lt-ie9 .big-screen.red .grid-boundary.next-section a {
    border-color: #FFF;
  }
  .lt-ie9 header nav#main-tree a.closer {
    border-color-left: #E5E5E5;
  }
}
@media only screen and (min-width: 980px) {
  .lt-ie9 .big-screen .wallpaper-container.dark .grid-boundary .grid-boundary-content .breadcrumbs {
    border: 2px solid white;
    background-color: #e5e5e5;
    color: white;
    font-size: 0.875em;
    padding: 0 1em;
    line-height: 2.85714em;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition-property: color, border-color;
    -moz-transition-property: color, border-color;
    -o-transition-property: color, border-color;
    transition-property: color, border-color;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }
  .lt-ie9 .big-screen .wallpaper-container.dark .grid-boundary .grid-boundary-content .breadcrumbs a {
    color: #FFF;
  }
  .lt-ie9 .big-screen .wallpaper-container.dark .grid-boundary .grid-boundary-content .breadcrumbs a i {
    color: #FFF;
  }
  .lt-ie9 .big-screen .wallpaper-container.dark .grid-boundary .grid-boundary-content .caption h2, .lt-ie9 .big-screen .wallpaper-container.dark .grid-boundary .grid-boundary-content .caption p, .lt-ie9 .big-screen .wallpaper-container.dark .grid-boundary .grid-boundary-content .caption a {
    border-color: #FFF;
  }
  .lt-ie9 .big-screen .wallpaper-container.dark .grid-boundary .grid-boundary-content .caption > a {
    background-color: #E5E5E5;
  }
  .lt-ie9 .wallpaper-container.dark .grid-boundary.next-section a {
    border-color: #FFF;
    background-color: #E5E5E5;
  }
}
/* The Grid ---------------------- */
.lt-ie9 .row {
  width: 1020px;
  max-width: 100%;
  min-width: 768px;
  margin: 0 auto;
}
.lt-ie9 .row .row {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 -15px;
}
.lt-ie9 .row.large-collapse .column,
.lt-ie9 .row.large-collapse .columns {
  padding: 0;
}
.lt-ie9 .row .row {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 -15px;
}
.lt-ie9 .row .row.large-collapse {
  margin: 0;
}
.lt-ie9 .column, .lt-ie9 .lt-ie9 .columns {
  float: left;
  min-height: 1px;
  padding: 0 15px;
  position: relative;
}
.lt-ie9 .column.large-centered, .lt-ie9 .columns.large-centered {
  float: none;
  margin: 0 auto;
}
.lt-ie9 [class*="column"] + [class*="column"]:last-child {
  float: right;
}
.lt-ie9 [class*="column"] + [class*="column"].end {
  float: left;
}
.lt-ie9 .large-1,
.lt-ie9 .row .large-1 {
  width: 8.33333%;
}
.lt-ie9 .large-2,
.lt-ie9 .row .large-2 {
  width: 16.66667%;
}
.lt-ie9 .large-3,
.lt-ie9 .row .large-3 {
  width: 25%;
}
.lt-ie9 .large-4,
.lt-ie9 .row .large-4 {
  width: 33.33333%;
}
.lt-ie9 .large-5,
.lt-ie9 .row .large-5 {
  width: 41.66667%;
}
.lt-ie9 .large-6,
.lt-ie9 .row .large-6 {
  width: 50%;
}
.lt-ie9 .large-7,
.lt-ie9 .row .large-7 {
  width: 58.33333%;
}
.lt-ie9 .large-8,
.lt-ie9 .row .large-8 {
  width: 66.66667%;
}
.lt-ie9 .large-9,
.lt-ie9 .row .large-9 {
  width: 75%;
}
.lt-ie9 .large-10,
.lt-ie9 .row .large-10 {
  width: 83.33333%;
}
.lt-ie9 .large-11,
.lt-ie9 .row .large-11 {
  width: 91.66667%;
}
.lt-ie9 .large-12,
.lt-ie9 .row .large-12 {
  width: 100%;
}
.lt-ie9 .row .large-offset-1 {
  margin-left: 8.33333%;
}
.lt-ie9 .row .large-offset-2 {
  margin-left: 16.66667%;
}
.lt-ie9 .row .large-offset-3 {
  margin-left: 25%;
}
.lt-ie9 .row .large-offset-4 {
  margin-left: 33.33333%;
}
.lt-ie9 .row .large-offset-5 {
  margin-left: 41.66667%;
}
.lt-ie9 .row .large-offset-6 {
  margin-left: 50%;
}
.lt-ie9 .row .large-offset-7 {
  margin-left: 58.33333%;
}
.lt-ie9 .row .large-offset-8 {
  margin-left: 66.66667%;
}
.lt-ie9 .row .large-offset-9 {
  margin-left: 75%;
}
.lt-ie9 .row .large-offset-10 {
  margin-left: 83.33333%;
}
.lt-ie9 .pull-2 {
  right: 16.66667%;
}
.lt-ie9 .pull-3 {
  right: 25%;
}
.lt-ie9 .pull-4 {
  right: 33.33333%;
}
.lt-ie9 .pull-5 {
  right: 41.66667%;
}
.lt-ie9 .pull-6 {
  right: 50%;
}
.lt-ie9 .pull-7 {
  right: 58.33333%;
}
.lt-ie9 .pull-8 {
  right: 66.66667%;
}
.lt-ie9 .pull-9 {
  right: 75%;
}
.lt-ie9 .pull-10 {
  right: 83.33333%;
}
.lt-ie9 .push-2 {
  left: 16.66667%;
}
.lt-ie9 .push-3 {
  left: 25%;
}
.lt-ie9 .push-4 {
  left: 33.33333%;
}
.lt-ie9 .push-5 {
  left: 41.66667%;
}
.lt-ie9 .push-6 {
  left: 50%;
}
.lt-ie9 .push-7 {
  left: 58.33333%;
}
.lt-ie9 .push-8 {
  left: 66.66667%;
}
.lt-ie9 .push-9 {
  left: 75%;
}
.lt-ie9 .push-10 {
  left: 83.33333%;
}
.lt-ie9 .row {
  *zoom: 1;
}
.lt-ie9 .row:before, .lt-ie9 .row:after {
  content: " ";
  display: table;
}
.lt-ie9 .row:after {
  clear: both;
}

@media only screen and (max-width: 768px) {
  .lt-ie9 {
    /* Small Block Grids */
  }
  .lt-ie9 .small-block-grid-2 {
    list-style: none;
  }
  .lt-ie9 .small-block-grid-2 li {
    float: left;
    width: 50%;
    padding: 0 10px 10px;
  }
  .lt-ie9 .small-block-grid-2 li:first-child + li {
    float: right;
  }
  .lt-ie9 .small-block-grid-2 li:first-child + li + li {
    clear: both;
  }
  .lt-ie9 .small-block-grid-3 {
    list-style: none;
  }
  .lt-ie9 .small-block-grid-3 li {
    float: left;
    width: 33.3333%;
    padding: 0 10px 10px;
  }
  .lt-ie9 .small-block-grid-3 li:first-child + li + li {
    float: right;
  }
  .lt-ie9 .small-block-grid-3 li:first-child + li + li + li {
    clear: both;
  }
  .lt-ie9 .small-block-grid-4 {
    list-style: none;
  }
  .lt-ie9 .small-block-grid-4 li {
    float: left;
    width: 25%;
    padding: 0 10px 10px;
  }
  .lt-ie9 .small-block-grid-4 li:first-child + li + li + li {
    float: right;
  }
  .lt-ie9 .small-block-grid-4 li:first-child + li + li + li + li {
    clear: both;
  }
  .lt-ie9 .small-block-grid-5 {
    list-style: none;
  }
  .lt-ie9 .small-block-grid-5 li {
    float: left;
    width: 20%;
    padding: 0 10px 10px;
  }
  .lt-ie9 .small-block-grid-5 li:first-child + li + li + li + li {
    float: right;
  }
  .lt-ie9 .small-block-grid-5 li:first-child + li + li + li + li + li {
    clear: both;
  }
  .lt-ie9 .small-block-grid-6 {
    list-style: none;
  }
  .lt-ie9 .small-block-grid-6 li {
    float: left;
    width: 16.6667%;
    padding: 0 10px 10px;
  }
  .lt-ie9 .small-block-grid-6 li:first-child + li + li + li + li + li {
    float: right;
  }
  .lt-ie9 .small-block-grid-6 li:first-child + li + li + li + li + li + li {
    clear: both;
  }
  .lt-ie9 .small-block-grid-7 {
    list-style: none;
  }
  .lt-ie9 .small-block-grid-7 li {
    float: left;
    width: 14.2857142%;
    padding: 0 10px 10px;
  }
  .lt-ie9 .small-block-grid-7 li:first-child + li + li + li + li + li + li {
    float: right;
  }
  .lt-ie9 .small-block-grid-7 li:first-child + li + li + li + li + li + li + li {
    clear: both;
  }
  .lt-ie9 .small-block-grid-8 {
    list-style: none;
  }
  .lt-ie9 .small-block-grid-8 li {
    float: left;
    width: 12.5%;
    padding: 0 10px 10px;
  }
  .lt-ie9 .small-block-grid-8 li:first-child + li + li + li + li + li + li + li {
    float: right;
  }
  .lt-ie9 .small-block-grid-8 li:first-child + li + li + li + li + li + li + li + li {
    clear: both;
  }
  .lt-ie9 .small-block-grid-9 {
    list-style: none;
  }
  .lt-ie9 .small-block-grid-9 li {
    float: left;
    width: 11.111111%;
    padding: 0 10px 10px;
  }
  .lt-ie9 .small-block-grid-9 li:first-child + li + li + li + li + li + li + li + li {
    float: right;
  }
  .lt-ie9 .small-block-grid-9 li:first-child + li + li + li + li + li + li + li + li + li {
    clear: both;
  }
  .lt-ie9 .small-block-grid-10 {
    list-style: none;
  }
  .lt-ie9 .small-block-grid-10 li {
    float: left;
    width: 10%;
    padding: 0 10px 10px;
  }
  .lt-ie9 .small-block-grid-10 li:first-child + li + li + li + li + li + li + li + li + li {
    float: right;
  }
  .lt-ie9 .small-block-grid-10 li:first-child + li + li + li + li + li + li + li + li + li + li {
    clear: both;
  }
  .lt-ie9 .small-block-grid-11 {
    list-style: none;
  }
  .lt-ie9 .small-block-grid-11 li {
    float: left;
    width: 9.0909%;
    padding: 0 10px 10px;
  }
  .lt-ie9 .small-block-grid-11 li:first-child + li + li + li + li + li + li + li + li + li + li {
    float: right;
  }
  .lt-ie9 .small-block-grid-11 li:first-child + li + li + li + li + li + li + li + li + li + li + li {
    clear: both;
  }
  .lt-ie9 .small-block-grid-12 {
    list-style: none;
  }
  .lt-ie9 .small-block-grid-12 li {
    float: left;
    width: 8.333333%;
    padding: 0 10px 10px;
  }
  .lt-ie9 .small-block-grid-12 li:first-child + li + li + li + li + li + li + li + li + li + li + li {
    float: right;
  }
  .lt-ie9 .small-block-grid-12 li:first-child + li + li + li + li + li + li + li + li + li + li + li + li {
    clear: both;
  }
}
/*
.datepicker {
  .prev, .next {font-style:normal;}
  .prev:after {content:"«";}
  .next:after {content:"»";}
}
*/
/*
 * Datepicker for Foundation - less stylesheet, just version customized to foundation
 *
 * Copyright 2013 Peter Beno, najlepsiwebdesigner@gmail.com, @benopeter
 * project website http://foundation-datepicker.peterbeno.com
 *
 * Original project https://github.com/eternicode/bootstrap-datepicker
 *    Original author 2012 Stefan Petre
 *    Improvements by Andrew Rowls
 *    Licensed under the Apache License v2.0
 *    http://www.apache.org/licenses/LICENSE-2.0
 */
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333;
  font-family: "Open Sans",sans-serif;
  font-size: 13px;
  line-height: 18px;
}

.datepicker.dropdown-menu th, .datepicker.dropdown-menu td {
  padding: 4px 5px;
}

.datepicker {
  display: none;
  position: absolute;
  padding: 4px;
  margin-top: 1px;
  direction: ltr;
}

.datepicker-inline {
  width: 220px;
}

.datepicker-rtl {
  direction: rtl;
}

.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
}

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 7px;
}

.datepicker > div {
  display: none;
}

.datepicker.days div.datepicker-days {
  display: block;
}

.datepicker.months div.datepicker-months {
  display: block;
}

.datepicker.years div.datepicker-years {
  display: block;
}

.datepicker table {
  border: 0;
  margin: 0;
}

.datepicker td, .datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border: 0;
  font-size: 12px;
  padding: 4px 8px;
  background: #fff;
  cursor: pointer;
}

.datepicker td.active.day, .datepicker th.active.day {
  background: #2ba6cb;
}

.datepicker td.active.year, .datepicker th.active.year {
  background: #2ba6cb;
}

.datepicker td span.active, .datepicker th span.active {
  background: #2ba6cb;
}

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
}

.datepicker th.date-switch {
  width: 145px;
}

.datepicker thead tr:first-child th, .datepicker tfoot tr:first-child th {
  cursor: pointer;
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}

.datepicker-dropdown::before, .datepicker-dropdown::after {
  display: none;
}

.datepicker-close {
  position: absolute;
  top: -30px;
  right: 0;
  width: 15px;
  height: 30px;
  padding: 0;
  display: none;
}

.datepicker td.old, .datepicker td.new {
  color: #999;
}

.datepicker td.day.disabled {
  color: #eee;
}

/* This beautiful CSS-File has been crafted with LESS (lesscss.org) and compiled by simpLESS (wearekiss.com/simpless) */
