.float-fix {
  zoom: 1;
}
.float-fix:after {
  content: "";
  display: block;
  clear: both;
}
.content-center {
  text-align: center;
}
.content-center > * {
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.clear-both {
  clear: both;
}
.text-hide {
  overflow: hidden;
  text-indent: -999px;
  position: relative;
}
.no-wrap {
  white-space: nowrap;
}
.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.no-focus:focus {
  outline: none;
}
.list-linear li {
  display: block;
  list-style: none;
  margin-left: 0px;
}
.list-float {
  zoom: 1;
}
.list-float:after {
  content: "";
  display: block;
  clear: both;
}
.list-float li,
.list-float ul,
.list-float ol {
  float: left;
}
.list-float li {
  display: block;
  list-style: none;
  margin-left: 0px;
}
.list-inline li,
.list-inline ul,
.list-inline ol {
  display: inline;
}
.list-inline li {
  list-style: none;
  margin-left: 0px;
}
.list-inline-block li,
.list-inline-block ul,
.list-inline-block ol {
  display: inline-block;
}
.list-inline-block li {
  list-style: none;
  margin-left: 0px;
}
.table-linear,
.table-linear thead,
.table-linear tbody,
.table-linear tr,
.table-linear td,
.table-linear th {
  display: block;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=3.2.1');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('../fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
.preset-icon-font {
  font-family: 'FontAwesome';
}
@media all {
  div.fancy-select {
    position: relative;
  }
  div.fancy-select.disabled {
    opacity: 0.5;
  }
  div.fancy-select select:focus + div.trigger {
    border: 2px solid #A8A8A8;
  }
  div.fancy-select ul.options {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    list-style: none;
    margin: 0;
    position: absolute;
    top: 40px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 50;
    max-height: 220px;
    overflow: auto;
    background: #FFFFFF;
    border: 2px solid #A8A8A8;
    min-width: 226px;
    padding: 0px;
    transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
    -webkit-transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
    -moz-transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
    -ms-transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
    -o-transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
  }
  div.fancy-select ul.options.open {
    visibility: visible;
    top: 45px;
    opacity: 1;
    transition: opacity 200ms ease-out, top 200ms ease-out;
    -webkit-transition: opacity 200ms ease-out, top 200ms ease-out;
    -moz-transition: opacity 200ms ease-out, top 200ms ease-out;
    -ms-transition: opacity 200ms ease-out, top 200ms ease-out;
    -o-transition: opacity 200ms ease-out, top 200ms ease-out;
  }
  div.fancy-select ul.options.overflowing {
    top: auto;
    bottom: 40px;
    transition: opacity 200ms ease-out, bottom 200ms ease-out, visibility 200ms ease-out;
    -webkit-transition: opacity 200ms ease-out, bottom 200ms ease-out, visibility 200ms ease-out;
    -moz-transition: opacity 200ms ease-out, bottom 200ms ease-out, visibility 200ms ease-out;
    -ms-transition: opacity 200ms ease-out, bottom 200ms ease-out, visibility 200ms ease-out;
    -o-transition: opacity 200ms ease-out, bottom 200ms ease-out, visibility 200ms ease-out;
  }
  div.fancy-select ul.options.overflowing.open {
    top: auto;
    bottom: 50px;
    transition: opacity 200ms ease-out, bottom 200ms ease-out;
    -webkit-transition: opacity 200ms ease-out, bottom 200ms ease-out;
    -moz-transition: opacity 200ms ease-out, bottom 200ms ease-out;
    -ms-transition: opacity 200ms ease-out, bottom 200ms ease-out;
    -o-transition: opacity 200ms ease-out, bottom 200ms ease-out;
  }
  div.fancy-select ul.options li {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 8px 12px;
    color: #211A1C;
    cursor: pointer;
    white-space: nowrap;
    margin-left: 0;
    transition: all 80ms ease-out;
    -webkit-transition: all 80ms ease-out;
    -moz-transition: all 80ms ease-out;
    -ms-transition: all 80ms ease-out;
    -o-transition: all 80ms ease-out;
  }
  div.fancy-select ul.options li.hover {
    background: #E8E8E8;
  }
  div.fancy-select div.trigger {
    -webkit-transition: all 0.16s ease-out;
    -moz-transition: all 0.16s ease-out;
    -o-transition: all 0.16s ease-out;
    transition: all 0.16s ease-out;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    cursor: pointer;
    padding: 8px 16px 8px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    background: #FFFFFF;
    border: 2px solid #DDDDDD;
    color: #211A1C;
    width: 200px;
  }
  div.fancy-select div.trigger:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #DDDDDD;
    top: 17px;
    right: 9px;
  }
  div.fancy-select div.trigger.open {
    background: #F7F7F7 !important;
    border: 2px solid #A8A8A8;
    color: #A8A8A8;
  }
  div.fancy-select div.trigger.open:after {
    border-bottom-color: #A8A8A8;
    top: 15px;
    border-top: none;
  }
}
.up:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: #DDDDDD;
  top: 481px;
  right: 13px;
}
.row-break {
  clear: left;
  margin-left: 0px;
}
@media screen,handheld,projection,tv {
  .auto-row-break {
    clear: left;
  }
}
@media all {
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  menu,
  nav,
  section,
  summary {
    display: block;
  }
  audio,
  canvas,
  video {
    display: inline-block;
  }
  abbr[title],
  dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
  }
  address {
    font-style: normal;
  }
  b,
  strong {
    font-weight: 700;
  }
  b b,
  b strong,
  strong b,
  strong strong {
    font-weight: normal;
  }
  caption,
  figcaption {
    font-style: italic;
    text-align: left;
  }
  cite,
  dfn,
  var {
    font-style: italic;
  }
  dt {
    font-weight: bold;
  }
  em,
  i {
    font-style: italic;
  }
  em em,
  em i,
  i em,
  i i {
    font-style: normal;
  }
  output {
    font-style: italic;
  }
  summary {
    font-weight: bold;
  }
  tfoot td,
  tfoot th {
    font-style: italic;
  }
  td,
  th {
    vertical-align: top;
  }
  th {
    font-weight: bold;
    text-align: left;
  }
  body {
    padding: 0px;
    margin: 0px;
  }
  blockquote:last-child,
  blockquote:empty,
  dd:last-child,
  dd:empty,
  details:last-child,
  details:empty,
  dl:last-child,
  dl:empty,
  dt:last-child,
  dt:empty,
  fieldset:last-child,
  fieldset:empty,
  figure:last-child,
  figure:empty,
  form:last-child,
  form:empty,
  h1:last-child,
  h1:empty,
  h2:last-child,
  h2:empty,
  h3:last-child,
  h3:empty,
  h4:last-child,
  h4:empty,
  h5:last-child,
  h5:empty,
  h6:last-child,
  h6:empty,
  hgroup:last-child,
  hgroup:empty,
  li:last-child,
  li:empty,
  menu:last-child,
  menu:empty,
  nav:last-child,
  nav:empty,
  ol:last-child,
  ol:empty,
  p:last-child,
  p:empty,
  pre:last-child,
  pre:empty,
  ul:last-child,
  ul:empty,
  summary:last-child,
  summary:empty,
  table:last-child,
  table:empty {
    margin-bottom: 0px;
  }
  blockquote,
  details,
  dl,
  fieldset,
  figure,
  form,
  menu,
  nav,
  ol,
  p,
  pre,
  ul,
  summary,
  table {
    margin-top: 0px;
  }
  blockquote {
    margin-right: 0px;
  }
  caption,
  figcaption {
    margin: 0px;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  dl {
    padding: 0px;
  }
  dl dt {
    margin: 0px;
    padding: 0px;
  }
  dl dd {
    margin: 0px;
    padding: 0px;
  }
  figure {
    margin-left: 0px;
    margin-right: 0px;
  }
  h1:first-child,
  h2:first-child,
  h3:first-child,
  h4:first-child,
  h5:first-child,
  h6:first-child,
  hgroup:first-child {
    margin-top: 0px;
  }
  h1:empty,
  h2:empty,
  h3:empty,
  h4:empty,
  h5:empty,
  h6:empty,
  hgroup:empty {
    margin-top: 0px;
  }
  hgroup h1,
  hgroup h2,
  hgroup h3,
  hgroup h4,
  hgroup h5,
  hgroup h6 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  hr {
    margin-bottom: 0px;
  }
  menu,
  ol,
  ul {
    margin-left: 0px;
    padding: 0px;
  }
  menu li,
  ol li,
  ul li {
    padding: 0px;
    margin: 0px;
  }
  menu li menu,
  menu li ol,
  menu li ul,
  ol li menu,
  ol li ol,
  ol li ul,
  ul li menu,
  ul li ol,
  ul li ul {
    margin-bottom: 0px;
  }
  menu[type='toolbar'] li {
    margin-left: 0px;
  }
  menu[type='context'] li {
    margin: 0px;
  }
  a img,
  a input[type='image'] {
    border: none;
  }
  a > img,
  a > input[type='image'] {
    display: inline-block;
  }
  img {
    max-width: 100%;
    -ms-interpolation-mode: bicubic;
  }
  .gm-style img {
    max-width: none;
  }
  table {
    margin-top: -1px;
    top: 1px;
    position: relative;
  }
  table td,
  table th {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
  }
  table tfoot td,
  table tfoot th {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
  }
  table thead td,
  table thead th {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
  }
  table {
    background-color: #FFFFFF;
    border-collapse: collapse;
    color: #211A1C;
    width: 100%;
  }
  table caption {
    caption-side: top;
  }
  table td,
  table th {
    border: 0px solid #E8E8E8;
  }
  table tfoot td,
  table tfoot th {
    background-color: #FFFFFF;
    border: 0px solid #E8E8E8;
    color: #211A1C;
  }
  table thead td,
  table thead th {
    background-color: #E8E8E8;
    border: 0px solid #E8E8E8;
    color: #211A1C;
  }
  audio,
  canvas,
  embed,
  iframe,
  img,
  object,
  video {
    vertical-align: middle;
  }
  audio {
    height: 40px;
    width: 200px;
  }
  iframe {
    border: none;
  }
  form {
    margin: 0px 0px 10px 0px;
  }
  fieldset {
    line-height: 20px;
    position: relative;
    top: 2px;
    margin: -2px 0px 10px 0px;
    border: 2px solid #DDDDDD;
    padding-top: 20px;
    padding-right: 18px;
    padding-bottom: 20px;
    padding-left: 18px;
  }
  legend {
    display: block;
    height: 20px;
    line-height: 20px;
    position: relative;
    top: 0px;
    left: 0px;
    font-weight: bold;
  }
  button * {
    vertical-align: middle;
  }
  button,
  input,
  select,
  textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
  }
  input[type='text'],
  input[type='password'],
  input[type='search'],
  input[type='tel'],
  input[type='url'],
  input[type='email'],
  input[type='datetime'],
  input[type='date'],
  input[type='month'],
  input[type='week'],
  input[type='time'],
  input[type='datetime-local'],
  input[type='number'],
  input[type='range'],
  input[type='color'] {
    background-color: #FFFFFF;
    border-color: #DDDDDD;
    border-style: solid;
    border-width: 2px;
    color: #211A1C;
    font-family: 'Arial', 'Helvetica', 'FreeSans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    height: 35px;
    line-height: 20px;
    margin: 2px 0px;
    padding: 5.5px 3px;
  }
  input[type='text'][required],
  input[type='text']:required,
  input[type='password'][required],
  input[type='password']:required,
  input[type='search'][required],
  input[type='search']:required,
  input[type='tel'][required],
  input[type='tel']:required,
  input[type='url'][required],
  input[type='url']:required,
  input[type='email'][required],
  input[type='email']:required,
  input[type='datetime'][required],
  input[type='datetime']:required,
  input[type='date'][required],
  input[type='date']:required,
  input[type='month'][required],
  input[type='month']:required,
  input[type='week'][required],
  input[type='week']:required,
  input[type='time'][required],
  input[type='time']:required,
  input[type='datetime-local'][required],
  input[type='datetime-local']:required,
  input[type='number'][required],
  input[type='number']:required,
  input[type='range'][required],
  input[type='range']:required,
  input[type='color'][required],
  input[type='color']:required {
    background-color: #CC0033;
    border-color: #DDDDDD;
    color: #CC0033;
  }
  input[type='text'][disabled],
  input[type='text']:disabled,
  input[type='password'][disabled],
  input[type='password']:disabled,
  input[type='search'][disabled],
  input[type='search']:disabled,
  input[type='tel'][disabled],
  input[type='tel']:disabled,
  input[type='url'][disabled],
  input[type='url']:disabled,
  input[type='email'][disabled],
  input[type='email']:disabled,
  input[type='datetime'][disabled],
  input[type='datetime']:disabled,
  input[type='date'][disabled],
  input[type='date']:disabled,
  input[type='month'][disabled],
  input[type='month']:disabled,
  input[type='week'][disabled],
  input[type='week']:disabled,
  input[type='time'][disabled],
  input[type='time']:disabled,
  input[type='datetime-local'][disabled],
  input[type='datetime-local']:disabled,
  input[type='number'][disabled],
  input[type='number']:disabled,
  input[type='range'][disabled],
  input[type='range']:disabled,
  input[type='color'][disabled],
  input[type='color']:disabled {
    background-color: #EEEEEE;
    border-color: #DDDDDD;
    color: #AAAAAA;
  }
  input[type='checkbox'],
  input[type='radio'] {
    margin: 0px;
    padding: 0px;
    position: relative;
    top: -1px;
    width: 20px;
  }
  input[type='button'],
  input[type='submit'],
  input[type='reset'],
  button {
    background-color: #211A1C;
    border-color: #AAAAAA;
    border-style: solid;
    border-width: 0;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: 'Arial', 'Helvetica', 'FreeSans', sans-serif;
    font-weight: normal;
    font-size: 14px;
    height: 35px;
    line-height: 20px;
    margin: 2px 0px;
    outline: none;
    padding: 7.5px 30px;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
  }
  input[type='button']:hover,
  input[type='submit']:hover,
  input[type='reset']:hover,
  button:hover {
    background-color: #CC0033;
    border-color: #AAAAAA;
    color: #FFFFFF;
  }
  input[type='button']:active,
  input[type='submit']:active,
  input[type='reset']:active,
  button:active {
    background-color: #CC0033;
    border-color: #AAAAAA;
    border-style: solid;
    color: #FFFFFF;
  }
  input[type='button'][disabled],
  input[type='button']:disabled,
  input[type='submit'][disabled],
  input[type='submit']:disabled,
  input[type='reset'][disabled],
  input[type='reset']:disabled,
  button[disabled],
  button:disabled {
    background-color: #EEEEEE !important;
    border-color: #DDDDDD !important;
    border-style: solid !important;
    color: #AAAAAA !important;
  }
  input[type='submit'] {
    background-color: #211A1C;
    border-color: #AAAAAA;
    color: #FFFFFF;
  }
  input[type='file'] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #211A1C;
    height: 26px;
    position: relative;
    margin: 2px 0px;
  }
  input[type='file'][required],
  input[type='file']:required {
    color: #CC0033;
  }
  input[type='file'][disabled],
  input[type='file']:disabled {
    color: #AAAAAA;
  }
  select {
    background-color: #FFFFFF;
    border-color: #DDDDDD;
    border-style: solid;
    border-width: 0;
    color: #211A1C;
    font-family: 'Arial', 'Helvetica', 'FreeSans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    height: 35px;
    line-height: 20px;
    margin: 2px 0px;
    padding: 0px;
  }
  select[required],
  select:required {
    background-color: #CC0033;
    border-color: #DDDDDD;
    color: #CC0033;
  }
  select[disabled],
  select:disabled {
    background-color: #EEEEEE;
    border-color: #DDDDDD;
    color: #AAAAAA;
  }
  select option {
    padding: 0px 3px;
  }
  textarea {
    background-color: #FFFFFF;
    border-color: #DDDDDD;
    border-style: solid;
    border-width: 2px;
    color: #211A1C;
    font-family: 'Arial', 'Helvetica', 'FreeSans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    height: 136px;
    line-height: 20px;
    margin: 2px 0px;
    padding: 0px 3px;
  }
  textarea[required],
  textarea:required {
    background-color: #CC0033;
    border-color: #DDDDDD;
    color: #CC0033;
  }
  textarea[disabled],
  textarea:disabled {
    background-color: #EEEEEE;
    border-color: #DDDDDD;
    color: #AAAAAA;
  }
  *+html input[type='text'],
  *+html input[type='password'],
  *+html input[type='search'],
  *+html input[type='tel'],
  *+html input[type='url'],
  *+html input[type='email'],
  *+html input[type='datetime'],
  *+html input[type='date'],
  *+html input[type='month'],
  *+html input[type='week'],
  *+html input[type='time'],
  *+html input[type='datetime-local'],
  *+html input[type='number'],
  *+html input[type='range'],
  *+html input[type='color'] {
    height: 22px !important;
    padding: 0px 3px !important;
  }
  *+html input[type='file'] {
    height: 24px !important;
  }
  *+html input[type='button'],
  *+html input[type='submit'],
  *+html input[type='reset'],
  *+html button {
    height: 35px !important;
    width: auto;
    overflow: visible;
  }
  *+html select {
    height: 23px;
    margin: 3px 0px 4px 0px;
  }
  *+html legend {
    padding-bottom: 10px;
  }
  hr {
    background-color: #CCCCCC;
    border: none;
    color: #CCCCCC;
    top: 2px;
    position: relative;
    height: 2px;
    margin: -2px 0px 10px 0px;
    outline: none;
    padding: 0px;
  }
  *+html hr {
    margin-top: -6px;
    position: relative;
    top: -1px;
  }
}
@media screen,handheld,projection,tv {
  body {
    color: #211A1C;
    font-family: 'Arial', 'Helvetica', 'FreeSans', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
  }
  a {
    color: #CC0033;
  }
  a,
  a:visited,
  a:active {
    text-decoration: none;
  }
  a:visited {
    color: #66001a;
  }
  a:hover {
    color: #ff3366;
    text-decoration: underline;
  }
  a:active {
    color: #ff3366;
  }
  h1 a,
  h1 a:visited {
    color: #211A1C;
  }
  h2 a,
  h2 a:visited {
    color: #211A1C;
  }
  h3 a,
  h3 a:visited {
    color: #211A1C;
  }
  h4 a,
  h4 a:visited {
    color: #211A1C;
  }
  h5 a,
  h5 a:visited {
    color: #211A1C;
  }
  h6 a,
  h6 a:visited {
    color: #211A1C;
  }
  h1 a,
  h1 a:visited,
  h2 a,
  h2 a:visited,
  h3 a,
  h3 a:visited,
  h4 a,
  h4 a:visited,
  h5 a,
  h5 a:visited,
  h6 a,
  h6 a:visited {
    text-decoration: none;
  }
  h1 a:active,
  h2 a:active,
  h3 a:active,
  h4 a:active,
  h5 a:active,
  h6 a:active {
    color: #ff3366;
  }
  h1 a:hover,
  h2 a:hover,
  h3 a:hover,
  h4 a:hover,
  h5 a:hover,
  h6 a:hover {
    color: #ff3366;
  }
  code,
  kbd,
  samp {
    color: #211A1C;
    font-family: 'Courier New', 'Courier', 'FreeMono', monospace;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
  }
  h1 {
    color: #211A1C;
    font-family: 'Arial', 'Helvetica', 'FreeSans', sans-serif;
    font-weight: bold;
    font-size: 30px;
    letter-spacing: normal;
    line-height: 40px;
    text-transform: none;
  }
  h2 {
    color: #211A1C;
    font-family: 'Arial', 'Helvetica', 'FreeSans', sans-serif;
    font-weight: bold;
    font-size: 26px;
    letter-spacing: normal;
    line-height: 30px;
    text-transform: none;
  }
  h3 {
    color: #211A1C;
    font-family: 'Arial', 'Helvetica', 'FreeSans', sans-serif;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: normal;
    line-height: 30px;
    text-transform: none;
  }
  h4 {
    color: #211A1C;
    font-family: 'Arial', 'Helvetica', 'FreeSans', sans-serif;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: normal;
    line-height: 30px;
    text-transform: none;
  }
  h5 {
    color: #211A1C;
    font-family: 'Arial', 'Helvetica', 'FreeSans', sans-serif;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: normal;
    line-height: 30px;
    text-transform: none;
  }
  h6 {
    color: #211A1C;
    font-family: 'Arial', 'Helvetica', 'FreeSans', sans-serif;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: normal;
    line-height: 30px;
    text-transform: none;
  }
  pre {
    color: #211A1C;
    font-family: 'Courier New', 'Courier', 'FreeMono', monospace;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
  }
  ruby {
    line-height: 40px;
  }
  ruby rp,
  ruby rt {
    line-height: 10px;
  }
  small {
    line-height: 16px;
  }
  sub,
  sup {
    line-height: 6px;
  }
  td,
  th {
    line-height: 20px;
  }
  blockquote,
  dd,
  details,
  dl,
  dt,
  fieldset,
  figure,
  form,
  menu,
  nav,
  ol,
  p,
  pre,
  ul,
  summary,
  table {
    margin-bottom: 10px;
  }
  blockquote {
    margin-left: 30px;
  }
  caption,
  figcaption {
    padding-bottom: 10px;
  }
  dd {
    margin-left: 30px;
  }
  h1 {
    margin-bottom: 20px;
    margin-top: 30px;
  }
  h2 {
    margin-bottom: 20px;
    margin-top: 30px;
  }
  h3 {
    margin-bottom: 20px;
    margin-top: 30px;
  }
  h4 {
    margin-bottom: 20px;
    margin-top: 30px;
  }
  h5 {
    margin-bottom: 20px;
    margin-top: 30px;
  }
  h6 {
    margin-bottom: 20px;
    margin-top: 30px;
  }
  hgroup {
    margin-bottom: 20px;
    margin-top: 30px;
  }
  menu li,
  ol li,
  ul li {
    margin-left: 30px;
  }
  ol li {
    margin-left: 40px;
  }
}
@media print {
  caption,
  figcaption {
    page-break-before: avoid;
  }
  caption,
  dt
	h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  legend,
  label,
  summary {
    page-break-after: avoid;
  }
  audio,
  button,
  canvas,
  caption,
  dt,
  figcaption,
  figure,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  hgroup,
  img,
  input,
  legend,
  li,
  label,
  select,
  sub,
  summary,
  sup,
  td,
  textarea,
  th,
  video {
    page-break-inside: avoid;
  }
  body {
    color: #000000 !important;
    font-family: 'Arial', 'Helvetica', 'FreeSans', sans-serif !important;
    font-weight: normal !important;
    font-size: 9pt !important;
    line-height: 20px !important;
  }
  a {
    color: #0066FF !important;
  }
  a,
  a:visited,
  a:active {
    text-decoration: none !important;
  }
  a:visited {
    color: #0066FF !important;
  }
  a:hover {
    color: #0066FF !important;
    text-decoration: underline !important;
  }
  a:active {
    color: #0066FF !important;
  }
  h1 a,
  h1 a:visited {
    color: #000000;
  }
  h2 a,
  h2 a:visited {
    color: #000000;
  }
  h3 a,
  h3 a:visited {
    color: #000000;
  }
  h4 a,
  h4 a:visited {
    color: #000000;
  }
  h5 a,
  h5 a:visited {
    color: #000000;
  }
  h6 a,
  h6 a:visited {
    color: #000000;
  }
  h1 a,
  h1 a:visited,
  h2 a,
  h2 a:visited,
  h3 a,
  h3 a:visited,
  h4 a,
  h4 a:visited,
  h5 a,
  h5 a:visited,
  h6 a,
  h6 a:visited {
    text-decoration: none;
  }
  h1 a:active,
  h2 a:active,
  h3 a:active,
  h4 a:active,
  h5 a:active,
  h6 a:active {
    color: #0066FF;
  }
  h1 a:hover,
  h2 a:hover,
  h3 a:hover,
  h4 a:hover,
  h5 a:hover,
  h6 a:hover {
    color: #0066FF;
  }
  code,
  kbd,
  samp {
    color: #000000 !important;
    font-family: 'Courier New', 'Courier', 'FreeMono', monospace !important;
    font-weight: normal !important;
    font-size: 9pt !important;
    line-height: 16px !important;
  }
  h1 {
    color: #000000 !important;
    font-family: 'Arial', 'Helvetica', 'FreeSans', sans-serif !important;
    font-weight: bold !important;
    font-size: 18pt !important;
    letter-spacing: normal !important;
    line-height: 30px !important;
    text-transform: none !important;
  }
  h2 {
    color: #000000 !important;
    font-family: 'Arial', 'Helvetica', 'FreeSans', sans-serif !important;
    font-weight: bold !important;
    font-size: 14pt !important;
    letter-spacing: normal !important;
    line-height: 30px !important;
    text-transform: none !important;
  }
  h3 {
    color: #000000 !important;
    font-family: 'Arial', 'Helvetica', 'FreeSans', sans-serif !important;
    font-weight: bold !important;
    font-size: 12pt !important;
    letter-spacing: normal !important;
    line-height: 30px !important;
    text-transform: none !important;
  }
  h4 {
    color: #000000 !important;
    font-family: 'Arial', 'Helvetica', 'FreeSans', sans-serif !important;
    font-weight: bold !important;
    font-size: 11pt !important;
    letter-spacing: normal !important;
    line-height: 30px !important;
    text-transform: none !important;
  }
  h5 {
    color: #000000 !important;
    font-family: 'Arial', 'Helvetica', 'FreeSans', sans-serif !important;
    font-weight: bold !important;
    font-size: 10pt !important;
    letter-spacing: normal !important;
    line-height: 30px !important;
    text-transform: none !important;
  }
  h6 {
    color: #000000 !important;
    font-family: 'Arial', 'Helvetica', 'FreeSans', sans-serif !important;
    font-weight: bold !important;
    font-size: 9pt !important;
    letter-spacing: normal !important;
    line-height: 30px !important;
    text-transform: none !important;
  }
  pre {
    color: #000000 !important;
    font-family: 'Courier New', 'Courier', 'FreeMono', monospace !important;
    font-weight: normal !important;
    font-size: 9pt !important;
    line-height: 20px !important;
  }
  ruby {
    line-height: 40px !important;
  }
  ruby rp,
  ruby rt {
    line-height: 10px;
  }
  small {
    line-height: 16px !important;
  }
  sub,
  sup {
    line-height: 6px !important;
  }
  th,
  td {
    line-height: 20px !important;
  }
  blockquote,
  dd,
  details,
  dl,
  dt,
  fieldset,
  figure,
  form,
  menu,
  nav,
  ol,
  p,
  pre,
  ul,
  summary,
  table {
    margin-bottom: 10px;
  }
  blockquote {
    margin-left: 30px;
  }
  caption,
  figcaption {
    padding-bottom: 10px;
  }
  dd {
    margin-left: 30px;
  }
  h1 {
    margin-bottom: 10px;
    margin-top: 30px;
  }
  h2 {
    margin-bottom: 10px;
    margin-top: 30px;
  }
  h3 {
    margin-bottom: 10px;
    margin-top: 30px;
  }
  h4 {
    margin-bottom: 10px;
    margin-top: 30px;
  }
  h5 {
    margin-bottom: 10px;
    margin-top: 30px;
  }
  h6 {
    margin-bottom: 10px;
    margin-top: 30px;
  }
  hgroup {
    margin-bottom: 10px;
    margin-top: 30px;
  }
  menu li,
  ol li,
  ul li {
    margin-left: 30px;
  }
  ol li {
    margin-left: 40px;
  }
}
.preset-accordion .accordion-title {
  background-color: transparent;
  border: 0px solid #44AA77;
  font-weight: bold;
  margin-bottom: 10px;
}
.preset-accordion .accordion-title:first-child {
  border-top: none;
}
.preset-accordion .accordion-title:hover {
  background-color: transparent;
}
.preset-accordion .accordion-title:hover a,
.preset-accordion .accordion-title:hover a:visited,
.preset-accordion .accordion-title:hover a:hover,
.preset-accordion .accordion-title:hover a:active {
  color: #211A1C;
}
.preset-accordion .accordion-title:active,
.preset-accordion .accordion-title.active {
  background-color: transparent;
  border: 0px solid #44AA77;
}
.preset-accordion .accordion-title:active a,
.preset-accordion .accordion-title:active a:visited,
.preset-accordion .accordion-title:active a:hover,
.preset-accordion .accordion-title:active a:active,
.preset-accordion .accordion-title.active a,
.preset-accordion .accordion-title.active a:visited,
.preset-accordion .accordion-title.active a:hover,
.preset-accordion .accordion-title.active a:active {
  background-image: url('/ff/themes/default/img/accordion-expanded.png');
  color: #211A1C;
}
.preset-accordion .accordion-title:disabled,
.preset-accordion .accordion-title.disabled {
  background-color: transparent;
}
.preset-accordion .accordion-title:disabled a,
.preset-accordion .accordion-title:disabled a:visited,
.preset-accordion .accordion-title:disabled a:hover,
.preset-accordion .accordion-title:disabled a:active,
.preset-accordion .accordion-title.disabled a,
.preset-accordion .accordion-title.disabled a:visited,
.preset-accordion .accordion-title.disabled a:hover,
.preset-accordion .accordion-title.disabled a:active {
  background-image: url('/ff/themes/default/img/accordion-expanded.png');
  color: #F7F7F7;
}
.preset-accordion .accordion-title a,
.preset-accordion .accordion-title a:visited,
.preset-accordion .accordion-title a:hover,
.preset-accordion .accordion-title a:active {
  background-image: url('/ff/themes/default/img/accordion-collapsed.png');
  color: #211A1C;
  font-family: 'Arial', 'Helvetica', 'FreeSans', sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  padding: 0px 0px 0px 20px;
}
.preset-accordion .accordion-content {
  margin-bottom: 10px;
  padding-left: 20px;
}
.preset-breadcrumbs li:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f061';
  color: #CCCCCC;
  font-size: 12px;
  font-family: 'FontAwesome';
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.preset-breadcrumbs li:first-child:before {
  content: none;
}
.preset-button {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #211A1C;
  color: #FFFFFF !important;
  margin-right: 10px;
}
.preset-button:last-child {
  margin-right: 0;
}
.preset-button:hover,
.preset-button:focus {
  background: #CC0033;
  color: #FFFFFF;
  border: 0px;
}
.preset-checkboxes-styled input[type=checkbox][checked] + label:before,
.preset-checkboxes-styled input[type=checkbox]:checked + label:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f00c';
  font-family: 'FontAwesome';
}
.preset-radios-styled input[type=radio][checked] + label:before,
.preset-radios-styled input[type=radio]:checked + label:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f111';
  font-family: 'FontAwesome';
}
.preset-placeholder-styled:placeholder,
.preset-placeholder-styled:-webkit-input-placeholder,
.preset-placeholder-styled:-moz-placeholder,
.preset-placeholder-styled:-ms-input-placeholder,
.preset-placeholder-styled:-o-placeholder {
  font-style: italic;
  color: #CCCCCC;
}
.preset-placeholder-styled::placeholder {
  font-style: italic;
  color: #CCCCCC;
}
.preset-placeholder-styled::-webkit-input-placeholder {
  font-style: italic;
  color: #CCCCCC;
}
.preset-placeholder-styled::-moz-placeholder {
  font-style: italic;
  color: #CCCCCC;
}
.preset-placeholder-styled::-ms-input-placeholder {
  font-style: italic;
  color: #CCCCCC;
}
.preset-placeholder-styled::-o-placeholder {
  font-style: italic;
  color: #CCCCCC;
}
.preset-image-zoomable {
  display: block;
  position: relative;
}
.preset-image-zoomable:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  color: #CCCCCC;
  font-family: 'FontAwesome';
  display: inline-block;
  height: 20px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 20px;
}
@media print {
  .preset-image-zoomable:before {
    display: none;
  }
}
.preset-menu-tree li > a:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f096';
  color: #000000;
  font-family: 'FontAwesome';
  display: inline-block;
  float: left;
  padding-right: 10px;
}
.preset-menu-tree li.expanded > a:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f0d7';
  font-family: 'FontAwesome';
}
.preset-menu-tree li.collapsed > a:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f0da';
  font-family: 'FontAwesome';
}
.preset-menu-bar li > a {
  position: relative;
}
.preset-menu-bar li.expanded > a,
.preset-menu-bar li.collapsed > a {
  padding-right: 30px;
}
.preset-menu-bar li.expanded > a:after,
.preset-menu-bar li.collapsed > a:after {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f0d7';
  font-family: 'FontAwesome';
  display: inline-block;
  padding: 5px 0px;
  position: absolute;
  right: 5px;
  top: 0px;
  width: 20px;
}
.preset-menu-bar-dropdown li li.expanded > a:after,
.preset-menu-bar-dropdown li li.collapsed > a:after {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f0da';
  font-family: 'FontAwesome';
}
.preset-menu-col li > a {
  position: relative;
}
.preset-menu-col li.expanded > a,
.preset-menu-col li.collapsed > a {
  padding-right: 30px;
}
.preset-menu-col li.expanded > a:after,
.preset-menu-col li.collapsed > a:after {
  display: inline-block;
  padding: 5px 0px;
  position: absolute;
  right: 5px;
  top: 0px;
  width: 20px;
}
.preset-menu-col li.collapsed > a:after {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f0da';
  font-family: 'FontAwesome';
}
.preset-menu-col li.expanded > a:after {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f0d7';
  font-family: 'FontAwesome';
}
.preset-menu-col li li > a {
  padding-left: 30px;
}
.preset-menu-col li li li > a {
  padding-left: 60px;
}
.preset-menu-col li li li li > a {
  padding-left: 90px;
}
.preset-pager li a:visited {
  color: #CC0033;
}
.preset-pager li .pager-current {
  font-weight: bold;
}
.preset-system-message {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.preset-system-message:before {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-left: -30px;
  min-width: 20px;
}
.preset-system-message-information {
  border: 2px solid #003366;
  padding-left: 40px;
}
.preset-system-message-information:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f05a';
  font-size: 20px;
  font-family: 'FontAwesome';
}
.preset-system-message-success {
  border: 2px solid #44AA77;
  padding-left: 40px;
}
.preset-system-message-success:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f058';
  font-size: 20px;
  font-family: 'FontAwesome';
}
.preset-system-message-notice {
  border: 2px solid #666677;
  padding-left: 40px;
}
.preset-system-message-notice:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f071';
  font-size: 20px;
  font-family: 'FontAwesome';
}
.preset-system-message-failure {
  border: 2px solid #ff3366;
  padding-left: 40px;
}
.preset-system-message-failure:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f057';
  font-size: 20px;
  font-family: 'FontAwesome';
}
.preset-system-message-information {
  border: 2px solid #003366;
  padding-left: 40px;
}
.preset-system-message-information:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f05a';
  font-family: 'FontAwesome';
}
.preset-system-message-question {
  border: 2px solid #330066;
  padding-left: 40px;
}
.preset-system-message-question:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f059';
  font-family: 'FontAwesome';
}
.accordion-basic .accordion-title a,
.accordion-basic .accordion-title a:visited,
.accordion-basic .accordion-title a:hover,
.accordion-basic .accordion-title a:active {
  background-position: top left;
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  text-decoration: none;
}
.accordion-basic .accordion-content {
  display: none;
}
.accordion-basic .accordion-content.active {
  display: block;
}
.accordion-basic .accordion-title {
  background-color: transparent;
  border: 0px solid #44AA77;
  font-weight: bold;
  margin-bottom: 10px;
}
.accordion-basic .accordion-title:first-child {
  border-top: none;
}
.accordion-basic .accordion-title:hover {
  background-color: transparent;
}
.accordion-basic .accordion-title:hover a,
.accordion-basic .accordion-title:hover a:visited,
.accordion-basic .accordion-title:hover a:hover,
.accordion-basic .accordion-title:hover a:active {
  color: #211A1C;
}
.accordion-basic .accordion-title:active,
.accordion-basic .accordion-title.active {
  background-color: transparent;
  border: 0px solid #44AA77;
}
.accordion-basic .accordion-title:active a,
.accordion-basic .accordion-title:active a:visited,
.accordion-basic .accordion-title:active a:hover,
.accordion-basic .accordion-title:active a:active,
.accordion-basic .accordion-title.active a,
.accordion-basic .accordion-title.active a:visited,
.accordion-basic .accordion-title.active a:hover,
.accordion-basic .accordion-title.active a:active {
  background-image: url('/ff/themes/default/img/accordion-expanded.png');
  color: #211A1C;
}
.accordion-basic .accordion-title:disabled,
.accordion-basic .accordion-title.disabled {
  background-color: transparent;
}
.accordion-basic .accordion-title:disabled a,
.accordion-basic .accordion-title:disabled a:visited,
.accordion-basic .accordion-title:disabled a:hover,
.accordion-basic .accordion-title:disabled a:active,
.accordion-basic .accordion-title.disabled a,
.accordion-basic .accordion-title.disabled a:visited,
.accordion-basic .accordion-title.disabled a:hover,
.accordion-basic .accordion-title.disabled a:active {
  background-image: url('/ff/themes/default/img/accordion-expanded.png');
  color: #F7F7F7;
}
.accordion-basic .accordion-title a,
.accordion-basic .accordion-title a:visited,
.accordion-basic .accordion-title a:hover,
.accordion-basic .accordion-title a:active {
  background-image: url('/ff/themes/default/img/accordion-collapsed.png');
  color: #211A1C;
  font-family: 'Arial', 'Helvetica', 'FreeSans', sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  padding: 0px 0px 0px 20px;
}
.accordion-basic .accordion-content {
  margin-bottom: 10px;
  padding-left: 20px;
}
.article .field {
  margin-bottom: 20px;
}
.article .field:last-child {
  margin-bottom: 0px;
}
.node.view-mode-full .field,
.taxonomy-term.view-mode-full .field {
  margin-bottom: 20px;
}
.node.view-mode-full .field:last-child,
.taxonomy-term.view-mode-full .field:last-child {
  margin-bottom: 0px;
}
.article-teaser .field {
  margin-bottom: 10px;
}
.article-teaser .field:last-child {
  margin-bottom: 0px;
}
.node.view-mode-teaser .field,
.taxonomy-term.view-mode-teaser .field {
  margin-bottom: 10px;
}
.node.view-mode-teaser .field:last-child,
.taxonomy-term.view-mode-teaser .field:last-child {
  margin-bottom: 0px;
}
.article-grid .field {
  margin-bottom: 10px;
}
.article-grid .field:last-child {
  margin-bottom: 0px;
}
.node.view-mode-grid .field,
.taxonomy-term.view-mode-grid .field {
  margin-bottom: 10px;
}
.node.view-mode-grid .field:last-child,
.taxonomy-term.view-mode-grid .field:last-child {
  margin-bottom: 0px;
}
.article-title .field {
  margin-bottom: 0px;
}
.node.view-mode-title .field,
.taxonomy-term.view-mode-title .field {
  margin-bottom: 0px;
}
.field.body img {
  height: auto;
  max-width: 100%;
}
@media print {
  .field {
    page-break-inside: avoid;
  }
}
.attachments .label,
.attachments .item {
  margin-bottom: 10px;
}
.attachments .label:last-child,
.attachments .item:last-child {
  margin-bottom: 10px;
}
.attachments .item * {
  vertical-align: middle;
}
.field.attachments .label,
.field.attachments .item {
  margin-bottom: 10px;
}
.field.attachments .label:last-child,
.field.attachments .item:last-child {
  margin-bottom: 10px;
}
.field.attachments .item * {
  vertical-align: middle;
}
.breadcrumbs {
  zoom: 1;
  color: #666666;
  font-family: 'Arial', 'Helvetica', 'FreeSans', sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  text-decoration: none;
}
.breadcrumbs:after {
  content: "";
  display: block;
  clear: both;
}
.breadcrumbs li,
.breadcrumbs ul,
.breadcrumbs ol {
  float: left;
}
.breadcrumbs li {
  display: block;
  list-style: none;
  margin-left: 0px;
}
.breadcrumbs li {
  margin-left: 10px;
}
.breadcrumbs li:first-child {
  margin-left: 0px;
}
.breadcrumbs li > a {
  cursor: pointer;
}
.breadcrumbs li > a:focus {
  outline: none;
}
.breadcrumbs li > a,
.breadcrumbs li > a:visited,
.breadcrumbs li > a:hover,
.breadcrumbs li > a:active {
  color: #666666;
  text-decoration: none;
}
.breadcrumbs li > a:hover {
  color: #ff3366;
  text-decoration: underline;
}
.breadcrumbs li.active,
.breadcrumbs li.active > a,
.breadcrumbs li.active > a:visited,
.breadcrumbs li.active > a:hover,
.breadcrumbs li.active > a:active {
  color: #666666;
  font-style: normal;
  font-weight: bold;
}
.breadcrumbs li.active > a:hover {
  color: #ff3366;
  text-decoration: underline;
}
.breadcrumbs li:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f061';
  color: #CCCCCC;
  font-size: 12px;
  font-family: 'FontAwesome';
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.breadcrumbs li:first-child:before {
  content: none;
}
.button {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  display: inline-block;
  font-family: 'Arial', 'Helvetica', 'FreeSans', sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  margin: 2px 0px;
  outline: none;
  padding: 7.5px 30px;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #211A1C;
  color: #FFFFFF !important;
  margin-right: 10px;
}
.button,
.button:visited,
.button:hover,
.button:active,
.button.active {
  text-decoration: none;
}
.button,
.button:visited {
  background-color: #211A1C;
  border-color: #AAAAAA;
  color: #FFFFFF;
}
.button:hover {
  background-color: #CC0033;
  border-color: #AAAAAA;
  color: #FFFFFF;
}
.button:active,
.button.active {
  background-color: #CC0033;
  border-color: #AAAAAA;
  border-style: solid;
  color: #FFFFFF;
}
.button:disabled,
.button.disabled {
  background-color: #EEEEEE !important;
  border-color: #DDDDDD !important;
  border-style: solid !important;
  color: #AAAAAA !important;
}
.button * {
  vertical-align: middle;
}
.button:last-child {
  margin-right: 0;
}
.button:hover,
.button:focus {
  background: #CC0033;
  color: #FFFFFF;
  border: 0px;
}
.button-icon {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  display: inline-block;
  font-family: 'Arial', 'Helvetica', 'FreeSans', sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  margin: 2px 0px;
  outline: none;
  padding: 7.5px 30px;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #211A1C;
  color: #FFFFFF !important;
  margin-right: 10px;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
}
.button-icon,
.button-icon:visited,
.button-icon:hover,
.button-icon:active,
.button-icon.active {
  text-decoration: none;
}
.button-icon,
.button-icon:visited {
  background-color: #211A1C;
  border-color: #AAAAAA;
  color: #FFFFFF;
}
.button-icon:hover {
  background-color: #CC0033;
  border-color: #AAAAAA;
  color: #FFFFFF;
}
.button-icon:active,
.button-icon.active {
  background-color: #CC0033;
  border-color: #AAAAAA;
  border-style: solid;
  color: #FFFFFF;
}
.button-icon:disabled,
.button-icon.disabled {
  background-color: #EEEEEE !important;
  border-color: #DDDDDD !important;
  border-style: solid !important;
  color: #AAAAAA !important;
}
.button-icon * {
  vertical-align: middle;
}
.button-icon:last-child {
  margin-right: 0;
}
.button-icon:hover,
.button-icon:focus {
  background: #CC0033;
  color: #FFFFFF;
  border: 0px;
}
.button-icon-text {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  display: inline-block;
  font-family: 'Arial', 'Helvetica', 'FreeSans', sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  margin: 2px 0px;
  outline: none;
  padding: 7.5px 30px;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #211A1C;
  color: #FFFFFF !important;
  margin-right: 10px;
  background-position: left top;
  background-repeat: no-repeat;
  padding-left: 30px;
}
.button-icon-text,
.button-icon-text:visited,
.button-icon-text:hover,
.button-icon-text:active,
.button-icon-text.active {
  text-decoration: none;
}
.button-icon-text,
.button-icon-text:visited {
  background-color: #211A1C;
  border-color: #AAAAAA;
  color: #FFFFFF;
}
.button-icon-text:hover {
  background-color: #CC0033;
  border-color: #AAAAAA;
  color: #FFFFFF;
}
.button-icon-text:active,
.button-icon-text.active {
  background-color: #CC0033;
  border-color: #AAAAAA;
  border-style: solid;
  color: #FFFFFF;
}
.button-icon-text:disabled,
.button-icon-text.disabled {
  background-color: #EEEEEE !important;
  border-color: #DDDDDD !important;
  border-style: solid !important;
  color: #AAAAAA !important;
}
.button-icon-text * {
  vertical-align: middle;
}
.button-icon-text:last-child {
  margin-right: 0;
}
.button-icon-text:hover,
.button-icon-text:focus {
  background: #CC0033;
  color: #FFFFFF;
  border: 0px;
}
.carousel {
  position: relative;
}
.carousel .views-slideshow-controls-text-previous,
.carousel .views-slideshow-controls-text-next,
.carousel .views-slideshow-controls-text-pause {
  position: absolute;
  z-index: 50;
}
.carousel .views-slideshow-controls-text-previous a,
.carousel .views-slideshow-controls-text-next a,
.carousel .views-slideshow-controls-text-pause a {
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  height: 30px;
  overflow: hidden;
  text-indent: -9999px;
  width: 30px;
}
.carousel .views-slideshow-controls-text-previous,
.carousel .views-slideshow-controls-text-next {
  margin-top: -15px;
  top: 50%;
}
.carousel .views-slideshow-controls-text-previous {
  background-image: url(../img/carousel-arrow-left.png);
  left: 10px;
}
.carousel .views-slideshow-controls-text-next {
  background-image: url(../img/carousel-arrow-right.png);
  right: 10px;
}
.carousel .views-slideshow-controls-text-pause {
  background-image: url(../img/carousel-pause.png);
  bottom: 10px;
  right: 10px;
}
.carousel .views-slideshow-controls-text-pause.active {
  background-image: url(../img/carousel-pause-active.png);
}
.carousel.pager-bullets .widget_pager,
.carousel.pager-images .widget_pager {
  position: absolute;
  z-index: 50;
}
.carousel.pager-bullets .widget_pager div,
.carousel.pager-images .widget_pager div {
  display: inline;
}
.carousel.pager-bullets .widget_pager .views-slideshow-pager-field-item,
.carousel.pager-images .widget_pager .views-slideshow-pager-field-item {
  cursor: pointer;
  display: inline-block;
}
.carousel.pager-bullets .widget_pager {
  padding: 15px 0px;
}
.carousel.pager-bullets .widget_pager .views-slideshow-pager-field-item {
  background-image: url(../img/carousel-pager.png);
  background-position: center center;
  background-repeat: no-repeat;
  height: 20px;
  overflow: hidden;
  text-indent: -9999px;
  width: 20px;
}
.carousel.pager-bullets .widget_pager .views-slideshow-pager-field-item.active {
  background-image: url(../img/carousel-pager-active.png);
}
.carousel.pager-images .widget_pager {
  padding: 5px 5px;
}
.carousel.pager-images .widget_pager .views-slideshow-pager-field-item {
  padding: 5px 5px;
}
.carousel.pager-center .widget_pager {
  left: 25%;
  width: 50%;
  text-align: center;
}
.carousel.pager-center .widget_pager .views-slideshow-pager-field-item {
  margin-left: -2px;
  margin-right: -2px;
}
.carousel.pager-top .widget_pager {
  top: 0px;
}
.carousel.pager-bottom .widget_pager {
  bottom: 0px;
}
.carousel.pager-left .widget_pager {
  left: 0px;
}
.carousel.pager-left .widget_pager .views-slideshow-pager-field-item {
  margin-right: -4px;
}
.carousel.pager-right .widget_pager {
  right: 0px;
}
.carousel.pager-right .widget_pager .views-slideshow-pager-field-item {
  margin-left: -4px;
}
*+html .carousel.pager-bullets .widget_pager .views-slideshow-pager-field-item,
*+html .carousel.pager-images .widget_pager .views-slideshow-pager-field-item {
  display: inline;
}
.form {
  margin-top: 20px;
}
.form:first-child {
  margin-top: 0px;
}
.webform-client-form,
.views-exposed-form,
form#user-login {
  margin-top: 20px;
}
.webform-client-form:first-child,
.views-exposed-form:first-child,
form#user-login:first-child {
  margin-top: 0px;
}
.form-field {
  margin-bottom: 10px;
}
.form-item {
  margin-bottom: 10px;
}
.form-item .form-checkboxes .form-item,
.form-item .form-radios .form-item {
  margin-bottom: 0px;
}
.form-label {
  display: block;
  font-size: 14px;
  font-weight: bold;
}
.form-item > label:not(.option),
.views-exposed-widget > label:not(.option) {
  display: block;
  font-size: 14px;
  font-weight: bold;
}
.form-hint {
  color: #666666;
  display: block;
  font-size: 12px;
  font-style: normal;
}
.form-item .description {
  color: #666666;
  display: block;
  font-size: 12px;
  font-style: normal;
}
.checkboxes-styled input[type=checkbox] + label:before {
  background-color: #211A1C;
  border-style: solid;
  border-width: 0;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: 'Arial', 'Helvetica', 'FreeSans', sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  margin-right: 10px;
  outline: none;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
  content: " ";
}
.checkboxes-styled input[type=checkbox] + label:before:hover {
  background-color: #CC0033;
  border-color: #AAAAAA;
  color: #FFFFFF;
}
.checkboxes-styled input[type=checkbox] + label:before:active,
.checkboxes-styled input[type=checkbox] + label:before .active {
  background-color: #CC0033;
  border-color: #AAAAAA;
  border-style: solid;
  color: #FFFFFF;
}
.checkboxes-styled input[type=checkbox][disabled] + label:before,
.checkboxes-styled input[type=checkbox]:disabled + label:before {
  background-color: #EEEEEE !important;
  border-color: #DDDDDD !important;
  border-style: solid !important;
  color: #AAAAAA !important;
}
.checkboxes-styled input[type=checkbox][checked] + label:before,
.checkboxes-styled input[type=checkbox]:checked + label:before {
  content: "&check;";
  content: "&#x02713;";
  content: "&#10003;";
}
.checkboxes-styled input[type=checkbox] {
  display: none;
}
.checkboxes-styled input[type=checkbox] {
  display: block \9;
}
.checkboxes-styled input[type=checkbox] {
  display: inline-block \9;
}
.checkboxes-styled label:before {
  display: none \9;
}
.checkboxes-styled input[type=checkbox][checked] + label:before,
.checkboxes-styled input[type=checkbox]:checked + label:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f00c';
  font-family: 'FontAwesome';
}
.radios-styled input[type=radio] + label:before {
  background-color: #211A1C;
  border-style: solid;
  border-width: 0;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: 'Arial', 'Helvetica', 'FreeSans', sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  margin-right: 10px;
  outline: none;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
  content: " ";
}
.radios-styled input[type=radio] + label:before:hover {
  background-color: #CC0033;
  border-color: #AAAAAA;
  color: #FFFFFF;
}
.radios-styled input[type=radio] + label:before:active,
.radios-styled input[type=radio] + label:before .active {
  background-color: #CC0033;
  border-color: #AAAAAA;
  border-style: solid;
  color: #FFFFFF;
}
.radios-styled input[type=radio][disabled] + label:before,
.radios-styled input[type=radio]:disabled + label:before {
  background-color: #EEEEEE !important;
  border-color: #DDDDDD !important;
  border-style: solid !important;
  color: #AAAAAA !important;
}
.radios-styled input[type=radio][checked] + label:before,
.radios-styled input[type=radio]:checked + label:before {
  content: "&bull;";
  content: "&#x02022;";
  content: "&#8226;";
}
.radios-styled input[type=radio] {
  display: none;
}
.radios-styled input[type=radio] {
  display: block \9;
}
.radios-styled input[type=radio] {
  display: inline-block \9;
}
.radios-styled label:before {
  display: none \9;
}
.radios-styled input[type=radio][checked] + label:before,
.radios-styled input[type=radio]:checked + label:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f111';
  font-family: 'FontAwesome';
}
.placeholder-styled:placeholder,
.placeholder-styled:-webkit-input-placeholder,
.placeholder-styled:-moz-placeholder,
.placeholder-styled:-ms-input-placeholder,
.placeholder-styled:-o-placeholder {
  font-style: italic;
  color: #CCCCCC;
}
.placeholder-styled::placeholder {
  font-style: italic;
  color: #CCCCCC;
}
.placeholder-styled::-webkit-input-placeholder {
  font-style: italic;
  color: #CCCCCC;
}
.placeholder-styled::-moz-placeholder {
  font-style: italic;
  color: #CCCCCC;
}
.placeholder-styled::-ms-input-placeholder {
  font-style: italic;
  color: #CCCCCC;
}
.placeholder-styled::-o-placeholder {
  font-style: italic;
  color: #CCCCCC;
}
.form-check,
.form-honeypot {
  display: none;
}
#webform-component-empty,
.homepage-textfield {
  display: none;
}
.link-action:visited {
  color: #CC0033;
}
.link-unmarked,
.link-unmarked:visited,
.link-unmarked:active {
  color: #211A1C;
  text-decoration: none;
}
.link-unmarked:hover {
  color: #ff3366;
  text-decoration: underline;
}
.link-more:visited,
.link-more a:visited {
  color: #CC0033;
}
.node-link:visited,
.node-link a:visited {
  color: #CC0033;
}
.link-less:visited,
.link-less a:visited {
  color: #CC0033;
}
.link-all:visited,
.link-all a:visited {
  color: #CC0033;
}
.more-link:visited,
.more-link a:visited {
  color: #CC0033;
}
.view .view-filters {
  margin-bottom: 10px;
}
.view .attachment-before {
  margin-bottom: 20px;
}
.view .attachment-after {
  margin-top: 20px;
}
.view .more-link {
  margin-top: 20px;
}
.listing-full > * {
  zoom: 1;
  margin-bottom: 30px;
}
.listing-full > *:after {
  content: "";
  display: block;
  clear: both;
}
.listing-full > *:last-child {
  margin-bottom: 0px;
}
.view-full .view-content > *,
.view-full .view-attachment > * {
  zoom: 1;
  margin-bottom: 30px;
}
.view-full .view-content > *:after,
.view-full .view-attachment > *:after {
  content: "";
  display: block;
  clear: both;
}
.view-full .view-content > *:last-child,
.view-full .view-attachment > *:last-child {
  margin-bottom: 0px;
}
.listing-teasers > * {
  zoom: 1;
  margin-bottom: 30px;
}
.listing-teasers > *:after {
  content: "";
  display: block;
  clear: both;
}
.listing-teasers > *:last-child {
  margin-bottom: 0px;
}
.view-teasers .view-content > *,
.view-teasers .view-attachment > * {
  zoom: 1;
  margin-bottom: 30px;
}
.view-teasers .view-content > *:after,
.view-teasers .view-attachment > *:after {
  content: "";
  display: block;
  clear: both;
}
.view-teasers .view-content > *:last-child,
.view-teasers .view-attachment > *:last-child {
  margin-bottom: 0px;
}
.listing-grid > * {
  zoom: 1;
  margin-bottom: 20px;
}
.listing-grid > *:after {
  content: "";
  display: block;
  clear: both;
}
.listing-grid > *:last-child {
  margin-bottom: 0px;
}
.view-grid .view-content > *,
.view-grid .view-attachment > * {
  zoom: 1;
  margin-bottom: 20px;
}
.view-grid .view-content > *:after,
.view-grid .view-attachment > *:after {
  content: "";
  display: block;
  clear: both;
}
.view-grid .view-content > *:last-child,
.view-grid .view-attachment > *:last-child {
  margin-bottom: 0px;
}
.listing-titles ol li,
.listing-titles ul li {
  display: block;
  list-style: none;
  margin-left: 0px;
}
.listing-titles ol li,
.listing-titles ul li {
  zoom: 1;
  margin-bottom: 10px;
}
.listing-titles ol li:after,
.listing-titles ul li:after {
  content: "";
  display: block;
  clear: both;
}
.listing-titles ol li:last-child,
.listing-titles ul li:last-child {
  margin-bottom: 0px;
}
.view-titles .view-content ol li,
.view-titles .view-content ul li,
.view-titles .view-attachment ol li,
.view-titles .view-attachment ul li {
  display: block;
  list-style: none;
  margin-left: 0px;
}
.view-titles .view-content ol li,
.view-titles .view-content ul li,
.view-titles .view-attachment ol li,
.view-titles .view-attachment ul li {
  zoom: 1;
  margin-bottom: 10px;
}
.view-titles .view-content ol li:after,
.view-titles .view-content ul li:after,
.view-titles .view-attachment ol li:after,
.view-titles .view-attachment ul li:after {
  content: "";
  display: block;
  clear: both;
}
.view-titles .view-content ol li:last-child,
.view-titles .view-content ul li:last-child,
.view-titles .view-attachment ol li:last-child,
.view-titles .view-attachment ul li:last-child {
  margin-bottom: 0px;
}
.listing-item {
  page-break-inside: avoid;
}
.views-row {
  page-break-inside: avoid;
}
.media-wrapper {
  display: inline-block;
}
.caption-wrapper {
  display: inline-block;
}
.media {
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 20px;
}
.media:first-child {
  margin-top: 0px;
}
.media:last-child {
  margin-bottom: 0px;
}
.media.float-left,
.media.float-right {
  margin-top: 0px;
  margin-bottom: 20px;
}
.media.float-left:first-child,
.media.float-right:first-child {
  margin-top: 0px;
}
.media.float-left:last-child,
.media.float-right:last-child {
  margin-bottom: 0px;
}
.media.float-left {
  margin-right: 20px;
}
.media.float-right {
  margin-left: 20px;
}
.media,
.media > img,
.media > canvas,
.media > video,
.media > audio {
  height: auto;
  max-width: 100%;
}
figure {
  margin-bottom: 20px;
  margin-top: 20px;
}
figure:first-child {
  margin-top: 0px;
}
figure:last-child {
  margin-bottom: 0px;
}
.media-element {
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 20px;
}
.media-element:first-child {
  margin-top: 0px;
}
.media-element:last-child {
  margin-bottom: 0px;
}
.media-element.float-left,
.media-element.float-right {
  margin-top: 0px;
  margin-bottom: 20px;
}
.media-element.float-left:first-child,
.media-element.float-right:first-child {
  margin-top: 0px;
}
.media-element.float-left:last-child,
.media-element.float-right:last-child {
  margin-bottom: 0px;
}
.media-element.float-left {
  margin-right: 20px;
}
.media-element.float-right {
  margin-left: 20px;
}
.media-element,
.media-element > img,
.media-element > canvas,
.media-element > video,
.media-element > audio {
  height: auto;
  max-width: 100%;
}
.image-adaptive {
  height: auto;
  max-width: 100%;
}
img.adaptive-image {
  height: auto;
  max-width: 100%;
}
.image-zoomable {
  display: block;
  position: relative;
}
.image-zoomable:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  color: #CCCCCC;
  font-family: 'FontAwesome';
  display: inline-block;
  height: 20px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 20px;
}
@media print {
  .image-zoomable:before {
    display: none;
  }
}
.player-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.player-video iframe,
.player-video object,
.player-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media print {
  .player-video {
    display: none;
  }
}
.media-youtube-video,
.media-vimeo-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.media-youtube-video iframe,
.media-youtube-video object,
.media-youtube-video embed,
.media-vimeo-video iframe,
.media-vimeo-video object,
.media-vimeo-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media print {
  .media-youtube-video,
  .media-vimeo-video {
    display: none;
  }
}
.media-caption {
  margin-top: 10px;
}
.caption-wrapper .caption {
  margin-top: 10px;
}
.image-zoom {
  display: block;
  position: relative;
}
.image-zoom:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  color: #CCCCCC;
  font-family: 'FontAwesome';
  display: inline-block;
  height: 20px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 20px;
}
@media print {
  .image-zoom:before {
    display: none;
  }
}
.menu-linear li {
  display: block;
  list-style: none;
  margin-left: 0px;
}
.menu-linear li.active > a,
.menu-linear li.active > a:visited,
.menu-linear li.active > a:hover,
.menu-linear li.active > a:active,
.menu-linear li.active-trail > a,
.menu-linear li.active-trail > a:visited,
.menu-linear li.active-trail > a:hover,
.menu-linear li.active-trail > a:active {
  color: #cc0033;
  color: #CC0033;
  font-style: normal;
  font-weight: bold;
}
.menu-inline li,
.menu-inline ul,
.menu-inline ol {
  display: inline;
}
.menu-inline li {
  list-style: none;
  margin-left: 0px;
}
.menu-inline li {
  white-space: nowrap;
  margin-left: 16px;
}
.menu-inline li:first-child {
  margin-left: 0px;
}
.menu-inline li.active > a,
.menu-inline li.active > a:visited,
.menu-inline li.active > a:hover,
.menu-inline li.active > a:active,
.menu-inline li.active-trail > a,
.menu-inline li.active-trail > a:visited,
.menu-inline li.active-trail > a:hover,
.menu-inline li.active-trail > a:active {
  color: #cc0033;
  color: #CC0033;
  font-style: normal;
  font-weight: bold;
}
.menu-inline ul,
.menu-inline ol {
  display: none;
}
.menu-basic {
  font-family: 'Arial', 'Helvetica', 'FreeSans', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
.menu-basic li {
  display: block;
  list-style: none;
  margin-left: 0px;
}
.menu-basic li {
  margin-bottom: 10px;
}
.menu-basic li:last-child {
  margin-bottom: 0px;
}
.menu-basic li > a:focus {
  outline: none;
}
.menu-basic li > a,
.menu-basic li > a:visited,
.menu-basic li > a:hover,
.menu-basic li > a:active {
  color: #cc0033;
  color: #CC0033;
  text-decoration: none;
}
.menu-basic li > a:hover {
  color: #ff3366;
  color: #ff3366;
  text-decoration: underline;
}
.menu-basic li.active > a,
.menu-basic li.active > a:visited,
.menu-basic li.active > a:hover,
.menu-basic li.active > a:active,
.menu-basic li.active-trail > a,
.menu-basic li.active-trail > a:visited,
.menu-basic li.active-trail > a:hover,
.menu-basic li.active-trail > a:active {
  color: #211a1c;
  color: #211A1C;
  font-style: normal;
  font-weight: bold;
}
.menu-basic li.active > a:hover,
.menu-basic li.active-trail > a:hover {
  color: #ff3366;
  color: #ff3366;
  text-decoration: underline;
}
.menu-basic li li {
  margin-left: 20px;
}
.menu-basic li li li {
  margin-left: 40px;
}
.menu-basic li li li li {
  margin-left: 60px;
}
.menu-basic li li li li li {
  margin-left: 80px;
}
.menu-basic li li li li li li {
  margin-left: 100px;
}
.menu-tree {
  font-family: 'Arial', 'Helvetica', 'FreeSans', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
.menu-tree li {
  display: block;
  list-style: none;
  margin-left: 0px;
}
.menu-tree li li {
  margin-left: 24px;
}
.menu-tree li li li {
  margin-left: 48px;
}
.menu-tree li li li li {
  margin-left: 72px;
}
.menu-tree li li li li li {
  margin-left: 96px;
}
.menu-tree li li li li li li {
  margin-left: 120px;
}
.menu-tree li > a:focus {
  outline: none;
}
.menu-tree li > a,
.menu-tree li > a:visited,
.menu-tree li > a:hover,
.menu-tree li > a:active {
  color: #000000;
  color: #000000;
  text-decoration: none;
}
.menu-tree li > a:hover {
  color: #ff3366;
  color: #ff3366;
  text-decoration: underline;
}
.menu-tree li.active > a,
.menu-tree li.active > a:visited,
.menu-tree li.active > a:hover,
.menu-tree li.active > a:active,
.menu-tree li.active-trail > a,
.menu-tree li.active-trail > a:visited,
.menu-tree li.active-trail > a:hover,
.menu-tree li.active-trail > a:active {
  color: #ff3366;
  color: #ff3366;
  font-style: normal;
  font-weight: bold;
}
.menu-tree li.active > a:hover,
.menu-tree li.active-trail > a:hover {
  color: #ff3366;
  color: #ff3366;
  text-decoration: underline;
}
.menu-tree li.disabled > a,
.menu-tree li.disabled > a:visited,
.menu-tree li.disabled > a:hover,
.menu-tree li.disabled > a:active {
  color: #aaaaaa;
  color: #AAAAAA;
  color: #AAAAAA;
}
.menu-tree li > a:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f096';
  color: #000000;
  font-family: 'FontAwesome';
  display: inline-block;
  float: left;
  padding-right: 10px;
}
.menu-tree li.expanded > a:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f0d7';
  font-family: 'FontAwesome';
}
.menu-tree li.collapsed > a:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f0da';
  font-family: 'FontAwesome';
}
.menu-bar {
  zoom: 1;
  zoom: 1;
  font-family: 'Arial', 'Helvetica', 'FreeSans', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 0px;
  padding: 0px;
  position: relative;
}
.menu-bar:after {
  content: "";
  display: block;
  clear: both;
}
.menu-bar:after {
  content: "";
  display: block;
  clear: both;
}
.menu-bar li,
.menu-bar ul,
.menu-bar ol {
  float: left;
}
.menu-bar li {
  display: block;
  list-style: none;
  margin-left: 0px;
}
.menu-bar a {
  display: block;
  padding: 5px 10px;
}
.menu-bar a:focus {
  outline: none;
}
.menu-bar a,
.menu-bar a:visited,
.menu-bar a:hover,
.menu-bar a:active {
  background-color: #dddddd;
  background-color: #DDDDDD;
  color: #000000;
  color: #000000;
  text-decoration: none;
}
.menu-bar li {
  white-space: nowrap;
  position: static;
}
.menu-bar li:hover > a,
.menu-bar li:hover > a:visited,
.menu-bar li:hover > a:hover,
.menu-bar li:hover > a:active {
  background-color: #bbbbbb;
  background-color: #BBBBBB;
  color: #000000;
  color: #000000;
}
.menu-bar li.active > a,
.menu-bar li.active > a:visited,
.menu-bar li.active > a:hover,
.menu-bar li.active > a:active,
.menu-bar li.active-trail > a,
.menu-bar li.active-trail > a:visited,
.menu-bar li.active-trail > a:hover,
.menu-bar li.active-trail > a:active {
  background-color: #cccccc;
  background-color: #CCCCCC;
  color: #000000;
  color: #000000;
}
.menu-bar li.disabled > a,
.menu-bar li.disabled > a:visited,
.menu-bar li.disabled > a:hover,
.menu-bar li.disabled > a:active {
  background-color: #eeeeee !important;
  background-color: #EEEEEE !important;
  color: #aaaaaa !important;
  color: #AAAAAA !important;
}
.menu-bar ul {
  position: absolute;
  left: 0px;
}
.menu-bar li > a {
  position: relative;
}
.menu-bar li.expanded > a,
.menu-bar li.collapsed > a {
  padding-right: 30px;
}
.menu-bar li.expanded > a:after,
.menu-bar li.collapsed > a:after {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f0d7';
  font-family: 'FontAwesome';
  display: inline-block;
  padding: 5px 0px;
  position: absolute;
  right: 5px;
  top: 0px;
  width: 20px;
}
.menu-bar-dropdown {
  zoom: 1;
  zoom: 1;
  font-family: 'Arial', 'Helvetica', 'FreeSans', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 0px;
  padding: 0px;
  position: relative;
}
.menu-bar-dropdown:after {
  content: "";
  display: block;
  clear: both;
}
.menu-bar-dropdown:after {
  content: "";
  display: block;
  clear: both;
}
.menu-bar-dropdown li,
.menu-bar-dropdown ul,
.menu-bar-dropdown ol {
  float: left;
}
.menu-bar-dropdown li {
  display: block;
  list-style: none;
  margin-left: 0px;
}
.menu-bar-dropdown a {
  display: block;
  padding: 5px 10px;
}
.menu-bar-dropdown a:focus {
  outline: none;
}
.menu-bar-dropdown a,
.menu-bar-dropdown a:visited,
.menu-bar-dropdown a:hover,
.menu-bar-dropdown a:active {
  background-color: #dddddd;
  background-color: #DDDDDD;
  color: #000000;
  color: #000000;
  text-decoration: none;
}
.menu-bar-dropdown li {
  white-space: nowrap;
  position: static;
}
.menu-bar-dropdown li:hover > a,
.menu-bar-dropdown li:hover > a:visited,
.menu-bar-dropdown li:hover > a:hover,
.menu-bar-dropdown li:hover > a:active {
  background-color: #bbbbbb;
  background-color: #BBBBBB;
  color: #000000;
  color: #000000;
}
.menu-bar-dropdown li.active > a,
.menu-bar-dropdown li.active > a:visited,
.menu-bar-dropdown li.active > a:hover,
.menu-bar-dropdown li.active > a:active,
.menu-bar-dropdown li.active-trail > a,
.menu-bar-dropdown li.active-trail > a:visited,
.menu-bar-dropdown li.active-trail > a:hover,
.menu-bar-dropdown li.active-trail > a:active {
  background-color: #cccccc;
  background-color: #CCCCCC;
  color: #000000;
  color: #000000;
}
.menu-bar-dropdown li.disabled > a,
.menu-bar-dropdown li.disabled > a:visited,
.menu-bar-dropdown li.disabled > a:hover,
.menu-bar-dropdown li.disabled > a:active {
  background-color: #eeeeee !important;
  background-color: #EEEEEE !important;
  color: #aaaaaa !important;
  color: #AAAAAA !important;
}
.menu-bar-dropdown ul {
  position: absolute;
  left: 0px;
}
.menu-bar-dropdown li > a {
  position: relative;
}
.menu-bar-dropdown li.expanded > a,
.menu-bar-dropdown li.collapsed > a {
  padding-right: 30px;
}
.menu-bar-dropdown li.expanded > a:after,
.menu-bar-dropdown li.collapsed > a:after {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f0d7';
  font-family: 'FontAwesome';
  display: inline-block;
  padding: 5px 0px;
  position: absolute;
  right: 5px;
  top: 0px;
  width: 20px;
}
.menu-bar-dropdown ul,
.menu-bar-dropdown ol {
  display: none;
}
.menu-bar-dropdown li {
  position: relative;
}
.menu-bar-dropdown ul {
  min-width: 140px;
  position: absolute;
  left: 0px;
  top: 100%;
}
.menu-bar-dropdown ul li {
  float: none;
}
.menu-bar-dropdown ul ul {
  left: 100%;
  top: 0px;
}
.menu-bar-dropdown li li.expanded > a:after,
.menu-bar-dropdown li li.collapsed > a:after {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f0da';
  font-family: 'FontAwesome';
}
.menu-col {
  zoom: 1;
  font-family: 'Arial', 'Helvetica', 'FreeSans', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 0px;
  padding: 0px;
  position: relative;
}
.menu-col:after {
  content: "";
  display: block;
  clear: both;
}
.menu-col li {
  display: block;
  list-style: none;
  margin-left: 0px;
}
.menu-col a {
  cursor: pointer;
  display: block;
  padding: 5px 10px;
}
.menu-col a:focus {
  outline: none;
}
.menu-col a,
.menu-col a:visited,
.menu-col a:hover,
.menu-col a:active {
  background-color: #dddddd;
  background-color: #DDDDDD;
  color: #000000;
  color: #000000;
  text-decoration: none;
}
.menu-col li {
  white-space: nowrap;
}
.menu-col li:hover > a,
.menu-col li:hover > a:visited,
.menu-col li:hover > a:hover,
.menu-col li:hover > a:active {
  background-color: #bbbbbb;
  background-color: #BBBBBB;
  color: #000000;
  color: #000000;
}
.menu-col li.active > a,
.menu-col li.active > a:visited,
.menu-col li.active > a:hover,
.menu-col li.active > a:active,
.menu-col li.active-trail > a,
.menu-col li.active-trail > a:visited,
.menu-col li.active-trail > a:hover,
.menu-col li.active-trail > a:active {
  background-color: #cccccc;
  background-color: #CCCCCC;
  color: #000000;
  color: #000000;
}
.menu-col li.disabled > a,
.menu-col li.disabled > a:visited,
.menu-col li.disabled > a:hover,
.menu-col li.disabled > a:active {
  background-color: #eeeeee !important;
  background-color: #EEEEEE !important;
  color: #aaaaaa !important;
  color: #AAAAAA !important;
}
.menu-col li > a {
  position: relative;
}
.menu-col li.expanded > a,
.menu-col li.collapsed > a {
  padding-right: 30px;
}
.menu-col li.expanded > a:after,
.menu-col li.collapsed > a:after {
  display: inline-block;
  padding: 5px 0px;
  position: absolute;
  right: 5px;
  top: 0px;
  width: 20px;
}
.menu-col li.collapsed > a:after {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f0da';
  font-family: 'FontAwesome';
}
.menu-col li.expanded > a:after {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f0d7';
  font-family: 'FontAwesome';
}
.menu-col li li > a {
  padding-left: 30px;
}
.menu-col li li li > a {
  padding-left: 60px;
}
.menu-col li li li li > a {
  padding-left: 90px;
}
.menu-col-dropdown {
  zoom: 1;
  font-family: 'Arial', 'Helvetica', 'FreeSans', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 0px;
  padding: 0px;
  position: relative;
}
.menu-col-dropdown:after {
  content: "";
  display: block;
  clear: both;
}
.menu-col-dropdown li {
  display: block;
  list-style: none;
  margin-left: 0px;
}
.menu-col-dropdown a {
  cursor: pointer;
  display: block;
  padding: 5px 10px;
}
.menu-col-dropdown a:focus {
  outline: none;
}
.menu-col-dropdown a,
.menu-col-dropdown a:visited,
.menu-col-dropdown a:hover,
.menu-col-dropdown a:active {
  background-color: #dddddd;
  background-color: #DDDDDD;
  color: #000000;
  color: #000000;
  text-decoration: none;
}
.menu-col-dropdown li {
  white-space: nowrap;
}
.menu-col-dropdown li:hover > a,
.menu-col-dropdown li:hover > a:visited,
.menu-col-dropdown li:hover > a:hover,
.menu-col-dropdown li:hover > a:active {
  background-color: #bbbbbb;
  background-color: #BBBBBB;
  color: #000000;
  color: #000000;
}
.menu-col-dropdown li.active > a,
.menu-col-dropdown li.active > a:visited,
.menu-col-dropdown li.active > a:hover,
.menu-col-dropdown li.active > a:active,
.menu-col-dropdown li.active-trail > a,
.menu-col-dropdown li.active-trail > a:visited,
.menu-col-dropdown li.active-trail > a:hover,
.menu-col-dropdown li.active-trail > a:active {
  background-color: #cccccc;
  background-color: #CCCCCC;
  color: #000000;
  color: #000000;
}
.menu-col-dropdown li.disabled > a,
.menu-col-dropdown li.disabled > a:visited,
.menu-col-dropdown li.disabled > a:hover,
.menu-col-dropdown li.disabled > a:active {
  background-color: #eeeeee !important;
  background-color: #EEEEEE !important;
  color: #aaaaaa !important;
  color: #AAAAAA !important;
}
.menu-col-dropdown li > a {
  position: relative;
}
.menu-col-dropdown li.expanded > a,
.menu-col-dropdown li.collapsed > a {
  padding-right: 30px;
}
.menu-col-dropdown li.expanded > a:after,
.menu-col-dropdown li.collapsed > a:after {
  display: inline-block;
  padding: 5px 0px;
  position: absolute;
  right: 5px;
  top: 0px;
  width: 20px;
}
.menu-col-dropdown li.collapsed > a:after {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f0da';
  font-family: 'FontAwesome';
}
.menu-col-dropdown li.expanded > a:after {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f0d7';
  font-family: 'FontAwesome';
}
.menu-col-dropdown li li > a {
  padding-left: 30px;
}
.menu-col-dropdown li li li > a {
  padding-left: 60px;
}
.menu-col-dropdown li li li li > a {
  padding-left: 90px;
}
.menu-col-dropdown ul,
.menu-col-dropdown ol {
  display: none;
}
.menu-col-dropdown li {
  position: relative;
}
.menu-col-dropdown li ul {
  left: 100%;
  min-width: 140px;
  position: absolute;
  top: 0px;
}
.menu-col-dropdown li ul li {
  float: none;
}
.menu-col-dropdown li ul li ul {
  left: 100%;
  top: 0px;
}
.menu-minimized li {
  display: none;
}
.menu-minimized li.active {
  display: block;
}
.menu-show-sub-items ul,
.menu-show-sub-items ol {
  display: block;
}
.menu-hide-sub-items ul,
.menu-hide-sub-items ol {
  display: none;
}
.menu-expand-on-hover ul,
.menu-expand-on-hover ol {
  display: none;
}
.menu-expand-on-hover li:hover ul {
  display: block;
}
.menu-expand-on-hover li:hover ul ul {
  display: none;
}
.menu-expand-on-hover ul li:hover ul {
  display: block;
}
@media screen,handheld,projection,tv {
  body {
    text-align: center;
    background-color: #e8e8e8;
    background-color: #E8E8E8;
    margin: 0px;
    padding: 0px;
  }
  body > * {
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }
}
@media screen,handheld,projection,tv {
  #page {
    text-align: center;
    background-color: #ffffff;
    background-color: #FFFFFF;
  }
  #page > * {
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }
}
.section {
  position: relative;
}
@media screen,handheld,projection,tv {
  .section {
    margin-bottom: 0px;
  }
  .section:last-child,
  .section:empty {
    margin-bottom: 0px;
  }
}
@media screen,handheld,projection,tv {
  #section-header {
    background-color: #e8e8e8;
    background-color: #E8E8E8;
  }
}
@media print {
  #section-header {
    border-bottom: 2px solid #CCCCCC;
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
}
@media screen,handheld,projection,tv {
  #section-content {
    background-color: #ffffff;
    background-color: #FFFFFF;
  }
}
@media screen,handheld,projection,tv {
  #section-footer {
    background-color: #eeeeee;
    background-color: #EEEEEE;
  }
}
@media print {
  #section-footer {
    border-top: 2px solid #CCCCCC;
    margin-top: 30px;
    padding-top: 10px;
  }
}
.zone-wrapper:last-child,
.zone-wrapper:empty {
  margin-bottom: 0px;
}
@media screen,handheld,projection,tv {
  .zone-wrapper {
    text-align: center;
    margin-bottom: 40px;
  }
  .zone-wrapper > * {
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }
}
@media print {
  .zone-wrapper {
    margin-bottom: 30px;
  }
}
.zone {
  position: relative;
}
.zone:last-child,
.zone:empty {
  margin-bottom: 0px;
}
@media screen,handheld,projection,tv {
  .zone {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media print {
  .zone {
    margin-bottom: 30px;
  }
}
.region {
  position: relative;
}
.region:last-child,
.region:empty {
  margin-bottom: 0px;
}
@media screen,handheld,projection,tv {
  .region {
    margin-bottom: 40px;
  }
}
@media print {
  .region {
    margin-bottom: 30px;
  }
}
.block:last-child,
.block:empty {
  margin-bottom: 0px;
}
@media screen,handheld,projection,tv {
  .block {
    margin-bottom: 40px;
  }
}
@media print {
  .block {
    margin-bottom: 30px;
  }
}
#region-page-top,
#region-page-bottom {
  margin-bottom: 0px;
}
#section-header .zone-wrapper,
#section-header .zone,
#section-header .region,
#section-header .block,
#section-footer .zone-wrapper,
#section-footer .zone,
#section-footer .region,
#section-footer .block {
  margin-bottom: 0px;
}
.fixed-footer-page-background.layout-default #page,
.fixed-footer-page-background.layout-narrow #page {
  background-position: center top;
  background-repeat: repeat-y;
}
.fixed-footer-page-background.layout-default #page {
  background-image: url(../../protosite/img/page-background-980.png);
}
.fixed-footer-page-background.layout-narrow #page {
  background-image: url(../../protosite/img/page-background-740.png);
}
.fixed-footer-page-background.layout-fluid #page {
  background-color: #ffffff;
  background-color: #FFFFFF;
}
.fixed-footer-full-width-background body {
  background-color: #ffffff;
  background-color: #FFFFFF;
}
.pager li,
.pager ul,
.pager ol {
  display: inline;
}
.pager li {
  list-style: none;
  margin-left: 0px;
}
.pager li {
  margin-right: 15px;
  margin-left: 0px;
}
.pager li a:visited {
  color: #CC0033;
}
.pager li .pager-current {
  font-weight: bold;
}
.panel {
  background-color: #EEEEEE;
  border: 0px solid #BBBBBB;
  padding: 20px 20px;
}
#fancybox-loading {
  opacity: 0.5;
}
#fancybox-outer {
  background-color: #EEEEEE !important;
}
#fancybox-content {
  background-color: #FFFFFF !important;
}
#search-form #edit-basic {
  margin-bottom: 20px;
}
#search-form #edit-basic .form-item-keys {
  display: inline;
}
#search-form #edit-basic .form-item-keys label {
  display: none;
}
#search-form #edit-basic #edit-keys {
  width: 220px;
}
#search-form #edit-basic #edit-submit {
  margin-left: 4px;
}
#search-form .criterion {
  margin-bottom: 10px;
}
#search-form .criterion label[for="edit-type"],
#search-form .criterion label[for="edit-language"] {
  margin-bottom: 10px;
}
.page-search .ds-search-extra {
  font-style: italic;
  margin-bottom: 30px;
}
.page-search #block-system-main .view-content {
  margin-bottom: 20px;
}
.separator {
  background-color: #CCCCCC;
  clear: both;
  content: " ";
  display: block;
  height: 5px;
  margin-bottom: 25px;
  position: relative;
}
.site-map h2 {
  margin-top: 30px;
}
.site-map .description {
  margin-bottom: 10px;
}
.site-map .feed-link {
  margin-left: 5px;
}
.site-map .feed-link img {
  vertical-align: middle;
}
#site-map h2 {
  margin-top: 30px;
}
#site-map .description {
  margin-bottom: 10px;
}
#site-map .feed-link {
  margin-left: 5px;
}
#site-map .feed-link img {
  vertical-align: middle;
}
.speech-balloon {
  background-color: #dddddd;
  background-color: #DDDDDD;
  color: #000000;
  color: #000000;
  font-family: 'Arial', 'Helvetica', 'FreeSans', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  margin: 0px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  position: absolute;
  visibility: hidden;
  width: 220px;
  z-index: 100;
}
@media print {
  .speech-balloon {
    display: none !important;
  }
}
.speech-balloon-top {
  background-color: #dddddd;
  background-color: #DDDDDD;
  color: #000000;
  color: #000000;
  font-family: 'Arial', 'Helvetica', 'FreeSans', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  margin: 0px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  position: absolute;
  visibility: hidden;
  width: 220px;
  z-index: 100;
  margin-bottom: 5px;
  bottom: 100%;
  left: 50%;
  margin-left: -120px;
}
@media print {
  .speech-balloon-top {
    display: none !important;
  }
}
.speech-balloon-top:after {
  border-style: solid;
  content: "";
  display: block;
  position: absolute;
  width: 0px;
}
.speech-balloon-top:after {
  border-color: #dddddd transparent;
  border-color: #DDDDDD transparent;
  border-width: 10px 10px 0px 10px;
  left: 50%;
  margin-left: -10px;
  top: 100%;
}
.speech-balloon-right {
  background-color: #dddddd;
  background-color: #DDDDDD;
  color: #000000;
  color: #000000;
  font-family: 'Arial', 'Helvetica', 'FreeSans', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  margin: 0px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  position: absolute;
  visibility: hidden;
  width: 220px;
  z-index: 100;
  margin-left: 5px;
  left: 100%;
  top: 0px;
}
@media print {
  .speech-balloon-right {
    display: none !important;
  }
}
.speech-balloon-right:after {
  border-style: solid;
  content: "";
  display: block;
  position: absolute;
  width: 0px;
}
.speech-balloon-right:after {
  border-color: transparent #dddddd;
  border-color: transparent #DDDDDD;
  border-width: 5px 20px 5px 0px;
  right: 100%;
  top: 10px;
}
.speech-balloon-bottom {
  background-color: #dddddd;
  background-color: #DDDDDD;
  color: #000000;
  color: #000000;
  font-family: 'Arial', 'Helvetica', 'FreeSans', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  margin: 0px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  position: absolute;
  visibility: hidden;
  width: 220px;
  z-index: 100;
  margin-top: 5px;
  left: 50%;
  margin-left: -120px;
  top: 100%;
}
@media print {
  .speech-balloon-bottom {
    display: none !important;
  }
}
.speech-balloon-bottom:after {
  border-style: solid;
  content: "";
  display: block;
  position: absolute;
  width: 0px;
}
.speech-balloon-bottom:after {
  border-color: #dddddd transparent;
  border-color: #DDDDDD transparent;
  border-width: 0px 10px 10px 10px;
  bottom: 100%;
  left: 50%;
  margin-left: -10px;
}
.speech-balloon-left {
  background-color: #dddddd;
  background-color: #DDDDDD;
  color: #000000;
  color: #000000;
  font-family: 'Arial', 'Helvetica', 'FreeSans', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  margin: 0px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  position: absolute;
  visibility: hidden;
  width: 220px;
  z-index: 100;
  margin-right: 5px;
  right: 100%;
  top: 0px;
}
@media print {
  .speech-balloon-left {
    display: none !important;
  }
}
.speech-balloon-left:after {
  border-style: solid;
  content: "";
  display: block;
  position: absolute;
  width: 0px;
}
.speech-balloon-left:after {
  border-color: transparent #dddddd;
  border-color: transparent #DDDDDD;
  border-width: 5px 0px 5px 20px;
  left: 100%;
  top: 10px;
}
.speech-balloon-target {
  position: relative;
}
.speech-balloon-display-on-hover:hover .speech-balloon,
.speech-balloon-display-on-hover:hover .speech-balloon-top,
.speech-balloon-display-on-hover:hover .speech-balloon-right,
.speech-balloon-display-on-hover:hover .speech-balloon-bottom,
.speech-balloon-display-on-hover:hover .speech-balloon-left {
  display: block;
}
.system-message {
  background-color: #FFFFFF;
  color: #AAAAAA;
  margin-bottom: 10px;
  padding: 8px 5px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.system-message:before {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-left: -30px;
  min-width: 20px;
}
.system-message.success {
  background-color: #FFFFFF;
  color: #AAAAAA;
  margin-bottom: 10px;
  padding: 8px 5px;
  background-color: #E5FCF0;
  color: #44AA77;
  border: 2px solid #44AA77;
  padding-left: 40px;
}
.system-message.success:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f058';
  font-size: 20px;
  font-family: 'FontAwesome';
}
.system-message.notice {
  background-color: #FFFFFF;
  color: #AAAAAA;
  margin-bottom: 10px;
  padding: 8px 5px;
  background-color: #ECF0F3;
  color: #666677;
  border: 2px solid #666677;
  padding-left: 40px;
}
.system-message.notice:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f071';
  font-size: 20px;
  font-family: 'FontAwesome';
}
.system-message.failure {
  background-color: #FFFFFF;
  color: #AAAAAA;
  margin-bottom: 10px;
  padding: 8px 5px;
  background-color: #FFEFF3;
  color: #ff3366;
  border: 2px solid #ff3366;
  padding-left: 40px;
}
.system-message.failure:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f057';
  font-size: 20px;
  font-family: 'FontAwesome';
}
.system-message.information {
  background-color: #FFFFFF;
  color: #AAAAAA;
  margin-bottom: 10px;
  padding: 8px 5px;
  background-color: #CCDDFF;
  color: #003366;
  border: 2px solid #003366;
  padding-left: 40px;
  border: 2px solid #003366;
  padding-left: 40px;
}
.system-message.information:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f05a';
  font-size: 20px;
  font-family: 'FontAwesome';
}
.system-message.information:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f05a';
  font-family: 'FontAwesome';
}
.system-message.question {
  background-color: #FFFFFF;
  color: #AAAAAA;
  margin-bottom: 10px;
  padding: 8px 5px;
  background-color: #DDCCFF;
  color: #330066;
  border: 2px solid #330066;
  padding-left: 40px;
}
.system-message.question:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f059';
  font-family: 'FontAwesome';
}
.system-message-success {
  background-color: #FFFFFF;
  color: #AAAAAA;
  margin-bottom: 10px;
  padding: 8px 5px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #E5FCF0;
  color: #44AA77;
  border: 2px solid #44AA77;
  padding-left: 40px;
}
.system-message-success:before {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-left: -30px;
  min-width: 20px;
}
.system-message-success.success {
  background-color: #E5FCF0;
  color: #44AA77;
}
.system-message-success.notice {
  background-color: #FFFFFF;
  color: #AAAAAA;
  margin-bottom: 10px;
  padding: 8px 5px;
  background-color: #ECF0F3;
  color: #666677;
  border: 2px solid #666677;
  padding-left: 40px;
}
.system-message-success.notice:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f071';
  font-size: 20px;
  font-family: 'FontAwesome';
}
.system-message-success.failure {
  background-color: #FFFFFF;
  color: #AAAAAA;
  margin-bottom: 10px;
  padding: 8px 5px;
  background-color: #FFEFF3;
  color: #ff3366;
  border: 2px solid #ff3366;
  padding-left: 40px;
}
.system-message-success.failure:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f057';
  font-size: 20px;
  font-family: 'FontAwesome';
}
.system-message-success.information {
  background-color: #FFFFFF;
  color: #AAAAAA;
  margin-bottom: 10px;
  padding: 8px 5px;
  background-color: #CCDDFF;
  color: #003366;
  border: 2px solid #003366;
  padding-left: 40px;
  border: 2px solid #003366;
  padding-left: 40px;
}
.system-message-success.information:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f05a';
  font-size: 20px;
  font-family: 'FontAwesome';
}
.system-message-success.information:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f05a';
  font-family: 'FontAwesome';
}
.system-message-success.question {
  background-color: #FFFFFF;
  color: #AAAAAA;
  margin-bottom: 10px;
  padding: 8px 5px;
  background-color: #DDCCFF;
  color: #330066;
  border: 2px solid #330066;
  padding-left: 40px;
}
.system-message-success.question:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f059';
  font-family: 'FontAwesome';
}
.system-message-success:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f058';
  font-size: 20px;
  font-family: 'FontAwesome';
}
.system-message-notice {
  background-color: #FFFFFF;
  color: #AAAAAA;
  margin-bottom: 10px;
  padding: 8px 5px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #ECF0F3;
  color: #666677;
  border: 2px solid #666677;
  padding-left: 40px;
}
.system-message-notice:before {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-left: -30px;
  min-width: 20px;
}
.system-message-notice.success {
  background-color: #FFFFFF;
  color: #AAAAAA;
  margin-bottom: 10px;
  padding: 8px 5px;
  background-color: #E5FCF0;
  color: #44AA77;
  border: 2px solid #44AA77;
  padding-left: 40px;
}
.system-message-notice.success:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f058';
  font-size: 20px;
  font-family: 'FontAwesome';
}
.system-message-notice.notice {
  background-color: #ECF0F3;
  color: #666677;
}
.system-message-notice.failure {
  background-color: #FFFFFF;
  color: #AAAAAA;
  margin-bottom: 10px;
  padding: 8px 5px;
  background-color: #FFEFF3;
  color: #ff3366;
  border: 2px solid #ff3366;
  padding-left: 40px;
}
.system-message-notice.failure:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f057';
  font-size: 20px;
  font-family: 'FontAwesome';
}
.system-message-notice.information {
  background-color: #FFFFFF;
  color: #AAAAAA;
  margin-bottom: 10px;
  padding: 8px 5px;
  background-color: #CCDDFF;
  color: #003366;
  border: 2px solid #003366;
  padding-left: 40px;
  border: 2px solid #003366;
  padding-left: 40px;
}
.system-message-notice.information:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f05a';
  font-size: 20px;
  font-family: 'FontAwesome';
}
.system-message-notice.information:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f05a';
  font-family: 'FontAwesome';
}
.system-message-notice.question {
  background-color: #FFFFFF;
  color: #AAAAAA;
  margin-bottom: 10px;
  padding: 8px 5px;
  background-color: #DDCCFF;
  color: #330066;
  border: 2px solid #330066;
  padding-left: 40px;
}
.system-message-notice.question:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f059';
  font-family: 'FontAwesome';
}
.system-message-notice:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f071';
  font-size: 20px;
  font-family: 'FontAwesome';
}
.system-message-failure {
  background-color: #FFFFFF;
  color: #AAAAAA;
  margin-bottom: 10px;
  padding: 8px 5px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #FFEFF3;
  color: #ff3366;
  border: 2px solid #ff3366;
  padding-left: 40px;
}
.system-message-failure:before {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-left: -30px;
  min-width: 20px;
}
.system-message-failure.success {
  background-color: #FFFFFF;
  color: #AAAAAA;
  margin-bottom: 10px;
  padding: 8px 5px;
  background-color: #E5FCF0;
  color: #44AA77;
  border: 2px solid #44AA77;
  padding-left: 40px;
}
.system-message-failure.success:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f058';
  font-size: 20px;
  font-family: 'FontAwesome';
}
.system-message-failure.notice {
  background-color: #FFFFFF;
  color: #AAAAAA;
  margin-bottom: 10px;
  padding: 8px 5px;
  background-color: #ECF0F3;
  color: #666677;
  border: 2px solid #666677;
  padding-left: 40px;
}
.system-message-failure.notice:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f071';
  font-size: 20px;
  font-family: 'FontAwesome';
}
.system-message-failure.failure {
  background-color: #FFEFF3;
  color: #ff3366;
}
.system-message-failure.information {
  background-color: #FFFFFF;
  color: #AAAAAA;
  margin-bottom: 10px;
  padding: 8px 5px;
  background-color: #CCDDFF;
  color: #003366;
  border: 2px solid #003366;
  padding-left: 40px;
  border: 2px solid #003366;
  padding-left: 40px;
}
.system-message-failure.information:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f05a';
  font-size: 20px;
  font-family: 'FontAwesome';
}
.system-message-failure.information:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f05a';
  font-family: 'FontAwesome';
}
.system-message-failure.question {
  background-color: #FFFFFF;
  color: #AAAAAA;
  margin-bottom: 10px;
  padding: 8px 5px;
  background-color: #DDCCFF;
  color: #330066;
  border: 2px solid #330066;
  padding-left: 40px;
}
.system-message-failure.question:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f059';
  font-family: 'FontAwesome';
}
.system-message-failure:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f057';
  font-size: 20px;
  font-family: 'FontAwesome';
}
.system-message-information {
  background-color: #FFFFFF;
  color: #AAAAAA;
  margin-bottom: 10px;
  padding: 8px 5px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #CCDDFF;
  color: #003366;
  border: 2px solid #003366;
  padding-left: 40px;
  border: 2px solid #003366;
  padding-left: 40px;
}
.system-message-information:before {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-left: -30px;
  min-width: 20px;
}
.system-message-information.success {
  background-color: #FFFFFF;
  color: #AAAAAA;
  margin-bottom: 10px;
  padding: 8px 5px;
  background-color: #E5FCF0;
  color: #44AA77;
  border: 2px solid #44AA77;
  padding-left: 40px;
}
.system-message-information.success:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f058';
  font-size: 20px;
  font-family: 'FontAwesome';
}
.system-message-information.notice {
  background-color: #FFFFFF;
  color: #AAAAAA;
  margin-bottom: 10px;
  padding: 8px 5px;
  background-color: #ECF0F3;
  color: #666677;
  border: 2px solid #666677;
  padding-left: 40px;
}
.system-message-information.notice:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f071';
  font-size: 20px;
  font-family: 'FontAwesome';
}
.system-message-information.failure {
  background-color: #FFFFFF;
  color: #AAAAAA;
  margin-bottom: 10px;
  padding: 8px 5px;
  background-color: #FFEFF3;
  color: #ff3366;
  border: 2px solid #ff3366;
  padding-left: 40px;
}
.system-message-information.failure:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f057';
  font-size: 20px;
  font-family: 'FontAwesome';
}
.system-message-information.information {
  background-color: #CCDDFF;
  color: #003366;
}
.system-message-information.question {
  background-color: #FFFFFF;
  color: #AAAAAA;
  margin-bottom: 10px;
  padding: 8px 5px;
  background-color: #DDCCFF;
  color: #330066;
  border: 2px solid #330066;
  padding-left: 40px;
}
.system-message-information.question:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f059';
  font-family: 'FontAwesome';
}
.system-message-information:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f05a';
  font-size: 20px;
  font-family: 'FontAwesome';
}
.system-message-information:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f05a';
  font-family: 'FontAwesome';
}
.system-message-question {
  background-color: #FFFFFF;
  color: #AAAAAA;
  margin-bottom: 10px;
  padding: 8px 5px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #DDCCFF;
  color: #330066;
  border: 2px solid #330066;
  padding-left: 40px;
}
.system-message-question:before {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-left: -30px;
  min-width: 20px;
}
.system-message-question.success {
  background-color: #FFFFFF;
  color: #AAAAAA;
  margin-bottom: 10px;
  padding: 8px 5px;
  background-color: #E5FCF0;
  color: #44AA77;
  border: 2px solid #44AA77;
  padding-left: 40px;
}
.system-message-question.success:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f058';
  font-size: 20px;
  font-family: 'FontAwesome';
}
.system-message-question.notice {
  background-color: #FFFFFF;
  color: #AAAAAA;
  margin-bottom: 10px;
  padding: 8px 5px;
  background-color: #ECF0F3;
  color: #666677;
  border: 2px solid #666677;
  padding-left: 40px;
}
.system-message-question.notice:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f071';
  font-size: 20px;
  font-family: 'FontAwesome';
}
.system-message-question.failure {
  background-color: #FFFFFF;
  color: #AAAAAA;
  margin-bottom: 10px;
  padding: 8px 5px;
  background-color: #FFEFF3;
  color: #ff3366;
  border: 2px solid #ff3366;
  padding-left: 40px;
}
.system-message-question.failure:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f057';
  font-size: 20px;
  font-family: 'FontAwesome';
}
.system-message-question.information {
  background-color: #FFFFFF;
  color: #AAAAAA;
  margin-bottom: 10px;
  padding: 8px 5px;
  background-color: #CCDDFF;
  color: #003366;
  border: 2px solid #003366;
  padding-left: 40px;
  border: 2px solid #003366;
  padding-left: 40px;
}
.system-message-question.information:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f05a';
  font-size: 20px;
  font-family: 'FontAwesome';
}
.system-message-question.information:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f05a';
  font-family: 'FontAwesome';
}
.system-message-question.question {
  background-color: #DDCCFF;
  color: #330066;
}
.system-message-question:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f059';
  font-family: 'FontAwesome';
}
.messages.status {
  background-color: #FFFFFF;
  color: #AAAAAA;
  margin-bottom: 10px;
  padding: 8px 5px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #E5FCF0;
  color: #44AA77;
  border: 2px solid #44AA77;
  padding-left: 40px;
}
.messages.status:before {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-left: -30px;
  min-width: 20px;
}
.messages.status.success {
  background-color: #E5FCF0;
  color: #44AA77;
}
.messages.status.notice {
  background-color: #FFFFFF;
  color: #AAAAAA;
  margin-bottom: 10px;
  padding: 8px 5px;
  background-color: #ECF0F3;
  color: #666677;
  border: 2px solid #666677;
  padding-left: 40px;
}
.messages.status.notice:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f071';
  font-size: 20px;
  font-family: 'FontAwesome';
}
.messages.status.failure {
  background-color: #FFFFFF;
  color: #AAAAAA;
  margin-bottom: 10px;
  padding: 8px 5px;
  background-color: #FFEFF3;
  color: #ff3366;
  border: 2px solid #ff3366;
  padding-left: 40px;
}
.messages.status.failure:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f057';
  font-size: 20px;
  font-family: 'FontAwesome';
}
.messages.status.information {
  background-color: #FFFFFF;
  color: #AAAAAA;
  margin-bottom: 10px;
  padding: 8px 5px;
  background-color: #CCDDFF;
  color: #003366;
  border: 2px solid #003366;
  padding-left: 40px;
  border: 2px solid #003366;
  padding-left: 40px;
}
.messages.status.information:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f05a';
  font-size: 20px;
  font-family: 'FontAwesome';
}
.messages.status.information:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f05a';
  font-family: 'FontAwesome';
}
.messages.status.question {
  background-color: #FFFFFF;
  color: #AAAAAA;
  margin-bottom: 10px;
  padding: 8px 5px;
  background-color: #DDCCFF;
  color: #330066;
  border: 2px solid #330066;
  padding-left: 40px;
}
.messages.status.question:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f059';
  font-family: 'FontAwesome';
}
.messages.status:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f058';
  font-size: 20px;
  font-family: 'FontAwesome';
}
.messages.warning {
  background-color: #FFFFFF;
  color: #AAAAAA;
  margin-bottom: 10px;
  padding: 8px 5px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #ECF0F3;
  color: #666677;
  border: 2px solid #666677;
  padding-left: 40px;
}
.messages.warning:before {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-left: -30px;
  min-width: 20px;
}
.messages.warning.success {
  background-color: #FFFFFF;
  color: #AAAAAA;
  margin-bottom: 10px;
  padding: 8px 5px;
  background-color: #E5FCF0;
  color: #44AA77;
  border: 2px solid #44AA77;
  padding-left: 40px;
}
.messages.warning.success:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f058';
  font-size: 20px;
  font-family: 'FontAwesome';
}
.messages.warning.notice {
  background-color: #ECF0F3;
  color: #666677;
}
.messages.warning.failure {
  background-color: #FFFFFF;
  color: #AAAAAA;
  margin-bottom: 10px;
  padding: 8px 5px;
  background-color: #FFEFF3;
  color: #ff3366;
  border: 2px solid #ff3366;
  padding-left: 40px;
}
.messages.warning.failure:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f057';
  font-size: 20px;
  font-family: 'FontAwesome';
}
.messages.warning.information {
  background-color: #FFFFFF;
  color: #AAAAAA;
  margin-bottom: 10px;
  padding: 8px 5px;
  background-color: #CCDDFF;
  color: #003366;
  border: 2px solid #003366;
  padding-left: 40px;
  border: 2px solid #003366;
  padding-left: 40px;
}
.messages.warning.information:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f05a';
  font-size: 20px;
  font-family: 'FontAwesome';
}
.messages.warning.information:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f05a';
  font-family: 'FontAwesome';
}
.messages.warning.question {
  background-color: #FFFFFF;
  color: #AAAAAA;
  margin-bottom: 10px;
  padding: 8px 5px;
  background-color: #DDCCFF;
  color: #330066;
  border: 2px solid #330066;
  padding-left: 40px;
}
.messages.warning.question:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f059';
  font-family: 'FontAwesome';
}
.messages.warning:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f071';
  font-size: 20px;
  font-family: 'FontAwesome';
}
.messages.error {
  background-color: #FFFFFF;
  color: #AAAAAA;
  margin-bottom: 10px;
  padding: 8px 5px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #FFEFF3;
  color: #ff3366;
  border: 2px solid #ff3366;
  padding-left: 40px;
}
.messages.error:before {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-left: -30px;
  min-width: 20px;
}
.messages.error.success {
  background-color: #FFFFFF;
  color: #AAAAAA;
  margin-bottom: 10px;
  padding: 8px 5px;
  background-color: #E5FCF0;
  color: #44AA77;
  border: 2px solid #44AA77;
  padding-left: 40px;
}
.messages.error.success:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f058';
  font-size: 20px;
  font-family: 'FontAwesome';
}
.messages.error.notice {
  background-color: #FFFFFF;
  color: #AAAAAA;
  margin-bottom: 10px;
  padding: 8px 5px;
  background-color: #ECF0F3;
  color: #666677;
  border: 2px solid #666677;
  padding-left: 40px;
}
.messages.error.notice:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f071';
  font-size: 20px;
  font-family: 'FontAwesome';
}
.messages.error.failure {
  background-color: #FFEFF3;
  color: #ff3366;
}
.messages.error.information {
  background-color: #FFFFFF;
  color: #AAAAAA;
  margin-bottom: 10px;
  padding: 8px 5px;
  background-color: #CCDDFF;
  color: #003366;
  border: 2px solid #003366;
  padding-left: 40px;
  border: 2px solid #003366;
  padding-left: 40px;
}
.messages.error.information:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f05a';
  font-size: 20px;
  font-family: 'FontAwesome';
}
.messages.error.information:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f05a';
  font-family: 'FontAwesome';
}
.messages.error.question {
  background-color: #FFFFFF;
  color: #AAAAAA;
  margin-bottom: 10px;
  padding: 8px 5px;
  background-color: #DDCCFF;
  color: #330066;
  border: 2px solid #330066;
  padding-left: 40px;
}
.messages.error.question:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f059';
  font-family: 'FontAwesome';
}
.messages.error:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f057';
  font-size: 20px;
  font-family: 'FontAwesome';
}
.form-item div.status,
.form-item div.warning,
.form-item div.error {
  background-color: #FFFFFF;
  color: #AAAAAA;
  margin-bottom: 10px;
  padding: 8px 5px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-top: 10px;
}
.form-item div.status:before,
.form-item div.warning:before,
.form-item div.error:before {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-left: -30px;
  min-width: 20px;
}
.form-item div.status.success,
.form-item div.warning.success,
.form-item div.error.success {
  background-color: #FFFFFF;
  color: #AAAAAA;
  margin-bottom: 10px;
  padding: 8px 5px;
  background-color: #E5FCF0;
  color: #44AA77;
  border: 2px solid #44AA77;
  padding-left: 40px;
}
.form-item div.status.success:before,
.form-item div.warning.success:before,
.form-item div.error.success:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f058';
  font-size: 20px;
  font-family: 'FontAwesome';
}
.form-item div.status.notice,
.form-item div.warning.notice,
.form-item div.error.notice {
  background-color: #FFFFFF;
  color: #AAAAAA;
  margin-bottom: 10px;
  padding: 8px 5px;
  background-color: #ECF0F3;
  color: #666677;
  border: 2px solid #666677;
  padding-left: 40px;
}
.form-item div.status.notice:before,
.form-item div.warning.notice:before,
.form-item div.error.notice:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f071';
  font-size: 20px;
  font-family: 'FontAwesome';
}
.form-item div.status.failure,
.form-item div.warning.failure,
.form-item div.error.failure {
  background-color: #FFFFFF;
  color: #AAAAAA;
  margin-bottom: 10px;
  padding: 8px 5px;
  background-color: #FFEFF3;
  color: #ff3366;
  border: 2px solid #ff3366;
  padding-left: 40px;
}
.form-item div.status.failure:before,
.form-item div.warning.failure:before,
.form-item div.error.failure:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f057';
  font-size: 20px;
  font-family: 'FontAwesome';
}
.form-item div.status.information,
.form-item div.warning.information,
.form-item div.error.information {
  background-color: #FFFFFF;
  color: #AAAAAA;
  margin-bottom: 10px;
  padding: 8px 5px;
  background-color: #CCDDFF;
  color: #003366;
  border: 2px solid #003366;
  padding-left: 40px;
  border: 2px solid #003366;
  padding-left: 40px;
}
.form-item div.status.information:before,
.form-item div.warning.information:before,
.form-item div.error.information:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f05a';
  font-size: 20px;
  font-family: 'FontAwesome';
}
.form-item div.status.information:before,
.form-item div.warning.information:before,
.form-item div.error.information:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f05a';
  font-family: 'FontAwesome';
}
.form-item div.status.question,
.form-item div.warning.question,
.form-item div.error.question {
  background-color: #FFFFFF;
  color: #AAAAAA;
  margin-bottom: 10px;
  padding: 8px 5px;
  background-color: #DDCCFF;
  color: #330066;
  border: 2px solid #330066;
  padding-left: 40px;
}
.form-item div.status.question:before,
.form-item div.warning.question:before,
.form-item div.error.question:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f059';
  font-family: 'FontAwesome';
}
.form-item div.status {
  background-color: #FFFFFF;
  color: #AAAAAA;
  margin-bottom: 10px;
  padding: 8px 5px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #E5FCF0;
  color: #44AA77;
  border: 2px solid #44AA77;
  padding-left: 40px;
}
.form-item div.status:before {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-left: -30px;
  min-width: 20px;
}
.form-item div.status.success {
  background-color: #E5FCF0;
  color: #44AA77;
}
.form-item div.status.notice {
  background-color: #FFFFFF;
  color: #AAAAAA;
  margin-bottom: 10px;
  padding: 8px 5px;
  background-color: #ECF0F3;
  color: #666677;
  border: 2px solid #666677;
  padding-left: 40px;
}
.form-item div.status.notice:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f071';
  font-size: 20px;
  font-family: 'FontAwesome';
}
.form-item div.status.failure {
  background-color: #FFFFFF;
  color: #AAAAAA;
  margin-bottom: 10px;
  padding: 8px 5px;
  background-color: #FFEFF3;
  color: #ff3366;
  border: 2px solid #ff3366;
  padding-left: 40px;
}
.form-item div.status.failure:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f057';
  font-size: 20px;
  font-family: 'FontAwesome';
}
.form-item div.status.information {
  background-color: #FFFFFF;
  color: #AAAAAA;
  margin-bottom: 10px;
  padding: 8px 5px;
  background-color: #CCDDFF;
  color: #003366;
  border: 2px solid #003366;
  padding-left: 40px;
  border: 2px solid #003366;
  padding-left: 40px;
}
.form-item div.status.information:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f05a';
  font-size: 20px;
  font-family: 'FontAwesome';
}
.form-item div.status.information:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f05a';
  font-family: 'FontAwesome';
}
.form-item div.status.question {
  background-color: #FFFFFF;
  color: #AAAAAA;
  margin-bottom: 10px;
  padding: 8px 5px;
  background-color: #DDCCFF;
  color: #330066;
  border: 2px solid #330066;
  padding-left: 40px;
}
.form-item div.status.question:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f059';
  font-family: 'FontAwesome';
}
.form-item div.status:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f058';
  font-size: 20px;
  font-family: 'FontAwesome';
}
.form-item div.warning {
  background-color: #FFFFFF;
  color: #AAAAAA;
  margin-bottom: 10px;
  padding: 8px 5px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #ECF0F3;
  color: #666677;
  border: 2px solid #666677;
  padding-left: 40px;
}
.form-item div.warning:before {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-left: -30px;
  min-width: 20px;
}
.form-item div.warning.success {
  background-color: #FFFFFF;
  color: #AAAAAA;
  margin-bottom: 10px;
  padding: 8px 5px;
  background-color: #E5FCF0;
  color: #44AA77;
  border: 2px solid #44AA77;
  padding-left: 40px;
}
.form-item div.warning.success:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f058';
  font-size: 20px;
  font-family: 'FontAwesome';
}
.form-item div.warning.notice {
  background-color: #ECF0F3;
  color: #666677;
}
.form-item div.warning.failure {
  background-color: #FFFFFF;
  color: #AAAAAA;
  margin-bottom: 10px;
  padding: 8px 5px;
  background-color: #FFEFF3;
  color: #ff3366;
  border: 2px solid #ff3366;
  padding-left: 40px;
}
.form-item div.warning.failure:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f057';
  font-size: 20px;
  font-family: 'FontAwesome';
}
.form-item div.warning.information {
  background-color: #FFFFFF;
  color: #AAAAAA;
  margin-bottom: 10px;
  padding: 8px 5px;
  background-color: #CCDDFF;
  color: #003366;
  border: 2px solid #003366;
  padding-left: 40px;
  border: 2px solid #003366;
  padding-left: 40px;
}
.form-item div.warning.information:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f05a';
  font-size: 20px;
  font-family: 'FontAwesome';
}
.form-item div.warning.information:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f05a';
  font-family: 'FontAwesome';
}
.form-item div.warning.question {
  background-color: #FFFFFF;
  color: #AAAAAA;
  margin-bottom: 10px;
  padding: 8px 5px;
  background-color: #DDCCFF;
  color: #330066;
  border: 2px solid #330066;
  padding-left: 40px;
}
.form-item div.warning.question:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f059';
  font-family: 'FontAwesome';
}
.form-item div.warning:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f071';
  font-size: 20px;
  font-family: 'FontAwesome';
}
.form-item div.error {
  background-color: #FFFFFF;
  color: #AAAAAA;
  margin-bottom: 10px;
  padding: 8px 5px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #ECF0F3;
  color: #666677;
  border: 2px solid #666677;
  padding-left: 40px;
}
.form-item div.error:before {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-left: -30px;
  min-width: 20px;
}
.form-item div.error.success {
  background-color: #FFFFFF;
  color: #AAAAAA;
  margin-bottom: 10px;
  padding: 8px 5px;
  background-color: #E5FCF0;
  color: #44AA77;
  border: 2px solid #44AA77;
  padding-left: 40px;
}
.form-item div.error.success:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f058';
  font-size: 20px;
  font-family: 'FontAwesome';
}
.form-item div.error.notice {
  background-color: #ECF0F3;
  color: #666677;
}
.form-item div.error.failure {
  background-color: #FFFFFF;
  color: #AAAAAA;
  margin-bottom: 10px;
  padding: 8px 5px;
  background-color: #FFEFF3;
  color: #ff3366;
  border: 2px solid #ff3366;
  padding-left: 40px;
}
.form-item div.error.failure:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f057';
  font-size: 20px;
  font-family: 'FontAwesome';
}
.form-item div.error.information {
  background-color: #FFFFFF;
  color: #AAAAAA;
  margin-bottom: 10px;
  padding: 8px 5px;
  background-color: #CCDDFF;
  color: #003366;
  border: 2px solid #003366;
  padding-left: 40px;
  border: 2px solid #003366;
  padding-left: 40px;
}
.form-item div.error.information:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f05a';
  font-size: 20px;
  font-family: 'FontAwesome';
}
.form-item div.error.information:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f05a';
  font-family: 'FontAwesome';
}
.form-item div.error.question {
  background-color: #FFFFFF;
  color: #AAAAAA;
  margin-bottom: 10px;
  padding: 8px 5px;
  background-color: #DDCCFF;
  color: #330066;
  border: 2px solid #330066;
  padding-left: 40px;
}
.form-item div.error.question:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f059';
  font-family: 'FontAwesome';
}
.form-item div.error:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f071';
  font-size: 20px;
  font-family: 'FontAwesome';
}
.tabs-links {
  zoom: 1;
  border-bottom: 2px solid #BBBBBB;
  height: 30px;
  padding: 0px 10px;
}
.tabs-links:after {
  content: "";
  display: block;
  clear: both;
}
.tabs-links li {
  display: block;
  list-style: none;
  margin-left: 0px;
}
.tabs-links,
.tabs-links:last-child {
  margin-bottom: 18px;
}
.tabs-links a {
  line-height: 20px;
}
.tabs-links a,
.tabs-links a:visited,
.tabs-links a:hover,
.tabs-links a:active {
  background-color: #DDDDDD;
  color: #000000;
  cursor: pointer;
  display: block;
  padding: 5px 10px;
  text-decoration: none;
}
.tabs-links a:focus,
.tabs-links a:visited:focus,
.tabs-links a:hover:focus,
.tabs-links a:active:focus {
  outline: none;
}
.tabs-links li {
  float: left;
  font-family: 'Arial', 'Helvetica', 'FreeSans', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  margin: 0px 0px 0px 10px;
}
.tabs-links li:first-child {
  margin-left: 0px;
}
.tabs-links li:hover > a,
.tabs-links li:hover > a:visited,
.tabs-links li:hover > a:hover,
.tabs-links li:hover > a:active {
  background-color: #CCCCCC;
  color: #000000;
}
.tabs-links li.active > a,
.tabs-links li.active > a:visited,
.tabs-links li.active > a:hover,
.tabs-links li.active > a:active {
  background-color: #BBBBBB;
  color: #000000;
  padding-bottom: 5px;
}
.tabs-links li.disabled > a,
.tabs-links li.disabled > a:visited,
.tabs-links li.disabled > a:hover,
.tabs-links li.disabled > a:active {
  background-color: #EEEEEE !important;
  color: #AAAAAA !important;
}
.tabs-links li a.active,
.tabs-links li a:visited.active,
.tabs-links li a:hover.active,
.tabs-links li a:active.active {
  background-color: #BBBBBB;
  color: #000000;
  padding-bottom: 5px;
}
.tabs-links-panel {
  zoom: 1;
  border-bottom: 0px;
  height: 30px;
  line-height: 30px;
  padding: 0px 10px;
}
.tabs-links-panel:after {
  content: "";
  display: block;
  clear: both;
}
.tabs-links-panel li {
  display: block;
  list-style: none;
  margin-left: 0px;
}
.tabs-links-panel,
.tabs-links-panel:last-child {
  margin-bottom: 0px;
}
.tabs-links-panel a,
.tabs-links-panel a:visited,
.tabs-links-panel a:hover,
.tabs-links-panel a:active {
  background-color: #DDDDDD;
  color: #000000;
  cursor: pointer;
  display: block;
  padding: 5px 10px;
  text-decoration: none;
}
.tabs-links-panel a:focus,
.tabs-links-panel a:visited:focus,
.tabs-links-panel a:hover:focus,
.tabs-links-panel a:active:focus {
  outline: none;
}
.tabs-links-panel li {
  float: left;
  font-family: 'Arial', 'Helvetica', 'FreeSans', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  margin: 0px 0px 0px 10px;
}
.tabs-links-panel li:first-child {
  margin-left: 0px;
}
.tabs-links-panel li:hover > a,
.tabs-links-panel li:hover > a:visited,
.tabs-links-panel li:hover > a:hover,
.tabs-links-panel li:hover > a:active {
  background-color: #CCCCCC;
  color: #000000;
}
.tabs-links-panel li.active > a,
.tabs-links-panel li.active > a:visited,
.tabs-links-panel li.active > a:hover,
.tabs-links-panel li.active > a:active {
  background-color: #EEEEEE;
  color: #000000;
  padding-bottom: 5px;
}
.tabs-links-panel li.disabled > a,
.tabs-links-panel li.disabled > a:visited,
.tabs-links-panel li.disabled > a:hover,
.tabs-links-panel li.disabled > a:active {
  background-color: #BBBBBB !important;
  color: #AAAAAA !important;
}
.tabs-links-panel li a.active,
.tabs-links-panel li a.active:visited,
.tabs-links-panel li a.active:hover,
.tabs-links-panel li a.active:active {
  background-color: #EEEEEE;
  color: #000000;
  padding-bottom: 5px;
}
.tabs-content {
  display: none;
}
.tabs-content.active {
  display: block;
}
.heading {
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
}
.heading:first-child {
  margin-top: 0px;
}
.ingress {
  font-size: 16px;
  font-weight: bold;
}
.caption {
  font-size: 12px;
  font-weight: bold;
}
.dim {
  color: #666666;
  color: #666666;
  font-size: 12px;
}
.dim a,
.dim a:visited,
.dim a:active {
  color: #666666;
  color: #666666;
  text-decoration: none;
}
.dim a:hover {
  color: #ff3366;
  color: #ff3366;
  text-decoration: underline;
}
@media screen,handheld,projection,tv {
  body {
    margin: 0px;
    padding: 30px 20px !important;
  }
  #page {
    border-radius: 20px;
    overflow: hidden;
  }
  .section {
    text-align: center;
  }
  .section > * {
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }
  #zone-header {
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 20px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #211A1C;
  }
  #zone-header .logo {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #zone-header .logo img {
    vertical-align: top;
    margin-bottom: -1px;
  }
  #zone-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #section-content .main .form-login,
  #section-content .main .form-login input {
    text-align: center;
  }
  #user-toolbar {
    zoom: 1;
  }
  #user-toolbar:after {
    content: "";
    display: block;
    clear: both;
  }
  #user-toolbar ul {
    float: right;
  }
  #user-toolbar ul li,
  #user-toolbar ul ul,
  #user-toolbar ul ol {
    display: inline-block;
  }
  #user-toolbar ul li {
    list-style: none;
    margin-left: 0px;
  }
  #user-toolbar ul li {
    margin-right: 5px;
    position: relative;
  }
  #user-toolbar ul li:last-child {
    margin-right: 0px;
  }
  #user-toolbar ul li:last-child a {
    padding-right: 0px;
  }
  #user-toolbar ul li a {
    display: block;
    padding: 5px 10px 5px 35px;
    position: relative;
    text-align: center;
    color: #92757d;
    text-shadow: 0 1px 0 #FFFFFF;
  }
  #user-toolbar ul li a:before {
    position: absolute;
    left: 10px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  #zone-admin-navigation {
    background-color: #F7F7F7;
  }
  #zone-admin-navigation #admin-toolbar {
    overflow: hidden;
    padding: 10px 0px;
  }
  #zone-admin-navigation #admin-toolbar,
  #zone-admin-navigation #admin-toolbar a {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  #zone-admin-navigation #admin-toolbar,
  #zone-admin-navigation #admin-toolbar * {
    font-family: 'Arial', 'Helvetica', 'FreeSans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-style: normal;
    line-height: 20px;
    border: 0px;
    outline: 0px;
    color: #000000;
  }
  #zone-admin-navigation #admin-toolbar * {
    background-color: transparent;
    margin: 0px;
    padding: 0px;
  }
  #zone-admin-navigation #admin-toolbar .logo {
    text-align: center;
  }
  #zone-admin-navigation #admin-toolbar .logo a {
    display: inline-block;
    vertical-align: top;
  }
  #zone-admin-navigation #admin-toolbar .logo img {
    vertical-align: top;
  }
  #zone-admin-navigation #admin-toolbar ul:last-child {
    margin-bottom: 0px;
  }
  #zone-admin-navigation #admin-toolbar ul li {
    list-style: none;
    margin-left: 0px;
    margin: 0px;
    padding: 0px;
  }
  #zone-admin-navigation #admin-toolbar ul li a {
    display: block;
    padding: 5px 10px 5px 35px;
  }
  #zone-admin-navigation #admin-toolbar ul li a span {
    white-space: nowrap;
  }
  #zone-admin-navigation #admin-toolbar ul li a,
  #zone-admin-navigation #admin-toolbar ul li a:hover,
  #zone-admin-navigation #admin-toolbar ul li a:visited,
  #zone-admin-navigation #admin-toolbar ul li a:hover,
  #zone-admin-navigation #admin-toolbar ul li a:active {
    text-decoration: none;
  }
  #zone-admin-navigation #admin-toolbar ul li a,
  #zone-admin-navigation #admin-toolbar ul li a span,
  #zone-admin-navigation #admin-toolbar ul li a:visited,
  #zone-admin-navigation #admin-toolbar ul li a:visited span,
  #zone-admin-navigation #admin-toolbar ul li a:active,
  #zone-admin-navigation #admin-toolbar ul li a:active span {
    color: #92757d;
  }
  #zone-admin-navigation #admin-toolbar ul li a:hover,
  #zone-admin-navigation #admin-toolbar ul li a:hover span,
  #zone-admin-navigation #admin-toolbar ul li a:focus,
  #zone-admin-navigation #admin-toolbar ul li a:focus span {
    color: #211A1C;
  }
  #zone-admin-navigation #admin-toolbar ul li a:hover:before,
  #zone-admin-navigation #admin-toolbar ul li a:focus:before {
    color: #211A1C;
  }
  #zone-admin-navigation #admin-toolbar ul li a:before {
    width: 14px;
    text-align: center;
    color: #92757d;
  }
  #zone-admin-navigation #admin-toolbar ul li.active a,
  #zone-admin-navigation #admin-toolbar ul li.active a span,
  #zone-admin-navigation #admin-toolbar ul li.active a:visited,
  #zone-admin-navigation #admin-toolbar ul li.active a:visited span,
  #zone-admin-navigation #admin-toolbar ul li.active a:hover,
  #zone-admin-navigation #admin-toolbar ul li.active a:hover span,
  #zone-admin-navigation #admin-toolbar ul li.active a:active,
  #zone-admin-navigation #admin-toolbar ul li.active a:active span {
    color: #211A1C;
  }
  #zone-admin-navigation #admin-toolbar ul #editor-save a,
  #zone-admin-navigation #admin-toolbar ul #editor-save a span,
  #zone-admin-navigation #admin-toolbar ul #editor-save a:visited,
  #zone-admin-navigation #admin-toolbar ul #editor-save a:visited span,
  #zone-admin-navigation #admin-toolbar ul #editor-save a:active,
  #zone-admin-navigation #admin-toolbar ul #editor-save a:active span,
  #zone-admin-navigation #admin-toolbar ul #editor-discard a,
  #zone-admin-navigation #admin-toolbar ul #editor-discard a span,
  #zone-admin-navigation #admin-toolbar ul #editor-discard a:visited,
  #zone-admin-navigation #admin-toolbar ul #editor-discard a:visited span,
  #zone-admin-navigation #admin-toolbar ul #editor-discard a:active,
  #zone-admin-navigation #admin-toolbar ul #editor-discard a:active span {
    background-color: #666666;
  }
  #zone-admin-navigation #admin-toolbar ul #editor-save a:hover,
  #zone-admin-navigation #admin-toolbar ul #editor-save a:hover span,
  #zone-admin-navigation #admin-toolbar ul #editor-save a:focus,
  #zone-admin-navigation #admin-toolbar ul #editor-save a:focus span,
  #zone-admin-navigation #admin-toolbar ul #editor-discard a:hover,
  #zone-admin-navigation #admin-toolbar ul #editor-discard a:hover span,
  #zone-admin-navigation #admin-toolbar ul #editor-discard a:focus,
  #zone-admin-navigation #admin-toolbar ul #editor-discard a:focus span {
    background-color: #211A1C;
  }
  #editor-edit a:before {
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    content: '\f040';
    font-family: 'FontAwesome';
  }
  #editor-arrange a:before {
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    content: '\f047';
    font-family: 'FontAwesome';
  }
  #editor-save a:before {
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    content: '\f00c';
    font-family: 'FontAwesome';
  }
  #editor-force-save a:before {
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    content: '\f0e7';
    font-family: 'FontAwesome';
  }
  #editor-discard a:before {
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    content: '\f00d';
    font-family: 'FontAwesome';
  }
  #editor-page a:before {
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    content: '\f013';
    font-family: 'FontAwesome';
  }
  #editor-layout a:before {
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    content: '\f00a';
    font-family: 'FontAwesome';
  }
  #editor-new-page a:before {
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    content: '\f016';
    font-family: 'FontAwesome';
  }
  #editor-sitemap a:before {
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    content: '\f022';
    font-family: 'FontAwesome';
  }
  #editor-navigations a:before {
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    content: '\f0e8';
    font-family: 'FontAwesome';
  }
  #editor-site a:before {
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    content: '\f085';
    font-family: 'FontAwesome';
  }
  #editor-delete-css a:before {
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    content: '\f165';
    font-family: 'FontAwesome';
  }
  #editor-generate-css a:before {
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    content: '\f164';
    font-family: 'FontAwesome';
  }
  #editor-images a:before {
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    content: '\f03e';
    font-family: 'FontAwesome';
  }
  #editor-files a:before {
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    content: '\f115';
    font-family: 'FontAwesome';
  }
  #editor-users a:before {
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    content: '\f0c0';
    font-family: 'FontAwesome';
  }
  #editor-user a:before {
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    content: '\f007';
    font-family: 'FontAwesome';
  }
  #editor-logout a:before {
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    content: '\f08b';
    font-family: 'FontAwesome';
  }
}
@media screen and (min-width: 980px),handheld and (min-width: 980px),projection and (min-width: 980px),tv and (min-width: 980px) {
  #page {
    width: 940px;
  }
}
@media screen and (min-width: 740px) and (max-width: 979px),handheld and (min-width: 740px) and (max-width: 979px),projection and (min-width: 740px) and (max-width: 979px),tv and (min-width: 740px) and (max-width: 979px) {
  #page {
    width: 700px;
  }
}
@media screen and (min-width: 980px),screen and (min-width: 740px) and (max-width: 979px),handheld and (min-width: 980px),handheld and (min-width: 740px) and (max-width: 979px),projection and (min-width: 980px),projection and (min-width: 740px) and (max-width: 979px),tv and (min-width: 980px),tv and (min-width: 740px) and (max-width: 979px) {
  #zone-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 980px),screen and (min-width: 740px) and (max-width: 979px),handheld and (min-width: 980px),handheld and (min-width: 740px) and (max-width: 979px),projection and (min-width: 980px),projection and (min-width: 740px) and (max-width: 979px),tv and (min-width: 980px),tv and (min-width: 740px) and (max-width: 979px) {
  #zone-admin-navigation #admin-toolbar ul {
    text-align: justify;
  }
  #zone-admin-navigation #admin-toolbar ul li {
    display: block;
    list-style: none;
    margin-left: 0px;
  }
  #zone-admin-navigation #admin-toolbar ul:after {
    content: '';
    display: block;
    width: 100%;
    visibility: hidden;
    height: 0px !important;
  }
  #zone-admin-navigation #admin-toolbar ul li {
    display: table-cell;
    float: none;
    text-align: center;
    width: 1%;
  }
  #zone-admin-navigation #admin-toolbar ul li a {
    padding: 5px 10px;
    text-shadow: 0 1px 0 #FFFFFF;
  }
  #zone-admin-navigation #admin-toolbar ul li a:before {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 28px;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  #zone-admin-navigation #admin-toolbar .logo img {
    padding: 6px 5px 7px 5px;
  }
}
@media screen and (min-width: 0px) and (max-width: 739px),handheld and (min-width: 0px) and (max-width: 739px),projection and (min-width: 0px) and (max-width: 739px),tv and (min-width: 0px) and (max-width: 739px) {
  .editor-mode body {
    position: relative;
    margin-top: 50px;
  }
  #admin-toolbar {
    left: 0px;
    opacity: 1;
    right: 0px;
    top: 0px;
    bottom: auto;
  }
  #admin-toolbar ul {
    zoom: 1;
    margin-left: 5px;
  }
  #admin-toolbar ul:after {
    content: "";
    display: block;
    clear: both;
  }
  #admin-toolbar ul li,
  #admin-toolbar ul ul,
  #admin-toolbar ul ol {
    float: left;
  }
  #admin-toolbar ul li {
    display: block;
    list-style: none;
    margin-left: 0px;
  }
  #admin-toolbar ul:first-child {
    margin-left: 0px;
  }
  #admin-toolbar ul li {
    margin-right: 5px;
  }
  #admin-toolbar ul li a {
    padding: 5px;
    position: relative;
    text-align: center;
    width: 20px;
  }
  #admin-toolbar ul li a:before {
    position: relative;
    color: #92757d;
  }
  #admin-toolbar ul li a span {
    display: none;
  }
}
@media print {
  #admin-toolbar {
    display: none;
  }
}
@media all {
  *:focus {
    outline: none;
  }
  input[type='text'],
  input[type='password'],
  input[type='search'],
  input[type='tel'],
  input[type='url'],
  input[type='email'],
  input[type='month'],
  input[type='week'],
  input[type='datetime-local'],
  input[type='number'],
  input[type='range'],
  input[type='color'],
  input[type='number'],
  input[type='date'],
  input[type='time'],
  input[type='datetime'] {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    padding: 5px 10px;
    height: 40px;
    width: 230px;
  }
  input[type='text']:focus,
  input[type='password']:focus,
  input[type='search']:focus,
  input[type='tel']:focus,
  input[type='url']:focus,
  input[type='email']:focus,
  input[type='month']:focus,
  input[type='week']:focus,
  input[type='datetime-local']:focus,
  input[type='number']:focus,
  input[type='range']:focus,
  input[type='color']:focus,
  input[type='number']:focus,
  input[type='date']:focus,
  input[type='time']:focus,
  input[type='datetime']:focus {
    border: 2px solid #A8A8A8;
  }
  input[type='checkbox'],
  input[type='radio'] {
    height: 30px;
  }
  select {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin: 0px;
    padding: 5px 10px;
    width: 225px;
  }
  .select {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    display: inline-block;
    margin-right: 10px;
  }
  textarea {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    padding: 5px 10px;
    width: 330px;
  }
  textarea:focus {
    border: 2px solid #A8A8A8;
  }
  input[type='button'],
  input[type='submit'],
  input[type='reset'],
  button,
  .button {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: #211A1C;
    color: #FFFFFF !important;
    margin-right: 10px;
  }
  input[type='button']:last-child,
  input[type='submit']:last-child,
  input[type='reset']:last-child,
  button:last-child,
  .button:last-child {
    margin-right: 0;
  }
  input[type='button']:hover,
  input[type='button']:focus,
  input[type='submit']:hover,
  input[type='submit']:focus,
  input[type='reset']:hover,
  input[type='reset']:focus,
  button:hover,
  button:focus,
  .button:hover,
  .button:focus {
    background: #CC0033;
    color: #FFFFFF;
    border: 0px;
  }
  .add-link {
    border: 2px dashed #CCCCCC;
  }
  .actions a {
    color: #999999;
    text-decoration: none;
    border-bottom: 0px;
  }
  .form-field:nth-last-child(2) {
    margin-bottom: 20px;
  }
  .media,
  .media > img {
    height: auto;
    max-width: 180px;
    max-height: 180px;
    width: auto;
  }
  .name a {
    border-bottom: 0px;
  }
  table {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border-collapse: separate !important;
    border-spacing: 0;
    border: 2px solid #E8E8E8;
  }
  table th:first-child {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 4px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  table th:last-child {
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  table th:first-child,
  table td:first-child {
    border-left: medium none !important;
  }
  table td:only-child {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  table td,
  table th {
    display: table-cell;
    vertical-align: middle;
  }
  table td.title > *,
  table th.title > * {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
  }
  table td.title span,
  table th.title span {
    line-height: 15px;
  }
  table td {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  table thead th {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  table th {
    border-top: medium none !important;
  }
  fieldset {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
  }
  input.published,
  input.updated {
    margin-right: 10px;
    width: 160px;
  }
  input.published:last-child,
  input.updated:last-child {
    margin-right: 0;
  }
  input.order {
    width: 100px;
  }
  .form-label {
    margin-bottom: 5px;
  }
  #zone-content > .main > .actions {
    margin-bottom: 30px;
  }
  .page-list,
  .image-list,
  .file-list,
  .user-list {
    width: 100%;
  }
  .page-list .actions,
  .image-list .actions,
  .file-list .actions,
  .user-list .actions {
    white-space: nowrap;
    width: 1%;
  }
  .page-list .actions .action-edit span,
  .page-list .actions .action-settings span,
  .page-list .actions .action-copy span,
  .page-list .actions .action-delete span,
  .image-list .actions .action-edit span,
  .image-list .actions .action-settings span,
  .image-list .actions .action-copy span,
  .image-list .actions .action-delete span,
  .file-list .actions .action-edit span,
  .file-list .actions .action-settings span,
  .file-list .actions .action-copy span,
  .file-list .actions .action-delete span,
  .user-list .actions .action-edit span,
  .user-list .actions .action-settings span,
  .user-list .actions .action-copy span,
  .user-list .actions .action-delete span {
    display: none;
  }
  .page-list .actions .action-edit:before,
  .page-list .actions .action-settings:before,
  .page-list .actions .action-copy:before,
  .page-list .actions .action-delete:before,
  .image-list .actions .action-edit:before,
  .image-list .actions .action-settings:before,
  .image-list .actions .action-copy:before,
  .image-list .actions .action-delete:before,
  .file-list .actions .action-edit:before,
  .file-list .actions .action-settings:before,
  .file-list .actions .action-copy:before,
  .file-list .actions .action-delete:before,
  .user-list .actions .action-edit:before,
  .user-list .actions .action-settings:before,
  .user-list .actions .action-copy:before,
  .user-list .actions .action-delete:before {
    display: block;
  }
  .page-list .order,
  .page-list .type,
  .page-list .status,
  .image-list .order,
  .image-list .type,
  .image-list .status,
  .file-list .order,
  .file-list .type,
  .file-list .status,
  .user-list .order,
  .user-list .type,
  .user-list .status {
    width: 1%;
  }
  .icon.action-edit,
  .icon.action-settings,
  .icon.action-copy,
  .icon.action-delete,
  .link.action-edit,
  .link.action-settings,
  .link.action-copy,
  .link.action-delete {
    display: inline-block;
    margin-left: 5px;
  }
  .icon.action-edit,
  .icon.action-edit:visited,
  .icon.action-settings,
  .icon.action-settings:visited,
  .icon.action-copy,
  .icon.action-copy:visited,
  .icon.action-delete,
  .icon.action-delete:visited,
  .link.action-edit,
  .link.action-edit:visited,
  .link.action-settings,
  .link.action-settings:visited,
  .link.action-copy,
  .link.action-copy:visited,
  .link.action-delete,
  .link.action-delete:visited {
    color: #92757d;
  }
  .icon.action-edit:hover,
  .icon.action-edit:active,
  .icon.action-settings:hover,
  .icon.action-settings:active,
  .icon.action-copy:hover,
  .icon.action-copy:active,
  .icon.action-delete:hover,
  .icon.action-delete:active,
  .link.action-edit:hover,
  .link.action-edit:active,
  .link.action-settings:hover,
  .link.action-settings:active,
  .link.action-copy:hover,
  .link.action-copy:active,
  .link.action-delete:hover,
  .link.action-delete:active {
    color: #211A1C;
  }
  .icon.action-edit:first-child,
  .icon.action-settings:first-child,
  .icon.action-copy:first-child,
  .icon.action-delete:first-child,
  .link.action-edit:first-child,
  .link.action-settings:first-child,
  .link.action-copy:first-child,
  .link.action-delete:first-child {
    margin-left: 0px;
  }
  .icon.action-edit:before,
  .icon.action-settings:before,
  .icon.action-copy:before,
  .icon.action-delete:before,
  .link.action-edit:before,
  .link.action-settings:before,
  .link.action-copy:before,
  .link.action-delete:before {
    width: 20px;
  }
  .icon.action-edit span,
  .icon.action-settings span,
  .icon.action-copy span,
  .icon.action-delete span,
  .link.action-edit span,
  .link.action-settings span,
  .link.action-copy span,
  .link.action-delete span {
    margin-left: 5px;
  }
  .icon.action-edit:before,
  .link.action-edit:before {
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    content: '\f040';
    font-family: 'FontAwesome';
  }
  .icon.action-settings:before,
  .link.action-settings:before {
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    content: '\f013';
    font-family: 'FontAwesome';
  }
  .icon.action-copy:before,
  .link.action-copy:before {
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    content: '\f0c5';
    font-family: 'FontAwesome';
  }
  .icon.action-delete:before,
  .link.action-delete:before {
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    content: '\f056';
    font-family: 'FontAwesome';
  }
  .image-list td.name img {
    background-image: url(../img/admin-image-bg.png);
    border: 2px solid #DDDDDD;
  }
  .image-grid,
  .image-items {
    zoom: 1;
    position: relative;
    margin-left: -20px;
  }
  .image-grid:after,
  .image-items:after {
    content: "";
    display: block;
    clear: both;
  }
  .image-grid > *,
  .image-items > * {
    float: left;
    margin-bottom: 30px;
    margin-left: 20px;
    position: relative;
    width: 200px;
  }
  .image-grid > *:first-child,
  .image-items > *:first-child {
    clear: left;
    margin-left: 0px;
  }
  .image-grid > :first-child,
  .image-items > :first-child {
    margin-left: 20px;
  }
  .image-grid .image-item,
  .image-items .image-item {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #DDDDDD;
  }
  .image-grid .field,
  .image-items .field {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }
  .image-grid .field:last-child,
  .image-items .field:last-child {
    padding-bottom: 10px;
  }
  .image-grid .field.title,
  .image-items .field.title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .image-grid .field.image,
  .image-items .field.image {
    width: 180px;
    height: 180px;
    line-height: 180px;
    padding-top: 10px;
  }
  .image-grid .field.image a,
  .image-items .field.image a {
    display: block;
  }
  .image-grid .field.image a img,
  .image-items .field.image a img {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-image: url(../img/admin-image-bg.png);
  }
  .image-grid .field.added,
  .image-items .field.added {
    margin-bottom: 0px;
  }
  .image-grid .field.added,
  .image-grid .field.details,
  .image-items .field.added,
  .image-items .field.details {
    font-size: 12px;
    line-height: 15px;
  }
  .image-grid .action-delete:before,
  .image-items .action-delete:before {
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    content: '\f056';
    font-family: 'FontAwesome';
  }
}
@media all and (min-width: 980px),all and (min-width: 740px) and (max-width: 979px) {
  table td,
  table th {
    border-left: 2px solid #E8E8E8 !important;
    border-top: 2px solid #E8E8E8 !important;
  }
}
@media all and (min-width: 980px) {
  table thead th,
  table td {
    padding-right: 14px;
    padding-left: 15px;
  }
  table thead th.title,
  table td.title {
    max-width: 270px;
  }
}
@media all and (min-width: 740px) and (max-width: 979px) {
  table thead th,
  table td {
    padding-right: 9px;
    padding-left: 10px;
  }
  table thead th.title,
  table td.title {
    max-width: 130px;
  }
}
@media all and (min-width: 0px) and (max-width: 739px) {
  .table-responsive,
  .table-responsive thead,
  .table-responsive tbody,
  .table-responsive tr,
  .table-responsive td,
  .table-responsive th {
    display: block;
  }
  .table-responsive thead,
  .table-responsive th {
    display: none;
  }
  .table-responsive td {
    display: block !important;
  }
  .table-responsive tbody tr {
    border-bottom: 2px solid #E8E8E8;
  }
  .table-responsive tbody tr:last-child {
    border-bottom: 0px;
  }
  .table-responsive tbody tr td {
    line-height: 35px;
    position: relative;
    padding-left: 40%;
    min-height: 35px;
  }
  .table-responsive tbody tr td.title a {
    line-height: 20px;
  }
  .table-responsive tbody tr td.title span {
    line-height: 15px;
  }
  .table-responsive tbody tr td:before {
    color: #211A1C;
    font-weight: 700;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 35%;
    white-space: nowrap;
    content: attr(data-label);
  }
}
@media screen,handheld,projection,tv {
  .navigation-item {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    zoom: 1;
    background: #EDEDED;
    border: 2px solid #CCCCCC;
    margin: 5px 0;
    padding: 5px 10px;
  }
  .navigation-item:after {
    content: "";
    display: block;
    clear: both;
  }
  .navigation-item .main {
    zoom: 1;
  }
  .navigation-item .main:after {
    content: "";
    display: block;
    clear: both;
  }
  .navigation-item .field.title {
    float: left;
  }
  .navigation-item .actions {
    float: right;
  }
  .navigation-item .navi ul li {
    display: block;
    list-style: none;
    margin-left: 0px;
  }
  .navigation-item .navi ul li.collapsed {
    padding-left: 30px;
  }
  #form-navigation .dd {
    width: 100%;
  }
  #form-navigation .dd a {
    text-decoration: none;
    color: #444444;
  }
  #form-navigation .dd-handle {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    zoom: 1;
    height: auto;
    cursor: move;
    font-weight: normal;
  }
  #form-navigation .dd-handle:after {
    content: "";
    display: block;
    clear: both;
  }
  #form-navigation .dd-handle .actions {
    float: right;
  }
  #form-navigation #navigation-pages .dd-handle {
    color: #333333;
    background: #EDEDED;
    border: 2px solid #CCCCCC;
  }
  #form-navigation #navigation-pages .dd-handle:hover {
    color: #333333;
    background: #DDDDDD;
  }
  #form-navigation #all-pages .dd-handle {
    background: #BBBBBB;
    border: 2px solid #A8A8A8;
  }
  #form-navigation #all-pages .dd-handle:hover {
    background: #A8A8A8;
  }
}
#link-toggle-layout-debug {
  background-color: #999999;
  display: block;
  font-size: 14px;
  line-height: 20px;
  min-width: 20px;
  opacity: 0.25;
  padding: 5px;
  position: fixed;
  right: 20px;
  text-align: center;
  top: 20px;
  z-index: 9999;
}
#link-toggle-layout-debug,
#link-toggle-layout-debug:visited,
#link-toggle-layout-debug:hover,
#link-toggle-layout-debug:active {
  color: #ffffff;
  text-decoration: none;
}
#link-toggle-layout-debug:before {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: '\f00a';
  font-family: 'FontAwesome';
}
#link-toggle-layout-debug.active {
  -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.25);
  box-shadow: 2px 2px 5px rgba(0,0,0,0.25);
  opacity: 1;
}
.layout-debug body:before {
  background-color: #999999;
  -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.25);
  box-shadow: 2px 2px 5px rgba(0,0,0,0.25);
  color: #FFFFFF;
  font-size: 14px;
  line-height: 20px;
  position: fixed;
  padding: 5px 10px;
  bottom: 20px;
  left: 20px;
  z-index: 9999;
}
@media screen and (min-width: 980px),handheld and (min-width: 980px),projection and (min-width: 980px),tv and (min-width: 980px) {
  .layout-debug body:before {
    content: "Default layout";
  }
}
@media screen and (min-width: 740px) and (max-width: 979px),handheld and (min-width: 740px) and (max-width: 979px),projection and (min-width: 740px) and (max-width: 979px),tv and (min-width: 740px) and (max-width: 979px) {
  .layout-debug body:before {
    content: "Narrow layout";
  }
}
@media screen and (min-width: 0px) and (max-width: 739px),handheld and (min-width: 0px) and (max-width: 739px),projection and (min-width: 0px) and (max-width: 739px),tv and (min-width: 0px) and (max-width: 739px) {
  .layout-debug body:before {
    content: "Fluid layout";
  }
}
@media print {
  .layout-debug body:before {
    content: "Print layout";
  }
}
.layout-debug *:hover .zone {
  background-color: transparent !important;
  background-image: url('/ff/themes/default/img/grid-60-20.png') !important;
  background-repeat: repeat !important;
  background-position: 20px 0px !important;
  background-attachment: scroll !important;
}
.layout-debug *:hover .zone *:hover {
  background-color: transparent !important;
  background-image: none !important;
}
.layout-debug #page *:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}
.layout-debug #page .section:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(255,127,0,0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(255,127,0,0.5);
  box-shadow: 0px 0px 10px 0px rgba(255,127,0,0.5);
}
.layout-debug #page .zone:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,255,0,0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,255,0,0.5);
  box-shadow: 0px 0px 10px 0px rgba(0,255,0,0.5);
}
.layout-debug #page .region:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,255,255,0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,255,255,0.5);
  box-shadow: 0px 0px 10px 0px rgba(0,255,255,0.5);
}
.layout-debug #page .block:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(255,0,255,0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(255,0,255,0.5);
  box-shadow: 0px 0px 10px 0px rgba(255,0,255,0.5);
}
.layout-debug #page audio:hover,
.layout-debug #page embed:hover,
.layout-debug #page canvas:hover,
.layout-debug #page hr:hover,
.layout-debug #page iframe:hover,
.layout-debug #page img:hover,
.layout-debug #page object:hover,
.layout-debug #page select:hover,
.layout-debug #page video:hover {
  opacity: 0.5 !important;
}
.layout-debug #page caption:hover,
.layout-debug #page dd:hover,
.layout-debug #page dt:hover,
.layout-debug #page figcaption:hover,
.layout-debug #page h1:hover,
.layout-debug #page h2:hover,
.layout-debug #page h3:hover,
.layout-debug #page h4:hover,
.layout-debug #page h5:hover,
.layout-debug #page h6:hover,
.layout-debug #page li:hover,
.layout-debug #page p:hover,
.layout-debug #page pre:hover {
  background-color: transparent !important;
  background-image: url('/ff/themes/default/img/block-text-bg.png') !important;
  background-repeat: repeat !important;
  background-position: left top !important;
  background-attachment: scroll !important;
}
.layout-debug #page a:hover,
.layout-debug #page abbr:hover,
.layout-debug #page b:hover,
.layout-debug #page bdi:hover,
.layout-debug #page bdo:hover,
.layout-debug #page cite:hover,
.layout-debug #page code:hover,
.layout-debug #page del:hover,
.layout-debug #page dfn:hover,
.layout-debug #page em:hover,
.layout-debug #page i:hover,
.layout-debug #page ins:hover,
.layout-debug #page kbd:hover,
.layout-debug #page label:hover,
.layout-debug #page mark:hover,
.layout-debug #page output:hover,
.layout-debug #page q:hover,
.layout-debug #page ruby:hover,
.layout-debug #page rt:hover,
.layout-debug #page rp:hover,
.layout-debug #page s:hover,
.layout-debug #page samp:hover,
.layout-debug #page small:hover,
.layout-debug #page strong:hover,
.layout-debug #page sub:hover,
.layout-debug #page sup:hover,
.layout-debug #page time:hover,
.layout-debug #page u:hover,
.layout-debug #page var:hover {
  background-color: transparent !important;
  background-image: url('/ff/themes/default/img/inline-text-bg.png') !important;
  background-repeat: repeat !important;
  background-position: left top !important;
  background-attachment: scroll !important;
}
.layout-debug #page legend:hover,
.layout-debug #page summary:hover,
.layout-debug #page td:hover,
.layout-debug #page th:hover {
  background-color: transparent !important;
  background-image: url('/ff/themes/default/img/other-text-bg.png') !important;
  background-repeat: repeat !important;
  background-position: left top !important;
  background-attachment: scroll !important;
}
