@import url(/custom/fonts/icomoon/style.css);
@import url(/custom/fonts/flexslider/flexslider.css);
@import url(/css/thickbox.css);
@import url(/css/structure.css);
/* Base Font Variables (ONLY MODIFY DO NOT DELETE) */
/* normalize.css v2.1.3 | 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 `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * 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/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
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;
}

meta.foundation-mq-small {
  font-family: "only screen and (min-width: 768px)";
  width: 768px;
}

meta.foundation-mq-medium {
  font-family: "only screen and (min-width:1280px)";
  width: 1280px;
}

meta.foundation-mq-large {
  font-family: "only screen and (min-width:1440px)";
  width: 1440px;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: white;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
}

img,
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: 1200px;
  *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.collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.row .row {
  width: auto;
  margin-left: -2em;
  margin-right: -2em;
  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: 2em;
  padding-right: 2em;
  width: 100%;
  float: left;
}

@media only screen {
  .column,
  .columns {
    position: relative;
    padding-left: 2em;
    padding-right: 2em;
    float: left;
  }

  .columns.first {
    padding: 0;
  }

  .columns.last {
    padding: 0;
  }

  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .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;
  }

  .row-keep-left [class*="column"] + [class*="column"]:last-child {
    float: left;
  }

  [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 480px; */
@media only screen and (min-width: 480px) {
  .smallish-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .smallish-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .smallish-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .smallish-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .smallish-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .smallish-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .smallish-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .smallish-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .smallish-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .smallish-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .smallish-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .smallish-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .smallish-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .smallish-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .smallish-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .smallish-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .smallish-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .smallish-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .smallish-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .smallish-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .smallish-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .smallish-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .smallish-1 {
    position: relative;
    width: 8.33333%;
  }

  .smallish-2 {
    position: relative;
    width: 16.66667%;
  }

  .smallish-3 {
    position: relative;
    width: 25%;
  }

  .smallish-4 {
    position: relative;
    width: 33.33333%;
  }

  .smallish-5 {
    position: relative;
    width: 41.66667%;
  }

  .smallish-6 {
    position: relative;
    width: 50%;
  }

  .smallish-7 {
    position: relative;
    width: 58.33333%;
  }

  .smallish-8 {
    position: relative;
    width: 66.66667%;
  }

  .smallish-9 {
    position: relative;
    width: 75%;
  }

  .smallish-10 {
    position: relative;
    width: 83.33333%;
  }

  .smallish-11 {
    position: relative;
    width: 91.66667%;
  }

  .smallish-12 {
    position: relative;
    width: 100%;
  }

  .row .smallish-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  .row .smallish-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  .row .smallish-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  .row .smallish-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  .row .smallish-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  .row .smallish-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  .row .smallish-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  .row .smallish-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  .row .smallish-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  .row .smallish-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  .row .smallish-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  .row .smallish-offset-11 {
    position: relative;
    margin-left: 91.66667%;
  }
}
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 768px) {
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .medium-1 {
    position: relative;
    width: 8.33333%;
  }

  .medium-2 {
    position: relative;
    width: 16.66667%;
  }

  .medium-3 {
    position: relative;
    width: 25%;
  }

  .medium-4 {
    position: relative;
    width: 33.33333%;
  }

  .medium-5 {
    position: relative;
    width: 41.66667%;
  }

  .medium-6 {
    position: relative;
    width: 50%;
  }

  .medium-7 {
    position: relative;
    width: 58.33333%;
  }

  .medium-8 {
    position: relative;
    width: 66.66667%;
  }

  .medium-9 {
    position: relative;
    width: 75%;
  }

  .medium-10 {
    position: relative;
    width: 83.33333%;
  }

  .medium-11 {
    position: relative;
    width: 91.66667%;
  }

  .medium-12 {
    position: relative;
    width: 100%;
  }

  .row .medium-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  .row .medium-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  .row .medium-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  .row .medium-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  .row .medium-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  .row .medium-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  .row .medium-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  .row .medium-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  .row .medium-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  .row .medium-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  .row .medium-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  .row .medium-offset-11 {
    position: relative;
    margin-left: 91.66667%;
  }

  .columns.first {
    padding-right: 2em;
  }

  .columns.last {
    padding-left: 2em;
  }
}
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 980px) {
  .columns.first {
    padding: 0;
  }

  .columns.last {
    padding: 0;
  }
}
/* Styles for screens that are atleast 1024; */
@media only screen and (min-width: 1024px) {
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .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;
  }
}
/* Styles for screens that are atleast 1200; */
@media only screen and (min-width: 1200px) {
  .huge-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .huge-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .huge-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .huge-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .huge-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .huge-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .huge-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .huge-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .huge-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .huge-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .huge-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .huge-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .huge-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .huge-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .huge-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .huge-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .huge-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .huge-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .huge-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .huge-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .huge-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .huge-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .huge-1 {
    position: relative;
    width: 8.33333%;
  }

  .huge-2 {
    position: relative;
    width: 16.66667%;
  }

  .huge-3 {
    position: relative;
    width: 25%;
  }

  .huge-4 {
    position: relative;
    width: 33.33333%;
  }

  .huge-5 {
    position: relative;
    width: 41.66667%;
  }

  .huge-6 {
    position: relative;
    width: 50%;
  }

  .huge-7 {
    position: relative;
    width: 58.33333%;
  }

  .huge-8 {
    position: relative;
    width: 66.66667%;
  }

  .huge-9 {
    position: relative;
    width: 75%;
  }

  .huge-10 {
    position: relative;
    width: 83.33333%;
  }

  .huge-11 {
    position: relative;
    width: 91.66667%;
  }

  .huge-12 {
    position: relative;
    width: 100%;
  }

  .row .huge-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  .row .huge-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  .row .huge-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  .row .huge-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  .row .huge-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  .row .huge-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  .row .huge-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  .row .huge-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  .row .huge-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  .row .huge-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  .row .huge-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  .row .huge-offset-11 {
    position: relative;
    margin-left: 91.66667%;
  }
}
/* Foundation Block Grids for below small breakpoint */
@media only screen {
  [class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -0.625em;
    *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.625em 1.25em;
  }

  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625em 1.25em;
  }

  .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.625em 1.25em;
  }

  .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.625em 1.25em;
  }

  .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.625em 1.25em;
  }

  .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.625em 1.25em;
  }

  .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.625em 1.25em;
  }

  .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.625em 1.25em;
  }

  .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.625em 1.25em;
  }

  .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.625em 1.25em;
  }

  .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.625em 1.25em;
  }

  .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.625em 1.25em;
  }

  .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.625em 1.25em;
  }

  .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.625em 1.25em;
  }

  .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.625em 1.25em;
  }

  .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.625em 1.25em;
  }

  .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.625em 1.25em;
  }

  .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.625em 1.25em;
  }

  .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.625em 1.25em;
  }

  .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.625em 1.25em;
  }

  .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.625em 1.25em;
  }

  .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.625em 1.25em;
  }

  .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.625em 1.25em;
  }

  .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.625em 1.25em;
  }

  .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.625em 1.25em;
  }

  .large-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
meta.foundation-mq-small {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: white;
  color: #222222;
  padding: 0;
  margin: 0;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
}

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;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.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;
}

.start {
  float: left !important;
}

.end {
  float: right !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
  background-color: #2ba6cb;
  border-color: #2285a2;
  color: white;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  padding-top: 1.0625rem;
  padding-bottom: 1rem;
  -webkit-appearance: none;
  border: none;
  font-weight: normal;
}

button:hover, button:focus, .button:hover, .button:focus {
  background-color: #2285a2;
}

button:hover, button:focus, .button:hover, .button:focus {
  color: white;
}

button.secondary, .button.secondary {
  background-color: #e9e9e9;
  border-color: #bababa;
  color: #333333;
}

button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #bababa;
}

button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #333333;
}

button.success, .button.success {
  background-color: #5da423;
  border-color: #4a831c;
  color: white;
}

button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #4a831c;
}

button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: white;
}

button.alert, .button.alert {
  background-color: #c60f13;
  border-color: #9e0c0f;
  color: white;
}

button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #9e0c0f;
}

button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: white;
}

button.large, .button.large {
  padding-top: 1.125rem;
  padding-right: 2.25rem;
  padding-bottom: 1.1875rem;
  padding-left: 2.25rem;
  font-size: 1.25rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
}

button.small, .button.small {
  padding-top: 0.875rem;
  padding-right: 1.75rem;
  padding-bottom: 0.9375rem;
  padding-left: 1.75rem;
  font-size: 0.8125rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
}

button.tiny, .button.tiny {
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-bottom: 0.6875rem;
  padding-left: 1.25rem;
  font-size: 0.6875rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
}

button.expand, .button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}

button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}

button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}

button.radius, .button.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

button.round, .button.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}

button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #2ba6cb;
  border-color: #2285a2;
  color: white;
  cursor: default;
  opacity: 0.7;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #2285a2;
}

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: #bababa;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #bababa;
}

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: #4a831c;
  color: white;
  cursor: default;
  opacity: 0.7;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #4a831c;
}

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: #9e0c0f;
  color: white;
  cursor: default;
  opacity: 0.7;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #9e0c0f;
}

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;
}

@media only screen and (min-width: 40.063em) {
  button, .button {
    display: inline-block;
  }
}
/* Standard Forms */
form {
  margin: 0 0 1rem;
}

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem;
}

form .row .row .column,
form .row .row .columns {
  padding: 0 0.5rem;
}

form .row .row.collapse {
  margin: 0;
}

form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}

form .row .row.collapse input {
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
}

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem;
}

/* Label Styles */
label {
  font-size: 1.5em;
  cursor: pointer;
  display: block;
  font-weight: normal;
  margin-bottom: 0.5em;
  /* 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: #676767;
}

select {
  border: 1px solid #cccccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  -webkit-border-radius: 0;
  border-radius: 0;
}

select.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

select:hover {
  border-color: #999999;
}

@-moz-document url-prefix() {
  select {
    background: #fafafa;
  }

  select:hover {
    background: #f3f3f3;
  }
}

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none;
}

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none;
}

.prefix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.postfix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-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: #d8d8d8;
  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: #cbcbcb;
  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 {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  display: block;
  font-size: 1.4em;
  margin: 0 0 1em 0;
  padding: 0.5em;
  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; }*/
/* Add height value for select elements to match text input height */
select {
  /*height: 2.3125rem;*/
}

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1em 0;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 1em;
  margin-bottom: 0;
  vertical-align: baseline;
}

/* Normalize file input width */
input[type="file"] {
  width: 100%;
}

/* We add basic fieldset styling */
fieldset {
  border: solid 1px #dddddd;
  padding: 1.25rem;
  margin: 1.125rem 0;
}

fieldset legend {
  font-weight: bold;
  background: white;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

/* Error Handling */
[data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #c60f13;
  color: white;
}

[data-abide] span.error, [data-abide] small.error {
  display: none;
}

span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #c60f13;
  color: white;
}

.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}

.error label,
.error label.error {
  color: #c60f13;
}

.error > small,
.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #c60f13;
  color: white;
}

.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline;
}

.error span.error-message {
  display: block;
}

input.error,
textarea.error {
  margin-bottom: 0;
}

label.error {
  color: #c60f13;
}

/* fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url("../images/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
.navigation {
  *zoom: 1;
  position: absolute;
  z-index: 102;
  width: 100%;
  overflow: hidden;
  clear: both;
  top: 61px;
  left: 0;
}
.navigation:before, .navigation:after {
  content: " ";
  display: table;
}
.navigation:after {
  clear: both;
}

.fcbNav {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1em;
}
.fcbNav > li > a {
  display: block;
  position: relative;
  padding: 15px 20px;
  background-color: #2d3236;
  color: #fff;
  text-decoration: none;
  font-style: normal;
  font-size: 1em;
}
.fcbNav > li > a:hover {
  background: #343a3e;
}
.fcbNav > li > a > span {
  color: #fff;
  font-size: 1.6em;
}
.fcbNav > li > a > span.icon-right-circled:before {
  float: right;
  color: #0059a5;
}
.fcbNav > li > a > span:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0;
  margin-top: 1px;
  text-align: center;
  opacity: .8;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  content: '\e80e';
  float: right;
  color: #bebebe;
  font-size: 1em;
}
.fcbNav ul {
  list-style: none;
}
.fcbNav li {
  padding: 0;
  line-height: 18px;
}
.fcbNav li.filler {
  display: none;
}
.fcbNav .indicator {
  float: right;
}
.fcbNav.lvl1 li {
  border-bottom: 1px solid #202020;
}
.fcbNav.lvl1 li:first-child {
  border-top: none;
}
.fcbNav.lvl1 li:last-child {
  border: 0;
}
.fcbNav.lvl1 li.active > a {
  background: #ab132b;
}
.fcbNav .lvl2 {
  display: none;
}

.navigation.active, .navigation > ul ul.active {
  max-height: 55em;
}

.navigation, .navigation > ul ul {
  max-height: 0;
}

.festival-nav {
  background: #ae3d45;
  padding: 0;
  top: auto;
}

.fcbFestivalNav ul {
  display: none;
}
.fcbFestivalNav > li > a {
  background: none;
}

.btn {
  background: #d91836;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: "HelveticaNeueW01-45Ligh", sans-serif;
  font-weight: 300;
  font-size: 1.6em;
  line-height: 25px;
  padding: 9px 13px 5px 16px;
  position: relative;
  text-decoration: none;
  width: 100%;
  max-width: 100%;
  border: none;
  text-align: left;
  /* Sizes */
  /* Icons */
}
.btn:hover, .btn:focus {
  color: #fff;
  background: #c21530;
}
.btn.expand {
  width: 100%;
  text-align: center;
}
.btn [class^="icon-"]:before {
  font-size: 1em;
  float: right;
  color: #fff;
  position: relative;
  top: 4px;
}

.btn-small {
  font-size: 1.4em;
  text-transform: none;
  color: #015fa2;
  background: #d9e3e7;
  font-style: italic;
  text-align: center;
  font-weight: 600;
  border-bottom: 3px solid #9cb4be;
}
.btn-small:hover, .btn-small:focus {
  color: #0168b1;
  background: #e2eaed;
}
.btn-small [class^="icon-"]:before {
  color: #738f9b;
  float: none;
  top: 0;
  left: 2px;
}

.btn-buy {
  padding-top: 15px;
  padding-bottom: 11px;
  width: 150px;
  border: 0;
}
.btn-buy i {
  float: right;
}
.btn-buy [class^="icon-"]:before {
  color: #f6cc99;
}

.btn-gallery-festival {
  background: none;
  border: 1px solid #fff;
  font-size: 1.3em;
  width: auto;
  padding: 8px;
  float: right;
}
.btn-gallery-festival:hover {
  background: none;
}
.btn-gallery-festival [class^="icon-"]:before {
  top: 1px;
}

.btn-clean {
  width: 148px;
  font-size: 2em;
  text-align: center;
  padding: 13px 5px 12px 5px;
}

.btn-border {
  padding-top: 13px;
  padding-bottom: 11px;
  padding-left: 21px;
  width: 170px;
  background: none;
  border: 1px solid #4d4d4d;
  font-size: 2em;
}
.btn-border i {
  float: right;
}
.btn-border [class^="icon-"]:before {
  color: #d91836;
}
.btn-border.hover {
  background: #202020;
}

.button-submit {
  line-height: 28px;
  width: auto;
  font-size: 2.2em;
  min-width: 170px;
}
.button-submit [class^="icon-"]:before {
  top: 2px;
}

.btn-submit-simple {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 14px 0;
  font-size: 1.6em;
}

.button-reset {
  background: #444444;
  margin: 0 0 15px 0;
}
.button-reset:hover, .button-reset:focus {
  background: #515151;
}

.btn-checkout-next {
  background: #439811;
  border: 1px solid #439811;
  font-size: 2.4em;
  font-weight: 300;
  padding: 17px 13px 17px 16px;
  width: 65%;
  float: right;
}
.btn-checkout-next:hover, .btn-checkout-next:focus {
  background: #39810e;
}
.btn-checkout-next [class^="icon-"]:before {
  top: 0;
}
.no-prev .btn-checkout-next {
  width: 100%;
}

.btn-checkout-prev {
  width: 100px;
  display: inline-block;
  background: 0;
  color: #2e3133;
  border: 1px solid #bec5cc;
  border-right: none;
  width: 35%;
  padding: 17px 13px 17px 16px;
  float: right;
  font-size: 2.4em;
}
.btn-checkout-prev:hover, .btn-checkout-prev:focus {
  background: none;
  color: #2e3133;
}

.no-prev .btn-checkout-prev {
  display: none;
}

.btn-extraInfo {
  display: block;
  text-shadow: none;
  font-size: 0.43em;
  text-transform: none;
  line-height: 1em;
  font-weight: bold;
  text-align: left;
  margin: 4px 0 0;
}

.btn-festival-toggle {
  background: #ae3d45;
  color: #fff;
  font-size: 2em;
  font-weight: 300;
  padding: 12px 13px 12px 16px;
}
.btn-festival-toggle [class^="icon-"] {
  font-size: 1.3em;
}
.btn-festival-toggle [class^="icon-"]:before {
  top: 1px;
}
.btn-festival-toggle.active [class^="icon-"]:before {
  content: '\e82e';
}

.btn-festival-planner {
  background: #cd4851;
  padding: 17px 12px 17px 16px;
  border-bottom: 1px solid #ae3d45;
}
.btn-festival-planner [class^="icon-"]:before {
  font-size: 1.5em;
  top: 2px;
}

.btn-filter-dropdown {
  background: #526070;
  padding: 17px 10px 17px 13px;
}
.btn-filter-dropdown [class^="icon-"]:before {
  top: 6px;
}

.btn-filter-date {
  background: #526070;
  padding: 17px 10px 17px 13px;
}

.btn-clear-filters {
  background: #273441;
  padding: 17px 13px 17px 8px;
}
.btn-clear-filters [class^="icon-"]:before {
  float: left;
  font-size: 1.375em;
  top: 2px;
}

.more-results {
  text-align: center;
  margin-bottom: 50px;
}
.more-results a {
  font-size: 1.6em;
  color: #0059a5;
  font-weight: 400;
  text-decoration: none;
}
.more-results i {
  margin-right: 4px;
}
.more-results.checkout-more {
  margin: 26px 0;
}

Button:hover {
  cursor: pointer;
}

.btn-checkoutLogin {
  background: #252f3b;
  color: #ffffff;
  font-size: 1.8em;
  text-align: center;
  font-weight: 400;
  margin: 15px 0 0;
  padding: 6px 13px 8px 16px;
}
.btn-checkoutLogin:hover {
  background: #11161c;
}

/* Don't use native buttons on iOS */
input[type=submit].button, button.button {
  -webkit-appearance: none;
}

/* Correct FF button padding */
@-moz-document url-prefix() {
  button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
  }
}

.readMore {
  text-align: left;
  /* Icons */
}
.readMore .btnTxt {
  margin-top: 5px;
  margin-left: 5px;
  float: left;
}
.readMore [data-icon]:before {
  font-size: 55px;
  top: 2px;
  color: #53a7dd;
}

.btn-festival-print {
  width: 330px;
  margin: 20px 0;
  font-size: 2.4em;
  padding: 10px 20px;
  font-weight: 400;
}
.btn-festival-print i {
  font-size: 18px;
}
.btn-festival-print i:before {
  color: #fff7b4 !important;
}

.btn-login {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #ab0f12;
  padding: 0px 25px 0px 15px;
  font-size: 1.8em;
  line-height: 50px;
  font-weight: bold;
  font-style: italic;
  color: white;
  font-family: "HelveticaNeueW01-45Ligh", sans-serif;
}
.btn-login i {
  padding-right: 13px;
}

.pt {
  display: block;
  *zoom: 1;
}
.pt:before, .pt:after {
  content: " ";
  display: table;
}
.pt:after {
  clear: both;
}
.pt ol {
  counter-reset: li;
  /* Initiate a counter */
  margin: 0;
  padding: 0;
  text-align: justify;
}
.pt ol > li {
  width: 14.28571428571429%;
  float: left;
  background: none;
  text-align: center;
  border: 1px solid #bec5cc;
  border-left: 0;
  position: relative;
  /* Create a positioning context */
  list-style: none;
  /* Disable the normal item numbering */
}
.pt ol > li:first-child {
  border-left: 1px solid #bec5cc;
}
.pt ol > li:before {
  content: counter(li);
  /* Use the counter as content */
  counter-increment: li;
  /* Increment the counter by 1 */
  /* Position and style the number */
  position: absolute;
  left: 0;
  top: 7px;
  width: 2em;
  color: #2e3133;
  font-weight: bold;
  text-align: center;
  display: block;
  width: 100%;
  font-size: 20px;
}
.pt ol > li a {
  text-decoration: none;
  line-height: 1em;
  color: #2e3133;
  display: block;
  font-size: 1em;
  padding: 13px 0 12px;
  display: block;
  text-indent: -9999em;
  height: 35px;
  position: relative;
}
.pt ol > li.active {
  background: #0059a5;
  border: 1px solid #0059a5;
}
.pt ol > li.active a {
  color: #fff;
}
.pt ol > li.active:before {
  color: #fff;
}
.pt ol > li.active ~ li {
  background: #fff;
}
.pt .pt-num {
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  .pt ol > li:before {
    content: "";
  }
  .pt ol > li a {
    font-size: 1.3em;
    padding: 12px 0 11px;
    text-indent: 0;
    height: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .pt ol > li:before {
    content: "";
  }
  .pt ol > li a {
    font-size: 1.6em;
  }
}
html {
  font-size: 62.5%;
}

body {
  font-family: "HelveticaNeueW01-45Ligh", sans-serif;
  font-style: normal;
  font-weight: 400;
}

p {
  margin-bottom: 25px;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6em;
  letter-spacing: 0px;
  line-height: 1.6em;
  color: #231f20;
  margin-top: 0;
}

h1 {
  font-family: "HelveticaNeueW01-45Ligh", sans-serif;
  font-size: 2.6em;
  line-height: 1.1em;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 25px;
  margin-top: 20px;
  color: #222222;
}

h2 {
  font-style: normal;
  font-weight: 400;
  font-family: "HelveticaNeueW01-45Ligh", sans-serif;
  font-size: 2.1em;
  margin-top: 0px;
  margin-bottom: 25px;
  line-height: 1.1em;
  letter-spacing: -1px;
  color: #222222;
}

h3 {
  margin-bottom: 23px;
  font-style: normal;
  font-weight: 400;
  font-family: "HelveticaNeueW02-67MdCn 694060", sans-serif;
  line-height: 1.1em;
  letter-spacing: -1px;
  color: #231f20;
  font-size: 26px;
}

h4 {
  font-size: 2.1em;
  font-style: normal;
  font-family: "HelveticaNeueW02-67MdCn 694060", sans-serif;
  line-height: 1.2em;
  margin-bottom: 6px;
  letter-spacing: 0px;
  color: #222222;
}

h5 {
  font-style: normal;
  font-weight: 400;
  font-family: "HelveticaNeueW01-45Ligh", sans-serif;
  font-size: 1.8em;
  line-height: 1.2em;
  margin-bottom: 30px;
  letter-spacing: 0px;
  color: #222222;
}

a {
  text-decoration: none;
}

.internal #main_body a {
  color: #ba002e;
  text-decoration: underline;
  font-family: "HelveticaNeueW02-67MdCn 694063", sans-serif;
}

p.intro,
.internal #main_body > p:first-child {
  color: #ba002e;
  font-size: 2.1em;
  font-family: "HelveticaNeueW02-67MdCn 694063", sans-serif;
  line-height: 1.4em;
  margin-bottom: 19px;
}

p.blockquote, blockquote {
  text-indent: 0px;
  color: #acacac;
  font-size: 2.3em;
  font-family: "HelveticaNeueW02-97Blac", sans-serif;
  line-height: 1.3em;
  padding: 0;
  margin: 0 0 30px;
  text-transform: uppercase;
}
p.blockquote:before, blockquote:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e60e";
  display: block;
  color: #c1002b;
  font-size: 56px;
  position: relative;
  left: -14px;
  margin-bottom: 4px;
  top: 10px;
}

.imgFullWidth {
  margin: 0px auto;
}

.imgFullWidth, .imgLeft, .imgRight {
  padding: 0 0 25px;
  margin: 0px auto;
}

ul, ol {
  list-style-type: none;
  padding: 0 0 0 18px;
  margin: 20px 0;
}
ul li, ol li {
  font-size: 1.8em;
  padding: 0 0 10px;
  line-height: 1.5em;
  color: #444444;
}
ul li h5, ol li h5 {
  margin-bottom: 10px;
}
ul li span, ol li span {
  color: #444444;
}

ol {
  list-style-type: decimal-leading-zero;
  padding-left: 32px;
  padding-bottom: 25px;
}
ol li {
  color: #444444;
}
ol li span {
  color: #444444;
  font-weight: normal;
}

hr {
  border: 2px solid #231f20;
  margin-bottom: 20px;
}

.content h1 {
  padding: 40px 0 10px;
}
.content form .formRow {
  padding-bottom: 20px;
}
.content form label {
  font-weight: 600;
  font-size: 1.4em;
  color: #38424d;
  margin-bottom: 10px;
  margin-right: 10px;
  display: inline-block;
  position: relative;
}
.content form .formLabel {
  padding-top: 10px;
}
.content form .formLabel label {
  display: block;
  cursor: pointer;
}
.content form label.checkBoxLabel {
  max-width: 200px;
}
.content form label.error {
  color: #d91836;
  margin: 10px 0 0 10px;
  line-height: 1.4em;
}
.content form label.error:before {
  content: '\e826';
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 1;
}
.content form .required {
  color: #d91836;
}
.content form ul {
  padding: 0;
  margin: 0;
}
.content form ul li {
  list-style: none;
  padding: 0;
}
.content form ul li label {
  font-size: 0.875em;
}
.content form input[type="text"], .content form input[type="password"], .content form select {
  padding: 6px;
  font-size: 1.4em;
  width: 100%;
}
.content form input[type="text"].error, .content form input[type="password"].error, .content form select.error {
  border: 1px solid #d91836;
}
.content form input[type="radio"], .content form input[type="checkbox"] {
  margin-right: 5px;
  margin-top: 5px;
  display: inline-block;
  position: relative;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 5.2em;
  }

  h2 {
    font-size: 3.6em;
  }

  h3 {
    font-size: 3.6em;
  }

  h4 {
    font-size: 2.6em;
  }

  h5 {
    font-size: 2em;
  }

  p {
    font-size: 1.8em;
  }

  p.blockquote, blockquote {
    font-size: 2.8em;
    margin: 0 0 52px 44px;
  }
  p.blockquote:before, blockquote:before {
    display: inline;
    margin-left: -80px;
    font-size: 120px;
    float: left;
    top: -25px;
    left: 6px;
  }

  p.intro,
  .internal #main_body > p:first-child {
    font-size: 2.4em;
  }

  .imgLeft {
    float: left;
    padding: 6px 15px 25px 0;
    max-width: 426px;
  }

  .imgRight {
    float: right;
    padding: 6px 0 25px 15px;
    max-width: 426px;
  }
}
/* Base Rules11111 */
body {
  margin: 0;
  padding: 0;
  width: 100%;
  line-height: 1.1;
  overflow-x: hidden;
  font-family: "HelveticaNeueW01-45Ligh", sans-serif;
}
body.default {
  background-color: #231f20;
}

/* apply a natural box layout model to all elements */
*, *:after, *:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a img {
  border: none;
}

a, a:hover, a:active, a:focus {
  outline: 0;
}

p a, p a:visited {
  line-height: inherit;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: block;
}

.clearBoth {
  clear: both;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

input[type="text"], input[type="password"] {
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid #cfd6dc;
}

select {
  border-radius: 0;
}

#centricEditModeLink {
  z-index: 9999;
}

.editMode #editmode_html_head td {
  padding: 0;
}
.editMode .editmode_icon_bar a,
.editMode .editmode_icon_bar img {
  float: left;
}
.editMode div.editmode_icon_bar {
  text-align: left;
  margin: 0;
}
.editMode div.editmode_icon_bar a:link,
.editMode div.editmode_icon_bar a:visited,
.editMode div.editmode_icon_bar a:focus,
.editMode div.editmode_icon_bar a:hover,
.editMode div.editmode_icon_bar a:active {
  background-color: transparent;
  padding: 0;
}
.editMode #editmode_icons #editmode_icons_1,
.editMode #editmode_icons #editmode_icons_2 {
  height: 32px;
}
.editMode #admin_header_right_top td {
  vertical-align: middle;
}
.editMode #TB_overlay {
  z-index: 9999;
}
.editMode #TB_window {
  z-index: 10000;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

body {
  background-size: auto 380px;
  background-position: center -60px;
  background-repeat: no-repeat;
}
body.home {
  background-color: #231f20;
}

.breadcrumbsContainer {
  position: absolute;
  top: 166px;
  background: rgba(0, 0, 0, 0.5);
  padding: 21px 0 19px;
}
.breadcrumbsContainer .backLink .back {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.2em;
}
.breadcrumbsContainer .backLink .back:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e609";
  color: #ffffff;
  padding: 10px;
  font-size: 1.4em;
  vertical-align: sub;
}
.breadcrumbsContainer #centricBreadcrumbs {
  display: none;
}
.breadcrumbsContainer #centricBreadcrumbs ul li span.centricBreadcrumbsSeparator {
  padding: 0 10px;
  color: transparent;
}
.breadcrumbsContainer #centricBreadcrumbs ul li span.centricBreadcrumbsSeparator:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e60a";
  color: #acacac;
}
.breadcrumbsContainer #centricBreadcrumbs ul li:first-child a {
  color: #d92528;
}
.breadcrumbsContainer #centricBreadcrumbs ul li:first-child a:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e606";
  font-size: 1.2em;
  position: relative;
  font-size: 1.8em;
}
.breadcrumbsContainer #centricBreadcrumbs ul li:first-child a span {
  display: none;
}

.contentImage {
  width: 100%;
  margin-bottom: 20px;
}
.contentImage span {
  font-size: 1.4em;
  line-height: 1.4em;
}
.contentImage span img {
  padding-bottom: 5px;
}

.internal, .searchResults {
  background-color: #fff;
  margin-top: 223px;
  position: relative;
}
.internal h1, .searchResults h1 {
  border-bottom: 3px solid #e9e9e9;
  padding-bottom: 23px;
  font-family: "HelveticaNeueW02-97Blac", sans-serif;
  color: #ba002e;
  font-size: 32px;
  text-transform: uppercase;
  margin-top: 25px;
}
.internal ul, .searchResults ul {
  padding: 0;
  margin-bottom: 26px;
}
.internal ul li, .searchResults ul li {
  background-image: url("/custom/files/media/dbs-bullet.png");
  background-repeat: no-repeat;
  background-position: 0 6px;
  padding: 0 0 10px 30px;
  font-size: 16px;
}
.internal #primary_container, .searchResults #primary_container {
  background-color: white;
}

#nav {
  top: 0;
  left: 0;
  overflow: visible;
  padding: 0;
}
#nav .centricDynamicMenu {
  text-align: center;
  background: #231f20;
  display: none;
  width: 100%;
  height: 50px;
}
#nav .centricDynamicMenu .btn-div {
  display: inline-block;
}
#nav .centricDynamicMenu .btn-div a {
  background-color: #231f20;
  display: block;
  padding: 12px;
}
#nav .centricDynamicMenu .btn-div a i {
  font-size: 2.6em;
  color: #ffffff;
}
#nav .centricDynamicMenu .btn-div.searchIcon {
  float: right;
}
#nav .centricDynamicMenu .btn-div.menu {
  float: right;
}
#nav .centricDynamicMenu .btn-div #search-toggle-btn {
  background-color: #000000;
}
#nav .centricDynamicMenu .btn-div #search-toggle-btn.active {
  background-color: #ba002e;
}
#nav .centricDynamicMenu .btn-div #nav-toggle-btn.active {
  background-color: #ba002e;
}
#nav .centricDynamicMenu .logo-div {
  display: inline-block;
  height: 50px;
  float: left;
  width: 100px;
  padding: 3px 0 0 15px;
}
#nav .centricDynamicMenu .sf-menu {
  display: none;
}
#nav .centricDynamicMenu .sf-sub-indicator {
  display: none;
}
#nav .centricDynamicMenu .centricSiteMapLevel_0 {
  background: #ba002e;
  margin: 50px -20px 0;
  padding: 0;
}
#nav .centricDynamicMenu .centricSiteMapLevel_0 > li.current > a {
  color: #231f20;
}
#nav .centricDynamicMenu .centricSiteMapLevel_0 li {
  position: relative;
  padding: 0;
  border-bottom: 1px solid #c43a5b;
}
#nav .centricDynamicMenu .centricSiteMapLevel_0 li a {
  padding: 10px 20px;
  color: #ffffff;
  display: block;
  font-family: "HelveticaNeueW01-57Cn", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}
#nav .centricDynamicMenu .centricSiteMapLevel_0 li .centricSiteMapLevel_1 {
  padding: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-image: none;
  background-color: #231f20;
  margin: 0;
}
#nav .centricDynamicMenu .centricSiteMapLevel_0 li .centricSiteMapLevel_1 li {
  font-size: 1em;
  border: 0;
  border-top: 1px solid #333;
}
#nav .centricDynamicMenu .centricSiteMapLevel_0 li .centricSiteMapLevel_1 li a {
  display: block;
  font-size: 1em;
  padding: 10px 20px;
}
#nav .centricDynamicMenu .centricSiteMapLevel_0 li .centricSiteMapLevel_1 li .centricSiteMapLevel_2 {
  background-color: #5d0204;
  background-image: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#nav .centricDynamicMenu .centricSiteMapLevel_0 li .centricSiteMapLevel_1 li ~ li {
  border-top: 1px solid #4c4c4c;
}

.search {
  display: none;
  padding: 0px;
  top: 50px;
  position: absolute;
}
.search.search-visible {
  display: block;
}
.search #search_basic {
  width: 100%;
  background-color: #1c191a;
  height: 75px;
  padding: 0;
}
.search #search_basic #search_basic_form fieldset {
  border: 0;
  margin: 0;
  padding: 18px 20px;
}
.search #search_basic #search_basic_form #search_basic_str input {
  border: 0;
  background: none;
  color: #fff;
  font-size: 1.6em;
  padding: 10px;
  margin: 0;
  width: 81%;
  outline: 0;
}
.search #search_basic #search_basic_form #search_basic_str input.placeholder {
  font-size: 16px;
  font-family: "HelveticaNeueW02-67MdCn 694063", sans-serif;
}
.search #search_basic #search_basic_form #search_basic_str input:-moz-placeholder {
  font-size: 16px;
  font-family: "HelveticaNeueW02-67MdCn 694063", sans-serif;
}
.search #search_basic #search_basic_form #search_basic_str input::-moz-placeholder {
  font-size: 16px;
  font-family: "HelveticaNeueW02-67MdCn 694063", sans-serif;
}
.search #search_basic #search_basic_form #search_basic_str input:-ms-input-placeholder {
  font-size: 16px;
  font-family: "HelveticaNeueW02-67MdCn 694063", sans-serif;
}
.search #search_basic #search_basic_form #search_basic_str input::-webkit-input-placeholder {
  font-size: 16px;
  font-family: "HelveticaNeueW02-67MdCn 694063", sans-serif;
}
.search #search_basic #search_basic_form #search_basic_button input[type="submit"] {
  border: 0;
  text-indent: -9999px;
  padding: 14px 20px;
  margin: 0 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: none;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url("/custom/files/media/otraco-web-search-icon.png");
}

.featuredNews {
  margin: 0 -20px;
  padding: 25px;
  background-color: #e9e9e9;
}
.featuredNews h2 {
  font-size: 2em;
  margin-bottom: 13px;
}
.featuredNews h2 i {
  color: #d92528;
  font-size: 1.3em;
  float: right;
  margin-top: -5px;
}
.featuredNews .featuredNewsLinks {
  padding: 0;
  margin: 0;
}
.featuredNews .featuredNewsLinks .centricListingWrapper .centricListingInner .link {
  font-size: 1em;
  padding: 0;
  background-image: none;
  position: relative;
}
.featuredNews .featuredNewsLinks .centricListingWrapper .centricListingInner .link a {
  font-style: italic;
  font-size: 1.4em;
  color: #222222;
  border-top: 1px solid #c8c8c8;
  padding: 15px 20px 15px 0;
  display: block;
  font-weight: 700;
  line-height: 1.3em;
}
.featuredNews .featuredNewsLinks .centricListingWrapper .centricListingInner .link a i {
  color: #222222;
  float: right;
  font-size: 1.2em;
  position: absolute;
  right: 6px;
  top: 15px;
}

.relatedContent {
  border-top: 2px solid #f3f3f3;
  margin: 0 -20px;
  padding: 20px 40px;
  background-color: white;
}
.relatedContent h2 {
  font-size: 2.1em;
  font-family: "HelveticaNeueW02-97Blac", sans-serif;
  text-transform: uppercase;
  margin-bottom: 18px;
  letter-spacing: 0;
}
.relatedContent h2 i {
  color: #bdbdbd;
  font-size: 1.4em;
  float: right;
  position: relative;
  top: -2px;
}
.relatedContent ul#relatedContentLinksnavlist {
  list-style-type: none;
  padding: 0;
  margin: 0 -40px;
}
.relatedContent ul#relatedContentLinksnavlist li {
  font-size: 1em;
  padding: 0 40px;
  background-image: none;
}
.relatedContent ul#relatedContentLinksnavlist li.active {
  background-color: #ba002e;
}
.relatedContent ul#relatedContentLinksnavlist li.active a {
  color: white;
  border: 0;
  border-bottom: 1px solid #d92528;
  margin-bottom: -1px;
  position: relative;
}
.relatedContent ul#relatedContentLinksnavlist li.active.parent background-color:transparent
ul li {
  background-color: #d92528;
}
.relatedContent ul#relatedContentLinksnavlist li a {
  font-size: 1.6em;
  font-family: "HelveticaNeueW01-57Cn", sans-serif;
  color: #222222;
  padding: 20px 10px 20px 0;
  display: block;
  border-top: 1px solid #e9e9e9;
  line-height: 1.4;
}
.relatedContent ul#relatedContentLinksnavlist li a i {
  color: #999999;
  float: right;
  font-size: 1.8em;
}

.navigation {
  background-color: #231f20;
}

footer {
  background-color: #c1002b;
  padding: 20px 0 24px;
  clear: both;
}
footer .copyright {
  color: #fff;
  font-size: 1.4em;
  text-align: center;
  padding: 0 50px;
  margin-top: 2px;
  line-height: 18px;
}
footer .footerLogo {
  width: 280px;
  margin: 0 auto;
  display: block;
}
footer .footerLogo .footerLogoEdi {
  display: inline-block;
  width: 147px;
}
footer .footerLogo .footerLogoDbs {
  display: inline-block;
  width: 133px;
}
footer .toTopLink {
  padding: 15px 0;
}
footer .toTopLink .toTop {
  padding: 0 20px;
  color: white;
  font-size: 1.4em;
  text-decoration: none;
  display: block;
  text-align: center;
  margin-bottom: 14px;
}
footer .toTopLink .toTop .text {
  color: white;
}
footer .toTopLink .toTop i {
  color: #fff;
  font-size: 2em;
  vertical-align: text-top;
  padding: 10px;
  line-height: 0.5em;
  text-decoration: none;
  position: relative;
  top: 1px;
}
footer #footer_links {
  vertical-align: top;
}
footer #footer_links ul.footerLinks {
  margin: 0;
  padding: 0;
  text-align: center;
}
footer #footer_links ul.footerLinks li {
  font-size: 1em;
  display: inline-block;
  line-height: 22px;
}
footer #footer_links ul.footerLinks li a {
  padding: 0 10px;
  color: white;
  font-size: 1.4em;
}
footer #footer_links ul.footerLinks li a .text {
  display: none;
  color: white;
}
footer #footer_links ul.footerLinks li a i {
  color: #231f20;
  font-size: 2em;
  vertical-align: text-top;
  padding: 10px;
  line-height: 0.5em;
}
footer #footer_links ul.footerLinks li:last-child > a {
  border: 0;
}
footer #footer_links ul.footerLinks li > a {
  border-right: 1px solid #df9ca5;
}

.titleContainer {
  *zoom: 1;
  position: relative;
  margin-top: 225px;
  background-color: rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
}
.titleContainer:before, .titleContainer:after {
  content: " ";
  display: table;
}
.titleContainer:after {
  clear: both;
}
.titleContainer h1 {
  margin: 20px 60px 0px;
  text-transform: uppercase;
  line-height: 1.1;
  font-size: 40px;
  font-family: "HelveticaNeueW02-97Blac", sans-serif;
  color: white;
  text-align: center;
  text-shadow: 2px 2px 2px #101010;
}
.titleContainer h1 span {
  color: #ba002e;
}
.titleContainer #centricListinghome_taglineContainer p {
  font-family: "HelveticaNeueW02-67MdCn 694063", sans-serif;
  color: #acacac;
  text-align: center;
  font-size: 16px;
  padding: 0 20px;
}
.titleContainer .carousel {
  overflow: hidden;
  position: relative;
  padding: 0 30px 0 80px;
  margin-bottom: 9px;
}
.titleContainer .carousel .viewpoint, .titleContainer .carousel ul {
  overflow: hidden;
}
.titleContainer .carousel ul {
  position: relative;
  width: 10000px;
  margin-top: 0;
  padding: 0;
}
.titleContainer .carousel ul li {
  margin-right: 0;
}
.titleContainer .carousel ul .centricListingWrapper .centricListingInner li, .titleContainer .carousel ul .centricListingWrapper .centricListingInner li p {
  float: left;
  padding: 0px;
  line-height: 20px;
  font-size: 14px;
  color: white;
}
.titleContainer .pagination {
  position: absolute;
  right: 20px;
  top: 8px;
  cursor: pointer;
}
.titleContainer .pagination li {
  display: inline;
  padding-left: 4px;
  color: #7a7a7a;
  font-size: 0.5em;
}
.titleContainer .pagination .is-active {
  color: red;
}

.content-news {
  position: relative;
  background-color: #fff;
}
.content-news #primary_container {
  padding: 0;
}

.news-block {
  position: relative;
  margin-bottom: 0;
  border-bottom: 2px solid #f3f3f3;
}
.news-block i {
  float: left;
  font-size: 38px;
  margin-right: 10px;
  color: #d11417;
  position: relative;
  top: -10px;
}
.news-block i img {
  height: 40px;
}
.news-block h3 {
  font-family: "HelveticaNeueW02-67MdCn 694060", sans-serif;
  color: #c1002b;
  font-size: 32px;
  margin: 22px 0 19px;
  text-transform: uppercase;
  letter-spacing: 0;
}
.news-block p {
  color: #231f20;
  font-size: 16px;
  margin-bottom: 20px;
}
.news-block a {
  background: #c1002b;
  display: inline-block;
  padding: 8px 11px;
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
  font-family: "HelveticaNeueW02-47LtCn 694051", sans-serif;
  margin-bottom: 10px;
}

#secondary_container.news-block a {
  display: inline;
  padding: 0;
  background: none;
  color: #ba002e;
  text-decoration: none;
  font-family: "HelveticaNeueW02-67MdCn 694063", sans-serif;
  font-size: 16px;
}

.logincontainer {
  padding: 20px 0;
}
.logincontainer img,
.logincontainer p,
.logincontainer button {
  display: block;
}
.logincontainer img {
  width: 170px;
}
.logincontainer p {
  margin-right: 35px;
  margin-top: 10px;
}
.logincontainer button {
  position: relative;
  margin-bottom: 65px;
}

#section-overview {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#section-overview li {
  padding: 0;
  margin: 0;
  background: none;
}
#section-overview li i {
  color: #231f20;
  font-size: 32px;
  display: inline-block;
  vertical-align: top;
}
#section-overview li.section {
  border-bottom: 1px solid #e9e9e9;
  padding: 20px 0 0 0;
}
#section-overview li.section:last-child {
  border: none;
}
#section-overview li.section .page-overview {
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
  top: -29px;
  position: relative;
}
#section-overview li.section .page-overview h3 {
  font-size: 26px;
  margin: 0;
}
#section-overview li.section .page-overview p {
  font-size: 16px;
}

.teaser {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 20px;
}

.teaser-title,
.teaser-title a {
  font-size: 36px;
  color: #231f20;
  font-family: "HelveticaNeueW02-67MdCn 694060", sans-serif;
  text-transform: uppercase;
  margin: 22px 0 12px;
  display: block;
}
.teaser-title:hover,
.teaser-title a:hover {
  color: #ba002e;
}

.teaser-body {
  color: #231f20;
  font-size: 18px;
  display: block;
  margin-bottom: 28px;
}

.teaser-more {
  background: #c1002b;
  display: inline-block;
  padding: 8px 11px;
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
  font-family: "HelveticaNeueW02-47LtCn 694051", sans-serif;
  margin-bottom: 10px;
}

.centricListingPaginationResults {
  font-size: 18px;
  display: none;
}

.centricDamContainer {
  padding: 0;
  margin: 0;
  background: none;
  padding: 0;
}
.centricDamContainer:last-child {
  border: none;
}
.centricDamContainer i {
  color: #231f20;
  font-size: 32px;
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 0 -30px;
}
.centricDamContainer .centricListingTitle a {
  color: #222222;
  font-size: 26px;
  margin: 0;
  text-decoration: none;
}
.centricDamContainer .centricListingDate {
  font-size: 14px;
  margin: 18px 0 0 0;
  display: block;
}
.centricDamContainer .centricListingGeneral {
  font-size: 18px;
  margin: 18px 0 25px 0;
  display: block;
}

.centricSearchResultsPagination {
  overflow: hidden;
  padding-top: 30px;
}
.centricSearchResultsPagination .centricSearchResultsPaginationLinks .centricListingPaginationLinks span.centricListingPaginationCurrent {
  font-weight: bold;
  font-size: 1.8em;
  color: #fff;
  background: #ba002e;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 2px 8px;
}
.centricSearchResultsPagination .centricSearchResultsPaginationLinks .centricListingPaginationLinks span.centricListingPaginationLinks a.centricSearchResultsPaginationLink {
  font-size: 1.8em;
  color: #585548;
  text-decoration: none;
  padding: 2px 8px;
  font-family: "HelveticaNeueW02-67MdCn 694060", sans-serif;
}
.centricSearchResultsPagination .centricSearchResultsPaginationLinks .centricListingPaginationLinks span.centricListingPaginationNext a.centricSearchResultsPaginationLink, .centricSearchResultsPagination .centricSearchResultsPaginationLinks .centricListingPaginationLinks span.centricListingPaginationPrev a.centricSearchResultsPaginationLink {
  padding: 2px 8px;
  font-weight: bold;
  font-size: 1.8em;
  color: #585548;
  text-decoration: none;
  text-indent: -9999px;
  text-align: left;
  display: inline-block;
  background-position: 0 3px;
  background-repeat: no-repeat;
}
.centricSearchResultsPagination .centricSearchResultsPaginationLinks .centricListingPaginationLinks span.centricListingPaginationNext a.centricSearchResultsPaginationLink {
  background-image: url("/custom/files/media/dbs-pagination-next.png");
}
.centricSearchResultsPagination .centricSearchResultsPaginationLinks .centricListingPaginationLinks span.centricListingPaginationPrev a.centricSearchResultsPaginationLink {
  background-image: url("/custom/files/media/dbs-pagination-prev.png");
}
.centricSearchResultsPagination .centricSearchResultsPaginationLinks .centricListingPaginationLabel {
  display: none;
}

.highlight {
  background: #fffacc;
}

#search_container {
  width: 100%;
}
#search_container .highlight {
  background-color: #fffacc;
}
#search_container .search_divs {
  margin-top: 5px;
}
#search_container .search_submit {
  margin-top: 0px;
}
#search_container #search_form fieldset {
  border: 0;
  border-bottom: solid 1px #dddddd;
  padding: 0;
  margin-top: 0;
}
#search_container #search_form #search_keywords_label {
  display: inline-block;
  padding: 8px 8px 8px 0;
  font-family: "HelveticaNeueW01-57Cn", sans-serif;
  font-size: 18px;
}
#search_container #search_form #search_input {
  display: inline-block;
  vertical-align: top;
  margin-right: 18px;
}
#search_container #search_form #search_input input[type="text"] {
  background: none;
  color: #666666;
  font-family: "HelveticaNeueW02-67MdCn 694063", sans-serif;
}
#search_container #search_form #search_types {
  display: none;
}
#search_container #search_form #search_rpp {
  display: inline-block;
  vertical-align: top;
  margin-right: 18px;
}
#search_container #search_form #search_rpp #search_rpp_label {
  display: none;
}
#search_container #search_form #search_rpp select {
  font-size: 1.6em;
  background-color: #f7f7f7;
}
#search_container #search_form #search_scope {
  display: inline-block;
  vertical-align: top;
  margin-right: 18px;
}
#search_container #search_form #search_scope #search_scope_label {
  display: none;
}
#search_container #search_form #search_scope select {
  font-size: 1.6em;
  background-color: #f7f7f7;
}
#search_container #search_form #search_button {
  display: inline-block;
  vertical-align: top;
}
#search_container #search_form #search_button #search_button_span input[type="submit"] {
  background-color: #ba002e;
  border: 0;
  text-indent: -9999px;
  padding: 14px 20px;
  margin: 0 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url("/custom/files/media/otraco-web-search-icon.png");
}

#centricSiteMapDiv .centricSiteMapLevel_0 > li {
  padding-left: 0;
}
#centricSiteMapDiv .centricSiteMapLevel_0 li {
  font-size: 1.6em;
  background-image: none;
}
#centricSiteMapDiv .centricSiteMapLevel_0 li a {
  color: #ba002e;
  font-family: "HelveticaNeueW02-67MdCn 694060", sans-serif;
}
#centricSiteMapDiv .centricSiteMapLevel_0 li .centricSiteMapLevel_1 {
  margin: 10px 0 0 0;
}
#centricSiteMapDiv .centricSiteMapLevel_0 li .centricSiteMapLevel_1 li {
  font-size: 1em;
}
#centricSiteMapDiv .centricSiteMapLevel_0 li .centricSiteMapLevel_1 li .centricSiteMapLevel_2 {
  margin: 10px 0 0 0;
}
#centricSiteMapDiv .centricSiteMapLevel_0 li .centricSiteMapLevel_1 li .centricSiteMapLevel_2 li {
  font-size: 1em;
}
#centricSiteMapDiv .centricSiteMapLevel_1 li a {
  color: #222222;
  font-family: "HelveticaNeueW01-57Cn", sans-serif;
}

.centricListingWrapper .centricListingGroupingHeading {
  height: auto;
  border: 0;
}
.centricListingWrapper .centricListingGroupingHeading span {
  font-size: 2.6em;
  margin: 0 0 0 20px;
}
.centricListingWrapper .centricListingGrouping .centricListingInner .centricListingResultContainer .centricDamContainer {
  padding: 20px 0 20px 20px;
}
.centricListingWrapper .centricListingGrouping .centricListingInner .centricListingResultContainer .centricDamContainer .centricListingTitle {
  font-size: 1em;
}
.centricListingWrapper .centricListingGrouping .centricListingInner .centricListingResultContainer .centricDamContainer .centricListingTitle a {
  font-size: 2em;
}

#centricSiteMapPageId_3172 ul {
  display: none !important;
}

.internal table {
  width: 100% !important;
}

td {
  padding: 12px;
  vertical-align: top;
}
td h4 {
  margin-top: 5px;
}

#secondary_container {
  background: #e9e9e9;
}

.cke_editable {
  background: #fff;
}

.da-slider {
  width: 100%;
  min-width: 320px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  height: 175px;
  z-index: 1;
}

.da-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  text-align: center;
}
.da-slide .sideImage {
  position: absolute;
  opacity: 0;
  width: 100%;
  padding-top: 20px;
}

.da-slider-fb .da-slide {
  left: 100%;
}
.da-slider-fb .da-slide.da-slide-current {
  left: 0px;
}
.da-slider-fb .da-slide .sideImage {
  opacity: 1;
}

.da-dots {
  display: inline-block;
  width: 100%;
  position: absolute;
  text-align: center;
  right: 10px;
  bottom: 20px;
  z-index: 2000;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.da-dots span {
  display: inline-block;
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  margin: 5px;
  cursor: pointer;
}
.da-dots span.da-dots-current {
  background-color: #ba002e;
}

.da-slide-current {
  z-index: 1000;
}
.da-slide-current .sideImage {
  opacity: 1;
}

.youtube {
  padding: 0 !important;
  background: none !important;
}

.da-slide-fromleft .sideImage,
.da-slide-fromright .sideImage {
  -webkit-animation: slider-fromRightAnim 0s ease-out 0.2s both;
  -moz-animation: slider-fromRightAnim 0s ease-out 0.2s both;
  -o-animation: slider-fromRightAnim 0s ease-out 0.2s both;
  -ms-animation: slider-fromRightAnim 0s ease-out 0.2s both;
  animation: slider-fromRightAnim 0s ease-out 0.2s both;
}

.da-slide-toleft .sideImage,
.da-slide-toright .sideImage {
  -webkit-animation: slider-toLeftAnim 0s ease-out 0.2s both;
  -moz-animation: slider-toLeftAnim 0s ease-out 0.2s both;
  -o-animation: slider-toLeftAnim 0s ease-out 0.2s both;
  -ms-animation: slider-toLeftAnim 0s ease-out 0.2s both;
  animation: slider-toLeftAnim 0s ease-out 0.2s both;
}

@-webkit-keyframes slider-fromRightAnim {
  0% {
    left: 110%;
    opacity: 1;
  }

  100% {
    left: 0%;
    opacity: 1;
  }
}

@-moz-keyframes slider-fromRightAnim {
  0% {
    left: 110%;
    opacity: 1;
  }

  100% {
    left: 0%;
    opacity: 1;
  }
}

@-o-keyframes slider-fromRightAnim {
  0% {
    left: 110%;
    opacity: 1;
  }

  100% {
    left: 0%;
    opacity: 1;
  }
}

@keyframes slider-fromRightAnim {
  0% {
    left: 110%;
    opacity: 1;
  }

  100% {
    left: 0%;
    opacity: 1;
  }
}

@-webkit-keyframes slider-toLeftAnim {
  0% {
    left: 0%;
    opacity: 1;
  }

  100% {
    left: 110%;
    opacity: 1;
  }
}

@-moz-keyframes slider-toLeftAnim {
  0% {
    left: 0%;
    opacity: 1;
  }

  100% {
    left: 110%;
    opacity: 1;
  }
}

@-o-keyframes slider-toLeftAnim {
  0% {
    left: 0%;
    opacity: 1;
  }

  100% {
    left: 110%;
    opacity: 1;
  }
}

@keyframes slider-toLeftAnim {
  0% {
    left: 0%;
    opacity: 1;
  }

  100% {
    left: 110%;
    opacity: 1;
  }
}

.flowplayer {
  overflow: hidden;
}

#outer-wrap {
  position: relative;
  overflow: hidden;
}
#outer-wrap .background-img {
  width: 100%;
  position: absolute;
  z-index: -1;
  margin-top: -38%;
  top: 90px;
}
#outer-wrap .background-img .bg-img {
  position: relative;
  width: 140%;
  max-width: none;
  left: -20%;
}
#outer-wrap .background-img .gradient {
  display: none;
}

/* State Rules */
.left {
  float: left;
}

.right {
  float: right;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.hide {
  display: none;
}

.hide-override {
  display: none !important;
}

.rtl {
  text-align: right;
}

.ltl {
  text-align: left;
}

.static {
  position: static;
}

.hidden {
  display: none;
}

.header-search-form.active {
  left: 0;
}

.thumbnail {
  width: 25%;
}

.small-hide {
  display: none;
}

.active {
  display: block;
}

.big-only {
  display: none;
}

img.full-width {
  width: 100% !important;
}

.no-border {
  border: none !important;
}

@media print {
  /* Print =================================================== */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  @page {
    margin: 0.5cm;
}

  h2, h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }

  p {
    orphans: 3;
    widows: 3;
  }

  pre, blockquote {
    border: 1px solid #333;
    page-break-inside: avoid;
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr {
    page-break-inside: avoid;
  }

  footer, aside, nav, .menu {
    display: none !important;
  }

  header.top {
    background: none !important;
    height: auto !important;
  }

  .logo {
    background: none !important;
    text-indent: 0 !important;
    font-size: 44px !important;
    width: auto !important;
    height: auto !important;
    float: none !important;
    margin: 15px !important;
    padding: 20px 0 0 0 !important;
    text-decoration: none !important;
  }
  .logo[href]:after {
    content: "";
  }

  .teaser {
    border-bottom: 2px solid #000 !important;
  }
  .teaser a:after {
    content: "" !important;
  }

  .thumbnail {
    width: auto !important;
  }

  .wrapper .columns {
    width: 100% !important;
  }

  .header-search, .bannerRotator, .fluid-width-video-wrapper {
    display: none !important;
  }

  .row {
    width: auto !important;
    float: none !important;
  }
}
@media only screen and (min-width: 480px) {
  body {
    background-size: 100% auto;
  }
}
@media only screen and (min-width: 600px) {
  body {
    background-size: contain;
    background-repeat: no-repeat;
  }

  #primary_container h3 {
    clear: both;
  }

  .contentImage {
    width: 300px;
    float: right;
    clear: both;
    margin-left: 50px;
    margin-bottom: 45px;
  }
}
@media only screen and (min-width: 768px) {
  .internal, .searchResults {
    margin-top: 340px;
  }
  .internal h1, .searchResults h1 {
    padding-bottom: 30px;
  }
  .internal ul li, .searchResults ul li {
    font-size: 18px;
  }

  #nav .centricDynamicMenu {
    height: 50px;
  }
  #nav .centricDynamicMenu .logo-div {
    width: 160px;
    padding: 0;
  }
  #nav .centricDynamicMenu .logo-div img {
    height: 50px;
  }

  .search #search_basic #search_basic_form #search_basic_str input {
    width: 81%;
  }

  .breadcrumbsContainer {
    padding: 21px 20px 19px 20px;
    top: 283px;
  }
  .breadcrumbsContainer .backLink {
    display: none;
  }
  .breadcrumbsContainer #centricBreadcrumbs {
    display: block;
    margin: 0;
  }
  .breadcrumbsContainer #centricBreadcrumbs ul li {
    font-size: 1em;
  }
  .breadcrumbsContainer #centricBreadcrumbs ul li span {
    color: white;
    font-size: 1.6em;
    text-transform: uppercase;
    font-family: "HelveticaNeueW01-57Cn", sans-serif;
    line-height: 16px;
    position: relative;
    top: 1px;
  }
  .breadcrumbsContainer #centricBreadcrumbs ul li span.centricBreadcrumbsSeparator {
    padding: 0 2px 0 18px;
    top: 0;
  }
  .breadcrumbsContainer #centricBreadcrumbs ul li a span {
    color: #d92528;
    font-weight: 700;
  }

  body.home .titleContainer h1 {
    margin-left: 60px;
    padding-right: 0;
  }

  .titleContainer h1 {
    font-size: 3.6em;
    line-height: 44px;
    margin-left: 250px;
    padding-right: 100px;
    margin-bottom: 20px;
    max-width: 100%;
  }
  .titleContainer .carousel {
    padding: 0;
    margin: 20px 60px 13px 250px;
    max-width: 600px;
  }
  .titleContainer .carousel ul {
    margin: 0;
  }
  .titleContainer .carousel ul li {
    font-size: 2em;
  }
  .titleContainer .pagination {
    right: 20px;
    margin-top: 20px;
  }
  .titleContainer .pagination li {
    padding-left: 10px;
    font-size: 1.5em;
  }

  .content-news {
    margin-top: 0px;
  }

  .news-block {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 40px;
  }

  .logincontainer {
    overflow: hidden;
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #e9e9e9;
  }
  .logincontainer img, .logincontainer p, .logincontainer button {
    float: left;
  }
  .logincontainer img {
    margin-right: 20px;
  }
  .logincontainer p {
    margin-right: 40px;
  }
  .logincontainer button {
    margin-bottom: 0;
  }

  #section-overview {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  #section-overview li {
    padding: 0;
    margin: 0;
    background: none;
  }
  #section-overview li i {
    color: #231f20;
    font-size: 40px;
    display: inline-block;
    vertical-align: top;
  }
  #section-overview li.section {
    border-bottom: 1px solid #e9e9e9;
    padding: 8px 0 30px;
  }
  #section-overview li.section:last-child {
    border: none;
  }
  #section-overview li.section .page-overview {
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
    top: -39px;
  }
  #section-overview li.section .page-overview h3 {
    font-size: 36px;
    margin: 0;
  }
  #section-overview li.section .page-overview p {
    font-size: 18px;
  }

  .centricDamContainer i {
    font-size: 40px;
  }
  .centricDamContainer .centricListingTitle a {
    font-size: 3.6em;
  }

  #centricSiteMapDiv .centricSiteMapLevel_0 li {
    font-size: 1.6em;
    background-image: none;
  }
  #centricSiteMapDiv .centricSiteMapLevel_0 li a {
    font-size: 20px;
  }

  .relatedContent {
    padding: 45px 40px;
  }

  .da-slider {
    height: 120px;
  }

  #outer-wrap .background-img {
    top: 140px;
    margin-top: -30%;
  }
  #outer-wrap .background-img .bg-img {
    width: 100%;
    max-width: 100%;
    left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .navigation, .navigation > ul ul {
    max-height: 100em;
  }

  .search.search-visible {
    width: 100%;
  }

  .content-news {
    background-color: #e9e9e9;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .content-news #primary_container {
    background: #ffffff;
  }

  .news-block {
    min-height: 490px;
  }

  footer .footerLogo {
    margin: 0;
  }

  body.home .content-news {
    background-color: #fff;
    margin-top: 0;
  }
  body.home .content-news #secondary_container {
    padding-bottom: 40px;
    margin-bottom: 0;
  }

  .da-slide .sideImage {
    padding-top: 0;
  }

  .titleContainer {
    margin-top: 285px;
  }
  .titleContainer h1 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .titleContainer #centricListinghome_taglineContainer p {
    margin-bottom: 0;
  }

  .da-dots {
    bottom: 0;
  }

  .da-slider {
    height: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .breadcrumbsContainer {
    background-color: rgba(0, 0, 0, 0.5);
    top: 277px;
    position: relative;
  }
  .breadcrumbsContainer #centricBreadcrumbs ul li span.centricBreadcrumbsSeparator {
    color: transparent;
  }
  .breadcrumbsContainer #centricBreadcrumbs ul li span.centricBreadcrumbsSeparator:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e60a";
    color: #acacac;
  }
  .breadcrumbsContainer #centricBreadcrumbs ul li:first-child a:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e606";
  }
  .breadcrumbsContainer #centricBreadcrumbs ul li:first-child a span {
    display: none;
  }

  body {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50% -130px;
  }

  .navWrapper .inner {
    background: #231f20;
    overflow: visible;
    height: 75px !important;
    height: 100%;
  }

  #nav {
    position: relative;
    top: 0;
    overflow: visible;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    padding: 8px 25px 6px;
  }
  #nav .headerLogo {
    display: inline-block;
    vertical-align: middle;
  }
  #nav .centricDynamicMenu {
    height: auto;
  }
  #nav .centricDynamicMenu .centricSiteMapLevel_0 > li.current > a {
    color: #c1002b;
  }
  #nav .centricDynamicMenu .logo-div {
    display: inline-block;
    width: 175px;
    padding: 3px 0;
    height: auto;
    float: left;
    text-align: left;
  }
  #nav .centricDynamicMenu .btn-div {
    display: none;
  }
  #nav .centricDynamicMenu .sf-menu {
    font-size: 1em;
    display: inline-block;
    margin: 10px 0 0;
    border: 0;
    background: transparent;
  }
  #nav .centricDynamicMenu .sf-menu ul {
    margin-top: 0px;
  }
  #nav .centricDynamicMenu .sf-menu a, #nav .centricDynamicMenu .sf-menu a:visited {
    color: white;
    padding: 10px 1.2em;
  }
  #nav .centricDynamicMenu .sf-menu a > .sf-sub-indicator, #nav .centricDynamicMenu .sf-menu a:visited > .sf-sub-indicator {
    background-image: none;
  }
  #nav .centricDynamicMenu .sf-menu a:hover, #nav .centricDynamicMenu .sf-menu a:active, #nav .centricDynamicMenu .sf-menu a:focus {
    background-color: #151314;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  #nav .centricDynamicMenu .sf-menu li {
    background-color: #231f20;
    color: white;
    font-size: 15px;
    border: 0;
  }
  #nav .centricDynamicMenu .sf-menu li#centricSiteMapPageId_1 a, #nav .centricDynamicMenu .sf-menu li#centricSiteMapPageId_1 a:visited, #nav .centricDynamicMenu .sf-menu li#centricSiteMapPageId_3172 a, #nav .centricDynamicMenu .sf-menu li#centricSiteMapPageId_3172 a:visited {
    text-indent: -99999px;
    background-image: url("/custom/files/media/dbs-home-icon.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-left: 10px;
  }
  #nav .centricDynamicMenu .sf-menu li#centricSiteMapPageId_1 a:active, #nav .centricDynamicMenu .sf-menu li#centricSiteMapPageId_1 a:hover, #nav .centricDynamicMenu .sf-menu li#centricSiteMapPageId_3172 a:active, #nav .centricDynamicMenu .sf-menu li#centricSiteMapPageId_3172 a:hover {
    background-color: #151314;
  }
  #nav .centricDynamicMenu .sf-menu li .centricSiteMapLevel_1 {
    width: 20em;
    padding-top: 19px;
    background: transparent;
  }
  #nav .centricDynamicMenu .sf-menu li .centricSiteMapLevel_1 li {
    background-color: #ba002e;
    border-top: none;
    border-bottom: 1px solid #c43a5b;
  }
  #nav .centricDynamicMenu .sf-menu li .centricSiteMapLevel_1 li a {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-align: left;
  }
  #nav .centricDynamicMenu .sf-menu li .centricSiteMapLevel_1 li a:hover, #nav .centricDynamicMenu .sf-menu li .centricSiteMapLevel_1 li a:active {
    background-color: #080707;
  }
  #nav .centricDynamicMenu .sf-menu li .centricSiteMapLevel_1 li .centricSiteMapLevel_2 {
    left: 100%;
    width: 20em;
    padding: 0;
  }
  #nav .centricDynamicMenu .sf-menu li .centricSiteMapLevel_1 li ~ li {
    border-top: none;
  }
  #nav .centricDynamicMenu .sf-menu li a {
    border: 0;
  }

  .search {
    padding: 0;
    margin: 0;
    display: inline-block;
    position: relative;
    top: 0;
  }
  .search.search-visible {
    width: 16.66667%;
  }
  .search #search_basic {
    width: 100%;
    background-color: #1c191a;
    height: 75px;
    padding: 0;
  }
  .search #search_basic #search_basic_form fieldset {
    border: 0;
    margin: 0;
    padding: 23px 10px;
  }
  .search #search_basic #search_basic_form #search_basic_str input {
    border: 0;
    background: none;
    color: #fff;
    font-size: 1.6em;
    padding: 10px 10px 10px 23px;
    margin: 0;
  }
  .search #search_basic #search_basic_form #search_basic_button input[type="submit"] {
    border: 0;
    text-indent: -9999px;
    padding: 14px 20px;
    margin: 0 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: 50%;
  }

  .internal, .searchResults {
    top: 0px;
    margin-top: 277px;
    position: static;
    min-height: 430px;
    margin-bottom: 10px;
  }
  .internal .inner, .searchResults .inner {
    margin: 0 80px 80px;
  }
  .internal h1, .searchResults h1 {
    padding-bottom: 20px;
    font-size: 52px;
    margin-top: 60px;
    margin-bottom: 47px;
  }

  .searchResults h1 {
    margin-bottom: 30px;
  }

  .index h1 {
    margin-bottom: 10px;
  }

  .featuredNews h2 {
    font-size: 2.2em;
  }

  .relatedContent h2 {
    font-size: 2.6em;
  }
  .relatedContent h2 i {
    top: -4px;
  }
  .relatedContent ul#relatedContentLinksnavlist li a {
    font-size: 18px;
  }

  .titleContainer {
    position: relative;
    margin-top: 340px;
    background-image: url("/custom/files/media/watermark.png");
    background-position: right bottom;
    padding: 35px 0;
  }
  .titleContainer h1 {
    float: left;
    margin: 0 60px 0 40px;
    padding-right: 0px;
    font-size: 5.2em;
    line-height: 60px;
    text-align: left;
  }
  .titleContainer #centricListinghome_taglineContainer p {
    margin: 6px 0 0;
    width: 430px;
    float: left;
    text-align: left;
  }
  .titleContainer .carousel {
    float: left;
    margin-left: 0px;
    max-width: 470px;
    height: 150px;
    margin: 9px 0;
  }
  .titleContainer .carousel .viewpoint {
    overflow: visible;
  }
  .titleContainer .carousel ul {
    top: 70px;
    margin: 0;
  }
  .titleContainer .carousel ul .centricListingWrapper .centricListingInner li {
    font-size: 1em;
  }
  .titleContainer .carousel ul .centricListingWrapper .centricListingInner li p {
    padding: 0px;
    font-size: 1.8em;
    margin: 0;
    line-height: 1.8em;
  }
  .titleContainer .pagination {
    right: 30px;
    top: 0px;
    margin-top: 40px;
  }
  .titleContainer .pagination li {
    font-size: 1.3em;
  }

  .content-news .inner {
    margin-left: auto;
  }

  .news-block {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 40px;
  }

  body.home .content-news {
    background-image: url(/custom/files/media/home-column-bg.png);
    background-repeat: repeat-y;
    width: 1200px;
  }
  body.home .content-news .news-block h3 {
    margin: 40px 0 25px;
  }
  body.home .content-news #primary_container {
    width: 880px;
    padding: 0;
  }
  body.home .content-news #primary_container .news-block {
    width: 280px;
    padding-left: 40px;
    padding-right: 0;
  }
  body.home .content-news #primary_container .news-block + .news-block:last-child {
    width: 320px;
    padding-right: 40px;
  }
  body.home .content-news #secondary_container {
    width: 320px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .logincontainer {
    overflow: hidden;
    margin-bottom: 30px;
    padding: 15px 37px;
    border: 1px solid #e9e9e9;
  }
  .logincontainer img {
    margin-right: 40px;
    width: 240px;
  }
  .logincontainer p {
    margin-right: 20px;
    margin-top: 15px;
  }
  .logincontainer img,
  .logincontainer p {
    float: left;
  }
  .logincontainer button {
    float: right;
    top: 7px;
    margin-bottom: 0;
  }

  footer {
    top: 0;
    padding: 0;
    margin-bottom: 40px;
    background: none;
  }
  footer .inner {
    padding: 30px 0;
    display: block;
    height: 85px;
    background: #c1002b;
  }
  footer .copyright {
    padding: 0 12px;
    font-size: 1.4em;
    text-align: left;
    float: left;
  }
  footer #footer_links {
    float: left;
  }
  footer #footer_links ul.footerLinks {
    padding-top: 0;
    float: left;
  }
  footer #footer_links ul.footerLinks li a {
    font-size: 1.4em;
    padding: 0 20px;
  }
  footer #footer_links ul.footerLinks li:last-child > a {
    border-right: 1px solid #df9ca5;
  }
  footer .toTopLink {
    float: left;
    padding: 0;
  }
  footer .toTopLink .toTop {
    font-size: 1.4em;
    padding: 0 20px;
    margin-top: 3px;
  }
  footer .footerLogo {
    position: absolute;
    right: 0;
    top: -10px;
  }

  #outer-wrap.gradient {
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iNjUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, white 65%, white 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, 0)), color-stop(65%, white), color-stop(100%, white));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, white 65%, white 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, white 65%, white 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, white 65%, white 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, #ffffff 65%, #ffffff 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    /* IE6-8 */
  }

  .da-slider {
    position: absolute;
    top: 32px;
    right: 0px;
    width: 630px;
    height: 95px;
  }
  .da-slider .da-slide .sideImage {
    padding-top: 0;
  }
  .da-slider .da-dots {
    width: auto;
    bottom: 45px;
  }

  #outer-wrap .background-img {
    overflow: hidden;
    top: 180px;
    margin-top: -25%;
  }
  #outer-wrap .background-img .gradient {
    display: block;
    position: absolute;
    width: 100%;
    height: 30%;
    bottom: 0;
  }
}
@media only screen and (min-width: 1551px) {
  .breadcrumbsContainer {
    top: 340px;
  }

  .internal, .searchResults, .titleContainer {
    margin-top: 340px;
  }
}
@media only screen and (min-width: 1701px) {
  .breadcrumbsContainer {
    top: 440px;
  }

  .internal, .searchResults, .titleContainer {
    margin-top: 440px;
  }
}
@media only screen and (min-width: 1920px) {
  .breadcrumbsContainer {
    top: 540px;
  }

  .internal, .searchResults, .titleContainer {
    margin-top: 540px;
  }
}
@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  /* Retina rules! */
  /* 2x =================================================== */
  .logo {
    background: url("/images/logo-small-@2x.png") no-repeat;
    background-size: 145px;
  }
}
