@import url(//fonts.googleapis.com/css?family=PT+Sans:400,700italic,700,400italic);
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900');
@import url('/fontfaces/glyphicons/css/glyphicons.css');
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/*
 * Removes default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}
/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*! Tablesaw - v0.1.8 - 2014-10-23
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2014 Filament Group; Licensed MIT */
table.tablesaw {
  empty-cells: show;
  max-width: 100%;
  width: 100%;
}
.tablesaw {
  border-collapse: collapse;
  width: 100%;
}
/* Structure */
.tablesaw {
  border: 0;
  padding: 0;
}
.tablesaw th,
.tablesaw td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: .5em .7em;
}
.tablesaw thead tr:first-child th {
  padding-top: .9em;
  padding-bottom: .7em;
}
.tablesaw-enhanced .tablesaw-bar .btn {
  border: 1px solid #ccc;
  background: none;
  background-color: #fafafa;
  -webkit-box-shadow: 0 1px 0 #ffffff;
  box-shadow: 0 1px 0 #ffffff;
  color: #4a4a4a;
  clear: both;
  cursor: pointer;
  display: block;
  font: bold 20px/1 sans-serif;
  margin: 0;
  padding: .5em .85em .4em .85em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  /*text-shadow: 0 1px 0 #fff;*/
  width: 100%;
  /* Theming */
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), color-stop(50%, rgba(255, 255, 255, 0.1)), color-stop(55%, rgba(170, 170, 170, 0.1)), to(rgba(120, 120, 120, 0.15)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(170, 170, 170, 0.1) 55%, rgba(120, 120, 120, 0.15) 100%);
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(170, 170, 170, 0.1) 55%, rgba(120, 120, 120, 0.15) 100%);
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  border-radius: .25em;
}
.tablesaw-enhanced .tablesaw-bar a.btn {
  color: #1c95d4;
}
.tablesaw-enhanced .tablesaw-bar .btn:hover {
  text-decoration: none;
}
/* Default radio/checkbox styling horizonal controlgroups. */
.tablesaw-enhanced .tablesaw-bar .btn:active {
  background-color: #ddd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(100, 100, 100, 0.35)), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.35) 0%, rgba(255, 255, 255, 0) 70%);
  background-image: linear-gradient(top, rgba(100, 100, 100, 0.35) 0%, rgba(255, 255, 255, 0) 70%);
}
.tablesaw-enhanced .tablesaw-bar .btn:hover,
.tablesaw-enhanced .tablesaw-bar .btn:focus {
  color: #208de3;
  background-color: #fff;
  outline: none;
}
.tablesaw-bar .btn:focus {
  -webkit-box-shadow: 0 0 .35em #4faeef !important;
  box-shadow: 0 0 .35em #4faeef !important;
}
.ie-lte8 .tablesaw-bar .btn:hover,
.ie-lte8 .tablesaw-bar .btn:focus {
  color: #208de3;
  background-color: #fff;
  border-color: #aaa;
  outline: none;
}
.tablesaw-bar .btn-select select {
  background: none;
  border: none;
  display: block;
  position: absolute;
  font-weight: inherit;
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  min-height: 1em;
}
.tablesaw-bar .btn-select select {
  opacity: 0;
  filter: alpha(opacity=0);
  display: inline-block;
  color: transparent;
}
.tablesaw-bar .btn select option {
  background: #fff;
  color: #000;
  font-family: sans-serif;
}
.tablesaw-enhanced .tablesaw-bar .btn.btn-select {
  color: #4d4d4d;
  padding-right: 2.5em;
  min-width: 7.25em;
  text-align: left;
  text-indent: 0;
}
.ie-lte8 .tablesaw-bar .btn-select {
  min-width: 6.1em;
}
.tablesaw-bar .btn.btn-small,
.tablesaw-bar .btn.btn-micro {
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  top: 0;
}
.tablesaw-bar .btn.btn-small {
  font-size: 1.0625em;
  line-height: 19px;
  padding: .3em 1em .3em 1em;
}
.tablesaw-bar .btn.btn-micro {
  font-size: .8125em;
  padding: .4em .7em .25em .7em;
}
.tablesaw-enhanced .tablesaw-bar .btn-select {
  text-align: left;
}
.tablesaw-bar .btn-select:after {
  background: #e5e5e5;
  background: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 2px rgba(255, 255, 255, 0.25);
  box-shadow: 0 2px 2px rgba(255, 255, 255, 0.25);
  content: " ";
  display: block;
  position: absolute;
}
.tablesaw-bar .btn-select.btn-small,
.tablesaw-bar .btn-select.btn-micro {
  padding-right: 1.5em;
}
.tablesaw-bar .btn-select:after {
  background: none;
  background-repeat: no-repeat;
  background-position: .25em .45em;
  content: "\25bc";
  font-size: .55em;
  padding-top: 1.2em;
  padding-left: 1em;
  left: auto;
  right: 0;
  margin: 0;
  top: 0;
  bottom: 0;
  width: 1.8em;
}
.tablesaw-bar .btn-select.btn-small:after,
.tablesaw-bar .btn-select.btn-micro:after {
  width: 1.2em;
  font-size: .5em;
  padding-top: 1em;
  padding-right: .5em;
  line-height: 1.65;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-left-width: 0;
}
/* Column navigation buttons for swipe and columntoggle tables */
.tablesaw-bar .tablesaw-advance {
  position: relative;
  top: -2.6em;
}
.tablesaw-advance .btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: 0 1px 0 #fff;
  border-radius: .25em;
}
.tablesaw-advance .btn.btn-micro {
  font-size: .8125em;
  padding: .3em .7em .25em .7em;
}
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn {
  display: inline-block;
  overflow: hidden;
  width: 1.8em;
  height: 1.8em;
  background-position: 50% 50%;
  margin-left: .5em;
  position: relative;
}
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.down:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.up:before {
  content: "\0020";
  overflow: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.down:before {
  left: .5em;
  top: .65em;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #808080;
}
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.up:before {
  left: .5em;
  top: .65em;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #808080;
}
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before {
  top: .45em;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before {
  left: .6em;
  border-right: 5px solid #808080;
}
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before {
  left: .7em;
  border-left: 5px solid #808080;
}
.tablesaw-advance a.tablesaw-nav-btn.disabled {
  opacity: .25;
  filter: alpha(opacity=25);
  cursor: default;
  pointer-events: none;
}
/* Table Toolbar */
.tablesaw-bar {
  clear: both;
  font-family: sans-serif;
}
.tablesaw-bar.mode-swipe,
.tablesaw-bar.mode-columntoggle {
  margin-top: -2em;
  position: relative;
  top: 2em;
}
.tablesaw-toolbar {
  font-size: .875em;
}
.tablesaw-toolbar label {
  padding: .5em 0;
  clear: both;
  display: block;
  color: #888;
  margin-right: .5em;
  text-transform: uppercase;
}
.tablesaw-bar .btn,
.tablesaw-enhanced .tablesaw-bar .btn {
  margin-top: .5em;
  margin-bottom: .5em;
}
.tablesaw-bar .btn-select,
.tablesaw-enhanced .tablesaw-bar .btn-select {
  margin-bottom: 0;
}
.tablesaw-bar .tablesaw-toolbar .btn {
  margin-left: .4em;
  margin-top: 0;
  text-transform: uppercase;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  font-family: sans-serif;
  font-size: 1em;
  padding-left: .3em;
}
.tablesaw-bar .tablesaw-toolbar .btn-select {
  min-width: 0;
}
.tablesaw-bar .tablesaw-toolbar .btn-select:after {
  padding-top: .9em;
}
.tablesaw-bar .tablesaw-toolbar select {
  color: #888;
  text-transform: none;
  background: transparent;
}
.tablesaw-toolbar ~ table {
  clear: both;
}
.tablesaw-toolbar .a11y-sm {
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}
@media (min-width: 24em) {
  .tablesaw-toolbar .a11y-sm {
    clip: none;
    height: auto;
    width: auto;
    position: static;
    overflow: visible;
  }
}
@media (min-width: 40em) {
  .tablesaw-bar.mode-swipe,
  .tablesaw-bar.mode-columntoggle {
    margin-top: 0;
    top: 0;
  }
  .tablesaw-bar .tablesaw-advance {
    position: static;
  }
  .tablesaw-bar {
    margin-top: 0;
    position: static;
  }
}
table.tablesaw tbody th {
  font-weight: bold;
}
table.tablesaw thead th,
table.tablesaw thead td {
  color: #444;
  font-size: .9em;
}
.tablesaw th,
.tablesaw td {
  line-height: 1.692em;
  text-align: left;
  vertical-align: middle;
}
.tablesaw td,
.tablesaw tbody th {
  vertical-align: middle;
  font-size: 1.17em;
  /* 19px */
}
.tablesaw td .btn,
.tablesaw tbody th .btn {
  margin: 0;
}
.tablesaw thead {
  border: 1px solid #e5e5e4;
  background: #e2dfdc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e2dfdc));
  background-image: -webkit-linear-gradient(top, #ffffff, #e2dfdc);
  background-image: linear-gradient(to bottom, #ffffff, #e2dfdc);
}
.tablesaw thead th {
  font-weight: 100;
  color: #777;
  text-transform: uppercase;
  text-shadow: 0 1px 0 #fff;
  text-align: left;
}
.tablesaw thead tr:first-child th {
  font-weight: normal;
  font-family: sans-serif;
  border-right: 1px solid #e4e1de;
}
/* Table rows have a gray bottom stroke by default */
.tablesaw tbody tr {
  border-bottom: 1px solid #dfdfdf;
}
.tablesaw caption {
  text-align: left;
  margin-bottom: 1.4em;
  opacity: .5;
  filter: alpha(opacity=50);
}
/* Stack */
.tablesaw-cell-label-top {
  text-transform: uppercase;
  font-size: .9em;
  font-weight: normal;
}
.tablesaw-cell-label {
  font-size: .65em;
  text-transform: uppercase;
  color: #888;
  font-family: sans-serif;
}
@media (min-width: 40em) {
  /*.tablesaw td,
  .tablesaw tbody th,
  .tablesaw tfoot th {
    line-height: 2em;
  }*/
}
/* Table rows have a gray bottom stroke by default */
.tablesaw-stack tbody tr {
  border-bottom: 1px solid #dfdfdf;
}
.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
  display: none;
}
/* Mobile first styles: Begin with the stacked presentation at narrow widths */
@media only all {
  /* Show the table cells as a block level element */
  .tablesaw-stack td,
  .tablesaw-stack th {
    text-align: left;
    display: block;
  }
  .tablesaw-stack tr {
    clear: both;
    display: table-row;
  }
  /* Make the label elements a percentage width */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: block;
    padding: 0 .6em 0 0;
    min-width: 30%;
    display: inline-block;
  }
  /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */
  .tablesaw-stack th .tablesaw-cell-label-top,
  .tablesaw-stack td .tablesaw-cell-label-top {
    display: block;
    padding: .4em 0;
    margin: .4em 0;
  }
  .tablesaw-cell-label {
    display: block;
  }
  /* Avoid double strokes when stacked */
  .tablesaw-stack tbody th.group {
    margin-top: -1px;
  }
  /* Avoid double strokes when stacked */
  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important;
  }
}
@media (max-width: 39.9375em) {
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: none;
  }
  .tablesaw-stack tbody td,
  .tablesaw-stack tbody th {
    clear: left;
    float: left;
    width: 100%;
  }
}
/* Media query to show as a standard table at 560px (35em x 16px) or wider */
@media (min-width: 40em) {
  .tablesaw-stack tr {
    display: table-row;
  }
  /* Show the table header rows */
  .tablesaw-stack td,
  .tablesaw-stack th,
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: table-cell;
    margin: 0;
  }
  /* Hide the labels in each cell */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: none !important;
  }
}
.tablesaw-fix-persist {
  table-layout: fixed;
}
/* see Gruntfile.js for grunticon selector */
.btn.tablesaw-columntoggle-btn {
  float: right;
}
.btn.tablesaw-columntoggle-btn span {
  text-indent: -9999px;
  display: inline-block;
}
.tablesaw-columntoggle-btnwrap .dialog-content {
  padding: .5em;
}
.tablesaw-columntoggle tbody td {
  line-height: 1.5;
}
/* Remove top/bottom margins around the fieldcontain on check list */
.tablesaw-columntoggle-popup {
  display: none;
}
.tablesaw-columntoggle-btnwrap.visible .tablesaw-columntoggle-popup {
  display: block;
  position: absolute;
  top: 2em;
  right: 0;
  background-color: #fff;
  padding: .5em .8em;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 1px 2px #ccc;
  box-shadow: 0 1px 2px #ccc;
  border-radius: .2em;
  z-index: 1;
}
.tablesaw-columntoggle-popup fieldset {
  margin: 0;
}
/* Hide all prioritized columns by default */
@media only all {
  .tablesaw-columntoggle th.tablesaw-priority-6,
  .tablesaw-columntoggle td.tablesaw-priority-6,
  .tablesaw-columntoggle th.tablesaw-priority-5,
  .tablesaw-columntoggle td.tablesaw-priority-5,
  .tablesaw-columntoggle th.tablesaw-priority-4,
  .tablesaw-columntoggle td.tablesaw-priority-4,
  .tablesaw-columntoggle th.tablesaw-priority-3,
  .tablesaw-columntoggle td.tablesaw-priority-3,
  .tablesaw-columntoggle th.tablesaw-priority-2,
  .tablesaw-columntoggle td.tablesaw-priority-2,
  .tablesaw-columntoggle th.tablesaw-priority-1,
  .tablesaw-columntoggle td.tablesaw-priority-1 {
    display: none;
  }
}
.tablesaw-columntoggle-btnwrap {
  position: relative;
  float: right;
}
.tablesaw-columntoggle-btnwrap .dialog-content {
  top: 0 !important;
  right: 1em;
  left: auto !important;
  width: 12em;
  max-width: 18em;
  margin: -0.5em auto 0;
}
.tablesaw-columntoggle-btnwrap .dialog-content:focus {
  outline-style: none;
}
/* Preset breakpoints if "" class added to table */
/* Show priority 1 at 320px (20em x 16px) */
@media (min-width: 20em) {
  .tablesaw-columntoggle th.tablesaw-priority-1,
  .tablesaw-columntoggle td.tablesaw-priority-1 {
    display: table-cell;
  }
}
/* Show priority 2 at 480px (30em x 16px) */
@media (min-width: 30em) {
  .tablesaw-columntoggle th.tablesaw-priority-2,
  .tablesaw-columntoggle td.tablesaw-priority-2 {
    display: table-cell;
  }
}
/* Show priority 3 at 640px (40em x 16px) */
@media (min-width: 40em) {
  .tablesaw-columntoggle th.tablesaw-priority-3,
  .tablesaw-columntoggle td.tablesaw-priority-3 {
    display: table-cell;
  }
  .tablesaw-columntoggle tbody td {
    /*line-height: 2;*/
  }
}
/* Show priority 4 at 800px (50em x 16px) */
@media (min-width: 50em) {
  .tablesaw-columntoggle th.tablesaw-priority-4,
  .tablesaw-columntoggle td.tablesaw-priority-4 {
    display: table-cell;
  }
}
/* Show priority 5 at 960px (60em x 16px) */
@media (min-width: 60em) {
  .tablesaw-columntoggle th.tablesaw-priority-5,
  .tablesaw-columntoggle td.tablesaw-priority-5 {
    display: table-cell;
  }
}
/* Show priority 6 at 1,120px (70em x 16px) */
@media (min-width: 70em) {
  .tablesaw-columntoggle th.tablesaw-priority-6,
  .tablesaw-columntoggle td.tablesaw-priority-6 {
    display: table-cell;
  }
}
@media only all {
  .tablesaw-swipe .tablesaw-cell-persist {
    border-right: 1px solid #e4e1de;
  }
  .tablesaw-swipe .tablesaw-cell-persist {
    -webkit-box-shadow: 3px 0 4px -1px #e4e1de;
    box-shadow: 3px 0 4px -1px #e4e1de;
  }
  /* Unchecked manually: Always hide */
  .tablesaw-swipe th.tablesaw-cell-hidden,
  .tablesaw-swipe td.tablesaw-cell-hidden,
  .tablesaw-columntoggle th.tablesaw-cell-hidden,
  .tablesaw-columntoggle td.tablesaw-cell-hidden {
    display: none;
  }
  /* Checked manually: Always show */
  .tablesaw-columntoggle th.tablesaw-cell-visible,
  .tablesaw-columntoggle td.tablesaw-cell-visible {
    display: table-cell;
  }
}
.tablesaw-columntoggle-popup .btn-group > label {
  display: block;
  padding: .2em 0;
  white-space: nowrap;
}
.tablesaw-columntoggle-popup .btn-group > label input {
  margin-right: .8em;
}
.tablesaw-sortable,
.tablesaw-sortable thead,
.tablesaw-sortable thead tr,
.tablesaw-sortable thead tr th {
  position: relative;
}
.tablesaw-sortable thead tr th {
  padding-right: 1.6em;
  vertical-align: top;
}
.tablesaw-sortable th.sortable-head,
.tablesaw-sortable tr:first-child th.sortable-head {
  padding: 0;
}
.tablesaw-sortable th.sortable-head button {
  padding-top: .9em;
  padding-bottom: .7em;
  padding-left: .6em;
  padding-right: 1.6em;
}
.tablesaw-sortable .sortable-head button {
  min-width: 100%;
  color: inherit;
  background: transparent;
  border: 0;
  padding: 0;
  text-align: left;
  font: inherit;
  text-transform: inherit;
  position: relative;
}
.tablesaw-sortable .sortable-head.sortable-ascending button:after,
.tablesaw-sortable .sortable-head.sortable-descending button:after {
  width: 7px;
  height: 10px;
  content: "\0020";
  position: absolute;
  right: .5em;
}
.tablesaw-sortable .sortable-head.sortable-ascending button:after {
  content: "\2191";
}
.tablesaw-sortable .sortable-head.sortable-descending button:after {
  content: "\2193";
}
.tablesaw-sortable .not-applicable:after {
  content: "--";
  display: block;
}
.tablesaw-sortable .not-applicable span {
  display: none;
}
.tablesaw-sortable-switch {
  float: left;
  width: 100%;
}
@media (min-width: 40em) {
  .tablesaw-sortable-switch {
    width: auto;
  }
}
.tablesaw-advance {
  display: block;
  float: right;
}
.tablesaw-advance.minimap {
  margin-right: .4em;
}
.tablesaw-advance-dots {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
.tablesaw-advance-dots li {
  display: table-cell;
  margin: 0;
  padding: .4em .2em;
}
.tablesaw-advance-dots li i {
  width: .25em;
  height: .25em;
  background: #555;
  border-radius: 100%;
  display: inline-block;
}
.tablesaw-advance-dots-hide {
  opacity: .25;
  filter: alpha(opacity=25);
  cursor: default;
  pointer-events: none;
}
.tablesaw-modeswitch {
  clear: both;
}
.tablesaw-sortable-switch + .tablesaw-modeswitch {
  border-top: 1px solid #eae8e6;
}
@media (min-width: 40em) {
  .tablesaw-modeswitch {
    float: left;
    clear: none;
  }
  .tablesaw-sortable-switch + .tablesaw-modeswitch {
    border-top: none;
  }
}
div.pp_default .pp_top,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right {
  height: 13px;
}
div.pp_default .pp_top .pp_left {
  background: url(/plugins/prettyphoto/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat;
}
div.pp_default .pp_top .pp_middle {
  background: url(/plugins/prettyphoto/images/prettyPhoto/default/sprite_x.png) top left repeat-x;
}
div.pp_default .pp_top .pp_right {
  background: url(/plugins/prettyphoto/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat;
}
div.pp_default .pp_content .ppt {
  color: #f8f8f8;
}
div.pp_default .pp_content_container .pp_left {
  background: url(/plugins/prettyphoto/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
  padding-left: 13px;
}
div.pp_default .pp_content_container .pp_right {
  background: url(/plugins/prettyphoto/images/prettyPhoto/default/sprite_y.png) top right repeat-y;
  padding-right: 13px;
}
div.pp_default .pp_next:hover {
  background: url(/plugins/prettyphoto/images/prettyPhoto/default/sprite_next.png) center right no-repeat;
  cursor: pointer;
}
div.pp_default .pp_previous:hover {
  background: url(/plugins/prettyphoto/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
  cursor: pointer;
}
div.pp_default .pp_expand {
  background: url(/plugins/prettyphoto/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}
div.pp_default .pp_expand:hover {
  background: url(/plugins/prettyphoto/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
  cursor: pointer;
}
div.pp_default .pp_contract {
  background: url(/plugins/prettyphoto/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}
div.pp_default .pp_contract:hover {
  background: url(/plugins/prettyphoto/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
  cursor: pointer;
}
div.pp_default .pp_close {
  width: 30px;
  height: 30px;
  background: url(/plugins/prettyphoto/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
  cursor: pointer;
}
div.pp_default .pp_gallery ul li a {
  background: url(/plugins/prettyphoto/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
  border: 1px solid #aaaaaa;
}
div.pp_default .pp_social {
  margin-top: 7px;
}
div.pp_default .pp_gallery a.pp_arrow_previous,
div.pp_default .pp_gallery a.pp_arrow_next {
  position: static;
  left: auto;
}
div.pp_default .pp_nav .pp_play,
div.pp_default .pp_nav .pp_pause {
  background: url(/plugins/prettyphoto/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
  height: 30px;
  width: 30px;
}
div.pp_default .pp_nav .pp_pause {
  background-position: -51px -29px;
}
div.pp_default a.pp_arrow_previous,
div.pp_default a.pp_arrow_next {
  background: url(/plugins/prettyphoto/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
  height: 20px;
  width: 20px;
  margin: 4px 0 0;
}
div.pp_default a.pp_arrow_next {
  left: 52px;
  background-position: -82px -3px;
}
div.pp_default .pp_content_container .pp_details {
  margin-top: 5px;
}
div.pp_default .pp_nav {
  clear: none;
  height: 30px;
  width: 110px;
  position: relative;
}
div.pp_default .pp_nav .currentTextHolder {
  font-family: Georgia;
  font-style: italic;
  color: #999;
  font-size: 11px;
  left: 75px;
  line-height: 25px;
  position: absolute;
  top: 2px;
  margin: 0;
  padding: 0 0 0 10px;
}
div.pp_default .pp_close:hover,
div.pp_default .pp_nav .pp_play:hover,
div.pp_default .pp_nav .pp_pause:hover,
div.pp_default .pp_arrow_next:hover,
div.pp_default .pp_arrow_previous:hover {
  opacity: 0.7;
}
div.pp_default .pp_description {
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  margin: 5px 50px 5px 0;
}
div.pp_default .pp_bottom .pp_left {
  background: url(/plugins/prettyphoto/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat;
}
div.pp_default .pp_bottom .pp_middle {
  background: url(/plugins/prettyphoto/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x;
}
div.pp_default .pp_bottom .pp_right {
  background: url(/plugins/prettyphoto/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat;
}
div.pp_default .pp_loaderIcon {
  background: url(/plugins/prettyphoto/images/prettyPhoto/default/loader.gif) center center no-repeat;
}
div.light_rounded .pp_top .pp_left {
  background: url(/plugins/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;
}
div.light_rounded .pp_top .pp_right {
  background: url(/plugins/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;
}
div.light_rounded .pp_next:hover {
  background: url(/plugins/prettyphoto/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_previous:hover {
  background: url(/plugins/prettyphoto/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_expand {
  background: url(/plugins/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_expand:hover {
  background: url(/plugins/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_contract {
  background: url(/plugins/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_contract:hover {
  background: url(/plugins/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(/plugins/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_nav .pp_play {
  background: url(/plugins/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.light_rounded .pp_nav .pp_pause {
  background: url(/plugins/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.light_rounded .pp_arrow_previous {
  background: url(/plugins/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;
}
div.light_rounded .pp_arrow_next {
  background: url(/plugins/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;
}
div.light_rounded .pp_bottom .pp_left {
  background: url(/plugins/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;
}
div.light_rounded .pp_bottom .pp_right {
  background: url(/plugins/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;
}
div.dark_rounded .pp_top .pp_left {
  background: url(/plugins/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;
}
div.dark_rounded .pp_top .pp_right {
  background: url(/plugins/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;
}
div.dark_rounded .pp_content_container .pp_left {
  background: url(/plugins/prettyphoto/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;
}
div.dark_rounded .pp_content_container .pp_right {
  background: url(/plugins/prettyphoto/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;
}
div.dark_rounded .pp_next:hover {
  background: url(/plugins/prettyphoto/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_previous:hover {
  background: url(/plugins/prettyphoto/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_expand {
  background: url(/plugins/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_expand:hover {
  background: url(/plugins/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_contract {
  background: url(/plugins/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_contract:hover {
  background: url(/plugins/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(/plugins/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_description {
  margin-right: 85px;
  color: #ffffff;
}
div.dark_rounded .pp_nav .pp_play {
  background: url(/plugins/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.dark_rounded .pp_nav .pp_pause {
  background: url(/plugins/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.dark_rounded .pp_arrow_previous {
  background: url(/plugins/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;
}
div.dark_rounded .pp_arrow_next {
  background: url(/plugins/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;
}
div.dark_rounded .pp_bottom .pp_left {
  background: url(/plugins/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;
}
div.dark_rounded .pp_bottom .pp_right {
  background: url(/plugins/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;
}
div.dark_rounded .pp_loaderIcon {
  background: url(/plugins/prettyphoto/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;
}
div.dark_square .pp_left,
div.dark_square .pp_middle,
div.dark_square .pp_right,
div.dark_square .pp_content {
  background: #000000;
}
div.dark_square .pp_description {
  color: #fff;
  margin: 0 85px 0 0;
}
div.dark_square .pp_loaderIcon {
  background: url(/plugins/prettyphoto/images/prettyPhoto/dark_square/loader.gif) center center no-repeat;
}
div.dark_square .pp_expand {
  background: url(/plugins/prettyphoto/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}
div.dark_square .pp_expand:hover {
  background: url(/plugins/prettyphoto/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}
div.dark_square .pp_contract {
  background: url(/plugins/prettyphoto/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
div.dark_square .pp_contract:hover {
  background: url(/plugins/prettyphoto/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
div.dark_square .pp_close {
  width: 75px;
  height: 22px;
  background: url(/plugins/prettyphoto/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}
div.dark_square .pp_nav {
  clear: none;
}
div.dark_square .pp_nav .pp_play {
  background: url(/plugins/prettyphoto/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.dark_square .pp_nav .pp_pause {
  background: url(/plugins/prettyphoto/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.dark_square .pp_arrow_previous {
  background: url(/plugins/prettyphoto/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;
}
div.dark_square .pp_arrow_next {
  background: url(/plugins/prettyphoto/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;
}
div.dark_square .pp_next:hover {
  background: url(/plugins/prettyphoto/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
  cursor: pointer;
}
div.dark_square .pp_previous:hover {
  background: url(/plugins/prettyphoto/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}
div.light_square .pp_expand {
  background: url(/plugins/prettyphoto/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}
div.light_square .pp_expand:hover {
  background: url(/plugins/prettyphoto/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}
div.light_square .pp_contract {
  background: url(/plugins/prettyphoto/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
div.light_square .pp_contract:hover {
  background: url(/plugins/prettyphoto/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
div.light_square .pp_close {
  width: 75px;
  height: 22px;
  background: url(/plugins/prettyphoto/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}
div.light_square .pp_nav .pp_play {
  background: url(/plugins/prettyphoto/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.light_square .pp_nav .pp_pause {
  background: url(/plugins/prettyphoto/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.light_square .pp_arrow_previous {
  background: url(/plugins/prettyphoto/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;
}
div.light_square .pp_arrow_next {
  background: url(/plugins/prettyphoto/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;
}
div.light_square .pp_next:hover {
  background: url(/plugins/prettyphoto/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;
  cursor: pointer;
}
div.light_square .pp_previous:hover {
  background: url(/plugins/prettyphoto/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}
div.facebook .pp_top .pp_left {
  background: url(/plugins/prettyphoto/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;
}
div.facebook .pp_top .pp_middle {
  background: url(/plugins/prettyphoto/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;
}
div.facebook .pp_top .pp_right {
  background: url(/plugins/prettyphoto/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;
}
div.facebook .pp_content_container .pp_left {
  background: url(/plugins/prettyphoto/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;
}
div.facebook .pp_content_container .pp_right {
  background: url(/plugins/prettyphoto/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;
}
div.facebook .pp_expand {
  background: url(/plugins/prettyphoto/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}
div.facebook .pp_expand:hover {
  background: url(/plugins/prettyphoto/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}
div.facebook .pp_contract {
  background: url(/plugins/prettyphoto/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
div.facebook .pp_contract:hover {
  background: url(/plugins/prettyphoto/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
div.facebook .pp_close {
  width: 22px;
  height: 22px;
  background: url(/plugins/prettyphoto/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}
div.facebook .pp_description {
  margin: 0 37px 0 0;
}
div.facebook .pp_loaderIcon {
  background: url(/plugins/prettyphoto/images/prettyPhoto/facebook/loader.gif) center center no-repeat;
}
div.facebook .pp_arrow_previous {
  background: url(/plugins/prettyphoto/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}
div.facebook .pp_arrow_previous.disabled {
  background-position: 0 -96px;
  cursor: default;
}
div.facebook .pp_arrow_next {
  background: url(/plugins/prettyphoto/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}
div.facebook .pp_arrow_next.disabled {
  background-position: -32px -96px;
  cursor: default;
}
div.facebook .pp_nav {
  margin-top: 0;
}
div.facebook .pp_nav p {
  font-size: 15px;
  padding: 0 3px 0 4px;
}
div.facebook .pp_nav .pp_play {
  background: url(/plugins/prettyphoto/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
  height: 22px;
  width: 22px;
}
div.facebook .pp_nav .pp_pause {
  background: url(/plugins/prettyphoto/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
  height: 22px;
  width: 22px;
}
div.facebook .pp_next:hover {
  background: url(/plugins/prettyphoto/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
  cursor: pointer;
}
div.facebook .pp_previous:hover {
  background: url(/plugins/prettyphoto/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}
div.facebook .pp_bottom .pp_left {
  background: url(/plugins/prettyphoto/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;
}
div.facebook .pp_bottom .pp_middle {
  background: url(/plugins/prettyphoto/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;
}
div.facebook .pp_bottom .pp_right {
  background: url(/plugins/prettyphoto/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;
}
div.pp_pic_holder a:focus {
  outline: none;
}
div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500;
}
div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000;
}
.pp_content {
  height: 40px;
  min-width: 40px;
}
* html .pp_content {
  width: 40px;
}
.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}
.pp_content_container .pp_left {
  padding-left: 20px;
}
.pp_content_container .pp_right {
  padding-right: 20px;
}
.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px;
}
.pp_description {
  display: none;
  margin: 0;
}
.pp_social {
  float: left;
  margin: 0;
}
.pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden;
}
.pp_social .twitter {
  float: left;
}
.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0;
}
.pp_nav p {
  float: left;
  white-space: nowrap;
  margin: 2px 4px;
}
.pp_nav .pp_play,
.pp_nav .pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -10000px;
}
a.pp_arrow_previous,
a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px;
}
.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}
.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000;
}
.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative;
}
.pp_gallery ul {
  float: left;
  height: 35px;
  position: relative;
  white-space: nowrap;
  margin: 0 0 0 5px;
  padding: 0;
}
.pp_gallery ul a {
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden;
}
.pp_gallery ul a img {
  border: 0;
}
.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}
.pp_gallery li.default a {
  background: url(/plugins/prettyphoto/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
  display: block;
  height: 33px;
  width: 50px;
}
.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
  margin-top: 7px !important;
}
a.pp_next {
  background: url(/plugins/prettyphoto/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}
a.pp_previous {
  background: url(/plugins/prettyphoto/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}
a.pp_expand,
a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000;
}
a.pp_close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  line-height: 22px;
  text-indent: -10000px;
}
.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 24px;
  margin: -12px 0 0 -12px;
}
#pp_full_res {
  line-height: 1 !important;
}
#pp_full_res .pp_inline {
  text-align: left;
}
#pp_full_res .pp_inline p {
  margin: 0 0 15px;
}
div.ppt {
  color: #fff;
  display: none;
  font-size: 17px;
  z-index: 9999;
  margin: 0 0 5px 15px;
}
div.pp_default .pp_content,
div.light_rounded .pp_content {
  background-color: #ffffff;
}
div.pp_default #pp_full_res .pp_inline,
div.light_rounded .pp_content .ppt,
div.light_rounded #pp_full_res .pp_inline,
div.light_square .pp_content .ppt,
div.light_square #pp_full_res .pp_inline,
div.facebook .pp_content .ppt,
div.facebook #pp_full_res .pp_inline {
  color: #000000;
}
div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a,
.pp_gallery ul a:hover,
.pp_gallery li.selected a {
  border-color: #ffffff;
}
div.pp_default .pp_details,
div.light_rounded .pp_details,
div.dark_rounded .pp_details,
div.dark_square .pp_details,
div.light_square .pp_details,
div.facebook .pp_details {
  position: relative;
}
div.light_rounded .pp_top .pp_middle,
div.light_rounded .pp_content_container .pp_left,
div.light_rounded .pp_content_container .pp_right,
div.light_rounded .pp_bottom .pp_middle,
div.light_square .pp_left,
div.light_square .pp_middle,
div.light_square .pp_right,
div.light_square .pp_content,
div.facebook .pp_content {
  background: #ffffff;
}
div.light_rounded .pp_description,
div.light_square .pp_description {
  margin-right: 85px;
}
div.light_rounded .pp_gallery a.pp_arrow_previous,
div.light_rounded .pp_gallery a.pp_arrow_next,
div.dark_rounded .pp_gallery a.pp_arrow_previous,
div.dark_rounded .pp_gallery a.pp_arrow_next,
div.dark_square .pp_gallery a.pp_arrow_previous,
div.dark_square .pp_gallery a.pp_arrow_next,
div.light_square .pp_gallery a.pp_arrow_previous,
div.light_square .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important;
}
div.light_rounded .pp_arrow_previous.disabled,
div.dark_rounded .pp_arrow_previous.disabled,
div.dark_square .pp_arrow_previous.disabled,
div.light_square .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default;
}
div.light_rounded .pp_arrow_next.disabled,
div.dark_rounded .pp_arrow_next.disabled,
div.dark_square .pp_arrow_next.disabled,
div.light_square .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default;
}
div.light_rounded .pp_loaderIcon,
div.light_square .pp_loaderIcon {
  background: url(/plugins/prettyphoto/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;
}
div.dark_rounded .pp_top .pp_middle,
div.dark_rounded .pp_content,
div.dark_rounded .pp_bottom .pp_middle {
  background: url(/plugins/prettyphoto/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
}
div.dark_rounded .currentTextHolder,
div.dark_square .currentTextHolder {
  color: #c4c4c4;
}
div.dark_rounded #pp_full_res .pp_inline,
div.dark_square #pp_full_res .pp_inline {
  color: #ffffff;
}
.pp_top,
.pp_bottom {
  height: 20px;
  position: relative;
}
* html .pp_top,
* html .pp_bottom {
  padding: 0 20px;
}
.pp_top .pp_left,
.pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}
.pp_top .pp_middle,
.pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}
* html .pp_top .pp_middle,
* html .pp_bottom .pp_middle {
  left: 0;
  position: static;
}
.pp_top .pp_right,
.pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.pp_fade,
.pp_gallery li.default a img {
  display: none;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('/plugins/fancybox/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('/plugins/fancybox/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('/plugins/fancybox/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('/plugins/fancybox/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('/plugins/fancybox/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('/plugins/fancybox/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/)
 */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: 'PT Sans', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
/*h1 {
  font-size: 2em;
  margin: 0.67em 0;
}*/
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*legend {
  border: 0;
  padding: 0;
}*/
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3,
  table caption {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3,
  table caption {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  /*.label {
    border: 1px solid #000;
  }*/
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("/fontfaces/glyphicons/fonts/glyphicons-halflings-regular.eot");
  src: url("/fontfaces/glyphicons/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/fontfaces/glyphicons/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("/fontfaces/glyphicons/fonts/glyphicons-halflings-regular.woff") format("woff"), url("/fontfaces/glyphicons/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("/fontfaces/glyphicons/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  /*color: #337ab7;*/
  /*text-decoration: none;*/
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only,
form fieldset legend,
form.delete button span,
.customContentEdit .label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
table caption {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
/*h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}*/
/*h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}*/
/*h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}*/
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row,
.confirm-detail .detail,
#adddeposit-persons-fieldset-basket.basket-items,
#adddeposit-tenants-fieldset-basket.basket-items,
#adddeposit-persons-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-details,
#adddeposit-tenants-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-details,
#addproperty-additional-landlords-fieldset-basket.basket-items,
#addlandlordtoproperty-landlords-fieldset-basket.basket-items,
div.field.type-radio .input ol {
  margin-right: -15px;
  margin-left: -15px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
form.standard fieldset,
form.standard fieldset .legend,
form.standard fieldset .form-field-container,
form.standard .group-heading-container,
form fieldset div.type-date.has-calendar-widget .calendar-fields,
form#submit-evidence fieldset .legend,
.confirm-detail,
#adddeposit-persons-fieldset-basket.basket-items .tenant-basket-item-outer,
#adddeposit-tenants-fieldset-basket.basket-items .tenant-basket-item-outer,
#adddeposit-persons-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-icon,
#adddeposit-tenants-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-icon,
#adddeposit-persons-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-details,
#adddeposit-tenants-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-details,
#adddeposit-persons-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-details span.tenant-basket-title,
#adddeposit-tenants-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-details span.tenant-basket-title,
#adddeposit-persons-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-details span.name,
#adddeposit-tenants-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-details span.name,
#addproperty-additional-landlords-fieldset-basket.basket-items .tenant-basket-item-outer,
#addlandlordtoproperty-landlords-fieldset-basket.basket-items .tenant-basket-item-outer,
#addproperty-additional-landlords-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-icon,
#addlandlordtoproperty-landlords-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-icon,
#addproperty-additional-landlords-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-details,
#addlandlordtoproperty-landlords-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-details,
#addproperty-additional-landlords-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-details span.tenant-basket-title,
#addlandlordtoproperty-landlords-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-details span.tenant-basket-title,
#addproperty-additional-landlords-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-details span.name,
#addlandlordtoproperty-landlords-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-details span.name,
form.standard fieldset div.type-date .calendar-fields .custom-combobox,
form.standard fieldset div.type-date .calendar-fields select,
div.field.type-radio .input ol li,
div.field.type-radio .input ol li,
fieldset#transfer-multiple-fieldset,
fieldset#transfer-multiple-fieldset .legend,
fieldset#transfer-multiple-fieldset .form-field-container,
fieldset#transfer-multiple-fieldset div.type-date .calendar-fields .custom-combobox,
fieldset#transfer-multiple-fieldset div.type-date .calendar-fields select,
form.extended fieldset,
form.extended fieldset .legend,
form.extended fieldset .form-field-container,
form.extended fieldset div.type-date .calendar-fields .custom-combobox,
form.extended fieldset div.type-date .calendar-fields select,
#outcome-fieldset,
#outcome-fieldset .legend,
#outcome-fieldset .form-field-container,
#outcome-fieldset div.type-date .calendar-fields .custom-combobox,
#outcome-fieldset div.type-date .calendar-fields select,
#worldpay-tools,
#worldpay-tools .legend,
#worldpay-tools .form-field-container,
#worldpay-tools div.type-date .calendar-fields .custom-combobox,
#worldpay-tools div.type-date .calendar-fields select {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
form.standard fieldset,
form.standard .group-heading-container,
form fieldset div.type-date.has-calendar-widget .calendar-fields,
.confirm-detail,
#adddeposit-persons-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-icon,
#adddeposit-tenants-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-icon,
#adddeposit-persons-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-details,
#adddeposit-tenants-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-details,
#adddeposit-persons-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-details span.tenant-basket-title,
#adddeposit-tenants-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-details span.tenant-basket-title,
#adddeposit-persons-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-details span.name,
#adddeposit-tenants-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-details span.name,
#addproperty-additional-landlords-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-icon,
#addlandlordtoproperty-landlords-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-icon,
#addproperty-additional-landlords-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-details,
#addlandlordtoproperty-landlords-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-details,
#addproperty-additional-landlords-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-details span.tenant-basket-title,
#addlandlordtoproperty-landlords-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-details span.tenant-basket-title,
#addproperty-additional-landlords-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-details span.name,
#addlandlordtoproperty-landlords-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-details span.name,
div.field.type-radio .input ol li,
fieldset#transfer-multiple-fieldset,
form.extended fieldset,
#outcome-fieldset,
#worldpay-tools {
  float: left;
}
.col-xs-12,
form.standard fieldset,
form.standard .group-heading-container,
form fieldset div.type-date.has-calendar-widget .calendar-fields,
.confirm-detail,
#adddeposit-persons-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-details span.tenant-basket-title,
#adddeposit-tenants-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-details span.tenant-basket-title,
#adddeposit-persons-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-details span.name,
#adddeposit-tenants-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-details span.name,
#addproperty-additional-landlords-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-details span.tenant-basket-title,
#addlandlordtoproperty-landlords-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-details span.tenant-basket-title,
#addproperty-additional-landlords-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-details span.name,
#addlandlordtoproperty-landlords-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-details span.name,
div.field.type-radio .input ol li,
fieldset#transfer-multiple-fieldset,
form.extended fieldset,
#outcome-fieldset,
#worldpay-tools {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8,
#adddeposit-persons-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-details,
#adddeposit-tenants-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-details,
#addproperty-additional-landlords-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-details,
#addlandlordtoproperty-landlords-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-details {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4,
#adddeposit-persons-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-icon,
#adddeposit-tenants-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-icon,
#addproperty-additional-landlords-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-icon,
#addlandlordtoproperty-landlords-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-icon {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  #adddeposit-persons-fieldset-basket.basket-items .tenant-basket-item-outer,
  #adddeposit-tenants-fieldset-basket.basket-items .tenant-basket-item-outer,
  #addproperty-additional-landlords-fieldset-basket.basket-items .tenant-basket-item-outer,
  #addlandlordtoproperty-landlords-fieldset-basket.basket-items .tenant-basket-item-outer,
  form.standard fieldset div.type-date .calendar-fields .custom-combobox,
  form.standard fieldset div.type-date .calendar-fields select,
  div.field.type-radio .input ol li,
  fieldset#transfer-multiple-fieldset div.type-date .calendar-fields .custom-combobox,
  fieldset#transfer-multiple-fieldset div.type-date .calendar-fields select,
  form.extended fieldset div.type-date .calendar-fields .custom-combobox,
  form.extended fieldset div.type-date .calendar-fields select,
  #outcome-fieldset div.type-date .calendar-fields .custom-combobox,
  #outcome-fieldset div.type-date .calendar-fields select,
  #worldpay-tools div.type-date .calendar-fields .custom-combobox,
  #worldpay-tools div.type-date .calendar-fields select {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6,
  #addproperty-additional-landlords-fieldset-basket.basket-items .tenant-basket-item-outer,
  #addlandlordtoproperty-landlords-fieldset-basket.basket-items .tenant-basket-item-outer,
  div.field.type-radio .input ol li {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4,
  #adddeposit-persons-fieldset-basket.basket-items .tenant-basket-item-outer,
  #adddeposit-tenants-fieldset-basket.basket-items .tenant-basket-item-outer,
  form.standard fieldset div.type-date .calendar-fields .custom-combobox,
  form.standard fieldset div.type-date .calendar-fields select,
  fieldset#transfer-multiple-fieldset div.type-date .calendar-fields .custom-combobox,
  fieldset#transfer-multiple-fieldset div.type-date .calendar-fields select,
  form.extended fieldset div.type-date .calendar-fields .custom-combobox,
  form.extended fieldset div.type-date .calendar-fields select,
  #outcome-fieldset div.type-date .calendar-fields .custom-combobox,
  #outcome-fieldset div.type-date .calendar-fields select,
  #worldpay-tools div.type-date .calendar-fields .custom-combobox,
  #worldpay-tools div.type-date .calendar-fields select {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  form.standard fieldset .legend,
  form.standard fieldset .form-field-container,
  form#submit-evidence fieldset .legend,
  fieldset#transfer-multiple-fieldset .legend,
  fieldset#transfer-multiple-fieldset .form-field-container,
  form.extended fieldset .legend,
  form.extended fieldset .form-field-container,
  #outcome-fieldset .legend,
  #outcome-fieldset .form-field-container,
  #worldpay-tools .legend,
  #worldpay-tools .form-field-container {
    float: left;
  }
  .col-md-12,
  form#submit-evidence fieldset .legend {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8,
  form.standard fieldset .form-field-container,
  fieldset#transfer-multiple-fieldset .form-field-container,
  form.extended fieldset .form-field-container,
  #outcome-fieldset .form-field-container,
  #worldpay-tools .form-field-container {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4,
  form.standard fieldset .legend,
  fieldset#transfer-multiple-fieldset .legend,
  form.extended fieldset .legend,
  #outcome-fieldset .legend,
  #worldpay-tools .legend {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
/*legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}*/
/*label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}*/
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #cccccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: #ffffff;
}
/*.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}*/
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
a.list-group-item,
button.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #ffffff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #ffffff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #ffffff;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203a";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ffffff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
#adddeposit-persons-fieldset-basket.basket-items:after,
#adddeposit-tenants-fieldset-basket.basket-items:after,
#adddeposit-persons-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-details:after,
#adddeposit-tenants-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-details:after,
#addproperty-additional-landlords-fieldset-basket.basket-items:after,
#addlandlordtoproperty-landlords-fieldset-basket.basket-items:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after,
#adddeposit-persons-fieldset-basket.basket-items:after,
#adddeposit-tenants-fieldset-basket.basket-items:after,
#adddeposit-persons-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-details:after,
#adddeposit-tenants-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-details:after,
#addproperty-additional-landlords-fieldset-basket.basket-items:after,
#addlandlordtoproperty-landlords-fieldset-basket.basket-items:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.box-sizing,
#primary,
#secondary,
#nav1 h2,
form.standard fieldset div.type-text input,
ul.messages li,
#sitesearch-form,
#sitesearch-form fieldset .type-text .input input,
.tabs .tab-links li,
blockquote,
p.blockquote,
div.legal-text,
.module-news #popular_news ul li,
.deposits-lists h2,
form.standard fieldset div.type-textarea textarea,
fieldset#transfer-multiple-fieldset div.type-text input,
form fieldset div.type-select select,
form fieldset div.type-date select,
form fieldset div.type-month-year select,
form.extended fieldset div.type-text input,
#outcome-fieldset div.type-text input,
#worldpay-tools div.type-text input,
.module-support #primary #helpandsupport-form,
.module-support #primary #helpandsupport-form fieldset .type-text .input input,
fieldset#transfer-multiple-fieldset div.type-textarea textarea,
form.extended fieldset div.type-textarea textarea,
#outcome-fieldset div.type-textarea textarea,
#worldpay-tools div.type-textarea textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.layout:after,
#header > .inner:after,
#content:after,
#content #main:after,
#primary:after,
#secondary:after,
#secondary .panel.news:after,
#secondary .panel.news h2:after,
#partners:after,
#partners .partners:after,
#partners .authorised:after,
#partners .awards:after,
#nav1:after,
#nav1 h2:after,
#nav2:after,
#back-to-module-link:after,
#nav2 ul:after,
#back-to-module-link ul:after,
#secondary .panel#quick-links h2:after,
#secondary .panel#quick-links .content #nav3:after,
#secondary .panel#quick-links .content #nav3 ul:after,
#header-nav:after,
ul.social:after,
#crumbs:after,
nav#dashboard ol li a:after,
nav#dashboard ol li picture:after,
#footer-nav:after,
form.standard ol.tabs:after,
.pp_social:after,
form.extended:after,
form fieldset .details:after,
form fieldset .detail:after,
h2.standout:after,
.tabs .tab:after,
.basket-items .item:after,
#bktOtherTenants .item:after,
#bktOtherPersons .item:after,
#leadtenantitem .item:after,
.files:after,
.files .file_headings:after,
.files .file:after,
.panels:after,
.module-news #highlighted_news:after,
.module-news #latest_news:after,
.module-news #latest_news .item:after,
.module-news #popular_news:after,
.module-news #popular_news ul li:after,
.module-news #news-items:after,
.module-news #news-details:after,
.module-blog #blog-items:after,
.module-blog #blogger-items:after,
.module-blog #blog-details:after,
.module-blog #blog-details #tagged:after,
.module-blog #blog-details #comments:after,
.module-blog #blog-details #comments .item:after,
.table-wrapper .tablesaw-bar:after,
.tab-content .tablesaw-bar:after,
ul.tools:after,
#change-notice:after,
#footer:after,
nav#sub-dashboard ol li a:after,
nav#sub-dashboard ol li picture:after,
.panel h2:after,
.module-news #news-items .item:after,
.module-blog #headlines:after,
.module-blog #highlights:after,
.module-blog #blog-items .item:after,
.module-blog #blogger-items .item:after,
.module-blog #blog-details #comments-form:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('../../fontfaces/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../../fontfaces/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../fontfaces/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../../fontfaces/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../../fontfaces/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../../fontfaces/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa,
form.delete button:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin,
form.standard fieldset div.field.ajax-active .input .loading:before,
div.ui-dialog.ajax-active .loading:before,
fieldset#transfer-multiple-fieldset div.field.ajax-active .input .loading:before,
form.extended fieldset div.field.ajax-active .input .loading:before,
#outcome-fieldset div.field.ajax-active .input .loading:before,
#worldpay-tools div.field.ajax-active .input .loading:before {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only,
form fieldset legend,
form.delete button span,
.customContentEdit .label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
body {
  background: #fff;
  color: #151515;
  font-family: Arial, verdana, sans-serif;
  /*padding-right: 0 !important;*/
}
#page,
body.wysiwyg {
  font-size: 1em;
  line-height: 1.4em;
}
h1,
h2,
h3,
h4,
h5,
h6,
table caption {
  font-family: 'PT Sans', sans-serif;
  color: #12175e;
  /*font-weight: bold;*/
}
h1 {
  font-size: 1.923em;
  line-height: 1.080em;
}
.my-details-template h1,
.members-template h1,
.dashboard-template h1 {
  background: #12175e;
  color: #fff;
  padding: 0.5em 23px 0.5em 21px;
  margin-bottom: 0;
  font-weight: normal;
  font-size: 1.83em;
}
.process-template.members-template h1 {
  font-weight: normal;
}
h2,
table caption {
  font-size: 1.538em;
  line-height: 1.1em;
}
h3 {
  font-size: 1.231em;
  line-height: 1.125em;
}
h4 {
  font-size: 1.154em;
  line-height: 1.133em;
}
h5 {
  font-size: 1em;
  line-height: 1.154em;
}
h6 {
  font-size: 1em;
  font-weight: normal;
  line-height: 1.154em;
}
a {
  color: #00af85;
}
a:visited {
  color: #258e70;
}
a:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
a:active {
  color: #000;
}
button,
input[type="submit"],
input[type="reset"] {
  font-family: 'PT Sans', sans-serif;
}
table {
  margin: 1em 0;
  width: 100%;
}
table caption {
  text-align: left;
  margin-bottom: 0.5em;
}
table th.price,
table td.price,
table.standard td.price,
table.standard th.price {
  text-align: left;
}
ol {
  counter-reset: li;
  /* Initiate a counter */
}
ol > li {
  color: #666666;
  /*font-style: italic;*/
  position: relative;
  /* Create a positioning context */
  padding: 2px 1px;
  /* Add some spacing around the content */
  list-style: none;
  /* Disable the normal item numbering */
  line-height: 1.67em;
}
ol > li:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  content: counter(li) ".";
  /* Use the counter as content */
  counter-increment: li;
  /* Increment the counter by 1 */
  /* Position and style the number */
  position: absolute;
  top: -4px;
  left: -2em;
  width: 42px;
  /* Some space between the number and the content in browsers that support
			   generated content but not positioning it (Camino 2 is one example) */
  margin-right: 8px;
  padding: 4px;
  color: #00af85;
  text-align: center;
}
ol > li label {
  color: #000;
}
ol > li li:before {
  content: counter(li, lower-alpha) ".";
  /* Use the counter as content */
}
ol > li li li:before {
  content: counter(li, lower-roman) ".";
  /* Use the counter as content */
}
ul {
  list-style-image: url("data:image/gif;base64,R0lGODlhCQANAOMNACW2jNPw6Kji0W3OsuL18HzTulDEo1/Jq4vYwjO6lPD698Xr4Bexhf///////////yH5BAEAAA8ALAAAAAAJAA0AQAQp8Mk5CbuYhRcABhsljtOSYcujFNigkKIiIMIrJSfwmCeTHieDaGF7RAAAOw==");
}
ul li {
  color: #666666;
  font-style: italic;
  line-height: 1.67em;
}
button,
input,
optgroup,
select,
textarea {
  color: initial;
}
.innerPadding,
#header > .inner,
#content,
.home-template #main,
#partners,
#nav2 ul li a,
#back-to-module-link ul li a,
#footer {
  padding-left: 15px;
  padding-right: 15px;
}
#header > .inner .group {
  padding-left: 3.333em;
}
#header > .inner div.logged-in ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#header > .inner div.logged-in ul li {
  display: inline;
  font-style: normal;
}
#header #corp-logo {
  float: left;
}
.home-template .banners {
  margin-bottom: 20px;
}
.home-template .banners img {
  max-width: 100%;
}
#page > .container {
  max-width: 100%;
}
#content {
  padding-top: 1em;
}
#primary {
  margin-bottom: 1em;
  width: 100%;
}
#primary h1:first-child {
  margin-top: 0.433em;
}
#secondary {
  margin-bottom: 1em;
  width: 100%;
}
#secondary img {
  max-width: 100%;
}
#secondary .panel h2 {
  background: #ab115a;
  color: #fff;
  font-weight: normal;
  padding: 0.3em;
  border-color: #FFF;
  margin-bottom: 0;
}
#secondary .panel h2 span {
  display: inline;
  padding: 0;
}
#secondary .panel.theme1 h2 {
  background: #12175e;
}
#secondary .panel.theme1 ol.documents li,
#secondary .panel.theme1 ol.support li {
  border-color: #12175e;
}
#secondary .panel.theme2 h2 {
  background: #ab115a;
}
#secondary .panel.theme2 ol.documents li,
#secondary .panel.theme2 ol.support li {
  border-color: #ab115a;
}
#secondary .panel.theme3 h2 {
  background: #1bb2e9;
}
#secondary .panel.theme3 ol.documents li,
#secondary .panel.theme3 ol.support li {
  border-color: #1bb2e9;
}
#secondary .panel.theme4 h2 {
  background: #6d3880;
}
#secondary .panel.theme4 ol.documents li,
#secondary .panel.theme4 ol.support li {
  border-color: #6d3880;
}
#secondary .panel.theme5 h2 {
  background: #dc681d;
}
#secondary .panel.theme5 ol.documents li,
#secondary .panel.theme5 ol.support li {
  border-color: #dc681d;
}
#secondary .panel.theme6 h2 {
  background: #00af85;
}
#secondary .panel.theme6 ol.documents li,
#secondary .panel.theme6 ol.support li {
  border-color: #00af85;
}
#secondary .panel .content {
  padding: 0.7em;
}
#secondary .panel.news {
  margin: 1.45em 0;
}
#secondary .panel.news h2 {
  background: #FFF;
  margin: 0;
  padding: 0;
  border-bottom: 0;
}
#secondary .panel.news h2 span {
  display: block;
  padding: 0.3em 0.3em 0.1em 0.3em;
}
#secondary .panel.news ul {
  margin: 0;
  border: solid #00af85;
  border-width: 6px 1px 1px;
  padding: 1em 1em 1em 2em;
}
#secondary .panel.news ul li {
  font-style: normal;
  margin-bottom: 1em;
}
#secondary .panel.news ul li a {
  color: #12175e;
  text-decoration: none;
}
#secondary .panel.news ul li a:hover {
  text-decoration: underline;
}
#secondary .panel ol.documents,
#secondary .panel ol.support {
  padding: 0;
  margin: 0;
}
#secondary .panel ol.documents li,
#secondary .panel ol.support li {
  padding: 10px;
  border-top: 1px solid;
  list-style: none;
}
#secondary .panel ol.documents li:before,
#secondary .panel ol.support li:before {
  content: "";
}
#secondary .panel ol.documents li:first-child,
#secondary .panel ol.support li:first-child {
  border-top: 0;
}
#secondary .panel ol.documents li .title,
#secondary .panel ol.support li .title,
#secondary .panel ol.documents li .download,
#secondary .panel ol.support li .download {
  display: block;
}
.home-template #header {
  border-bottom: 0;
}
.home-template #header .inner {
  border-bottom: 0;
}
.home-template #content {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
#partners,
#footer {
  border-top: solid 6px #e2e2e2;
  margin: 1em 0;
}
#partners h2 {
  font-weight: normal;
  font-size: 1.333em;
}
#partners ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#partners ul li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}
#partners .authorised,
#partners .awards {
  float: left;
  margin-right: 1em;
}
#footer {
  font-size: 0.933em;
  padding-top: 1.786em;
}
#footer h2 {
  font-weight: normal;
  font-size: 1.333em;
}
#footer p {
  font-size: 0.786em;
}
#footer p a {
  color: #151515;
  text-decoration: none;
}
#footer address {
  font-size: 0.786em;
  font-style: normal;
}
#footer address span.address {
  display: block;
}
#footer address span.additional span {
  display: block;
  margin: 1em 0;
}
#footer address span.additional span.address-sep {
  display: none;
}
#footer #credits {
  clear: right;
}
#footer #credits em {
  background: url("data:image/gif;base64,R0lGODlhMQALANUiAMDTPC+Wu6bS4iCOt/v88uHw9Wq0z3m71NXifbXZ58jZVtHfcNnkij6dwObtsfD3+vL22Fusyvf55ZfK3erwvu7zy9Lo8cTWSbrc6eLqpNTp8U2lxc3cY8Th7IjD2N3nlxKHsrzQMP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAACIALAAAAAAxAAsAAAb/QJFwSCwaj8ikcRG6QIaKz7HCGR42BWugs1EiQ4pQVRiSLkNPUQdkECZAHg/I4jWWESEJ+UNgAEIhCxIcIQAcVRsgDyKJBXIDGxsYGwMgAQkCASCWE0NlECEMex9iHwwhCIQLHxQiAmyvbXIRHhNrDXECBnEelZ5SHAAEImUKAEOGhEWbmwkickNrHUcHINPEUg4hDtiA3oDKQxYgAw1wzyDR1kMCkebr2EIACt0AH/es4UIGcw8BA+jUXXsAApeHRNfKCDlVoRgaIniGiSgAIoKQVwLkXJMmZI0HIRr3CJHwpwypJsEykDK0gN81EQECTNgUiaOQAZA2aLrGZwgFIAQMhjlIxYEPgaEfKgh4OdGDhgQHDiRwlMXNlQ20HgQBADs=") no-repeat;
  display: inline-block;
  height: 11px;
  width: 49px;
  overflow: hidden;
  text-indent: -1000px;
  vertical-align: middle;
}
.errors-template .panel-container {
  width: 48%;
  float: right;
}
.errors-template .panel-container.first {
  float: left;
}
body.tds-login-template #page main#content {
  padding-top: 0px;
}
.module-manage-deposit-total main aside#secondary {
  margin-top: 20px;
}
body.two-columns.module-my-payment-details #content #main #primary,
body.two-columns.module-my-personal-details #content #main #primary {
  padding-left: 10em;
}
body.two-columns.module-my-payment-details #content #main #secondary,
body.two-columns.module-my-personal-details #content #main #secondary {
  right: 15em;
  width: 25em;
}
.module-my-payment-details .menu-button,
.module-my-personal-details .menu-button {
  height: 80px;
  border-radius: 5px;
  margin: 5px;
  color: white;
  font-weight: bold;
  text-align: left;
  padding: 20px;
}
ul.tools.inline-tools li,
ul.tools.in-line-tools li {
  padding-left: 5px;
}
ul.tools.inline-tools li:first-child,
ul.tools.in-line-tools li:first-child {
  padding-left: 0;
}
ul.tools.stacked-tools li {
  padding-top: 5px;
}
ul.tools.stacked-tools li:first-child {
  padding-top: 0;
}
#nav1 {
  font-family: 'PT Sans', sans-serif;
}
#nav1 h2 {
  display: none;
  float: left;
  padding: 0;
  margin: 0 0 1em 0;
}
#nav1 h2:hover {
  border-color: #ab115a;
}
#nav1 h2:hover a {
  color: #ab115a;
}
#nav1 h2:hover a span {
  background-color: #ab115a;
}
#nav1 h2 a {
  cursor: pointer;
  display: block;
  position: relative;
  text-indent: -1000px;
  height: 1em;
  width: 1.2em;
  overflow: hidden;
  /*&:before {
				content:@fa-var-bars;
				font-family: "FontAwesome", sans-serif;
				text-indent:0px;
				position: absolute;
				top: 0;
				left: 0;
				height:1.85em;
				width:1.85em;
			}*/
}
#nav1 h2 a span {
  display: block;
  background-color: #00af85;
  margin-top: 2px;
  height: 3px;
  width: 100%;
}
#nav1 h2 a span + span {
  margin-top: 5px;
}
#nav1 .inner {
  width: 100%;
}
#nav1 ul,
#nav2 ul,
#back-to-module-link ul {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0;
}
#nav1 ul li,
#nav2 ul li,
#back-to-module-link ul li {
  list-style: none;
  padding: 0;
  font-style: normal;
}
#nav1 ul li a,
#nav2 ul li a,
#back-to-module-link ul li a {
  display: block;
  color: #666666;
  text-decoration: none;
  border-bottom: solid 4px transparent;
  margin: 0 0 1em 0;
  text-transform: uppercase;
}
#nav1 ul li a:visited,
#nav2 ul li a:visited,
#back-to-module-link ul li a:visited {
  color: #666666;
}
#nav1 ul li a:hover,
#nav2 ul li a:hover,
#back-to-module-link ul li a:hover {
  border-color: #666666;
  color: #666666;
}
#nav1 ul li a:active,
#nav1 ul li.active a,
#nav2 ul li a:active,
#back-to-module-link ul li a:active,
#nav2 ul li.active a,
#back-to-module-link ul li.active a {
  border-color: transparent;
  color: #00af85;
}
#nav1 ul li ul {
  display: none;
}
#nav1 ul li.active ul {
  display: none;
}
#nav1 ul li.first,
#nav2 ul li.first,
#back-to-module-link ul li.first {
  margin-left: 0;
}
#nav1 ul li.hide-desktop {
  display: block;
  visibility: visible;
}
#nav2,
#back-to-module-link {
  font-family: 'PT Sans', sans-serif;
  width: 100%;
}
#nav2 ul li a,
#back-to-module-link ul li a {
  border-bottom-width: 3px;
  margin-bottom: 0;
}
#nav2 ul li.back a:before,
#back-to-module-link ul li.back a:before {
  content: "\f0a8";
  font-family: 'FontAwesome';
  margin-right: 0.5em;
}
body.my-details-template,
body.dashboard-template,
body.members-template {
  /*#back-to-module-link {
		li {
			a {
				&:hover {
					border-color: #FFF;
					color: @secondarycolour6;
					text-decoration: none;
				}
			}
		}
	}*/
}
body.my-details-template #nav2,
body.dashboard-template #nav2,
body.members-template #nav2,
body.my-details-template #back-to-module-link,
body.dashboard-template #back-to-module-link,
body.members-template #back-to-module-link {
  border-top: 0;
  border-bottom-color: #00af85;
}
body.my-details-template #nav2 li,
body.dashboard-template #nav2 li,
body.members-template #nav2 li,
body.my-details-template #back-to-module-link li,
body.dashboard-template #back-to-module-link li,
body.members-template #back-to-module-link li {
  line-height: 1.6em;
}
body.my-details-template #nav2 li a,
body.dashboard-template #nav2 li a,
body.members-template #nav2 li a,
body.my-details-template #back-to-module-link li a,
body.dashboard-template #back-to-module-link li a,
body.members-template #back-to-module-link li a {
  background: url(/themes/tdsni/gfx/sprite.png) no-repeat;
  background-position: 0 2px;
  color: #00af85;
  font-size: 1em;
  font-weight: bold;
  padding-left: 2em;
  margin-left: 0;
}
body.my-details-template #nav2 li#back-to-branch,
body.dashboard-template #nav2 li#back-to-branch,
body.members-template #nav2 li#back-to-branch,
body.my-details-template #back-to-module-link li#back-to-branch,
body.dashboard-template #back-to-module-link li#back-to-branch,
body.members-template #back-to-module-link li#back-to-branch {
  float: right;
}
#secondary .panel#quick-links h2 {
  border-color: #12175e;
  margin: 0;
  position: relative;
}
#secondary .panel#quick-links h2 span {
  background: #12175e;
  display: block;
  padding: 0.3em 0.3em 0 0.3em;
  position: absolute;
  left: 0;
  bottom: 0;
}
#secondary .panel#quick-links .heading img {
  display: block;
}
#secondary .panel#quick-links .content {
  padding: 0;
  border: 1px solid #12175e;
}
#secondary .panel#quick-links .content #nav3 {
  font-family: 'PT Sans', sans-serif;
  width: 100%;
}
#secondary .panel#quick-links .content #nav3 ul {
  list-style: none;
  margin: 0;
  padding: 0.8em 0;
}
#secondary .panel#quick-links .content #nav3 ul ul {
  padding: 0;
}
#secondary .panel#quick-links .content #nav3 ul li {
  font-style: normal;
}
#secondary .panel#quick-links .content #nav3 ul li a {
  text-decoration: none;
  display: block;
  padding: 0.2em 0.6em;
  color: #12175e;
}
#secondary .panel#quick-links .content #nav3 ul li a:hover {
  text-decoration: underline;
}
#secondary .panel#quick-links .content #nav3 ul li a:active {
  text-decoration: none;
  background-color: #00af85;
  color: #FFF;
}
#secondary .panel#quick-links .content #nav3 ul li.active > a {
  text-decoration: none;
  background-color: #00af85;
  color: #FFF;
}
#secondary .panel#quick-links .content #nav3 ul li.back a:before {
  content: "\f0a8";
  font-family: 'FontAwesome';
  margin-right: 0.5em;
}
#secondary .panel#quick-links .content #nav3 ul li li a {
  padding-left: 1.5em;
}
#secondary .panel#quick-links .content #nav3 ul li li li a {
  padding-left: 2.5em;
}
#header-nav {
  float: right;
}
#header-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#header-nav ul li {
  display: none;
  border-right: 1px solid #666666;
  font-style: normal;
  list-style: none;
  margin: 0 0.5em 0.5em 0;
  padding: 0 0.5em 0 0;
  float: left;
}
#header-nav ul li a {
  display: block;
  color: #666666;
  text-decoration: none;
}
#header-nav ul li a:visited {
  color: #666666;
}
#header-nav ul li a:hover {
  color: #ab115a;
}
#header-nav ul li a:active {
  color: #00af85;
}
#header-nav ul li.last {
  border: 0;
  margin-right: 0;
  padding-right: 0;
}
#header-nav ul li.login {
  display: block;
}
#header-nav ul li.login a:before {
  font-family: "FontAwesome", sans-serif;
  font-size: 1.5em;
  content: "\f023";
  margin-right: .3em;
}
ul.social {
  padding: 0;
  margin: 0 ;
}
ul.social li {
  border-right: 0;
  font-style: normal;
  list-style: none;
  float: left;
  margin-right: .5em;
}
ul.social li a {
  color: #666666;
  text-decoration: none;
}
ul.social li a:before {
  font-family: "FontAwesome", sans-serif;
}
ul.social li a span {
  display: none;
}
ul.social li.youtube.no-image a:before {
  content: "\f16a";
}
ul.social li.googleplus.no-image a:before {
  content: "\f0d5";
}
ul.social li.facebook.no-image a:before {
  content: "\f09a";
}
ul.social li.twitter.no-image a:before {
  content: "\f099";
}
ul.social li.linkedin.no-image a:before {
  content: "\f0e1";
}
#crumbs h2 {
  display: none;
}
#crumbs ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
#crumbs ol li {
  display: inline;
  color: #151515;
  font-style: normal;
}
#crumbs ol li a {
  color: #151515;
  text-decoration: none;
}
#crumbs ol li a:hover {
  color: #ab115a;
}
#crumbs ol li a:active {
  color: #00af85;
}
#crumbs ol li:before {
  content: "\f054";
  font-family: 'FontAwesome';
  padding: 0 0.3em;
  position: relative;
  top: 0;
  left: 0;
}
#crumbs ol li:first-child:before {
  content: "";
  padding: 0;
}
nav#dashboard ol,
nav#sub-dashboard ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav#dashboard ol li,
nav#sub-dashboard ol li {
  list-style: none;
  margin: 0 0 4.0625% 0;
  padding: 0;
}
nav#dashboard ol li:before,
nav#sub-dashboard ol li:before {
  content: "";
}
nav#dashboard ol li a,
nav#sub-dashboard ol li a {
  display: block;
}
nav#dashboard ol li picture,
nav#sub-dashboard ol li picture {
  display: block;
  float: left;
  width: 100%;
}
nav#dashboard ol li picture img,
nav#sub-dashboard ol li picture img {
  float: left;
  width: 100%;
}
nav#dashboard ol li.disabled span,
nav#sub-dashboard ol li.disabled span {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 2em;
  line-height: 1.1;
  color: #087A59;
  font-weight: bold;
  font-style: normal;
  background-color: #CEE4DE;
  top: 20%;
  z-index: 2;
}
#footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer-nav ul li {
  font-style: normal;
}
#footer-nav ul li a {
  color: #151515;
  text-decoration: none;
}
#footer-nav ul li a:hover {
  color: #ab115a;
}
#footer-nav ul li a:active {
  color: #00af85;
}
#my-details-nav .details-titlebox:after {
  content: "\f007";
  font-family: "FontAwesome", sans-serif;
  font-size: 30px;
  top: 25px;
  position: relative;
  left: 28%;
  border: 2px solid white;
  padding: 11px 15px;
  border-radius: 97px;
}
#my-details-nav a.menu-button-a-wrap {
  text-decoration: none;
}
#my-details-nav .menu-button.button-action {
  margin-top: 0;
}
#my-details-nav .menu-button.button-action:hover {
  background-color: #12175e;
}
#my-details-nav ul.n4-mydetails {
  list-style: none;
  padding: 0px 5px 0px 5px;
}
#my-details-nav ul.n4-mydetails a {
  text-decoration: none;
}
#my-details-nav ul.n4-mydetails a:first-child li {
  border-top: 1px solid #e2e2e2;
}
#my-details-nav ul.n4-mydetails a li {
  border-style: solid;
  border-width: 0px 1px 1px 1px;
  border-color: #e2e2e2;
  text-align: left;
  padding: 12px 0px 12px 20px;
  position: relative;
}
#my-details-nav ul.n4-mydetails a li span {
  margin-left: 35px;
  font-style: normal;
  font-weight: 600;
  color: #11175e;
}
#my-details-nav ul.n4-mydetails a li span:before {
  font-family: "FontAwesome", sans-serif;
  position: absolute;
  font-size: 20px;
  left: 25px;
}
#my-details-nav ul.n4-mydetails a li:hover {
  background: #e2e2e2;
  border-bottom: 1px solid #00af85;
}
#my-details-nav ul.n4-mydetails a li.active {
  background: #e2e2e2;
  border-bottom: 3px solid #00af85;
}
#my-details-nav ul.n4-mydetails a li.active:hover {
  background: #e2e2e2;
  border-bottom: 3px solid #00af85;
}
#my-details-nav ul.n4-mydetails a.username li span:before {
  content: "\f007";
  color: #00af85;
}
#my-details-nav ul.n4-mydetails a.password li span:before {
  content: "\f13e";
  color: #00af85;
}
#my-details-nav ul.n4-mydetails a.contact-details li span:before {
  content: "\f2bb";
  color: #00af85;
}
#my-details-nav ul.n4-mydetails a.payment-details li span:before {
  content: "\f19c";
  color: #00af85;
}
#my-details-nav ul.n4-mydetails a.repayment-details li span:before {
  content: "\f19c";
  color: #00af85;
}
#my-details-nav ul.n4-mydetails a.newsletter-subscription li span:before {
  content: "\f1ea";
  color: #00af85;
}
#my-details-nav ul.n4-mydetails a.marketing-preferences li span:before {
  content: "\f0a1";
  color: #00af85;
}
#my-details-nav ul.n4-mydetails a.private-rented-sector li span:before {
  content: "\f015";
  color: #00af85;
}
#my-details-nav ul.n4-mydetails a.data-sharing li span:before {
  content: "\f064";
  color: #00af85;
}
#my-details-nav ul.n4-mydetails a.cookie-settings li span:before {
  content: "\f013";
  color: #00af85;
}
#my-details-nav ul.n4-mydetails a.api-details li span:before {
  content: "\f121";
  color: #00af85;
}
#my-details-nav ul.n4-mydetails a.logout li span {
  color: white;
  background: #00af85;
}
#my-details-nav ul.n4-mydetails a.logout li span:before {
  content: "\f08b";
  color: white;
}
#my-details-nav ul.n4-mydetails a.logout li:hover {
  color: white;
  background: #00af85;
}
#my-details-nav ul.n4-mydetails li {
  border: 1px solid grey;
  text-align: left;
  padding: 12px 0px 12px 20px;
}
#my-details-nav ul.n4-mydetails li a {
  text-decoration: none;
  font-style: initial;
  font-weight: 600;
  color: #11175e;
  margin-left: 35px;
}
#my-details-nav ul.n4-mydetails li.logout {
  color: white;
  background: #00af85;
}
nav#back-to-module-link {
  border-top: 0;
  padding-bottom: 7px;
  padding-top: 10px;
  border-bottom: 1px solid #00af85;
}
nav#back-to-module-link ul {
  display: block;
  padding-left: 22px;
  padding-right: 23px;
}
nav#back-to-module-link ul li {
  line-height: 1.6em;
}
nav#back-to-module-link ul li a {
  color: #00af85;
}
nav#back-to-module-link ul li a:visited {
  color: #00af85;
}
nav#back-to-module-link ul li a:hover {
  border-color: transparent;
  background-color: transparent;
}
a.my-details-mobile .header-details-titlebox:after {
  content: "\f007";
  font-family: "FontAwesome", sans-serif;
  font-size: 30px;
  top: 0px;
  border: 2px solid #00af85;
  padding: 2px 7px;
  border-radius: 97px;
  color: #00af85;
}
a.my-details-mobile:hover .header-details-titlebox:after {
  color: #ab115a;
  border: 2px solid #ab115a;
}
form.standard fieldset,
fieldset#transfer-multiple-fieldset,
form.extended fieldset,
#outcome-fieldset,
#worldpay-tools {
  border: 0;
}
form.standard fieldset ul.tools li button[type="submit"],
form.standard fieldset ul.tools li button[type="reset"],
fieldset#transfer-multiple-fieldset ul.tools li button[type="submit"],
fieldset#transfer-multiple-fieldset ul.tools li button[type="reset"],
form.extended fieldset ul.tools li button[type="submit"],
form.extended fieldset ul.tools li button[type="reset"],
form.standard fieldset ul.tools li form.standard button[type="submit"],
form.standard fieldset ul.tools li form.standard button[type="reset"],
#outcome-fieldset ul.tools li button[type="submit"],
#outcome-fieldset ul.tools li button[type="reset"],
#worldpay-tools ul.tools li button[type="submit"],
#worldpay-tools ul.tools li button[type="reset"] {
  margin: 0em;
}
form.standard fieldset.bordered-options div.field.type-radio div.input ol li,
fieldset#transfer-multiple-fieldset.bordered-options div.field.type-radio div.input ol li,
form.extended fieldset.bordered-options div.field.type-radio div.input ol li,
#outcome-fieldset.bordered-options div.field.type-radio div.input ol li,
#worldpay-tools.bordered-options div.field.type-radio div.input ol li {
  border-bottom: dashed 1px #00af85;
  padding-top: 1em;
  padding-bottom: 1em;
  width: 100%;
}
form.standard fieldset.bordered-options div.field.type-radio div.input ol li:first-child,
fieldset#transfer-multiple-fieldset.bordered-options div.field.type-radio div.input ol li:first-child,
form.extended fieldset.bordered-options div.field.type-radio div.input ol li:first-child,
#outcome-fieldset.bordered-options div.field.type-radio div.input ol li:first-child,
#worldpay-tools.bordered-options div.field.type-radio div.input ol li:first-child {
  padding-top: 0;
}
form.standard fieldset.bordered-options div.field.type-radio div.input ol li:last-child,
fieldset#transfer-multiple-fieldset.bordered-options div.field.type-radio div.input ol li:last-child,
form.extended fieldset.bordered-options div.field.type-radio div.input ol li:last-child,
#outcome-fieldset.bordered-options div.field.type-radio div.input ol li:last-child,
#worldpay-tools.bordered-options div.field.type-radio div.input ol li:last-child {
  border-bottom: 0;
}
form.standard fieldset div.field,
fieldset#transfer-multiple-fieldset div.field,
form.extended fieldset div.field,
#outcome-fieldset div.field,
#worldpay-tools div.field {
  position: relative;
}
form.standard fieldset div.field div.input,
fieldset#transfer-multiple-fieldset div.field div.input,
form.extended fieldset div.field div.input,
#outcome-fieldset div.field div.input,
#worldpay-tools div.field div.input {
  position: relative;
}
form.standard fieldset div.field div.input input[type=number],
fieldset#transfer-multiple-fieldset div.field div.input input[type=number],
form.extended fieldset div.field div.input input[type=number],
#outcome-fieldset div.field div.input input[type=number],
#worldpay-tools div.field div.input input[type=number] {
  -moz-appearance: textfield;
}
form.standard fieldset div.field div.input input[type=number]::-webkit-inner-spin-button,
form.standard fieldset div.field div.input input[type=number]::-webkit-outer-spin-button,
fieldset#transfer-multiple-fieldset div.field div.input input[type=number]::-webkit-inner-spin-button,
fieldset#transfer-multiple-fieldset div.field div.input input[type=number]::-webkit-outer-spin-button,
form.extended fieldset div.field div.input input[type=number]::-webkit-inner-spin-button,
form.extended fieldset div.field div.input input[type=number]::-webkit-outer-spin-button,
#outcome-fieldset div.field div.input input[type=number]::-webkit-inner-spin-button,
#outcome-fieldset div.field div.input input[type=number]::-webkit-outer-spin-button,
#worldpay-tools div.field div.input input[type=number]::-webkit-inner-spin-button,
#worldpay-tools div.field div.input input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
form.standard fieldset div.field ul.tools,
fieldset#transfer-multiple-fieldset div.field ul.tools,
form.extended fieldset div.field ul.tools,
#outcome-fieldset div.field ul.tools,
#worldpay-tools div.field ul.tools {
  margin-top: 1em;
  position: relative;
  z-index: 1;
}
form.standard fieldset div.field.ajax-active .input,
fieldset#transfer-multiple-fieldset div.field.ajax-active .input,
form.extended fieldset div.field.ajax-active .input,
#outcome-fieldset div.field.ajax-active .input,
#worldpay-tools div.field.ajax-active .input {
  position: relative;
}
form.standard fieldset div.field.ajax-active .input .loading:before,
fieldset#transfer-multiple-fieldset div.field.ajax-active .input .loading:before,
form.extended fieldset div.field.ajax-active .input .loading:before,
#outcome-fieldset div.field.ajax-active .input .loading:before,
#worldpay-tools div.field.ajax-active .input .loading:before {
  content: "\f110";
  display: block;
  position: absolute;
  right: -20px;
  top: 4px;
  font-size: 1.231em;
}
form.standard fieldset div.field.js-error.ajax-active .input .loading:before,
fieldset#transfer-multiple-fieldset div.field.js-error.ajax-active .input .loading:before,
form.extended fieldset div.field.js-error.ajax-active .input .loading:before,
#outcome-fieldset div.field.js-error.ajax-active .input .loading:before,
#worldpay-tools div.field.js-error.ajax-active .input .loading:before {
  right: -40px;
}
form.standard fieldset div.field.js-hint.ajax-active .input .loading:before,
fieldset#transfer-multiple-fieldset div.field.js-hint.ajax-active .input .loading:before,
form.extended fieldset div.field.js-hint.ajax-active .input .loading:before,
#outcome-fieldset div.field.js-hint.ajax-active .input .loading:before,
#worldpay-tools div.field.js-hint.ajax-active .input .loading:before {
  right: -40px;
}
form.standard fieldset div.field.input-correct,
fieldset#transfer-multiple-fieldset div.field.input-correct,
form.extended fieldset div.field.input-correct,
#outcome-fieldset div.field.input-correct,
#worldpay-tools div.field.input-correct {
  position: relative;
}
form.standard fieldset div.field.input-correct:before,
fieldset#transfer-multiple-fieldset div.field.input-correct:before,
form.extended fieldset div.field.input-correct:before,
#outcome-fieldset div.field.input-correct:before,
#worldpay-tools div.field.input-correct:before {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAATJJREFUeNpi/P//PwMy0FmelACkQNieARUcBOIFVyLnLUAWZIQZANSoAKQ2ALE+A35wEYgDgAY9gBsA1XwBiPkZiAMfgdgAZAgTVGADCZoZoGo3gF2gvSwR5N/5hHTwsnExmIlpMOx9cg5ZOJEJGmAENS9wLmeYaJvD4CxjhCyVwIQltLFqVheQZbj54THDqVc3kKXtmUjRnLC3k+Hzr28oapiQFa/1bGQIULImWjMIsMAYoAACKW4xT2bgZeUCGmRDUDMIMIsFGzoCaYX7n54zSPOIMGgIyjHYSOoyiHDwE9QMSp0gL8CTZvWJuQwb7x8Fs4nQDAILYCnxAnISjlV3ZdgANIiA5ovAlGgAC8QAaPIEg8U3dxPS/BGqBxIL0IxhAM0oDERkJgOUzERJdgYIMACZuYui0ab07QAAAABJRU5ErkJggg==") no-repeat;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  right: 40px;
  top: 4px;
  width: 16px;
  z-index: 20;
}
form.standard fieldset div.field.input-correct.ajax-active .input .loading:before,
fieldset#transfer-multiple-fieldset div.field.input-correct.ajax-active .input .loading:before,
form.extended fieldset div.field.input-correct.ajax-active .input .loading:before,
#outcome-fieldset div.field.input-correct.ajax-active .input .loading:before,
#worldpay-tools div.field.input-correct.ajax-active .input .loading:before {
  right: -40px;
}
form.standard fieldset div.field.js-error.js-hint .input,
form.standard fieldset div.field.input-correct.js-hint .input,
fieldset#transfer-multiple-fieldset div.field.js-error.js-hint .input,
fieldset#transfer-multiple-fieldset div.field.input-correct.js-hint .input,
form.extended fieldset div.field.js-error.js-hint .input,
form.extended fieldset div.field.input-correct.js-hint .input,
#outcome-fieldset div.field.js-error.js-hint .input,
#outcome-fieldset div.field.input-correct.js-hint .input,
#worldpay-tools div.field.js-error.js-hint .input,
#worldpay-tools div.field.input-correct.js-hint .input {
  position: relative;
}
form.standard fieldset div.field.js-error.js-hint .input .hint-handle,
form.standard fieldset div.field.input-correct.js-hint .input .hint-handle,
fieldset#transfer-multiple-fieldset div.field.js-error.js-hint .input .hint-handle,
fieldset#transfer-multiple-fieldset div.field.input-correct.js-hint .input .hint-handle,
form.extended fieldset div.field.js-error.js-hint .input .hint-handle,
form.extended fieldset div.field.input-correct.js-hint .input .hint-handle,
#outcome-fieldset div.field.js-error.js-hint .input .hint-handle,
#outcome-fieldset div.field.input-correct.js-hint .input .hint-handle,
#worldpay-tools div.field.js-error.js-hint .input .hint-handle,
#worldpay-tools div.field.input-correct.js-hint .input .hint-handle {
  /*right: -20px;*/
}
form.standard fieldset div.field.js-error.js-hint.ajax-active .input .loading:before,
form.standard fieldset div.field.input-correct.js-hint.ajax-active .input .loading:before,
fieldset#transfer-multiple-fieldset div.field.js-error.js-hint.ajax-active .input .loading:before,
fieldset#transfer-multiple-fieldset div.field.input-correct.js-hint.ajax-active .input .loading:before,
form.extended fieldset div.field.js-error.js-hint.ajax-active .input .loading:before,
form.extended fieldset div.field.input-correct.js-hint.ajax-active .input .loading:before,
#outcome-fieldset div.field.js-error.js-hint.ajax-active .input .loading:before,
#outcome-fieldset div.field.input-correct.js-hint.ajax-active .input .loading:before,
#worldpay-tools div.field.js-error.js-hint.ajax-active .input .loading:before,
#worldpay-tools div.field.input-correct.js-hint.ajax-active .input .loading:before {
  right: -60px;
}
form.standard fieldset div.field.required-true .label,
form.standard fieldset div.field.appear-required .label,
fieldset#transfer-multiple-fieldset div.field.required-true .label,
fieldset#transfer-multiple-fieldset div.field.appear-required .label,
form.extended fieldset div.field.required-true .label,
form.extended fieldset div.field.appear-required .label,
#outcome-fieldset div.field.required-true .label,
#outcome-fieldset div.field.appear-required .label,
#worldpay-tools div.field.required-true .label,
#worldpay-tools div.field.appear-required .label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
form.standard fieldset div.field.required-true .label label em,
form.standard fieldset div.field.appear-required .label label em,
fieldset#transfer-multiple-fieldset div.field.required-true .label label em,
fieldset#transfer-multiple-fieldset div.field.appear-required .label label em,
form.extended fieldset div.field.required-true .label label em,
form.extended fieldset div.field.appear-required .label label em,
#outcome-fieldset div.field.required-true .label label em,
#outcome-fieldset div.field.appear-required .label label em,
#worldpay-tools div.field.required-true .label label em,
#worldpay-tools div.field.appear-required .label label em {
  display: inline-block;
  margin-left: 0.2em;
  font-size: 1.2em;
  color: #e9394d;
  font-weight: bold;
}
form.standard fieldset div.field.required-true .input,
form.standard fieldset div.field.appear-required .input,
fieldset#transfer-multiple-fieldset div.field.required-true .input,
fieldset#transfer-multiple-fieldset div.field.appear-required .input,
form.extended fieldset div.field.required-true .input,
form.extended fieldset div.field.appear-required .input,
#outcome-fieldset div.field.required-true .input,
#outcome-fieldset div.field.appear-required .input,
#worldpay-tools div.field.required-true .input,
#worldpay-tools div.field.appear-required .input {
  position: relative;
}
form.standard fieldset div.type-text input,
form.standard fieldset div.type-textarea textarea,
fieldset#transfer-multiple-fieldset div.type-text input,
form fieldset div.type-select select,
form fieldset div.type-date select,
form fieldset div.type-month-year select,
form.extended fieldset div.type-text input,
#outcome-fieldset div.type-text input,
#worldpay-tools div.type-text input,
fieldset#transfer-multiple-fieldset div.type-textarea textarea,
form.extended fieldset div.type-textarea textarea,
#outcome-fieldset div.type-textarea textarea,
#worldpay-tools div.type-textarea textarea {
  border: 1px solid #bdbec1;
  background: #f3f4f4;
  padding: 3px 8px;
  width: 100%;
  color: #151515;
}
form.standard fieldset div.type-text input:focus,
form.standard fieldset div.type-textarea textarea:focus,
fieldset#transfer-multiple-fieldset div.type-text input:focus,
form fieldset div.type-select select:focus,
form fieldset div.type-date select:focus,
form fieldset div.type-month-year select:focus,
form.extended fieldset div.type-text input:focus,
#outcome-fieldset div.type-text input:focus,
#worldpay-tools div.type-text input:focus,
fieldset#transfer-multiple-fieldset div.type-textarea textarea:focus,
form.extended fieldset div.type-textarea textarea:focus,
#outcome-fieldset div.type-textarea textarea:focus,
#worldpay-tools div.type-textarea textarea:focus {
  border-color: #12175e;
  background: #fff;
}
form.standard fieldset div.type-radio .input ol,
form.standard fieldset div.type-radio .input ul,
fieldset#transfer-multiple-fieldset div.type-radio .input ol,
fieldset#transfer-multiple-fieldset div.type-radio .input ul,
form.extended fieldset div.type-radio .input ol,
form.extended fieldset div.type-radio .input ul,
#outcome-fieldset div.type-radio .input ol,
#outcome-fieldset div.type-radio .input ul,
#worldpay-tools div.type-radio .input ol,
#worldpay-tools div.type-radio .input ul {
  list-style: none;
  padding: 0;
}
form.standard fieldset div.type-radio .input ol li:before,
form.standard fieldset div.type-radio .input ul li:before,
fieldset#transfer-multiple-fieldset div.type-radio .input ol li:before,
fieldset#transfer-multiple-fieldset div.type-radio .input ul li:before,
form.extended fieldset div.type-radio .input ol li:before,
form.extended fieldset div.type-radio .input ul li:before,
#outcome-fieldset div.type-radio .input ol li:before,
#outcome-fieldset div.type-radio .input ul li:before,
#worldpay-tools div.type-radio .input ol li:before,
#worldpay-tools div.type-radio .input ul li:before {
  content: "";
}
form.standard fieldset div.type-radio .input ol li input,
form.standard fieldset div.type-radio .input ul li input,
fieldset#transfer-multiple-fieldset div.type-radio .input ol li input,
fieldset#transfer-multiple-fieldset div.type-radio .input ul li input,
form.extended fieldset div.type-radio .input ol li input,
form.extended fieldset div.type-radio .input ul li input,
#outcome-fieldset div.type-radio .input ol li input,
#outcome-fieldset div.type-radio .input ul li input,
#worldpay-tools div.type-radio .input ol li input,
#worldpay-tools div.type-radio .input ul li input {
  margin-right: 0.3em;
}
form.standard fieldset.submit legend,
fieldset#transfer-multiple-fieldset.submit legend,
form.extended fieldset.submit legend,
#outcome-fieldset.submit legend,
#worldpay-tools.submit legend {
  display: none;
}
form.standard fieldset#addproperty-reg-fieldset,
form.standard fieldset#updateproperty-reg-fieldset,
fieldset#transfer-multiple-fieldset#addproperty-reg-fieldset,
fieldset#transfer-multiple-fieldset#updateproperty-reg-fieldset,
form.extended fieldset#addproperty-reg-fieldset,
form.extended fieldset#updateproperty-reg-fieldset,
#outcome-fieldset#addproperty-reg-fieldset,
#outcome-fieldset#updateproperty-reg-fieldset,
#worldpay-tools#addproperty-reg-fieldset,
#worldpay-tools#updateproperty-reg-fieldset {
  margin-bottom: 0;
}
form.standard fieldset#addproperty-reg-2-fieldset,
form.standard fieldset#updateproperty-reg-2-fieldset,
fieldset#transfer-multiple-fieldset#addproperty-reg-2-fieldset,
fieldset#transfer-multiple-fieldset#updateproperty-reg-2-fieldset,
form.extended fieldset#addproperty-reg-2-fieldset,
form.extended fieldset#updateproperty-reg-2-fieldset,
#outcome-fieldset#addproperty-reg-2-fieldset,
#outcome-fieldset#updateproperty-reg-2-fieldset,
#worldpay-tools#addproperty-reg-2-fieldset,
#worldpay-tools#updateproperty-reg-2-fieldset {
  margin-top: 0;
}
form.standard fieldset#addproperty-reg-2-fieldset legend,
form.standard fieldset#updateproperty-reg-2-fieldset legend,
fieldset#transfer-multiple-fieldset#addproperty-reg-2-fieldset legend,
fieldset#transfer-multiple-fieldset#updateproperty-reg-2-fieldset legend,
form.extended fieldset#addproperty-reg-2-fieldset legend,
form.extended fieldset#updateproperty-reg-2-fieldset legend,
#outcome-fieldset#addproperty-reg-2-fieldset legend,
#outcome-fieldset#updateproperty-reg-2-fieldset legend,
#worldpay-tools#addproperty-reg-2-fieldset legend,
#worldpay-tools#updateproperty-reg-2-fieldset legend {
  display: none;
  visibility: hidden;
}
form.standard.data {
  max-width: 100%;
}
form.standard.data fieldset {
  width: 100%;
  margin: 0;
}
form.standard.data fieldset legend {
  display: none;
}
form.standard.data fieldset.submit {
  margin: 0 0 1em 0;
}
form.standard.data fieldset.submit p.submit {
  margin: 0;
}
form.standard.data table div.field {
  padding-left: 0!important;
  margin-top: 0!important;
}
form.standard.data table div.field div.label {
  display: none!important;
}
form.edit fieldset.submit {
  padding-right: 0;
}
form.standard.data-table {
  max-width: 100%;
}
form.standard.data-table fieldset legend {
  display: none;
}
form.standard.data-table fieldset.submit {
  padding-right: 0;
}
form.filter {
  clear: none;
}
form.filter button[type="submit"] {
  margin: 0;
}
form.filter fieldset div.field {
  margin-bottom: 0;
}
form.filter fieldset div.type-select select {
  padding-left: 0;
}
form.filter fieldset div.type-date select {
  padding-left: 0;
}
form.filter fieldset div.type-textarea textarea {
  padding-left: 0;
}
form.filter.archive fieldset legend {
  display: none;
  visibility: hidden;
}
form.filter.archive fieldset .field .label {
  display: none;
  visibility: hidden;
}
form.filter.archive fieldset .submit {
  padding-top: 0;
}
ul.messages {
  list-style: none;
  padding: 0;
  margin: 0 0 1em;
}
ul.messages h2 {
  color: #FFF;
  margin-top: 0;
}
ul.messages li {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 0.923em;
  font-style: normal;
  margin: 0 0 1em 7px;
  padding: 1em;
  position: relative;
}
ul.messages li:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -14px;
  top: 10px;
}
ul.messages li:after {
  content: "\f057";
  cursor: pointer;
  font-family: "FontAwesome";
  position: absolute;
  right: 0.25em;
  top: 0.05em;
}
ul.messages li p:last-child {
  margin-bottom: 0;
}
ul.messages li.displayed {
  cursor: pointer;
  float: left;
  width: auto;
  -moz-box-shadow: 0px 0px 0px 0px transparent;
  -webkit-box-shadow: 0px 0px 0px 0px transparent;
  box-shadow: 0px 0px 0px 0px transparent;
  padding: 0;
}
ul.messages li.displayed h2 {
  background: transparent;
  font-size: 1em;
  font-weight: normal;
  margin: 0;
  padding: 0.2em 0.5em;
  float: left;
}
ul.messages li.displayed h2:before {
  font-family: "FontAwesome";
  content: "\f06e";
  margin-right: 0.5em;
}
ul.messages li.displayed:before,
ul.messages li.displayed p {
  display: none;
}
ul.messages li.displayed:after {
  content: '';
  display: none;
}
ul.messages.info li {
  background: #397abe;
}
ul.messages.info li:before {
  border: #397abe 7px solid;
  border-color: transparent #397abe transparent transparent;
}
ul.messages.error li {
  background: #e9394d;
}
ul.messages.error li:before {
  border: #e9394d 7px solid;
  border-color: transparent #e9394d transparent transparent;
}
ul.messages.warning li {
  background: #de8626;
}
ul.messages.warning li:before {
  border: #de8626 7px solid;
  border-color: transparent #de8626 transparent transparent;
}
ul.messages.success li {
  background: #2bb372;
}
ul.messages.success li:before {
  border: #2bb372 7px solid;
  border-color: transparent #2bb372 transparent transparent;
}
td.select-all > ul.messages.error li:not(.displayed) {
  width: 800%;
  text-align: left;
}
td.select-all > ul.messages.error li:not(.displayed) h2,
td.select-all > ul.messages.error li:not(.displayed) p {
  display: inline-block;
  margin: 0px 15px 0px 0px;
}
form.multistep ul.tools {
  float: none;
}
form.multistep fieldset#request-tenant-proposal-fieldset ul.tools,
form.multistep fieldset#respond-tenant-payment-fieldset ul.tools {
  float: right;
}
form.multistep .field.fieldname-property_id ul.tools li,
form.multistep .field.fieldname-non_member_landlord_id ul.tools li {
  float: right;
}
form#edit-payment-details {
  margin: 0 0 -28px;
}
form#edit-payment-details fieldset {
  margin: 0;
}
form#update-repayment-request #outcome-of-proposal-breakdown-fieldset .field,
form#repayment-response #response-breakdown-fieldset .field {
  margin: 0;
  padding-left: 0;
}
form#update-repayment-request #outcome-of-proposal-breakdown-fieldset .field .label,
form#repayment-response #response-breakdown-fieldset .field .label {
  display: none;
  visibility: hidden;
}
form#complete-evidence-submission {
  width: 100%;
  max-width: 100%;
}
form#complete-evidence-submission fieldset {
  width: inherit;
  padding: 0;
}
form#adddeposit #property-details ul.tools,
form#adddeposit #adddeposit-non_member_landlord_id-details ul.tools {
  margin-top: 1em;
}
form#adddeposit #property-details ul.tools li,
form#adddeposit #adddeposit-non_member_landlord_id-details ul.tools li {
  margin: 0;
}
form#adddeposit .fieldname-company_name {
  display: none;
}
form.standard fieldset div.field div.error.form-bubble.warning,
fieldset#transfer-multiple-fieldset div.field div.error.form-bubble.warning,
form.extended fieldset div.field div.error.form-bubble.warning,
#outcome-fieldset div.field div.error.form-bubble.warning,
#worldpay-tools div.field div.error.form-bubble.warning {
  background: #de8626;
}
form.standard fieldset div.field div.error.form-bubble.warning:before,
fieldset#transfer-multiple-fieldset div.field div.error.form-bubble.warning:before,
form.extended fieldset div.field div.error.form-bubble.warning:before,
#outcome-fieldset div.field div.error.form-bubble.warning:before,
#worldpay-tools div.field div.error.form-bubble.warning:before {
  border-color: transparent #de8626 transparent transparent;
}
form.standard fieldset div.field.js-error .input .error-handle.warning,
fieldset#transfer-multiple-fieldset div.field.js-error .input .error-handle.warning,
form.extended fieldset div.field.js-error .input .error-handle.warning,
#outcome-fieldset div.field.js-error .input .error-handle.warning,
#worldpay-tools div.field.js-error .input .error-handle.warning {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAMBJREFUeNqkkzEOgkAURN/fRaKWWFpIZekBPJSViZ7AE3gnEys7raxs7dQEgf22SGAXdLpN9s+fyZ+R625ODYofUn1EPQbr/wTAtA3bPGG2PpFuzl6iyLfKDEZBOSYg/Yi6zGfHeM26cgEShxQ0wvEAZYiI2PGkPwGmQN0bVaV83fsTqHWIjRERfrIA4IocVf2DIHsGFXhzcNsvO+WgcYXNE6arA+n2guStlxSvBRuHkyiVNnYt01cro4aa9qrzZwDbFzWLLl6/nQAAAABJRU5ErkJggg==);
}
form#bulkupload input#bulkupload-file {
  width: 100%;
}
.ui-dialog-content fieldset#transfer-multiple-fieldset {
  margin: 0;
  padding: 0;
}
.ui-dialog-content fieldset#transfer-multiple-fieldset legend {
  display: none;
  visibility: hidden;
}
.ui-dialog-content fieldset#transfer-multiple-fieldset div.field {
  padding-left: 13em;
}
.ui-dialog-content fieldset#transfer-multiple-fieldset div.field div.label {
  width: 12em;
  margin-left: -13em;
}
div.nodata {
  width: 100%;
  overflow: hidden;
}
#transfer.transfer-multiple-confirm table tr th.dan {
  width: 20%;
}
#transfer.transfer-multiple-confirm table tr th.address {
  width: 60%;
}
#transfer.transfer-multiple-confirm table tr th.deposit-held {
  text-align: right;
}
#transfer.transfer-multiple-confirm table tr th.deposit-held button {
  text-align: right;
  padding-right: 2em;
}
a.button.disabled,
button.disabled {
  background: #888 !important;
  opacity: 0.6;
  cursor: default;
}
.no-js #reporting_reports th.remove,
.no-js #reporting_reports td.remove {
  display: none;
}
#reporting_reports th {
  font-weight: bold;
  font-size: 1em;
}
#reporting_reports th.title,
#reporting_reports td.title {
  width: 80%;
}
#reporting_reports th.download,
#reporting_reports td.download {
  width: 20%;
}
#reporting_reports form.standard {
  margin: 0;
}
#reporting_reports form.standard fieldset,
#reporting_reports fieldset#transfer-multiple-fieldset,
#reporting_reports form.extended fieldset,
#reporting_reports #outcome-fieldset,
#reporting_reports #worldpay-tools {
  margin: 0;
  padding: 0;
}
#reporting_reports form.standard fieldset.submit,
#reporting_reports fieldset#transfer-multiple-fieldset.submit,
#reporting_reports form.extended fieldset.submit,
#reporting_reports #outcome-fieldset.submit,
#reporting_reports #worldpay-tools.submit {
  text-align: left;
}
#reporting_reports form.standard fieldset input[type="submit"],
#reporting_reports fieldset#transfer-multiple-fieldset input[type="submit"],
#reporting_reports form.extended fieldset input[type="submit"],
#reporting_reports #outcome-fieldset input[type="submit"],
#reporting_reports #worldpay-tools input[type="submit"] {
  margin: 0;
}
form#repayment-response input#respond-response-noandnoADR + span {
  font-weight: bold;
}
form#login-form {
  margin: 0px;
  max-width: 90%;
  font-size: 1.2em;
  width: 100%;
}
form#login-form input#login-form-password,
form#login-form input#login-form-username {
  padding: 1em 2%;
  width: 100%;
  border: none;
  font-weight: normal;
}
form#login-form th {
  width: 35%;
}
form#login-form td {
  padding: 0px;
  border: 1px solid #bdbec1;
}
form#login-form .submit button {
  padding: 0.5em 2.2em 0.5em 2em;
  font-size: 18px;
}
form#login-form + .reminder li {
  color: #11175e;
  font-weight: bold;
}
form#login-form + .reminder li a {
  color: #11175e;
}
form#login-form .label {
  margin-top: 5px;
  font-size: 1.1em;
}
form#login-form table,
form#login-form fieldset {
  margin-bottom: 0px;
  margin-top: 0px;
}
form#login-form table legend,
form#login-form fieldset legend {
  display: block;
  float: none;
  width: 100%;
  margin: 0 0 15px 0;
  max-width: 100%;
  font-size: 1.7em;
}
form#login-form table legend .error.form-bubble-error,
form#login-form fieldset legend .error.form-bubble-error {
  display: none;
}
form#login-form fieldset.submit legend {
  display: none;
}
ul.reminder.payment-links.login-form-reminder li {
  font-weight: bold;
  font-size: 1.18em;
  font-family: 'PT Sans', sans-serif;
  color: #12175e;
}
ul.reminder.payment-links.login-form-reminder li a {
  color: #12175e;
}
#forgotten-form {
  max-width: 100%;
}
#forgotten-form .submit button span {
  padding: 0.5em 0.2em 0.5em 0em;
  font-size: 18px;
}
#forgotten-form input#forgotten-username {
  padding: 1em 2%;
  width: 96%;
  font-weight: bold;
  border: none;
}
#forgotten-form .label {
  margin-top: 5px;
  font-size: 1.2em;
}
#forgotten-form td {
  padding: 0px;
}
#forgotten-form button {
  position: relative;
  padding: 0.6em 2em 0.6em 2.9em;
}
#forgotten-form button:before {
  content: "\f0a9";
  font-family: 'FontAwesome';
  position: absolute;
  top: 13px;
  left: 20px;
}
#forgotten-form table,
#forgotten-form fieldset {
  margin-bottom: 0px;
  padding: 0px 15px;
}
#forgotten-form table.submit,
#forgotten-form fieldset.submit {
  text-align: center;
  padding-right: 0;
}
#forgotten-form table.captcha,
#forgotten-form fieldset.captcha {
  padding: 0;
}
#forgotten-form table.captcha .field,
#forgotten-form fieldset.captcha .field,
#forgotten-form table.captcha legend,
#forgotten-form fieldset.captcha legend {
  display: none;
}
#forgotten-form .g-recaptcha > div {
  margin-right: auto;
  margin-left: auto;
}
.g-recaptcha iframe {
  box-shadow: 0 0 10px transparent;
}
#newsoptin,
#marketingoptin,
#prsoptin {
  width: auto;
  margin-left: 10px;
}
input:disabled,
select:disabled {
  background-color: #f6f6f6 !important;
  opacity: 1;
}
.files {
  position: relative;
  margin-top: 70px;
}
.files .files-header {
  position: absolute;
  top: -65px;
  background: #e2e2e2;
  border: 1px solid #bdbec1;
  color: #151515;
  width: 100%;
  left: 0px;
  border-radius: 8px;
  min-height: 2em;
}
.files .files-header .click-here-link {
  text-align: center;
  padding-left: 10px;
  margin-top: 15px;
}
.files .files-header .click-here-link b {
  text-decoration: underline;
}
#js-adddeposit-other-tenants-mobile,
#adddeposit-mobile {
  width: 79.5%;
}
#addtenant-mobile,
#edittenant-mobile {
  width: 82.9%;
}
#adddeposit-countrycode {
  font-family: 'PT Sans', sans-serif;
  border-radius: 5px;
  padding: 10px 10px;
  font-size: 1.4em;
  background: #fff;
  border: 1px solid #bdbec1;
  width: 100%;
  color: #12175e;
  box-shadow: -2px 2px 8px transparent;
  line-height: 1em;
  font-weight: normal;
}
#increase-deposit-total > #updatedeposittotal {
  margin-right: auto;
  margin-left: auto;
}
#increase-deposit-total > #updatedeposittotal div.field.type-number {
  padding: 0;
}
#increase-deposit-total > #updatedeposittotal div.field.type-number .label {
  float: left;
  display: inline-block;
  width: 9em;
  margin-left: 9em;
}
#increase-deposit-total > #updatedeposittotal div.field.type-number .input {
  float: none;
  width: 25%;
  display: inline-block;
}
form#updaterenttotal .fieldname-rent_toggle div.input,
form#updatedeposittotal .fieldname-rent_toggle div.input,
form#updatechangeover .fieldname-rent_toggle div.input {
  text-align: right;
}
form#updaterenttotal .fieldname-rent_toggle div.input input,
form#updatedeposittotal .fieldname-rent_toggle div.input input,
form#updatechangeover .fieldname-rent_toggle div.input input {
  margin-left: 5px;
}
form#updaterenttotal .fieldname-rent_toggle div.input input:first-of-type,
form#updatedeposittotal .fieldname-rent_toggle div.input input:first-of-type,
form#updatechangeover .fieldname-rent_toggle div.input input:first-of-type {
  margin-right: 25px;
}
form#updaterenttotal .fieldname-rent_toggle div.input span,
form#updatedeposittotal .fieldname-rent_toggle div.input span,
form#updatechangeover .fieldname-rent_toggle div.input span {
  margin-right: 5px;
}
form#updaterenttotal,
form#updatedeposittotal {
  max-width: 100%;
}
div.input.autocomplete .search-icon {
  font-size: 35px;
  color: #1caf84;
}
div.input.autocomplete .search-icon:before {
  content: "\f002";
  font-family: 'FontAwesome';
  position: relative;
}
.add-icon {
  font-size: 35px;
  color: #1caf84;
}
.add-icon:before {
  content: "\f067";
  font-family: 'FontAwesome';
  position: relative;
}
button.button.go-back {
  border-radius: 5px;
  background-color: #12175e;
  padding: 0.8em 2.5em;
  margin-bottom: 15px;
}
/* TDS style form step counter */
.steps-holder {
  margin-bottom: 50px;
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
}
.steps-holder .step-container {
  min-height: 80px;
  position: relative;
}
.steps-holder .step-circle.img-circle {
  height: 65px;
  width: 65px;
  background-color: white;
  border: 1px solid #00af85;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
}
.steps-holder .completed-step .step-circle.img-circle,
.steps-holder .current-step .step-circle.img-circle {
  background-color: #00af85;
}
.steps-holder .completed-step .step-number,
.steps-holder .current-step .step-number {
  color: white;
}
.steps-holder span.step-name {
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 0.9em;
  color: #00af85;
}
.steps-holder span.step-number {
  position: absolute;
  top: 37%;
  left: 0;
  right: 0;
  margin: 0;
  text-align: center;
  z-index: 20;
  vertical-align: middle;
  font-size: 2em;
  color: #00af85;
}
.steps-holder .first-step-circle .step-circle.img-circle,
.steps-holder .last-step-circle .step-circle.img-circle {
  background-color: #e2e2e2;
  height: 10px;
  width: 10px;
  border: 1px solid #e2e2e2;
}
.steps-holder span.step-line {
  position: absolute;
  background: #e2e2e2;
  height: 2px;
  width: 500%;
  top: 49%;
}
.steps-holder .first-step-circle span.step-line {
  left: 50%;
}
.steps-holder .last-step-circle span.step-line {
  right: 50%;
}
.steps-holder .completed-step span.step-number:after {
  content: "\F00C";
  font-family: "FontAwesome";
  color: white;
  font-weight: normal;
}
/* standard layout */
form.standard {
  padding: 0;
  max-width: 100%;
}
form.standard fieldset,
fieldset#transfer-multiple-fieldset,
form.extended fieldset,
#outcome-fieldset,
#worldpay-tools {
  padding: 0;
}
/* standard style */
form {
  line-height: 1.5em;
}
form a {
  color: #12175e;
}
form div.group h2 {
  display: none;
}
form p {
  font-size: 1.22em;
}
form p.group-heading {
  font-size: 2em;
  color: #12175e;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1em;
}
form div.group-heading-container {
  margin-bottom: 35px;
}
form p.group-description {
  color: #12175e;
}
form fieldset {
  color: #12175e;
  font-family: 'PT Sans', sans-serif;
  max-width: 100%;
  position: relative;
  font-size: 1em;
  margin-bottom: 3em;
}
form fieldset .legend {
  font-size: 1.43em;
  font-weight: bold;
  color: #00af85;
}
form fieldset .legend .legend-text {
  line-height: 1em;
}
form fieldset .form-field-container a {
  text-decoration: underline;
}
form fieldset div.fieldset-info-handle {
  color: #6d3880;
  display: block;
  margin-top: 10px;
  font-size: 0.63em;
  position: relative;
  font-weight: bold;
  cursor: pointer;
}
form fieldset div.fieldset-info-handle:before {
  content: "";
  background-image: url(/themes/shared/gfx/icons/InformationIcon_Purple_RGB.png);
  min-height: 15px;
  min-width: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  top: 3px;
}
form fieldset div.fieldset-form-bubble {
  font-size: 0.63em;
  display: none;
  position: absolute;
  z-index: 99;
  padding: 10px;
  background: #f6f6f6;
  color: #12175e;
  max-width: 85%;
  margin-top: 10px;
  font-weight: normal;
  border: 2px solid #6d3880;
  border-radius: 3px;
}
form fieldset > .field {
  margin-top: 0;
}
form fieldset div.field {
  margin-bottom: 25px;
}
form fieldset div.field div.label {
  margin-left: 0;
  width: 100%;
  margin-bottom: 8px;
  display: block;
}
form fieldset div.field div.label label {
  color: #12175e;
  font-size: 1.2em;
}
form fieldset div.field div.label {
  font-weight: normal;
}
form fieldset div.field div.label span.field-optional {
  font-size: 0.8em;
  color: grey;
  vertical-align: top;
}
form fieldset div.field div.input {
  width: 100%;
  margin-left: 0;
  padding-left: 0;
  font-family: 'PT Sans', sans-serif;
}
form fieldset div.field div.input textarea,
form fieldset div.field div.input select,
form fieldset div.field div.input input {
  font-family: 'PT Sans', sans-serif;
  border-radius: 5px;
  padding: 10px 10px;
  font-size: 1.4em;
  background: #fff;
  border: 1px solid #bdbec1;
  width: 100%;
  color: #12175e;
  box-shadow: -2px 2px 8px transparent;
  line-height: 1em;
  font-weight: normal;
}
form fieldset div.field div.input textarea:focus,
form fieldset div.field div.input select:focus,
form fieldset div.field div.input input:focus {
  outline: none;
  border-color: #00af85;
  box-shadow: -2px 2px 8px rgba(37, 142, 112, 0.24);
}
form fieldset div.field div.input input.postcode-anywhere-autocomplete-input,
form fieldset div.field div.input input.custom-combobox-input,
form fieldset div.field div.input input[type=number],
form fieldset div.field div.input input[type=text],
form fieldset div.field div.input input[type=tel],
form fieldset div.field div.input input[type=email] {
  height: 47px;
}
form fieldset div.field div.input div.error.form-bubble-error {
  color: #e9394d;
  float: left;
  background: transparent;
  text-align: left;
  font-weight: normal;
}
form fieldset div.field div.input div.hint {
  display: none;
}
form fieldset div.field div.input span.hint-handle {
  display: none;
}
form fieldset div.field div.input span.hint-handle:after {
  color: #6d3880;
  content: '\f05a';
  position: absolute;
  top: 15px;
  right: 10px;
  font-family: "FontAwesome";
  font-size: 1.7em;
  display: none;
}
form fieldset div.field div.input .number-input-wrapper {
  border-radius: 5px;
  padding: 0px 10px 0px 10px;
  background: #fff;
  border: 1px solid #bdbec1;
  width: 100%;
  color: #12175e;
  box-shadow: -2px 2px 8px transparent;
  line-height: 1em;
  position: relative;
}
form fieldset div.field div.input .number-input-wrapper.focus-within {
  outline: none;
  border-color: #00af85;
  box-shadow: -2px 2px 8px rgba(37, 142, 112, 0.24);
}
form fieldset div.field div.input .number-input-wrapper.disabled-within {
  pointer-events: none;
  background: #f6f6f6;
}
form fieldset div.field div.input .number-input-wrapper.disabled-within input {
  pointer-events: none;
  background: #f6f6f6;
}
form fieldset div.field div.input .number-input-wrapper.currency-symbol {
  padding: 0px 15px 0px 30px;
}
form fieldset div.field div.input .number-input-wrapper.currency-symbol:before {
  top: 17px;
  left: 15px;
  font-size: 1.5em;
  content: '\00a3';
  position: absolute;
  font-weight: normal;
}
form fieldset div.field div.input .number-input-wrapper input {
  padding: 0;
  border: none;
  box-shadow: none;
}
form fieldset div.field div.input .number-input-wrapper input:focus {
  outline: none;
  border-color: none;
  box-shadow: none;
}
form fieldset div.type-select select,
form fieldset div.type-date select,
form fieldset div.type-month-year select {
  padding: 3px 5px;
}
form fieldset div.type-month-year {
  position: relative;
}
form fieldset div.type-month-year select {
  float: left;
}
form fieldset div.type-month-year select.month {
  margin-right: 1.70261%;
  width: 77%;
}
form fieldset div.type-month-year select.year {
  width: 21.26901%;
}
form fieldset div.type-date {
  position: relative;
}
form fieldset div.type-date select {
  float: left;
}
form fieldset div.type-date select.day {
  margin-right: 1.70261%;
  width: 20.36663%;
}
form fieldset div.type-date select.month {
  margin-right: 1.70261%;
  width: 53.95914%;
}
form fieldset div.type-date select.year {
  width: 21.26901%;
}
form fieldset div.type-date.has-calendar-widget .calendar-fields {
  position: relative;
  padding-right: 5em;
}
form fieldset div.type-date .calendar-icon {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0.769em;
}
form fieldset div.type-date .calendar-icon input {
  position: relative;
  z-index: 1000;
}
form fieldset div.type-date .calendar-icon button {
  position: absolute;
  right: 15px;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
  height: 47px;
  width: 47px;
}
form fieldset div.type-date .calendar-icon button span {
  display: none;
}
form fieldset div.type-date .calendar-icon button:before {
  border: #12175e 1px solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #12175e;
  content: "\f073";
  color: #FFF;
  display: block;
  font-family: "FontAwesome";
  font-size: 3em;
  padding: 12px 3px 3px 3px;
  margin-right: 0;
  height: 100%;
}
form fieldset .tertiary-fields,
form fieldset .secondary-fields {
  padding: 0;
}
form fieldset.submit {
  font-size: 1.2em;
}
form fieldset.submit legend {
  display: none;
}
form.standard fieldset table,
fieldset#transfer-multiple-fieldset table,
form.extended fieldset table,
#outcome-fieldset table,
#worldpay-tools table {
  font-family: Arial, verdana, sans-serif;
  color: black;
}
form.standard fieldset ul.tools a,
fieldset#transfer-multiple-fieldset ul.tools a,
form.extended fieldset ul.tools a,
#outcome-fieldset ul.tools a,
#worldpay-tools ul.tools a {
  text-decoration: none;
}
/* Menu for add deposit summary screen */
form.standard.stacked-xs {
  margin-left: 0;
}
form.standard.stacked-xs fieldset {
  margin-bottom: 15px;
}
form.standard.stacked-xs fieldset button.cancel,
form.standard.stacked-xs fieldset button.save-exit,
form.standard.stacked-xs fieldset button.save-pay {
  margin-bottom: 10px;
  width: 100%;
  padding: 10px;
}
form.standard.stacked-xs fieldset button.save-pay {
  background: #12175e;
}
form.standard.stacked-xs fieldset button.save-exit.cancel {
  background: #b81621;
}
/* the form steps when in multistep  */
form.standard ol.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}
form.standard ol.tabs li {
  float: left;
  list-style: none;
  margin: 0 0 0 15px;
  padding: 0;
  height: 25px;
  font-style: normal;
}
form.standard ol.tabs li:before {
  content: "\f105";
  font-family: 'FontAwesome';
}
form.standard ol.tabs li:first-child {
  margin: 0;
}
form.standard ol.tabs li:first-child:before {
  content: '';
}
form.standard ol.tabs li.active {
  font-weight: bold;
}
form.standard ol.tabs li.has-errors {
  position: relative;
  padding-left: 20px;
}
form.standard ol.tabs li.has-errors:after {
  content: "";
  right: auto;
  left: 0;
}
form#addlandlordtoproperty {
  max-width: 100%;
}
form#addlandlordtoproperty fieldset div.field {
  padding-right: 20px;
}
form#addlandlordtoproperty fieldset button.add {
  margin-right: 20px;
}
form#addlandlordtoproperty fieldset.basket-container .basket-items {
  top: 0;
}
form#addlandlordtoproperty fieldset.submit {
  padding-right: 30%;
}
form#addlandlordtoproperty fieldset.submit button.submit {
  margin-right: 20px;
}
.pp_social {
  width: 100%;
}
.pp_social button {
  float: right;
  margin-left: 1em;
}
form.extended {
  width: 100%;
}
form.extended fieldset.submit {
  text-align: left;
}
form.extended fieldset.submit button[type="submit"]:before {
  content: "\f187";
}
form.edit,
form.confirm {
  float: right;
  margin-left: 0.3em;
}
#addlandlordtoproperty .confirm-detail {
  margin-bottom: 1em;
}
div.clear-before_relevant {
  width: 100%;
  height: 1px;
  clear: both;
}
form#payment-selection,
form.payment-process {
  width: 100%;
  max-width: 100%;
}
form#payment-selection fieldset,
form.payment-process fieldset {
  width: 100%;
  padding-right: 0;
}
#list-adddeposit-local_authority_reg_details li,
#list-addbranch-localauthorityregistered li {
  display: block;
  margin: 0.3em 0;
}
ul.option-list {
  list-style: none;
  margin: 1em 0;
  padding: 0;
}
ul.option-list li {
  list-style: none;
  margin: 0.5em 0;
  padding: 0;
  font-style: normal;
}
ul.option-list li input {
  margin: 0 1em 0 0;
}
span.nodata,
td.nodata {
  font-style: italic;
}
#set-password fieldset legend,
#set-email fieldset legend {
  margin-bottom: 0;
}
ul.tools li button,
ul.tools li form.standard button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  white-space: nowrap;
}
ul.tools li button span,
ul.tools li form.standard button span {
  display: inline-block;
  /*white-space: nowrap;*/
}
ul.tools li form.standard {
  margin: 0;
  padding: 0;
}
ul.tools li form.standard fieldset,
ul.tools li fieldset#transfer-multiple-fieldset,
ul.tools li form.extended fieldset,
ul.tools li #outcome-fieldset,
ul.tools li #worldpay-tools {
  margin: 0;
  padding: 0;
}
ul.tools li form.standard button {
  margin: 0;
}
ul.tools li fieldset {
  margin: 0;
  padding: 0;
}
ul.tools li ul.tools {
  margin-bottom: 0;
}
ul.tools li ul.tools li {
  margin-bottom: 0;
}
ul.tools.inline {
  margin-bottom: -43px;
}
/* Tenancy Outcome */
#outcome-fieldset div.field.type-radio.fieldname-tenancy_options ol li {
  display: block;
  margin: 0 0 0.5em 0;
}
#tenancy-outcome-forms {
  border-top: solid 2px #12175e;
}
#worldpay-tools.submit {
  padding-right: 0;
}
/* Add Deposit Standard DAN CHECK THIS */
.module-manage-deposits #addPropertyFormHolder {
  display: none;
}
/* Add property standard */
form#addproperty .secondaryfields-addproperty-fieldset {
  display: none;
}
/* Member Registration form */
form#registermember.standard .field.fieldname-payment_option,
form#registermember.standard .fieldname-ca_is_same_as_org,
form#registermember.standard .fieldname-person_is_same_as_org,
form#registermember.standard fieldset#registermember-product-fieldset,
form#registermember.standard fieldset#registermember-protections-fieldset,
form#registermember.standard fieldset#registermember-approved-bodies-fieldset,
form#registermember.standard fieldset#registermember-billing-address-fieldset,
form#registermember.standard .secondaryfields-registermember-billing-address-fieldset,
form#registermember.standard .field.fieldname-protection_insurer_name,
form#registermember.standard .field.fieldname-protection_amount,
form#registermember.standard .field.fieldname-indemnity_insurer_name,
form#registermember.standard .field.fieldname-indemnity_amount,
form#registermember.standard .membership-no.field,
form#registermember.standard fieldset#registermember-organisation-address-fieldset,
form#registermember.standard fieldset#registermember-head-office-details-fieldset,
form#registermember.standard fieldset#registermember-multiple-landlords-fieldset,
form#registermember.standard fieldset#registermember-deposits-held-fieldset {
  display: none;
}
form#registermember.standard div.group h2 {
  display: none;
}
form#registermember.standard div.group fieldset#registermember-correspondance-fieldset .field,
form#registermember.standard div.group fieldset#registermember-address-fieldset .field {
  /*display: none;*/
}
form#registermember.standard div.group fieldset#registermember-correspondance-fieldset .pca-autocomplete-holder .field,
form#registermember.standard div.group fieldset#registermember-address-fieldset .pca-autocomplete-holder .field {
  display: block;
}
form#registermember.standard div.group fieldset#registermember-correspondance-fieldset div.fieldname-correspondence_telephone {
  display: block;
}
form#registermember.standard div.group #pca-autocomplete-holder-billing {
  padding: 0;
}
form#registermember.standard div.group .fieldname-billing_honorific_other,
form#registermember.standard div.group #pca-autocomplete-holder-billing,
form#registermember.standard div.group .secondaryfields-registermember-payment-fieldset,
form#registermember.standard div.group .tertiaryfields-registermember-payment-fieldset,
form#registermember.standard div.group .secondaryfields-registermember-organisation-address-fieldset,
form#registermember.standard div.group .secondaryfields-registermember-correspondance-fieldset {
  display: none;
}
form#registermember.standard div.group fieldset label#label-registermember-is_organisation {
  display: none;
}
form#registermember.standard div.group div.field.type-radio.fieldname-member_newsletter,
form#registermember.standard div.group div.field.type-radio.fieldname-marketing_agreement,
form#registermember.standard div.group div.field.type-radio.fieldname-is_organisation,
form#registermember.standard div.group div.field.type-radio.fieldname-product_type,
form#registermember.standard div.group div.field.type-radio.fieldname-user_type {
  position: absolute;
  top: -12px;
  right: 0;
  display: none;
}
form#registermember.standard div.group .fieldname-g_number {
  display: none;
}
form#registermember.standard div.group .fieldname-why_choose_to_join_us_other,
form#registermember.standard div.group .fieldname-how_hear_other,
form#registermember.standard div.group .secondaryfields-registermember-user-details-fieldset {
  display: none;
}
form#registermember.standard div.group #multilandlord-info {
  display: inline-block;
}
form#registermember.standard fieldset.captcha .legend {
  visibility: hidden;
}
form#registermember.standard fieldset.captcha .form-field-container p.field {
  display: none;
}
form#repayment-request.standard #repayment-info-container,
form#repayment-request.standard #request-tenant-proposal-fieldset,
form#repayment-request.standard #request-agent-or-landlord-proposal-fieldset {
  display: none;
}
form#repayment-request.standard #declaration-message-holder article#primary {
  padding: 0;
}
form#repayment-request.standard #declaration-message-holder hr {
  border: 1;
}
form#repayment-response.standard td.original_amount {
  width: 40%;
}
#sitesearch-form,
.module-support #primary #helpandsupport-form {
  float: right;
  width: 100%;
}
#sitesearch-form fieldset,
.module-support #primary #helpandsupport-form fieldset {
  background: #12175e;
  border: 0;
  font-size: 18px;
  margin: 0 0 1em 0;
  padding: 0 5em 0 2em;
}
#sitesearch-form fieldset legend,
.module-support #primary #helpandsupport-form fieldset legend {
  display: none;
}
#sitesearch-form fieldset .type-text,
.module-support #primary #helpandsupport-form fieldset .type-text {
  float: left;
  width: 100%;
}
#sitesearch-form fieldset .type-text label,
.module-support #primary #helpandsupport-form fieldset .type-text label {
  color: #FFF;
  display: block;
  float: left;
  text-indent: -1000px;
  overflow: hidden;
  margin-left: -2em;
  position: relative;
  width: 2em;
  height: 2em;
}
#sitesearch-form fieldset .type-text label:before,
.module-support #primary #helpandsupport-form fieldset .type-text label:before {
  content: "\f002";
  font-family: 'FontAwesome';
  position: absolute;
  text-indent: 0;
  top: 0;
  left: 0;
  padding: 0.4em 0.75em;
}
#sitesearch-form fieldset .type-text .input,
.module-support #primary #helpandsupport-form fieldset .type-text .input {
  float: left;
  height: 2em;
  width: 100%;
}
#sitesearch-form fieldset .type-text .input input,
.module-support #primary #helpandsupport-form fieldset .type-text .input input {
  background: none;
  border: 0;
  color: #FFF;
  float: left;
  height: 2em;
  line-height: 2em;
  padding: 0 0 0 0.3em;
  width: 100%;
}
#sitesearch-form fieldset .type-text .input input::-webkit-input-placeholder,
.module-support #primary #helpandsupport-form fieldset .type-text .input input::-webkit-input-placeholder {
  color: #FFFFFF;
}
#sitesearch-form fieldset .type-text .input input:-moz-placeholder,
.module-support #primary #helpandsupport-form fieldset .type-text .input input:-moz-placeholder {
  /* Firefox 18- */
  color: #FFFFFF;
}
#sitesearch-form fieldset .type-text .input input::-moz-placeholder,
.module-support #primary #helpandsupport-form fieldset .type-text .input input::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFFFFF;
}
#sitesearch-form fieldset .type-text .input input:-ms-input-placeholder,
.module-support #primary #helpandsupport-form fieldset .type-text .input input:-ms-input-placeholder {
  color: #FFFFFF;
}
#sitesearch-form fieldset .submit,
.module-support #primary #helpandsupport-form fieldset .submit {
  float: left;
  margin-right: -5em;
}
#sitesearch-form fieldset .submit button,
.module-support #primary #helpandsupport-form fieldset .submit button {
  background: none;
  border: 0;
  color: #FFF;
  padding: 0.389em 0;
}
#sitesearch-form fieldset .submit button span,
.module-support #primary #helpandsupport-form fieldset .submit button span {
  border-left: 1px solid #FFF;
  font-size: 15px;
  padding: 0 0 0 1em;
}
#sitesearch-form.theme2 fieldset,
.module-support #primary #helpandsupport-form.theme2 fieldset {
  background: #ab115a;
}
#sitesearch-form.theme3 fieldset,
.module-support #primary #helpandsupport-form.theme3 fieldset {
  background: #1bb2e9;
}
#sitesearch-form.theme4 fieldset,
.module-support #primary #helpandsupport-form.theme4 fieldset {
  background: #6d3880;
}
#sitesearch-form.theme5 fieldset,
.module-support #primary #helpandsupport-form.theme5 fieldset {
  background: #dc681d;
}
#sitesearch-form.theme6 fieldset,
.module-support #primary #helpandsupport-form.theme6 fieldset {
  background: #00af85;
}
form.fileupload .field-hidden {
  height: 0;
  margin: 0;
  overflow: hidden;
}
#login-form fieldset.submit button[type="submit"]:before {
  content: "\f090";
  font-family: 'FontAwesome';
  margin-right: 0.5em;
}
#addlandlord .fieldname-pca_landlord_correspondence_address,
#addlandlord .secondaryfields-addlandlord-correspondance-fieldset,
#addlandlord .secondaryfields-addlandlord-address-fieldset {
  display: none;
}
.field.type-text.required-false.fieldname-usernamehidden {
  opacity: 0;
  height: 0;
  width: 0;
  margin: 0;
}
.input-sizer {
  height: 47px;
}
#change-data-share {
  margin-top: 0;
}
#change-data-share fieldset {
  margin-top: 0;
}
#change-data-share fieldset li {
  margin-bottom: 10px;
}
form#archivebranches fieldset.submit {
  margin: 0;
}
form#submit-evidence fieldset .legend {
  margin-bottom: 15px;
  font-size: 1.667em;
}
form#submit-evidence .file-wrap .files {
  margin-top: 70px;
  background: #f6f6f6;
  box-shadow: -2px 2px 8px transparent;
}
form#submit-evidence .file-wrap .files:hover {
  cursor: pointer;
  border: 1px solid #00af85;
  box-shadow: -2px 2px 8px rgba(37, 142, 112, 0.24);
}
form#submit-evidence .file-wrap .files:hover > .files-header {
  border: 1px solid #00af85;
  box-shadow: -2px 2px 8px rgba(37, 142, 112, 0.24);
}
form#submit-evidence .file-wrap .files .files-header {
  background: #f6f6f6;
}
form#submit-evidence .file-wrap .files.upload-locked {
  margin-top: 0;
  background: #e2e2e2;
  border: 1px solid #bdbec1;
}
form#submit-evidence .file-wrap .files.upload-locked:hover {
  cursor: initial;
  border: 1px solid #bdbec1;
  background: #e2e2e2;
  box-shadow: -2px 2px 8px transparent;
}
form#submit-evidence .file-wrap .files.upload-locked .files-header {
  display: none;
}
.simple-template form#updatepaymentdetails #updatepaymentdetails-bankdetails-fieldset div.legend {
  margin-bottom: 15px;
}
form#updatechangeover .amount-protected-label,
form#updatechangeover #protected_amount {
  font-size: 1.2em;
}
form.delete button {
  text-align: center;
}
form.delete button:before {
  content: "\f1f8";
  margin: 0;
}
@media screen and (min-width: 30.063em) {
  form #updatepaymentdetails-donation-fieldset .legend {
    width: 33.33333333%;
    float: left;
  }
  form #updatepaymentdetails-donation-fieldset .form-field-container {
    width: 66.66666667%;
    float: left;
  }
  form #updatepaymentdetails-donation-fieldset:after:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
  }
  form #updatepaymentdetails-donation-fieldset:after:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
  }
}
.confirm-detail {
  /*&:extend(.layout all);*/
  background: transparent;
  margin-bottom: 30px;
  border: 1px solid #bdbec1;
  padding: 15px;
  font-family: 'PT Sans', sans-serif;
  color: #12175e;
  border-radius: 5px;
}
.confirm-detail div.label {
  font-weight: bold;
}
.confirm-detail ul.tools {
  margin-bottom: 0;
  margin-top: 10px;
}
.confirm-detail.add-deposit-confirm {
  color: #12175e;
  font-family: 'PT Sans', sans-serif;
  font-size: 1.2em;
  line-height: 1.4em;
  background: transparent;
  border-bottom: 1px solid #00af85;
}
.confirm-detail.add-deposit-confirm div.data {
  color: #151515;
}
#adddeposit-persons-fieldset-basket.basket-items,
#adddeposit-tenants-fieldset-basket.basket-items {
  margin-bottom: 20px;
}
#adddeposit-persons-fieldset-basket.basket-items .tenant-basket-item-outer,
#adddeposit-tenants-fieldset-basket.basket-items .tenant-basket-item-outer {
  margin-top: 20px;
}
#adddeposit-persons-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item,
#adddeposit-tenants-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item {
  border: 1px solid #00af85;
  padding: 1.5em 0.5em;
  cursor: default;
  background: #F6F6F6;
}
#adddeposit-persons-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-icon img,
#adddeposit-tenants-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-icon img {
  height: 45px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#adddeposit-persons-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-details,
#adddeposit-tenants-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-details {
  color: #12175e;
  font-family: 'PT Sans', sans-serif;
  padding: 0;
}
#adddeposit-persons-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-details span.tenant-basket-title,
#adddeposit-tenants-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-details span.tenant-basket-title {
  font-size: 1.5em;
  margin-bottom: 5px;
}
#adddeposit-persons-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-details span.name,
#adddeposit-tenants-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-details span.name {
  word-break: break-word;
  font-size: 1.3em;
}
#adddeposit-persons-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .remove-basket-item:after,
#adddeposit-tenants-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .remove-basket-item:after {
  content: "\f057";
  cursor: pointer;
  font-family: "FontAwesome";
  position: absolute;
  right: 0.6em;
  top: 0.5em;
  color: #1cb085;
  font-size: 1.5em;
}
#addproperty-additional-landlords-fieldset-basket.basket-items,
#addlandlordtoproperty-landlords-fieldset-basket.basket-items {
  margin-bottom: 20px;
}
#addproperty-additional-landlords-fieldset-basket.basket-items .tenant-basket-item-outer,
#addlandlordtoproperty-landlords-fieldset-basket.basket-items .tenant-basket-item-outer {
  margin-top: 20px;
}
#addproperty-additional-landlords-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item,
#addlandlordtoproperty-landlords-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item {
  border: 1px solid #00af85;
  padding: 1.5em 0.5em;
  cursor: default;
}
#addproperty-additional-landlords-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-icon img,
#addlandlordtoproperty-landlords-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-icon img {
  height: 45px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#addproperty-additional-landlords-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-details,
#addlandlordtoproperty-landlords-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-details {
  color: #12175e;
  font-family: 'PT Sans', sans-serif;
  padding: 0;
}
#addproperty-additional-landlords-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-details span.tenant-basket-title,
#addlandlordtoproperty-landlords-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-details span.tenant-basket-title {
  font-size: 1.5em;
  margin-bottom: 5px;
}
#addproperty-additional-landlords-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-details span.name,
#addlandlordtoproperty-landlords-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .tenant-basket-details span.name {
  word-break: break-word;
  font-size: 1.3em;
}
#addproperty-additional-landlords-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .remove-basket-item:after,
#addlandlordtoproperty-landlords-fieldset-basket.basket-items .tenant-basket-item-outer .item.tenant-basket-item .remove-basket-item:after {
  content: "\f057";
  cursor: pointer;
  font-family: "FontAwesome";
  position: absolute;
  right: 0.6em;
  top: 0.5em;
  color: #1cb085;
  font-size: 1.5em;
}
/* jQuery UI custom select box */
span.ui-selectmenu-button {
  font-family: 'PT Sans', sans-serif;
  padding: 5px 10px;
  font-size: 15px;
  border: solid 1px #12175e;
  width: 97%;
  height: 19px;
  background: white;
}
span.ui-selectmenu-button:after {
  content: "\f0d7";
  font-family: "FontAwesome";
  position: absolute;
  top: -1px;
  color: #00af85;
  font-size: 30px;
  right: 10px;
}
span.ui-selectmenu-button:focus {
  border: solid 1px #00af85;
  outline: none;
}
span.ui-selectmenu-button span.ui-selectmenu-text {
  top: 0;
  position: absolute;
  padding: 0.25em 2.1em 0.4em 1em;
}
span.ui-selectmenu-button span.ui-selectmenu-icon {
  /*background: transparent;*/
}
/* jQuery UI custom combo box */
.custom-combobox {
  display: block;
  position: relative;
}
.custom-combobox .custom-combobox-input {
  font-family: 'PT Sans', sans-serif;
  border: solid 1px #12175e;
  border-radius: 5px;
  padding: 10px 50px 10px 10px !important;
}
.custom-combobox .custom-combobox-input:focus {
  border: solid 1px #00af85;
}
.custom-combobox a.custom-combobox-toggle {
  height: 100%;
  width: 60px;
  background: transparent;
  position: absolute;
  right: 0px;
  text-decoration: none;
  top: 0px;
}
.custom-combobox a.custom-combobox-toggle:after {
  content: "\f078";
  font-family: "FontAwesome";
  color: #00af85;
  font-size: 16px;
  position: absolute;
  top: 13px;
  right: 20px;
}
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete {
  max-height: 300px;
  overflow: auto;
  border-radius: 5px;
  border: 1px solid #00af85;
  border-top: none;
}
/* Drop down dsiplays */
ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front li.ui-menu-item {
  padding: 0;
  font-size: 1.3em;
}
ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front li.ui-menu-item div.ui-menu-item-wrapper {
  padding: 3px 10px;
  border: none;
  margin: 0;
  background: none;
}
ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front li.ui-menu-item div.ui-menu-item-wrapper.ui-state-active {
  background: #00af85;
  color: white;
}
/* pop up dialog boxes */
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-draggable.ui-resizable {
  font-size: 1em;
  border: 1px solid #00af85;
}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-draggable.ui-resizable div.ui-dialog-titlebar button.ui-dialog-titlebar-close {
  position: absolute;
  right: 10px;
  top: 25%;
  margin: 0;
}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-draggable.ui-resizable div.ui-dialog-titlebar button.ui-dialog-titlebar-close:after {
  content: "\f00d";
  font-family: "FontAwesome";
  color: #00af85;
  position: absolute;
  top: -1px;
  left: -3px;
}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-draggable.ui-resizable .ui-dialog-buttonpane.ui-widget-content {
  border-top: 1px solid #00af85;
}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-draggable.ui-resizable .ui-dialog-buttonpane.ui-widget-content .ui-dialog-buttonset button {
  background: #12175e;
  border: 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  color: #fff;
  font-family: 'PT Sans', sans-serif;
  padding: 0.3em 0.5em;
}
.ui-dialog div.postcodeanywhere-list {
  background: #c1e4d7;
  padding: 0;
}
.ui-dialog div.postcodeanywhere-list div.inner {
  overflow: auto;
}
.ui-dialog div.postcodeanywhere-list div.inner ul.postcodeanywhere-list {
  background: #c1e4d7;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ui-dialog div.postcodeanywhere-list div.inner ul.postcodeanywhere-list li {
  background: #FFF;
  border-bottom: solid 1px #12175e;
  color: #151515;
  cursor: pointer;
  list-style: none;
  font-style: normal;
  margin: 0;
  padding: 0.3em;
}
.ui-dialog button[type="button"].go-back:before {
  content: "\f0a8";
  font-family: 'FontAwesome';
  margin-right: 0.5em;
}
.ui-datepicker .ui-datepicker-year {
  color: #12175e;
}
form.standard fieldset div.type-date .calendar-fields .custom-combobox,
fieldset#transfer-multiple-fieldset div.type-date .calendar-fields .custom-combobox,
form.extended fieldset div.type-date .calendar-fields .custom-combobox,
#outcome-fieldset div.type-date .calendar-fields .custom-combobox,
#worldpay-tools div.type-date .calendar-fields .custom-combobox {
  padding: 0;
}
form.standard fieldset div.type-date .calendar-fields .custom-combobox:first-of-type,
fieldset#transfer-multiple-fieldset div.type-date .calendar-fields .custom-combobox:first-of-type,
form.extended fieldset div.type-date .calendar-fields .custom-combobox:first-of-type,
#outcome-fieldset div.type-date .calendar-fields .custom-combobox:first-of-type,
#worldpay-tools div.type-date .calendar-fields .custom-combobox:first-of-type {
  padding-right: 5px;
}
form.standard fieldset div.type-date .calendar-fields .custom-combobox:last-of-type,
fieldset#transfer-multiple-fieldset div.type-date .calendar-fields .custom-combobox:last-of-type,
form.extended fieldset div.type-date .calendar-fields .custom-combobox:last-of-type,
#outcome-fieldset div.type-date .calendar-fields .custom-combobox:last-of-type,
#worldpay-tools div.type-date .calendar-fields .custom-combobox:last-of-type {
  padding-left: 5px;
}
.ui-widget {
  font-family: Arial, sans-serif;
  font-size: 1em;
}
div#ui-datepicker-div {
  padding: 0;
  border: 1px solid #bdbec1;
  border-radius: 0;
  font-size: 1em;
  font-family: 'PT Sans', sans-serif;
}
div#ui-datepicker-div .ui-datepicker-header {
  border-radius: 0;
  border: 0;
  padding: 10px;
  font-weight: normal;
}
div#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-next,
div#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-prev {
  top: 10px;
  font-size: 1.3em;
}
div#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-next span.ui-icon,
div#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-prev span.ui-icon {
  background-image: none;
}
div#ui-datepicker-div .ui-datepicker-header .ui-state-hover {
  background-image: none;
  background: transparent;
  border: 0;
  color: #00af85;
  font-weight: normal;
}
div#ui-datepicker-div .ui-datepicker-header .ui-state-disabled {
  color: #bdbec1;
  opacity: 1;
  font-weight: normal;
}
div#ui-datepicker-div .ui-datepicker-header .ui-state-disabled.ui-state-hover {
  color: #bdbec1;
  opacity: 1;
  font-weight: normal;
}
div#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-prev:before {
  font-family: 'Fontawesome';
  content: "\f137";
  margin-left: 10px;
  font-weight: normal;
}
div#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-next:before {
  font-family: 'Fontawesome';
  content: "\f138";
  margin-right: 10px;
  font-weight: normal;
}
div#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
  left: 2px;
}
div#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  right: 2px;
}
div#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  font-size: 1.0em;
}
div#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
  text-transform: uppercase;
}
div#ui-datepicker-div .ui-datepicker-calendar {
  color: #12175e;
}
div#ui-datepicker-div .ui-datepicker-calendar td a {
  border: none;
  background: transparent;
  color: #12175e;
  text-align: center;
  line-height: 2em;
  padding: 0;
  border-radius: 50px;
}
div#ui-datepicker-div .ui-datepicker-calendar td a:hover {
  background: #00af85;
  border-radius: 50px;
}
div#ui-datepicker-div .ui-datepicker-calendar td a.ui-state-highlight {
  background: #12175e;
  color: #FFF;
  border-radius: 50px;
}
div#ui-datepicker-div .ui-datepicker-calendar td a.ui-state-highlight:hover {
  background: #00af85;
  border-radius: 50px;
  color: #12175e;
}
div#ui-datepicker-div .ui-datepicker-calendar td a.ui-state-active {
  background: #00af85;
  color: #FFF;
}
@media (max-width: 767px) {
  form.standard fieldset div.type-date .calendar-fields,
  fieldset#transfer-multiple-fieldset div.type-date .calendar-fields,
  form.extended fieldset div.type-date .calendar-fields,
  #outcome-fieldset div.type-date .calendar-fields,
  #worldpay-tools div.type-date .calendar-fields {
    padding-right: 15px;
  }
  form.standard fieldset div.type-date .calendar-fields .custom-combobox:first-of-type,
  fieldset#transfer-multiple-fieldset div.type-date .calendar-fields .custom-combobox:first-of-type,
  form.extended fieldset div.type-date .calendar-fields .custom-combobox:first-of-type,
  #outcome-fieldset div.type-date .calendar-fields .custom-combobox:first-of-type,
  #worldpay-tools div.type-date .calendar-fields .custom-combobox:first-of-type {
    padding-right: 0px;
  }
  form.standard fieldset div.type-date .calendar-fields .custom-combobox:last-of-type,
  fieldset#transfer-multiple-fieldset div.type-date .calendar-fields .custom-combobox:last-of-type,
  form.extended fieldset div.type-date .calendar-fields .custom-combobox:last-of-type,
  #outcome-fieldset div.type-date .calendar-fields .custom-combobox:last-of-type,
  #worldpay-tools div.type-date .calendar-fields .custom-combobox:last-of-type {
    padding-left: 0px;
  }
  form.standard fieldset div.type-date .calendar-fields .calendar-icon,
  fieldset#transfer-multiple-fieldset div.type-date .calendar-fields .calendar-icon,
  form.extended fieldset div.type-date .calendar-fields .calendar-icon,
  #outcome-fieldset div.type-date .calendar-fields .calendar-icon,
  #worldpay-tools div.type-date .calendar-fields .calendar-icon {
    display: none;
  }
  div#ui-datepicker-div {
    display: none !important;
  }
}
form fieldset .form-field-container a.address-not-found {
  text-decoration: none;
  font-style: normal;
}
/* custom radio buttons */
div.field.type-radio .input ol {
  padding: 15px 0;
  list-style: none;
}
div.field.type-radio .input ol li:first-child {
  padding: 0 15px;
  /*margin-bottom: 10px;*/
}
div.field.type-radio .input ol li:last-child {
  padding: 0 15px;
}
div.field.type-radio .input ol li {
  /*padding: 0;*/
  display: inline-block;
  font-style: normal;
  list-style: none;
  margin: 0;
}
div.field.type-radio .input ol li:first-child label.radio-button-container {
  /*margin-right: 8px;*/
  /*margin-left: 0;*/
}
div.field.type-radio .input ol li label.radio-button-container.active {
  border: 1px solid #00af85;
  background: #e2e2e2;
}
div.field.type-radio .input ol li label.radio-button-container {
  color: #12175e;
  /*padding-left: 30px;*/
  font-size: 1.2em;
  font-weight: bold;
  padding: 12.5px 12px 12.5px 20px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  box-shadow: -2px 2px 8px transparent;
  border: 1px solid #bdbec1;
  display: block;
  /*margin-left: 7px;*/
}
div.field.type-radio .input ol li label.radio-button-container:checked ~ .checkmark {
  background: grey;
}
div.field.type-radio .input ol li label.radio-button-container:hover input ~ .checkmark {
  background-color: #ccc;
}
div.field.type-radio .input ol li label.radio-button-container:hover {
  border: 1px solid #00af85;
  box-shadow: -2px 2px 8px rgba(37, 142, 112, 0.24);
}
div.field.type-radio .input ol li label.radio-button-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: auto;
  margin: auto;
  top: 0;
  right: 0;
  height: 0;
  width: 0;
}
div.field.type-radio .input ol li label.radio-button-container input:checked ~ .checkmark {
  background-color: white;
  border: 1px solid #00af85;
}
div.field.type-radio .input ol li label.radio-button-container input:checked ~ .checkmark:after {
  display: block;
}
div.field.type-radio .input ol li label.radio-button-container span.checkmark {
  position: absolute;
  top: 10px;
  left: 15px;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}
div.field.type-radio .input ol li label.radio-button-container span.checkmark:after {
  top: 6px;
  left: 6px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #00af85;
  content: "";
  position: absolute;
  display: none;
}
.field.type-radio.error-true .input ol li label.radio-button-container.active,
.field.type-radio.error-true .input ol li label.radio-button-container {
  border-color: red;
}
div.field.type-radio .input ol li label.radio-button-container.disabled.active,
div.field.type-radio .input ol li label.radio-button-container.disabled {
  background: #f6f6f6;
  border: 1px solid #bdbec1;
}
div.field.type-radio .input ol li label.radio-button-container.disabled.active:checked ~ .checkmark,
div.field.type-radio .input ol li label.radio-button-container.disabled:checked ~ .checkmark {
  background: grey;
}
div.field.type-radio .input ol li label.radio-button-container.disabled.active:hover input ~ .checkmark,
div.field.type-radio .input ol li label.radio-button-container.disabled:hover input ~ .checkmark {
  background-color: #eee;
}
div.field.type-radio .input ol li label.radio-button-container.disabled.active:hover,
div.field.type-radio .input ol li label.radio-button-container.disabled:hover {
  background: #f6f6f6;
  border: 1px solid #bdbec1;
  box-shadow: -2px 2px 8px transparent;
  cursor: default;
}
div.field.type-radio .input ol li label.radio-button-container.disabled.active span.checkmark:after,
div.field.type-radio .input ol li label.radio-button-container.disabled span.checkmark:after {
  background: #bdbec1;
}
div.field.type-radio .input ol li label.radio-button-container.disabled.active input:checked ~ .checkmark,
div.field.type-radio .input ol li label.radio-button-container.disabled input:checked ~ .checkmark {
  background-color: #eee;
  border: 1px solid #bdbec1;
}
div.field.type-checkbox .input {
  /*margin-top: 3em;*/
}
div.field.type-checkbox .input label input {
  float: left;
  margin-right: 10px;
  width: auto;
}
form#registermember .field.type-checkbox.fieldname-membership_terms_and_conditions {
  margin-top: 3em;
}
/* Checkbox lists */
div.field.type-checkbox .input ol {
  list-style: none;
  padding: 0;
}
div.field.type-checkbox .input ol li {
  font-style: normal;
}
div.field.type-checkbox .input ol li:before {
  display: none;
}
div.field.type-checkbox .input ol li label.checkbox-button-container {
  color: #12175e;
  font-size: 1.2em;
}
/* Fancy Checkbox lists */
div.field.type-checkbox.field-fancy-checkbox .input ol {
  list-style: none;
  padding: 0;
}
div.field.type-checkbox.field-fancy-checkbox .input label.checkbox-button-container.active {
  border: 1px solid #00af85;
}
div.field.type-checkbox.field-fancy-checkbox .input.error label.checkbox-button-container {
  border-color: red;
}
div.field.type-checkbox.field-fancy-checkbox .input label.checkbox-button-container.active {
  border: 1px solid #00af85;
  background: #f6f6f6;
}
div.field.type-checkbox.field-fancy-checkbox .input label.checkbox-button-container {
  color: #12175e;
  display: block;
  position: relative;
  padding: 15px 15px 15px 50px;
  border: 1px solid #bdbec1;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1.4em;
  font-style: normal;
  font-weight: bold;
  outline: none;
  box-shadow: -2px 2px 8px transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
div.field.type-checkbox.field-fancy-checkbox .input label.checkbox-button-container:checked ~ .checkmark {
  background: grey;
}
div.field.type-checkbox.field-fancy-checkbox .input label.checkbox-button-container:hover input ~ .checkmark {
  background-color: #ccc;
}
div.field.type-checkbox.field-fancy-checkbox .input label.checkbox-button-container:hover {
  border: 1px solid #00af85;
  box-shadow: -2px 2px 8px rgba(37, 142, 112, 0.24);
}
div.field.type-checkbox.field-fancy-checkbox .input label.checkbox-button-container:focus-within {
  border: 1px solid #00af85;
}
div.field.type-checkbox.field-fancy-checkbox .input label.checkbox-button-container p {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 0;
}
div.field.type-checkbox.field-fancy-checkbox .input label.checkbox-button-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
div.field.type-checkbox.field-fancy-checkbox .input label.checkbox-button-container input:checked ~ .checkmark {
  background-color: #00af85;
}
div.field.type-checkbox.field-fancy-checkbox .input label.checkbox-button-container input:checked ~ .checkmark:after {
  display: block;
}
div.field.type-checkbox.field-fancy-checkbox .input label.checkbox-button-container span.checkmark {
  position: absolute;
  top: 26%;
  left: 15px;
  height: 25px;
  width: 25px;
  border-radius: 100%;
  background-color: #eee;
}
div.field.type-checkbox.field-fancy-checkbox .input label.checkbox-button-container span.checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 10px;
  top: 6px;
  width: 5px;
  height: 50%;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
div.field.type-checkbox.error-true.fancy-checkbox .input label.checkbox-button-container.active,
div.field.type-checkbox.error-true.fancy-checkbox .input label.checkbox-button-container {
  border-color: red;
}
.custom-button-container,
.registermember-product-types-container,
.registermember-user-types-container {
  /*margin-bottom: 20px;*/
  /*margin-left: 30%;*/
  padding: 0;
}
.custom-button-container .custom-button,
.registermember-product-types-container .custom-button,
.registermember-user-types-container .custom-button,
.custom-button-container .registermember-product-type,
.registermember-product-types-container .registermember-product-type,
.registermember-user-types-container .registermember-product-type,
.custom-button-container .registermember-user-type,
.registermember-product-types-container .registermember-user-type,
.registermember-user-types-container .registermember-user-type {
  /*padding: 0 10px;*/
}
.custom-button-container .custom-button a.custom-button-a,
.registermember-product-types-container .custom-button a.custom-button-a,
.registermember-user-types-container .custom-button a.custom-button-a,
.custom-button-container .registermember-product-type a.custom-button-a,
.registermember-product-types-container .registermember-product-type a.custom-button-a,
.registermember-user-types-container .registermember-product-type a.custom-button-a,
.custom-button-container .registermember-user-type a.custom-button-a,
.registermember-product-types-container .registermember-user-type a.custom-button-a,
.registermember-user-types-container .registermember-user-type a.custom-button-a,
.custom-button-container .custom-button a.product-type-input,
.registermember-product-types-container .custom-button a.product-type-input,
.registermember-user-types-container .custom-button a.product-type-input,
.custom-button-container .registermember-product-type a.product-type-input,
.registermember-product-types-container .registermember-product-type a.product-type-input,
.registermember-user-types-container .registermember-product-type a.product-type-input,
.custom-button-container .registermember-user-type a.product-type-input,
.registermember-product-types-container .registermember-user-type a.product-type-input,
.registermember-user-types-container .registermember-user-type a.product-type-input,
.custom-button-container .custom-button a.user-type-input,
.registermember-product-types-container .custom-button a.user-type-input,
.registermember-user-types-container .custom-button a.user-type-input,
.custom-button-container .registermember-product-type a.user-type-input,
.registermember-product-types-container .registermember-product-type a.user-type-input,
.registermember-user-types-container .registermember-product-type a.user-type-input,
.custom-button-container .registermember-user-type a.user-type-input,
.registermember-product-types-container .registermember-user-type a.user-type-input,
.registermember-user-types-container .registermember-user-type a.user-type-input {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #12175e;
  position: relative;
  text-decoration: none;
}
.custom-button-container .custom-button a.custom-button-a:hover,
.registermember-product-types-container .custom-button a.custom-button-a:hover,
.registermember-user-types-container .custom-button a.custom-button-a:hover,
.custom-button-container .registermember-product-type a.custom-button-a:hover,
.registermember-product-types-container .registermember-product-type a.custom-button-a:hover,
.registermember-user-types-container .registermember-product-type a.custom-button-a:hover,
.custom-button-container .registermember-user-type a.custom-button-a:hover,
.registermember-product-types-container .registermember-user-type a.custom-button-a:hover,
.registermember-user-types-container .registermember-user-type a.custom-button-a:hover,
.custom-button-container .custom-button a.product-type-input:hover,
.registermember-product-types-container .custom-button a.product-type-input:hover,
.registermember-user-types-container .custom-button a.product-type-input:hover,
.custom-button-container .registermember-product-type a.product-type-input:hover,
.registermember-product-types-container .registermember-product-type a.product-type-input:hover,
.registermember-user-types-container .registermember-product-type a.product-type-input:hover,
.custom-button-container .registermember-user-type a.product-type-input:hover,
.registermember-product-types-container .registermember-user-type a.product-type-input:hover,
.registermember-user-types-container .registermember-user-type a.product-type-input:hover,
.custom-button-container .custom-button a.user-type-input:hover,
.registermember-product-types-container .custom-button a.user-type-input:hover,
.registermember-user-types-container .custom-button a.user-type-input:hover,
.custom-button-container .registermember-product-type a.user-type-input:hover,
.registermember-product-types-container .registermember-product-type a.user-type-input:hover,
.registermember-user-types-container .registermember-product-type a.user-type-input:hover,
.custom-button-container .registermember-user-type a.user-type-input:hover,
.registermember-product-types-container .registermember-user-type a.user-type-input:hover,
.registermember-user-types-container .registermember-user-type a.user-type-input:hover {
  text-decoration: none;
}
.custom-button-container .custom-button a.custom-button-a div.custom-button-container-inner,
.registermember-product-types-container .custom-button a.custom-button-a div.custom-button-container-inner,
.registermember-user-types-container .custom-button a.custom-button-a div.custom-button-container-inner,
.custom-button-container .registermember-product-type a.custom-button-a div.custom-button-container-inner,
.registermember-product-types-container .registermember-product-type a.custom-button-a div.custom-button-container-inner,
.registermember-user-types-container .registermember-product-type a.custom-button-a div.custom-button-container-inner,
.custom-button-container .registermember-user-type a.custom-button-a div.custom-button-container-inner,
.registermember-product-types-container .registermember-user-type a.custom-button-a div.custom-button-container-inner,
.registermember-user-types-container .registermember-user-type a.custom-button-a div.custom-button-container-inner,
.custom-button-container .custom-button a.product-type-input div.custom-button-container-inner,
.registermember-product-types-container .custom-button a.product-type-input div.custom-button-container-inner,
.registermember-user-types-container .custom-button a.product-type-input div.custom-button-container-inner,
.custom-button-container .registermember-product-type a.product-type-input div.custom-button-container-inner,
.registermember-product-types-container .registermember-product-type a.product-type-input div.custom-button-container-inner,
.registermember-user-types-container .registermember-product-type a.product-type-input div.custom-button-container-inner,
.custom-button-container .registermember-user-type a.product-type-input div.custom-button-container-inner,
.registermember-product-types-container .registermember-user-type a.product-type-input div.custom-button-container-inner,
.registermember-user-types-container .registermember-user-type a.product-type-input div.custom-button-container-inner,
.custom-button-container .custom-button a.user-type-input div.custom-button-container-inner,
.registermember-product-types-container .custom-button a.user-type-input div.custom-button-container-inner,
.registermember-user-types-container .custom-button a.user-type-input div.custom-button-container-inner,
.custom-button-container .registermember-product-type a.user-type-input div.custom-button-container-inner,
.registermember-product-types-container .registermember-product-type a.user-type-input div.custom-button-container-inner,
.registermember-user-types-container .registermember-product-type a.user-type-input div.custom-button-container-inner,
.custom-button-container .registermember-user-type a.user-type-input div.custom-button-container-inner,
.registermember-product-types-container .registermember-user-type a.user-type-input div.custom-button-container-inner,
.registermember-user-types-container .registermember-user-type a.user-type-input div.custom-button-container-inner,
.custom-button-container .custom-button a.custom-button-a div.product-type-container,
.registermember-product-types-container .custom-button a.custom-button-a div.product-type-container,
.registermember-user-types-container .custom-button a.custom-button-a div.product-type-container,
.custom-button-container .registermember-product-type a.custom-button-a div.product-type-container,
.registermember-product-types-container .registermember-product-type a.custom-button-a div.product-type-container,
.registermember-user-types-container .registermember-product-type a.custom-button-a div.product-type-container,
.custom-button-container .registermember-user-type a.custom-button-a div.product-type-container,
.registermember-product-types-container .registermember-user-type a.custom-button-a div.product-type-container,
.registermember-user-types-container .registermember-user-type a.custom-button-a div.product-type-container,
.custom-button-container .custom-button a.product-type-input div.product-type-container,
.registermember-product-types-container .custom-button a.product-type-input div.product-type-container,
.registermember-user-types-container .custom-button a.product-type-input div.product-type-container,
.custom-button-container .registermember-product-type a.product-type-input div.product-type-container,
.registermember-product-types-container .registermember-product-type a.product-type-input div.product-type-container,
.registermember-user-types-container .registermember-product-type a.product-type-input div.product-type-container,
.custom-button-container .registermember-user-type a.product-type-input div.product-type-container,
.registermember-product-types-container .registermember-user-type a.product-type-input div.product-type-container,
.registermember-user-types-container .registermember-user-type a.product-type-input div.product-type-container,
.custom-button-container .custom-button a.user-type-input div.product-type-container,
.registermember-product-types-container .custom-button a.user-type-input div.product-type-container,
.registermember-user-types-container .custom-button a.user-type-input div.product-type-container,
.custom-button-container .registermember-product-type a.user-type-input div.product-type-container,
.registermember-product-types-container .registermember-product-type a.user-type-input div.product-type-container,
.registermember-user-types-container .registermember-product-type a.user-type-input div.product-type-container,
.custom-button-container .registermember-user-type a.user-type-input div.product-type-container,
.registermember-product-types-container .registermember-user-type a.user-type-input div.product-type-container,
.registermember-user-types-container .registermember-user-type a.user-type-input div.product-type-container,
.custom-button-container .custom-button a.custom-button-a div.user-type-container,
.registermember-product-types-container .custom-button a.custom-button-a div.user-type-container,
.registermember-user-types-container .custom-button a.custom-button-a div.user-type-container,
.custom-button-container .registermember-product-type a.custom-button-a div.user-type-container,
.registermember-product-types-container .registermember-product-type a.custom-button-a div.user-type-container,
.registermember-user-types-container .registermember-product-type a.custom-button-a div.user-type-container,
.custom-button-container .registermember-user-type a.custom-button-a div.user-type-container,
.registermember-product-types-container .registermember-user-type a.custom-button-a div.user-type-container,
.registermember-user-types-container .registermember-user-type a.custom-button-a div.user-type-container,
.custom-button-container .custom-button a.product-type-input div.user-type-container,
.registermember-product-types-container .custom-button a.product-type-input div.user-type-container,
.registermember-user-types-container .custom-button a.product-type-input div.user-type-container,
.custom-button-container .registermember-product-type a.product-type-input div.user-type-container,
.registermember-product-types-container .registermember-product-type a.product-type-input div.user-type-container,
.registermember-user-types-container .registermember-product-type a.product-type-input div.user-type-container,
.custom-button-container .registermember-user-type a.product-type-input div.user-type-container,
.registermember-product-types-container .registermember-user-type a.product-type-input div.user-type-container,
.registermember-user-types-container .registermember-user-type a.product-type-input div.user-type-container,
.custom-button-container .custom-button a.user-type-input div.user-type-container,
.registermember-product-types-container .custom-button a.user-type-input div.user-type-container,
.registermember-user-types-container .custom-button a.user-type-input div.user-type-container,
.custom-button-container .registermember-product-type a.user-type-input div.user-type-container,
.registermember-product-types-container .registermember-product-type a.user-type-input div.user-type-container,
.registermember-user-types-container .registermember-product-type a.user-type-input div.user-type-container,
.custom-button-container .registermember-user-type a.user-type-input div.user-type-container,
.registermember-product-types-container .registermember-user-type a.user-type-input div.user-type-container,
.registermember-user-types-container .registermember-user-type a.user-type-input div.user-type-container {
  min-height: 90px;
  border: 1px solid #bdbec1;
  width: 100%;
  border-radius: 5px;
  box-shadow: -2px 2px 8px transparent;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.custom-button-container .custom-button a.custom-button-a div.custom-button-container-inner:focus,
.registermember-product-types-container .custom-button a.custom-button-a div.custom-button-container-inner:focus,
.registermember-user-types-container .custom-button a.custom-button-a div.custom-button-container-inner:focus,
.custom-button-container .registermember-product-type a.custom-button-a div.custom-button-container-inner:focus,
.registermember-product-types-container .registermember-product-type a.custom-button-a div.custom-button-container-inner:focus,
.registermember-user-types-container .registermember-product-type a.custom-button-a div.custom-button-container-inner:focus,
.custom-button-container .registermember-user-type a.custom-button-a div.custom-button-container-inner:focus,
.registermember-product-types-container .registermember-user-type a.custom-button-a div.custom-button-container-inner:focus,
.registermember-user-types-container .registermember-user-type a.custom-button-a div.custom-button-container-inner:focus,
.custom-button-container .custom-button a.product-type-input div.custom-button-container-inner:focus,
.registermember-product-types-container .custom-button a.product-type-input div.custom-button-container-inner:focus,
.registermember-user-types-container .custom-button a.product-type-input div.custom-button-container-inner:focus,
.custom-button-container .registermember-product-type a.product-type-input div.custom-button-container-inner:focus,
.registermember-product-types-container .registermember-product-type a.product-type-input div.custom-button-container-inner:focus,
.registermember-user-types-container .registermember-product-type a.product-type-input div.custom-button-container-inner:focus,
.custom-button-container .registermember-user-type a.product-type-input div.custom-button-container-inner:focus,
.registermember-product-types-container .registermember-user-type a.product-type-input div.custom-button-container-inner:focus,
.registermember-user-types-container .registermember-user-type a.product-type-input div.custom-button-container-inner:focus,
.custom-button-container .custom-button a.user-type-input div.custom-button-container-inner:focus,
.registermember-product-types-container .custom-button a.user-type-input div.custom-button-container-inner:focus,
.registermember-user-types-container .custom-button a.user-type-input div.custom-button-container-inner:focus,
.custom-button-container .registermember-product-type a.user-type-input div.custom-button-container-inner:focus,
.registermember-product-types-container .registermember-product-type a.user-type-input div.custom-button-container-inner:focus,
.registermember-user-types-container .registermember-product-type a.user-type-input div.custom-button-container-inner:focus,
.custom-button-container .registermember-user-type a.user-type-input div.custom-button-container-inner:focus,
.registermember-product-types-container .registermember-user-type a.user-type-input div.custom-button-container-inner:focus,
.registermember-user-types-container .registermember-user-type a.user-type-input div.custom-button-container-inner:focus,
.custom-button-container .custom-button a.custom-button-a div.product-type-container:focus,
.registermember-product-types-container .custom-button a.custom-button-a div.product-type-container:focus,
.registermember-user-types-container .custom-button a.custom-button-a div.product-type-container:focus,
.custom-button-container .registermember-product-type a.custom-button-a div.product-type-container:focus,
.registermember-product-types-container .registermember-product-type a.custom-button-a div.product-type-container:focus,
.registermember-user-types-container .registermember-product-type a.custom-button-a div.product-type-container:focus,
.custom-button-container .registermember-user-type a.custom-button-a div.product-type-container:focus,
.registermember-product-types-container .registermember-user-type a.custom-button-a div.product-type-container:focus,
.registermember-user-types-container .registermember-user-type a.custom-button-a div.product-type-container:focus,
.custom-button-container .custom-button a.product-type-input div.product-type-container:focus,
.registermember-product-types-container .custom-button a.product-type-input div.product-type-container:focus,
.registermember-user-types-container .custom-button a.product-type-input div.product-type-container:focus,
.custom-button-container .registermember-product-type a.product-type-input div.product-type-container:focus,
.registermember-product-types-container .registermember-product-type a.product-type-input div.product-type-container:focus,
.registermember-user-types-container .registermember-product-type a.product-type-input div.product-type-container:focus,
.custom-button-container .registermember-user-type a.product-type-input div.product-type-container:focus,
.registermember-product-types-container .registermember-user-type a.product-type-input div.product-type-container:focus,
.registermember-user-types-container .registermember-user-type a.product-type-input div.product-type-container:focus,
.custom-button-container .custom-button a.user-type-input div.product-type-container:focus,
.registermember-product-types-container .custom-button a.user-type-input div.product-type-container:focus,
.registermember-user-types-container .custom-button a.user-type-input div.product-type-container:focus,
.custom-button-container .registermember-product-type a.user-type-input div.product-type-container:focus,
.registermember-product-types-container .registermember-product-type a.user-type-input div.product-type-container:focus,
.registermember-user-types-container .registermember-product-type a.user-type-input div.product-type-container:focus,
.custom-button-container .registermember-user-type a.user-type-input div.product-type-container:focus,
.registermember-product-types-container .registermember-user-type a.user-type-input div.product-type-container:focus,
.registermember-user-types-container .registermember-user-type a.user-type-input div.product-type-container:focus,
.custom-button-container .custom-button a.custom-button-a div.user-type-container:focus,
.registermember-product-types-container .custom-button a.custom-button-a div.user-type-container:focus,
.registermember-user-types-container .custom-button a.custom-button-a div.user-type-container:focus,
.custom-button-container .registermember-product-type a.custom-button-a div.user-type-container:focus,
.registermember-product-types-container .registermember-product-type a.custom-button-a div.user-type-container:focus,
.registermember-user-types-container .registermember-product-type a.custom-button-a div.user-type-container:focus,
.custom-button-container .registermember-user-type a.custom-button-a div.user-type-container:focus,
.registermember-product-types-container .registermember-user-type a.custom-button-a div.user-type-container:focus,
.registermember-user-types-container .registermember-user-type a.custom-button-a div.user-type-container:focus,
.custom-button-container .custom-button a.product-type-input div.user-type-container:focus,
.registermember-product-types-container .custom-button a.product-type-input div.user-type-container:focus,
.registermember-user-types-container .custom-button a.product-type-input div.user-type-container:focus,
.custom-button-container .registermember-product-type a.product-type-input div.user-type-container:focus,
.registermember-product-types-container .registermember-product-type a.product-type-input div.user-type-container:focus,
.registermember-user-types-container .registermember-product-type a.product-type-input div.user-type-container:focus,
.custom-button-container .registermember-user-type a.product-type-input div.user-type-container:focus,
.registermember-product-types-container .registermember-user-type a.product-type-input div.user-type-container:focus,
.registermember-user-types-container .registermember-user-type a.product-type-input div.user-type-container:focus,
.custom-button-container .custom-button a.user-type-input div.user-type-container:focus,
.registermember-product-types-container .custom-button a.user-type-input div.user-type-container:focus,
.registermember-user-types-container .custom-button a.user-type-input div.user-type-container:focus,
.custom-button-container .registermember-product-type a.user-type-input div.user-type-container:focus,
.registermember-product-types-container .registermember-product-type a.user-type-input div.user-type-container:focus,
.registermember-user-types-container .registermember-product-type a.user-type-input div.user-type-container:focus,
.custom-button-container .registermember-user-type a.user-type-input div.user-type-container:focus,
.registermember-product-types-container .registermember-user-type a.user-type-input div.user-type-container:focus,
.registermember-user-types-container .registermember-user-type a.user-type-input div.user-type-container:focus,
.custom-button-container .custom-button a.custom-button-a div.custom-button-container-inner:hover,
.registermember-product-types-container .custom-button a.custom-button-a div.custom-button-container-inner:hover,
.registermember-user-types-container .custom-button a.custom-button-a div.custom-button-container-inner:hover,
.custom-button-container .registermember-product-type a.custom-button-a div.custom-button-container-inner:hover,
.registermember-product-types-container .registermember-product-type a.custom-button-a div.custom-button-container-inner:hover,
.registermember-user-types-container .registermember-product-type a.custom-button-a div.custom-button-container-inner:hover,
.custom-button-container .registermember-user-type a.custom-button-a div.custom-button-container-inner:hover,
.registermember-product-types-container .registermember-user-type a.custom-button-a div.custom-button-container-inner:hover,
.registermember-user-types-container .registermember-user-type a.custom-button-a div.custom-button-container-inner:hover,
.custom-button-container .custom-button a.product-type-input div.custom-button-container-inner:hover,
.registermember-product-types-container .custom-button a.product-type-input div.custom-button-container-inner:hover,
.registermember-user-types-container .custom-button a.product-type-input div.custom-button-container-inner:hover,
.custom-button-container .registermember-product-type a.product-type-input div.custom-button-container-inner:hover,
.registermember-product-types-container .registermember-product-type a.product-type-input div.custom-button-container-inner:hover,
.registermember-user-types-container .registermember-product-type a.product-type-input div.custom-button-container-inner:hover,
.custom-button-container .registermember-user-type a.product-type-input div.custom-button-container-inner:hover,
.registermember-product-types-container .registermember-user-type a.product-type-input div.custom-button-container-inner:hover,
.registermember-user-types-container .registermember-user-type a.product-type-input div.custom-button-container-inner:hover,
.custom-button-container .custom-button a.user-type-input div.custom-button-container-inner:hover,
.registermember-product-types-container .custom-button a.user-type-input div.custom-button-container-inner:hover,
.registermember-user-types-container .custom-button a.user-type-input div.custom-button-container-inner:hover,
.custom-button-container .registermember-product-type a.user-type-input div.custom-button-container-inner:hover,
.registermember-product-types-container .registermember-product-type a.user-type-input div.custom-button-container-inner:hover,
.registermember-user-types-container .registermember-product-type a.user-type-input div.custom-button-container-inner:hover,
.custom-button-container .registermember-user-type a.user-type-input div.custom-button-container-inner:hover,
.registermember-product-types-container .registermember-user-type a.user-type-input div.custom-button-container-inner:hover,
.registermember-user-types-container .registermember-user-type a.user-type-input div.custom-button-container-inner:hover,
.custom-button-container .custom-button a.custom-button-a div.product-type-container:hover,
.registermember-product-types-container .custom-button a.custom-button-a div.product-type-container:hover,
.registermember-user-types-container .custom-button a.custom-button-a div.product-type-container:hover,
.custom-button-container .registermember-product-type a.custom-button-a div.product-type-container:hover,
.registermember-product-types-container .registermember-product-type a.custom-button-a div.product-type-container:hover,
.registermember-user-types-container .registermember-product-type a.custom-button-a div.product-type-container:hover,
.custom-button-container .registermember-user-type a.custom-button-a div.product-type-container:hover,
.registermember-product-types-container .registermember-user-type a.custom-button-a div.product-type-container:hover,
.registermember-user-types-container .registermember-user-type a.custom-button-a div.product-type-container:hover,
.custom-button-container .custom-button a.product-type-input div.product-type-container:hover,
.registermember-product-types-container .custom-button a.product-type-input div.product-type-container:hover,
.registermember-user-types-container .custom-button a.product-type-input div.product-type-container:hover,
.custom-button-container .registermember-product-type a.product-type-input div.product-type-container:hover,
.registermember-product-types-container .registermember-product-type a.product-type-input div.product-type-container:hover,
.registermember-user-types-container .registermember-product-type a.product-type-input div.product-type-container:hover,
.custom-button-container .registermember-user-type a.product-type-input div.product-type-container:hover,
.registermember-product-types-container .registermember-user-type a.product-type-input div.product-type-container:hover,
.registermember-user-types-container .registermember-user-type a.product-type-input div.product-type-container:hover,
.custom-button-container .custom-button a.user-type-input div.product-type-container:hover,
.registermember-product-types-container .custom-button a.user-type-input div.product-type-container:hover,
.registermember-user-types-container .custom-button a.user-type-input div.product-type-container:hover,
.custom-button-container .registermember-product-type a.user-type-input div.product-type-container:hover,
.registermember-product-types-container .registermember-product-type a.user-type-input div.product-type-container:hover,
.registermember-user-types-container .registermember-product-type a.user-type-input div.product-type-container:hover,
.custom-button-container .registermember-user-type a.user-type-input div.product-type-container:hover,
.registermember-product-types-container .registermember-user-type a.user-type-input div.product-type-container:hover,
.registermember-user-types-container .registermember-user-type a.user-type-input div.product-type-container:hover,
.custom-button-container .custom-button a.custom-button-a div.user-type-container:hover,
.registermember-product-types-container .custom-button a.custom-button-a div.user-type-container:hover,
.registermember-user-types-container .custom-button a.custom-button-a div.user-type-container:hover,
.custom-button-container .registermember-product-type a.custom-button-a div.user-type-container:hover,
.registermember-product-types-container .registermember-product-type a.custom-button-a div.user-type-container:hover,
.registermember-user-types-container .registermember-product-type a.custom-button-a div.user-type-container:hover,
.custom-button-container .registermember-user-type a.custom-button-a div.user-type-container:hover,
.registermember-product-types-container .registermember-user-type a.custom-button-a div.user-type-container:hover,
.registermember-user-types-container .registermember-user-type a.custom-button-a div.user-type-container:hover,
.custom-button-container .custom-button a.product-type-input div.user-type-container:hover,
.registermember-product-types-container .custom-button a.product-type-input div.user-type-container:hover,
.registermember-user-types-container .custom-button a.product-type-input div.user-type-container:hover,
.custom-button-container .registermember-product-type a.product-type-input div.user-type-container:hover,
.registermember-product-types-container .registermember-product-type a.product-type-input div.user-type-container:hover,
.registermember-user-types-container .registermember-product-type a.product-type-input div.user-type-container:hover,
.custom-button-container .registermember-user-type a.product-type-input div.user-type-container:hover,
.registermember-product-types-container .registermember-user-type a.product-type-input div.user-type-container:hover,
.registermember-user-types-container .registermember-user-type a.product-type-input div.user-type-container:hover,
.custom-button-container .custom-button a.user-type-input div.user-type-container:hover,
.registermember-product-types-container .custom-button a.user-type-input div.user-type-container:hover,
.registermember-user-types-container .custom-button a.user-type-input div.user-type-container:hover,
.custom-button-container .registermember-product-type a.user-type-input div.user-type-container:hover,
.registermember-product-types-container .registermember-product-type a.user-type-input div.user-type-container:hover,
.registermember-user-types-container .registermember-product-type a.user-type-input div.user-type-container:hover,
.custom-button-container .registermember-user-type a.user-type-input div.user-type-container:hover,
.registermember-product-types-container .registermember-user-type a.user-type-input div.user-type-container:hover,
.registermember-user-types-container .registermember-user-type a.user-type-input div.user-type-container:hover {
  border: 1px solid #00af85;
  box-shadow: -2px 2px 8px rgba(37, 142, 112, 0.24);
}
.custom-button-container .custom-button a.custom-button-a div.custom-button-container-inner div.custom-button-title,
.registermember-product-types-container .custom-button a.custom-button-a div.custom-button-container-inner div.custom-button-title,
.registermember-user-types-container .custom-button a.custom-button-a div.custom-button-container-inner div.custom-button-title,
.custom-button-container .registermember-product-type a.custom-button-a div.custom-button-container-inner div.custom-button-title,
.registermember-product-types-container .registermember-product-type a.custom-button-a div.custom-button-container-inner div.custom-button-title,
.registermember-user-types-container .registermember-product-type a.custom-button-a div.custom-button-container-inner div.custom-button-title,
.custom-button-container .registermember-user-type a.custom-button-a div.custom-button-container-inner div.custom-button-title,
.registermember-product-types-container .registermember-user-type a.custom-button-a div.custom-button-container-inner div.custom-button-title,
.registermember-user-types-container .registermember-user-type a.custom-button-a div.custom-button-container-inner div.custom-button-title,
.custom-button-container .custom-button a.product-type-input div.custom-button-container-inner div.custom-button-title,
.registermember-product-types-container .custom-button a.product-type-input div.custom-button-container-inner div.custom-button-title,
.registermember-user-types-container .custom-button a.product-type-input div.custom-button-container-inner div.custom-button-title,
.custom-button-container .registermember-product-type a.product-type-input div.custom-button-container-inner div.custom-button-title,
.registermember-product-types-container .registermember-product-type a.product-type-input div.custom-button-container-inner div.custom-button-title,
.registermember-user-types-container .registermember-product-type a.product-type-input div.custom-button-container-inner div.custom-button-title,
.custom-button-container .registermember-user-type a.product-type-input div.custom-button-container-inner div.custom-button-title,
.registermember-product-types-container .registermember-user-type a.product-type-input div.custom-button-container-inner div.custom-button-title,
.registermember-user-types-container .registermember-user-type a.product-type-input div.custom-button-container-inner div.custom-button-title,
.custom-button-container .custom-button a.user-type-input div.custom-button-container-inner div.custom-button-title,
.registermember-product-types-container .custom-button a.user-type-input div.custom-button-container-inner div.custom-button-title,
.registermember-user-types-container .custom-button a.user-type-input div.custom-button-container-inner div.custom-button-title,
.custom-button-container .registermember-product-type a.user-type-input div.custom-button-container-inner div.custom-button-title,
.registermember-product-types-container .registermember-product-type a.user-type-input div.custom-button-container-inner div.custom-button-title,
.registermember-user-types-container .registermember-product-type a.user-type-input div.custom-button-container-inner div.custom-button-title,
.custom-button-container .registermember-user-type a.user-type-input div.custom-button-container-inner div.custom-button-title,
.registermember-product-types-container .registermember-user-type a.user-type-input div.custom-button-container-inner div.custom-button-title,
.registermember-user-types-container .registermember-user-type a.user-type-input div.custom-button-container-inner div.custom-button-title,
.custom-button-container .custom-button a.custom-button-a div.product-type-container div.custom-button-title,
.registermember-product-types-container .custom-button a.custom-button-a div.product-type-container div.custom-button-title,
.registermember-user-types-container .custom-button a.custom-button-a div.product-type-container div.custom-button-title,
.custom-button-container .registermember-product-type a.custom-button-a div.product-type-container div.custom-button-title,
.registermember-product-types-container .registermember-product-type a.custom-button-a div.product-type-container div.custom-button-title,
.registermember-user-types-container .registermember-product-type a.custom-button-a div.product-type-container div.custom-button-title,
.custom-button-container .registermember-user-type a.custom-button-a div.product-type-container div.custom-button-title,
.registermember-product-types-container .registermember-user-type a.custom-button-a div.product-type-container div.custom-button-title,
.registermember-user-types-container .registermember-user-type a.custom-button-a div.product-type-container div.custom-button-title,
.custom-button-container .custom-button a.product-type-input div.product-type-container div.custom-button-title,
.registermember-product-types-container .custom-button a.product-type-input div.product-type-container div.custom-button-title,
.registermember-user-types-container .custom-button a.product-type-input div.product-type-container div.custom-button-title,
.custom-button-container .registermember-product-type a.product-type-input div.product-type-container div.custom-button-title,
.registermember-product-types-container .registermember-product-type a.product-type-input div.product-type-container div.custom-button-title,
.registermember-user-types-container .registermember-product-type a.product-type-input div.product-type-container div.custom-button-title,
.custom-button-container .registermember-user-type a.product-type-input div.product-type-container div.custom-button-title,
.registermember-product-types-container .registermember-user-type a.product-type-input div.product-type-container div.custom-button-title,
.registermember-user-types-container .registermember-user-type a.product-type-input div.product-type-container div.custom-button-title,
.custom-button-container .custom-button a.user-type-input div.product-type-container div.custom-button-title,
.registermember-product-types-container .custom-button a.user-type-input div.product-type-container div.custom-button-title,
.registermember-user-types-container .custom-button a.user-type-input div.product-type-container div.custom-button-title,
.custom-button-container .registermember-product-type a.user-type-input div.product-type-container div.custom-button-title,
.registermember-product-types-container .registermember-product-type a.user-type-input div.product-type-container div.custom-button-title,
.registermember-user-types-container .registermember-product-type a.user-type-input div.product-type-container div.custom-button-title,
.custom-button-container .registermember-user-type a.user-type-input div.product-type-container div.custom-button-title,
.registermember-product-types-container .registermember-user-type a.user-type-input div.product-type-container div.custom-button-title,
.registermember-user-types-container .registermember-user-type a.user-type-input div.product-type-container div.custom-button-title,
.custom-button-container .custom-button a.custom-button-a div.user-type-container div.custom-button-title,
.registermember-product-types-container .custom-button a.custom-button-a div.user-type-container div.custom-button-title,
.registermember-user-types-container .custom-button a.custom-button-a div.user-type-container div.custom-button-title,
.custom-button-container .registermember-product-type a.custom-button-a div.user-type-container div.custom-button-title,
.registermember-product-types-container .registermember-product-type a.custom-button-a div.user-type-container div.custom-button-title,
.registermember-user-types-container .registermember-product-type a.custom-button-a div.user-type-container div.custom-button-title,
.custom-button-container .registermember-user-type a.custom-button-a div.user-type-container div.custom-button-title,
.registermember-product-types-container .registermember-user-type a.custom-button-a div.user-type-container div.custom-button-title,
.registermember-user-types-container .registermember-user-type a.custom-button-a div.user-type-container div.custom-button-title,
.custom-button-container .custom-button a.product-type-input div.user-type-container div.custom-button-title,
.registermember-product-types-container .custom-button a.product-type-input div.user-type-container div.custom-button-title,
.registermember-user-types-container .custom-button a.product-type-input div.user-type-container div.custom-button-title,
.custom-button-container .registermember-product-type a.product-type-input div.user-type-container div.custom-button-title,
.registermember-product-types-container .registermember-product-type a.product-type-input div.user-type-container div.custom-button-title,
.registermember-user-types-container .registermember-product-type a.product-type-input div.user-type-container div.custom-button-title,
.custom-button-container .registermember-user-type a.product-type-input div.user-type-container div.custom-button-title,
.registermember-product-types-container .registermember-user-type a.product-type-input div.user-type-container div.custom-button-title,
.registermember-user-types-container .registermember-user-type a.product-type-input div.user-type-container div.custom-button-title,
.custom-button-container .custom-button a.user-type-input div.user-type-container div.custom-button-title,
.registermember-product-types-container .custom-button a.user-type-input div.user-type-container div.custom-button-title,
.registermember-user-types-container .custom-button a.user-type-input div.user-type-container div.custom-button-title,
.custom-button-container .registermember-product-type a.user-type-input div.user-type-container div.custom-button-title,
.registermember-product-types-container .registermember-product-type a.user-type-input div.user-type-container div.custom-button-title,
.registermember-user-types-container .registermember-product-type a.user-type-input div.user-type-container div.custom-button-title,
.custom-button-container .registermember-user-type a.user-type-input div.user-type-container div.custom-button-title,
.registermember-product-types-container .registermember-user-type a.user-type-input div.user-type-container div.custom-button-title,
.registermember-user-types-container .registermember-user-type a.user-type-input div.user-type-container div.custom-button-title,
.custom-button-container .custom-button a.custom-button-a div.custom-button-container-inner div.product-type-title,
.registermember-product-types-container .custom-button a.custom-button-a div.custom-button-container-inner div.product-type-title,
.registermember-user-types-container .custom-button a.custom-button-a div.custom-button-container-inner div.product-type-title,
.custom-button-container .registermember-product-type a.custom-button-a div.custom-button-container-inner div.product-type-title,
.registermember-product-types-container .registermember-product-type a.custom-button-a div.custom-button-container-inner div.product-type-title,
.registermember-user-types-container .registermember-product-type a.custom-button-a div.custom-button-container-inner div.product-type-title,
.custom-button-container .registermember-user-type a.custom-button-a div.custom-button-container-inner div.product-type-title,
.registermember-product-types-container .registermember-user-type a.custom-button-a div.custom-button-container-inner div.product-type-title,
.registermember-user-types-container .registermember-user-type a.custom-button-a div.custom-button-container-inner div.product-type-title,
.custom-button-container .custom-button a.product-type-input div.custom-button-container-inner div.product-type-title,
.registermember-product-types-container .custom-button a.product-type-input div.custom-button-container-inner div.product-type-title,
.registermember-user-types-container .custom-button a.product-type-input div.custom-button-container-inner div.product-type-title,
.custom-button-container .registermember-product-type a.product-type-input div.custom-button-container-inner div.product-type-title,
.registermember-product-types-container .registermember-product-type a.product-type-input div.custom-button-container-inner div.product-type-title,
.registermember-user-types-container .registermember-product-type a.product-type-input div.custom-button-container-inner div.product-type-title,
.custom-button-container .registermember-user-type a.product-type-input div.custom-button-container-inner div.product-type-title,
.registermember-product-types-container .registermember-user-type a.product-type-input div.custom-button-container-inner div.product-type-title,
.registermember-user-types-container .registermember-user-type a.product-type-input div.custom-button-container-inner div.product-type-title,
.custom-button-container .custom-button a.user-type-input div.custom-button-container-inner div.product-type-title,
.registermember-product-types-container .custom-button a.user-type-input div.custom-button-container-inner div.product-type-title,
.registermember-user-types-container .custom-button a.user-type-input div.custom-button-container-inner div.product-type-title,
.custom-button-container .registermember-product-type a.user-type-input div.custom-button-container-inner div.product-type-title,
.registermember-product-types-container .registermember-product-type a.user-type-input div.custom-button-container-inner div.product-type-title,
.registermember-user-types-container .registermember-product-type a.user-type-input div.custom-button-container-inner div.product-type-title,
.custom-button-container .registermember-user-type a.user-type-input div.custom-button-container-inner div.product-type-title,
.registermember-product-types-container .registermember-user-type a.user-type-input div.custom-button-container-inner div.product-type-title,
.registermember-user-types-container .registermember-user-type a.user-type-input div.custom-button-container-inner div.product-type-title,
.custom-button-container .custom-button a.custom-button-a div.product-type-container div.product-type-title,
.registermember-product-types-container .custom-button a.custom-button-a div.product-type-container div.product-type-title,
.registermember-user-types-container .custom-button a.custom-button-a div.product-type-container div.product-type-title,
.custom-button-container .registermember-product-type a.custom-button-a div.product-type-container div.product-type-title,
.registermember-product-types-container .registermember-product-type a.custom-button-a div.product-type-container div.product-type-title,
.registermember-user-types-container .registermember-product-type a.custom-button-a div.product-type-container div.product-type-title,
.custom-button-container .registermember-user-type a.custom-button-a div.product-type-container div.product-type-title,
.registermember-product-types-container .registermember-user-type a.custom-button-a div.product-type-container div.product-type-title,
.registermember-user-types-container .registermember-user-type a.custom-button-a div.product-type-container div.product-type-title,
.custom-button-container .custom-button a.product-type-input div.product-type-container div.product-type-title,
.registermember-product-types-container .custom-button a.product-type-input div.product-type-container div.product-type-title,
.registermember-user-types-container .custom-button a.product-type-input div.product-type-container div.product-type-title,
.custom-button-container .registermember-product-type a.product-type-input div.product-type-container div.product-type-title,
.registermember-product-types-container .registermember-product-type a.product-type-input div.product-type-container div.product-type-title,
.registermember-user-types-container .registermember-product-type a.product-type-input div.product-type-container div.product-type-title,
.custom-button-container .registermember-user-type a.product-type-input div.product-type-container div.product-type-title,
.registermember-product-types-container .registermember-user-type a.product-type-input div.product-type-container div.product-type-title,
.registermember-user-types-container .registermember-user-type a.product-type-input div.product-type-container div.product-type-title,
.custom-button-container .custom-button a.user-type-input div.product-type-container div.product-type-title,
.registermember-product-types-container .custom-button a.user-type-input div.product-type-container div.product-type-title,
.registermember-user-types-container .custom-button a.user-type-input div.product-type-container div.product-type-title,
.custom-button-container .registermember-product-type a.user-type-input div.product-type-container div.product-type-title,
.registermember-product-types-container .registermember-product-type a.user-type-input div.product-type-container div.product-type-title,
.registermember-user-types-container .registermember-product-type a.user-type-input div.product-type-container div.product-type-title,
.custom-button-container .registermember-user-type a.user-type-input div.product-type-container div.product-type-title,
.registermember-product-types-container .registermember-user-type a.user-type-input div.product-type-container div.product-type-title,
.registermember-user-types-container .registermember-user-type a.user-type-input div.product-type-container div.product-type-title,
.custom-button-container .custom-button a.custom-button-a div.user-type-container div.product-type-title,
.registermember-product-types-container .custom-button a.custom-button-a div.user-type-container div.product-type-title,
.registermember-user-types-container .custom-button a.custom-button-a div.user-type-container div.product-type-title,
.custom-button-container .registermember-product-type a.custom-button-a div.user-type-container div.product-type-title,
.registermember-product-types-container .registermember-product-type a.custom-button-a div.user-type-container div.product-type-title,
.registermember-user-types-container .registermember-product-type a.custom-button-a div.user-type-container div.product-type-title,
.custom-button-container .registermember-user-type a.custom-button-a div.user-type-container div.product-type-title,
.registermember-product-types-container .registermember-user-type a.custom-button-a div.user-type-container div.product-type-title,
.registermember-user-types-container .registermember-user-type a.custom-button-a div.user-type-container div.product-type-title,
.custom-button-container .custom-button a.product-type-input div.user-type-container div.product-type-title,
.registermember-product-types-container .custom-button a.product-type-input div.user-type-container div.product-type-title,
.registermember-user-types-container .custom-button a.product-type-input div.user-type-container div.product-type-title,
.custom-button-container .registermember-product-type a.product-type-input div.user-type-container div.product-type-title,
.registermember-product-types-container .registermember-product-type a.product-type-input div.user-type-container div.product-type-title,
.registermember-user-types-container .registermember-product-type a.product-type-input div.user-type-container div.product-type-title,
.custom-button-container .registermember-user-type a.product-type-input div.user-type-container div.product-type-title,
.registermember-product-types-container .registermember-user-type a.product-type-input div.user-type-container div.product-type-title,
.registermember-user-types-container .registermember-user-type a.product-type-input div.user-type-container div.product-type-title,
.custom-button-container .custom-button a.user-type-input div.user-type-container div.product-type-title,
.registermember-product-types-container .custom-button a.user-type-input div.user-type-container div.product-type-title,
.registermember-user-types-container .custom-button a.user-type-input div.user-type-container div.product-type-title,
.custom-button-container .registermember-product-type a.user-type-input div.user-type-container div.product-type-title,
.registermember-product-types-container .registermember-product-type a.user-type-input div.user-type-container div.product-type-title,
.registermember-user-types-container .registermember-product-type a.user-type-input div.user-type-container div.product-type-title,
.custom-button-container .registermember-user-type a.user-type-input div.user-type-container div.product-type-title,
.registermember-product-types-container .registermember-user-type a.user-type-input div.user-type-container div.product-type-title,
.registermember-user-types-container .registermember-user-type a.user-type-input div.user-type-container div.product-type-title,
.custom-button-container .custom-button a.custom-button-a div.custom-button-container-inner div.user-type-title,
.registermember-product-types-container .custom-button a.custom-button-a div.custom-button-container-inner div.user-type-title,
.registermember-user-types-container .custom-button a.custom-button-a div.custom-button-container-inner div.user-type-title,
.custom-button-container .registermember-product-type a.custom-button-a div.custom-button-container-inner div.user-type-title,
.registermember-product-types-container .registermember-product-type a.custom-button-a div.custom-button-container-inner div.user-type-title,
.registermember-user-types-container .registermember-product-type a.custom-button-a div.custom-button-container-inner div.user-type-title,
.custom-button-container .registermember-user-type a.custom-button-a div.custom-button-container-inner div.user-type-title,
.registermember-product-types-container .registermember-user-type a.custom-button-a div.custom-button-container-inner div.user-type-title,
.registermember-user-types-container .registermember-user-type a.custom-button-a div.custom-button-container-inner div.user-type-title,
.custom-button-container .custom-button a.product-type-input div.custom-button-container-inner div.user-type-title,
.registermember-product-types-container .custom-button a.product-type-input div.custom-button-container-inner div.user-type-title,
.registermember-user-types-container .custom-button a.product-type-input div.custom-button-container-inner div.user-type-title,
.custom-button-container .registermember-product-type a.product-type-input div.custom-button-container-inner div.user-type-title,
.registermember-product-types-container .registermember-product-type a.product-type-input div.custom-button-container-inner div.user-type-title,
.registermember-user-types-container .registermember-product-type a.product-type-input div.custom-button-container-inner div.user-type-title,
.custom-button-container .registermember-user-type a.product-type-input div.custom-button-container-inner div.user-type-title,
.registermember-product-types-container .registermember-user-type a.product-type-input div.custom-button-container-inner div.user-type-title,
.registermember-user-types-container .registermember-user-type a.product-type-input div.custom-button-container-inner div.user-type-title,
.custom-button-container .custom-button a.user-type-input div.custom-button-container-inner div.user-type-title,
.registermember-product-types-container .custom-button a.user-type-input div.custom-button-container-inner div.user-type-title,
.registermember-user-types-container .custom-button a.user-type-input div.custom-button-container-inner div.user-type-title,
.custom-button-container .registermember-product-type a.user-type-input div.custom-button-container-inner div.user-type-title,
.registermember-product-types-container .registermember-product-type a.user-type-input div.custom-button-container-inner div.user-type-title,
.registermember-user-types-container .registermember-product-type a.user-type-input div.custom-button-container-inner div.user-type-title,
.custom-button-container .registermember-user-type a.user-type-input div.custom-button-container-inner div.user-type-title,
.registermember-product-types-container .registermember-user-type a.user-type-input div.custom-button-container-inner div.user-type-title,
.registermember-user-types-container .registermember-user-type a.user-type-input div.custom-button-container-inner div.user-type-title,
.custom-button-container .custom-button a.custom-button-a div.product-type-container div.user-type-title,
.registermember-product-types-container .custom-button a.custom-button-a div.product-type-container div.user-type-title,
.registermember-user-types-container .custom-button a.custom-button-a div.product-type-container div.user-type-title,
.custom-button-container .registermember-product-type a.custom-button-a div.product-type-container div.user-type-title,
.registermember-product-types-container .registermember-product-type a.custom-button-a div.product-type-container div.user-type-title,
.registermember-user-types-container .registermember-product-type a.custom-button-a div.product-type-container div.user-type-title,
.custom-button-container .registermember-user-type a.custom-button-a div.product-type-container div.user-type-title,
.registermember-product-types-container .registermember-user-type a.custom-button-a div.product-type-container div.user-type-title,
.registermember-user-types-container .registermember-user-type a.custom-button-a div.product-type-container div.user-type-title,
.custom-button-container .custom-button a.product-type-input div.product-type-container div.user-type-title,
.registermember-product-types-container .custom-button a.product-type-input div.product-type-container div.user-type-title,
.registermember-user-types-container .custom-button a.product-type-input div.product-type-container div.user-type-title,
.custom-button-container .registermember-product-type a.product-type-input div.product-type-container div.user-type-title,
.registermember-product-types-container .registermember-product-type a.product-type-input div.product-type-container div.user-type-title,
.registermember-user-types-container .registermember-product-type a.product-type-input div.product-type-container div.user-type-title,
.custom-button-container .registermember-user-type a.product-type-input div.product-type-container div.user-type-title,
.registermember-product-types-container .registermember-user-type a.product-type-input div.product-type-container div.user-type-title,
.registermember-user-types-container .registermember-user-type a.product-type-input div.product-type-container div.user-type-title,
.custom-button-container .custom-button a.user-type-input div.product-type-container div.user-type-title,
.registermember-product-types-container .custom-button a.user-type-input div.product-type-container div.user-type-title,
.registermember-user-types-container .custom-button a.user-type-input div.product-type-container div.user-type-title,
.custom-button-container .registermember-product-type a.user-type-input div.product-type-container div.user-type-title,
.registermember-product-types-container .registermember-product-type a.user-type-input div.product-type-container div.user-type-title,
.registermember-user-types-container .registermember-product-type a.user-type-input div.product-type-container div.user-type-title,
.custom-button-container .registermember-user-type a.user-type-input div.product-type-container div.user-type-title,
.registermember-product-types-container .registermember-user-type a.user-type-input div.product-type-container div.user-type-title,
.registermember-user-types-container .registermember-user-type a.user-type-input div.product-type-container div.user-type-title,
.custom-button-container .custom-button a.custom-button-a div.user-type-container div.user-type-title,
.registermember-product-types-container .custom-button a.custom-button-a div.user-type-container div.user-type-title,
.registermember-user-types-container .custom-button a.custom-button-a div.user-type-container div.user-type-title,
.custom-button-container .registermember-product-type a.custom-button-a div.user-type-container div.user-type-title,
.registermember-product-types-container .registermember-product-type a.custom-button-a div.user-type-container div.user-type-title,
.registermember-user-types-container .registermember-product-type a.custom-button-a div.user-type-container div.user-type-title,
.custom-button-container .registermember-user-type a.custom-button-a div.user-type-container div.user-type-title,
.registermember-product-types-container .registermember-user-type a.custom-button-a div.user-type-container div.user-type-title,
.registermember-user-types-container .registermember-user-type a.custom-button-a div.user-type-container div.user-type-title,
.custom-button-container .custom-button a.product-type-input div.user-type-container div.user-type-title,
.registermember-product-types-container .custom-button a.product-type-input div.user-type-container div.user-type-title,
.registermember-user-types-container .custom-button a.product-type-input div.user-type-container div.user-type-title,
.custom-button-container .registermember-product-type a.product-type-input div.user-type-container div.user-type-title,
.registermember-product-types-container .registermember-product-type a.product-type-input div.user-type-container div.user-type-title,
.registermember-user-types-container .registermember-product-type a.product-type-input div.user-type-container div.user-type-title,
.custom-button-container .registermember-user-type a.product-type-input div.user-type-container div.user-type-title,
.registermember-product-types-container .registermember-user-type a.product-type-input div.user-type-container div.user-type-title,
.registermember-user-types-container .registermember-user-type a.product-type-input div.user-type-container div.user-type-title,
.custom-button-container .custom-button a.user-type-input div.user-type-container div.user-type-title,
.registermember-product-types-container .custom-button a.user-type-input div.user-type-container div.user-type-title,
.registermember-user-types-container .custom-button a.user-type-input div.user-type-container div.user-type-title,
.custom-button-container .registermember-product-type a.user-type-input div.user-type-container div.user-type-title,
.registermember-product-types-container .registermember-product-type a.user-type-input div.user-type-container div.user-type-title,
.registermember-user-types-container .registermember-product-type a.user-type-input div.user-type-container div.user-type-title,
.custom-button-container .registermember-user-type a.user-type-input div.user-type-container div.user-type-title,
.registermember-product-types-container .registermember-user-type a.user-type-input div.user-type-container div.user-type-title,
.registermember-user-types-container .registermember-user-type a.user-type-input div.user-type-container div.user-type-title {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px;
}
.custom-button-container .custom-button a.custom-button-a div.custom-button-container-inner div.button-title,
.registermember-product-types-container .custom-button a.custom-button-a div.custom-button-container-inner div.button-title,
.registermember-user-types-container .custom-button a.custom-button-a div.custom-button-container-inner div.button-title,
.custom-button-container .registermember-product-type a.custom-button-a div.custom-button-container-inner div.button-title,
.registermember-product-types-container .registermember-product-type a.custom-button-a div.custom-button-container-inner div.button-title,
.registermember-user-types-container .registermember-product-type a.custom-button-a div.custom-button-container-inner div.button-title,
.custom-button-container .registermember-user-type a.custom-button-a div.custom-button-container-inner div.button-title,
.registermember-product-types-container .registermember-user-type a.custom-button-a div.custom-button-container-inner div.button-title,
.registermember-user-types-container .registermember-user-type a.custom-button-a div.custom-button-container-inner div.button-title,
.custom-button-container .custom-button a.product-type-input div.custom-button-container-inner div.button-title,
.registermember-product-types-container .custom-button a.product-type-input div.custom-button-container-inner div.button-title,
.registermember-user-types-container .custom-button a.product-type-input div.custom-button-container-inner div.button-title,
.custom-button-container .registermember-product-type a.product-type-input div.custom-button-container-inner div.button-title,
.registermember-product-types-container .registermember-product-type a.product-type-input div.custom-button-container-inner div.button-title,
.registermember-user-types-container .registermember-product-type a.product-type-input div.custom-button-container-inner div.button-title,
.custom-button-container .registermember-user-type a.product-type-input div.custom-button-container-inner div.button-title,
.registermember-product-types-container .registermember-user-type a.product-type-input div.custom-button-container-inner div.button-title,
.registermember-user-types-container .registermember-user-type a.product-type-input div.custom-button-container-inner div.button-title,
.custom-button-container .custom-button a.user-type-input div.custom-button-container-inner div.button-title,
.registermember-product-types-container .custom-button a.user-type-input div.custom-button-container-inner div.button-title,
.registermember-user-types-container .custom-button a.user-type-input div.custom-button-container-inner div.button-title,
.custom-button-container .registermember-product-type a.user-type-input div.custom-button-container-inner div.button-title,
.registermember-product-types-container .registermember-product-type a.user-type-input div.custom-button-container-inner div.button-title,
.registermember-user-types-container .registermember-product-type a.user-type-input div.custom-button-container-inner div.button-title,
.custom-button-container .registermember-user-type a.user-type-input div.custom-button-container-inner div.button-title,
.registermember-product-types-container .registermember-user-type a.user-type-input div.custom-button-container-inner div.button-title,
.registermember-user-types-container .registermember-user-type a.user-type-input div.custom-button-container-inner div.button-title,
.custom-button-container .custom-button a.custom-button-a div.product-type-container div.button-title,
.registermember-product-types-container .custom-button a.custom-button-a div.product-type-container div.button-title,
.registermember-user-types-container .custom-button a.custom-button-a div.product-type-container div.button-title,
.custom-button-container .registermember-product-type a.custom-button-a div.product-type-container div.button-title,
.registermember-product-types-container .registermember-product-type a.custom-button-a div.product-type-container div.button-title,
.registermember-user-types-container .registermember-product-type a.custom-button-a div.product-type-container div.button-title,
.custom-button-container .registermember-user-type a.custom-button-a div.product-type-container div.button-title,
.registermember-product-types-container .registermember-user-type a.custom-button-a div.product-type-container div.button-title,
.registermember-user-types-container .registermember-user-type a.custom-button-a div.product-type-container div.button-title,
.custom-button-container .custom-button a.product-type-input div.product-type-container div.button-title,
.registermember-product-types-container .custom-button a.product-type-input div.product-type-container div.button-title,
.registermember-user-types-container .custom-button a.product-type-input div.product-type-container div.button-title,
.custom-button-container .registermember-product-type a.product-type-input div.product-type-container div.button-title,
.registermember-product-types-container .registermember-product-type a.product-type-input div.product-type-container div.button-title,
.registermember-user-types-container .registermember-product-type a.product-type-input div.product-type-container div.button-title,
.custom-button-container .registermember-user-type a.product-type-input div.product-type-container div.button-title,
.registermember-product-types-container .registermember-user-type a.product-type-input div.product-type-container div.button-title,
.registermember-user-types-container .registermember-user-type a.product-type-input div.product-type-container div.button-title,
.custom-button-container .custom-button a.user-type-input div.product-type-container div.button-title,
.registermember-product-types-container .custom-button a.user-type-input div.product-type-container div.button-title,
.registermember-user-types-container .custom-button a.user-type-input div.product-type-container div.button-title,
.custom-button-container .registermember-product-type a.user-type-input div.product-type-container div.button-title,
.registermember-product-types-container .registermember-product-type a.user-type-input div.product-type-container div.button-title,
.registermember-user-types-container .registermember-product-type a.user-type-input div.product-type-container div.button-title,
.custom-button-container .registermember-user-type a.user-type-input div.product-type-container div.button-title,
.registermember-product-types-container .registermember-user-type a.user-type-input div.product-type-container div.button-title,
.registermember-user-types-container .registermember-user-type a.user-type-input div.product-type-container div.button-title,
.custom-button-container .custom-button a.custom-button-a div.user-type-container div.button-title,
.registermember-product-types-container .custom-button a.custom-button-a div.user-type-container div.button-title,
.registermember-user-types-container .custom-button a.custom-button-a div.user-type-container div.button-title,
.custom-button-container .registermember-product-type a.custom-button-a div.user-type-container div.button-title,
.registermember-product-types-container .registermember-product-type a.custom-button-a div.user-type-container div.button-title,
.registermember-user-types-container .registermember-product-type a.custom-button-a div.user-type-container div.button-title,
.custom-button-container .registermember-user-type a.custom-button-a div.user-type-container div.button-title,
.registermember-product-types-container .registermember-user-type a.custom-button-a div.user-type-container div.button-title,
.registermember-user-types-container .registermember-user-type a.custom-button-a div.user-type-container div.button-title,
.custom-button-container .custom-button a.product-type-input div.user-type-container div.button-title,
.registermember-product-types-container .custom-button a.product-type-input div.user-type-container div.button-title,
.registermember-user-types-container .custom-button a.product-type-input div.user-type-container div.button-title,
.custom-button-container .registermember-product-type a.product-type-input div.user-type-container div.button-title,
.registermember-product-types-container .registermember-product-type a.product-type-input div.user-type-container div.button-title,
.registermember-user-types-container .registermember-product-type a.product-type-input div.user-type-container div.button-title,
.custom-button-container .registermember-user-type a.product-type-input div.user-type-container div.button-title,
.registermember-product-types-container .registermember-user-type a.product-type-input div.user-type-container div.button-title,
.registermember-user-types-container .registermember-user-type a.product-type-input div.user-type-container div.button-title,
.custom-button-container .custom-button a.user-type-input div.user-type-container div.button-title,
.registermember-product-types-container .custom-button a.user-type-input div.user-type-container div.button-title,
.registermember-user-types-container .custom-button a.user-type-input div.user-type-container div.button-title,
.custom-button-container .registermember-product-type a.user-type-input div.user-type-container div.button-title,
.registermember-product-types-container .registermember-product-type a.user-type-input div.user-type-container div.button-title,
.registermember-user-types-container .registermember-product-type a.user-type-input div.user-type-container div.button-title,
.custom-button-container .registermember-user-type a.user-type-input div.user-type-container div.button-title,
.registermember-product-types-container .registermember-user-type a.user-type-input div.user-type-container div.button-title,
.registermember-user-types-container .registermember-user-type a.user-type-input div.user-type-container div.button-title {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}
.custom-button-container .custom-button a.custom-button-a div.custom-button-container-inner div.button-content,
.registermember-product-types-container .custom-button a.custom-button-a div.custom-button-container-inner div.button-content,
.registermember-user-types-container .custom-button a.custom-button-a div.custom-button-container-inner div.button-content,
.custom-button-container .registermember-product-type a.custom-button-a div.custom-button-container-inner div.button-content,
.registermember-product-types-container .registermember-product-type a.custom-button-a div.custom-button-container-inner div.button-content,
.registermember-user-types-container .registermember-product-type a.custom-button-a div.custom-button-container-inner div.button-content,
.custom-button-container .registermember-user-type a.custom-button-a div.custom-button-container-inner div.button-content,
.registermember-product-types-container .registermember-user-type a.custom-button-a div.custom-button-container-inner div.button-content,
.registermember-user-types-container .registermember-user-type a.custom-button-a div.custom-button-container-inner div.button-content,
.custom-button-container .custom-button a.product-type-input div.custom-button-container-inner div.button-content,
.registermember-product-types-container .custom-button a.product-type-input div.custom-button-container-inner div.button-content,
.registermember-user-types-container .custom-button a.product-type-input div.custom-button-container-inner div.button-content,
.custom-button-container .registermember-product-type a.product-type-input div.custom-button-container-inner div.button-content,
.registermember-product-types-container .registermember-product-type a.product-type-input div.custom-button-container-inner div.button-content,
.registermember-user-types-container .registermember-product-type a.product-type-input div.custom-button-container-inner div.button-content,
.custom-button-container .registermember-user-type a.product-type-input div.custom-button-container-inner div.button-content,
.registermember-product-types-container .registermember-user-type a.product-type-input div.custom-button-container-inner div.button-content,
.registermember-user-types-container .registermember-user-type a.product-type-input div.custom-button-container-inner div.button-content,
.custom-button-container .custom-button a.user-type-input div.custom-button-container-inner div.button-content,
.registermember-product-types-container .custom-button a.user-type-input div.custom-button-container-inner div.button-content,
.registermember-user-types-container .custom-button a.user-type-input div.custom-button-container-inner div.button-content,
.custom-button-container .registermember-product-type a.user-type-input div.custom-button-container-inner div.button-content,
.registermember-product-types-container .registermember-product-type a.user-type-input div.custom-button-container-inner div.button-content,
.registermember-user-types-container .registermember-product-type a.user-type-input div.custom-button-container-inner div.button-content,
.custom-button-container .registermember-user-type a.user-type-input div.custom-button-container-inner div.button-content,
.registermember-product-types-container .registermember-user-type a.user-type-input div.custom-button-container-inner div.button-content,
.registermember-user-types-container .registermember-user-type a.user-type-input div.custom-button-container-inner div.button-content,
.custom-button-container .custom-button a.custom-button-a div.product-type-container div.button-content,
.registermember-product-types-container .custom-button a.custom-button-a div.product-type-container div.button-content,
.registermember-user-types-container .custom-button a.custom-button-a div.product-type-container div.button-content,
.custom-button-container .registermember-product-type a.custom-button-a div.product-type-container div.button-content,
.registermember-product-types-container .registermember-product-type a.custom-button-a div.product-type-container div.button-content,
.registermember-user-types-container .registermember-product-type a.custom-button-a div.product-type-container div.button-content,
.custom-button-container .registermember-user-type a.custom-button-a div.product-type-container div.button-content,
.registermember-product-types-container .registermember-user-type a.custom-button-a div.product-type-container div.button-content,
.registermember-user-types-container .registermember-user-type a.custom-button-a div.product-type-container div.button-content,
.custom-button-container .custom-button a.product-type-input div.product-type-container div.button-content,
.registermember-product-types-container .custom-button a.product-type-input div.product-type-container div.button-content,
.registermember-user-types-container .custom-button a.product-type-input div.product-type-container div.button-content,
.custom-button-container .registermember-product-type a.product-type-input div.product-type-container div.button-content,
.registermember-product-types-container .registermember-product-type a.product-type-input div.product-type-container div.button-content,
.registermember-user-types-container .registermember-product-type a.product-type-input div.product-type-container div.button-content,
.custom-button-container .registermember-user-type a.product-type-input div.product-type-container div.button-content,
.registermember-product-types-container .registermember-user-type a.product-type-input div.product-type-container div.button-content,
.registermember-user-types-container .registermember-user-type a.product-type-input div.product-type-container div.button-content,
.custom-button-container .custom-button a.user-type-input div.product-type-container div.button-content,
.registermember-product-types-container .custom-button a.user-type-input div.product-type-container div.button-content,
.registermember-user-types-container .custom-button a.user-type-input div.product-type-container div.button-content,
.custom-button-container .registermember-product-type a.user-type-input div.product-type-container div.button-content,
.registermember-product-types-container .registermember-product-type a.user-type-input div.product-type-container div.button-content,
.registermember-user-types-container .registermember-product-type a.user-type-input div.product-type-container div.button-content,
.custom-button-container .registermember-user-type a.user-type-input div.product-type-container div.button-content,
.registermember-product-types-container .registermember-user-type a.user-type-input div.product-type-container div.button-content,
.registermember-user-types-container .registermember-user-type a.user-type-input div.product-type-container div.button-content,
.custom-button-container .custom-button a.custom-button-a div.user-type-container div.button-content,
.registermember-product-types-container .custom-button a.custom-button-a div.user-type-container div.button-content,
.registermember-user-types-container .custom-button a.custom-button-a div.user-type-container div.button-content,
.custom-button-container .registermember-product-type a.custom-button-a div.user-type-container div.button-content,
.registermember-product-types-container .registermember-product-type a.custom-button-a div.user-type-container div.button-content,
.registermember-user-types-container .registermember-product-type a.custom-button-a div.user-type-container div.button-content,
.custom-button-container .registermember-user-type a.custom-button-a div.user-type-container div.button-content,
.registermember-product-types-container .registermember-user-type a.custom-button-a div.user-type-container div.button-content,
.registermember-user-types-container .registermember-user-type a.custom-button-a div.user-type-container div.button-content,
.custom-button-container .custom-button a.product-type-input div.user-type-container div.button-content,
.registermember-product-types-container .custom-button a.product-type-input div.user-type-container div.button-content,
.registermember-user-types-container .custom-button a.product-type-input div.user-type-container div.button-content,
.custom-button-container .registermember-product-type a.product-type-input div.user-type-container div.button-content,
.registermember-product-types-container .registermember-product-type a.product-type-input div.user-type-container div.button-content,
.registermember-user-types-container .registermember-product-type a.product-type-input div.user-type-container div.button-content,
.custom-button-container .registermember-user-type a.product-type-input div.user-type-container div.button-content,
.registermember-product-types-container .registermember-user-type a.product-type-input div.user-type-container div.button-content,
.registermember-user-types-container .registermember-user-type a.product-type-input div.user-type-container div.button-content,
.custom-button-container .custom-button a.user-type-input div.user-type-container div.button-content,
.registermember-product-types-container .custom-button a.user-type-input div.user-type-container div.button-content,
.registermember-user-types-container .custom-button a.user-type-input div.user-type-container div.button-content,
.custom-button-container .registermember-product-type a.user-type-input div.user-type-container div.button-content,
.registermember-product-types-container .registermember-product-type a.user-type-input div.user-type-container div.button-content,
.registermember-user-types-container .registermember-product-type a.user-type-input div.user-type-container div.button-content,
.custom-button-container .registermember-user-type a.user-type-input div.user-type-container div.button-content,
.registermember-product-types-container .registermember-user-type a.user-type-input div.user-type-container div.button-content,
.registermember-user-types-container .registermember-user-type a.user-type-input div.user-type-container div.button-content {
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
}
.custom-button-container .custom-button a.custom-button-a div.custom-button-container-inner div.spinner,
.registermember-product-types-container .custom-button a.custom-button-a div.custom-button-container-inner div.spinner,
.registermember-user-types-container .custom-button a.custom-button-a div.custom-button-container-inner div.spinner,
.custom-button-container .registermember-product-type a.custom-button-a div.custom-button-container-inner div.spinner,
.registermember-product-types-container .registermember-product-type a.custom-button-a div.custom-button-container-inner div.spinner,
.registermember-user-types-container .registermember-product-type a.custom-button-a div.custom-button-container-inner div.spinner,
.custom-button-container .registermember-user-type a.custom-button-a div.custom-button-container-inner div.spinner,
.registermember-product-types-container .registermember-user-type a.custom-button-a div.custom-button-container-inner div.spinner,
.registermember-user-types-container .registermember-user-type a.custom-button-a div.custom-button-container-inner div.spinner,
.custom-button-container .custom-button a.product-type-input div.custom-button-container-inner div.spinner,
.registermember-product-types-container .custom-button a.product-type-input div.custom-button-container-inner div.spinner,
.registermember-user-types-container .custom-button a.product-type-input div.custom-button-container-inner div.spinner,
.custom-button-container .registermember-product-type a.product-type-input div.custom-button-container-inner div.spinner,
.registermember-product-types-container .registermember-product-type a.product-type-input div.custom-button-container-inner div.spinner,
.registermember-user-types-container .registermember-product-type a.product-type-input div.custom-button-container-inner div.spinner,
.custom-button-container .registermember-user-type a.product-type-input div.custom-button-container-inner div.spinner,
.registermember-product-types-container .registermember-user-type a.product-type-input div.custom-button-container-inner div.spinner,
.registermember-user-types-container .registermember-user-type a.product-type-input div.custom-button-container-inner div.spinner,
.custom-button-container .custom-button a.user-type-input div.custom-button-container-inner div.spinner,
.registermember-product-types-container .custom-button a.user-type-input div.custom-button-container-inner div.spinner,
.registermember-user-types-container .custom-button a.user-type-input div.custom-button-container-inner div.spinner,
.custom-button-container .registermember-product-type a.user-type-input div.custom-button-container-inner div.spinner,
.registermember-product-types-container .registermember-product-type a.user-type-input div.custom-button-container-inner div.spinner,
.registermember-user-types-container .registermember-product-type a.user-type-input div.custom-button-container-inner div.spinner,
.custom-button-container .registermember-user-type a.user-type-input div.custom-button-container-inner div.spinner,
.registermember-product-types-container .registermember-user-type a.user-type-input div.custom-button-container-inner div.spinner,
.registermember-user-types-container .registermember-user-type a.user-type-input div.custom-button-container-inner div.spinner,
.custom-button-container .custom-button a.custom-button-a div.product-type-container div.spinner,
.registermember-product-types-container .custom-button a.custom-button-a div.product-type-container div.spinner,
.registermember-user-types-container .custom-button a.custom-button-a div.product-type-container div.spinner,
.custom-button-container .registermember-product-type a.custom-button-a div.product-type-container div.spinner,
.registermember-product-types-container .registermember-product-type a.custom-button-a div.product-type-container div.spinner,
.registermember-user-types-container .registermember-product-type a.custom-button-a div.product-type-container div.spinner,
.custom-button-container .registermember-user-type a.custom-button-a div.product-type-container div.spinner,
.registermember-product-types-container .registermember-user-type a.custom-button-a div.product-type-container div.spinner,
.registermember-user-types-container .registermember-user-type a.custom-button-a div.product-type-container div.spinner,
.custom-button-container .custom-button a.product-type-input div.product-type-container div.spinner,
.registermember-product-types-container .custom-button a.product-type-input div.product-type-container div.spinner,
.registermember-user-types-container .custom-button a.product-type-input div.product-type-container div.spinner,
.custom-button-container .registermember-product-type a.product-type-input div.product-type-container div.spinner,
.registermember-product-types-container .registermember-product-type a.product-type-input div.product-type-container div.spinner,
.registermember-user-types-container .registermember-product-type a.product-type-input div.product-type-container div.spinner,
.custom-button-container .registermember-user-type a.product-type-input div.product-type-container div.spinner,
.registermember-product-types-container .registermember-user-type a.product-type-input div.product-type-container div.spinner,
.registermember-user-types-container .registermember-user-type a.product-type-input div.product-type-container div.spinner,
.custom-button-container .custom-button a.user-type-input div.product-type-container div.spinner,
.registermember-product-types-container .custom-button a.user-type-input div.product-type-container div.spinner,
.registermember-user-types-container .custom-button a.user-type-input div.product-type-container div.spinner,
.custom-button-container .registermember-product-type a.user-type-input div.product-type-container div.spinner,
.registermember-product-types-container .registermember-product-type a.user-type-input div.product-type-container div.spinner,
.registermember-user-types-container .registermember-product-type a.user-type-input div.product-type-container div.spinner,
.custom-button-container .registermember-user-type a.user-type-input div.product-type-container div.spinner,
.registermember-product-types-container .registermember-user-type a.user-type-input div.product-type-container div.spinner,
.registermember-user-types-container .registermember-user-type a.user-type-input div.product-type-container div.spinner,
.custom-button-container .custom-button a.custom-button-a div.user-type-container div.spinner,
.registermember-product-types-container .custom-button a.custom-button-a div.user-type-container div.spinner,
.registermember-user-types-container .custom-button a.custom-button-a div.user-type-container div.spinner,
.custom-button-container .registermember-product-type a.custom-button-a div.user-type-container div.spinner,
.registermember-product-types-container .registermember-product-type a.custom-button-a div.user-type-container div.spinner,
.registermember-user-types-container .registermember-product-type a.custom-button-a div.user-type-container div.spinner,
.custom-button-container .registermember-user-type a.custom-button-a div.user-type-container div.spinner,
.registermember-product-types-container .registermember-user-type a.custom-button-a div.user-type-container div.spinner,
.registermember-user-types-container .registermember-user-type a.custom-button-a div.user-type-container div.spinner,
.custom-button-container .custom-button a.product-type-input div.user-type-container div.spinner,
.registermember-product-types-container .custom-button a.product-type-input div.user-type-container div.spinner,
.registermember-user-types-container .custom-button a.product-type-input div.user-type-container div.spinner,
.custom-button-container .registermember-product-type a.product-type-input div.user-type-container div.spinner,
.registermember-product-types-container .registermember-product-type a.product-type-input div.user-type-container div.spinner,
.registermember-user-types-container .registermember-product-type a.product-type-input div.user-type-container div.spinner,
.custom-button-container .registermember-user-type a.product-type-input div.user-type-container div.spinner,
.registermember-product-types-container .registermember-user-type a.product-type-input div.user-type-container div.spinner,
.registermember-user-types-container .registermember-user-type a.product-type-input div.user-type-container div.spinner,
.custom-button-container .custom-button a.user-type-input div.user-type-container div.spinner,
.registermember-product-types-container .custom-button a.user-type-input div.user-type-container div.spinner,
.registermember-user-types-container .custom-button a.user-type-input div.user-type-container div.spinner,
.custom-button-container .registermember-product-type a.user-type-input div.user-type-container div.spinner,
.registermember-product-types-container .registermember-product-type a.user-type-input div.user-type-container div.spinner,
.registermember-user-types-container .registermember-product-type a.user-type-input div.user-type-container div.spinner,
.custom-button-container .registermember-user-type a.user-type-input div.user-type-container div.spinner,
.registermember-product-types-container .registermember-user-type a.user-type-input div.user-type-container div.spinner,
.registermember-user-types-container .registermember-user-type a.user-type-input div.user-type-container div.spinner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 40px;
  width: 40px;
}
.custom-button-container .custom-button a.custom-button-a.active.error > div,
.registermember-product-types-container .custom-button a.custom-button-a.active.error > div,
.registermember-user-types-container .custom-button a.custom-button-a.active.error > div,
.custom-button-container .registermember-product-type a.custom-button-a.active.error > div,
.registermember-product-types-container .registermember-product-type a.custom-button-a.active.error > div,
.registermember-user-types-container .registermember-product-type a.custom-button-a.active.error > div,
.custom-button-container .registermember-user-type a.custom-button-a.active.error > div,
.registermember-product-types-container .registermember-user-type a.custom-button-a.active.error > div,
.registermember-user-types-container .registermember-user-type a.custom-button-a.active.error > div,
.custom-button-container .custom-button a.custom-button-a.error > div,
.registermember-product-types-container .custom-button a.custom-button-a.error > div,
.registermember-user-types-container .custom-button a.custom-button-a.error > div,
.custom-button-container .registermember-product-type a.custom-button-a.error > div,
.registermember-product-types-container .registermember-product-type a.custom-button-a.error > div,
.registermember-user-types-container .registermember-product-type a.custom-button-a.error > div,
.custom-button-container .registermember-user-type a.custom-button-a.error > div,
.registermember-product-types-container .registermember-user-type a.custom-button-a.error > div,
.registermember-user-types-container .registermember-user-type a.custom-button-a.error > div,
.custom-button-container .custom-button a.product-type-input.error > div,
.registermember-product-types-container .custom-button a.product-type-input.error > div,
.registermember-user-types-container .custom-button a.product-type-input.error > div,
.custom-button-container .registermember-product-type a.product-type-input.error > div,
.registermember-product-types-container .registermember-product-type a.product-type-input.error > div,
.registermember-user-types-container .registermember-product-type a.product-type-input.error > div,
.custom-button-container .registermember-user-type a.product-type-input.error > div,
.registermember-product-types-container .registermember-user-type a.product-type-input.error > div,
.registermember-user-types-container .registermember-user-type a.product-type-input.error > div,
.custom-button-container .custom-button a.user-type-input.error > div,
.registermember-product-types-container .custom-button a.user-type-input.error > div,
.registermember-user-types-container .custom-button a.user-type-input.error > div,
.custom-button-container .registermember-product-type a.user-type-input.error > div,
.registermember-product-types-container .registermember-product-type a.user-type-input.error > div,
.registermember-user-types-container .registermember-product-type a.user-type-input.error > div,
.custom-button-container .registermember-user-type a.user-type-input.error > div,
.registermember-product-types-container .registermember-user-type a.user-type-input.error > div,
.registermember-user-types-container .registermember-user-type a.user-type-input.error > div {
  border: 1px solid #e9394d;
}
.custom-button-container .custom-button a.custom-button-a.active.error > div:focus,
.registermember-product-types-container .custom-button a.custom-button-a.active.error > div:focus,
.registermember-user-types-container .custom-button a.custom-button-a.active.error > div:focus,
.custom-button-container .registermember-product-type a.custom-button-a.active.error > div:focus,
.registermember-product-types-container .registermember-product-type a.custom-button-a.active.error > div:focus,
.registermember-user-types-container .registermember-product-type a.custom-button-a.active.error > div:focus,
.custom-button-container .registermember-user-type a.custom-button-a.active.error > div:focus,
.registermember-product-types-container .registermember-user-type a.custom-button-a.active.error > div:focus,
.registermember-user-types-container .registermember-user-type a.custom-button-a.active.error > div:focus,
.custom-button-container .custom-button a.custom-button-a.error > div:focus,
.registermember-product-types-container .custom-button a.custom-button-a.error > div:focus,
.registermember-user-types-container .custom-button a.custom-button-a.error > div:focus,
.custom-button-container .registermember-product-type a.custom-button-a.error > div:focus,
.registermember-product-types-container .registermember-product-type a.custom-button-a.error > div:focus,
.registermember-user-types-container .registermember-product-type a.custom-button-a.error > div:focus,
.custom-button-container .registermember-user-type a.custom-button-a.error > div:focus,
.registermember-product-types-container .registermember-user-type a.custom-button-a.error > div:focus,
.registermember-user-types-container .registermember-user-type a.custom-button-a.error > div:focus,
.custom-button-container .custom-button a.product-type-input.error > div:focus,
.registermember-product-types-container .custom-button a.product-type-input.error > div:focus,
.registermember-user-types-container .custom-button a.product-type-input.error > div:focus,
.custom-button-container .registermember-product-type a.product-type-input.error > div:focus,
.registermember-product-types-container .registermember-product-type a.product-type-input.error > div:focus,
.registermember-user-types-container .registermember-product-type a.product-type-input.error > div:focus,
.custom-button-container .registermember-user-type a.product-type-input.error > div:focus,
.registermember-product-types-container .registermember-user-type a.product-type-input.error > div:focus,
.registermember-user-types-container .registermember-user-type a.product-type-input.error > div:focus,
.custom-button-container .custom-button a.user-type-input.error > div:focus,
.registermember-product-types-container .custom-button a.user-type-input.error > div:focus,
.registermember-user-types-container .custom-button a.user-type-input.error > div:focus,
.custom-button-container .registermember-product-type a.user-type-input.error > div:focus,
.registermember-product-types-container .registermember-product-type a.user-type-input.error > div:focus,
.registermember-user-types-container .registermember-product-type a.user-type-input.error > div:focus,
.custom-button-container .registermember-user-type a.user-type-input.error > div:focus,
.registermember-product-types-container .registermember-user-type a.user-type-input.error > div:focus,
.registermember-user-types-container .registermember-user-type a.user-type-input.error > div:focus,
.custom-button-container .custom-button a.custom-button-a.active.error > div:hover,
.registermember-product-types-container .custom-button a.custom-button-a.active.error > div:hover,
.registermember-user-types-container .custom-button a.custom-button-a.active.error > div:hover,
.custom-button-container .registermember-product-type a.custom-button-a.active.error > div:hover,
.registermember-product-types-container .registermember-product-type a.custom-button-a.active.error > div:hover,
.registermember-user-types-container .registermember-product-type a.custom-button-a.active.error > div:hover,
.custom-button-container .registermember-user-type a.custom-button-a.active.error > div:hover,
.registermember-product-types-container .registermember-user-type a.custom-button-a.active.error > div:hover,
.registermember-user-types-container .registermember-user-type a.custom-button-a.active.error > div:hover,
.custom-button-container .custom-button a.custom-button-a.error > div:hover,
.registermember-product-types-container .custom-button a.custom-button-a.error > div:hover,
.registermember-user-types-container .custom-button a.custom-button-a.error > div:hover,
.custom-button-container .registermember-product-type a.custom-button-a.error > div:hover,
.registermember-product-types-container .registermember-product-type a.custom-button-a.error > div:hover,
.registermember-user-types-container .registermember-product-type a.custom-button-a.error > div:hover,
.custom-button-container .registermember-user-type a.custom-button-a.error > div:hover,
.registermember-product-types-container .registermember-user-type a.custom-button-a.error > div:hover,
.registermember-user-types-container .registermember-user-type a.custom-button-a.error > div:hover,
.custom-button-container .custom-button a.product-type-input.error > div:hover,
.registermember-product-types-container .custom-button a.product-type-input.error > div:hover,
.registermember-user-types-container .custom-button a.product-type-input.error > div:hover,
.custom-button-container .registermember-product-type a.product-type-input.error > div:hover,
.registermember-product-types-container .registermember-product-type a.product-type-input.error > div:hover,
.registermember-user-types-container .registermember-product-type a.product-type-input.error > div:hover,
.custom-button-container .registermember-user-type a.product-type-input.error > div:hover,
.registermember-product-types-container .registermember-user-type a.product-type-input.error > div:hover,
.registermember-user-types-container .registermember-user-type a.product-type-input.error > div:hover,
.custom-button-container .custom-button a.user-type-input.error > div:hover,
.registermember-product-types-container .custom-button a.user-type-input.error > div:hover,
.registermember-user-types-container .custom-button a.user-type-input.error > div:hover,
.custom-button-container .registermember-product-type a.user-type-input.error > div:hover,
.registermember-product-types-container .registermember-product-type a.user-type-input.error > div:hover,
.registermember-user-types-container .registermember-product-type a.user-type-input.error > div:hover,
.custom-button-container .registermember-user-type a.user-type-input.error > div:hover,
.registermember-product-types-container .registermember-user-type a.user-type-input.error > div:hover,
.registermember-user-types-container .registermember-user-type a.user-type-input.error > div:hover {
  border: 1px solid #00af85;
}
.custom-button-container .custom-button a.custom-button-a.active div.custom-button-container-inner,
.registermember-product-types-container .custom-button a.custom-button-a.active div.custom-button-container-inner,
.registermember-user-types-container .custom-button a.custom-button-a.active div.custom-button-container-inner,
.custom-button-container .registermember-product-type a.custom-button-a.active div.custom-button-container-inner,
.registermember-product-types-container .registermember-product-type a.custom-button-a.active div.custom-button-container-inner,
.registermember-user-types-container .registermember-product-type a.custom-button-a.active div.custom-button-container-inner,
.custom-button-container .registermember-user-type a.custom-button-a.active div.custom-button-container-inner,
.registermember-product-types-container .registermember-user-type a.custom-button-a.active div.custom-button-container-inner,
.registermember-user-types-container .registermember-user-type a.custom-button-a.active div.custom-button-container-inner,
.custom-button-container .custom-button a.product-type-input.active div.custom-button-container-inner,
.registermember-product-types-container .custom-button a.product-type-input.active div.custom-button-container-inner,
.registermember-user-types-container .custom-button a.product-type-input.active div.custom-button-container-inner,
.custom-button-container .registermember-product-type a.product-type-input.active div.custom-button-container-inner,
.registermember-product-types-container .registermember-product-type a.product-type-input.active div.custom-button-container-inner,
.registermember-user-types-container .registermember-product-type a.product-type-input.active div.custom-button-container-inner,
.custom-button-container .registermember-user-type a.product-type-input.active div.custom-button-container-inner,
.registermember-product-types-container .registermember-user-type a.product-type-input.active div.custom-button-container-inner,
.registermember-user-types-container .registermember-user-type a.product-type-input.active div.custom-button-container-inner,
.custom-button-container .custom-button a.user-type-input.active div.custom-button-container-inner,
.registermember-product-types-container .custom-button a.user-type-input.active div.custom-button-container-inner,
.registermember-user-types-container .custom-button a.user-type-input.active div.custom-button-container-inner,
.custom-button-container .registermember-product-type a.user-type-input.active div.custom-button-container-inner,
.registermember-product-types-container .registermember-product-type a.user-type-input.active div.custom-button-container-inner,
.registermember-user-types-container .registermember-product-type a.user-type-input.active div.custom-button-container-inner,
.custom-button-container .registermember-user-type a.user-type-input.active div.custom-button-container-inner,
.registermember-product-types-container .registermember-user-type a.user-type-input.active div.custom-button-container-inner,
.registermember-user-types-container .registermember-user-type a.user-type-input.active div.custom-button-container-inner,
.custom-button-container .custom-button a.custom-button-a.active div.product-type-container,
.registermember-product-types-container .custom-button a.custom-button-a.active div.product-type-container,
.registermember-user-types-container .custom-button a.custom-button-a.active div.product-type-container,
.custom-button-container .registermember-product-type a.custom-button-a.active div.product-type-container,
.registermember-product-types-container .registermember-product-type a.custom-button-a.active div.product-type-container,
.registermember-user-types-container .registermember-product-type a.custom-button-a.active div.product-type-container,
.custom-button-container .registermember-user-type a.custom-button-a.active div.product-type-container,
.registermember-product-types-container .registermember-user-type a.custom-button-a.active div.product-type-container,
.registermember-user-types-container .registermember-user-type a.custom-button-a.active div.product-type-container,
.custom-button-container .custom-button a.product-type-input.active div.product-type-container,
.registermember-product-types-container .custom-button a.product-type-input.active div.product-type-container,
.registermember-user-types-container .custom-button a.product-type-input.active div.product-type-container,
.custom-button-container .registermember-product-type a.product-type-input.active div.product-type-container,
.registermember-product-types-container .registermember-product-type a.product-type-input.active div.product-type-container,
.registermember-user-types-container .registermember-product-type a.product-type-input.active div.product-type-container,
.custom-button-container .registermember-user-type a.product-type-input.active div.product-type-container,
.registermember-product-types-container .registermember-user-type a.product-type-input.active div.product-type-container,
.registermember-user-types-container .registermember-user-type a.product-type-input.active div.product-type-container,
.custom-button-container .custom-button a.user-type-input.active div.product-type-container,
.registermember-product-types-container .custom-button a.user-type-input.active div.product-type-container,
.registermember-user-types-container .custom-button a.user-type-input.active div.product-type-container,
.custom-button-container .registermember-product-type a.user-type-input.active div.product-type-container,
.registermember-product-types-container .registermember-product-type a.user-type-input.active div.product-type-container,
.registermember-user-types-container .registermember-product-type a.user-type-input.active div.product-type-container,
.custom-button-container .registermember-user-type a.user-type-input.active div.product-type-container,
.registermember-product-types-container .registermember-user-type a.user-type-input.active div.product-type-container,
.registermember-user-types-container .registermember-user-type a.user-type-input.active div.product-type-container,
.custom-button-container .custom-button a.custom-button-a.active div.user-type-container,
.registermember-product-types-container .custom-button a.custom-button-a.active div.user-type-container,
.registermember-user-types-container .custom-button a.custom-button-a.active div.user-type-container,
.custom-button-container .registermember-product-type a.custom-button-a.active div.user-type-container,
.registermember-product-types-container .registermember-product-type a.custom-button-a.active div.user-type-container,
.registermember-user-types-container .registermember-product-type a.custom-button-a.active div.user-type-container,
.custom-button-container .registermember-user-type a.custom-button-a.active div.user-type-container,
.registermember-product-types-container .registermember-user-type a.custom-button-a.active div.user-type-container,
.registermember-user-types-container .registermember-user-type a.custom-button-a.active div.user-type-container,
.custom-button-container .custom-button a.product-type-input.active div.user-type-container,
.registermember-product-types-container .custom-button a.product-type-input.active div.user-type-container,
.registermember-user-types-container .custom-button a.product-type-input.active div.user-type-container,
.custom-button-container .registermember-product-type a.product-type-input.active div.user-type-container,
.registermember-product-types-container .registermember-product-type a.product-type-input.active div.user-type-container,
.registermember-user-types-container .registermember-product-type a.product-type-input.active div.user-type-container,
.custom-button-container .registermember-user-type a.product-type-input.active div.user-type-container,
.registermember-product-types-container .registermember-user-type a.product-type-input.active div.user-type-container,
.registermember-user-types-container .registermember-user-type a.product-type-input.active div.user-type-container,
.custom-button-container .custom-button a.user-type-input.active div.user-type-container,
.registermember-product-types-container .custom-button a.user-type-input.active div.user-type-container,
.registermember-user-types-container .custom-button a.user-type-input.active div.user-type-container,
.custom-button-container .registermember-product-type a.user-type-input.active div.user-type-container,
.registermember-product-types-container .registermember-product-type a.user-type-input.active div.user-type-container,
.registermember-user-types-container .registermember-product-type a.user-type-input.active div.user-type-container,
.custom-button-container .registermember-user-type a.user-type-input.active div.user-type-container,
.registermember-product-types-container .registermember-user-type a.user-type-input.active div.user-type-container,
.registermember-user-types-container .registermember-user-type a.user-type-input.active div.user-type-container {
  border: 1px solid #00af85;
  background: #e2e2e2;
}
.custom-button-container .custom-button a.custom-button-a.disabled,
.registermember-product-types-container .custom-button a.custom-button-a.disabled,
.registermember-user-types-container .custom-button a.custom-button-a.disabled,
.custom-button-container .registermember-product-type a.custom-button-a.disabled,
.registermember-product-types-container .registermember-product-type a.custom-button-a.disabled,
.registermember-user-types-container .registermember-product-type a.custom-button-a.disabled,
.custom-button-container .registermember-user-type a.custom-button-a.disabled,
.registermember-product-types-container .registermember-user-type a.custom-button-a.disabled,
.registermember-user-types-container .registermember-user-type a.custom-button-a.disabled {
  background: #888 !important;
  opacity: 0.6;
  cursor: default;
}
.custom-button-container .registermember-user-type:first-child,
.registermember-product-types-container .registermember-user-type:first-child,
.registermember-user-types-container .registermember-user-type:first-child {
  padding-left: 15px;
  padding-right: 5px;
}
.custom-button-container .registermember-user-type:last-child,
.registermember-product-types-container .registermember-user-type:last-child,
.registermember-user-types-container .registermember-user-type:last-child {
  padding-right: 15px;
  padding-left: 5px;
}
img.button-icon-standard {
  height: 55px;
  margin-bottom: 10px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.module-manage-deposits form#payment-selection div.field.type-radio .input ol li {
  width: 33%;
}
@media (max-width: 767px) {
  .custom-button .custom-button-container-inner,
  .registermember-user-types-container .custom-button-container-inner,
  .custom-button .registermember-user-type,
  .registermember-user-types-container .registermember-user-type {
    padding: 0 15px;
  }
  .custom-button .custom-button-container-inner,
  .registermember-user-types-container .custom-button-container-inner,
  .custom-button .registermember-user-type:first-child,
  .registermember-user-types-container .registermember-user-type:first-child {
    padding-left: 15px;
    padding-right: 15px;
  }
  .custom-button .custom-button-container-inner,
  .registermember-user-types-container .custom-button-container-inner,
  .custom-button .registermember-user-type:last-child,
  .registermember-user-types-container .registermember-user-type:last-child {
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 15px;
  }
  div.field.type-radio .input ol li:first-child {
    padding: 0 15px;
    margin-bottom: 0;
  }
  div.field.type-radio .input ol li {
    margin-top: 5px;
  }
}
form.standard fieldset div.field.postcodeanywhere .input,
fieldset#transfer-multiple-fieldset div.field.postcodeanywhere .input,
form.extended fieldset div.field.postcodeanywhere .input,
#outcome-fieldset div.field.postcodeanywhere .input,
#worldpay-tools div.field.postcodeanywhere .input {
  position: relative;
}
form.standard fieldset div.field.postcodeanywhere .input input,
fieldset#transfer-multiple-fieldset div.field.postcodeanywhere .input input,
form.extended fieldset div.field.postcodeanywhere .input input,
#outcome-fieldset div.field.postcodeanywhere .input input,
#worldpay-tools div.field.postcodeanywhere .input input {
  width: 60%;
  float: left;
}
form.standard fieldset div.field.postcodeanywhere .input button.postcodefinder,
fieldset#transfer-multiple-fieldset div.field.postcodeanywhere .input button.postcodefinder,
form.extended fieldset div.field.postcodeanywhere .input button.postcodefinder,
#outcome-fieldset div.field.postcodeanywhere .input button.postcodefinder,
#worldpay-tools div.field.postcodeanywhere .input button.postcodefinder {
  margin-left: 2%;
  width: 38%;
  /*position: absolute;*/
  /*top: 24px;*/
  /*right: 0;*/
  background: #12175e;
  border: 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  color: #fff;
  font-family: 'PT Sans', sans-serif;
  padding: 13px 10px;
  font-size: 1.2em;
}
form.standard fieldset div.field.postcodeanywhere .input button.postcodefinder:before,
fieldset#transfer-multiple-fieldset div.field.postcodeanywhere .input button.postcodefinder:before,
form.extended fieldset div.field.postcodeanywhere .input button.postcodefinder:before,
#outcome-fieldset div.field.postcodeanywhere .input button.postcodefinder:before,
#worldpay-tools div.field.postcodeanywhere .input button.postcodefinder:before {
  content: "\f002";
  font-family: 'FontAwesome';
  margin-right: 0.5em;
}
form.standard fieldset div.field.postcodeanywhere .input span.hint-handle,
fieldset#transfer-multiple-fieldset div.field.postcodeanywhere .input span.hint-handle,
form.extended fieldset div.field.postcodeanywhere .input span.hint-handle,
#outcome-fieldset div.field.postcodeanywhere .input span.hint-handle,
#worldpay-tools div.field.postcodeanywhere .input span.hint-handle {
  display: none;
}
/*form.standard fieldset div.type-text input*/
.pca-autocomplete-holder {
  position: relative;
  font-family: 'PT Sans', sans-serif;
}
.pca-autocomplete-holder a.manual-entry {
  position: absolute;
  top: 0;
  right: 0;
}
.pca-autocomplete-holder .spinner {
  position: absolute;
  top: 7px;
  right: 10px;
}
.pca-autocomplete-holder div.type-text div.input:before {
  content: "\f002";
  font-family: "FontAwesome";
  position: absolute;
  top: 14px;
  color: #1caf84;
  font-size: 25px;
  left: 10px;
}
.pca-autocomplete-holder div.type-text div.input input[type="text"] {
  padding-left: 40px;
}
.pca-autocomplete-holder ul.postcodeanywhere-list-auto {
  position: absolute;
  z-index: 111;
  background: white;
  border: 1px solid #00af85;
  border-radius: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  max-height: 375px;
  overflow-y: auto;
}
.pca-autocomplete-holder ul.postcodeanywhere-list-auto li {
  padding: 10px 15px;
  padding: 3px 10px;
  cursor: pointer;
}
.pca-autocomplete-holder ul.postcodeanywhere-list-auto li:hover,
.pca-autocomplete-holder ul.postcodeanywhere-list-auto li:focus {
  background: #00af85;
  color: white;
}
div.wysiwyg {
  font-size: 1.2em;
}
div.paging {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  font-family: 'PT Sans', sans-serif;
}
div.paging:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
div.paging:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
div.paging .of {
  display: none;
}
div.paging ol.paging {
  background: #e2e2e2;
  border: 1px solid #bdbec1;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  font-size: 0.867em;
  list-style: none;
  padding: 0;
}
div.paging ol.paging:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
div.paging ol.paging:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
div.paging ol.paging li {
  border-left: 1px solid #bdbec1;
  float: left;
  font-style: normal;
  list-style: none;
  padding: 0;
}
div.paging ol.paging li:before {
  content: "";
  display: none;
}
div.paging ol.paging li.previous,
div.paging ol.paging li.first {
  border-left: 0;
}
div.paging ol.paging li.previous a,
div.paging ol.paging li.previous span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-bottom-left-radius: 8px;
  -ms-border-bottom-left-radius: 8px;
  -o-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-top-left-radius: 8px;
  -ms-border-top-left-radius: 8px;
  -o-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  display: block;
  text-indent: -1000px;
  overflow: hidden;
  position: relative;
  width: 2em;
}
div.paging ol.paging li.previous a:before,
div.paging ol.paging li.previous span:before {
  content: "\f053";
  font-family: 'FontAwesome';
  position: absolute;
  text-indent: 0;
  top: 0;
  left: 0;
  padding: 0.4em 0.75em;
}
div.paging ol.paging li.next a,
div.paging ol.paging li.next span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-bottom-right-radius: 8px;
  -ms-border-bottom-right-radius: 8px;
  -o-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-top-right-radius: 8px;
  -ms-border-top-right-radius: 8px;
  -o-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
  display: block;
  text-indent: -1000px;
  overflow: hidden;
  position: relative;
  width: 2em;
}
div.paging ol.paging li.next a:before,
div.paging ol.paging li.next span:before {
  content: "\f054";
  font-family: 'FontAwesome';
  position: absolute;
  text-indent: 0;
  top: 0;
  left: 0;
  padding: 0.4em 0.75em;
}
div.paging ol.paging li.first a,
div.paging ol.paging li.first span {
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-bottom-left-radius: 8px;
  -ms-border-bottom-left-radius: 8px;
  -o-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-top-left-radius: 8px;
  -ms-border-top-left-radius: 8px;
  -o-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
}
div.paging ol.paging li.last a,
div.paging ol.paging li.last span {
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-bottom-right-radius: 8px;
  -ms-border-bottom-right-radius: 8px;
  -o-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-top-right-radius: 8px;
  -ms-border-top-right-radius: 8px;
  -o-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
}
div.paging ol.paging li a {
  display: block;
  padding: 0.3em 0.85em;
  text-decoration: none;
}
div.paging ol.paging li a:hover {
  background: #ab115a;
  color: #FFF;
}
div.paging ol.paging li a:active {
  background: #00af85;
  color: #FFF;
}
div.paging ol.paging li span {
  color: #666666;
  display: block;
  padding: 0.3em 0.85em;
}
div.paging ol.paging li.active a {
  background: #00af85;
  color: #FFF;
}
h2.standout,
.panel h2 {
  border-bottom: solid 10px #12175e;
}
h2.standout span,
.panel h2 span {
  background: #12175e;
  color: #ffffff;
  display: block;
  float: left;
  font-weight: normal;
  padding: 0.3em;
}
h2.standout small,
.panel h2 small {
  background: #12175e;
  clear: left;
  color: #ffffff;
  display: block;
  font-weight: normal;
  padding: 0.3em;
}
h2.standout.theme1,
.panel.theme1 h2 {
  border-bottom-color: #12175e;
}
h2.standout.theme1 span,
h2.standout.theme1 small,
.panel.theme1 h2 span,
.panel.theme1 h2 small {
  background: #12175e;
  color: #ffffff;
}
h2.standout.theme2,
.panel.theme2 h2 {
  border-bottom-color: #ab115a;
}
h2.standout.theme2 span,
h2.standout.theme2 small,
.panel.theme2 h2 span,
.panel.theme2 h2 small {
  background: #ab115a;
  color: #ffffff;
}
h2.standout.theme3,
.panel.theme3 h2 {
  border-bottom-color: #1bb2e9;
}
h2.standout.theme3 span,
h2.standout.theme3 small,
.panel.theme3 h2 span,
.panel.theme3 h2 small {
  background: #1bb2e9;
  color: #ffffff;
}
h2.standout.theme4,
.panel.theme4 h2 {
  border-bottom-color: #6d3880;
}
h2.standout.theme4 span,
h2.standout.theme4 small,
.panel.theme4 h2 span,
.panel.theme4 h2 small {
  background: #6d3880;
  color: #ffffff;
}
h2.standout.theme5,
.panel.theme5 h2 {
  border-bottom-color: #dc681d;
}
h2.standout.theme5 span,
h2.standout.theme5 small,
.panel.theme5 h2 span,
.panel.theme5 h2 small {
  background: #dc681d;
  color: #ffffff;
}
h2.standout.theme6,
.panel.theme6 h2 {
  border-bottom-color: #00af85;
}
h2.standout.theme6 span,
h2.standout.theme6 small,
.panel.theme6 h2 span,
.panel.theme6 h2 small {
  background: #00af85;
  color: #ffffff;
}
.tabs {
  margin: 1em 0;
  clear: both;
}
.tabs .tab-links {
  border-bottom: 9px solid #258e70;
  margin: 0;
  padding-left: 0;
}
.tabs .tab-links li {
  background: #c1e4d7 no-repeat bottom left;
  color: #00af85;
  cursor: pointer;
  display: inline-block;
  font-size: 1.333em;
  font-style: normal;
  font-weight: normal;
  line-height: 2.2em;
  padding: 0 1.250em;
}
.tabs .tab-links li.active {
  background-color: #258e70;
  color: #FFF;
  cursor: default;
}
.tabs .tab-links li.active + li {
  background-image: url("data:image/gif;base64,R0lGODlhEQAsAOeQAI+toZOsppCuoo2voYywopGvo42xo5KwpJSwpJGxpJivqZOxpZWxpZKypZexpJexppSypoy1pZayppOzppC0ppiypZiyp5Wzp5K0ppWzq422ppezp5S0p5O0q5G1q5mzqJa0qI63p5i0qJW1qJq0qZe1qY+4qJm1qZa2qZW2rZu1qpi2qpS4qpy2qZm3q5e4r5q4rJq4sJK7q5m5rJu5rZy6rpq8rpy8r5a/r529sJu/saC+spnCsqW/sqPBtaPDtqDEuqTEt6bEuKPFt6jEuKTGuKbGuaPHuanHu6rIvKrMvq3NwKrOwLLMv67Owa3PwbDQw7PRxa/TxbXTx7PVx6Xcx7fXyrXZy7fZy7bazL7Yy7vZzbfbzb/Zzrbc0bvbzrjczr3bz7rczrndz7vdz8jZ0bre0Lze0L7e0bvf0b3f0brg0bzg0r7g0rvh0rvh1MDg073h07Xk0r/h07zi08Hh1L7i1MHh1sbg08Di1M3e1r3j1L3j1sLi1b/j1cTi1sHj1b7k1cPj1sDk1sLk1sHl18Pl18Lm2MTm2MPn2cTo2tni3cbo2sXp29Hm3c7o3////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////yH5BAEKAP8ALAAAAAARACwAAAj+AIkM0sOnoMGDB23I6fKmocOHDwlUqXOnosWLFx/wwBMnziA/bOKwsUOypJ0HOLTYiVOS5SCTJC3IaOInTho7L+0UgmnHgoYecfyYiVPIJc8PEVpwGXSzUBqWPElEqMBkkEszK3mqCOFAR1A7Qq1qNVGBQpqadswc4tmT7IYkf+q0OURnD08Lbn2E6TNnkBs6d93CiNInT5w1gGHirSBiARI4hNj8DVzhxIEdXwzF2WNXMdkTEFxAAeQnUGeTiyWsWBBEzaBAiVGTRQADwA0xr9dQBgHiwoQljADNoXyheAMjeYRThgABRIIcWJR7rsDc+YgnefIQB1FiQoMiZwjl7S5xYcQEG1TET7+wegQHDEq0T4ewQsAIFAOGtFkO4kDoBTRMMYZHabGx2AIgLPAfCEnYwUZIIi1WAAjMrXZADXakMRRIix1A3gLkFQDBFU+xFMdiEHzIHXNHmKGISG1VwFt1JfDGQhaNiOTHYuRBcAFvvBkghR83DbLYCszVyNwFBDABxhiDFLJYcVRSSdsWgpARY5VVMrACYW2cSBaXVG4AghBoRDYlmReABoMViKSxJpmgLeAEIAaOyeYGFxTwgxhbsikBhTNQIaWeZCJQ4wRPJKJAADFkIOmkknbwQgoeAOFFQAA7");
}
.tabs .tab {
  background: #00af85;
  color: #FFF;
  font-style: italic;
}
.tabs .tab.tenant_tenancy_list {
  background: #ffffff;
}
.tabs .tab.tenant_tenancy_list caption {
  font-size: 1.2667em;
}
.tabs .tab h2:first-child,
.tabs .tab h3:first-child,
.tabs .tab h4:first-child,
.tabs .tab h5:first-child,
.tabs .tab h6:first-child {
  padding: 1em;
}
.tabs .tab h2,
.tabs .tab h3,
.tabs .tab h4,
.tabs .tab h5,
.tabs .tab h6,
.tabs .tab div.wysiwyg a {
  background-color: #258e70;
  color: #FFF;
  font-weight: normal;
  font-style: normal;
  margin: 0;
  text-decoration: none;
}
.tabs .tab .tab-content {
  padding: 1em;
}
.tabs .tab .tab-content table tbody td {
  color: #444;
}
.tabs .tab .tab-content form {
  font-style: normal;
}
.tabs.tabbed .tab {
  margin-bottom: 1em;
  padding: 1.867em 1.667em;
}
.tabs.tabbed .tab .tab-content {
  padding: 0;
}
.tabs.tabbed .tab h2:first-child,
.tabs.tabbed .tab h3:first-child,
.tabs.tabbed .tab h4:first-child,
.tabs.tabbed .tab h5:first-child,
.tabs.tabbed .tab h6:first-child {
  margin: 0 0 1em 0;
  padding: 0;
}
.tabs.tabbed .tab h2,
.tabs.tabbed .tab h3,
.tabs.tabbed .tab h4,
.tabs.tabbed .tab h5,
.tabs.tabbed .tab h6,
.tabs.tabbed .tab a,
.tabs.tabbed .tab legend {
  background: transparent;
  color: #e2e2e2;
}
.tabs.accordion .tab {
  border-top: solid 1px #c1e4d7;
}
.tabs.accordion .tab:first-child {
  border-top: 0;
}
.tabs.accordion .tab > h2:first-child,
.tabs.accordion .tab > h3:first-child,
.tabs.accordion .tab > h4:first-child,
.tabs.accordion .tab > h5:first-child,
.tabs.accordion .tab > h6:first-child {
  font-size: 1.154em;
  line-height: 1.133em;
  cursor: pointer;
}
.tabs.accordion .tab > h2:first-child:before,
.tabs.accordion .tab > h3:first-child:before,
.tabs.accordion .tab > h4:first-child:before,
.tabs.accordion .tab > h5:first-child:before,
.tabs.accordion .tab > h6:first-child:before {
  font-family: FontAwesome;
  content: "\f0fe";
  margin-right: 0.5em;
}
.tabs.accordion .tab.active > h2:first-child:before,
.tabs.accordion .tab.active > h3:first-child:before,
.tabs.accordion .tab.active > h4:first-child:before,
.tabs.accordion .tab.active > h5:first-child:before,
.tabs.accordion .tab.active > h6:first-child:before {
  content: "\f146";
}
.tabs.accordion .tab .tab-content > ul.tools {
  margin: 1em;
}
.tabs.accordion .tab .tab-content h2,
.tabs.accordion .tab .tab-content h3,
.tabs.accordion .tab .tab-content h4,
.tabs.accordion .tab .tab-content h5,
.tabs.accordion .tab .tab-content h6 {
  background: transparent;
  color: #e2e2e2;
}
.tabs.deposits-lists .tab h2:first-child:before,
.tabs.deposits-lists .tab h3:first-child:before,
.tabs.deposits-lists .tab h4:first-child:before,
.tabs.deposits-lists .tab h5:first-child:before,
.tabs.deposits-lists .tab h6:first-child:before {
  content: none;
}
.tabs.deposits-lists .tab h2:first-child .row .title:before,
.tabs.deposits-lists .tab h3:first-child .row .title:before,
.tabs.deposits-lists .tab h4:first-child .row .title:before,
.tabs.deposits-lists .tab h5:first-child .row .title:before,
.tabs.deposits-lists .tab h6:first-child .row .title:before {
  font-family: FontAwesome;
  content: "\f13a";
  margin-right: 0.5em;
  float: left;
}
.tabs.deposits-lists .tab.active h2:first-child:before,
.tabs.deposits-lists .tab.active h3:first-child:before,
.tabs.deposits-lists .tab.active h4:first-child:before,
.tabs.deposits-lists .tab.active h5:first-child:before,
.tabs.deposits-lists .tab.active h6:first-child:before {
  content: none;
}
.tabs.deposits-lists .tab.active h2:first-child .row .title:before,
.tabs.deposits-lists .tab.active h3:first-child .row .title:before,
.tabs.deposits-lists .tab.active h4:first-child .row .title:before,
.tabs.deposits-lists .tab.active h5:first-child .row .title:before,
.tabs.deposits-lists .tab.active h6:first-child .row .title:before {
  content: "\f139";
}
.tabs.deposits-lists .tab .tab-content {
  padding: 0;
}
.tabs.deposits-lists .tab .tab-content table {
  margin: 0;
}
.tabs.deposits-lists .tab .tab-content table tr td ul.tools {
  margin-bottom: 0;
}
.tabs.deposits-lists .tab .tab-content table tr td ul.tools li {
  margin-bottom: 0;
}
.tag-cloud ul.cloud {
  padding-left: 0;
  list-style: none;
}
.tag-cloud ul.cloud li {
  display: inline;
  margin: 0 1em 1em 0;
  font-style: normal;
}
.tag-cloud ul.cloud li.weight1 {
  font-size: 0.7em;
}
.tag-cloud ul.cloud li.weight3 {
  font-size: 1.3em;
}
.tag-cloud ul.cloud li.weight4 {
  font-size: 1.6em;
}
.tag-cloud ul.cloud li.weight5 {
  font-size: 1.9em;
}
/* CONTENT SLIDER */
.flexslider {
  position: relative;
}
.flexslider .slides li {
  background: #e2e2e2;
}
.flexslider .flex-direction-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flexslider .flex-direction-nav li a {
  width: 1.2em;
  display: block;
  top: 0;
  height: 100%;
  background: #00af85;
  cursor: pointer;
  position: absolute;
  z-index: 2;
  text-decoration: none;
}
.flexslider .flex-direction-nav li a.flex-prev {
  left: 0;
}
.flexslider .flex-direction-nav li a.flex-prev:before {
  font-family: FontAwesome;
  color: #FFF;
  position: relative;
  top: 45%;
  left: 30%;
  height: 50%;
  width: 100%;
  content: "\f0d9";
}
.flexslider .flex-direction-nav li a.flex-next {
  right: 0;
}
.flexslider .flex-direction-nav li a.flex-next:before {
  font-family: FontAwesome;
  color: #FFF;
  position: relative;
  top: 45%;
  left: 30%;
  height: 50%;
  width: 100%;
  content: "\f0da";
}
/** /!!! core css Should not edit !!!/**/
.lSSlideOuter {
  overflow: hidden;
}
.lightSlider:before,
.lightSlider:after {
  content: " ";
  display: table;
}
.lightSlider {
  overflow: hidden;
}
.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.lSSlideWrapper > .lightSlider:after {
  clear: both;
}
.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform, height;
  transition-property: transform,height;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-timing-function: inherit;
  transition-timing-function: inherit;
}
.lSSlideWrapper .lSFade {
  position: relative;
}
.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit;
  transition-timing-function: inherit;
}
.lSSlideWrapper .lSFade > *.active {
  z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/
/* Pager */
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #428bca;
}
.lSSlideOuter .media {
  opacity: 0.8;
}
.lSSlideOuter .media.active {
  opacity: 1;
}
/* End of pager */
/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
  opacity: 0.7;
  overflow: hidden;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
  opacity: 1;
}
.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before,
.lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
  clear: both;
}
/* End of Gallery*/
/* slider actions */
.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  background-image: url('../img/controls.png');
  cursor: pointer;
  position: absolute;
  z-index: 9999;
  margin-top: -16px;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
  opacity: 1;
}
.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px;
}
.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px;
}
.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}
/* vertical */
.lSSlideOuter.vertical {
  position: relative;
}
.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important;
}
/* Rtl */
.lSSlideOuter.lSrtl {
  direction: rtl;
}
.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider,
.lSSlideOuter.lSrtl .lSPager {
  padding-right: 0;
}
.lSSlideOuter .lightSlider > *,
.lSSlideOuter .lSGallery li {
  float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,
.lSSlideOuter.lSrtl .lSGallery li {
  float: right !important;
}
.basket-items .item,
#bktOtherTenants .item,
#bktOtherPersons .item {
  cursor: pointer;
}
#leadtenantitem .item {
  cursor: default;
}
.basket-items .item,
#bktOtherTenants .item,
#bktOtherPersons .item,
#leadtenantitem .item {
  border: solid 1px #cdcccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #e2e2e2;
  font-size: 0.8em;
  padding: 0.3em  2em  0.3em  0.3em;
  position: relative;
  margin-bottom: 0.3em;
}
.basket-items .item .name,
#bktOtherTenants .item .name,
#bktOtherPersons .item .name,
#leadtenantitem .item .name {
  float: left;
}
.basket-items .item .amount,
#bktOtherTenants .item .amount,
#bktOtherPersons .item .amount,
#leadtenantitem .item .amount {
  float: right;
}
.basket-items .item .type,
#bktOtherTenants .item .type,
#bktOtherPersons .item .type,
#leadtenantitem .item .type {
  float: right;
}
.basket-items .item .remove,
#bktOtherTenants .item .remove,
#bktOtherPersons .item .remove,
#leadtenantitem .item .remove {
  width: 2em;
  text-indent: -1000px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
}
.basket-items .item .remove:before,
#bktOtherTenants .item .remove:before,
#bktOtherPersons .item .remove:before,
#leadtenantitem .item .remove:before {
  content: "\f00d";
  display: block;
  font-family: 'FontAwesome';
  position: absolute;
  text-indent: 0;
  top: 0;
  right: 0;
  height: 1em;
  width: 1em;
  font-size: 1.1em;
  padding: 0.3em;
}
.basket-items .item .remove a,
#bktOtherTenants .item .remove a,
#bktOtherPersons .item .remove a,
#leadtenantitem .item .remove a {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
#leadtenantitem .item {
  background: #cdcccc;
}
#leadtenantitem .item strong {
  display: block;
}
/* FAQ's & User guides */
.expandable.list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.expandable.list li {
  margin: 0;
}
.expandable.list li.items {
  border-bottom: 2px solid #cdcccc;
}
.expandable.list li.items > a {
  color: #12175e;
  display: block;
  font-size: 1.1em;
  padding: 1em 1em 1em 2.15em;
  text-decoration: none;
}
.expandable.list li.items > ul {
  padding: 0 0 1em;
  margin: 0 0 0 2.15em;
  list-style: none;
}
.expandable.list li.items > ul li.item {
  padding: 0 1.5em;
  margin-bottom: 0.8em;
}
.expandable.list li.items > ul li.item a {
  font-style: normal;
}
.expandable.list li.items > ul li.item a.download {
  float: right;
}
.expandable.list li.items > ul li.item.active {
  padding: 1em 1.5em;
  background-color: #e2e2e2;
}
.expandable.list li.items > ul li.item.active a.heading {
  color: #12175e;
  font-style: italic;
  font-weight: bold;
}
.files .files-header:hover {
  cursor: pointer;
}
.files {
  background: #e2e2e2;
  border: solid 1px #666666;
  color: #151515;
  font-style: normal;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  min-height: 2em;
  margin: 1em 0;
  padding: 1em;
  z-index: 1;
}
.files .file_headings,
.files .file {
  box-sizing: border-box;
  color: #151515;
  float: left;
  font-style: normal;
  padding: 1em 1em 1em 0;
  text-align: left;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #BEBBBB;
}
.files .file_headings span,
.files .file span {
  width: 50%;
  display: block;
  word-wrap: break-word;
  float: left;
}
.files .file_headings span.filethumbnail,
.files .file span.filethumbnail {
  width: 75px;
  margin-right: 1em;
}
.files .file_headings span.filethumbnail img,
.files .file span.filethumbnail img {
  max-width: 75px;
  max-height: 75px;
}
.files .file_headings span.filename span,
.files .file span.filename span {
  width: 100%;
  font-size: 0.8em;
  font-style: italic;
}
.files .file_headings ul.tools,
.files .file ul.tools {
  font-size: 0.733em;
  margin-bottom: 0;
  z-index: 2;
  width: 100%;
}
.files .file_headings ul.tools li,
.files .file ul.tools li {
  margin: 0 1em 0 0;
  z-index: 3;
}
.files .file_headings ul.tools li a,
.files .file ul.tools li a {
  font-size: 15px;
}
.files .file_headings ul.tools li span,
.files .file ul.tools li span {
  display: inline;
}
.files .file_headings ul.tools li button,
.files .file ul.tools li button,
.files .file_headings ul.tools li form.standard button,
.files .file ul.tools li form.standard button {
  z-index: 4;
  font-size: 15px;
  margin-bottom: 0;
}
.files .file_headings ul.tools li button span,
.files .file ul.tools li button span,
.files .file_headings ul.tools li form.standard button span,
.files .file ul.tools li form.standard button span {
  float: none;
}
.files .file_headings ul.tools li:last-child,
.files .file ul.tools li:last-child {
  margin-bottom: 0;
}
.files .file:last-child {
  border-bottom: 0;
}
.files .file_headings {
  margin: 0;
  display: none;
  visibility: hidden;
}
.files .file_headings span {
  font-weight: bold;
}
.tabs .tab .files .additional-notes {
  width: 100%;
  float: left;
}
.tabs .tab .files .additional-notes h5 {
  padding: 0;
  color: #258e70;
  background: none;
  font-weight: bold;
  margin: 1em 0 0.5em;
}
a.button {
  background: #12175e;
  border: 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-family: 'PT Sans', sans-serif;
  line-height: normal;
  padding: 0.3em 0.5em;
  text-decoration: none;
  position: relative;
  z-index: 1;
  /*&.go-back:before {
		content:@fa-var-arrow-circle-left;
	}*/
}
a.button:before {
  content: "\f0a9";
  font-family: 'FontAwesome';
  margin-right: 0.5em;
}
a.button.edit:before,
a.button.new:before {
  content: "\f044";
}
a.button.view:before {
  content: "\f044";
}
a.button.download:before {
  content: "\f019";
}
a.button.upload:before {
  content: "\f093";
}
a.button.find:before {
  content: "\f002";
}
a.button.transfer:before {
  content: "\f064";
}
a.button.payment:before {
  content: "\f154";
}
a.button.print:before,
a.button.print-now:before {
  content: "\f02f";
}
a.button.set-as-lead-tenant:before {
  content: "\f005";
}
a.button.changeover:before {
  content: "\f0c0";
}
a.button.login:before {
  content: "\f090";
}
a.button.outcome:before {
  content: "\f024";
}
a.button.theme2 {
  background: #ab115a;
}
a.button.theme3 {
  background: #1bb2e9;
}
a.button.theme4 {
  background: #6d3880;
}
a.button.theme5 {
  background: #dc681d;
}
a.button.theme6 {
  background: #00af85;
}
ul.totals {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.totals li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-style: normal;
}
div.ui-dialog.ajax-active .loading {
  display: block;
  width: 100%;
  height: 178px;
}
div.ui-dialog.ajax-active .loading:before {
  content: "\f110";
  display: block;
  position: relative;
  top: 45%;
  left: 45%;
  font-size: 1.692em;
}
div.ui-dialog.ajax-active .loading .text {
  visibility: hidden;
  height: 0;
  width: 0;
}
ul.transfer-deposits {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.transfer-deposits li {
  list-style: none;
  margin: 0;
  background: #e2e2e2;
  border-bottom: 2px solid #bdbec1;
  padding: 0.5em 1em;
}
.ui-dialog .ui-dialog-content fieldset div.fieldname-file_label {
  width: 100%;
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
}
.ui-dialog .ui-dialog-content fieldset div.fieldname-file_label div.label {
  margin-left: 0;
  margin-bottom: 1em;
}
a.button {
  font-size: 15px;
}
/* Password strength meter */
meter {
  /* Reset the default appearance */
  -moz-appearance: none;
  appearance: none;
  margin: 0 auto 1em;
  width: 100%;
  height: 0.5em;
  /* Applicable only to Firefox */
  background: none;
  background-color: rgba(0, 0, 0, 0.1);
}
meter::-webkit-meter-bar {
  background: none;
  background-color: rgba(0, 0, 0, 0.1);
}
/* Webkit based browsers */
meter[value="1"]::-webkit-meter-optimum-value {
  background: #de2626;
}
meter[value="2"]::-webkit-meter-optimum-value {
  background: #dc681d;
}
meter[value="3"]::-webkit-meter-optimum-value {
  background: #de8626;
}
meter[value="4"]::-webkit-meter-optimum-value {
  background: #2bb372;
}
/* Gecko based browsers */
meter[value="1"]::-moz-meter-bar {
  background: #de2626;
}
meter[value="2"]::-moz-meter-bar {
  background: #dc681d;
}
meter[value="3"]::-moz-meter-bar {
  background: #de8626;
}
meter[value="4"]::-moz-meter-bar {
  background: #2bb372;
}
p#password-strength-text {
  margin: 0;
  font-style: italic;
}
#password-strength-meter {
  margin: 0;
}
form button[type="reset"],
form button.button.go-back,
form button[type="submit"] {
  background: #12175e;
  padding: 12px 30px;
}
form a.button {
  background: #00af85;
  padding: 0.5em 1em;
  border: 1px solid #00af85;
}
form button[type="reset"],
form button.button.go-back,
form button[type="submit"],
form a.button {
  border-radius: 5px;
  color: #fff;
  font-family: 'PT Sans', sans-serif;
  margin: 0 0 1em 0;
  font-size: 16px;
}
form button[type="reset"].remove:before,
form button.button.go-back.remove:before,
form button[type="submit"].remove:before,
form a.button.remove:before {
  content: "\f00d";
  font-family: 'FontAwesome';
}
form button[type="reset"].archive:before,
form button.button.go-back.archive:before,
form button[type="submit"].archive:before,
form a.button.archive:before {
  content: "\f187";
  font-family: 'FontAwesome';
}
form button[type="reset"].go-back:before,
form button.button.go-back.go-back:before,
form button[type="submit"].go-back:before,
form a.button.go-back:before {
  /*content:@fa-var-arrow-circle-left;*/
  font-family: 'FontAwesome';
}
form button[type="reset"].continue:after,
form button.button.go-back.continue:after,
form button[type="submit"].continue:after,
form a.button.continue:after {
  /*content:@fa-var-arrow-circle-right;*/
  font-family: 'FontAwesome';
}
form button[type="reset"].edit:before,
form button.button.go-back.edit:before,
form button[type="submit"].edit:before,
form a.button.edit:before {
  content: "\f044";
  font-family: 'FontAwesome';
}
form button[type="reset"].cancel:before,
form button.button.go-back.cancel:before,
form button[type="submit"].cancel:before,
form a.button.cancel:before {
  content: "\f00d";
  font-family: 'FontAwesome';
}
form button[type="reset"].set-as-lead-tenant:before,
form button.button.go-back.set-as-lead-tenant:before,
form button[type="submit"].set-as-lead-tenant:before,
form a.button.set-as-lead-tenant:before {
  content: "\f005";
  font-family: 'FontAwesome';
}
form button[type="reset"].new:before,
form button.button.go-back.new:before,
form button[type="submit"].new:before,
form a.button.new:before {
  content: "\f067";
  font-family: 'FontAwesome';
}
form button[type="reset"].set-as-lead-tenant,
form button.button.go-back.set-as-lead-tenant,
form button[type="submit"].set-as-lead-tenant,
form a.button.set-as-lead-tenant {
  padding: 0.3em 0.5em;
}
form button[type="reset"].set-as-lead-tenant:before,
form button.button.go-back.set-as-lead-tenant:before,
form button[type="submit"].set-as-lead-tenant:before,
form a.button.set-as-lead-tenant:before {
  content: "\f005";
}
form button.add-person,
form button.add-tenant {
  padding: 12px 30px;
}
form button[type="submit"].inline-action-button {
  padding: 0.5em 1em;
  background: #00af85;
  border: 1px solid #00af85;
}
form button[type="submit"]:disabled,
form button[type="reset"]:disabled {
  border: 1px solid #bdbec1;
  color: #12175e;
  background-color: #f6f6f6;
}
a.button {
  display: inline-block;
}
button,
a.button {
  background: #12175e;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-family: 'PT Sans', sans-serif;
  /*line-height: normal;*/
  text-decoration: none;
  position: relative;
  font-style: normal;
  font-weight: normal;
  /*z-index: 1;*/
  padding: 0.5em 1em;
  border: 1px solid #12175e;
  /*&.go-back:before {
		content:@fa-var-arrow-circle-left;
	}*/
}
button:before,
a.button:before {
  /*content:@fa-var-arrow-circle-right;*/
  font-family: 'FontAwesome';
  margin-right: 0.5em;
}
button:after,
a.button:after {
  font-family: 'FontAwesome';
  margin-left: 0.5em;
}
button#form-filter-submit-button-submit-button,
a.button#form-filter-submit-button-submit-button {
  padding: 12px 30px;
}
button#form-filter-submit-button-submit-button:after,
a.button#form-filter-submit-button-submit-button:after {
  content: "\f002";
  margin-left: 0;
}
button.edit-secondary:before,
a.button.edit-secondary:before,
button.edit:before,
a.button.edit:before,
button.new:before,
a.button.new:before {
  content: "\f044";
}
button.add-new-landlord,
a.button.add-new-landlord,
button.add-new-property,
a.button.add-new-property {
  padding: 13px 30px;
}
button.add-new-landlord:before,
a.button.add-new-landlord:before,
button.add-new-property:before,
a.button.add-new-property:before {
  content: "\f044";
}
button.upload,
a.button.upload {
  padding: 13px 20px;
}
button.upload:before,
a.button.upload:before {
  content: "\f093";
}
button.edit,
a.button.edit {
  padding: 13px 30px;
}
button.add-landlord,
a.button.add-landlord {
  padding: 12px 30px;
}
button.prescribed-information,
a.button.prescribed-information {
  padding: 13px 30px;
}
button.view:before,
a.button.view:before {
  content: "\f044";
}
button.download:before,
a.button.download:before {
  content: "\f019";
}
button.find:before,
a.button.find:before {
  content: "\f002";
}
button.transfer,
a.button.transfer {
  padding: 13px 30px;
}
button.transfer:before,
a.button.transfer:before {
  content: "\f064";
}
button.payment:before,
a.button.payment:before {
  content: "\f154";
}
button.print:before,
a.button.print:before,
button.print-now:before,
a.button.print-now:before {
  content: "\f02f";
}
button.changeover:before,
a.button.changeover:before {
  content: "\f0c0";
}
button.login:before,
a.button.login:before {
  content: "\f090";
}
button.outcome:before,
a.button.outcome:before {
  content: "\f024";
}
button.tenancy-activity,
a.button.tenancy-activity {
  padding: 13px 30px;
}
button.tenancy-activity:before,
a.button.tenancy-activity:before {
  /*content:@fa-var-eye;*/
}
button.theme2,
a.button.theme2 {
  background: #ab115a;
}
button.theme3,
a.button.theme3 {
  background: #1bb2e9;
}
button.theme4,
a.button.theme4 {
  background: #6d3880;
}
button.theme5,
a.button.theme5 {
  background: #dc681d;
}
button.theme6,
a.button.theme6 {
  background: #00af85;
}
span.buttonDisabled {
  background: #acadb5;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-family: 'PT Sans', sans-serif;
  line-height: normal;
  padding: 14px 30px;
  text-decoration: none;
  position: relative;
  z-index: 1;
  font-size: 15px;
  display: block;
  white-space: nowrap;
}
span.buttonDisabled:before {
  content: "\f0a9";
  font-family: 'FontAwesome';
  margin-right: 0.5em;
}
span.buttonDisabled.edit-secondary:before,
span.buttonDisabled.edit:before,
span.buttonDisabled.new:before {
  content: "\f044";
}
span.buttonDisabled.view:before {
  content: "\f044";
}
span.buttonDisabled.download:before {
  content: "\f019";
}
span.buttonDisabled.find:before {
  content: "\f002";
}
span.buttonDisabled.transfer:before {
  content: "\f064";
}
span.buttonDisabled.payment:before {
  content: "\f154";
}
span.buttonDisabled.print:before,
span.buttonDisabled.print-now:before {
  content: "\f02f";
}
span.buttonDisabled.set-as-lead-tenant {
  padding: 0.3em 0.5em;
}
span.buttonDisabled.set-as-lead-tenant:before {
  content: "\f005";
}
span.buttonDisabled.changeover:before {
  content: "\f0c0";
}
span.buttonDisabled.login:before {
  content: "\f090";
}
span.buttonDisabled.outcome:before {
  content: "\f024";
}
span.buttonDisabled.theme2 {
  background: #ab115a;
}
span.buttonDisabled.theme3 {
  background: #1bb2e9;
}
span.buttonDisabled.theme4 {
  background: #6d3880;
}
span.buttonDisabled.theme5 {
  background: #dc681d;
}
span.buttonDisabled.theme6 {
  background: #00af85;
}
.button.stacked {
  margin-bottom: 5px;
}
a.button-green,
button.button-green {
  background: #00af85;
  border: 1px solid #00af85;
}
.module-manage-deposits a.view-repayment,
.module-manage-deposits a.button.new {
  padding: 13px 30px;
}
form.standard fieldset.submit .download,
fieldset#transfer-multiple-fieldset.submit .download,
form.extended fieldset.submit .download,
#outcome-fieldset.submit .download,
#worldpay-tools.submit .download {
  padding: 12px 30px;
}
form.standard fieldset.submit .download.seconadry-blue,
fieldset#transfer-multiple-fieldset.submit .download.seconadry-blue,
form.extended fieldset.submit .download.seconadry-blue,
#outcome-fieldset.submit .download.seconadry-blue,
#worldpay-tools.submit .download.seconadry-blue {
  padding: 0.5em 1em;
  border: 1px solid #12175e;
}
form.standard fieldset.submit .download,
fieldset#transfer-multiple-fieldset.submit .download,
form.extended fieldset.submit .download,
#outcome-fieldset.submit .download,
#worldpay-tools.submit .download {
  padding: 12px 30px;
}
form.standard fieldset.submit .download.seconadry-blue,
fieldset#transfer-multiple-fieldset.submit .download.seconadry-blue,
form.extended fieldset.submit .download.seconadry-blue,
#outcome-fieldset.submit .download.seconadry-blue,
#worldpay-tools.submit .download.seconadry-blue {
  padding: 0.5em 1em;
  border: 1px solid #12175e;
}
ul.deposit-view-menu-buttons li {
  margin-right: 5px;
  margin-bottom: 5px;
}
ul.deposit-view-menu-buttons li a.repayment,
ul.deposit-view-menu-buttons li a.changeover,
ul.deposit-view-menu-buttons li a.respond {
  padding: 13px 30px;
}
ul.tools li form.standard button.set-as-lead-tenant {
  /*margin-top: 5px;*/
}
button.secondary,
a.secondary {
  padding: 0.5em 1em !important;
}
button.primary {
  padding: 12px 30px !important;
}
a.button.primary {
  padding: 13px 30px;
}
.primary-blue,
.seconadry-blue {
  border: 1px solid #12175e !important;
  background: #12175e !important;
}
.seconadry-green {
  border: 1px solid #00af85 !important;
  background: #00af85 !important;
}
a.button.bank-details-update-button {
  text-decoration: none;
}
.add-deposit-confirm-menu .row a.cancel-exit {
  padding: 10.5px;
  width: 100%;
  text-align: center;
}
.add-deposit-confirm-menu .row a.cancel-exit:before {
  content: "";
}
form#respondchangeover ol#list-respondchangeover-confirm li {
  width: 100%;
  margin-bottom: 5px;
}
.bank-details-updated {
  background: #e2e2e2;
  padding: 0.5em 1em;
  border: 1px solid #00af85;
  display: inline-block;
  border-radius: 5px;
  color: #12175e;
  font-family: 'PT Sans', sans-serif;
  margin: 0 0 1em 0;
  font-size: 16px;
}
.bank-details-updated.complete:before {
  content: "\f058";
  font-family: 'FontAwesome';
  margin-right: 0.5em;
  color: #00af85;
}
#dev-banner {
  background: #600;
  padding: 1em;
  text-align: center;
  border-bottom: 1px solid #000;
}
#dev-banner p {
  margin: 0;
  color: #FFE;
}
.dev-note {
  background: #600;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #FFE;
  font-size: 0.8em;
  padding: 0.5em;
}
.dev-note:before {
  content: "\f013";
  font-family: 'FontAwesome';
  margin-right: 0.5em;
}
.dev-note a {
  color: #fff;
}
#dev-banner p a.dev-banner-link:hover {
  color: #258e70;
}
body.wysiwyg {
  margin: 20px auto;
  padding: 0 1em;
}
blockquote,
p.blockquote {
  border-top: 3px solid #00af85;
  border-bottom: 3px solid #00af85;
  color: #00af85;
  font-family: 'PT Sans', sans-serif;
  font-size: 1.333em;
  font-style: italic;
  line-height: 1.25em;
  padding: 30px 59px;
  margin: 1em 0;
  position: relative;
}
blockquote:before,
p.blockquote:before {
  background: url("data:image/gif;base64,R0lGODlhMQAlAMQQAPD699Pw6CW2jHzTujO6lOL18Lbn2UK/m1/Jq6ji0ZndyW3OslDEo4vYwsXr4Bexhf///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAABAALAAAAAAxACUAAAXtICSOZGmeaKqSgbK+0ACjwNHMqfHg5vDcvBJAsAuKdD8jifEoBgvEpBLSaDp5zCbQGLBeZ1XrlgcgeIMOrzSIUJPN3vEsof6u2mr5KxA9zxR1azMHgTN8gXoqPoUvNYGCK0iMKwuPkClDlnuWDwQMn6ChMiJhj6GnnwlpnJwMI6WsiKuxga6ktI8Ns7hetlS8dbrAar6ww8LDVsXJYrvDy8w/zsDQzMjM1cnXydnH07zdwNvPr9HS5uG849Tl0evg7dbfuOm47/Tx2vO09bT3/Pm8oQsobl+sfrEaAHDAsKHDhxADjCgAsaLFAiEAADs=") no-repeat;
  content: "";
  display: block;
  height: 37px;
  width: 49px;
  position: absolute;
  top: 15px;
  left: 0px;
}
blockquote:after,
p.blockquote:after {
  background: url("data:image/gif;base64,R0lGODlhMQAlALMPAPD69yW2jNPw6HzTukK/m7bn2ZndyTO6lOL18IvYwl/Jq23OssXr4FDEoxexhf///yH5BAEAAA8ALAAAAAAxACUAAATU8MlJq7046837ZU4ojmTZTE2prgy4vuIppTDc1rD80Lh69yodDzj6EUfCI8modCSbIabyCZUeqU0rEavUArlHbw9MFOPIQHMN3VPnUNCoC8rGuV/12n2Vt82bfS97QXBxgyaFVQINjI2ODQF4EwOPjwQ2HEMkBR5/JAcAmSsDHg+eIwIdmiEEoZ0rBh6rAamlp06lq7GlpiUBrqokCrwSpwy8Q6DEvSMJxEPHy38EyzzOy8wOAQjVITrSIpzd29jFIQvlKeLlIK3ppOXmtdgDwOy7GBEAOw==") no-repeat;
  content: "";
  display: block;
  height: 37px;
  width: 49px;
  position: absolute;
  bottom: 15px;
  right: 0px;
}
blockquote .author,
p.blockquote .author {
  color: #666666;
  display: block;
  font-size: 0.6em;
  margin: 1em 0 0 0;
  font-style: normal;
}
p.image-left {
  float: left;
  margin: 0 1em 1em 0;
}
p.image-left img {
  max-width: 100%;
}
p.image-right {
  float: right;
  margin: 0 0 1em 1em;
}
p.image-right img {
  max-width: 100%;
}
p.standfirst {
  font-size: 1.267em;
  line-height: 1.421em;
}
p.standout {
  background: #c1e4d7;
  color: #12175e;
  font-family: 'PT Sans', sans-serif;
  font-size: 1.6em;
  font-style: italic;
  line-height: 1.333em;
  padding: 1.5em 2em;
}
p.pullquote-blue,
p.pullquote-green,
p.pullquote {
  background: #e2e2e2;
  font-family: 'PT Sans', sans-serif;
  padding: 1em;
}
p.pullquote {
  border-left: 7px solid #ab115a;
}
p.pullquote-green {
  border-left: 7px solid #00af85;
}
p.pullquote-blue {
  border-left: 7px solid #12175e;
}
p.warn,
p.error,
p.info,
p.important {
  background: #e2e2e2;
  border: solid 1px #151515;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  font-weight: bold;
  padding: 0.5em 0.5em 0.5em 2em;
  position: relative;
}
p.warn:before,
p.error:before,
p.info:before,
p.important:before {
  font-family: 'FontAwesome';
  content: "\f12a";
  position: absolute;
  left: 0.5em;
  top: 0.5em;
}
p.important:before {
  left: 0.7em;
}
p.warn {
  border-color: #de8626;
  color: #de8626;
}
p.warn:before {
  content: "\f06a";
}
div.confirm-detail p.warn {
  border-color: #de2626;
  color: #de2626;
}
p.info {
  background: #e2e2e2;
  border-color: #397abe;
  color: #397abe;
}
p.info:before {
  content: "\f05a";
}
p.error {
  border-color: #e9394d;
  color: #e9394d;
}
p.error:before {
  content: "\f071";
}
.wysiwyg-clear {
  clear: both;
}
.wysiwyg img {
  max-width: 100%;
}
table.standard {
  border-collapse: separate;
  empty-cells: show;
  clear: both;
}
table.standard th {
  font-weight: normal;
  text-align: left;
}
table.standard td,
table.standard th {
  padding: 0.5em 1em;
  font-size: 0.867em;
  vertical-align: top;
}
table.standard td.nopadding,
table.standard th.nopadding {
  padding: 0;
}
table.standard thead th,
table.standard tr.header th,
table.standard thead td,
table.standard tr.header td {
  background: transparent;
  border-bottom: 3px solid #00af85;
}
table.standard tfoot th {
  background: #12175e;
  border-bottom: 2px solid #00af85;
  color: #fff;
  font-weight: bold;
  text-align: right;
}
table.standard tfoot td {
  background: #12175e;
  border-bottom: 2px solid #00af85;
  color: #fff;
}
table.standard tbody th {
  background: #e2e2e2;
  border-bottom: 2px solid #bdbec1;
}
table.standard tbody td {
  background: #e2e2e2;
  border-bottom: 2px solid #bdbec1;
}
table.standard tbody tr.sub td:first-child,
table.standard tbody tr.sub th:first-child {
  padding-left: 1.5em;
}
table.standard tbody tr.sub td,
table.standard tbody tr.sub th {
  font-size: 0.733em;
}
h2.alert {
  color: #e9394d;
  font-size: 2.667em;
  margin-bottom: 0;
}
p.primarylight,
h1.primarylight,
h2.primarylight,
h3.primarylight,
h4.primarylight,
h5.primarylight {
  color: #00af85;
}
p.primarydark {
  color: #12175e;
}
strong.alert {
  color: #e9394d;
  font-size: 2.667em;
}
p.large {
  font-size: 1.8em;
}
div.legal-text {
  border: solid 1px #12175e;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding: 1em;
  max-height: 20em;
  width: 100%;
  overflow: auto;
  margin-bottom: 15px;
}
div.legal-text *:first-child {
  margin-top: 0;
}
div.legal-text *:last-child {
  margin-bottom: 0;
}
table.standard td,
table.standard th {
  font-size: 1em;
}
table.standard.repayment-proposal-summary .highlighted th,
table.standard.repayment-proposal-summary .highlighted td {
  font-weight: bold;
  /*background: @primarylight;
    		color: @primarydark;*/
}
table.standard.repayment-proposal-summary .highlighted:first-child th,
table.standard.repayment-proposal-summary .highlighted:first-child td {
  background: #12175e;
  color: white;
}
table .grey-cell {
  background: #f6f6f6;
}
table tbody tr td.align-middle {
  vertical-align: middle;
}
.table-div {
  display: table;
  width: 100%;
}
.table-div .table-cell {
  display: table-cell;
}
form.standard fieldset table.noneditable,
fieldset#transfer-multiple-fieldset table.noneditable,
form.extended fieldset table.noneditable,
#outcome-fieldset table.noneditable,
#worldpay-tools table.noneditable {
  color: #12175e;
  font-family: 'PT Sans', sans-serif;
  font-size: 1.3em;
  line-height: 1.5em;
}
form#updateorganisation fieldset table.noneditable {
  margin-top: 0;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #6e6f71;
  opacity: 1;
  /* Firefox */
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #6e6f71;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #6e6f71;
}
h1 a.rss {
  font-family: FontAwesome;
  text-decoration: none;
  font-size: 0.8em;
  color: #dc681d;
}
h1 a.rss:before {
  content: "\f09e";
}
h1 a.rss span {
  display: none;
}
.spinner.modal-loading {
  margin-right: auto;
  margin-left: auto;
  height: 25px;
  width: 25px;
}
#header button.button.go-back {
  bottom: 0;
  position: absolute;
  right: 0px;
  background-color: #00af85;
  border: 1px solid #00af85;
}
ul.reminder {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.reminder li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-style: normal;
}
.panels {
  margin: 0 0 1.733em;
}
.panels .panel {
  position: relative;
  float: left;
  margin-bottom: 1em;
  width: 100%;
}
.panels .panel img {
  width: 100%;
  float: left;
}
.panels .panel .content {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.panels .panel .content h2 {
  font-weight: normal;
  margin: 0;
}
.panels .panel .content h2 a {
  color: #FFF;
}
.panels .panel .content h2 span {
  display: block;
  float: left;
  padding: 0.32em 0.680em 0.12em 0.680em;
}
.panels .panel .content h2 small {
  display: block;
  clear: left;
  font-weight: normal;
  font-size: 0.6em;
  padding-left: 1.2em;
}
.panels .panel .content ul {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAABCAYAAAD0In+KAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABJJREFUeNpi/P///34GIAAIMAAYuAO+G63rjwAAAABJRU5ErkJggg==");
  list-style: none;
  margin: 0;
  padding: 0;
}
.panels .panel .content ul li {
  font-style: normal;
  list-style: none;
}
.panels .panel .content ul li a {
  color: #151515;
  display: block;
  padding: 0.2em 2.333em;
}
.panels .panel .content ul li a:hover {
  color: #FFF;
}
.panels .panel.theme1 .content ul li a:hover {
  background: #12175e;
}
.panels .panel.theme2 .content ul li a:hover {
  background: #ab115a;
}
.panels .panel.theme3 .content ul li a:hover {
  background: #1bb2e9;
}
.panels .panel.theme4 .content ul li a:hover {
  background: #6d3880;
}
.panels .panel.theme5 .content ul li a:hover {
  background: #dc681d;
}
.panels .panel.theme6 .content ul li a:hover {
  background: #00af85;
}
table.data {
  table-layout: fixed;
}
table.data caption span.current-status,
table.data caption span.current-status-description {
  display: block;
  color: #151515;
  font-weight: normal;
  font-size: 0.6em;
  margin: 1em 0 0 0;
}
table.data caption.tools,
table.details caption.tools {
  text-align: right;
}
table.data caption.tools fieldset.submit,
table.details caption.tools fieldset.submit {
  font-size: 0.5999em;
  padding-right: 0;
  text-align: right;
}
table.data caption.tools ul.tools,
table.details caption.tools ul.tools {
  margin-top: 1em;
}
table.data caption.tools ul.tools li,
table.details caption.tools ul.tools li {
  margin-bottom: 0;
  float: left;
}
table.data caption.tools ul.tools fieldset.submit,
table.details caption.tools ul.tools fieldset.submit {
  font-size: 1em;
  margin: 0;
}
table.data tbody tr th {
  width: 50%;
}
table.data tbody tr td {
  word-wrap: break-word;
  width: 50%;
}
table.details {
  width: 100%;
}
table.details caption:first-child {
  background: #12175e;
  -webkit-border-top-left-radius: 8px;
  -moz-border-top-left-radius: 8px;
  -ms-border-top-left-radius: 8px;
  -o-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-top-right-radius: 8px;
  -ms-border-top-right-radius: 8px;
  -o-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
  color: #fff;
  margin: 0;
  padding: 0.5em 0.520em;
}
table.details tbody th {
  width: 30%;
}
table.half,
table.third,
table.quarter,
table.fifth {
  table-layout: fixed;
}
table.half th,
table.third th,
table.quarter th,
table.fifth th,
table.half td,
table.third td,
table.quarter td,
table.fifth td {
  word-wrap: break-word;
}
table.half thead tr th {
  width: 50%;
}
table.third thead tr th {
  width: 33.33333333333333333%;
}
table.third thead tr th.double {
  width: 66.66666666666666666%;
}
table.quarter thead tr th {
  width: 25%;
}
table.quarter thead tr th.double {
  width: 50%;
}
table.fifth thead tr th {
  width: 20%;
}
table.fifth thead tr th.double {
  width: 40%;
}
table.deposit-details tbody tr,
table.dispute-details tbody tr,
table.deposit-details tbody th,
table.dispute-details tbody th {
  width: 50%;
}
table.tenants th {
  width: 25%;
}
table.related-parties th:nth-child(2),
table.related-parties th:nth-child(3) {
  width: 25%;
}
table.landlords th:nth-child(1) {
  width: 25%;
}
table.paid-deposits th.address {
  width: 35%;
}
table.paid-deposits th.id {
  width: 11%;
}
table.paid-deposits th.amount-to-be-protected {
  width: 12%;
}
table.paid-deposits th.buttons {
  width: 32%;
}
.module-support #primary .tag-cloud .tags .small {
  font-size: 0.8em;
}
.module-support #primary .tag-cloud .tags .medium {
  font-size: 1.1em;
}
.module-support #primary .tag-cloud .tags .large {
  font-size: 1.3em;
}
.module-support #primary #faqs ol {
  padding-left: 1.7em;
  margin-bottom: 2em;
}
.module-support #primary #faqs ol li {
  font-style: normal;
}
.module-news #highlighted_news,
.module-blog #headlines {
  background: url("data:image/gif;base64,R0lGODlhBgACAMIGAKSkpKWlpaampqenp/r6+v39/f///////yH5BAEKAAcALAAAAAAGAAIAAAMIKDFlZAAEYxIAOw==") repeat-x bottom left;
  padding-bottom: 1em;
  margin: 0 0 1em;
}
.module-news #highlighted_news .item h2 a,
.module-news #latest_news .item h3 a,
.module-news #news-items .item h2 a,
.module-blog #headlines .item h2 a,
.module-blog #headlines .item h3 a,
.module-blog #highlights .item h2 a,
.module-blog #blog-items .item h2 a,
.module-blog #blogger-items .item h2 a,
.module-blog #blog-items .item h3 a,
.module-blog #blogger-items .item h3 a,
.module-blog #highlights .item h3 a,
.module-blog #blog-items .item h3 a,
.module-blog #blogger-items .item h3 a {
  color: #151515;
  display: block;
  text-decoration: none;
}
.module-news #highlighted_news .item h2 a img,
.module-news #latest_news .item h3 a img,
.module-news #news-items .item h2 a img,
.module-blog #headlines .item h2 a img,
.module-blog #headlines .item h3 a img,
.module-blog #highlights .item h2 a img,
.module-blog #blog-items .item h2 a img,
.module-blog #blogger-items .item h2 a img,
.module-blog #blog-items .item h3 a img,
.module-blog #blogger-items .item h3 a img,
.module-blog #highlights .item h3 a img,
.module-blog #blog-items .item h3 a img,
.module-blog #blogger-items .item h3 a img {
  display: block;
  max-width: 100%;
  margin-bottom: 0.5em;
}
.module-news #highlighted_news .item h2 a:hover,
.module-news #latest_news .item h3 a:hover,
.module-news #news-items .item h2 a:hover,
.module-blog #headlines .item h2 a:hover,
.module-blog #headlines .item h3 a:hover,
.module-blog #highlights .item h2 a:hover,
.module-blog #blog-items .item h2 a:hover,
.module-blog #blogger-items .item h2 a:hover,
.module-blog #blog-items .item h3 a:hover,
.module-blog #blogger-items .item h3 a:hover,
.module-blog #highlights .item h3 a:hover,
.module-blog #blog-items .item h3 a:hover,
.module-blog #blogger-items .item h3 a:hover {
  color: #ab115a;
  text-decoration: underline;
}
.module-news #highlighted_news .item h2 a:active,
.module-news #latest_news .item h3 a:active,
.module-news #news-items .item h2 a:active,
.module-blog #headlines .item h2 a:active,
.module-blog #headlines .item h3 a:active,
.module-blog #highlights .item h2 a:active,
.module-blog #blog-items .item h2 a:active,
.module-blog #blogger-items .item h2 a:active,
.module-blog #blog-items .item h3 a:active,
.module-blog #blogger-items .item h3 a:active,
.module-blog #highlights .item h3 a:active,
.module-blog #blog-items .item h3 a:active,
.module-blog #blogger-items .item h3 a:active {
  color: #00af85;
  text-decoration: none;
}
.module-news #highlighted_news .item span.date {
  border-right: 1px solid #151515;
  padding-right: 0.7em;
  margin-right: 0.5em;
}
.module-news #latest_news,
.module-news #news-items .item,
.module-blog #highlights,
.module-blog #blog-items .item,
.module-blog #blogger-items .item {
  background: url("data:image/gif;base64,R0lGODlhBgACAMIGAKSkpKWlpaampqenp/r6+v39/f///////yH5BAEKAAcALAAAAAAGAAIAAAMIKDFlZAAEYxIAOw==") repeat-x bottom left;
  margin: 0 0 1em 0;
  padding: 0 0 1em 0;
}
.module-news #latest_news .item h3 {
  font-weight: normal;
  margin-bottom: 0.5em;
}
.module-news #latest_news .item h3 a {
  font-size: 0.857em;
}
.module-news #latest_news .item .blurb .date {
  margin: 0;
}
.module-news #popular_news ul {
  background: #e2e2e2;
  list-style: none;
  margin: 0;
  padding: 20px 0;
}
.module-news #popular_news ul li {
  padding: 0 2.133em 1em;
  font-style: normal;
  margin-bottom: 1em;
}
.module-news #popular_news ul li h3 {
  margin-top: 0;
}
.module-news #popular_news ul li h3 img {
  max-width: 100%;
  display: block;
  margin-bottom: 1em;
}
.module-news #popular_news ul li h3 a {
  color: #151515;
  text-decoration: none;
}
.module-news #popular_news ul li p {
  color: #151515;
}
.module-news #popular_news ul li p.date {
  margin-bottom: 0;
}
.module-news #popular_news ul.lightSlider li {
  margin-bottom: 0;
  padding-bottom: 0;
}
.module-news #news-items .item h2 {
  margin-top: 0;
}
.module-news #news-items .item h2 a img {
  float: right;
  margin: 0 0 0.3em 0.5em;
}
.module-news #news-details .image img {
  max-width: 100%;
  display: block;
}
.module-news #news-details .social_links {
  list-style: none;
  padding: 0;
}
.module-news #news-details .social_links li {
  display: inline-block;
  font-style: normal;
  margin-right: 0.3em;
  margin-bottom: 0.5em;
}
.module-news #news-details .social_links li a {
  color: #FFF;
  display: block;
  font-size: 0.8em;
  text-decoration: none;
  padding: 0.7em 1em 0.7em 3em;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
}
.module-news #news-details .social_links li a.facebook {
  background: #306199;
}
.module-news #news-details .social_links li a.facebook:before {
  content: "\f09a";
}
.module-news #news-details .social_links li a.facebook:after,
.module-news #news-details .social_links li a.facebook:before,
.module-news #news-details .social_links li a.linkedin:before,
.module-news #news-details .social_links li a.twitter:before,
.module-news #news-details .social_links li a.google_plus:before,
.module-news #news-details .social_links li a.pinterest:before {
  font-family: FontAwesome;
  font-size: 1.2em;
  font-weight: normal;
  left: 10px;
  top: 25%;
  position: absolute;
}
.module-news #news-details .social_links li a.facebook:hover {
  background-color: #244872;
}
.module-news #news-details .social_links li a.linkedin {
  background: #007bb6;
}
.module-news #news-details .social_links li a.linkedin:before {
  content: "\f0e1";
}
.module-news #news-details .social_links li a.linkedin:hover {
  background-color: #005983;
}
.module-news #news-details .social_links li a.twitter {
  background: #27c4f1;
}
.module-news #news-details .social_links li a.twitter:before {
  content: "\f099";
}
.module-news #news-details .social_links li a.twitter:hover {
  background-color: #0eaad7;
}
.module-news #news-details .social_links li a.google_plus {
  background: #e93f2e;
}
.module-news #news-details .social_links li a.google_plus:before {
  content: "\f0d5";
  left: 15px;
  top: 10px;
}
.module-news #news-details .social_links li a.google_plus:hover {
  background-color: #ce2616;
}
.module-news #news-details .social_links li a.pinterest {
  background: #b81621;
}
.module-news #news-details .social_links li a.pinterest:before {
  content: "\f0d2";
}
.module-news #news-details .social_links li a.pinterest:hover {
  background-color: #8a1119;
}
.module-news #news-details .back a {
  margin-left: 0.3em;
}
.module-blog #headlines .item p.meta,
.module-blog #highlights .item p.meta,
.module-blog #blog-items .item p.meta,
.module-blog #blogger-items .item p.meta {
  font-size: 0.8em;
  margin-top: 0.3em;
}
.module-blog #headlines .item h2,
.module-blog #headlines .item h3,
.module-blog #highlights .item h2,
.module-blog #blog-items .item h2,
.module-blog #blogger-items .item h2,
.module-blog #highlights .item h3,
.module-blog #blog-items .item h3,
.module-blog #blogger-items .item h3 {
  margin: 0;
}
.module-blog #highlights {
  padding-top: 0;
}
.module-blog #blog-items .item h3 a img,
.module-blog #blogger-items .item h3 a img {
  float: left;
  margin-right: 1em;
}
.module-blog #blog-details .image img {
  max-width: 100%;
  display: block;
}
.module-blog #blog-details #tagged {
  font-size: 0.9em;
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.module-blog #blog-details #tagged li {
  float: left;
  margin: 0 1em 0.5em 0;
}
.module-blog #blog-details #comments,
.module-blog #blog-details #comments-form {
  background: url("data:image/gif;base64,R0lGODlhBgACAMIGAKSkpKWlpaampqenp/r6+v39/f///////yH5BAEKAAcALAAAAAAGAAIAAAMIKDFlZAAEYxIAOw==") repeat-x top left;
  padding: 1em 0 0;
}
.module-blog #blog-details #comments .item {
  margin: 1em 0;
}
.module-blog #blog-details #comments .item .meta {
  margin-bottom: 0.3em;
  font-weight: bold;
}
.module-blog #blog-details #comments .item .summary {
  margin-top: 0.3em;
  margin-bottom: 0;
}
.module-blog #taglist {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.module-blog #taglist li {
  float: left;
  margin: 0.3em 0;
  width: 33%;
}
.module-blog #taglist li a {
  font-style: normal;
}
.table-wrapper {
  font-style: normal;
}
.table-wrapper .tablesaw-bar {
  position: absolute;
  margin: 0;
  top: 1.8em;
  left: 0;
  right: 0;
  z-index: 100;
}
.table-wrapper.stack-only table.tablesaw caption {
  margin-bottom: 1em;
}
.table-wrapper,
.tab-content {
  clear: both;
  position: relative;
}
.table-wrapper.no-toggle table.tablesaw caption,
.tab-content.no-toggle table.tablesaw caption {
  margin-bottom: 0.5em;
}
.table-wrapper table,
.tab-content table {
  font-style: normal;
}
.table-wrapper table.tablesaw caption,
.tab-content table.tablesaw caption {
  opacity: 1;
  margin-bottom: 4.615em;
}
.table-wrapper table.tablesaw thead,
.tab-content table.tablesaw thead {
  background: transparent;
  border: 0;
}
.table-wrapper table.tablesaw thead tr:first-child th,
.tab-content table.tablesaw thead tr:first-child th {
  border-right: 0;
  padding: 0.5em 1em;
  font-size: 0.867em;
  font-family: inherit;
  font-weight: normal;
  vertical-align: top;
}
.table-wrapper table.tablesaw thead tr th,
.tab-content table.tablesaw thead tr th {
  border-right: 0;
  color: inherit;
  padding: 0.5em 1em;
  font-size: 0.867em;
  font-family: inherit;
  font-weight: normal;
  line-height: inherit;
  vertical-align: top;
  text-transform: none;
  text-shadow: none;
}
.table-wrapper table.tablesaw thead tr th.sortable-head button,
.tab-content table.tablesaw thead tr th.sortable-head button {
  padding: 0;
}
.table-wrapper table.tablesaw td b.tablesaw-cell-label,
.tab-content table.tablesaw td b.tablesaw-cell-label {
  vertical-align: top;
}
.table-wrapper table.tablesaw td div.wrapper,
.tab-content table.tablesaw td div.wrapper {
  display: inline-block;
}
.table-wrapper table.tablesaw td.select-all b.tablesaw-cell-label,
.tab-content table.tablesaw td.select-all b.tablesaw-cell-label {
  display: none;
}
.tab-content .tablesaw-bar {
  background: #00af85;
}
.tab-content table.tablesaw thead {
  background: #12175e;
}
ul.tools {
  /*float: right;*/
  list-style: none;
  margin: 0 0 1em 0;
  padding: 0;
}
ul.tools li {
  display: inline-block;
  font-style: normal;
  list-style: none;
  /*margin: 0 0 1em 0.3em;*/
  float: left;
  padding: 0;
  vertical-align: middle;
}
ul.tools li a {
  display: block;
  white-space: nowrap;
}
ul.tools li form fieldset button[type="submit"] {
  margin-bottom: 0;
}
ul.tools.align-title {
  margin-bottom: -2.8em;
}
caption ul.tools {
  font-size: .6em;
  font-weight: normal;
  margin: 0;
}
caption ul.tools li {
  margin-bottom: 0;
}
table.standard.register-confirm th {
  width: 25%;
  font-weight: bold;
}
table.standard.permissions-table .cross {
  color: #e9394d;
}
table.standard.permissions-table .cross:before {
  float: right;
  content: "\f00d";
  font-family: "FontAwesome", sans-serif;
}
table.standard.permissions-table .check {
  color: #2bb372;
}
table.standard.permissions-table .check:before {
  float: right;
  content: "\f00c";
  font-family: "FontAwesome", sans-serif;
}
table.standard th.select-all {
  cursor: pointer;
}
table.standard th.nopadding {
  padding: 0;
}
table.standard td.left-align {
  text-align: left;
}
#panel-latest-news h2 {
  margin-bottom: 0;
}
#panel-latest-news .content {
  font-size: 0.8em;
}
#panel-latest-news .content .title {
  margin-top: 0;
  font-style: italic;
}
#panel-latest-news .content .date {
  margin-bottom: 0;
  text-align: right;
}
#panel-twitter #twitter-feed {
  padding: 0 10px;
  margin: 0;
}
#panel-twitter #twitter-feed ul {
  padding: 0;
  list-style: none;
  font-size: 0.8em;
  font-style: normal;
  overflow: hidden;
}
#panel-twitter #twitter-feed ul li {
  font-style: normal;
  line-height: 1.5;
}
#panel-twitter #twitter-feed ul li .user img {
  display: none;
  visibility: hidden;
}
.deposits-lists h2 {
  display: table;
  width: 100%;
}
.deposits-lists h2 span.row {
  display: table-row;
  width: 100%;
}
.deposits-lists h2 span.row span,
.deposits-lists h2 span.row small {
  display: table-cell;
}
.deposits-lists h2 span.row span.total,
.deposits-lists h2 span.row small.total {
  width: 8%;
}
.deposits-lists h2 span.row span.total-price,
.deposits-lists h2 span.row small.total-price {
  text-align: right;
  width: 20%;
}
table.request-repayment-summary table {
  margin: 0;
}
table.request-repayment-summary table tr td {
  border: 0;
  padding: 0;
  font-size: 1em;
}
table.request-repayment-summary table tr td ul.tools {
  float: right;
  margin-bottom: 0;
}
table.request-repayment-summary table tr td ul.tools li {
  margin-bottom: 0.5em;
}
table.request-repayment-summary table tr:last-child td ul.tools li {
  margin-bottom: 0;
}
table.repayment-proposal-summary thead tr th {
  min-width: 115px;
}
table.repayment-proposal-summary tbody tr td {
  text-align: right;
}
table.repayment-proposal-summary tbody tr td .field {
  padding-right: 0;
}
table.repayment-proposal-summary tbody tr td .field span.error-handle {
  right: -35px;
}
table.repayment-proposal-summary tbody tr td .field div.error.form-bubble {
  right: -198px;
}
table.repayment-proposal-summary tbody tr td .field.input-correct:before {
  right: -35px;
}
table.repayment-proposal-summary tbody tr td.currency {
  width: 10px;
}
table.repayment-proposal-summary tbody tr td.price {
  width: 105px;
}
table.repayment-proposal-summary tbody tr.left-align td {
  text-align: left;
}
table.repayment-proposal-summary tbody tr.highlighted th,
table.repayment-proposal-summary tbody tr.highlighted td {
  font-weight: bold;
}
form.standard fieldset table.repayment-proposal-summary tbody tr td div.field.js-error .input span.error-handle,
fieldset#transfer-multiple-fieldset table.repayment-proposal-summary tbody tr td div.field.js-error .input span.error-handle,
form.extended fieldset table.repayment-proposal-summary tbody tr td div.field.js-error .input span.error-handle,
#outcome-fieldset table.repayment-proposal-summary tbody tr td div.field.js-error .input span.error-handle,
#worldpay-tools table.repayment-proposal-summary tbody tr td div.field.js-error .input span.error-handle {
  right: -35px;
}
form.standard fieldset table.repayment-proposal-summary tbody tr td div.field.js-error .input div.error.form-bubble,
fieldset#transfer-multiple-fieldset table.repayment-proposal-summary tbody tr td div.field.js-error .input div.error.form-bubble,
form.extended fieldset table.repayment-proposal-summary tbody tr td div.field.js-error .input div.error.form-bubble,
#outcome-fieldset table.repayment-proposal-summary tbody tr td div.field.js-error .input div.error.form-bubble,
#worldpay-tools table.repayment-proposal-summary tbody tr td div.field.js-error .input div.error.form-bubble {
  right: -198px;
}
form.standard fieldset table.repayment-proposal-summary tbody tr td div.field.js-error.input-correct:before,
fieldset#transfer-multiple-fieldset table.repayment-proposal-summary tbody tr td div.field.js-error.input-correct:before,
form.extended fieldset table.repayment-proposal-summary tbody tr td div.field.js-error.input-correct:before,
#outcome-fieldset table.repayment-proposal-summary tbody tr td div.field.js-error.input-correct:before,
#worldpay-tools table.repayment-proposal-summary tbody tr td div.field.js-error.input-correct:before {
  right: -35px;
}
body.module-manage-disputes .tabs .tab .tab-content h4:first-child {
  padding: 0;
}
.ajax-loading {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.ajax-loading:before {
  content: "\f021";
}
.tds-text-highlight {
  color: #00af85;
  font-weight: bold;
}
h1#page-title {
  background-color: #11175e;
  color: white;
  padding: 0.6em;
}
li.logout-button a {
  color: white !important;
  padding: 10px 20px;
  background-color: #00af85;
  font-weight: bold;
}
footer#tenant-footer {
  background-color: #11175e;
  /*text-align: center;*/
}
footer#tenant-footer .tds-company-info {
  color: white;
  text-align: left;
  margin: 20px 0;
}
footer#tenant-footer .tds-company-info p.company-info-line {
  /*padding-left: 35px;*/
  font-size: 0.9em;
  margin: 0;
}
footer#tenant-footer #credits a {
  color: white;
  text-decoration: none;
}
footer#tenant-footer #credits em {
  background: url("data:image/gif;base64,R0lGODlhMQALANUiAMDTPC+Wu6bS4iCOt/v88uHw9Wq0z3m71NXifbXZ58jZVtHfcNnkij6dwObtsfD3+vL22Fusyvf55ZfK3erwvu7zy9Lo8cTWSbrc6eLqpNTp8U2lxc3cY8Th7IjD2N3nlxKHsrzQMP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAACIALAAAAAAxAAsAAAb/QJFwSCwaj8ikcRG6QIaKz7HCGR42BWugs1EiQ4pQVRiSLkNPUQdkECZAHg/I4jWWESEJ+UNgAEIhCxIcIQAcVRsgDyKJBXIDGxsYGwMgAQkCASCWE0NlECEMex9iHwwhCIQLHxQiAmyvbXIRHhNrDXECBnEelZ5SHAAEImUKAEOGhEWbmwkickNrHUcHINPEUg4hDtiA3oDKQxYgAw1wzyDR1kMCkebr2EIACt0AH/es4UIGcw8BA+jUXXsAApeHRNfKCDlVoRgaIniGiSgAIoKQVwLkXJMmZI0HIRr3CJHwpwypJsEykDK0gN81EQECTNgUiaOQAZA2aLrGZwgFIAQMhjlIxYEPgaEfKgh4OdGDhgQHDiRwlMXNlQ20HgQBADs=") no-repeat;
  display: inline-block;
  height: 11px;
  width: 49px;
  overflow: hidden;
  text-indent: -1000px;
  vertical-align: middle;
}
footer#tenant-footer .timing {
  color: white;
}
ul.footer-links {
  list-style-image: none;
  list-style-type: none;
  padding: 0px;
  min-height: 60px;
  padding-top: 30px;
  margin-bottom: 0;
}
.footer-links li {
  display: inline;
  font-style: normal;
}
.footer-links li a {
  text-decoration: none;
  color: white;
}
.footer-links li:after {
  content: "|";
  padding: 15px;
  color: #00af85;
}
.footer-links li:last-child:after {
  content: "";
  padding: 0px;
}
table.details.deposit-details.tenant-info tr:first-child td {
  border-top: 2px solid #e2e2e2;
}
table.details.deposit-details.tenant-info td {
  background: none;
  border-right: 2px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
table.details.deposit-details.tenant-info tr:last-child th {
  border-bottom: 3px solid #09af84;
}
table.details.deposit-details.tenant-info tr:first-child th {
  border-top: 2px solid #e2e2e2;
}
table.details.deposit-details.tenant-info tr th {
  border-left: 2px solid #e2e2e2;
  background: #e2e2e2;
  border-bottom: none;
}
table.deposit-parties thead tr th,
table.details.deposit-details.tenant-info tr th {
  color: #11175e;
  font-weight: bold;
}
table.logtable.standard thead tr {
  background-color: #12175e;
  color: #ffffff;
}
table.logtable.standard thead tr th {
  vertical-align: middle;
}
table.logtable.standard thead tr th[colspan] {
  border-bottom: 1px solid #ffffff;
  text-align: center;
}
table.logtable.standard tbody tr td.num {
  text-align: center;
}
table.logtable.standard tbody tr.hasErrors {
  cursor: pointer;
}
table.logtable.standard tbody tr.hasErrors.expanded:after {
  content: "\f146";
}
table.logtable.standard tbody tr.hasErrors:after {
  content: "\f0fe";
  /* \f146 */
  font-family: FontAwesome;
  display: block;
  position: relative;
  left: -25px;
  top: 7px;
  width: 0;
  height: 0;
  font-size: 1.2em;
  color: #00af85;
}
table.logtable.standard tbody tr.errors td {
  background-color: #fde7e7;
  color: #f51212;
}
table.logtable.standard tbody tr.errors td table thead tr th {
  background-color: #b10d0d;
}
table.logtable.standard tbody tr.warnings td {
  background-color: #fdf8e7;
  color: #de8626;
}
table.logtable.standard tbody tr.warnings td table thead tr th {
  background-color: #dcb013;
}
table.logtable.standard tbody tr.errors td,
table.logtable.standard tbody tr.warnings td {
  border: 0;
  padding: 0;
  margin: 0;
}
table.logtable.standard tbody tr.errors td table,
table.logtable.standard tbody tr.warnings td table {
  margin: 0;
}
table.logtable.standard tbody tr.errors td table .sub-field,
table.logtable.standard tbody tr.warnings td table .sub-field {
  width: 20%;
}
table.logtable.standard tbody tr.errors td table .sub-error,
table.logtable.standard tbody tr.warnings td table .sub-error {
  width: 60%;
}
table.logtable.standard tbody tr.errors td table .sub-linenum,
table.logtable.standard tbody tr.warnings td table .sub-linenum {
  width: 20%;
}
table.logtable.standard tbody tr.errors td table thead tr th,
table.logtable.standard tbody tr.warnings td table thead tr th {
  text-align: left !important;
  padding: 0;
  font-size: 1em;
}
table.logtable.standard tbody tr.errors td table thead tr th pre,
table.logtable.standard tbody tr.warnings td table thead tr th pre {
  padding: 0.5em 1em;
  margin: 0;
  font-family: Arial, verdana, sans-serif;
}
table.logtable.standard tbody tr.errors td table tbody tr td,
table.logtable.standard tbody tr.warnings td table tbody tr td {
  padding: 0;
  font-size: 1em;
}
table.logtable.standard tbody tr.errors td table tbody tr td pre,
table.logtable.standard tbody tr.warnings td table tbody tr td pre {
  padding: 0.5em 1em;
  margin: 0;
  font-family: Arial, verdana, sans-serif;
}
table.deposit-parties tr {
  background-color: #e2e2e2;
}
table.deposit-parties tbody tr:last-child {
  border-bottom: 1px solid #e2e2e2;
}
table.deposit-parties tbody tr td {
  background-color: white;
  border: solid #e2e2e2;
  border-width: 0px 1px 0px 1px;
}
table.deposit-parties tbody tr:last-child {
  border: solid #e2e2e2;
  border-width: 0px 1px 0px 1px;
}
table.deposit-parties tbody tr:last-child td {
  border-bottom: 1px solid #e2e2e2;
}
.tenant-menu-button-container .button-outer {
  padding: 0;
}
.tenant-menu-button-container .button-outer:first-child {
  padding-left: 15px;
}
.tenant-menu-button-container .button-outer:last-child {
  padding-right: 15px;
}
.tenant-menu-button-container .menu-button {
  height: 120px;
  border-radius: 5px;
  margin: 5px;
  color: white;
  font-weight: bold;
  text-align: left;
  padding: 20px;
}
.menu-button.flex-button {
  min-height: 120px;
  display: flex;
  height: auto;
}
.menu-button.button-inactive {
  background-color: #bdbec1;
}
.menu-button.button-info {
  background-color: #00af85;
}
.menu-button.button-info:hover {
  background-color: #1AC99F;
}
.menu-button.button-action {
  background-color: #12175e;
}
.menu-button.button-action:hover {
  background-color: #2C3178;
}
.menu-button.button-ghost {
  background-color: grey;
}
.menu-button circle {
  fill: none;
}
.inline-block {
  display: inline-block;
}
.bank-drop-down-hidden {
  display: none;
}
ul.tools.payment-links.bank-drop-down-hidden {
  margin-bottom: 0px;
}
#repaymentDetails {
  display: none;
}
#tenant_split {
  display: none;
}
a .spinner {
  position: absolute;
  top: 1px;
  right: -35px;
}
.spinner {
  border: 8px solid #11175e;
  border-radius: 50%;
  border-top: 8px solid #ab1159;
  width: 10px;
  height: 10px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.inactive-link {
  background-color: grey !important;
}
table#tenantLandingSummary caption:first-of-type {
  padding-top: 10px;
}
.tds-login-template .fancybox-skin {
  border: 5px solid #1db086;
}
.icon-you-hold {
  background-image: url("/themes/shared/gfx/icons/icon-you-hold.svg");
}
.icon-switch {
  background-image: url("/themes/shared/gfx/icons/icon-switch.svg");
}
.icon-reply {
  background-image: url("/themes/shared/gfx/icons/icon-reply.svg");
}
.icon-claims {
  background-image: url("/themes/shared/gfx/icons/icon-claims.svg");
}
.icon-edit {
  background-image: url("/themes/shared/gfx/icons/icon-edit.svg");
}
.icon-download-blue {
  background-image: url("/themes/shared/gfx/icons/icon-download-blue.svg");
}
.icon-download-green {
  background-image: url("/themes/shared/gfx/icons/icon-download-green.svg");
}
.icon-download-green,
.icon-download-blue,
.icon-edit,
.icon-claims,
.icon-reply,
.icon-switch,
.icon-you-hold {
  background-size: 100% 100%;
  height: 100%;
}
table.login-table .input.js-hint.required-true {
  position: relative;
}
table.login-table .js-hint .error-handle {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKtJREFUeNpi/P//PwMysKzenwCkQNieARUcBOIFx1sdFyALMsIMAGpUAFIbgFifAT+4CMQBQIMewA2Aar4AxPwMxIGPQGwAMoQJKrABXbOGNC8DUAHDrhpbbAbwQ/UwMEH9rM9AOtAH6WW0qNp3AEuAEQsOMuHSTMALMGDPxEAhGBwGHKRAPzgQF1BgwAImaNq+SIbmiyC9sDAIgCZPBhKScgD1MhMl2RkgwAB33Ugc5DOxZQAAAABJRU5ErkJggg==) no-repeat;
  display: block;
  height: 16px;
  position: absolute;
  right: -20px;
  top: 12px;
  width: 16px;
}
table.login-table .error.form-bubble {
  background: #397abe;
  color: #fff;
  font-size: 0.923em;
  padding: 0.3em;
  position: relative;
  margin-top: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  width: 150px;
  top: 0;
  right: -217px;
  margin-top: 0;
}
table.login-table .error.form-bubble:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -14px;
  top: 5px;
  border: #397abe 7px solid;
  border-color: transparent #397abe transparent transparent;
}
table.logtable.standard thead tr {
  background-color: #12175e;
  color: #ffffff;
}
table.logtable.standard thead tr th {
  vertical-align: middle;
}
table.logtable.standard thead tr th[colspan] {
  border-bottom: 1px solid #ffffff;
  text-align: center;
}
table.logtable.standard tbody tr td.num {
  text-align: center;
}
table.logtable.standard tbody tr.hasErrors {
  cursor: pointer;
}
table.logtable.standard tbody tr.hasErrors.expanded:after {
  content: "\f146";
}
table.logtable.standard tbody tr.hasErrors:after {
  content: "\f0fe";
  /* \f146 */
  font-family: FontAwesome;
  display: block;
  position: relative;
  left: -25px;
  top: 7px;
  width: 0;
  height: 0;
  font-size: 1.2em;
  color: #00af85;
}
table.logtable.standard tbody tr.errors td {
  background-color: #fde7e7;
  color: #f51212;
}
table.logtable.standard tbody tr.errors td table thead tr th {
  background-color: #b10d0d;
}
table.logtable.standard tbody tr.warnings td {
  background-color: #fdf8e7;
  color: #de8626;
}
table.logtable.standard tbody tr.warnings td table thead tr th {
  background-color: #dcb013;
}
table.logtable.standard tbody tr.errors td,
table.logtable.standard tbody tr.warnings td {
  border: 0;
  padding: 0;
  margin: 0;
}
table.logtable.standard tbody tr.errors td table,
table.logtable.standard tbody tr.warnings td table {
  margin: 0;
}
table.logtable.standard tbody tr.errors td table .sub-field,
table.logtable.standard tbody tr.warnings td table .sub-field {
  width: 20%;
}
table.logtable.standard tbody tr.errors td table .sub-error,
table.logtable.standard tbody tr.warnings td table .sub-error {
  width: 60%;
}
table.logtable.standard tbody tr.errors td table .sub-linenum,
table.logtable.standard tbody tr.warnings td table .sub-linenum {
  width: 20%;
}
table.logtable.standard tbody tr.errors td table thead tr th,
table.logtable.standard tbody tr.warnings td table thead tr th {
  text-align: left !important;
  padding: 0;
  font-size: 1em;
}
table.logtable.standard tbody tr.errors td table thead tr th pre,
table.logtable.standard tbody tr.warnings td table thead tr th pre {
  padding: 0.5em 1em;
  margin: 0;
  font-family: Arial, verdana, sans-serif;
}
table.logtable.standard tbody tr.errors td table tbody tr td,
table.logtable.standard tbody tr.warnings td table tbody tr td {
  padding: 0;
  font-size: 1em;
}
table.logtable.standard tbody tr.errors td table tbody tr td pre,
table.logtable.standard tbody tr.warnings td table tbody tr td pre {
  padding: 0.5em 1em;
  margin: 0;
  font-family: Arial, verdana, sans-serif;
}
.alert {
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  right: -375px !important;
}
.alert-warning {
  background-color: #c1e4d7 !important;
  border-color: #A8CBBE !important;
  color: #12175e !important;
}
.alert-warning:before {
  border: #faf2cc 7px solid !important;
  border-color: transparent transparent #faf2cc transparent !important;
  transform: rotate(-90deg);
}
.center-text {
  text-align: center;
}
div#cookie-notification {
  text-align: center;
  background-color: #e5e5e5a3;
  padding: 5px 50px;
  border-bottom: 3px solid #258e70;
}
div#cookie-notification strong {
  color: #00af85;
}
div#cookie-notification ul {
  list-style: none;
  text-align: center;
}
div#cookie-notification ul li {
  margin: 10px;
  display: inline-block;
}
div#cookie-widget fieldset {
  padding: 15px;
}
div#cookie-widget ul {
  padding-left: 0;
  list-style: none;
}
div#cookie-widget ul li {
  color: #12175e;
  border-bottom: 3px solid #09ae84;
  position: relative;
  padding: 1em 1em 1em 3em;
  font-style: normal;
}
div#cookie-widget legend span {
  font-family: 'PT Sans', sans-serif;
  color: #12175e;
  font-weight: bold;
  font-size: 1.667em;
  line-height: 1.08em;
}
div#cookie-widget button.submit:before {
  content: "\f0a9";
  font-family: 'FontAwesome';
  margin-right: 0.5em;
}
div#cookie-widget fieldset {
  border: 1px solid #09ae83;
}
div#cookie-widget input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  position: absolute;
  top: 1.5em;
  left: 1em;
}
@media (max-width: 800px) {
  p.tenant-information-cta a {
    display: table;
    margin-bottom: 10px;
    padding: 5px;
    font-size: 15px;
  }
  .calendar-fields {
    min-height: 25px;
  }
  #depositprotectedother .field.type-number.fieldname-protected_amount.required-true.datatype-decimal {
    margin-left: 0px;
    padding-left: 0px;
  }
  #depositprotectedother .field.type-number.fieldname-protected_amount.required-true.datatype-decimal .label {
    width: 14em;
    margin-left: 0px;
  }
  #depositprotectedother .field.type-number.fieldname-protected_amount.required-true.datatype-decimal .input {
    min-width: 100%;
  }
  #depositprotectedother .field.type-number.fieldname-protected_amount.required-true.datatype-decimal #hint-depositprotected-protected_amount,
  #depositprotectedother .field.type-number.fieldname-protected_amount.required-true.datatype-decimal .error.form-bubble {
    margin-left: -15px;
  }
  #depositprotected fieldset,
  #depositprotectedother fieldset {
    padding: 0 0.625em 0 0;
  }
}
#ajax-page-cover {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url('/plugins/fancybox/fancybox_overlay.png');
}
#ajax-page-cover #ajax-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 20px;
  width: 20px;
}
div#error-holder {
  background: #e9394d;
  width: 94%;
  border-radius: 5px;
  padding: 12px;
  color: white;
}
p#accepted-file-types-read-more {
  position: relative;
}
p#accepted-file-types-read-more span.text-holder {
  max-width: 83%;
  display: inline-block;
}
p#accepted-file-types-read-more span.expand-icon {
  position: absolute;
  right: 25px;
  top: 35%;
  font-size: 20px;
  color: #ab115a;
}
.expand-icon:before {
  content: "\f054";
  font-family: 'FontAwesome';
}
span.expand-icon {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
span.expand-icon.active {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.bold-text {
  font-weight: bold;
}
.primary-dark {
  color: #12175e;
}
.error-color {
  color: #e9394d;
}
.members-template-new #primary .main-content-holder,
.my-details-template #primary .main-content-holder {
  padding: 10px;
  border: 2px solid #09af85;
  margin-bottom: 15px;
}
.detail-holder {
  border: 1px solid #e2e2e2;
  padding: 10px;
  position: relative;
  color: #12175e;
  font-weight: bold;
}
.detail-holder a.button {
  font-weight: normal;
}
.detail-holder .main-detail {
  padding: 10px;
}
.detail-holder .main-detail .info-message-holder {
  padding: 15px;
  border: 2px solid #00af85;
  font-weight: normal;
}
.detail-holder .main-detail .info-message-holder h2 {
  margin-top: 5px;
  color: #00af85;
}
.detail-holder .main-detail .error-message-holder {
  border: 2px solid #de2626;
  padding: 10px;
  color: #de2626;
}
.detail-holder .main-detail .error-message-holder h2 {
  margin-top: 5px;
  color: #de2626;
}
.detail-holder .main-detail .warning-message-holder {
  border: 2px solid #de8626;
  padding: 10px;
  color: #de8626;
}
.detail-holder .main-detail .warning-message-holder h2 {
  margin-top: 5px;
  color: #de8626;
}
.detail-holder .main-detail p {
  font-style: normal;
  font-weight: initial;
}
.detail-holder .my-details-edit-pannel {
  display: none;
}
.detail-holder .my-details-edit-pannel form {
  padding: 10px;
}
.detail-holder .my-details-edit-pannel.expanded {
  display: initial;
}
div.edit-holder {
  position: absolute;
  right: 10px;
  display: block;
  width: 65px;
  padding: 0;
}
div.edit-holder:hover {
  cursor: pointer;
}
div.edit-holder .edit-icon {
  color: #00af85;
  margin-left: 28px;
}
div.edit-holder .edit-icon:after {
  font-family: "FontAwesome", sans-serif;
  content: "\f044";
  font-size: 20px;
  margin-left: -50px;
  top: 1px;
  position: absolute;
}
table.standard-restyle {
  text-align: left;
}
table.standard-restyle tr th {
  color: #11175e;
  font-weight: bold;
  background: #e2e2e2;
  width: 50%;
  padding: 0.5em 1em;
  font-size: 0.867em;
  vertical-align: top;
  text-align: left;
}
table.standard-restyle tr th:last-child {
  border-bottom: 2px solid red;
}
table.standard-restyle tr td {
  padding: 0.5em 1em;
  font-size: 0.867em;
  vertical-align: top;
  border-style: solid;
  border-color: #e2e2e2;
  border-width: 1px 2px 1px 0px;
  font-weight: initial;
  color: initial;
}
table.standard-restyle tr:last-child th {
  border-bottom: solid 3px #00af85;
}
/*button.button {
	padding: 0.3em 0.5em;
	border-radius: 8px;
	font-size: 18px;
	margin: 2px;
	color: white;
	background-color: @primarydark;
	border: none;
	&.submit {
		&:before{
			content: "\f0a9";
		    font-family: 'FontAwesome';
		    margin-right: 0.5em;
		}
	}
}*/
form.standard fieldset div.field.warning-true .input input,
fieldset#transfer-multiple-fieldset div.field.warning-true .input input,
form.extended fieldset div.field.warning-true .input input,
#outcome-fieldset div.field.warning-true .input input,
#worldpay-tools div.field.warning-true .input input {
  border-color: #de8626;
}
#secondary #tds_depositcap_calculator .calculator_intro_text {
  padding-top: 10px;
}
#secondary #tds_depositcap_calculator .calculator_input .calculator_input_container input.calculator_input_field {
  max-width: 150px;
  color: #12175e;
}
ul.list-inline-menu {
  list-style: none;
  padding-left: 0;
}
ul.list-inline-menu li {
  padding-top: 5px;
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  font-style: normal;
}
ul.list-inline-menu li a {
  display: block;
}
ul.list-inline-menu li:first-child {
  padding-left: 0;
}
ul.list-inline-menu li:last-child {
  padding-right: 0;
}
.process-flow-template div.logged-in {
  display: none;
}
.register-thank-you #header .inner .button.go-back {
  display: none;
}
.register-thank-you #content {
  background: url(/themes/shared/gfx/icons/TDS_LogoIcon_TINT.png) -180px -140px no-repeat;
  background-size: 780px;
}
.register-thank-you .wysiwyg-circle-holder {
  border-radius: 50%;
  height: 400px;
  background: white;
  border: 2px solid #00af85;
  width: 400px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
  margin-bottom: 100px;
  position: relative;
}
.register-thank-you .wysiwyg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: max-content;
  padding: 50px;
}
.register-thank-you .wysiwyg .center-text {
  /*position: absolute;*/
  /*top: 15%;*/
  margin: auto;
  left: 0;
  right: 0;
  color: #12175e;
}
.register-thank-you .wysiwyg .center-text p {
  font-family: 'PT Sans', sans-serif;
}
.register-thank-you .wysiwyg h2 {
  font-size: 2.5em;
  margin-top: 0;
  font-weight: bold;
}
.register-thank-you .wysiwyg button.button.go-back.hidden-xs {
  margin-top: 25px;
}
.register-thank-you button.button.go-back {
  bottom: -30px;
  width: 50%;
}
#page-banner-container {
  min-height: 300px;
  position: relative;
}
#page-banner-container h1#banner-heading {
  position: absolute;
  bottom: 0;
  width: 100%;
}
p.group-heading {
  font-size: 2em;
  color: #12175e;
  margin-bottom: 20px;
  font-weight: bold;
}
p.group-description {
  color: #12175e;
}
.panel.panel-default {
  box-shadow: none;
  border: 0;
}
.panel.panel-default a {
  background: white;
  border: 1px solid #bdbec1;
  /*padding: 10px 10px;*/
  display: block;
  text-decoration: none;
  color: #00af85;
  border-radius: 5px;
  transition: all 0.5s ease-out;
  /*box-shadow: @boxShadowStandardTransparent;*/
}
.panel.panel-default a .panel-heading {
  padding: 0;
}
.panel.panel-default a .panel-heading h3.panel-title {
  font-size: 18px;
  position: relative;
  font-weight: bold;
  padding: 20px 15px;
  padding-left: 45px;
}
.panel.panel-default a .panel-heading h3.panel-title:before {
  transition: all 0.5s ease-out;
  content: "\f13a";
  font-family: 'FontAwesome';
  margin-right: 20px;
  position: absolute;
  left: 15px;
}
.panel.panel-default a.expanded {
  border: 1px solid #00af85;
  border-radius: 5px 5px 0px 0px;
  background: #F6F6F6;
  /*box-shadow: @boxShadowStandard;*/
}
.panel.panel-default a.expanded .panel-heading h3.panel-title:before {
  transition: all 0.5s ease-out;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.panel.panel-default .panel-body {
  border: 1px solid #00af85;
  border-top: none;
  border-radius: 0 0 5px 5px;
  /*box-shadow: @boxShadowStandard;*/
}
.panel.panel-default .panel-body .group {
  /*&:extend(.col-xs-12);*/
}
.panel.panel-default .panel-body h4 {
  margin: 0.3em 0;
  font-weight: bold;
  font-size: 1.7em;
}
.detail-containter {
  font-size: 1.2em;
}
.detail-containter .label {
  padding-left: 0;
  margin-bottom: 10px;
}
.detail-containter .data {
  background: transparent;
  margin-bottom: 30px;
  border: 1px solid #bdbec1;
  padding: 15px;
  font-family: 'PT Sans', sans-serif;
  color: #12175e;
  border-radius: 5px;
}
.blue-info-message-block {
  font-family: 'PT Sans', sans-serif;
  padding: 15px;
  margin-top: 15px;
  border: 1px solid #397abe;
}
.blue-info-message-block p {
  color: #12175e;
  margin: 0;
}
.green-text {
  color: #00af85;
}
.module-manage-branches div#userManagementContainer {
  margin-top: 50px;
}
.module-manage-branches div#userManagementContainer div.table-responsive {
  margin-top: 25px;
}
.list-inline li {
  margin-top: 5px;
}
ul.list-inline.tools-margin {
  margin: 1em;
}
.normal-text {
  font-weight: normal;
}
ul.inline-button-spacer li {
  margin-right: 5px;
  margin-bottom: 5px;
}
.email-change-wrap {
  margin-bottom: 15px;
  font-family: 'PT Sans', sans-serif;
  font-size: 1.2em;
}
#accepted-file-types-alert {
  border: #00af85 1px solid;
  padding: 15px;
}
#accepted-file-types-alert p {
  border-color: #00af85;
  color: #12175e;
  font-family: 'PT Sans', sans-serif;
}
.payment-int-details {
  margin-bottom: 15px;
}
.payment-int-details p {
  color: #12175e;
  font-family: 'PT Sans', sans-serif;
}
.transfer-tenancy-modal {
  /*text-align: center;*/
}
.transfer-tenancy-modal .spinner {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  height: 25px;
  width: 25px;
}
.transfer-tenancy-modal ul.transfer-tenancy-selection-list {
  list-style: none;
  padding: 0;
}
.transfer-tenancy-modal ul.transfer-tenancy-selection-list li {
  padding: 5px;
  border-bottom: 1px solid #bdbec1;
}
.transfer-tenancy-modal ul.transfer-tenancy-selection-list li:hover {
  background: #00af85;
  cursor: pointer;
}
.transfer-tenancy-modal ul.transfer-tenancy-selection-list li:last-child {
  border-bottom: none;
}
.transfer-tenancy-modal ul.transfer-tenancy-selection-list li.active {
  background: #00af85;
}
.transfer-tenancy-modal ul.transfer-tenancy-selection-list li.active a {
  color: #FFF;
}
.api-detail-holder .api-loading {
  text-align: center;
}
.api-detail-holder .api-loading .spinner {
  height: 40px;
  width: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
.api-detail-holder .api-not-found,
.api-detail-holder .api-found,
.api-detail-holder .api-loading {
  margin-top: 15px;
}
.api-detail-holder .api-not-found,
.api-detail-holder .api-found {
  display: none;
}
.api-detail-holder .api-not-found #apiKey,
.api-detail-holder .api-found #apiKey {
  /*color: @neutralshade8;*/
  transition: all 1s;
}
.api-detail-holder .api-not-found #reveal,
.api-detail-holder .api-found #reveal {
  margin-top: 15px;
}
.field.type-select .input .spinner {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 25px;
  height: 25px;
  background: #FFF;
}
.customContentEdit {
  color: inherit;
  display: block;
  font-size: 1.6rem;
  margin: 1em 0;
}
p + .customContentEdit {
  margin-top: 0;
}
form#adddeposit.standard fieldset.submit,
form#adddeposit.standard .fieldname-is_current_nonmember_agent_registered,
form#adddeposit.standard .tertiaryfields-adddeposit-agent-acting-behalf-fieldset,
form#adddeposit.standard #adddeposit-property-details-fieldset {
  display: none;
}
form#adddeposit.standard #adddeposit-property-details-fieldset {
  min-height: 300px;
}
form#adddeposit.standard fieldset#adddeposit-property-details-fieldset {
  margin-bottom: 0;
}
form#adddeposit.standard fieldset#adddeposit-property-details-fieldset .legend {
  /*float: none;*/
  /*margin-bottom: 10px;*/
  /*width: 100%;*/
}
form#adddeposit.standard fieldset#adddeposit-property-details-fieldset .form-field-container {
  /*width: 100%;*/
}
form#adddeposit.standard fieldset#adddeposit-property-details-fieldset #addPropertyFormHolder {
  display: none;
}
form#adddeposit.standard #group-property-details .detail {
  font-size: 1.2em;
}
form#adddeposit.standard div.group {
  /*.row {
				label {
					display: block;
    				font-size: 1.2em;
    				margin-bottom: 8px;
				}
			}*/
}
form#adddeposit.standard div.group .fieldname-is_current_nonmember_registered,
form#adddeposit.standard div.group .tertiaryfields-adddeposit-landlord-details-fieldset,
form#adddeposit.standard div.group .secondaryfields-adddeposit-lead-tenant-address-fieldset,
form#adddeposit.standard div.group .secondaryfields-adddeposit-other-tenant-address-fieldset,
form#adddeposit.standard div.group .secondaryfields-adddeposit-persons-fieldset-contact-address,
form#adddeposit.standard div.group .field.type-date.fieldname-expected_end_date {
  display: none;
}
form#adddeposit.standard div.group h3 {
  font-weight: bold;
  font-size: 2em;
  /*margin-bottom: 0;*/
}
form#adddeposit.standard div.group .field .input #adddeposit-property_id {
  display: none;
}
form#adddeposit.standard div.group .field.type-select .input .spinner {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 25px;
  height: 25px;
  background: #FFF;
}
form#adddeposit.standard div.group .field .input #js-adddeposit-countrycode,
form#adddeposit.standard div.group .field .input #adddeposit-countrycode {
  width: 25%;
  float: left;
  padding: 9px 0px 9px 10px;
}
form#adddeposit.standard div.group .field .input #js-adddeposit-other-tenants-mobile,
form#adddeposit.standard div.group .field .input #adddeposit-mobile {
  width: 73%;
  margin-left: 2%;
}
form#registermember .field .input #js-adddeposit-countrycode,
form#addtenant .field .input #js-adddeposit-countrycode,
form#edittenant.standard .field .input #js-adddeposit-countrycode,
form#registermember .field .input #adddeposit-countrycode,
form#addtenant .field .input #adddeposit-countrycode,
form#edittenant.standard .field .input #adddeposit-countrycode {
  width: 25%;
  float: left;
  padding: 9px 0px 9px 10px;
}
form#registermember .field .input #registermember-person_alttelephone,
form#addtenant .field .input #registermember-person_alttelephone,
form#edittenant.standard .field .input #registermember-person_alttelephone,
form#registermember .field .input #addtenant-mobile,
form#addtenant .field .input #addtenant-mobile,
form#edittenant.standard .field .input #addtenant-mobile,
form#registermember .field .input #edittenant-mobile,
form#addtenant .field .input #edittenant-mobile,
form#edittenant.standard .field .input #edittenant-mobile {
  width: 73%;
  margin-left: 2%;
}
.module-manage-deposits #confirmTitle h2 {
  font-weight: bold;
  font-size: 28px;
}
.module-manage-deposits #addDepositConfirmationBreakdown .confirm-detail {
  border: 0;
  margin-bottom: 0;
  padding: 0 15px 0 15px;
}
.module-manage-deposits #addDepositConfirmationBreakdown .confirm-detail .detail {
  margin-bottom: 5px;
}
.module-manage-deposits #addDepositConfirmationBreakdown .confirm-detail .detail .nodata {
  font-style: normal;
}
.module-manage-deposits #addDepositConfirmationBreakdown .confirm-detail .label {
  float: left;
  margin-right: 5px;
}
.module-manage-deposits #addDepositConfirmationBreakdown .group.tenants .confirm-detail.ul-tools-container {
  padding-left: 0;
  margin-bottom: 35px;
}
#addLandlordFormHolder {
  display: none;
}
form#editdeposit .field.type-select .input .spinner,
form#adddeposit .field.type-select .input .spinner {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 25px;
  height: 25px;
  background: #FFF;
}
#deposit-cap-warning-message {
  padding: 10px;
  background: #de8626;
  border-radius: 5px;
  color: #fff;
  margin-top: 10px;
  font-size: 0.7em;
  font-weight: normal;
  display: none;
  word-break: break-word;
}
form#addproperty #addproperty-additional-landlords-fieldset-basket,
form#addproperty #addproperty-additional-landlords-fieldset,
form#addproperty button.add.add-landlord,
form#addproperty .fieldname-additional_nonmemberid {
  display: none;
}
form#update-repayment-request-summary,
form#update-repayment-request,
.view-repayment-request {
  color: #12175e;
  font-family: 'PT Sans', sans-serif;
  font-size: 1.1em;
}
form#update-repayment-request-summary .page-title-overview h2,
form#update-repayment-request .page-title-overview h2,
.view-repayment-request .page-title-overview h2 {
  font-weight: bold;
}
form#update-repayment-request-summary .row.end-date-row,
form#update-repayment-request .row.end-date-row,
.view-repayment-request .row.end-date-row,
form#update-repayment-request-summary .row.status-details-row,
form#update-repayment-request .row.status-details-row,
.view-repayment-request .row.status-details-row {
  margin-bottom: 30px;
}
form#update-repayment-request-summary .deposit-status-details,
form#update-repayment-request .deposit-status-details,
.view-repayment-request .deposit-status-details {
  min-height: 140px;
  padding: 30px 15px;
  border: 1px solid #12175e;
}
form#update-repayment-request-summary .deposit-status-details .status-detail-short,
form#update-repayment-request .deposit-status-details .status-detail-short,
.view-repayment-request .deposit-status-details .status-detail-short {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.2em;
}
form#update-repayment-request-summary .deposit-status-details .status-detail-long,
form#update-repayment-request .deposit-status-details .status-detail-long,
.view-repayment-request .deposit-status-details .status-detail-long {
  font-size: 1.1em;
  margin-top: 15px;
  /*padding-left: 45px;*/
}
form#update-repayment-request-summary .tenancy-end-date,
form#update-repayment-request .tenancy-end-date,
.view-repayment-request .tenancy-end-date {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 10px;
}
form#update-repayment-request-summary .date-box,
form#update-repayment-request .date-box,
.view-repayment-request .date-box {
  padding: 10px;
  border: 1px solid #bdbec1;
  border-radius: 5px;
  margin: 10px 0 10px 0;
}
form#update-repayment-request-summary .table-responsive,
form#update-repayment-request .table-responsive,
.view-repayment-request .table-responsive {
  border: none;
}
form#update-repayment-request-summary th.table-heading,
form#update-repayment-request th.table-heading,
.view-repayment-request th.table-heading {
  font-size: 1.2em;
  width: 25%;
}
form#update-repayment-request-summary th.table-first-col-spacing,
form#update-repayment-request th.table-first-col-spacing,
.view-repayment-request th.table-first-col-spacing {
  width: 35%;
}
form#update-repayment-request-summary .table,
form#update-repayment-request .table,
.view-repayment-request .table {
  font-family: 'PT Sans', sans-serif;
}
form#update-repayment-request-summary .table > tbody > tr > td,
form#update-repayment-request .table > tbody > tr > td,
.view-repayment-request .table > tbody > tr > td,
form#update-repayment-request-summary .table > thead > tr > th,
form#update-repayment-request .table > thead > tr > th,
.view-repayment-request .table > thead > tr > th {
  border: 0;
}
form#update-repayment-request-summary .table.summary-table > tbody,
form#update-repayment-request .table.summary-table > tbody,
.view-repayment-request .table.summary-table > tbody {
  background: #f6f6f6;
}
form#update-repayment-request-summary span.nodata,
form#update-repayment-request span.nodata,
.view-repayment-request span.nodata {
  font-style: normal;
}
form#update-repayment-request-summary table.table.totals tr,
form#update-repayment-request table.table.totals tr,
.view-repayment-request table.table.totals tr {
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
form#update-repayment-request-summary table .spacer,
form#update-repayment-request table .spacer,
.view-repayment-request table .spacer {
  background: #FFF;
}
form#update-repayment-request-summary table .totals-row,
form#update-repayment-request table .totals-row,
.view-repayment-request table .totals-row {
  background: white;
  font-size: 1.2em;
  font-weight: bold;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
form#update-repayment-request-summary th.table-heading,
form#update-repayment-request th.table-heading,
.view-repayment-request th.table-heading {
  font-size: 1.2em;
}
.deposit-repayment-totals {
  background: #e2e2e2;
}
.deposit-status-details,
.deposit-repayment-totals {
  /*padding: 1.5em 1em;*/
  border-radius: 5px;
}
.deposit-repayment-totals,
.info-block-general {
  color: #12175e;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.2em;
  min-height: 140px;
  margin: 15px 0 0 0;
  padding: 30px 10px;
}
.deposit-repayment-totals img,
.info-block-general img {
  width: 100%;
  max-width: 75px;
}
.info-block-blue-white {
  border-radius: 5px;
  border: 1px solid #12175e;
}
.repayments-to-title {
  font-size: 1.4em;
  line-height: 1.08em;
  font-weight: bold;
  color: #12175e;
}
.respond-to-repayment-request .page-title-overview h3 {
  font-weight: bold;
}
.respond-to-repayment-request .blue-info-message-block {
  margin-bottom: 25px;
}
form#repayment-request .respond-to-repayment-table .other-comments-row,
form#update-repayment-request-summary .respond-to-repayment-table .other-comments-row,
form#update-repayment-request .respond-to-repayment-table .other-comments-row,
form#repayment-response .respond-to-repayment-table .other-comments-row {
  display: none;
}
form#repayment-request th.table-first-col-spacing,
form#update-repayment-request-summary th.table-first-col-spacing,
form#update-repayment-request th.table-first-col-spacing,
form#repayment-response th.table-first-col-spacing {
  width: 50%;
}
form#repayment-request .table,
form#update-repayment-request-summary .table,
form#update-repayment-request .table,
form#repayment-response .table {
  font-family: 'PT Sans', sans-serif;
}
form#repayment-request .table > tbody > tr > td,
form#update-repayment-request-summary .table > tbody > tr > td,
form#update-repayment-request .table > tbody > tr > td,
form#repayment-response .table > tbody > tr > td,
form#repayment-request .table > thead > tr > th,
form#update-repayment-request-summary .table > thead > tr > th,
form#update-repayment-request .table > thead > tr > th,
form#repayment-response .table > thead > tr > th {
  border: 0;
  /*font-size: 1.2em;*/
}
form#repayment-request th.table-heading,
form#update-repayment-request-summary th.table-heading,
form#update-repayment-request th.table-heading,
form#repayment-response th.table-heading {
  font-size: 1.2em;
}
form#repayment-request fieldset .green-text div.field div.input input,
form#update-repayment-request-summary fieldset .green-text div.field div.input input,
form#update-repayment-request fieldset .green-text div.field div.input input,
form#repayment-response fieldset .green-text div.field div.input input {
  color: #00af85;
}
form#repayment-request fieldset div.field.input-error div.input .number-input-wrapper,
form#update-repayment-request-summary fieldset div.field.input-error div.input .number-input-wrapper,
form#update-repayment-request fieldset div.field.input-error div.input .number-input-wrapper,
form#repayment-response fieldset div.field.input-error div.input .number-input-wrapper {
  border: 1px solid #e9394d;
  color: #e9394d;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
form#repayment-request fieldset div.field div.input .number-input-wrapper,
form#update-repayment-request-summary fieldset div.field div.input .number-input-wrapper,
form#update-repayment-request fieldset div.field div.input .number-input-wrapper,
form#repayment-response fieldset div.field div.input .number-input-wrapper {
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
form#repayment-request table,
form#update-repayment-request-summary table,
form#update-repayment-request table,
form#repayment-response table {
  color: #12175e;
}
form#repayment-request .table-cell,
form#update-repayment-request-summary .table-cell,
form#update-repayment-request .table-cell,
form#repayment-response .table-cell {
  vertical-align: middle;
}
form#repayment-request .non-edit-value,
form#update-repayment-request-summary .non-edit-value,
form#update-repayment-request .non-edit-value,
form#repayment-response .non-edit-value {
  padding-right: 20px;
  border-radius: 5px;
}
form#repayment-request .blue-info-message-block,
form#update-repayment-request-summary .blue-info-message-block,
form#update-repayment-request .blue-info-message-block,
form#repayment-response .blue-info-message-block {
  margin-top: 30px;
  margin-bottom: 30px;
}
form#repayment-request .table-responsive,
form#update-repayment-request-summary .table-responsive,
form#update-repayment-request .table-responsive,
form#repayment-response .table-responsive {
  border: none;
}
form#repayment-request #respond-amount_to_agent_or_landlord_other_text,
form#update-repayment-request-summary #respond-amount_to_agent_or_landlord_other_text,
form#update-repayment-request #respond-amount_to_agent_or_landlord_other_text,
form#repayment-response #respond-amount_to_agent_or_landlord_other_text {
  font-size: 1em;
}
form#repayment-request th.table-heading,
form#update-repayment-request-summary th.table-heading,
form#update-repayment-request th.table-heading,
form#repayment-response th.table-heading {
  font-size: 1.2em;
  width: 25%;
}
form#repayment-request table.repayments-landlord-summary > tbody,
form#update-repayment-request-summary table.repayments-landlord-summary > tbody,
form#update-repayment-request table.repayments-landlord-summary > tbody,
form#repayment-response table.repayments-landlord-summary > tbody,
form#repayment-request table.repayments-to-tenants-summary > tbody,
form#update-repayment-request-summary table.repayments-to-tenants-summary > tbody,
form#update-repayment-request table.repayments-to-tenants-summary > tbody,
form#repayment-response table.repayments-to-tenants-summary > tbody {
  background: #f6f6f6;
}
form#repayment-request span.nodata,
form#update-repayment-request-summary span.nodata,
form#update-repayment-request span.nodata,
form#repayment-response span.nodata {
  font-style: normal;
}
form#repayment-request table.table.totals tr,
form#update-repayment-request-summary table.table.totals tr,
form#update-repayment-request table.table.totals tr,
form#repayment-response table.table.totals tr {
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
form#repayment-request table .spacer,
form#update-repayment-request-summary table .spacer,
form#update-repayment-request table .spacer,
form#repayment-response table .spacer {
  background: #FFF;
}
form#repayment-request table .totals-row,
form#update-repayment-request-summary table .totals-row,
form#update-repayment-request table .totals-row,
form#repayment-response table .totals-row {
  background: white;
  font-size: 1.2em;
  font-weight: bold;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
form#repayment-request table .totals-row.sub-totals,
form#update-repayment-request-summary table .totals-row.sub-totals,
form#update-repayment-request table .totals-row.sub-totals,
form#repayment-response table .totals-row.sub-totals {
  color: #00af85;
  font-size: 1em;
}
form#repayment-request span.nodata,
form#update-repayment-request-summary span.nodata,
form#update-repayment-request span.nodata,
form#repayment-response span.nodata {
  font-style: normal;
}
form#repayment-request div.total-deposit-info-row,
form#update-repayment-request-summary div.total-deposit-info-row,
form#update-repayment-request div.total-deposit-info-row,
form#repayment-response div.total-deposit-info-row {
  border-radius: 5px;
  border: 1px solid #12175e;
  font-size: 1.45em;
  font-weight: bold;
  padding: 12px 0px;
  line-height: 1.45em;
  color: #12175e;
}
form#repayment-request div.total-deposit-info-row.error,
form#update-repayment-request-summary div.total-deposit-info-row.error,
form#update-repayment-request div.total-deposit-info-row.error,
form#repayment-response div.total-deposit-info-row.error {
  border: 1px solid #e9394d;
  color: #e9394d;
}
form#repayment-request fieldset.submit,
form#update-repayment-request-summary fieldset.submit,
form#update-repayment-request fieldset.submit,
form#repayment-response fieldset.submit,
form#repayment-request div.total-deposit-info-row,
form#update-repayment-request-summary div.total-deposit-info-row,
form#update-repayment-request div.total-deposit-info-row,
form#repayment-response div.total-deposit-info-row {
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
form#repayment-request td.bank-details-button-row,
form#update-repayment-request-summary td.bank-details-button-row,
form#update-repayment-request td.bank-details-button-row,
form#repayment-response td.bank-details-button-row {
  padding-top: 0;
}
form#repayment-request td.bank-details-button-row div.bank-details-update-button-container,
form#update-repayment-request-summary td.bank-details-button-row div.bank-details-update-button-container,
form#update-repayment-request td.bank-details-button-row div.bank-details-update-button-container,
form#repayment-response td.bank-details-button-row div.bank-details-update-button-container {
  display: none;
}
form#repayment-request td.bank-details-button-row a,
form#update-repayment-request-summary td.bank-details-button-row a,
form#update-repayment-request td.bank-details-button-row a,
form#repayment-response td.bank-details-button-row a {
  margin: 0;
}
form#repayment-request a.bank-details-error,
form#update-repayment-request-summary a.bank-details-error,
form#update-repayment-request a.bank-details-error,
form#repayment-response a.bank-details-error {
  background-color: #e9394d;
  border: 1px solid #e9394d;
}
form#repayment-request a .spinner,
form#update-repayment-request-summary a .spinner,
form#update-repayment-request a .spinner,
form#repayment-response a .spinner {
  right: -50px;
  height: 35px;
  width: 35px;
}
form#repayment-request td.error-td,
form#update-repayment-request-summary td.error-td,
form#update-repayment-request td.error-td,
form#repayment-response td.error-td {
  padding: 0 8px;
}
form#repayment-request td.error-td p.error-container,
form#update-repayment-request-summary td.error-td p.error-container,
form#update-repayment-request td.error-td p.error-container,
form#repayment-response td.error-td p.error-container {
  display: none;
  margin: 0;
  font-size: 14px;
  color: #e9394d;
}
form#repayment-request td.label,
form#update-repayment-request-summary td.label,
form#update-repayment-request td.label,
form#repayment-response td.label {
  padding-bottom: 5px;
}
form#repayment-request tr.detail-input-row td,
form#update-repayment-request-summary tr.detail-input-row td,
form#update-repayment-request tr.detail-input-row td,
form#repayment-response tr.detail-input-row td {
  padding-top: 0;
}
form#repayment-request .total-deposit-error-holder,
form#update-repayment-request-summary .total-deposit-error-holder,
form#update-repayment-request .total-deposit-error-holder,
form#repayment-response .total-deposit-error-holder {
  display: none;
}
form#repayment-request .total-deposit-error-holder p,
form#update-repayment-request-summary .total-deposit-error-holder p,
form#update-repayment-request .total-deposit-error-holder p,
form#repayment-response .total-deposit-error-holder p {
  color: #e9394d;
  padding: 0;
  /*padding: 5px 15px 0px 15px;*/
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
form#repayment-request #requestRepaymentTotalHolder,
form#repayment-request .fieldname-amount_to_tenants,
form#repayment-request .fieldname-amount_to_agent_or_landlord {
  display: none;
}
form#repayment-request div#requestRepaymentTotalHolder {
  margin-bottom: 25px;
}
.module-tenants form#repayment-request .fieldname-amount_to_agent_or_landlord {
  display: block;
}
ol#list-respondDispute-accepted li {
  width: 100%;
}
.module-tenants form#repayment-response fieldset#response-proposal-fieldset {
  margin-bottom: 0;
}
form#update-repayment-request div.field.type-radio.fieldname-agree_with_moratorium_tenant div.input ol li,
form#update-repayment-request div.field.type-radio.fieldname-agree_with_moratorium_member div.input ol li {
  width: 100%;
}
form#update-repayment-request fieldset#outcome-of-proposal-discussed-repayment-detail-fieldset,
form#update-repayment-request fieldset#outcome-of-proposal-discussed-repayment-fieldset {
  display: none;
}
/*
	These styles were extracted from bootstrap,
	so, if you already use bootstrap, you don't
	need this.
*/
.simply-toast {
  right: 20px !important;
}
.simply-toast .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.simply-toast .alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.simply-toast .alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.simply-toast .alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.simply-toast .alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.simply-toast .close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
  margin-left: .5em;
}
.simply-toast .close:hover,
.simply-toast .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
/* BEGIN  */
#corp-logo {
  margin: 10px 0 15px 0;
}
.ui-button {
  background: #12175e;
}
.ui-widget {
  font-family: Arial, sans-serif;
  font-size: 0.813em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, sans-serif;
}
.ui-widget-content {
  border: 1px solid #a6c9e2;
  background: #fcfdfd url("/plugins/jquery-ui-1.11.2.custom/images/ui-bg_inset-hard_100_fcfdfd_1x100.png") 50% bottom repeat-x;
  color: #222;
}
.ui-widget-content a {
  color: #222;
}
.ui-widget-header {
  border: 1px solid #4297d7;
  background: #12175e;
  margin-bottom: 0.5em;
}
.ui-widget-header a {
  color: #eaf5f7;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #77d5f7;
  background: #1bb2e9;
  font-weight: normal;
  color: #ffffff;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #fff;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #448dae;
  background: #79c9ec url("/plugins/jquery-ui-1.11.2.custom/images/ui-bg_glass_75_79c9ec_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #026890;
}
.ui-state-hover a,
.ui-state-focus a,
.ui-state-hover a:hover,
.ui-state-focus a:hover,
.ui-state-hover a:link,
.ui-state-focus a:link,
.ui-state-hover a:visited,
.ui-state-focus a:visited {
  color: #026890;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #258e70;
  background: #05b085 url("/plugins/jquery-ui-1.11.2.custom/images/ui-bg_gloss-wave_50_05b085_500x100.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #fff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcd113;
  background: #dc681d url("/plugins/jquery-ui-1.11.2.custom/images/ui-bg_glass_55_dc681d_1x400.png") 50% 50% repeat-x;
  color: #333;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #333;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #ab115a;
  background: #e9394d url("/plugins/jquery-ui-1.11.2.custom/images/ui-bg_gloss-wave_45_e9394d_500x100.png") 50% top repeat-x;
  color: #fff;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("/plugins/jquery-ui-1.11.2.custom/images/ui-icons_0078ae_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("/plugins/jquery-ui-1.11.2.custom/images/ui-icons_d8e7f3_256x240.png");
}
.ui-state-default .ui-icon {
  background-image: url("/plugins/jquery-ui-1.11.2.custom/images/ui-icons_e0fdff_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("/plugins/jquery-ui-1.11.2.custom/images/ui-icons_056b93_256x240.png");
}
.ui-state-active .ui-icon {
  background-image: url("/plugins/jquery-ui-1.11.2.custom/images/ui-icons_dc681d_256x240.png");
}
.ui-state-highlight .ui-icon {
  background-image: url("/plugins/jquery-ui-1.11.2.custom/images/ui-icons_f7a50d_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("/plugins/jquery-ui-1.11.2.custom/images/ui-icons_ab115a_256x240.png");
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 5px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 5px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 5px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 5px;
}
.ui-widget-overlay {
  background: #aaaaaa url("/plugins/jquery-ui-1.11.2.custom/images/ui-bg_flat_75_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: .3;
  filter: alpha(opacity=30);
}
.ui-widget-shadow {
  margin: 5px 0 0 5px;
  padding: 0;
  background: #999999 url("/plugins/jquery-ui-1.11.2.custom/images/ui-bg_flat_55_999999_40x100.png") 50% 50% repeat-x;
  opacity: .45;
  filter: alpha(opacity=45);
  border-radius: 5px;
}
.ui-dialog-buttonpane button.ui-button {
  background: #12175e;
  border: 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  color: #fff;
  font-family: 'PT Sans', sans-serif;
  font-size: 1.154em;
  padding: 0.3em 0.5em;
  margin: .5em 0 .5em .4em;
}
.ui-dialog-buttonpane button.ui-button:before {
  content: "\f0a9";
  font-family: 'FontAwesome';
  margin-right: 0.5em;
}
.ui-dialog-buttonpane button.ui-button .ui-button-text {
  display: inline;
  padding: 0;
}
/*-----------------------------------------------------*\
			TDS E&W Mobile Navigation Redesign
\*-----------------------------------------------------*/
body {
  overflow-x: hidden;
  position: relative;
}
html,
body {
  height: 100%;
}
#site-wrapper {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  /*height: 5000px;*/
  min-height: 65%;
}
#site-canvas {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
  /*padding-bottom: 200px;*/
}
#footer {
  position: relative;
}
#site-menu {
  width: 300px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -300px;
}
#site-wrapper.show-nav #site-canvas {
  -webkit-transform: translateX(-300px);
  transform: translateX(-300px);
}
a.toggle-nav {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 2em;
}
#site-canvas {
  -webkit-transform: translate3d(0);
  transform: translate3d(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.show-nav #site-canvas {
  -webkit-transform: translate3d(300px);
  transform: translate3d(300px);
}
.navbar-toggle {
  position: absolute;
  right: 0px;
  border-color: #ddd;
  /* width: 35px; */
  border-radius: 0;
  padding: 5px 10px;
  display: block;
  width: 36px;
  height: 32px;
  top: -7px;
}
body header:after {
  content: '';
  width: 100vw;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  transition: opacity ease-out 0.2s;
}
body header.nav-cover:after {
  opacity: 1;
}
body.no-scroll {
  overflow: hidden;
}
#site-menu .off-canvas-heading {
  background-color: #09af84;
  width: 100%;
  border-bottom: 5px solid #12185a;
  padding: 11.5px;
}
#site-menu .off-canvas-heading h2 {
  color: white;
  margin: 0;
  font-size: 20px;
  font-weight: initial;
}
#site-menu .off-canvas-heading span {
  display: block;
  padding: 0;
  transition: opacity ease-out 0.3s;
  cursor: pointer;
  width: 40px;
  position: absolute;
  right: 15px;
  top: 15px;
  text-align: right;
  color: white;
  font-size: 17px;
}
#site-menu .off-canvas-heading span:before {
  content: "\e014";
}
#site-menu ul {
  padding-left: 0;
  background-color: white;
  list-style: none;
}
#site-menu ul li {
  position: relative;
}
#site-menu ul li a {
  padding: 15px;
  display: block;
  border-bottom: 1px solid #12185b20;
  width: 50%;
  text-decoration: none;
  color: #121759;
  font-style: initial;
}
#site-menu ul li a span {
  font-style: initial;
  color: #12185b;
  font-weight: 600;
}
#site-menu ul li a:after {
  -webkit-transition: .2s ease all;
  transition: .2s ease all;
  content: "\e258";
  font-family: 'Glyphicons Halflings';
  position: absolute;
  right: 15px;
  top: 15px;
  pointer-events: none;
  font-style: initial;
  color: #121759;
}
#site-menu ul li span.arrow-down-nav {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  z-index: 2;
  border-bottom: 1px solid #12185b20;
}
#site-menu ul li a.menu-active:after {
  -webkit-transition: .2s ease all;
  transition: .2s ease all;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#site-menu ul li ul li {
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}
#site-menu ul li ul li a {
  width: 100%;
  padding: 15px;
  display: block;
  border-bottom: 1px solid #12185b20;
  font-style: initial;
  color: #12185b;
  font-weight: 400;
}
#site-menu ul li ul li a:after {
  content: "";
}
#site-menu ul li ul li.inactive {
  display: none;
}
#site-menu ul li.no-sub a {
  width: 100%;
}
#site-menu ul li.no-sub a:after {
  content: "";
}
/*-----------------------------------------------------*\
			TDS E&W header/footer Redesign
\*-----------------------------------------------------*/
.home-template #header,
.default-template #header,
.dashboard-template #header,
.errors-template #header,
.members-template #header,
.tds-login-template #header,
.my-details-template #header {
  border-bottom: 5px solid #12185b;
  padding: 5px 0 5px 0;
}
.home-template #header .logged-in,
.default-template #header .logged-in,
.dashboard-template #header .logged-in,
.errors-template #header .logged-in,
.members-template #header .logged-in,
.tds-login-template #header .logged-in,
.my-details-template #header .logged-in {
  position: absolute;
  bottom: initial !important;
  right: 0;
  top: 0;
  display: none;
}
.home-template #header #corp-logo,
.default-template #header #corp-logo,
.dashboard-template #header #corp-logo,
.errors-template #header #corp-logo,
.members-template #header #corp-logo,
.tds-login-template #header #corp-logo,
.my-details-template #header #corp-logo {
  margin: 0;
}
.home-template #header #corp-logo a,
.default-template #header #corp-logo a,
.dashboard-template #header #corp-logo a,
.errors-template #header #corp-logo a,
.members-template #header #corp-logo a,
.tds-login-template #header #corp-logo a,
.my-details-template #header #corp-logo a {
  overflow: hidden;
  height: 30px;
  display: inline-block;
}
.home-template #header #corp-logo a img,
.default-template #header #corp-logo a img,
.dashboard-template #header #corp-logo a img,
.errors-template #header #corp-logo a img,
.members-template #header #corp-logo a img,
.tds-login-template #header #corp-logo a img,
.my-details-template #header #corp-logo a img {
  width: 75px;
  height: auto;
  display: inline-block;
}
.home-template #header #nav1,
.default-template #header #nav1,
.dashboard-template #header #nav1,
.errors-template #header #nav1,
.members-template #header #nav1,
.tds-login-template #header #nav1,
.my-details-template #header #nav1 {
  height: 10px;
  width: 100%;
  font-family: 'Lato', sans-serif;
  position: relative;
  background: none;
  border: none;
  font-size: 0.875em;
}
.home-template #header #nav1 .tagline,
.default-template #header #nav1 .tagline,
.dashboard-template #header #nav1 .tagline,
.errors-template #header #nav1 .tagline,
.members-template #header #nav1 .tagline,
.tds-login-template #header #nav1 .tagline,
.my-details-template #header #nav1 .tagline {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.home-template #header #nav1 .tagline span.aut,
.default-template #header #nav1 .tagline span.aut,
.dashboard-template #header #nav1 .tagline span.aut,
.errors-template #header #nav1 .tagline span.aut,
.members-template #header #nav1 .tagline span.aut,
.tds-login-template #header #nav1 .tagline span.aut,
.my-details-template #header #nav1 .tagline span.aut {
  display: block;
  margin-bottom: 6px;
  margin-top: 1px;
}
.home-template #header #nav1 .tagline img,
.default-template #header #nav1 .tagline img,
.dashboard-template #header #nav1 .tagline img,
.errors-template #header #nav1 .tagline img,
.members-template #header #nav1 .tagline img,
.tds-login-template #header #nav1 .tagline img,
.my-details-template #header #nav1 .tagline img {
  float: left;
  margin-right: 20px;
}
.home-template #header #nav1 h2 a,
.default-template #header #nav1 h2 a,
.dashboard-template #header #nav1 h2 a,
.errors-template #header #nav1 h2 a,
.members-template #header #nav1 h2 a,
.tds-login-template #header #nav1 h2 a,
.my-details-template #header #nav1 h2 a {
  height: 1em;
  color: #12185b;
  transition: all 0.3s ease-in-out;
}
.home-template #header #nav1 ul,
.default-template #header #nav1 ul,
.dashboard-template #header #nav1 ul,
.errors-template #header #nav1 ul,
.members-template #header #nav1 ul,
.tds-login-template #header #nav1 ul,
.my-details-template #header #nav1 ul {
  float: none;
}
.home-template #header #nav1 ul > li:not(.hide-desktop) a,
.default-template #header #nav1 ul > li:not(.hide-desktop) a,
.dashboard-template #header #nav1 ul > li:not(.hide-desktop) a,
.errors-template #header #nav1 ul > li:not(.hide-desktop) a,
.members-template #header #nav1 ul > li:not(.hide-desktop) a,
.tds-login-template #header #nav1 ul > li:not(.hide-desktop) a,
.my-details-template #header #nav1 ul > li:not(.hide-desktop) a {
  position: relative;
  color: inherit;
  border-bottom: 4px solid;
  text-transform: uppercase;
  font-weight: 900;
  padding: 10px;
}
.home-template #header #nav1 ul > li:not(.hide-desktop) a:hover,
.default-template #header #nav1 ul > li:not(.hide-desktop) a:hover,
.dashboard-template #header #nav1 ul > li:not(.hide-desktop) a:hover,
.errors-template #header #nav1 ul > li:not(.hide-desktop) a:hover,
.members-template #header #nav1 ul > li:not(.hide-desktop) a:hover,
.tds-login-template #header #nav1 ul > li:not(.hide-desktop) a:hover,
.my-details-template #header #nav1 ul > li:not(.hide-desktop) a:hover {
  background: none;
}
.home-template #header #nav1 ul > li:not(.hide-desktop) .arrow-down,
.default-template #header #nav1 ul > li:not(.hide-desktop) .arrow-down,
.dashboard-template #header #nav1 ul > li:not(.hide-desktop) .arrow-down,
.errors-template #header #nav1 ul > li:not(.hide-desktop) .arrow-down,
.members-template #header #nav1 ul > li:not(.hide-desktop) .arrow-down,
.tds-login-template #header #nav1 ul > li:not(.hide-desktop) .arrow-down,
.my-details-template #header #nav1 ul > li:not(.hide-desktop) .arrow-down {
  width: 40px;
  height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
}
.home-template #header #nav1 ul > li:not(.hide-desktop) .arrow-down:before,
.default-template #header #nav1 ul > li:not(.hide-desktop) .arrow-down:before,
.dashboard-template #header #nav1 ul > li:not(.hide-desktop) .arrow-down:before,
.errors-template #header #nav1 ul > li:not(.hide-desktop) .arrow-down:before,
.members-template #header #nav1 ul > li:not(.hide-desktop) .arrow-down:before,
.tds-login-template #header #nav1 ul > li:not(.hide-desktop) .arrow-down:before,
.my-details-template #header #nav1 ul > li:not(.hide-desktop) .arrow-down:before {
  font-family: 'Glyphicons Halflings';
  content: "\e114";
  top: 10px;
  position: relative;
}
.home-template #header #nav1 ul > li:not(.hide-desktop).count1,
.default-template #header #nav1 ul > li:not(.hide-desktop).count1,
.dashboard-template #header #nav1 ul > li:not(.hide-desktop).count1,
.errors-template #header #nav1 ul > li:not(.hide-desktop).count1,
.members-template #header #nav1 ul > li:not(.hide-desktop).count1,
.tds-login-template #header #nav1 ul > li:not(.hide-desktop).count1,
.my-details-template #header #nav1 ul > li:not(.hide-desktop).count1 {
  color: #12185b;
}
.home-template #header #nav1 ul > li:not(.hide-desktop).count1 ul,
.default-template #header #nav1 ul > li:not(.hide-desktop).count1 ul,
.dashboard-template #header #nav1 ul > li:not(.hide-desktop).count1 ul,
.errors-template #header #nav1 ul > li:not(.hide-desktop).count1 ul,
.members-template #header #nav1 ul > li:not(.hide-desktop).count1 ul,
.tds-login-template #header #nav1 ul > li:not(.hide-desktop).count1 ul,
.my-details-template #header #nav1 ul > li:not(.hide-desktop).count1 ul {
  background: #888bad;
  border-top: 2px solid #12185b;
}
.home-template #header #nav1 ul > li:not(.hide-desktop).count2,
.default-template #header #nav1 ul > li:not(.hide-desktop).count2,
.dashboard-template #header #nav1 ul > li:not(.hide-desktop).count2,
.errors-template #header #nav1 ul > li:not(.hide-desktop).count2,
.members-template #header #nav1 ul > li:not(.hide-desktop).count2,
.tds-login-template #header #nav1 ul > li:not(.hide-desktop).count2,
.my-details-template #header #nav1 ul > li:not(.hide-desktop).count2 {
  color: #1cb085;
}
.home-template #header #nav1 ul > li:not(.hide-desktop).count2 ul,
.default-template #header #nav1 ul > li:not(.hide-desktop).count2 ul,
.dashboard-template #header #nav1 ul > li:not(.hide-desktop).count2 ul,
.errors-template #header #nav1 ul > li:not(.hide-desktop).count2 ul,
.members-template #header #nav1 ul > li:not(.hide-desktop).count2 ul,
.tds-login-template #header #nav1 ul > li:not(.hide-desktop).count2 ul,
.my-details-template #header #nav1 ul > li:not(.hide-desktop).count2 ul {
  background: #8dd7c2;
  border-top: 2px solid #1cb085;
}
.home-template #header #nav1 ul > li:not(.hide-desktop).count3,
.default-template #header #nav1 ul > li:not(.hide-desktop).count3,
.dashboard-template #header #nav1 ul > li:not(.hide-desktop).count3,
.errors-template #header #nav1 ul > li:not(.hide-desktop).count3,
.members-template #header #nav1 ul > li:not(.hide-desktop).count3,
.tds-login-template #header #nav1 ul > li:not(.hide-desktop).count3,
.my-details-template #header #nav1 ul > li:not(.hide-desktop).count3 {
  color: #999;
}
.home-template #header #nav1 ul > li:not(.hide-desktop).count3 ul,
.default-template #header #nav1 ul > li:not(.hide-desktop).count3 ul,
.dashboard-template #header #nav1 ul > li:not(.hide-desktop).count3 ul,
.errors-template #header #nav1 ul > li:not(.hide-desktop).count3 ul,
.members-template #header #nav1 ul > li:not(.hide-desktop).count3 ul,
.tds-login-template #header #nav1 ul > li:not(.hide-desktop).count3 ul,
.my-details-template #header #nav1 ul > li:not(.hide-desktop).count3 ul {
  background: #b2b2b2;
  border-top: 2px solid #999;
}
.home-template #header #nav1 ul li.active a,
.default-template #header #nav1 ul li.active a,
.dashboard-template #header #nav1 ul li.active a,
.errors-template #header #nav1 ul li.active a,
.members-template #header #nav1 ul li.active a,
.tds-login-template #header #nav1 ul li.active a,
.my-details-template #header #nav1 ul li.active a {
  background-color: transparent;
}
.home-template #header #nav1 ul li.active a span.arrow-down,
.default-template #header #nav1 ul li.active a span.arrow-down,
.dashboard-template #header #nav1 ul li.active a span.arrow-down,
.errors-template #header #nav1 ul li.active a span.arrow-down,
.members-template #header #nav1 ul li.active a span.arrow-down,
.tds-login-template #header #nav1 ul li.active a span.arrow-down,
.my-details-template #header #nav1 ul li.active a span.arrow-down {
  transition: all 0.3s ease-in-out;
  transform: rotate(180deg);
}
.home-template #header #nav1 ul li.active ul,
.default-template #header #nav1 ul li.active ul,
.dashboard-template #header #nav1 ul li.active ul,
.errors-template #header #nav1 ul li.active ul,
.members-template #header #nav1 ul li.active ul,
.tds-login-template #header #nav1 ul li.active ul,
.my-details-template #header #nav1 ul li.active ul {
  display: block;
  z-index: 10;
  margin: 0;
}
.home-template #header #nav1 ul li.active ul li,
.default-template #header #nav1 ul li.active ul li,
.dashboard-template #header #nav1 ul li.active ul li,
.errors-template #header #nav1 ul li.active ul li,
.members-template #header #nav1 ul li.active ul li,
.tds-login-template #header #nav1 ul li.active ul li,
.my-details-template #header #nav1 ul li.active ul li {
  margin: 0;
  display: block;
  width: 100%;
  text-align: left;
  border-top: 1px solid #fff;
}
.home-template #header #nav1 ul li.active ul li:first-child,
.default-template #header #nav1 ul li.active ul li:first-child,
.dashboard-template #header #nav1 ul li.active ul li:first-child,
.errors-template #header #nav1 ul li.active ul li:first-child,
.members-template #header #nav1 ul li.active ul li:first-child,
.tds-login-template #header #nav1 ul li.active ul li:first-child,
.my-details-template #header #nav1 ul li.active ul li:first-child {
  border: none;
}
.home-template #header #nav1 ul li.active ul li a,
.default-template #header #nav1 ul li.active ul li a,
.dashboard-template #header #nav1 ul li.active ul li a,
.errors-template #header #nav1 ul li.active ul li a,
.members-template #header #nav1 ul li.active ul li a,
.tds-login-template #header #nav1 ul li.active ul li a,
.my-details-template #header #nav1 ul li.active ul li a {
  color: #fff;
  border: none;
  background-color: transparent;
}
.home-template #header #nav1 ul li.active ul li a:hover,
.default-template #header #nav1 ul li.active ul li a:hover,
.dashboard-template #header #nav1 ul li.active ul li a:hover,
.errors-template #header #nav1 ul li.active ul li a:hover,
.members-template #header #nav1 ul li.active ul li a:hover,
.tds-login-template #header #nav1 ul li.active ul li a:hover,
.my-details-template #header #nav1 ul li.active ul li a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.home-template #footer,
.default-template #footer,
.dashboard-template #footer,
.errors-template #footer,
.members-template #footer,
.tds-login-template #footer,
.my-details-template #footer {
  background: #d9d9d9;
  color: #12185b;
  border-top: 20px solid #1cb085;
  padding: 0;
  /*padding-top: 25px;*/
  margin-top: 25px;
  margin-bottom: 0;
}
.home-template #footer li a,
.default-template #footer li a,
.dashboard-template #footer li a,
.errors-template #footer li a,
.members-template #footer li a,
.tds-login-template #footer li a,
.my-details-template #footer li a {
  color: #12185b;
  transition: all 0.3s ease-in-out;
}
.home-template #footer li a:hover,
.default-template #footer li a:hover,
.dashboard-template #footer li a:hover,
.errors-template #footer li a:hover,
.members-template #footer li a:hover,
.tds-login-template #footer li a:hover,
.my-details-template #footer li a:hover {
  opacity: 0.7;
}
.home-template #footer .footer-corp-logo,
.default-template #footer .footer-corp-logo,
.dashboard-template #footer .footer-corp-logo,
.errors-template #footer .footer-corp-logo,
.members-template #footer .footer-corp-logo,
.tds-login-template #footer .footer-corp-logo,
.my-details-template #footer .footer-corp-logo {
  max-width: 185px;
}
.home-template #footer .footer-social-case,
.default-template #footer .footer-social-case,
.dashboard-template #footer .footer-social-case,
.errors-template #footer .footer-social-case,
.members-template #footer .footer-social-case,
.tds-login-template #footer .footer-social-case,
.my-details-template #footer .footer-social-case {
  min-height: 30px;
}
.home-template #footer .inner,
.default-template #footer .inner,
.dashboard-template #footer .inner,
.errors-template #footer .inner,
.members-template #footer .inner,
.tds-login-template #footer .inner,
.my-details-template #footer .inner {
  padding: 15px 15px 0 15px;
  margin-right: auto;
  margin-left: auto;
}
.home-template #footer .inner .footer-upper,
.default-template #footer .inner .footer-upper,
.dashboard-template #footer .inner .footer-upper,
.errors-template #footer .inner .footer-upper,
.members-template #footer .inner .footer-upper,
.tds-login-template #footer .inner .footer-upper,
.my-details-template #footer .inner .footer-upper {
  position: relative;
  /*#foot-logo{
					max-height: 80px;
				}*/
}
.home-template #footer .inner .footer-upper:after,
.default-template #footer .inner .footer-upper:after,
.dashboard-template #footer .inner .footer-upper:after,
.errors-template #footer .inner .footer-upper:after,
.members-template #footer .inner .footer-upper:after,
.tds-login-template #footer .inner .footer-upper:after,
.my-details-template #footer .inner .footer-upper:after {
  width: calc(100% - 30px);
  content: "";
  margin-left: 15px;
  border-bottom: 2px solid #12185b;
}
.home-template #footer .inner .footer-upper ul.list-inline li.mobile-width-auto,
.default-template #footer .inner .footer-upper ul.list-inline li.mobile-width-auto,
.dashboard-template #footer .inner .footer-upper ul.list-inline li.mobile-width-auto,
.errors-template #footer .inner .footer-upper ul.list-inline li.mobile-width-auto,
.members-template #footer .inner .footer-upper ul.list-inline li.mobile-width-auto,
.tds-login-template #footer .inner .footer-upper ul.list-inline li.mobile-width-auto,
.my-details-template #footer .inner .footer-upper ul.list-inline li.mobile-width-auto {
  width: auto;
}
.home-template #footer .inner .footer-upper ul.list-inline li.footer-logo,
.default-template #footer .inner .footer-upper ul.list-inline li.footer-logo,
.dashboard-template #footer .inner .footer-upper ul.list-inline li.footer-logo,
.errors-template #footer .inner .footer-upper ul.list-inline li.footer-logo,
.members-template #footer .inner .footer-upper ul.list-inline li.footer-logo,
.tds-login-template #footer .inner .footer-upper ul.list-inline li.footer-logo,
.my-details-template #footer .inner .footer-upper ul.list-inline li.footer-logo {
  width: 100px;
}
.home-template #footer .inner .footer-upper ul.list-inline li.cyber-ess,
.default-template #footer .inner .footer-upper ul.list-inline li.cyber-ess,
.dashboard-template #footer .inner .footer-upper ul.list-inline li.cyber-ess,
.errors-template #footer .inner .footer-upper ul.list-inline li.cyber-ess,
.members-template #footer .inner .footer-upper ul.list-inline li.cyber-ess,
.tds-login-template #footer .inner .footer-upper ul.list-inline li.cyber-ess,
.my-details-template #footer .inner .footer-upper ul.list-inline li.cyber-ess {
  padding: 7px;
  background: #fff;
  border-radius: 15px;
}
.home-template #footer .inner .footer-upper .tagline .aut,
.default-template #footer .inner .footer-upper .tagline .aut,
.dashboard-template #footer .inner .footer-upper .tagline .aut,
.errors-template #footer .inner .footer-upper .tagline .aut,
.members-template #footer .inner .footer-upper .tagline .aut,
.tds-login-template #footer .inner .footer-upper .tagline .aut,
.my-details-template #footer .inner .footer-upper .tagline .aut {
  display: block;
  font-size: 13px;
  color: #000;
}
.home-template #footer .inner .footer-upper .tagline img,
.default-template #footer .inner .footer-upper .tagline img,
.dashboard-template #footer .inner .footer-upper .tagline img,
.errors-template #footer .inner .footer-upper .tagline img,
.members-template #footer .inner .footer-upper .tagline img,
.tds-login-template #footer .inner .footer-upper .tagline img,
.my-details-template #footer .inner .footer-upper .tagline img {
  float: left;
  margin-right: 20px;
  max-height: 58px;
}
.home-template #footer .inner .timing,
.default-template #footer .inner .timing,
.dashboard-template #footer .inner .timing,
.errors-template #footer .inner .timing,
.members-template #footer .inner .timing,
.tds-login-template #footer .inner .timing,
.my-details-template #footer .inner .timing {
  margin-bottom: 0;
  padding-bottom: 10px;
}
.home-template #footer .inner #footer-nav ul,
.default-template #footer .inner #footer-nav ul,
.dashboard-template #footer .inner #footer-nav ul,
.errors-template #footer .inner #footer-nav ul,
.members-template #footer .inner #footer-nav ul,
.tds-login-template #footer .inner #footer-nav ul,
.my-details-template #footer .inner #footer-nav ul {
  margin-top: 15px;
  padding-bottom: 15px;
}
.home-template #footer .inner #footer-nav ul li,
.default-template #footer .inner #footer-nav ul li,
.dashboard-template #footer .inner #footer-nav ul li,
.errors-template #footer .inner #footer-nav ul li,
.members-template #footer .inner #footer-nav ul li,
.tds-login-template #footer .inner #footer-nav ul li,
.my-details-template #footer .inner #footer-nav ul li {
  margin-bottom: 10px;
  font-family: 'Lato', sans-serif;
  line-height: normal;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.home-template #footer .inner div.social,
.default-template #footer .inner div.social,
.dashboard-template #footer .inner div.social,
.errors-template #footer .inner div.social,
.members-template #footer .inner div.social,
.tds-login-template #footer .inner div.social,
.my-details-template #footer .inner div.social {
  clear: left;
  padding-top: 15px;
}
.home-template #footer .inner div.social ul li,
.default-template #footer .inner div.social ul li,
.dashboard-template #footer .inner div.social ul li,
.errors-template #footer .inner div.social ul li,
.members-template #footer .inner div.social ul li,
.tds-login-template #footer .inner div.social ul li,
.my-details-template #footer .inner div.social ul li {
  height: 25px;
  margin: 4px;
  width: 25px;
}
.home-template #footer .inner div.social ul li a:before,
.default-template #footer .inner div.social ul li a:before,
.dashboard-template #footer .inner div.social ul li a:before,
.errors-template #footer .inner div.social ul li a:before,
.members-template #footer .inner div.social ul li a:before,
.tds-login-template #footer .inner div.social ul li a:before,
.my-details-template #footer .inner div.social ul li a:before {
  font-size: 20px;
}
.home-template #footer .inner #copyright,
.default-template #footer .inner #copyright,
.dashboard-template #footer .inner #copyright,
.errors-template #footer .inner #copyright,
.members-template #footer .inner #copyright,
.tds-login-template #footer .inner #copyright,
.my-details-template #footer .inner #copyright {
  font-family: 'Lato', sans-serif;
  color: #666;
  margin: 10px 0 0 0;
  font-size: 14px;
}
.home-template #footer .inner address.layout,
.default-template #footer .inner address.layout,
.dashboard-template #footer .inner address.layout,
.errors-template #footer .inner address.layout,
.members-template #footer .inner address.layout,
.tds-login-template #footer .inner address.layout,
.my-details-template #footer .inner address.layout,
.home-template #footer .inner address#header > .inner,
.default-template #footer .inner address#header > .inner,
.dashboard-template #footer .inner address#header > .inner,
.errors-template #footer .inner address#header > .inner,
.members-template #footer .inner address#header > .inner,
.tds-login-template #footer .inner address#header > .inner,
.my-details-template #footer .inner address#header > .inner,
.home-template #footer .inner address#content,
.default-template #footer .inner address#content,
.dashboard-template #footer .inner address#content,
.errors-template #footer .inner address#content,
.members-template #footer .inner address#content,
.tds-login-template #footer .inner address#content,
.my-details-template #footer .inner address#content,
.home-template #footer .inner address#content #main,
.default-template #footer .inner address#content #main,
.dashboard-template #footer .inner address#content #main,
.errors-template #footer .inner address#content #main,
.members-template #footer .inner address#content #main,
.tds-login-template #footer .inner address#content #main,
.my-details-template #footer .inner address#content #main,
.home-template #footer .inner address#primary,
.default-template #footer .inner address#primary,
.dashboard-template #footer .inner address#primary,
.errors-template #footer .inner address#primary,
.members-template #footer .inner address#primary,
.tds-login-template #footer .inner address#primary,
.my-details-template #footer .inner address#primary,
.home-template #footer .inner address#secondary,
.default-template #footer .inner address#secondary,
.dashboard-template #footer .inner address#secondary,
.errors-template #footer .inner address#secondary,
.members-template #footer .inner address#secondary,
.tds-login-template #footer .inner address#secondary,
.my-details-template #footer .inner address#secondary,
.home-template #footer .inner address#secondary .panel.news,
.default-template #footer .inner address#secondary .panel.news,
.dashboard-template #footer .inner address#secondary .panel.news,
.errors-template #footer .inner address#secondary .panel.news,
.members-template #footer .inner address#secondary .panel.news,
.tds-login-template #footer .inner address#secondary .panel.news,
.my-details-template #footer .inner address#secondary .panel.news,
.home-template #footer .inner address#secondary .panel.news h2,
.default-template #footer .inner address#secondary .panel.news h2,
.dashboard-template #footer .inner address#secondary .panel.news h2,
.errors-template #footer .inner address#secondary .panel.news h2,
.members-template #footer .inner address#secondary .panel.news h2,
.tds-login-template #footer .inner address#secondary .panel.news h2,
.my-details-template #footer .inner address#secondary .panel.news h2,
.home-template #footer .inner address#partners,
.default-template #footer .inner address#partners,
.dashboard-template #footer .inner address#partners,
.errors-template #footer .inner address#partners,
.members-template #footer .inner address#partners,
.tds-login-template #footer .inner address#partners,
.my-details-template #footer .inner address#partners,
.home-template #footer .inner address#partners .partners,
.default-template #footer .inner address#partners .partners,
.dashboard-template #footer .inner address#partners .partners,
.errors-template #footer .inner address#partners .partners,
.members-template #footer .inner address#partners .partners,
.tds-login-template #footer .inner address#partners .partners,
.my-details-template #footer .inner address#partners .partners,
.home-template #footer .inner address#partners .authorised,
.default-template #footer .inner address#partners .authorised,
.dashboard-template #footer .inner address#partners .authorised,
.errors-template #footer .inner address#partners .authorised,
.members-template #footer .inner address#partners .authorised,
.tds-login-template #footer .inner address#partners .authorised,
.my-details-template #footer .inner address#partners .authorised,
.home-template #footer .inner address#partners .awards,
.default-template #footer .inner address#partners .awards,
.dashboard-template #footer .inner address#partners .awards,
.errors-template #footer .inner address#partners .awards,
.members-template #footer .inner address#partners .awards,
.tds-login-template #footer .inner address#partners .awards,
.my-details-template #footer .inner address#partners .awards,
.home-template #footer .inner address#nav1,
.default-template #footer .inner address#nav1,
.dashboard-template #footer .inner address#nav1,
.errors-template #footer .inner address#nav1,
.members-template #footer .inner address#nav1,
.tds-login-template #footer .inner address#nav1,
.my-details-template #footer .inner address#nav1,
.home-template #footer .inner address#nav1 h2,
.default-template #footer .inner address#nav1 h2,
.dashboard-template #footer .inner address#nav1 h2,
.errors-template #footer .inner address#nav1 h2,
.members-template #footer .inner address#nav1 h2,
.tds-login-template #footer .inner address#nav1 h2,
.my-details-template #footer .inner address#nav1 h2,
.home-template #footer .inner address#nav2,
.default-template #footer .inner address#nav2,
.dashboard-template #footer .inner address#nav2,
.errors-template #footer .inner address#nav2,
.members-template #footer .inner address#nav2,
.tds-login-template #footer .inner address#nav2,
.my-details-template #footer .inner address#nav2,
.home-template #footer .inner address#back-to-module-link,
.default-template #footer .inner address#back-to-module-link,
.dashboard-template #footer .inner address#back-to-module-link,
.errors-template #footer .inner address#back-to-module-link,
.members-template #footer .inner address#back-to-module-link,
.tds-login-template #footer .inner address#back-to-module-link,
.my-details-template #footer .inner address#back-to-module-link,
.home-template #footer .inner address#nav2 ul,
.default-template #footer .inner address#nav2 ul,
.dashboard-template #footer .inner address#nav2 ul,
.errors-template #footer .inner address#nav2 ul,
.members-template #footer .inner address#nav2 ul,
.tds-login-template #footer .inner address#nav2 ul,
.my-details-template #footer .inner address#nav2 ul,
.home-template #footer .inner address#back-to-module-link ul,
.default-template #footer .inner address#back-to-module-link ul,
.dashboard-template #footer .inner address#back-to-module-link ul,
.errors-template #footer .inner address#back-to-module-link ul,
.members-template #footer .inner address#back-to-module-link ul,
.tds-login-template #footer .inner address#back-to-module-link ul,
.my-details-template #footer .inner address#back-to-module-link ul,
.home-template #footer .inner address#secondary .panel#quick-links h2,
.default-template #footer .inner address#secondary .panel#quick-links h2,
.dashboard-template #footer .inner address#secondary .panel#quick-links h2,
.errors-template #footer .inner address#secondary .panel#quick-links h2,
.members-template #footer .inner address#secondary .panel#quick-links h2,
.tds-login-template #footer .inner address#secondary .panel#quick-links h2,
.my-details-template #footer .inner address#secondary .panel#quick-links h2,
.home-template #footer .inner address#secondary .panel#quick-links .content #nav3,
.default-template #footer .inner address#secondary .panel#quick-links .content #nav3,
.dashboard-template #footer .inner address#secondary .panel#quick-links .content #nav3,
.errors-template #footer .inner address#secondary .panel#quick-links .content #nav3,
.members-template #footer .inner address#secondary .panel#quick-links .content #nav3,
.tds-login-template #footer .inner address#secondary .panel#quick-links .content #nav3,
.my-details-template #footer .inner address#secondary .panel#quick-links .content #nav3,
.home-template #footer .inner address#secondary .panel#quick-links .content #nav3 ul,
.default-template #footer .inner address#secondary .panel#quick-links .content #nav3 ul,
.dashboard-template #footer .inner address#secondary .panel#quick-links .content #nav3 ul,
.errors-template #footer .inner address#secondary .panel#quick-links .content #nav3 ul,
.members-template #footer .inner address#secondary .panel#quick-links .content #nav3 ul,
.tds-login-template #footer .inner address#secondary .panel#quick-links .content #nav3 ul,
.my-details-template #footer .inner address#secondary .panel#quick-links .content #nav3 ul,
.home-template #footer .inner address#header-nav,
.default-template #footer .inner address#header-nav,
.dashboard-template #footer .inner address#header-nav,
.errors-template #footer .inner address#header-nav,
.members-template #footer .inner address#header-nav,
.tds-login-template #footer .inner address#header-nav,
.my-details-template #footer .inner address#header-nav,
.home-template #footer .inner addressul.social,
.default-template #footer .inner addressul.social,
.dashboard-template #footer .inner addressul.social,
.errors-template #footer .inner addressul.social,
.members-template #footer .inner addressul.social,
.tds-login-template #footer .inner addressul.social,
.my-details-template #footer .inner addressul.social,
.home-template #footer .inner address#crumbs,
.default-template #footer .inner address#crumbs,
.dashboard-template #footer .inner address#crumbs,
.errors-template #footer .inner address#crumbs,
.members-template #footer .inner address#crumbs,
.tds-login-template #footer .inner address#crumbs,
.my-details-template #footer .inner address#crumbs,
.home-template #footer .inner addressnav#dashboard ol li a,
.default-template #footer .inner addressnav#dashboard ol li a,
.dashboard-template #footer .inner addressnav#dashboard ol li a,
.errors-template #footer .inner addressnav#dashboard ol li a,
.members-template #footer .inner addressnav#dashboard ol li a,
.tds-login-template #footer .inner addressnav#dashboard ol li a,
.my-details-template #footer .inner addressnav#dashboard ol li a,
.home-template #footer .inner addressnav#dashboard ol li picture,
.default-template #footer .inner addressnav#dashboard ol li picture,
.dashboard-template #footer .inner addressnav#dashboard ol li picture,
.errors-template #footer .inner addressnav#dashboard ol li picture,
.members-template #footer .inner addressnav#dashboard ol li picture,
.tds-login-template #footer .inner addressnav#dashboard ol li picture,
.my-details-template #footer .inner addressnav#dashboard ol li picture,
.home-template #footer .inner address#footer-nav,
.default-template #footer .inner address#footer-nav,
.dashboard-template #footer .inner address#footer-nav,
.errors-template #footer .inner address#footer-nav,
.members-template #footer .inner address#footer-nav,
.tds-login-template #footer .inner address#footer-nav,
.my-details-template #footer .inner address#footer-nav,
.home-template #footer .inner addressform.standard ol.tabs,
.default-template #footer .inner addressform.standard ol.tabs,
.dashboard-template #footer .inner addressform.standard ol.tabs,
.errors-template #footer .inner addressform.standard ol.tabs,
.members-template #footer .inner addressform.standard ol.tabs,
.tds-login-template #footer .inner addressform.standard ol.tabs,
.my-details-template #footer .inner addressform.standard ol.tabs,
.home-template #footer .inner address.pp_social,
.default-template #footer .inner address.pp_social,
.dashboard-template #footer .inner address.pp_social,
.errors-template #footer .inner address.pp_social,
.members-template #footer .inner address.pp_social,
.tds-login-template #footer .inner address.pp_social,
.my-details-template #footer .inner address.pp_social,
.home-template #footer .inner addressform.extended,
.default-template #footer .inner addressform.extended,
.dashboard-template #footer .inner addressform.extended,
.errors-template #footer .inner addressform.extended,
.members-template #footer .inner addressform.extended,
.tds-login-template #footer .inner addressform.extended,
.my-details-template #footer .inner addressform.extended,
.home-template #footer .inner addressform fieldset .details,
.default-template #footer .inner addressform fieldset .details,
.dashboard-template #footer .inner addressform fieldset .details,
.errors-template #footer .inner addressform fieldset .details,
.members-template #footer .inner addressform fieldset .details,
.tds-login-template #footer .inner addressform fieldset .details,
.my-details-template #footer .inner addressform fieldset .details,
.home-template #footer .inner addressform fieldset .detail,
.default-template #footer .inner addressform fieldset .detail,
.dashboard-template #footer .inner addressform fieldset .detail,
.errors-template #footer .inner addressform fieldset .detail,
.members-template #footer .inner addressform fieldset .detail,
.tds-login-template #footer .inner addressform fieldset .detail,
.my-details-template #footer .inner addressform fieldset .detail,
.home-template #footer .inner addressh2.standout,
.default-template #footer .inner addressh2.standout,
.dashboard-template #footer .inner addressh2.standout,
.errors-template #footer .inner addressh2.standout,
.members-template #footer .inner addressh2.standout,
.tds-login-template #footer .inner addressh2.standout,
.my-details-template #footer .inner addressh2.standout,
.home-template #footer .inner address.tabs .tab,
.default-template #footer .inner address.tabs .tab,
.dashboard-template #footer .inner address.tabs .tab,
.errors-template #footer .inner address.tabs .tab,
.members-template #footer .inner address.tabs .tab,
.tds-login-template #footer .inner address.tabs .tab,
.my-details-template #footer .inner address.tabs .tab,
.home-template #footer .inner address.basket-items .item,
.default-template #footer .inner address.basket-items .item,
.dashboard-template #footer .inner address.basket-items .item,
.errors-template #footer .inner address.basket-items .item,
.members-template #footer .inner address.basket-items .item,
.tds-login-template #footer .inner address.basket-items .item,
.my-details-template #footer .inner address.basket-items .item,
.home-template #footer .inner address#bktOtherTenants .item,
.default-template #footer .inner address#bktOtherTenants .item,
.dashboard-template #footer .inner address#bktOtherTenants .item,
.errors-template #footer .inner address#bktOtherTenants .item,
.members-template #footer .inner address#bktOtherTenants .item,
.tds-login-template #footer .inner address#bktOtherTenants .item,
.my-details-template #footer .inner address#bktOtherTenants .item,
.home-template #footer .inner address#bktOtherPersons .item,
.default-template #footer .inner address#bktOtherPersons .item,
.dashboard-template #footer .inner address#bktOtherPersons .item,
.errors-template #footer .inner address#bktOtherPersons .item,
.members-template #footer .inner address#bktOtherPersons .item,
.tds-login-template #footer .inner address#bktOtherPersons .item,
.my-details-template #footer .inner address#bktOtherPersons .item,
.home-template #footer .inner address#leadtenantitem .item,
.default-template #footer .inner address#leadtenantitem .item,
.dashboard-template #footer .inner address#leadtenantitem .item,
.errors-template #footer .inner address#leadtenantitem .item,
.members-template #footer .inner address#leadtenantitem .item,
.tds-login-template #footer .inner address#leadtenantitem .item,
.my-details-template #footer .inner address#leadtenantitem .item,
.home-template #footer .inner address.files,
.default-template #footer .inner address.files,
.dashboard-template #footer .inner address.files,
.errors-template #footer .inner address.files,
.members-template #footer .inner address.files,
.tds-login-template #footer .inner address.files,
.my-details-template #footer .inner address.files,
.home-template #footer .inner address.files .file_headings,
.default-template #footer .inner address.files .file_headings,
.dashboard-template #footer .inner address.files .file_headings,
.errors-template #footer .inner address.files .file_headings,
.members-template #footer .inner address.files .file_headings,
.tds-login-template #footer .inner address.files .file_headings,
.my-details-template #footer .inner address.files .file_headings,
.home-template #footer .inner address.files .file,
.default-template #footer .inner address.files .file,
.dashboard-template #footer .inner address.files .file,
.errors-template #footer .inner address.files .file,
.members-template #footer .inner address.files .file,
.tds-login-template #footer .inner address.files .file,
.my-details-template #footer .inner address.files .file,
.home-template #footer .inner address.panels,
.default-template #footer .inner address.panels,
.dashboard-template #footer .inner address.panels,
.errors-template #footer .inner address.panels,
.members-template #footer .inner address.panels,
.tds-login-template #footer .inner address.panels,
.my-details-template #footer .inner address.panels,
.home-template #footer .inner address.module-news #highlighted_news,
.default-template #footer .inner address.module-news #highlighted_news,
.dashboard-template #footer .inner address.module-news #highlighted_news,
.errors-template #footer .inner address.module-news #highlighted_news,
.members-template #footer .inner address.module-news #highlighted_news,
.tds-login-template #footer .inner address.module-news #highlighted_news,
.my-details-template #footer .inner address.module-news #highlighted_news,
.home-template #footer .inner address.module-news #latest_news,
.default-template #footer .inner address.module-news #latest_news,
.dashboard-template #footer .inner address.module-news #latest_news,
.errors-template #footer .inner address.module-news #latest_news,
.members-template #footer .inner address.module-news #latest_news,
.tds-login-template #footer .inner address.module-news #latest_news,
.my-details-template #footer .inner address.module-news #latest_news,
.home-template #footer .inner address.module-news #latest_news .item,
.default-template #footer .inner address.module-news #latest_news .item,
.dashboard-template #footer .inner address.module-news #latest_news .item,
.errors-template #footer .inner address.module-news #latest_news .item,
.members-template #footer .inner address.module-news #latest_news .item,
.tds-login-template #footer .inner address.module-news #latest_news .item,
.my-details-template #footer .inner address.module-news #latest_news .item,
.home-template #footer .inner address.module-news #popular_news,
.default-template #footer .inner address.module-news #popular_news,
.dashboard-template #footer .inner address.module-news #popular_news,
.errors-template #footer .inner address.module-news #popular_news,
.members-template #footer .inner address.module-news #popular_news,
.tds-login-template #footer .inner address.module-news #popular_news,
.my-details-template #footer .inner address.module-news #popular_news,
.home-template #footer .inner address.module-news #popular_news ul li,
.default-template #footer .inner address.module-news #popular_news ul li,
.dashboard-template #footer .inner address.module-news #popular_news ul li,
.errors-template #footer .inner address.module-news #popular_news ul li,
.members-template #footer .inner address.module-news #popular_news ul li,
.tds-login-template #footer .inner address.module-news #popular_news ul li,
.my-details-template #footer .inner address.module-news #popular_news ul li,
.home-template #footer .inner address.module-news #news-items,
.default-template #footer .inner address.module-news #news-items,
.dashboard-template #footer .inner address.module-news #news-items,
.errors-template #footer .inner address.module-news #news-items,
.members-template #footer .inner address.module-news #news-items,
.tds-login-template #footer .inner address.module-news #news-items,
.my-details-template #footer .inner address.module-news #news-items,
.home-template #footer .inner address.module-news #news-details,
.default-template #footer .inner address.module-news #news-details,
.dashboard-template #footer .inner address.module-news #news-details,
.errors-template #footer .inner address.module-news #news-details,
.members-template #footer .inner address.module-news #news-details,
.tds-login-template #footer .inner address.module-news #news-details,
.my-details-template #footer .inner address.module-news #news-details,
.home-template #footer .inner address.module-blog #blog-items,
.default-template #footer .inner address.module-blog #blog-items,
.dashboard-template #footer .inner address.module-blog #blog-items,
.errors-template #footer .inner address.module-blog #blog-items,
.members-template #footer .inner address.module-blog #blog-items,
.tds-login-template #footer .inner address.module-blog #blog-items,
.my-details-template #footer .inner address.module-blog #blog-items,
.home-template #footer .inner address.module-blog #blogger-items,
.default-template #footer .inner address.module-blog #blogger-items,
.dashboard-template #footer .inner address.module-blog #blogger-items,
.errors-template #footer .inner address.module-blog #blogger-items,
.members-template #footer .inner address.module-blog #blogger-items,
.tds-login-template #footer .inner address.module-blog #blogger-items,
.my-details-template #footer .inner address.module-blog #blogger-items,
.home-template #footer .inner address.module-blog #blog-details,
.default-template #footer .inner address.module-blog #blog-details,
.dashboard-template #footer .inner address.module-blog #blog-details,
.errors-template #footer .inner address.module-blog #blog-details,
.members-template #footer .inner address.module-blog #blog-details,
.tds-login-template #footer .inner address.module-blog #blog-details,
.my-details-template #footer .inner address.module-blog #blog-details,
.home-template #footer .inner address.module-blog #blog-details #tagged,
.default-template #footer .inner address.module-blog #blog-details #tagged,
.dashboard-template #footer .inner address.module-blog #blog-details #tagged,
.errors-template #footer .inner address.module-blog #blog-details #tagged,
.members-template #footer .inner address.module-blog #blog-details #tagged,
.tds-login-template #footer .inner address.module-blog #blog-details #tagged,
.my-details-template #footer .inner address.module-blog #blog-details #tagged,
.home-template #footer .inner address.module-blog #blog-details #comments,
.default-template #footer .inner address.module-blog #blog-details #comments,
.dashboard-template #footer .inner address.module-blog #blog-details #comments,
.errors-template #footer .inner address.module-blog #blog-details #comments,
.members-template #footer .inner address.module-blog #blog-details #comments,
.tds-login-template #footer .inner address.module-blog #blog-details #comments,
.my-details-template #footer .inner address.module-blog #blog-details #comments,
.home-template #footer .inner address.module-blog #blog-details #comments .item,
.default-template #footer .inner address.module-blog #blog-details #comments .item,
.dashboard-template #footer .inner address.module-blog #blog-details #comments .item,
.errors-template #footer .inner address.module-blog #blog-details #comments .item,
.members-template #footer .inner address.module-blog #blog-details #comments .item,
.tds-login-template #footer .inner address.module-blog #blog-details #comments .item,
.my-details-template #footer .inner address.module-blog #blog-details #comments .item,
.home-template #footer .inner address.table-wrapper .tablesaw-bar,
.default-template #footer .inner address.table-wrapper .tablesaw-bar,
.dashboard-template #footer .inner address.table-wrapper .tablesaw-bar,
.errors-template #footer .inner address.table-wrapper .tablesaw-bar,
.members-template #footer .inner address.table-wrapper .tablesaw-bar,
.tds-login-template #footer .inner address.table-wrapper .tablesaw-bar,
.my-details-template #footer .inner address.table-wrapper .tablesaw-bar,
.home-template #footer .inner address.tab-content .tablesaw-bar,
.default-template #footer .inner address.tab-content .tablesaw-bar,
.dashboard-template #footer .inner address.tab-content .tablesaw-bar,
.errors-template #footer .inner address.tab-content .tablesaw-bar,
.members-template #footer .inner address.tab-content .tablesaw-bar,
.tds-login-template #footer .inner address.tab-content .tablesaw-bar,
.my-details-template #footer .inner address.tab-content .tablesaw-bar,
.home-template #footer .inner addressul.tools,
.default-template #footer .inner addressul.tools,
.dashboard-template #footer .inner addressul.tools,
.errors-template #footer .inner addressul.tools,
.members-template #footer .inner addressul.tools,
.tds-login-template #footer .inner addressul.tools,
.my-details-template #footer .inner addressul.tools,
.home-template #footer .inner address#change-notice,
.default-template #footer .inner address#change-notice,
.dashboard-template #footer .inner address#change-notice,
.errors-template #footer .inner address#change-notice,
.members-template #footer .inner address#change-notice,
.tds-login-template #footer .inner address#change-notice,
.my-details-template #footer .inner address#change-notice,
.home-template #footer .inner address#footer,
.default-template #footer .inner address#footer,
.dashboard-template #footer .inner address#footer,
.errors-template #footer .inner address#footer,
.members-template #footer .inner address#footer,
.tds-login-template #footer .inner address#footer,
.my-details-template #footer .inner address#footer,
.home-template #footer .inner addressnav#sub-dashboard ol li a,
.default-template #footer .inner addressnav#sub-dashboard ol li a,
.dashboard-template #footer .inner addressnav#sub-dashboard ol li a,
.errors-template #footer .inner addressnav#sub-dashboard ol li a,
.members-template #footer .inner addressnav#sub-dashboard ol li a,
.tds-login-template #footer .inner addressnav#sub-dashboard ol li a,
.my-details-template #footer .inner addressnav#sub-dashboard ol li a,
.home-template #footer .inner addressnav#sub-dashboard ol li picture,
.default-template #footer .inner addressnav#sub-dashboard ol li picture,
.dashboard-template #footer .inner addressnav#sub-dashboard ol li picture,
.errors-template #footer .inner addressnav#sub-dashboard ol li picture,
.members-template #footer .inner addressnav#sub-dashboard ol li picture,
.tds-login-template #footer .inner addressnav#sub-dashboard ol li picture,
.my-details-template #footer .inner addressnav#sub-dashboard ol li picture,
.home-template #footer .inner address.panel h2,
.default-template #footer .inner address.panel h2,
.dashboard-template #footer .inner address.panel h2,
.errors-template #footer .inner address.panel h2,
.members-template #footer .inner address.panel h2,
.tds-login-template #footer .inner address.panel h2,
.my-details-template #footer .inner address.panel h2,
.home-template #footer .inner address.module-news #news-items .item,
.default-template #footer .inner address.module-news #news-items .item,
.dashboard-template #footer .inner address.module-news #news-items .item,
.errors-template #footer .inner address.module-news #news-items .item,
.members-template #footer .inner address.module-news #news-items .item,
.tds-login-template #footer .inner address.module-news #news-items .item,
.my-details-template #footer .inner address.module-news #news-items .item,
.home-template #footer .inner address.module-blog #headlines,
.default-template #footer .inner address.module-blog #headlines,
.dashboard-template #footer .inner address.module-blog #headlines,
.errors-template #footer .inner address.module-blog #headlines,
.members-template #footer .inner address.module-blog #headlines,
.tds-login-template #footer .inner address.module-blog #headlines,
.my-details-template #footer .inner address.module-blog #headlines,
.home-template #footer .inner address.module-blog #highlights,
.default-template #footer .inner address.module-blog #highlights,
.dashboard-template #footer .inner address.module-blog #highlights,
.errors-template #footer .inner address.module-blog #highlights,
.members-template #footer .inner address.module-blog #highlights,
.tds-login-template #footer .inner address.module-blog #highlights,
.my-details-template #footer .inner address.module-blog #highlights,
.home-template #footer .inner address.module-blog #blog-items .item,
.default-template #footer .inner address.module-blog #blog-items .item,
.dashboard-template #footer .inner address.module-blog #blog-items .item,
.errors-template #footer .inner address.module-blog #blog-items .item,
.members-template #footer .inner address.module-blog #blog-items .item,
.tds-login-template #footer .inner address.module-blog #blog-items .item,
.my-details-template #footer .inner address.module-blog #blog-items .item,
.home-template #footer .inner address.module-blog #blogger-items .item,
.default-template #footer .inner address.module-blog #blogger-items .item,
.dashboard-template #footer .inner address.module-blog #blogger-items .item,
.errors-template #footer .inner address.module-blog #blogger-items .item,
.members-template #footer .inner address.module-blog #blogger-items .item,
.tds-login-template #footer .inner address.module-blog #blogger-items .item,
.my-details-template #footer .inner address.module-blog #blogger-items .item,
.home-template #footer .inner address.module-blog #blog-details #comments-form,
.default-template #footer .inner address.module-blog #blog-details #comments-form,
.dashboard-template #footer .inner address.module-blog #blog-details #comments-form,
.errors-template #footer .inner address.module-blog #blog-details #comments-form,
.members-template #footer .inner address.module-blog #blog-details #comments-form,
.tds-login-template #footer .inner address.module-blog #blog-details #comments-form,
.my-details-template #footer .inner address.module-blog #blog-details #comments-form {
  line-height: 1.2;
}
.home-template #footer .inner span.address,
.default-template #footer .inner span.address,
.dashboard-template #footer .inner span.address,
.errors-template #footer .inner span.address,
.members-template #footer .inner span.address,
.tds-login-template #footer .inner span.address,
.my-details-template #footer .inner span.address,
.home-template #footer .inner span.additional,
.default-template #footer .inner span.additional,
.dashboard-template #footer .inner span.additional,
.errors-template #footer .inner span.additional,
.members-template #footer .inner span.additional,
.tds-login-template #footer .inner span.additional,
.my-details-template #footer .inner span.additional {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
}
.home-template #footer .inner span.address span,
.default-template #footer .inner span.address span,
.dashboard-template #footer .inner span.address span,
.errors-template #footer .inner span.address span,
.members-template #footer .inner span.address span,
.tds-login-template #footer .inner span.address span,
.my-details-template #footer .inner span.address span,
.home-template #footer .inner span.additional span,
.default-template #footer .inner span.additional span,
.dashboard-template #footer .inner span.additional span,
.errors-template #footer .inner span.additional span,
.members-template #footer .inner span.additional span,
.tds-login-template #footer .inner span.additional span,
.my-details-template #footer .inner span.additional span {
  font-family: 'Lato', sans-serif;
}
.home-template #footer .inner span.address,
.default-template #footer .inner span.address,
.dashboard-template #footer .inner span.address,
.errors-template #footer .inner span.address,
.members-template #footer .inner span.address,
.tds-login-template #footer .inner span.address,
.my-details-template #footer .inner span.address {
  font-weight: 700;
}
.home-template #footer:after,
.default-template #footer:after,
.dashboard-template #footer:after,
.errors-template #footer:after,
.members-template #footer:after,
.tds-login-template #footer:after,
.my-details-template #footer:after {
  content: "";
}
@media screen and (min-width: 339px) {
  .home-template #footer .inner #footer-nav ul li,
  .default-template #footer .inner #footer-nav ul li,
  .dashboard-template #footer .inner #footer-nav ul li,
  .errors-template #footer .inner #footer-nav ul li,
  .members-template #footer .inner #footer-nav ul li,
  .tds-login-template #footer .inner #footer-nav ul li,
  .my-details-template #footer .inner #footer-nav ul li {
    width: 50%;
    float: left;
  }
}
@media screen and (min-width: 549px) {
  .home-template #footer .inner #footer-nav ul li,
  .default-template #footer .inner #footer-nav ul li,
  .dashboard-template #footer .inner #footer-nav ul li,
  .errors-template #footer .inner #footer-nav ul li,
  .members-template #footer .inner #footer-nav ul li,
  .tds-login-template #footer .inner #footer-nav ul li,
  .my-details-template #footer .inner #footer-nav ul li {
    width: 33%;
  }
  .home-template #footer .inner #foot-logo,
  .default-template #footer .inner #foot-logo,
  .dashboard-template #footer .inner #foot-logo,
  .errors-template #footer .inner #foot-logo,
  .members-template #footer .inner #foot-logo,
  .tds-login-template #footer .inner #foot-logo,
  .my-details-template #footer .inner #foot-logo {
    float: left;
  }
  .home-template #footer .inner .footer-upper,
  .default-template #footer .inner .footer-upper,
  .dashboard-template #footer .inner .footer-upper,
  .errors-template #footer .inner .footer-upper,
  .members-template #footer .inner .footer-upper,
  .tds-login-template #footer .inner .footer-upper,
  .my-details-template #footer .inner .footer-upper {
    /*.tagline {
					    margin-left: 15px;
					    float: left;
					    margin-top: 18px;
					}*/
  }
}
@media screen and (min-width: 523px) and (max-width: 768px) {
  .home-template #footer .inner .tagline,
  .default-template #footer .inner .tagline,
  .dashboard-template #footer .inner .tagline,
  .errors-template #footer .inner .tagline,
  .members-template #footer .inner .tagline,
  .tds-login-template #footer .inner .tagline,
  .my-details-template #footer .inner .tagline {
    position: absolute;
    top: 0;
  }
  .home-template #footer div.social,
  .default-template #footer div.social,
  .dashboard-template #footer div.social,
  .errors-template #footer div.social,
  .members-template #footer div.social,
  .tds-login-template #footer div.social,
  .my-details-template #footer div.social {
    float: none;
  }
}
@media screen and (min-width: 768px) {
  .home-template #footer .inner .tagline,
  .default-template #footer .inner .tagline,
  .dashboard-template #footer .inner .tagline,
  .errors-template #footer .inner .tagline,
  .members-template #footer .inner .tagline,
  .tds-login-template #footer .inner .tagline,
  .my-details-template #footer .inner .tagline {
    position: absolute;
    top: 0;
  }
  .home-template #footer div.social,
  .default-template #footer div.social,
  .dashboard-template #footer div.social,
  .errors-template #footer div.social,
  .members-template #footer div.social,
  .tds-login-template #footer div.social,
  .my-details-template #footer div.social {
    float: right;
  }
}
@media screen and (min-width: 599px) {
  .home-template #footer .inner,
  .default-template #footer .inner,
  .dashboard-template #footer .inner,
  .errors-template #footer .inner,
  .members-template #footer .inner,
  .tds-login-template #footer .inner,
  .my-details-template #footer .inner {
    /*div.social{
					clear:none;
					float: right;
				}*/
  }
  .home-template #footer .inner #footer-nav,
  .default-template #footer .inner #footer-nav,
  .dashboard-template #footer .inner #footer-nav,
  .errors-template #footer .inner #footer-nav,
  .members-template #footer .inner #footer-nav,
  .tds-login-template #footer .inner #footer-nav,
  .my-details-template #footer .inner #footer-nav {
    clear: both;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 765px) {
  .home-template #header,
  .default-template #header,
  .dashboard-template #header,
  .errors-template #header,
  .members-template #header,
  .tds-login-template #header,
  .my-details-template #header {
    padding: 15px 0 15px 0;
  }
  .home-template #header .inner,
  .default-template #header .inner,
  .dashboard-template #header .inner,
  .errors-template #header .inner,
  .members-template #header .inner,
  .tds-login-template #header .inner,
  .my-details-template #header .inner {
    width: 750px;
    padding-left: 15px;
    padding-right: 15px;
    height: 80px;
    margin-right: auto;
    margin-left: auto;
  }
  .home-template #header .inner > ul,
  .default-template #header .inner > ul,
  .dashboard-template #header .inner > ul,
  .errors-template #header .inner > ul,
  .members-template #header .inner > ul,
  .tds-login-template #header .inner > ul,
  .my-details-template #header .inner > ul {
    display: initial;
  }
  .home-template #header .inner div.logged-in,
  .default-template #header .inner div.logged-in,
  .dashboard-template #header .inner div.logged-in,
  .errors-template #header .inner div.logged-in,
  .members-template #header .inner div.logged-in,
  .tds-login-template #header .inner div.logged-in,
  .my-details-template #header .inner div.logged-in {
    display: inline-block;
    right: 20px;
  }
  .home-template #header #corp-logo,
  .default-template #header #corp-logo,
  .dashboard-template #header #corp-logo,
  .errors-template #header #corp-logo,
  .members-template #header #corp-logo,
  .tds-login-template #header #corp-logo,
  .my-details-template #header #corp-logo {
    margin: 0;
  }
  .home-template #header #corp-logo a,
  .default-template #header #corp-logo a,
  .dashboard-template #header #corp-logo a,
  .errors-template #header #corp-logo a,
  .members-template #header #corp-logo a,
  .tds-login-template #header #corp-logo a,
  .my-details-template #header #corp-logo a {
    overflow: initial;
    height: 75px;
    display: inline-block;
  }
  .home-template #header #corp-logo a img,
  .default-template #header #corp-logo a img,
  .dashboard-template #header #corp-logo a img,
  .errors-template #header #corp-logo a img,
  .members-template #header #corp-logo a img,
  .tds-login-template #header #corp-logo a img,
  .my-details-template #header #corp-logo a img {
    width: auto;
    height: 75px;
    display: inline-block;
  }
  .home-template #header #nav1,
  .default-template #header #nav1,
  .dashboard-template #header #nav1,
  .errors-template #header #nav1,
  .members-template #header #nav1,
  .tds-login-template #header #nav1,
  .my-details-template #header #nav1 {
    width: 75%;
    border: none;
    float: left;
    font-size: 0.875em;
    font-family: 'Lato', sans-serif;
    padding: 0;
    margin-left: 25px;
    position: absolute;
    right: -15px;
  }
  .home-template #header #nav1 .inner,
  .default-template #header #nav1 .inner,
  .dashboard-template #header #nav1 .inner,
  .errors-template #header #nav1 .inner,
  .members-template #header #nav1 .inner,
  .tds-login-template #header #nav1 .inner,
  .my-details-template #header #nav1 .inner {
    width: auto;
  }
  .home-template #header #nav1 .inner .navbar-toggle.main-nav-bar.collapsed,
  .default-template #header #nav1 .inner .navbar-toggle.main-nav-bar.collapsed,
  .dashboard-template #header #nav1 .inner .navbar-toggle.main-nav-bar.collapsed,
  .errors-template #header #nav1 .inner .navbar-toggle.main-nav-bar.collapsed,
  .members-template #header #nav1 .inner .navbar-toggle.main-nav-bar.collapsed,
  .tds-login-template #header #nav1 .inner .navbar-toggle.main-nav-bar.collapsed,
  .my-details-template #header #nav1 .inner .navbar-toggle.main-nav-bar.collapsed {
    display: none !important;
  }
  .home-template #header #nav1 li.logout.hide-desktop,
  .default-template #header #nav1 li.logout.hide-desktop,
  .dashboard-template #header #nav1 li.logout.hide-desktop,
  .errors-template #header #nav1 li.logout.hide-desktop,
  .members-template #header #nav1 li.logout.hide-desktop,
  .tds-login-template #header #nav1 li.logout.hide-desktop,
  .my-details-template #header #nav1 li.logout.hide-desktop {
    display: none;
  }
  .home-template #header #nav1 ul,
  .default-template #header #nav1 ul,
  .dashboard-template #header #nav1 ul,
  .errors-template #header #nav1 ul,
  .members-template #header #nav1 ul,
  .tds-login-template #header #nav1 ul,
  .my-details-template #header #nav1 ul {
    float: right;
    margin-top: 30px;
    right: 40px;
    position: absolute;
  }
  .home-template #header #nav1 ul li.hide-desktop,
  .default-template #header #nav1 ul li.hide-desktop,
  .dashboard-template #header #nav1 ul li.hide-desktop,
  .errors-template #header #nav1 ul li.hide-desktop,
  .members-template #header #nav1 ul li.hide-desktop,
  .tds-login-template #header #nav1 ul li.hide-desktop,
  .my-details-template #header #nav1 ul li.hide-desktop {
    display: none;
  }
  .home-template #header #nav1 ul > li:not(.hide-desktop),
  .default-template #header #nav1 ul > li:not(.hide-desktop),
  .dashboard-template #header #nav1 ul > li:not(.hide-desktop),
  .errors-template #header #nav1 ul > li:not(.hide-desktop),
  .members-template #header #nav1 ul > li:not(.hide-desktop),
  .tds-login-template #header #nav1 ul > li:not(.hide-desktop),
  .my-details-template #header #nav1 ul > li:not(.hide-desktop) {
    width: 111px;
    margin: 0 50px 0 0;
    text-align: center;
    border-bottom: 4px solid;
    position: relative;
    line-height: 1.42857143;
    font-size: 14px;
    width: 115px;
    height: 40px;
    float: left;
  }
  .home-template #header #nav1 ul > li:not(.hide-desktop) a,
  .default-template #header #nav1 ul > li:not(.hide-desktop) a,
  .dashboard-template #header #nav1 ul > li:not(.hide-desktop) a,
  .errors-template #header #nav1 ul > li:not(.hide-desktop) a,
  .members-template #header #nav1 ul > li:not(.hide-desktop) a,
  .tds-login-template #header #nav1 ul > li:not(.hide-desktop) a,
  .my-details-template #header #nav1 ul > li:not(.hide-desktop) a {
    padding: 10px;
    margin: 0;
    border: none;
    display: block;
    text-transform: uppercase;
    font-weight: 900;
    color: inherit;
  }
  .home-template #header #nav1 ul > li:not(.hide-desktop) .arrow-down,
  .default-template #header #nav1 ul > li:not(.hide-desktop) .arrow-down,
  .dashboard-template #header #nav1 ul > li:not(.hide-desktop) .arrow-down,
  .errors-template #header #nav1 ul > li:not(.hide-desktop) .arrow-down,
  .members-template #header #nav1 ul > li:not(.hide-desktop) .arrow-down,
  .tds-login-template #header #nav1 ul > li:not(.hide-desktop) .arrow-down,
  .my-details-template #header #nav1 ul > li:not(.hide-desktop) .arrow-down {
    position: absolute;
    right: -40px;
    top: 0;
    height: 40px;
    width: 40px;
    text-align: center;
    border-bottom: 4px solid;
    font-size: 14px;
  }
  .home-template #header #nav1 ul > li:not(.hide-desktop) .arrow-down:before,
  .default-template #header #nav1 ul > li:not(.hide-desktop) .arrow-down:before,
  .dashboard-template #header #nav1 ul > li:not(.hide-desktop) .arrow-down:before,
  .errors-template #header #nav1 ul > li:not(.hide-desktop) .arrow-down:before,
  .members-template #header #nav1 ul > li:not(.hide-desktop) .arrow-down:before,
  .tds-login-template #header #nav1 ul > li:not(.hide-desktop) .arrow-down:before,
  .my-details-template #header #nav1 ul > li:not(.hide-desktop) .arrow-down:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    top: 10px;
    position: relative;
  }
  .home-template #header #nav1 ul li:hover ul,
  .default-template #header #nav1 ul li:hover ul,
  .dashboard-template #header #nav1 ul li:hover ul,
  .errors-template #header #nav1 ul li:hover ul,
  .members-template #header #nav1 ul li:hover ul,
  .tds-login-template #header #nav1 ul li:hover ul,
  .my-details-template #header #nav1 ul li:hover ul {
    display: block !important;
    position: absolute;
    top: 40px;
    width: 111px;
    min-width: 155px;
    z-index: 10;
    margin: 0;
    left: 0;
  }
  .home-template #header #nav1 ul li:hover ul li,
  .default-template #header #nav1 ul li:hover ul li,
  .dashboard-template #header #nav1 ul li:hover ul li,
  .errors-template #header #nav1 ul li:hover ul li,
  .members-template #header #nav1 ul li:hover ul li,
  .tds-login-template #header #nav1 ul li:hover ul li,
  .my-details-template #header #nav1 ul li:hover ul li {
    margin: 0;
    display: block;
    width: 100%;
    text-align: left;
    border: none;
    height: auto;
  }
  .home-template #header #nav1 ul li:hover ul li:first-child a,
  .default-template #header #nav1 ul li:hover ul li:first-child a,
  .dashboard-template #header #nav1 ul li:hover ul li:first-child a,
  .errors-template #header #nav1 ul li:hover ul li:first-child a,
  .members-template #header #nav1 ul li:hover ul li:first-child a,
  .tds-login-template #header #nav1 ul li:hover ul li:first-child a,
  .my-details-template #header #nav1 ul li:hover ul li:first-child a {
    border: none;
  }
  .home-template #header #nav1 ul li:hover ul li a,
  .default-template #header #nav1 ul li:hover ul li a,
  .dashboard-template #header #nav1 ul li:hover ul li a,
  .errors-template #header #nav1 ul li:hover ul li a,
  .members-template #header #nav1 ul li:hover ul li a,
  .tds-login-template #header #nav1 ul li:hover ul li a,
  .my-details-template #header #nav1 ul li:hover ul li a {
    color: #fff;
    border-top: 1px solid;
  }
  .home-template #header #nav1 ul li:hover ul li a:hover,
  .default-template #header #nav1 ul li:hover ul li a:hover,
  .dashboard-template #header #nav1 ul li:hover ul li a:hover,
  .errors-template #header #nav1 ul li:hover ul li a:hover,
  .members-template #header #nav1 ul li:hover ul li a:hover,
  .tds-login-template #header #nav1 ul li:hover ul li a:hover,
  .my-details-template #header #nav1 ul li:hover ul li a:hover {
    background: rgba(255, 255, 255, 0.2);
  }
  .home-template #header #nav1 ul li.active a span.arrow-down,
  .default-template #header #nav1 ul li.active a span.arrow-down,
  .dashboard-template #header #nav1 ul li.active a span.arrow-down,
  .errors-template #header #nav1 ul li.active a span.arrow-down,
  .members-template #header #nav1 ul li.active a span.arrow-down,
  .tds-login-template #header #nav1 ul li.active a span.arrow-down,
  .my-details-template #header #nav1 ul li.active a span.arrow-down {
    transition: all 0.3s ease-in-out;
    transform: rotate(0deg);
  }
  .home-template #header #nav1 ul li.active ul,
  .default-template #header #nav1 ul li.active ul,
  .dashboard-template #header #nav1 ul li.active ul,
  .errors-template #header #nav1 ul li.active ul,
  .members-template #header #nav1 ul li.active ul,
  .tds-login-template #header #nav1 ul li.active ul,
  .my-details-template #header #nav1 ul li.active ul {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .home-template #footer .inner,
  .default-template #footer .inner,
  .dashboard-template #footer .inner,
  .errors-template #footer .inner,
  .members-template #footer .inner,
  .tds-login-template #footer .inner,
  .my-details-template #footer .inner {
    width: 750px;
  }
  .home-template #footer .inner .footer-upper,
  .default-template #footer .inner .footer-upper,
  .dashboard-template #footer .inner .footer-upper,
  .errors-template #footer .inner .footer-upper,
  .members-template #footer .inner .footer-upper,
  .tds-login-template #footer .inner .footer-upper,
  .my-details-template #footer .inner .footer-upper {
    margin-top: 25px;
  }
  .home-template #footer .inner #footer-nav,
  .default-template #footer .inner #footer-nav,
  .dashboard-template #footer .inner #footer-nav,
  .errors-template #footer .inner #footer-nav,
  .members-template #footer .inner #footer-nav,
  .tds-login-template #footer .inner #footer-nav,
  .my-details-template #footer .inner #footer-nav {
    width: auto;
    margin: 0;
    float: left;
    padding-bottom: 5px;
  }
  .home-template #footer .inner #footer-nav ul li,
  .default-template #footer .inner #footer-nav ul li,
  .dashboard-template #footer .inner #footer-nav ul li,
  .errors-template #footer .inner #footer-nav ul li,
  .members-template #footer .inner #footer-nav ul li,
  .tds-login-template #footer .inner #footer-nav ul li,
  .my-details-template #footer .inner #footer-nav ul li {
    width: auto;
    font-size: 12px;
    margin-right: 12px;
  }
}
@media screen and (min-width: 992px) {
  .home-template #header > .inner,
  .default-template #header > .inner,
  .dashboard-template #header > .inner,
  .errors-template #header > .inner,
  .members-template #header > .inner,
  .tds-login-template #header > .inner,
  .my-details-template #header > .inner {
    width: 970px;
    height: 98px;
  }
  .home-template #header > .inner #corp-logo img,
  .default-template #header > .inner #corp-logo img,
  .dashboard-template #header > .inner #corp-logo img,
  .errors-template #header > .inner #corp-logo img,
  .members-template #header > .inner #corp-logo img,
  .tds-login-template #header > .inner #corp-logo img,
  .my-details-template #header > .inner #corp-logo img {
    width: 165px;
    height: auto;
  }
  .home-template #header > .inner #corp-logo a,
  .default-template #header > .inner #corp-logo a,
  .dashboard-template #header > .inner #corp-logo a,
  .errors-template #header > .inner #corp-logo a,
  .members-template #header > .inner #corp-logo a,
  .tds-login-template #header > .inner #corp-logo a,
  .my-details-template #header > .inner #corp-logo a {
    display: flex;
    align-items: center;
    height: 93px;
  }
  .home-template #header > .inner #nav1,
  .default-template #header > .inner #nav1,
  .dashboard-template #header > .inner #nav1,
  .errors-template #header > .inner #nav1,
  .members-template #header > .inner #nav1,
  .tds-login-template #header > .inner #nav1,
  .my-details-template #header > .inner #nav1 {
    width: 78.8%;
    border: none;
    float: left;
    font-size: 0.875em;
    font-family: 'Lato', sans-serif;
    padding: 0;
    margin-left: 16px;
    position: relative;
    right: 0;
  }
  .home-template #header > .inner #nav1 .tagline,
  .default-template #header > .inner #nav1 .tagline,
  .dashboard-template #header > .inner #nav1 .tagline,
  .errors-template #header > .inner #nav1 .tagline,
  .members-template #header > .inner #nav1 .tagline,
  .tds-login-template #header > .inner #nav1 .tagline,
  .my-details-template #header > .inner #nav1 .tagline {
    display: initial;
    position: absolute;
    top: 0;
    left: 5px;
    margin-top: 0;
  }
  .home-template #header > .inner #nav1 .tagline img,
  .default-template #header > .inner #nav1 .tagline img,
  .dashboard-template #header > .inner #nav1 .tagline img,
  .errors-template #header > .inner #nav1 .tagline img,
  .members-template #header > .inner #nav1 .tagline img,
  .tds-login-template #header > .inner #nav1 .tagline img,
  .my-details-template #header > .inner #nav1 .tagline img {
    float: left;
    margin-top: 5px;
    max-height: 68px;
    margin-right: 12px;
  }
  .home-template #header > .inner #nav1 .inner > ul,
  .default-template #header > .inner #nav1 .inner > ul,
  .dashboard-template #header > .inner #nav1 .inner > ul,
  .errors-template #header > .inner #nav1 .inner > ul,
  .members-template #header > .inner #nav1 .inner > ul,
  .tds-login-template #header > .inner #nav1 .inner > ul,
  .my-details-template #header > .inner #nav1 .inner > ul {
    margin-top: 45px;
    right: -43px;
  }
  .home-template #header > .inner #nav1 .inner > ul > li,
  .default-template #header > .inner #nav1 .inner > ul > li,
  .dashboard-template #header > .inner #nav1 .inner > ul > li,
  .errors-template #header > .inner #nav1 .inner > ul > li,
  .members-template #header > .inner #nav1 .inner > ul > li,
  .tds-login-template #header > .inner #nav1 .inner > ul > li,
  .my-details-template #header > .inner #nav1 .inner > ul > li {
    margin-left: 9px;
  }
  .home-template #footer .inner,
  .default-template #footer .inner,
  .dashboard-template #footer .inner,
  .errors-template #footer .inner,
  .members-template #footer .inner,
  .tds-login-template #footer .inner,
  .my-details-template #footer .inner {
    width: auto;
  }
  .home-template #footer .inner #foot-logo ul.list-inline li.dispute-services,
  .default-template #footer .inner #foot-logo ul.list-inline li.dispute-services,
  .dashboard-template #footer .inner #foot-logo ul.list-inline li.dispute-services,
  .errors-template #footer .inner #foot-logo ul.list-inline li.dispute-services,
  .members-template #footer .inner #foot-logo ul.list-inline li.dispute-services,
  .tds-login-template #footer .inner #foot-logo ul.list-inline li.dispute-services,
  .my-details-template #footer .inner #foot-logo ul.list-inline li.dispute-services {
    width: 142px;
  }
  .home-template #footer .inner #footer-nav,
  .default-template #footer .inner #footer-nav,
  .dashboard-template #footer .inner #footer-nav,
  .errors-template #footer .inner #footer-nav,
  .members-template #footer .inner #footer-nav,
  .tds-login-template #footer .inner #footer-nav,
  .my-details-template #footer .inner #footer-nav {
    float: right;
    clear: none;
    padding-top: 65px;
  }
  .home-template #footer .inner div.social,
  .default-template #footer .inner div.social,
  .dashboard-template #footer .inner div.social,
  .errors-template #footer .inner div.social,
  .members-template #footer .inner div.social,
  .tds-login-template #footer .inner div.social,
  .my-details-template #footer .inner div.social {
    position: absolute;
    top: -10px;
    right: 0;
  }
  .home-template #footer .inner span.address,
  .default-template #footer .inner span.address,
  .dashboard-template #footer .inner span.address,
  .errors-template #footer .inner span.address,
  .members-template #footer .inner span.address,
  .tds-login-template #footer .inner span.address,
  .my-details-template #footer .inner span.address {
    margin-top: -10px;
  }
}
@media screen and (min-width: 1200px) {
  .home-template #header > .inner,
  .default-template #header > .inner,
  .dashboard-template #header > .inner,
  .errors-template #header > .inner,
  .members-template #header > .inner,
  .tds-login-template #header > .inner,
  .my-details-template #header > .inner {
    width: 1140px;
  }
  .home-template #header > .inner #corp-logo,
  .default-template #header > .inner #corp-logo,
  .dashboard-template #header > .inner #corp-logo,
  .errors-template #header > .inner #corp-logo,
  .members-template #header > .inner #corp-logo,
  .tds-login-template #header > .inner #corp-logo,
  .my-details-template #header > .inner #corp-logo {
    margin: 0 0 15px 0;
  }
  .home-template #header > .inner #nav1,
  .default-template #header > .inner #nav1,
  .dashboard-template #header > .inner #nav1,
  .errors-template #header > .inner #nav1,
  .members-template #header > .inner #nav1,
  .tds-login-template #header > .inner #nav1,
  .my-details-template #header > .inner #nav1 {
    margin-left: 15px;
  }
  .home-template #header > .inner #nav1 .tagline,
  .default-template #header > .inner #nav1 .tagline,
  .dashboard-template #header > .inner #nav1 .tagline,
  .errors-template #header > .inner #nav1 .tagline,
  .members-template #header > .inner #nav1 .tagline,
  .tds-login-template #header > .inner #nav1 .tagline,
  .my-details-template #header > .inner #nav1 .tagline {
    display: block;
  }
  .home-template #header > .inner #nav1 .tagline .aut,
  .default-template #header > .inner #nav1 .tagline .aut,
  .dashboard-template #header > .inner #nav1 .tagline .aut,
  .errors-template #header > .inner #nav1 .tagline .aut,
  .members-template #header > .inner #nav1 .tagline .aut,
  .tds-login-template #header > .inner #nav1 .tagline .aut,
  .my-details-template #header > .inner #nav1 .tagline .aut {
    font-size: 14px;
  }
  .home-template #header > .inner #nav1 .tagline img,
  .default-template #header > .inner #nav1 .tagline img,
  .dashboard-template #header > .inner #nav1 .tagline img,
  .errors-template #header > .inner #nav1 .tagline img,
  .members-template #header > .inner #nav1 .tagline img,
  .tds-login-template #header > .inner #nav1 .tagline img,
  .my-details-template #header > .inner #nav1 .tagline img {
    margin-top: 3px;
    max-height: initial;
    margin-right: 20px;
    margin-top: 0;
  }
  .home-template #header > .inner #nav1 .inner > ul,
  .default-template #header > .inner #nav1 .inner > ul,
  .dashboard-template #header > .inner #nav1 .inner > ul,
  .errors-template #header > .inner #nav1 .inner > ul,
  .members-template #header > .inner #nav1 .inner > ul,
  .tds-login-template #header > .inner #nav1 .inner > ul,
  .my-details-template #header > .inner #nav1 .inner > ul {
    margin-top: 46px;
    right: -105px;
  }
  .home-template #header > .inner #nav1 ul > li:not(.hide-desktop),
  .default-template #header > .inner #nav1 ul > li:not(.hide-desktop),
  .dashboard-template #header > .inner #nav1 ul > li:not(.hide-desktop),
  .errors-template #header > .inner #nav1 ul > li:not(.hide-desktop),
  .members-template #header > .inner #nav1 ul > li:not(.hide-desktop),
  .tds-login-template #header > .inner #nav1 ul > li:not(.hide-desktop),
  .my-details-template #header > .inner #nav1 ul > li:not(.hide-desktop) {
    margin-right: 68px;
    margin-left: 10px;
  }
  .home-template #header > .inner #nav1 ul > li:not(.hide-desktop) ul li,
  .default-template #header > .inner #nav1 ul > li:not(.hide-desktop) ul li,
  .dashboard-template #header > .inner #nav1 ul > li:not(.hide-desktop) ul li,
  .errors-template #header > .inner #nav1 ul > li:not(.hide-desktop) ul li,
  .members-template #header > .inner #nav1 ul > li:not(.hide-desktop) ul li,
  .tds-login-template #header > .inner #nav1 ul > li:not(.hide-desktop) ul li,
  .my-details-template #header > .inner #nav1 ul > li:not(.hide-desktop) ul li {
    margin: 0;
  }
  .home-template #footer .inner,
  .default-template #footer .inner,
  .dashboard-template #footer .inner,
  .errors-template #footer .inner,
  .members-template #footer .inner,
  .tds-login-template #footer .inner,
  .my-details-template #footer .inner {
    width: 1140px;
  }
  .home-template #footer .inner .footer-upper,
  .default-template #footer .inner .footer-upper,
  .dashboard-template #footer .inner .footer-upper,
  .errors-template #footer .inner .footer-upper,
  .members-template #footer .inner .footer-upper,
  .tds-login-template #footer .inner .footer-upper,
  .my-details-template #footer .inner .footer-upper {
    width: 1155px;
    margin-top: 15px;
  }
  .home-template #footer .inner .footer-upper #footer-nav,
  .default-template #footer .inner .footer-upper #footer-nav,
  .dashboard-template #footer .inner .footer-upper #footer-nav,
  .errors-template #footer .inner .footer-upper #footer-nav,
  .members-template #footer .inner .footer-upper #footer-nav,
  .tds-login-template #footer .inner .footer-upper #footer-nav,
  .my-details-template #footer .inner .footer-upper #footer-nav {
    padding-top: 50px;
  }
  .home-template #footer .inner .footer-upper #footer-nav ul li a,
  .default-template #footer .inner .footer-upper #footer-nav ul li a,
  .dashboard-template #footer .inner .footer-upper #footer-nav ul li a,
  .errors-template #footer .inner .footer-upper #footer-nav ul li a,
  .members-template #footer .inner .footer-upper #footer-nav ul li a,
  .tds-login-template #footer .inner .footer-upper #footer-nav ul li a,
  .my-details-template #footer .inner .footer-upper #footer-nav ul li a {
    font-size: 14px;
  }
  .home-template #footer .inner .footer-upper #footer-nav,
  .default-template #footer .inner .footer-upper #footer-nav,
  .dashboard-template #footer .inner .footer-upper #footer-nav,
  .errors-template #footer .inner .footer-upper #footer-nav,
  .members-template #footer .inner .footer-upper #footer-nav,
  .tds-login-template #footer .inner .footer-upper #footer-nav,
  .my-details-template #footer .inner .footer-upper #footer-nav {
    padding-top: 25px;
  }
  .home-template #footer .inner div.social,
  .default-template #footer .inner div.social,
  .dashboard-template #footer .inner div.social,
  .errors-template #footer .inner div.social,
  .members-template #footer .inner div.social,
  .tds-login-template #footer .inner div.social,
  .my-details-template #footer .inner div.social {
    right: 15px;
  }
}
@media screen and (max-width: 30.062em) {
  .members-template h1,
  .dashboard-template h1 {
    padding-left: 10px;
    padding-right: 10px;
  }
  #page div.container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    width: 100%;
  }
  #page div.container #nav2 {
    display: table-footer-group;
  }
  #page div.container #content {
    display: table-row-group;
  }
  #page div.container #content #main {
    padding-left: 10px;
    padding-right: 10px;
  }
  .errors-template .panel-container {
    width: 100%;
    float: none;
  }
  .module-manage-deposit-total main aside#secondary {
    margin-top: 35px;
  }
  .my-details-template #primary {
    display: none;
  }
  body.two-columns.module-my-payment-details #content #main #secondary,
  body.two-columns.module-my-personal-details #content #main #secondary {
    width: 100%;
  }
  .my-details-payment.hide-secondary-menu #primary,
  .my-details-template.hide-secondary-menu #primary {
    display: initial;
  }
  .my-details-payment.hide-secondary-menu #secondary,
  .my-details-template.hide-secondary-menu #secondary {
    display: none;
  }
  .my-details-template .detail-holder .main-detail {
    overflow: auto;
  }
  #page,
  body.wysiwyg {
    position: relative;
  }
  #corp-logo img {
    max-width: 150px;
  }
  #nav1 {
    background-color: #00af85;
    border-top: 2px solid #258e70;
    border-bottom: 1px solid #258e70;
    margin-bottom: 1em;
  }
  #nav1 h2 {
    display: block;
    position: absolute;
    right: 10px;
    top: 16px;
  }
  #nav1 h2 a {
    height: 1.1em;
  }
  #nav1 ul,
  #nav2 ul,
  #back-to-module-link ul {
    display: none;
    padding: 0;
  }
  #nav1 ul li a,
  #nav2 ul li a,
  #back-to-module-link ul li a {
    color: #FFF;
    padding: 3px 10px;
    border: 0;
    margin-bottom: 0;
  }
  #nav1 ul li a:hover,
  #nav1 ul li a:visited,
  #nav2 ul li a:visited,
  #back-to-module-link ul li a:visited,
  #nav2 ul li a:hover,
  #back-to-module-link ul li a:hover {
    color: #FFF;
    background-color: #258e70;
  }
  #nav1 ul li.active a {
    color: #FFF;
    background-color: #258e70;
  }
  #nav1 ul li.active ul {
    display: block;
  }
  #nav1 ul li.login,
  #nav1 ul li.logout {
    border-bottom: 1px solid #258e70;
    margin-bottom: 0.8em;
  }
  #nav1 ul li.social {
    border-top: 1px solid #258e70;
    padding: 10px 0;
    margin-top: 0.8em;
  }
  #nav1 ul li.social ul {
    display: block;
  }
  #nav1 ul li.social ul li {
    margin-right: 3%;
  }
  #nav1 ul li.social ul li a {
    font-size: 2em;
  }
  #page .container #nav2,
  #page .container #back-to-module-link {
    display: table-footer-group;
  }
  .nav-menus div.additional {
    display: none;
    visibility: hidden;
  }
  footer#tenant-footer {
    margin-bottom: 0;
  }
  ul.footer-links {
    padding-top: 15px;
  }
  ul.footer-links li {
    display: block;
    padding-bottom: 10px;
  }
  ul.footer-links li:after {
    content: "";
    padding: 0;
  }
  nav#back-to-module-link {
    border-top: 0;
    padding-bottom: 7px;
    padding-top: 10px;
    border-bottom: 1px solid #00af85;
  }
  nav#back-to-module-link ul {
    display: block;
    padding-left: 22px;
    padding-right: 23px;
  }
  nav#back-to-module-link ul li {
    line-height: 1.6em;
  }
  nav#back-to-module-link ul li a {
    color: #00af85;
  }
  nav#back-to-module-link ul li a:visited {
    color: #00af85;
  }
  nav#back-to-module-link ul li a:hover {
    border-color: transparent;
    background-color: transparent;
  }
  a.my-details-mobile {
    position: absolute;
    top: 20px;
    right: 90px;
    width: 0px;
  }
  form.standard {
    margin-left: 0;
    margin-right: 0;
  }
  form.standard fieldset,
  fieldset#transfer-multiple-fieldset,
  form.extended fieldset,
  #outcome-fieldset,
  #worldpay-tools {
    padding: 0;
    margin-bottom: 1em;
  }
  form.standard fieldset legend,
  form.filter fieldset legend,
  fieldset#transfer-multiple-fieldset legend,
  form.extended fieldset legend,
  #outcome-fieldset legend,
  #worldpay-tools legend {
    max-width: 100%;
    float: none;
  }
  form.standard fieldset .legend,
  fieldset#transfer-multiple-fieldset .legend,
  form.extended fieldset .legend,
  #outcome-fieldset .legend,
  #worldpay-tools .legend {
    margin-bottom: 10px;
    /*padding-left: 0;*/
  }
  form.standard fieldset > .field,
  fieldset#transfer-multiple-fieldset > .field,
  form.extended fieldset > .field,
  #outcome-fieldset > .field,
  #worldpay-tools > .field {
    margin-bottom: 25px;
  }
  form.standard fieldset div.fieldset-form-bubble,
  fieldset#transfer-multiple-fieldset div.fieldset-form-bubble,
  form.extended fieldset div.fieldset-form-bubble,
  #outcome-fieldset div.fieldset-form-bubble,
  #worldpay-tools div.fieldset-form-bubble {
    position: initial;
    padding: 10px;
    background: #e2e2e2;
    color: #12175e;
    max-width: 100%;
    margin-top: 10px;
    font-weight: normal;
  }
  form.standard fieldset div.field,
  fieldset#transfer-multiple-fieldset div.field,
  form.extended fieldset div.field,
  #outcome-fieldset div.field,
  #worldpay-tools div.field {
    padding-left: 0;
    margin-bottom: 25px;
  }
  form.standard fieldset div.field div.input div.calendar-icon,
  fieldset#transfer-multiple-fieldset div.field div.input div.calendar-icon,
  form.extended fieldset div.field div.input div.calendar-icon,
  #outcome-fieldset div.field div.input div.calendar-icon,
  #worldpay-tools div.field div.input div.calendar-icon {
    display: none;
  }
  form.standard fieldset div.field div.input div.calendar-fields,
  fieldset#transfer-multiple-fieldset div.field div.input div.calendar-fields,
  form.extended fieldset div.field div.input div.calendar-fields,
  #outcome-fieldset div.field div.input div.calendar-fields,
  #worldpay-tools div.field div.input div.calendar-fields {
    padding-right: 15px;
  }
  form.standard fieldset div.field div.input select,
  fieldset#transfer-multiple-fieldset div.field div.input select,
  form.extended fieldset div.field div.input select,
  #outcome-fieldset div.field div.input select,
  #worldpay-tools div.field div.input select {
    display: initial !important;
    margin-bottom: 5px;
  }
  form.standard fieldset div.field div.input span.custom-combobox,
  fieldset#transfer-multiple-fieldset div.field div.input span.custom-combobox,
  form.extended fieldset div.field div.input span.custom-combobox,
  #outcome-fieldset div.field div.input span.custom-combobox,
  #worldpay-tools div.field div.input span.custom-combobox {
    display: none;
  }
  form.standard fieldset div.field.required-true.type-radio .input,
  fieldset#transfer-multiple-fieldset div.field.required-true.type-radio .input,
  form.extended fieldset div.field.required-true.type-radio .input,
  #outcome-fieldset div.field.required-true.type-radio .input,
  #worldpay-tools div.field.required-true.type-radio .input {
    padding-left: 0;
  }
  form.standard fieldset div.field.postcodeanywhere .input button.postcodefinder,
  fieldset#transfer-multiple-fieldset div.field.postcodeanywhere .input button.postcodefinder,
  form.extended fieldset div.field.postcodeanywhere .input button.postcodefinder,
  #outcome-fieldset div.field.postcodeanywhere .input button.postcodefinder,
  #worldpay-tools div.field.postcodeanywhere .input button.postcodefinder {
    /*right:0em;*/
    padding: 14px 4px;
  }
  /* buttons */
  form.standard fieldset button[type="reset"],
  form.standard fieldset button.button.go-back,
  fieldset#transfer-multiple-fieldset button[type="reset"],
  fieldset#transfer-multiple-fieldset button.button.go-back,
  .pp_social button.go-back,
  form.extended fieldset button[type="reset"],
  form.extended fieldset button.button.go-back,
  #outcome-fieldset button[type="reset"],
  #outcome-fieldset button.button.go-back,
  #worldpay-tools button[type="reset"],
  #worldpay-tools button.button.go-back {
    width: 100%;
  }
  form.standard fieldset button[type="submit"],
  form.standard fieldset a.button,
  form.standard fieldset input[type="submit"],
  button.delete-evidence,
  fieldset#transfer-multiple-fieldset button[type="submit"],
  fieldset#transfer-multiple-fieldset a.button,
  .pp_social button,
  form.extended fieldset button[type="submit"],
  form.extended fieldset a.button,
  #outcome-fieldset button[type="submit"],
  #outcome-fieldset a.button,
  #worldpay-tools button[type="submit"],
  #worldpay-tools a.button,
  fieldset#transfer-multiple-fieldset input[type="submit"],
  form.extended fieldset input[type="submit"],
  #outcome-fieldset input[type="submit"],
  #worldpay-tools input[type="submit"] {
    width: 100%;
  }
  form#propertyFilter button#form-filter-submit-button-submit-button {
    width: 100%;
  }
  /*form.filter {
	fieldset {
		div.field {
			float: left;
			margin:0 1em 1em 0;
			padding-left:0;
			label {
				margin-left: 0;
			}
		}
		div.submit {
			float: left;
			padding-top:0.733em;
		}
	}
}*/
  #sitesearch-form,
  .module-support #primary #helpandsupport-form {
    clear: right;
    float: right;
    max-width: 65%;
  }
  div.confirm-detail {
    font-size: 0.929em;
  }
  .confirm .group-wrapper .group {
    width: 100%;
  }
  .confirm .tenant {
    width: 100%;
  }
  form#payment-selection {
    max-width: 100%;
  }
  form#payment-selection fieldset {
    max-width: 100%;
  }
  .module-support #primary #helpandsupport-form {
    float: none;
    clear: both;
    width: 100%;
    max-width: 100%;
  }
  .module-support #primary #helpandsupport-form .field.type-text {
    margin-bottom: 0;
  }
  .module-support #primary #helpandsupport-form .field.type-text label:before {
    top: 25%;
  }
  .module-support #primary #helpandsupport-form fieldset .submit {
    float: right;
  }
  .module-support #primary #helpandsupport-form fieldset .submit button {
    padding: 15px;
    margin: 0;
  }
  .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
  /*div.steps-holder {
	div.step-container{
		display: none;
	}
	div.step-container.step.current-step {
    	display: block;
	}
}*/
  #increase-deposit-total > #updatedeposittotal {
    margin-right: auto;
    margin-left: auto;
  }
  #increase-deposit-total > #updatedeposittotal div.field.type-number {
    padding: 0;
  }
  #increase-deposit-total > #updatedeposittotal div.field.type-number .label {
    float: left;
    display: inline-block;
    width: 9em;
    margin-left: 6em;
  }
  #increase-deposit-total > #updatedeposittotal div.field.type-number .input {
    float: none;
    width: 25%;
    display: inline-block;
  }
  #increase-deposit-total > #updatedeposittotal fieldset.submit {
    padding-right: 0;
  }
  form#updaterenttotal fieldset,
  form#updatedeposittotal fieldset {
    padding-right: 0;
  }
  form#updaterenttotal fieldset div.field,
  form#updatedeposittotal fieldset div.field {
    padding-left: 0;
  }
  form#updaterenttotal fieldset div.field .label,
  form#updatedeposittotal fieldset div.field .label {
    margin-left: 0;
  }
  form#updaterenttotal fieldset div.field .input,
  form#updatedeposittotal fieldset div.field .input {
    float: none;
    display: inline-block;
    max-width: 100%;
  }
  form#updaterenttotal fieldset div.field .input input,
  form#updatedeposittotal fieldset div.field .input input {
    padding: 8px;
    font-size: 15px;
  }
  form#updaterenttotal fieldset div.error.form-bubble,
  form#updatedeposittotal fieldset div.error.form-bubble {
    margin-left: 0;
  }
  form#updaterenttotal fieldset div.error.form-bubble.warning:before,
  form#updatedeposittotal fieldset div.error.form-bubble.warning:before {
    transform: rotate(90deg);
  }
  form#updaterenttotal fieldset div.fieldname-rent_toggle div.input,
  form#updatedeposittotal fieldset div.fieldname-rent_toggle div.input {
    text-align: left;
  }
  form#updaterenttotal fieldset.submit,
  form#updatedeposittotal fieldset.submit {
    padding-right: 0;
  }
  form#adddeposit #group-deposit-details fieldset#adddeposit-deposit-details-fieldset {
    padding-right: 0;
  }
  form#adddeposit #group-deposit-details fieldset#adddeposit-deposit-details-fieldset .field {
    padding: 0;
  }
  form#adddeposit #group-deposit-details fieldset#adddeposit-deposit-details-fieldset .field .label {
    /*margin: 0;*/
    display: inline-block;
  }
  form#adddeposit #group-deposit-details fieldset#adddeposit-deposit-details-fieldset .field .input {
    display: inline-block;
    float: none;
    max-width: 100%;
  }
  form#adddeposit #group-deposit-details fieldset#adddeposit-deposit-details-fieldset .field .input .hint.form-bubble {
    margin-left: 0;
  }
  form#adddeposit #group-deposit-details fieldset#adddeposit-deposit-details-fieldset .fieldname-rent_toggle .input {
    text-align: left;
    margin-top: 5px;
  }
  form#adddeposit fieldset.submit {
    padding-right: 0;
  }
  .confirm-detail ul.tools li {
    margin-bottom: 0;
  }
  .steps-holder span.step-name {
    bottom: -15px;
  }
  form.standard fieldset ul.tools li,
  fieldset#transfer-multiple-fieldset ul.tools li,
  form.extended fieldset ul.tools li,
  #outcome-fieldset ul.tools li,
  #worldpay-tools ul.tools li {
    padding: 0;
    margin-bottom: 0;
  }
  form.standard fieldset ul.tools li a,
  fieldset#transfer-multiple-fieldset ul.tools li a,
  form.extended fieldset ul.tools li a,
  #outcome-fieldset ul.tools li a,
  #worldpay-tools ul.tools li a {
    padding: 10px;
  }
  form.standard.stacked-xs fieldset button[type="submit"].save-exit,
  form.standard.stacked-xs fieldset button[type="submit"].save-pay {
    margin-bottom: 10px;
    width: 100%;
    padding: 15px;
  }
  /* custom radio buttons */
  div.field.type-radio .input ol li {
    /*&:extend(.col-xs-12);*/
  }
  div.field.type-radio .input ol li:first-child label.radio-button-container {
    margin-right: 0;
  }
  div.field.type-radio .input ol li label.radio-button-container {
    margin-left: 0;
  }
  /*div.field.type-checkbox .input ol {
	
	li {
		label.checkbox-button-container.active {
		}
		label.checkbox-button-container {
			&:checked ~ .checkmark {
			}
			&:hover input ~ .checkmark {
			}
			&:hover {
			}
			&:focus-within { 
			}
			input {
				&:checked ~ .checkmark {
					background-color: @primarylight;
				}
				&:checked ~ .checkmark:after {
					display: block;
				}
			}
			span.checkmark {
				position: absolute;
				top: 25%;
				left: 15px;
				height: 50%;
				width: 25px;
				border-radius: 100%;
				background-color: #eee;
				&:after {
				 	content: "";
					position: absolute;
					display: none;
					left: 10px;
					top: 25%;
					width: 5px;
					height: 50%;
					border: solid white;
					border-width: 0 3px 3px 0;
					-webkit-transform: rotate(45deg);
					-ms-transform: rotate(45deg);
					transform: rotate(45deg);
				}
			}
		}
		&:before{
			display:none;
		}
	}
}*/
  /*.registermember-user-types-container {
    .registermember-user-type {
    	padding: 0 15px;
    	a.user-type-input {
			&:hover{
			}
	    	div.user-type-container {
			    &:focus,
			    &:hover {
			    }
			    div.user-type-title {
			    }
			    div.button-title{
			    }
			    div.button-content {
				}
			}
		} 
    	a.user-type-input.error > div {
				&:focus,
			    &:hover {
			    	
			    }
    	}
		a.user-type-input.active {
			div.user-type-container{
			}
		}
	}
	.registermember-user-type:first-child {
		padding-left: 15px;
		padding-right: 15px;
	}
	.registermember-user-type:last-child {
		padding-right: 15px;
		padding-left: 15px;
		margin-top: 15px;
	}
}*/
  .register-thank-you #content {
    background: url(/themes/shared/gfx/icons/TDS_LogoIcon_TINT.png) -350px -140px no-repeat;
    background-size: 650px;
  }
  .register-thank-you .wysiwyg-circle-holder {
    border-radius: 50%;
    height: 300px;
    background: white;
    border: 2px solid #00af85;
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
    margin-bottom: 100px;
    position: relative;
    text-align: center;
  }
  .register-thank-you .wysiwyg {
    margin-top: 15px;
  }
  .register-thank-you .wysiwyg .center-text {
    position: absolute;
    top: 15%;
    margin: auto;
    left: 0;
    right: 0;
    color: #12175e;
    font-size: 0.9em;
    width: 90%;
  }
  .register-thank-you .wysiwyg .center-text h2 {
    font-size: 2.5em;
  }
  .register-thank-you button.button.go-back {
    position: absolute;
    bottom: -70px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0.8em 1em;
    width: 50%;
  }
  .tenant-menu-button-container .button-outer {
    padding: 0 15px;
  }
  footer#tenant-footer ul.footer-links li {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #4c3e75;
  }
  .list-inline li {
    width: 100%;
  }
  .list-inline li a.button {
    width: 100%;
    text-align: center;
  }
  ul.deposit-listing-header-menu {
    text-align: center;
  }
  ul.deposit-listing-header-menu li {
    display: block;
  }
  ul.deposit-listing-header-menu a.button.add-new-deposit,
  ul.deposit-listing-header-menu a.button.bulk-upload {
    width: 100%;
  }
  ul.deposit-listing-header-menu a.button.bulk-upload {
    margin-bottom: 5px;
  }
  form#depositListingFilter button#form-filter-submit-button-submit-button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .view-repayment-request table.repayments-to-tenants {
    /*margin-bottom: 35px;*/
  }
}
@media screen and (min-width: 30.063em) and (max-width: 48.062em) {
  /*#page {
	font-size: 1em;
	line-height: 1.4em;
}*/
  h1 {
    font-size: 2em;
    line-height: 1.071em;
  }
  h2,
  table caption,
  table caption {
    font-size: 1.643em;
    line-height: 1.087em;
  }
  h3 {
    font-size: 1.357em;
    line-height: 1.105em;
  }
  h4 {
    font-size: 1.214em;
    line-height: 1.118em;
  }
  h5 {
    font-size: 1.071em;
    line-height: 1.133em;
  }
  h6 {
    font-size: 1em;
    line-height: 1.143em;
  }
  .members-template h1,
  .dashboard-template h1 {
    padding-left: 13px;
    padding-right: 13px;
  }
  .innerPadding,
  #header > .inner,
  #header > .inner div.logged-in,
  .home-template #main,
  #partners,
  #nav2 ul,
  #back-to-module-link ul,
  #header > .inner,
  #content,
  .home-template #main,
  #partners,
  #nav2 ul li a,
  #back-to-module-link ul li a,
  #footer,
  #footer,
  #footer {
    padding-left: 15px;
    padding-right: 15px;
  }
  #header > .inner {
    position: relative;
  }
  #header > .inner div.logged-in {
    position: absolute;
    bottom: 1em;
    right: 0;
  }
  #header > .inner div.logged-in ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #header > .inner div.logged-in ul li {
    display: inline;
    font-style: normal;
    list-style: none;
    margin: 0 0 0 1em;
    padding: 0;
  }
  #header > .inner div.logged-in ul li a {
    color: #12175e;
    text-decoration: none;
  }
  #header > .inner div.logged-in ul.first {
    text-align: right;
  }
  #corp-logo {
    float: left;
    margin: 30px 0;
  }
  #partners,
  #footer,
  #footer {
    border-top-width: 8px;
  }
  .my-details-template #primary {
    display: none;
  }
  .my-details-template.hide-secondary-menu #primary {
    display: initial;
  }
  .my-details-template.hide-secondary-menu #secondary {
    display: none;
  }
  .my-details-template .detail-holder .main-detail {
    overflow: auto;
  }
  #page,
  body.wysiwyg {
    position: relative;
  }
  #nav1 {
    background-color: #00af85;
    border-top: 2px solid #258e70;
    border-bottom: 1px solid #258e70;
    margin-bottom: 1em;
  }
  #nav1 h2 {
    display: block;
    position: absolute;
    right: 15px;
    top: 33px;
  }
  #nav1 ul,
  #nav2 ul,
  #back-to-module-link ul {
    display: none;
    padding: 0;
  }
  #nav1 ul li a,
  #nav2 ul li a,
  #back-to-module-link ul li a {
    color: #FFF;
    padding: 3px 15px;
    border: 0;
    margin-bottom: 0;
  }
  #nav1 ul li a:hover,
  #nav1 ul li a:visited,
  #nav2 ul li a:visited,
  #back-to-module-link ul li a:visited,
  #nav2 ul li a:hover,
  #back-to-module-link ul li a:hover {
    color: #FFF;
    background-color: #258e70;
  }
  #nav1 ul li.active a {
    color: #FFF;
    background-color: #258e70;
  }
  #nav1 ul li.active ul {
    display: block;
  }
  #nav1 ul li.login,
  #nav1 ul li.logout {
    border-bottom: 1px solid #258e70;
    margin-bottom: 0.8em;
  }
  #nav1 ul li.social {
    border-top: 1px solid #258e70;
    padding: 10px 0;
    margin-top: 0.8em;
  }
  #nav1 ul li.social ul {
    display: block;
  }
  #nav1 ul li.social ul li {
    margin-right: 3%;
  }
  #nav1 ul li.social ul li a {
    font-size: 2em;
  }
  #nav2 ul li,
  #back-to-module-link ul li {
    float: left;
  }
  #nav2 ul li a,
  #back-to-module-link ul li a {
    padding: 0;
    margin: 0 0 0 2em;
  }
  #nav2 ul li.first a,
  #back-to-module-link ul li.first a {
    margin-left: 0;
  }
  #nav2 ul.n3,
  #back-to-module-link ul.n3 {
    border-top: dashed 1px #00af85;
    padding-top: 5px;
    margin-top: 3px;
    font-size: 0.867em;
  }
  #nav2 ul.n3 a,
  #back-to-module-link ul.n3 a {
    border-bottom-width: 3px;
  }
  #nav2 ul.n4,
  #back-to-module-link ul.n4 {
    border-top: dotted 1px #00af85;
    padding-top: 5px;
    margin-top: 3px;
    font-size: 0.733em;
  }
  #nav2 ul.n4 a,
  #back-to-module-link ul.n4 a {
    border-bottom-width: 2px;
  }
  #header-nav {
    max-width: 65%;
  }
  #header-nav ul li {
    display: block;
    line-height: 0.692em;
    margin-top: 1em;
  }
  .nav-menus div.additional {
    display: none;
    visibility: hidden;
  }
  nav#sub-dashboard ol li {
    float: left;
    margin-bottom: 1.38445%;
    margin-right: 1.38445%;
    width: 49.30777%;
  }
  nav#sub-dashboard ol li.toggle2 {
    margin-right: 0;
  }
  nav#back-to-module-link {
    border-top: 0;
    padding-bottom: 7px;
    padding-top: 10px;
    border-bottom: 1px solid #00af85;
  }
  nav#back-to-module-link ul {
    display: block;
    padding-left: 22px;
    padding-right: 23px;
  }
  nav#back-to-module-link ul li {
    line-height: 1.6em;
  }
  nav#back-to-module-link ul li a {
    color: #00af85;
  }
  nav#back-to-module-link ul li a:visited {
    color: #00af85;
  }
  nav#back-to-module-link ul li a:hover {
    border-color: transparent;
    background-color: transparent;
  }
  a.my-details-mobile {
    position: absolute;
    top: 35px;
    right: 70px;
    width: 25px;
  }
  form.standard fieldset .legend,
  fieldset#transfer-multiple-fieldset .legend,
  form.extended fieldset .legend,
  #outcome-fieldset .legend,
  #worldpay-tools .legend {
    margin-bottom: 10px;
    /*padding-left: 0;*/
  }
  form.standard fieldset div.fieldset-form-bubble,
  fieldset#transfer-multiple-fieldset div.fieldset-form-bubble,
  form.extended fieldset div.fieldset-form-bubble,
  #outcome-fieldset div.fieldset-form-bubble,
  #worldpay-tools div.fieldset-form-bubble {
    position: initial;
    padding: 10px;
    background: #e2e2e2;
    color: #12175e;
    max-width: 100%;
    margin-top: 10px;
    font-weight: normal;
  }
  form.standard fieldset div.field div.input span.custom-combobox,
  fieldset#transfer-multiple-fieldset div.field div.input span.custom-combobox,
  form.extended fieldset div.field div.input span.custom-combobox,
  #outcome-fieldset div.field div.input span.custom-combobox,
  #worldpay-tools div.field div.input span.custom-combobox {
    margin-bottom: 5px;
  }
  form.standard div.group-heading-container {
    padding: 0 30px;
  }
  #sitesearch-form,
  .module-support #primary #helpandsupport-form {
    clear: right;
    float: right;
    max-width: 65%;
  }
  div.confirm-detail {
    font-size: 0.929em;
  }
  .confirm .group-wrapper .group {
    width: 100%;
  }
  .confirm .tenant {
    width: 100%;
  }
  form#payment-selection {
    max-width: 100%;
  }
  form#payment-selection fieldset {
    max-width: 100%;
  }
  .module-support #primary #helpandsupport-form {
    float: none;
    clear: both;
    width: 100%;
    max-width: 100%;
  }
  .module-support #primary #helpandsupport-form .field.type-text {
    margin-bottom: 0;
  }
  .module-support #primary #helpandsupport-form .field.type-text label:before {
    top: 25%;
  }
  .module-support #primary #helpandsupport-form fieldset .submit {
    float: right;
  }
  .module-support #primary #helpandsupport-form fieldset .submit button {
    padding: 15px;
    margin: 0;
  }
  table.data td.title {
    width: 35%;
  }
  #adddeposit-tenants-fieldset {
    position: relative;
  }
  #adddeposit-tenants-fieldset #bktOtherTenants {
    position: absolute;
    right: -25.733em;
    top: 1em;
    width: 24.733em;
  }
  #adddeposit-persons-fieldset {
    position: relative;
  }
  #adddeposit-persons-fieldset #bktOtherPersons {
    position: absolute;
    right: -25.733em;
    top: 1em;
    width: 24.733em;
  }
  .basket-container {
    position: relative;
  }
  .basket-container .basket-items {
    position: absolute;
    right: -25.733em;
    top: 4em;
    width: 24.733em;
  }
  .basket-container #leadtenantitem {
    position: absolute;
    right: -25.733em;
    top: 0;
    width: 24.733em;
  }
  .files .file_headings span,
  .files .file span {
    float: left;
    width: auto;
  }
  .files .file_headings span.filethumbnail,
  .files .file span.filethumbnail {
    width: 75px;
    margin-right: 1em;
  }
  .files .file_headings span.filethumbnail img,
  .files .file span.filethumbnail img {
    max-width: 75px;
    max-height: 75px;
  }
  .files .file_headings span.filename,
  .files .file span.filename {
    width: 40%;
    margin-right: 1em;
    min-height: 2.35em;
  }
  .files .file_headings span.filesize,
  .files .file span.filesize {
    width: 11%;
    margin-right: 1em;
  }
  .files .file_headings span.filetype,
  .files .file span.filetype {
    width: 15%;
  }
  .files .file_headings ul.tools,
  .files .file ul.tools {
    float: left;
    width: 70%;
    margin-top: 1em;
  }
  .files .file_headings {
    display: block;
    visibility: visible;
  }
  .files .file_headings span.filename {
    min-height: inherit;
  }
  .panels .panel {
    width: 31.97969543147208%;
    margin-right: 1.928934010152284%;
    margin-bottom: 0;
  }
  .panels .panel.last {
    margin-right: 0;
  }
  ul.tools li {
    font-size: 100%;
  }
  .table-wrapper table.list td.tools ul li {
    float: right;
  }
  .register-thank-you .wysiwyg {
    padding: 50px;
    padding-top: 0;
  }
  .register-thank-you button.button.go-back {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
    width: 50%;
  }
  .tenant-menu-button-container .button-outer {
    padding: 0 15px;
  }
  /* custom radio buttons */
  div.field.type-radio .input ol li:first-child {
    padding: 0 15px;
    margin-bottom: 10px;
  }
  div.field.type-radio .input ol li:last-child {
    padding: 0 15px;
  }
  div.field.type-radio .input ol li {
    /*&:extend(.col-xs-12);*/
  }
  div.field.type-radio .input ol li:first-child label.radio-button-container {
    margin-right: 0;
  }
  div.field.type-radio .input ol li label.radio-button-container {
    margin-left: 0;
  }
  div.field.type-checkbox .input ol li label.checkbox-button-container input:checked ~ .checkmark {
    background-color: #00af85;
    /*border:1px solid green;*/
  }
  div.field.type-checkbox .input ol li label.checkbox-button-container input:checked ~ .checkmark:after {
    display: block;
  }
  div.field.type-checkbox .input ol li label.checkbox-button-container span.checkmark {
    position: absolute;
    top: 25%;
    left: 15px;
    height: 50%;
    width: 25px;
    border-radius: 100%;
    background-color: #eee;
  }
  div.field.type-checkbox .input ol li label.checkbox-button-container span.checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 10px;
    top: 25%;
    width: 5px;
    height: 50%;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  div.field.type-checkbox .input ol li:before {
    display: none;
  }
}
@media screen and (min-width: 48.063em) {
  /*#page {
	font-size: 1em;
	line-height: 1.4em;
}*/
  h1 {
    font-size: 2em;
    line-height: 1.067em;
  }
  h2,
  table caption,
  table caption {
    font-size: 1.667em;
    line-height: 1.08em;
  }
  h3 {
    font-size: 1.4em;
    line-height: 1.095em;
  }
  h4 {
    font-size: 1.267em;
    line-height: 1.105em;
  }
  h5 {
    font-size: 1.133em;
    line-height: 1.118em;
  }
  h6 {
    font-size: 1.067em;
    line-height: 1.125em;
  }
  #page,
  body.wysiwyg {
    max-width: 80em;
    margin: 20px auto 0 auto;
  }
  .simple-template #page,
  .modal-template #page {
    max-width: 100%;
  }
  .module-pattern-library #page {
    max-width: 65.667em;
  }
  .innerPadding,
  #header > .inner,
  #header > .inner div.logged-in,
  #content,
  .home-template #main,
  #partners,
  #nav1,
  #nav2 ul,
  #back-to-module-link ul,
  #nav3 ul,
  .nav-menus div.additional,
  #header > .inner,
  #content,
  .home-template #main,
  #partners,
  #nav2 ul li a,
  #back-to-module-link ul li a,
  #footer,
  #footer,
  #footer {
    padding-left: 22px;
    padding-right: 23px;
  }
  #header > .inner {
    position: relative;
  }
  #header > .inner div.logged-in {
    position: absolute;
    bottom: 0.91em;
    right: 0;
  }
  #header > .inner div.logged-in ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #header > .inner div.logged-in ul li {
    display: inline;
    font-style: normal;
    list-style: none;
    margin: 0 0 0 1em;
    padding: 0;
  }
  #header > .inner div.logged-in ul li a {
    color: #12175e;
    text-decoration: none;
  }
  #header > .inner div.logged-in ul.first {
    text-align: right;
  }
  #corp-logo {
    margin: 30px 0 15px 0;
  }
  body.two-columns #content #main,
  body.three-columns #content #main {
    padding-left: 13.333em;
  }
  body.two-columns #content #main #primary,
  body.three-columns #content #main #primary {
    float: left;
    padding-left: 3.8em;
  }
  body.two-columns #content #main #secondary,
  body.three-columns #content #main #secondary {
    float: left;
    margin-left: -100%;
    position: relative;
    right: 14.333em;
    width: 15em;
  }
  body.two-columns-right #content #main {
    padding-right: 13.333em;
  }
  body.two-columns-right #content #main #primary {
    float: left;
    padding-right: 3.8em;
  }
  body.two-columns-right #content #main #secondary {
    float: left;
    margin-right: -13.333em;
    width: 13.333em;
  }
  body.three-columns #content #main {
    padding-right: 12em;
  }
  body.print-true #content #main {
    padding-left: 0;
  }
  body.print-true #content #main #primary {
    float: none;
    padding-left: 0;
  }
  body.print-true #content #main #secondary {
    float: none;
    margin-left: 0;
    position: relative;
    right: 0;
    width: 100%;
  }
  #partners,
  #footer,
  #footer {
    border-top-width: 12px;
  }
  #footer {
    padding-right: 33.59683794466403%;
  }
  #footer p#credits {
    float: right;
    width: 52.30769230769231%;
    margin-right: -52.30769231%;
  }
  .my-details-template div#my-details-nav {
    padding: 0 15px;
  }
  #nav1 {
    border-top: solid 2px #12175e;
    font-size: 1.2em ;
    padding-top: 1.167em;
  }
  #nav1 h2 {
    display: none;
  }
  #nav1 .inner ul li {
    float: left;
  }
  #nav1 .inner ul li a {
    margin: 0 1em 0.6em 0;
  }
  #nav1 .inner ul li.hide-desktop {
    display: none;
    visibility: hidden;
  }
  #nav2,
  #back-to-module-link {
    padding-bottom: 7px;
    padding-top: 10px;
    border-bottom: solid 1px #12175e;
    border-top: dashed 1px #00af85;
  }
  #nav2 ul li,
  #back-to-module-link ul li {
    float: left;
  }
  #nav2 ul li a,
  #back-to-module-link ul li a {
    padding: 0;
    margin: 0 0 0 2em;
  }
  #nav2 ul li.first a,
  #back-to-module-link ul li.first a {
    margin-left: 0;
  }
  #nav2 ul.n3,
  #back-to-module-link ul.n3 {
    border-top: dashed 1px #00af85;
    padding-top: 5px;
    margin-top: 3px;
    font-size: 0.867em;
  }
  #nav2 ul.n3 a,
  #back-to-module-link ul.n3 a {
    border-bottom-width: 3px;
  }
  #nav2 ul.n4,
  #back-to-module-link ul.n4 {
    border-top: dotted 1px #00af85;
    padding-top: 5px;
    margin-top: 3px;
    font-size: 0.733em;
  }
  #nav2 ul.n4 a,
  #back-to-module-link ul.n4 a {
    border-bottom-width: 2px;
  }
  #nav2 ul.n5,
  #back-to-module-link ul.n5 {
    border-top: dotted 1px #00af85;
    padding-top: 5px;
    margin-top: 3px;
    font-size: 0.667em;
  }
  #nav2 ul.n5 a,
  #back-to-module-link ul.n5 a {
    border-bottom-width: 1px;
  }
  #nav3 ul li a {
    padding: 0;
    margin: 0;
  }
  #nav3 ul li.first a {
    margin-left: 0;
  }
  #header-nav {
    font-size: 0.867em;
    padding: 0.5em 0;
    max-width: 74%;
  }
  #header-nav ul li {
    display: block;
    line-height: 0.692em;
  }
  .nav-menus {
    position: relative;
  }
  .nav-menus div.additional {
    position: absolute;
    top: 1.55em;
    right: 0;
  }
  .nav-menus div.additional ul.social {
    float: left;
  }
  .nav-menus div.additional ul.social li {
    font-size: 1.4em;
  }
  .nav-menus div.additional ul.login {
    border-left: 1px solid #666666;
    float: left;
    line-height: 0.867em;
    list-style: none;
    margin: 0.2em 0 0 0;
    padding: 0 0 0 1em;
  }
  .nav-menus div.additional ul.login li {
    font-style: normal;
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
  }
  .nav-menus div.additional ul.login li a {
    color: #666666;
    text-decoration: none;
  }
  .nav-menus div.additional ul.login li.dashboard {
    margin-right: 1em;
  }
  nav#dashboard ol li,
  nav#sub-dashboard ol li,
  nav#sub-dashboard.deposit-choice ol li,
  nav#sub-dashboard ol li {
    float: left;
    margin-bottom: 1.38445%;
    margin-right: 1.38445%;
    width: 49.30777%;
  }
  nav#dashboard ol li.toggle0,
  nav#sub-dashboard ol li.toggle0,
  nav#sub-dashboard.deposit-choice ol li.toggle0,
  nav#sub-dashboard ol li.toggle0 {
    margin-right: 0;
  }
  nav#sub-dashboard ol li {
    width: 23.93%;
  }
  nav#sub-dashboard.deposit-choice ol li {
    width: 48.5%;
  }
  #footer-nav {
    float: right;
    width: 52.30769230769231%;
    margin-right: -52.30769231%;
  }
  #footer-nav ul {
    margin-top: 1em;
  }
  #footer-nav ul li {
    width: 50%;
    float: left;
  }
  #footer-nav ul li.toggle0 {
    float: right;
  }
  nav#back-to-module-link {
    border-top: 0;
    padding-bottom: 7px;
    padding-top: 10px;
    border-bottom: 1px solid #00af85;
  }
  nav#back-to-module-link ul {
    display: block;
    padding-left: 22px;
    padding-right: 23px;
  }
  nav#back-to-module-link ul li {
    line-height: 1.6em;
  }
  nav#back-to-module-link ul li a {
    color: #00af85;
  }
  nav#back-to-module-link ul li a:visited {
    color: #00af85;
  }
  nav#back-to-module-link ul li a:hover {
    border-color: transparent;
    background-color: transparent;
  }
  form.standard {
    /* NT1 - Following 2 are customizations for the property view page */
  }
  form.standard.multistep {
    max-width: 100%;
    /* User management side request repayment */
  }
  form.standard.multistep div#group-breakdown fieldset#outcome-of-proposal-breakdown-fieldset p {
    max-width: none;
  }
  form.standard.multistep div#group-payment div.layout,
  form.standard.multistep div#group-payment divbody.two-columns #content,
  form.standard.multistep div#group-payment divbody.two-columns #content #main,
  form.standard.multistep div#group-payment divbody.two-columns-right #content,
  form.standard.multistep div#group-payment divbody.two-columns-right #content #main,
  form.standard.multistep div#group-payment divbody.print-true #content,
  form.standard.multistep div#group-payment divbody.print-true #content #main,
  form.standard.multistep div#group-payment div#header > .inner,
  form.standard.multistep div#group-payment div#content,
  form.standard.multistep div#group-payment div#content #main,
  form.standard.multistep div#group-payment div#primary,
  form.standard.multistep div#group-payment div#secondary,
  form.standard.multistep div#group-payment div#secondary .panel.news,
  form.standard.multistep div#group-payment div#secondary .panel.news h2,
  form.standard.multistep div#group-payment div#partners,
  form.standard.multistep div#group-payment div#partners .partners,
  form.standard.multistep div#group-payment div#partners .authorised,
  form.standard.multistep div#group-payment div#partners .awards,
  form.standard.multistep div#group-payment div#nav1,
  form.standard.multistep div#group-payment div#nav1 h2,
  form.standard.multistep div#group-payment div#nav2,
  form.standard.multistep div#group-payment div#back-to-module-link,
  form.standard.multistep div#group-payment div#nav2 ul,
  form.standard.multistep div#group-payment div#back-to-module-link ul,
  form.standard.multistep div#group-payment div#secondary .panel#quick-links h2,
  form.standard.multistep div#group-payment div#secondary .panel#quick-links .content #nav3,
  form.standard.multistep div#group-payment div#secondary .panel#quick-links .content #nav3 ul,
  form.standard.multistep div#group-payment div#header-nav,
  form.standard.multistep div#group-payment divul.social,
  form.standard.multistep div#group-payment div#crumbs,
  form.standard.multistep div#group-payment divnav#dashboard ol li a,
  form.standard.multistep div#group-payment divnav#dashboard ol li picture,
  form.standard.multistep div#group-payment div#footer-nav,
  form.standard.multistep div#group-payment divform.standard ol.tabs,
  form.standard.multistep div#group-payment div.pp_social,
  form.standard.multistep div#group-payment divform.extended,
  form.standard.multistep div#group-payment divform fieldset .details,
  form.standard.multistep div#group-payment divform fieldset .detail,
  form.standard.multistep div#group-payment divh2.standout,
  form.standard.multistep div#group-payment div.tabs .tab,
  form.standard.multistep div#group-payment div.basket-items .item,
  form.standard.multistep div#group-payment div#bktOtherTenants .item,
  form.standard.multistep div#group-payment div#bktOtherPersons .item,
  form.standard.multistep div#group-payment div#leadtenantitem .item,
  form.standard.multistep div#group-payment div.files,
  form.standard.multistep div#group-payment div.files .file_headings,
  form.standard.multistep div#group-payment div.files .file,
  form.standard.multistep div#group-payment div.panels,
  form.standard.multistep div#group-payment div.module-news #highlighted_news,
  form.standard.multistep div#group-payment div.module-news #latest_news,
  form.standard.multistep div#group-payment div.module-news #latest_news .item,
  form.standard.multistep div#group-payment div.module-news #popular_news,
  form.standard.multistep div#group-payment div.module-news #popular_news ul li,
  form.standard.multistep div#group-payment div.module-news #news-items,
  form.standard.multistep div#group-payment div.module-news #news-details,
  form.standard.multistep div#group-payment div.module-blog #blog-items,
  form.standard.multistep div#group-payment div.module-blog #blogger-items,
  form.standard.multistep div#group-payment div.module-blog #blog-details,
  form.standard.multistep div#group-payment div.module-blog #blog-details #tagged,
  form.standard.multistep div#group-payment div.module-blog #blog-details #comments,
  form.standard.multistep div#group-payment div.module-blog #blog-details #comments .item,
  form.standard.multistep div#group-payment div.table-wrapper .tablesaw-bar,
  form.standard.multistep div#group-payment div.tab-content .tablesaw-bar,
  form.standard.multistep div#group-payment divul.tools,
  form.standard.multistep div#group-payment div#change-notice,
  form.standard.multistep div#group-payment div#footer,
  form.standard.multistep div#group-payment divnav#sub-dashboard ol li a,
  form.standard.multistep div#group-payment divnav#sub-dashboard ol li picture,
  form.standard.multistep div#group-payment div.panel h2,
  form.standard.multistep div#group-payment div.module-news #news-items .item,
  form.standard.multistep div#group-payment div.module-blog #headlines,
  form.standard.multistep div#group-payment div.module-blog #highlights,
  form.standard.multistep div#group-payment div.module-blog #blog-items .item,
  form.standard.multistep div#group-payment div.module-blog #blogger-items .item,
  form.standard.multistep div#group-payment div.module-blog #blog-details #comments-form,
  form.standard.multistep div#group-payment divbody.three-columns #content #main {
    padding-right: 60px;
  }
  form.standard.multistep div#group-payment div.layout ul.tools,
  form.standard.multistep div#group-payment divbody.two-columns #content ul.tools,
  form.standard.multistep div#group-payment divbody.two-columns #content #main ul.tools,
  form.standard.multistep div#group-payment divbody.two-columns-right #content ul.tools,
  form.standard.multistep div#group-payment divbody.two-columns-right #content #main ul.tools,
  form.standard.multistep div#group-payment divbody.print-true #content ul.tools,
  form.standard.multistep div#group-payment divbody.print-true #content #main ul.tools,
  form.standard.multistep div#group-payment div#header > .inner ul.tools,
  form.standard.multistep div#group-payment div#content ul.tools,
  form.standard.multistep div#group-payment div#content #main ul.tools,
  form.standard.multistep div#group-payment div#primary ul.tools,
  form.standard.multistep div#group-payment div#secondary ul.tools,
  form.standard.multistep div#group-payment div#secondary .panel.news ul.tools,
  form.standard.multistep div#group-payment div#secondary .panel.news h2 ul.tools,
  form.standard.multistep div#group-payment div#partners ul.tools,
  form.standard.multistep div#group-payment div#partners .partners ul.tools,
  form.standard.multistep div#group-payment div#partners .authorised ul.tools,
  form.standard.multistep div#group-payment div#partners .awards ul.tools,
  form.standard.multistep div#group-payment div#nav1 ul.tools,
  form.standard.multistep div#group-payment div#nav1 h2 ul.tools,
  form.standard.multistep div#group-payment div#nav2 ul.tools,
  form.standard.multistep div#group-payment div#back-to-module-link ul.tools,
  form.standard.multistep div#group-payment div#nav2 ul ul.tools,
  form.standard.multistep div#group-payment div#back-to-module-link ul ul.tools,
  form.standard.multistep div#group-payment div#secondary .panel#quick-links h2 ul.tools,
  form.standard.multistep div#group-payment div#secondary .panel#quick-links .content #nav3 ul.tools,
  form.standard.multistep div#group-payment div#secondary .panel#quick-links .content #nav3 ul ul.tools,
  form.standard.multistep div#group-payment div#header-nav ul.tools,
  form.standard.multistep div#group-payment divul.social ul.tools,
  form.standard.multistep div#group-payment div#crumbs ul.tools,
  form.standard.multistep div#group-payment divnav#dashboard ol li a ul.tools,
  form.standard.multistep div#group-payment divnav#dashboard ol li picture ul.tools,
  form.standard.multistep div#group-payment div#footer-nav ul.tools,
  form.standard.multistep div#group-payment divform.standard ol.tabs ul.tools,
  form.standard.multistep div#group-payment div.pp_social ul.tools,
  form.standard.multistep div#group-payment divform.extended ul.tools,
  form.standard.multistep div#group-payment divform fieldset .details ul.tools,
  form.standard.multistep div#group-payment divform fieldset .detail ul.tools,
  form.standard.multistep div#group-payment divh2.standout ul.tools,
  form.standard.multistep div#group-payment div.tabs .tab ul.tools,
  form.standard.multistep div#group-payment div.basket-items .item ul.tools,
  form.standard.multistep div#group-payment div#bktOtherTenants .item ul.tools,
  form.standard.multistep div#group-payment div#bktOtherPersons .item ul.tools,
  form.standard.multistep div#group-payment div#leadtenantitem .item ul.tools,
  form.standard.multistep div#group-payment div.files ul.tools,
  form.standard.multistep div#group-payment div.files .file_headings ul.tools,
  form.standard.multistep div#group-payment div.files .file ul.tools,
  form.standard.multistep div#group-payment div.panels ul.tools,
  form.standard.multistep div#group-payment div.module-news #highlighted_news ul.tools,
  form.standard.multistep div#group-payment div.module-news #latest_news ul.tools,
  form.standard.multistep div#group-payment div.module-news #latest_news .item ul.tools,
  form.standard.multistep div#group-payment div.module-news #popular_news ul.tools,
  form.standard.multistep div#group-payment div.module-news #popular_news ul li ul.tools,
  form.standard.multistep div#group-payment div.module-news #news-items ul.tools,
  form.standard.multistep div#group-payment div.module-news #news-details ul.tools,
  form.standard.multistep div#group-payment div.module-blog #blog-items ul.tools,
  form.standard.multistep div#group-payment div.module-blog #blogger-items ul.tools,
  form.standard.multistep div#group-payment div.module-blog #blog-details ul.tools,
  form.standard.multistep div#group-payment div.module-blog #blog-details #tagged ul.tools,
  form.standard.multistep div#group-payment div.module-blog #blog-details #comments ul.tools,
  form.standard.multistep div#group-payment div.module-blog #blog-details #comments .item ul.tools,
  form.standard.multistep div#group-payment div.table-wrapper .tablesaw-bar ul.tools,
  form.standard.multistep div#group-payment div.tab-content .tablesaw-bar ul.tools,
  form.standard.multistep div#group-payment divul.tools ul.tools,
  form.standard.multistep div#group-payment div#change-notice ul.tools,
  form.standard.multistep div#group-payment div#footer ul.tools,
  form.standard.multistep div#group-payment divnav#sub-dashboard ol li a ul.tools,
  form.standard.multistep div#group-payment divnav#sub-dashboard ol li picture ul.tools,
  form.standard.multistep div#group-payment div.panel h2 ul.tools,
  form.standard.multistep div#group-payment div.module-news #news-items .item ul.tools,
  form.standard.multistep div#group-payment div.module-blog #headlines ul.tools,
  form.standard.multistep div#group-payment div.module-blog #highlights ul.tools,
  form.standard.multistep div#group-payment div.module-blog #blog-items .item ul.tools,
  form.standard.multistep div#group-payment div.module-blog #blogger-items .item ul.tools,
  form.standard.multistep div#group-payment div.module-blog #blog-details #comments-form ul.tools,
  form.standard.multistep div#group-payment divbody.three-columns #content #main ul.tools {
    float: right;
  }
  form.standard#edit-repayment-response {
    /*max-width:none;*/
  }
  form.standard#adddeposit-confirm {
    max-width: 39.923em;
  }
  form.standard#adddeposit-confirm fieldset {
    padding: 0px;
  }
  form.standard.data-table fieldset {
    padding: 0px;
  }
  form.standard#addlandlordtoproperty fieldset.submit {
    padding-right: 0%;
  }
  form.standard#addlandlordtoproperty fieldset.submit button.submit {
    margin-right: 14px;
  }
  form.standard fieldset,
  form.standard fieldset.wide-labels fieldset,
  fieldset#transfer-multiple-fieldset,
  form.extended fieldset,
  #outcome-fieldset,
  #worldpay-tools,
  fieldset#transfer-multiple-fieldset.wide-labels fieldset,
  form.extended fieldset.wide-labels fieldset,
  #outcome-fieldset.wide-labels fieldset,
  #worldpay-tools.wide-labels fieldset {
    /*legend {
			&:extend(h2);
		}*/
  }
  form.standard fieldset.basket-container,
  form.standard fieldset.wide-labels fieldset.basket-container,
  fieldset#transfer-multiple-fieldset.basket-container,
  form.extended fieldset.basket-container,
  #outcome-fieldset.basket-container,
  #worldpay-tools.basket-container,
  fieldset#transfer-multiple-fieldset.wide-labels fieldset.basket-container,
  form.extended fieldset.wide-labels fieldset.basket-container,
  #outcome-fieldset.wide-labels fieldset.basket-container,
  #worldpay-tools.wide-labels fieldset.basket-container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*max-width:100%;
			width:100%;
			padding-right:41%;*/
    /* This is a customization for the property view page (pairs with NT1 above) */
  }
  form.standard fieldset.basket-container#addlandlordtoproperty-landlords-fieldset,
  form.standard fieldset.wide-labels fieldset.basket-container#addlandlordtoproperty-landlords-fieldset,
  fieldset#transfer-multiple-fieldset.basket-container#addlandlordtoproperty-landlords-fieldset,
  form.extended fieldset.basket-container#addlandlordtoproperty-landlords-fieldset,
  #outcome-fieldset.basket-container#addlandlordtoproperty-landlords-fieldset,
  #worldpay-tools.basket-container#addlandlordtoproperty-landlords-fieldset,
  fieldset#transfer-multiple-fieldset.wide-labels fieldset.basket-container#addlandlordtoproperty-landlords-fieldset,
  form.extended fieldset.wide-labels fieldset.basket-container#addlandlordtoproperty-landlords-fieldset,
  #outcome-fieldset.wide-labels fieldset.basket-container#addlandlordtoproperty-landlords-fieldset,
  #worldpay-tools.wide-labels fieldset.basket-container#addlandlordtoproperty-landlords-fieldset {
    padding-right: 0%;
  }
  form.standard fieldset.basket-container#addlandlordtoproperty-landlords-fieldset div.field,
  form.standard fieldset.wide-labels fieldset.basket-container#addlandlordtoproperty-landlords-fieldset div.field,
  fieldset#transfer-multiple-fieldset.basket-container#addlandlordtoproperty-landlords-fieldset div.field,
  form.extended fieldset.basket-container#addlandlordtoproperty-landlords-fieldset div.field,
  #outcome-fieldset.basket-container#addlandlordtoproperty-landlords-fieldset div.field,
  #worldpay-tools.basket-container#addlandlordtoproperty-landlords-fieldset div.field,
  fieldset#transfer-multiple-fieldset.wide-labels fieldset.basket-container#addlandlordtoproperty-landlords-fieldset div.field,
  form.extended fieldset.wide-labels fieldset.basket-container#addlandlordtoproperty-landlords-fieldset div.field,
  #outcome-fieldset.wide-labels fieldset.basket-container#addlandlordtoproperty-landlords-fieldset div.field,
  #worldpay-tools.wide-labels fieldset.basket-container#addlandlordtoproperty-landlords-fieldset div.field {
    /*padding-right: 25em;*/
  }
  form.standard fieldset.basket-container#addlandlordtoproperty-landlords-fieldset div.confirm-detail,
  form.standard fieldset.wide-labels fieldset.basket-container#addlandlordtoproperty-landlords-fieldset div.confirm-detail,
  fieldset#transfer-multiple-fieldset.basket-container#addlandlordtoproperty-landlords-fieldset div.confirm-detail,
  form.extended fieldset.basket-container#addlandlordtoproperty-landlords-fieldset div.confirm-detail,
  #outcome-fieldset.basket-container#addlandlordtoproperty-landlords-fieldset div.confirm-detail,
  #worldpay-tools.basket-container#addlandlordtoproperty-landlords-fieldset div.confirm-detail,
  fieldset#transfer-multiple-fieldset.wide-labels fieldset.basket-container#addlandlordtoproperty-landlords-fieldset div.confirm-detail,
  form.extended fieldset.wide-labels fieldset.basket-container#addlandlordtoproperty-landlords-fieldset div.confirm-detail,
  #outcome-fieldset.wide-labels fieldset.basket-container#addlandlordtoproperty-landlords-fieldset div.confirm-detail,
  #worldpay-tools.wide-labels fieldset.basket-container#addlandlordtoproperty-landlords-fieldset div.confirm-detail {
    margin-right: 25em;
  }
  form.standard fieldset.basket-container#addlandlordtoproperty-landlords-fieldset button.add,
  form.standard fieldset.wide-labels fieldset.basket-container#addlandlordtoproperty-landlords-fieldset button.add,
  fieldset#transfer-multiple-fieldset.basket-container#addlandlordtoproperty-landlords-fieldset button.add,
  form.extended fieldset.basket-container#addlandlordtoproperty-landlords-fieldset button.add,
  #outcome-fieldset.basket-container#addlandlordtoproperty-landlords-fieldset button.add,
  #worldpay-tools.basket-container#addlandlordtoproperty-landlords-fieldset button.add,
  fieldset#transfer-multiple-fieldset.wide-labels fieldset.basket-container#addlandlordtoproperty-landlords-fieldset button.add,
  form.extended fieldset.wide-labels fieldset.basket-container#addlandlordtoproperty-landlords-fieldset button.add,
  #outcome-fieldset.wide-labels fieldset.basket-container#addlandlordtoproperty-landlords-fieldset button.add,
  #worldpay-tools.wide-labels fieldset.basket-container#addlandlordtoproperty-landlords-fieldset button.add {
    margin-right: 21.69em;
  }
  form.standard fieldset.basket-container fieldset,
  form.standard fieldset.wide-labels fieldset.basket-container fieldset,
  fieldset#transfer-multiple-fieldset.basket-container fieldset,
  form.extended fieldset.basket-container fieldset,
  #outcome-fieldset.basket-container fieldset,
  #worldpay-tools.basket-container fieldset,
  fieldset#transfer-multiple-fieldset.wide-labels fieldset.basket-container fieldset,
  form.extended fieldset.wide-labels fieldset.basket-container fieldset,
  #outcome-fieldset.wide-labels fieldset.basket-container fieldset,
  #worldpay-tools.wide-labels fieldset.basket-container fieldset {
    max-width: inherit;
    width: inherit;
  }
  form.standard fieldset.basket-container#adddeposit-persons-fieldset > button,
  form.standard fieldset.basket-container#adddeposit-tenants-fieldset > button,
  form.standard fieldset.wide-labels fieldset.basket-container#adddeposit-persons-fieldset > button,
  form.standard fieldset.wide-labels fieldset.basket-container#adddeposit-tenants-fieldset > button,
  fieldset#transfer-multiple-fieldset.basket-container#adddeposit-persons-fieldset > button,
  fieldset#transfer-multiple-fieldset.basket-container#adddeposit-tenants-fieldset > button,
  form.extended fieldset.basket-container#adddeposit-persons-fieldset > button,
  form.extended fieldset.basket-container#adddeposit-tenants-fieldset > button,
  #outcome-fieldset.basket-container#adddeposit-persons-fieldset > button,
  #outcome-fieldset.basket-container#adddeposit-tenants-fieldset > button,
  #worldpay-tools.basket-container#adddeposit-persons-fieldset > button,
  #worldpay-tools.basket-container#adddeposit-tenants-fieldset > button,
  fieldset#transfer-multiple-fieldset.wide-labels fieldset.basket-container#adddeposit-persons-fieldset > button,
  fieldset#transfer-multiple-fieldset.wide-labels fieldset.basket-container#adddeposit-tenants-fieldset > button,
  form.extended fieldset.wide-labels fieldset.basket-container#adddeposit-persons-fieldset > button,
  form.extended fieldset.wide-labels fieldset.basket-container#adddeposit-tenants-fieldset > button,
  #outcome-fieldset.wide-labels fieldset.basket-container#adddeposit-persons-fieldset > button,
  #outcome-fieldset.wide-labels fieldset.basket-container#adddeposit-tenants-fieldset > button,
  #worldpay-tools.wide-labels fieldset.basket-container#adddeposit-persons-fieldset > button,
  #worldpay-tools.wide-labels fieldset.basket-container#adddeposit-tenants-fieldset > button {
    margin-right: 0px;
  }
  form.standard fieldset.basket-parent,
  form.standard fieldset.wide-labels fieldset.basket-parent,
  fieldset#transfer-multiple-fieldset.basket-parent,
  form.extended fieldset.basket-parent,
  #outcome-fieldset.basket-parent,
  #worldpay-tools.basket-parent,
  fieldset#transfer-multiple-fieldset.wide-labels fieldset.basket-parent,
  form.extended fieldset.wide-labels fieldset.basket-parent,
  #outcome-fieldset.wide-labels fieldset.basket-parent,
  #worldpay-tools.wide-labels fieldset.basket-parent {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
    padding-right: 30%;
  }
  form.standard fieldset.basket-parent fieldset.basket-container,
  form.standard fieldset.wide-labels fieldset.basket-parent fieldset.basket-container,
  fieldset#transfer-multiple-fieldset.basket-parent fieldset.basket-container,
  form.extended fieldset.basket-parent fieldset.basket-container,
  #outcome-fieldset.basket-parent fieldset.basket-container,
  #worldpay-tools.basket-parent fieldset.basket-container,
  fieldset#transfer-multiple-fieldset.wide-labels fieldset.basket-parent fieldset.basket-container,
  form.extended fieldset.wide-labels fieldset.basket-parent fieldset.basket-container,
  #outcome-fieldset.wide-labels fieldset.basket-parent fieldset.basket-container,
  #worldpay-tools.wide-labels fieldset.basket-parent fieldset.basket-container {
    padding-right: 0px;
  }
  form.standard#updateproperty,
  form.standard[name="updateproperty"] {
    max-width: 100%;
  }
  form.standard#updateproperty fieldset,
  form.standard[name="updateproperty"] fieldset {
    /*max-width: 34.923em;*/
    /*padding-right: 60px;*/
  }
  form.standard#updateproperty fieldset#addproperty-additional-landlords-fieldset .fieldname-additional_nonmemberid ul.tools,
  form.standard[name="updateproperty"] fieldset#addproperty-additional-landlords-fieldset .fieldname-additional_nonmemberid ul.tools {
    margin-bottom: 0;
  }
  form.standard#updateproperty fieldset#addproperty-additional-landlords-fieldset .fieldname-additional_nonmemberid ul.tools li,
  form.standard[name="updateproperty"] fieldset#addproperty-additional-landlords-fieldset .fieldname-additional_nonmemberid ul.tools li {
    margin-bottom: 0;
  }
  form.standard#updateproperty fieldset#addproperty-additional-landlords-fieldset .basket-items,
  form.standard[name="updateproperty"] fieldset#addproperty-additional-landlords-fieldset .basket-items {
    top: 0;
    right: -32%;
    width: 28%;
  }
  form.standard#updateproperty fieldset#addproperty-additional-landlords-fieldset button.add,
  form.standard[name="updateproperty"] fieldset#addproperty-additional-landlords-fieldset button.add {
    margin-bottom: 2em;
    margin-right: 0;
  }
  form.standard#updateproperty fieldset.basket-container,
  form.standard[name="updateproperty"] fieldset.basket-container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-right: 0;
    margin-top: 0;
  }
  form.standard#updateproperty fieldset.basket-container legend,
  form.standard[name="updateproperty"] fieldset.basket-container legend {
    display: none;
  }
  form.standard#updateproperty fieldset.basket-container fieldset,
  form.standard[name="updateproperty"] fieldset.basket-container fieldset {
    max-width: inherit;
    width: inherit;
  }
  form.standard#updateproperty fieldset.basket-container .field,
  form.standard[name="updateproperty"] fieldset.basket-container .field {
    margin: 0 0 1em 0;
  }
  form#landlordFilter .field.type-select.fieldname-filter_status,
  form#propertyFilter .field.type-select.fieldname-filter_status {
    padding: 0;
  }
  /*form.filter {
	fieldset {
		div.field {
			float: left;
			margin:0 1em 1em 0;
			padding-left:0;
			label {
				margin-left: 0;
			}
		}
		div.submit {
			float: left;
			padding-top:0.733em;
		}
	}
}*/
  #sitesearch-form,
  .module-support #primary #helpandsupport-form {
    clear: right;
    float: right;
    width: 43.67588932806324%;
  }
  form.standard fieldset.wide-labels div.field,
  form.standard fieldset.wide-labels fieldset.wide-labels div.field,
  fieldset#transfer-multiple-fieldset.wide-labels div.field,
  form.extended fieldset.wide-labels div.field,
  #outcome-fieldset.wide-labels div.field,
  #worldpay-tools.wide-labels div.field,
  fieldset#transfer-multiple-fieldset.wide-labels fieldset.wide-labels div.field,
  form.extended fieldset.wide-labels fieldset.wide-labels div.field,
  #outcome-fieldset.wide-labels fieldset.wide-labels div.field,
  #worldpay-tools.wide-labels fieldset.wide-labels div.field {
    /*padding-left: 18em;*/
    /*div.label {
					margin-left:-18em;
					width: 17em;
				}*/
    /*&.type-number {
					&.datatype-decimal {
						padding-left: 29em;
						
						div.label {
							width: 28em;
							margin-left: -29em;
						}
					}
				}*/
  }
  form.standard fieldset.wide-labels div.field.membership-no,
  form.standard fieldset.wide-labels fieldset.wide-labels div.field.membership-no,
  fieldset#transfer-multiple-fieldset.wide-labels div.field.membership-no,
  form.extended fieldset.wide-labels div.field.membership-no,
  #outcome-fieldset.wide-labels div.field.membership-no,
  #worldpay-tools.wide-labels div.field.membership-no,
  fieldset#transfer-multiple-fieldset.wide-labels fieldset.wide-labels div.field.membership-no,
  form.extended fieldset.wide-labels fieldset.wide-labels div.field.membership-no,
  #outcome-fieldset.wide-labels fieldset.wide-labels div.field.membership-no,
  #worldpay-tools.wide-labels fieldset.wide-labels div.field.membership-no {
    padding-left: 0;
  }
  form.standard fieldset.wide-labels div.field.membership-no div.label,
  form.standard fieldset.wide-labels fieldset.wide-labels div.field.membership-no div.label,
  fieldset#transfer-multiple-fieldset.wide-labels div.field.membership-no div.label,
  form.extended fieldset.wide-labels div.field.membership-no div.label,
  #outcome-fieldset.wide-labels div.field.membership-no div.label,
  #worldpay-tools.wide-labels div.field.membership-no div.label,
  fieldset#transfer-multiple-fieldset.wide-labels fieldset.wide-labels div.field.membership-no div.label,
  form.extended fieldset.wide-labels fieldset.wide-labels div.field.membership-no div.label,
  #outcome-fieldset.wide-labels fieldset.wide-labels div.field.membership-no div.label,
  #worldpay-tools.wide-labels fieldset.wide-labels div.field.membership-no div.label {
    float: none;
    margin-left: 0;
    width: auto;
  }
  /*#registermember {
	fieldset {
		div.type-radio.field {
			div.label {
				float: none;
				margin-bottom: 0.5em;
				width: 36.923em;
			}
			&.fieldname-user_type,
			&.fieldname-product_type,
			&.fieldname-payment_option {
				div.label {
					&:extend(form.standard fieldset div.field div.label);
				}
				.input {
					ul, 
					ol {
						li {
							display:block;
							margin:0 0 0.5em 0;
						}
					}
				}
			}
		}
	}
}*/
  div.confirm-detail {
    /*font-size: 0.867em;*/
  }
  div.confirm-detail#property-details div.detail div.label,
  div.confirm-detail#adddeposit-non_member_landlord_id-details div.detail div.label {
    text-align: left;
    min-width: auto;
    margin-right: 0;
  }
  div.details {
    font-size: 0.867em;
    padding-left: 10em;
  }
  div.details div.label {
    float: left;
    margin-left: -10em;
    width: 9em;
  }
  form#payment-selection {
    max-width: 100%;
  }
  form#payment-selection fieldset {
    max-width: 100%;
  }
  .module-support #primary #helpandsupport-form {
    float: none;
    clear: both;
    width: 100%;
    max-width: 100%;
  }
  .module-support #primary #helpandsupport-form .field.type-text {
    margin-bottom: 0;
  }
  .module-support #primary #helpandsupport-form .field.type-text label:before {
    top: 25%;
  }
  .module-support #primary #helpandsupport-form fieldset .submit {
    float: right;
  }
  .module-support #primary #helpandsupport-form fieldset .submit button {
    padding: 15px;
    margin: 0;
  }
  table.data td.title {
    width: 35%;
  }
  .basket-container {
    position: relative;
  }
  .basket-container #tenantbasketheading {
    /*position: absolute;*/
    top: 0.15em;
    right: 0;
    width: 30%;
    margin-top: 0;
  }
  .basket-container #leadtenantitem {
    /*position: absolute;*/
    right: 0;
    top: 3.4em;
    width: 30%;
  }
  .files .file_headings span,
  .files .file span {
    float: left;
    width: auto;
  }
  .files .file_headings span.filethumbnail,
  .files .file span.filethumbnail {
    width: 75px;
    margin-right: 1em;
  }
  .files .file_headings span.filethumbnail img,
  .files .file span.filethumbnail img {
    max-width: 75px;
    max-height: 75px;
  }
  .files .file_headings span.filename,
  .files .file span.filename {
    width: 45%;
    margin-right: 1em;
    min-height: 2.35em;
  }
  .files .file_headings span.filesize,
  .files .file span.filesize {
    width: 12%;
    margin-right: 1em;
  }
  .files .file_headings span.filetype,
  .files .file span.filetype {
    width: 16%;
  }
  .files .file_headings ul.tools,
  .files .file ul.tools {
    float: left;
    width: 70%;
    margin-top: 1em;
  }
  .files .file_headings {
    display: block;
    visibility: visible;
  }
  .files .file_headings span.filename {
    min-height: inherit;
  }
  .panels .panel {
    width: 32.14286%;
    margin-right: 1.78571%;
    margin-bottom: 0;
  }
  .panels .panel.last,
  .panels.support .panel.last {
    margin-right: 0;
  }
  .panels.support .panel {
    width: 48%;
    margin-right: 4%;
  }
  .module-news #highlighted_news,
  .module-blog #headlines,
  .module-blog #headlines {
    padding-right: 3.7em;
  }
  .module-news #latest_news .item,
  .module-blog #highlights .item {
    width: 29%;
    float: left;
    margin-right: 1.067em;
  }
  .module-news #popular_news ul li h3 img {
    float: left;
    margin: 0 1em 1em 0;
  }
  .module-blog #highlights .item h3 a {
    font-size: 0.9em;
  }
  .table-wrapper table.tablesaw caption {
    margin-bottom: 1.4em;
  }
  .table-wrapper table.list td.tools ul li {
    float: right;
  }
  .table-wrapper .tablesaw-bar {
    top: 1.8em;
  }
  table.data,
  table.list {
    width: 100%;
  }
  table.data .select-all,
  table.list .select-all {
    width: 7em;
  }
  table.data .deposit-amount,
  table.list .deposit-amount,
  table.data .amount-to-pay,
  table.list .amount-to-pay {
    width: 8%;
  }
  table.data .amount-to-be-protected,
  table.list .amount-to-be-protected {
    width: 13em;
  }
  table.data th,
  table.list th {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
  }
  table.data td,
  table.list td {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  table.data td ul.tools li,
  table.list td ul.tools li {
    float: right;
  }
  table.data td ul.tools li:last-child,
  table.list td ul.tools li:last-child {
    margin-left: 0;
  }
  table.data td.tenants,
  table.list td.tenants {
    text-align: center;
    width: 8%;
  }
  table.data td.address,
  table.list td.address {
    width: 25%;
  }
  table.data td.select-all,
  table.list td.select-all {
    text-align: center;
  }
  table.data tr.type-deposit-registered td.tools,
  table.list tr.type-deposit-registered td.tools {
    width: 30%;
  }
  table.noneditable {
    font-size: 0.867em;
    text-align: left;
  }
  table.noneditable th {
    font-weight: normal;
    width: 12.5em;
  }
  fieldset#edittenant-fieldset table.data {
    width: 100.75%;
    position: relative;
    left: -3px;
  }
  fieldset#edittenant-fieldset table.data th {
    width: 23.6%;
    padding-left: 3px;
    border-right: 1px solid #bdbec1;
  }
  fieldset#edittenant-fieldset table.data td {
    padding-left: 8px;
  }
  #payment-selection table.data td.select-all {
    width: 5%;
  }
  #payment-selection table.data td.dan {
    width: 8%;
  }
  /* Make form labels same size as paragraphs */
  fieldset#outcome-of-proposal-breakdown-fieldset table.repayment-proposal-summary tr.alternate0 th,
  fieldset#outcome-of-proposal-breakdown-fieldset table.repayment-proposal-summary tr.alternate1 th {
    font-size: 0.999em;
  }
  #page-banner-container h1#banner-heading {
    max-width: 35%;
  }
  form#registermember.standard div.field.type-radio .input ol li:first-child {
    padding-right: 7.5px;
  }
  form#registermember.standard div.field.type-radio .input ol li:last-child {
    padding-left: 7.5px;
  }
  .custom-button-container .custom-button:last-child,
  .registermember-product-types-container .custom-button:last-child,
  .registermember-user-types-container .custom-button:last-child {
    padding-right: 15px;
    padding-left: 5px;
  }
  .custom-button-container .custom-button:first-child,
  .registermember-product-types-container .custom-button:first-child,
  .registermember-user-types-container .custom-button:first-child {
    padding-left: 15px;
    padding-right: 5px;
  }
  .view-repayment-request .deposit-repayment-totals {
    margin: 0;
  }
  .view-repayment-request .deposit-status-details .status-detail-long {
    padding-left: 45px;
    margin-top: 0;
  }
}
