@import url('../ionicons.min.css');
/* -- Icons --*/
/* -- Mixins --*/
/* -- Reset -- */
/* Turns off callouts (e.g. menus on click and hold, tap colours, text size adjust and highlights) */
* {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-outline: none;
  -moz-outline: none;
  -ms-outline: none;
  -o-outline: none;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/css/boxsizing.htc);
  font-size: inherit;
  font-family: "Helvetica Neue", sans-serif;
}
abbr.required {
  text-decoration: none;
}
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
b,
i {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
  list-style-position: outside;
}
blockquote,
q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
label,
input,
button {
  display: block;
  position: relative;
  z-index: 1;
}
html {
  overflow: hidden;
  overflow-y: scroll;
  font-size: 10px;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-highlight: none;
}
button {
  cursor: pointer;
}
input,
textarea {
  -webkit-user-select: text;
  user-select: text;
}
select::-ms-expand {
  display: none;
}
/* -- Template Styles -- */
/* Generic Colour Scheme & Outer Spacing*/
html {
  overflow-x: hidden;
  overflow-y: auto;
}
html,
body {
  padding: 0;
  line-height: 1.25;
  width: 100%;
  min-height: 100%;
  float: left;
}
body {
  font-size: 16px;
  font-size: 1.6rem;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
form,
.form,
.form > .fieldset {
  padding: 1em 1em 0;
  margin: 0 auto;
  max-width: 768px;
  width: 100%;
  font-size: 20px;
  font-size: 2rem;
  overflow: auto;
}
/* Top Level Field Sets */
form > fieldset,
.form > .fieldset,
.loading-page {
  margin-bottom: 1px;
  background-color: white;
  width: 100%;
  padding: 1em;
}
/* Dividing Lines */
fieldset hr {
  border: 1px solid #000;
  border-top: 0;
  display: block;
  background-color: transparent;
  margin: 1em 0;
}
.events {
  float: left;
  width: 100%;
}
/* Logo */
#logo {
  float: left;
  width: 100%;
  line-height: 1;
}
#logo img {
  max-width: 100%;
  height: auto;
}
/* Fields */
.field {
  clear: both;
  width: 100%;
  float: left;
  margin-bottom: 1em;
  position: relative;
}
.field .input-wrap {
  position: relative;
}
.field .input-wrap input {
  width: 100%;
  padding-left: 3.5em;
}
.field .input-wrap .prefix {
  background-color: grey;
  width: 2em;
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.field.text label,
.field.textarea label,
.field.url label,
.field.phone label,
.field.date label,
.field.email label,
.field.currency label,
.field.twitter label,
.field.rating label,
.field.range label,
.field.select label,
.field.number label,
.field.range-select label,
.field.checkboxes .label,
.field.toggle .label,
.field.radios .label,
.field.date .label,
.field.number .label,
.field.range-select .label {
  width: 100%;
}
label div.subHeading {
  font-size: 0.9em;
}
.indented,
.field.indented {
  padding-left: 40%;
}
.error-message {
  font-size: 16px;
  font-size: 1.6rem;
}
.error-message p {
  margin: .25em 0;
}
input[type='text'],
input[type='url'],
input[type='tel'],
input[type='date'],
input[type='email'],
input[type='range'],
textarea,
.rating .stars,
.input-wrap,
select {
  border: 1px dashed #000;
  width: 100%;
}
select {
  border: 1px dashed #999;
  padding: 0.9em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  outline-style: none;
  -moz-outline-style: none;
}
select[multiple] {
  background-color: #FFF;
}
textarea {
  line-height: 1.6;
}
input[type='text']:focus,
input[type='url']:focus,
input[type='tel']:focus,
input[type='date']:focus,
input[type='email']:focus,
textarea:focus,
select:focus {
  border-color: green;
}
.radio,
.checkbox {
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  float: left;
  width: 100%;
  clear: both;
  padding-left: 1.5em;
  margin-bottom: .2em;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  position: absolute;
  top: .5em;
  left: 0;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  position: absolute;
  left: -9999px;
  overflow: hidden;
}
.radio b,
.checkbox b {
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  width: 1em;
  height: 1em;
  line-height: 1;
  background-color: grey;
  position: absolute;
  left: 0;
  top: 0;
}
.radio b {
  top: -2px;
  border-radius: 1em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  behavior: url('/form-assets/themes/pie/PIE.htc');
}
.radio.checked b,
.checkbox.checked b {
  background-color: green;
}
.field.checkboxes fieldset,
.field.toggle fieldset,
.field.radios fieldset {
  width: 100%;
}
/* Submit Buttons */
.buttons {
  clear: both;
}
.buttons button {
  width: 100%;
  margin-bottom: 1em;
}
.buttons button span {
  width: 100%;
  display: block;
  margin: 0 auto;
  background-color: green;
  width: 60%;
  min-width: 120px;
  max-width: 500px;
  padding: 1em;
}
.buttons button:active span {
  background-color: darkgreen;
}
/* Field Errors */
/* Error Codes */
p.error-code {
  font-size: 12px;
  font-size: 1.2rem;
}
/* Each Specific Field Type */
/* - Fake Capitalization - */
.field.text input[autocapitalize="characters"] {
  text-transform: uppercase;
}
/* - Short Text Inputs - */
.field.text.short input {
  width: 30%;
  margin-right: 30%;
}
/* - Date - */
.field.date.H-i select {
  width: 30%;
  margin-right: 30%;
}
.field.date select {
  position: relative;
  z-index: 2;
  padding-right: 0;
}
.field.date select[name$="hour]"],
.field.date select[name$="minute]"] {
  width: 4em;
}
.field.date label[for$="_hour"] {
  position: absolute;
  left: -9999px;
  overflow: hidden;
}
.field.date label[for$="_minute"] {
  position: absolute;
  text-indent: -999em;
  z-index: 1;
}
/* - Toggle - */
.field.toggle .toggle-field {
  overflow: hidden;
  padding-top: 1em;
  padding-bottom: 1em;
}
.field.toggle .toggle-field > div {
  display: flex;
}
.field.toggle .toggle-field input {
  display: none;
}
.field.toggle .toggle-field label {
  float: left;
}
.field.toggle .toggle-field label {
  background-color: transparent;
  padding: 6px 14px;
  border: 1px solid #fff;
  flex-grow: 1;
  text-align: center;
}
.field.toggle .toggle-field label:hover {
  cursor: pointer;
}
.field.toggle .toggle-field input:checked + label {
  background-color: #fff;
  color: #2886b6 !important;
}
.field.toggle .toggle-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}
.field.toggle .toggle-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}
/* - Title - */
.title {
  margin: 1em 0;
  clear: both;
}
.title h1 {
  font-size: 28px;
  font-size: 2.8rem;
}
.title p {
  font-size: 16px;
  font-size: 1.6rem;
}
/* - Note - */
.note {
  float: left;
  width: 100%;
  margin: 1.5em 0;
  clear: both;
}
.note p {
  margin: .5em 0;
}
/* - Range - */
.field.range label {
  float: left;
  margin-right: 10%;
}
.field.range select {
  width: 25%;
  float: left;
}
.field.range select + label {
  width: 10%;
  text-align: center;
  margin-right: 0;
}
/* - Rating - */
.field.ratings {
  margin: 1em 0 2em;
}
.field.ratings .ratings-div {
  border-radius: 3px;
  -webkit-text-shadow: none;
  text-shadow: none;
  position: relative;
  padding: 0;
  min-height: 50px;
}
.field.ratings,
.field.ratings .star,
.field.ratings i {
  font-family: sans-serif;
}
.field.ratings .star {
  font-size: 2.5rem;
  float: left;
  text-align: center;
  min-height: 100%;
  line-height: 48px;
  cursor: pointer;
}
.field.ratings .star:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.field.ratings .star:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.field.ratings i {
  font-size: 1.5rem;
  padding: .3em .5em 0;
  position: absolute;
  bottom: -2em;
}
.field.ratings .minLabel {
  left: 0;
}
.field.ratings .maxLabel {
  right: 0;
}
.field.ratings .star.fiveStar {
  width: 20%;
}
.field.ratings .star.tenStar {
  width: 10%;
}
.field.ratings .star:before {
  content: "\2605";
}
.field.ratings .clear {
  line-height: 4.2rem;
  font-size: 1.3rem;
  float: right;
  padding-right: 1.3rem;
  cursor: pointer;
}
/* - Popup - */
#popup:target {
  background: yellow;
}
#popup {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 1em;
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 1em;
}
.field.addressFinder .postcode-select-wrapper,
.field.addressFinder .field.select {
  margin-top: 0;
  margin-bottom: 0.3em;
}
.field.addressFinder textarea {
  min-height: 150px;
  min-height: 15rem;
  line-height: normal;
  resize: none;
}
.field.addressFinder .error-message {
  margin: 1.6em 0 0;
}
.field.addressFinder .postcode-select-wrapper {
  overflow: auto;
}
.field.addressFinder .postcode-select-wrapper input[type="text"] {
  float: left;
  width: 60%;
}
.field.addressFinder .postcode-select-wrapper button {
  float: right;
  width: 37%;
  padding: 0.05em;
}
.field.addressFinder .postcode-select-wrapper button > span {
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  padding: 0.9em;
}
.field.addressFinder a,
.field.addressFinder span {
  font-size: 16px;
  font-size: 1.6rem;
}
/* -- DEBUG STYLES -- */
/*
html, body {background-color: grey;}

.field.checkboxes fieldset,
.field.radios fieldset {background-color: grey;}

.field.required {border:2px solid blue;}
*/
/* -- USERNAME SPECIFIC STYLES -- */
.username-is-ssu .field.checkboxes fieldset {
  width: 100%;
}
/* autocomplete */
.field.autocomplete .autocomplete-question ul.selected-tags {
  margin-bottom: .5em;
}
.field.autocomplete .autocomplete-question ul.selected-tags li {
  display: block;
  border: 1px;
  border-style: dashed;
  border-radius: 2px;
  padding: 5px;
  margin: 5px;
  margin-bottom: 10px;
  font-size: .8em;
}
.field.autocomplete .autocomplete-question ul.selected-tags li div div.close-wrapper {
  float: right;
}
.field.autocomplete .autocomplete-question ul.selected-tags li div div.close-wrapper span.close-button {
  display: block;
  border: 2px;
  border-style: solid;
  border-radius: 2px;
  width: 1.3em;
  height: 1.3em;
  margin-left: 10px;
}
.field.autocomplete .autocomplete-question ul.selected-tags li div div.close-wrapper span.close-button span.close-icon {
  line-height: 0.5em;
  margin-left: 0.05em;
  font-size: 1.5em;
  display: block;
}
.field.autocomplete .autocomplete-question ul.selected-tags li div p,
.field.autocomplete .autocomplete-question ul.selected-tags li div div.close-wrapper span.close-button {
  font-weight: bold;
}
/* adressFinderGlobal */
.addressFinderGlobal .postcode-select-wrapper,
.addressFinderGlobal .field.select {
  margin-top: 0;
  margin-bottom: 0.3em;
}
.addressFinderGlobal textarea {
  min-height: 150px;
  min-height: 15rem;
  line-height: normal;
  resize: none;
}
.addressFinderGlobal .error-message {
  margin: 1.6em 0 0;
}
.addressFinderGlobal .postcode-select-wrapper {
  overflow: auto;
}
.addressFinderGlobal .postcode-select-wrapper input[type="text"] {
  float: left;
  width: 60%;
}
.addressFinderGlobal .postcode-select-wrapper button {
  float: right;
  width: 37%;
  padding: 0.05em;
}
.addressFinderGlobal .postcode-select-wrapper button > span {
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  padding: 0.9em;
}
.addressFinderGlobal a,
.addressFinderGlobal span {
  font-size: 16px;
  font-size: 1.6rem;
}
.pdfviewer label {
  width: 80%;
}
.pdfviewer .document-preview-area {
  position: absolute;
  top: 0;
  right: -1em;
  color: #000;
  font-size: .8em;
  padding: .2em 1em;
  line-height: 1.7;
  z-index: 2;
  cursor: pointer;
}
.pdfviewer .document-preview-area .ion-ios7-search-strong {
  font-family: "Ionicons";
  font-size: 1.4em;
  background-color: #eee;
  width: 1.3em;
  height: 1.3em;
  padding-top: .15em;
  padding-left: .27em;
  border-radius: 1000px;
  margin-left: .8em;
}
.pdfviewer .document-preview-area .view-button:active {
  color: rgba(0, 0, 0, 0.4);
}
.pdfviewer .document-preview-area .ion-ios7-search-strong:active {
  background: rgba(0, 0, 0, 0.4);
}
.pdfviewer fieldset {
  width: 100%;
}
.badFormatWarning {
  background-color: #AE2F30;
  color: white;
  padding: 1em;
}
.badFormatWarning .formatWarning {
  margin-top: 0.5em;
}
.badFormatWarning .formatWarning > p {
  font-size: 0.8em;
}
* {
  font-family: "Helvetica Neue", sans-serif;
}
a {
  color: #286b94;
}
html {
  min-width: 320px;
  font-size: 10px;
}
html,
body {
  background-color: #ffffff;
  color: #286b94;
}
form > .banner {
  background-color: #ff5441;
  color: #fff;
  padding: 1em;
  font-size: 0.7em;
  text-align: center;
}
form > fieldset {
  background-color: #f4f4f4;
  padding: 2em 2em 1.2em;
}
form > .loading-page {
  min-height: 12em;
}
form > fieldset > .title:first-child {
  margin-top: 0;
}
#wrapper,
#content {
  float: left;
  width: 100%;
  height: 100%;
  min-height: 300px;
}
/* Field Setup */
fieldset hr {
  margin: 0 -2em 2.4em;
  border-color: #d6d6d6;
  position: relative;
  top: .6em;
}
.label,
label {
  color: #286b94;
  font-size: 16px;
  font-size: 1.6rem;
  padding-top: .5em;
  padding-bottom: .5em;
  -webkit-user-select: text;
  user-select: text;
}
.field label.date {
  display: none;
}
.field {
  margin: 1em 0;
}
.field label.long,
.field .label.long {
  width: 100%;
}
fieldset > div:first-child > .field:first-child {
  margin-top: 0;
}
input[type='text'],
input[type='url'],
input[type='tel'],
input[type='date'],
input[type='email'],
textarea,
textarea,
.field.rating .stars,
select,
select[multiple] {
  background-color: transparent;
  padding: 0.9em;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Museo", sans-serif;
  color: #286b94;
  border-color: #286b94;
}
select {
  padding-right: .5em;
}
footer {
  clear: both;
  float: left;
}
.field label sup,
.field .label sup {
  vertical-align: top;
  font-size: 70%;
}
select:focus,
input[type='text']:focus,
input[type='number']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='tel']:focus,
textarea:focus,
.field.radios div.focus > b,
.field.checkboxes div.focus > b,
.field.rating.focus div.stars {
  border-color: #286b94;
  background-color: rgba(255, 255, 255, 0.18);
}
.field.email .field-wrapper:after,
.field.phone .field-wrapper:after,
.field.url .field-wrapper:after,
.field.select .field-wrapper:after {
  font-family: 'Ionicons';
  position: absolute;
  right: 20px;
  bottom: 22px;
  width: 10px;
  height: 10px;
  font-size: 0.7em;
  color: rgba(40, 107, 148, 0.9);
}
.field.email .field-wrapper:after {
  content: '\f2eb';
}
.field.phone .field-wrapper:after {
  content: '\f1e6';
  font-size: 0.9em;
  bottom: 24px;
}
.field.url .field-wrapper:after {
  content: '\f1fe';
  font-size: 0.9em;
  bottom: 24px;
}
.field.select .field-wrapper:after {
  content: '\f123';
  font-size: 0.8em;
  pointer-events: none;
}
.field.date .field-wrapper:after {
  content: '\f162';
  font-family: 'Ionicons';
  position: absolute;
  margin-left: -39px;
  margin-top: 14px;
  font-size: 0.8em;
  color: #286b94;
}
.ie7 .field.date .field-wrapper:after,
.ie8 .field.date .field-wrapper:after,
.ie9 .field.date .field-wrapper:after,
.ie7 .field.select .field-wrapper:after,
.ie8 .field.select .field-wrapper:after,
.ie9 .field.select .field-wrapper:after {
  display: none;
}
.field.select .field-wrapper.multi,
.field.date .field-wrapper.hour,
.field.date .field-wrapper.minute {
  content: '';
  font-size: 1px;
}
/* Checkboxes & Radios */
.field.title a,
.field.checkboxes :not(label) a,
.field.radios a {
  color: #f4f4f4;
}
.field.checkboxes.single,
.field.checkboxes fieldset,
.field.radios fieldset,
.field.toggle fieldset {
  background-color: #286b94;
  padding: 0.6em 1.2em .3em;
}
.field.checkboxes.single .label,
.field.checkboxes fieldset .label,
.field.radios fieldset .label,
.field.toggle fieldset .label,
.field.checkboxes.single label,
.field.checkboxes fieldset label,
.field.radios fieldset label,
.field.toggle fieldset label {
  position: relative;
  color: #f4f4f4;
  -webkit-text-shadow: none;
  text-shadow: none;
  font-size: 16px;
  font-size: 1.6rem;
}
/* Radios */
.field.radios .radio b {
  margin-top: .5em;
  background-color: transparent;
  border: 1px solid #f4f4f4;
  -webkit-transition: border-width 0.2s;
  transition: border-width 0.2s;
}
.field.radios .radio.checked b {
  background-color: #286b94;
  border: 1px solid #f4f4f4;
}
.field.radios .radio.disabled b {
  opacity: 0.2;
}
.field.radios .radio b:after {
  -webkit-transition: 0.1s;
  transition: 0.1s;
  font-family: "IonIcons";
  content: "\f120";
  font-size: 1px;
  color: transparent;
}
.field.radios .radio.checked b:after {
  color: #f4f4f4;
  position: relative;
  top: -1px;
  font-size: 22px;
}
.ie8 .field.radios .radio b:after,
.ie9 .field.radios .radio b:after {
  -webkit-transition: 0.1s;
  transition: 0.1s;
  font-family: "IonIcons";
  content: "\f16c";
  font-size: 1px;
  color: transparent;
}
.ie8 .field.radios .radio.checked b:after,
.ie9 .field.radios .radio.checked b:after {
  color: #286b94;
  position: relative;
  top: -8px;
  font-size: 1.4em;
}
.ie8 .field.radios .radio.checked b,
.ie9 .field.radios .radio.checked b {
  background-color: #f4f4f4;
}
/* Checkboxes*/
.field.checkboxes .checkbox b {
  background-color: transparent;
  border: 1px solid #f4f4f4;
  margin-top: .4em;
}
.field.checkboxes .checkbox.checked b {
  background-color: #f4f4f4;
  color: #286b94;
}
.field.checkboxes .checkbox b:after {
  -webkit-transition: 0.1s;
  transition: 0.1s;
  font-family: "IonIcons";
  content: "\f16c";
  font-size: 1px;
  color: transparent;
}
.field.checkboxes .checkbox.checked b:after {
  color: #286b94;
  position: relative;
  top: -5px;
  font-size: 28px;
}
.ie7 .field.checkboxes .checkbox.checked b:after,
.ie8 .field.checkboxes .checkbox.checked b:after,
.ie9 .field.checkboxes .checkbox.checked b:after {
  top: -8px;
}
/* Generic Button Styles */
button {
  padding: 6px;
  position: relative;
}
button span {
  color: #f4f4f4;
  background-color: #286b94;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  behavior: url('/form-assets/themes/pie/PIE.htc');
}
/* Toggle Buttons */
.field.toggle button.first {
  padding-right: 0;
}
.field.toggle button.first span {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-right-width: 0;
}
.field.toggle button.last {
  padding-left: 0;
}
.field.toggle button.last span {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left-width: 0;
}
.field.toggle button span {
  padding: .6em;
  -webkit-text-shadow: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #d6d6d6;
  background: -webkit-linear-gradient(#f4f4f4, #d6d6d6);
  background-color: #d6d6d6;
  color: #f4f4f4;
}
.field.toggle button.selected span {
  background-color: #286b94;
  color: #fff;
  -webkit-box-shadow: inset 0 15px 50px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 15px 50px rgba(0, 0, 0, 0.6);
  -webkit-text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.8);
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.8);
}
/* Prefixes */
.input-wrap {
  border: 0;
}
.field .input-wrap .prefix {
  padding: .55em 0;
  max-height: 46px;
  max-width: 50px;
  background-color: #286b94;
  color: #f4f4f4;
  top: 1px;
  left: 1px;
}
/* Errors */
.field.required,
.field.error {
  background-color: transparent;
}
.field.error input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.field.error input::-moz-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.field.error input:-moz-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.field.error input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.warning-message {
  display: inline-block;
  font-size: 0.7em;
  font-style: italic;
  top: -1.2em;
  position: relative;
}
/**
 * End of inline element code
 */
.error-message {
  font-size: 14px;
  font-size: 1.4rem;
  color: #cc1100;
  position: relative;
  top: -4px;
  clear: both;
  padding: 1em;
  background-color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  behavior: url('/form-assets/themes/pie/PIE.htc');
  margin: .5em 0 1.5em;
  display: block;
  /**
	 * Instead of there being a tooltip, this is going to be an inline
	 * element with the same stylings.
	 */
}
.error-message.inline {
  position: static;
  margin-top: -0.5em;
  margin-bottom: 0.5em;
}
.error-message.inline.top-bump {
  margin-top: 0.5em;
}
.error-message.inline:before {
  display: none;
}
.error-message.inline p {
  padding-left: 2em;
}
.error-message.inline p:before {
  position: relative;
  left: -23px;
  top: 2px;
  margin-right: -15px;
}
.error-message:before {
  font-family: "Ionicons";
  content: '\f10d';
  position: absolute;
  left: 19px;
  font-size: 33px;
  color: #FFF;
  top: -25px;
}
.error-message p {
  padding-left: 2.5em;
  color: #cc1100;
}
.error-message p:before {
  font-family: "Ionicons";
  content: '\f128';
  position: absolute;
  font-size: 16px;
  left: 23px;
  top: 15px;
}
.error-message p.error-code {
  color: #cc1100;
  padding-top: .25em;
}
/* Submit Button*/
.buttons button span {
  color: #f4f4f4;
  background-color: #286b94;
  padding: .6em;
  width: 50%;
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
}
.buttons button:active span,
.buttons button.active span {
  background-color: rgba(40, 107, 148, 0.6);
}
/* Notes */
.note {
  background-color: #d6d6d6;
  padding: .5em 1.5em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  -webkit-text-shadow: 0 1px 1px #ffffff;
  text-shadow: 0 1px 1px #ffffff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  behavior: url('/form-assets/themes/pie/PIE.htc');
  margin-bottom: 2em;
}
/* Event List */
.events {
  padding: 0;
  background: #f4f4f4;
}
.events span {
  position: absolute;
  left: -9999px;
  overflow: hidden;
}
.events a {
  float: left;
  width: 100%;
  display: block;
  padding: .9em .75em;
}
.events li {
  float: left;
  width: 100%;
  border-top: 1px dashed #d6d6d6;
  font-size: 16px;
  font-size: 1.6rem;
}
.events li:first-child {
  border-top: 0;
}
.events a:hover,
.events a:focus {
  background-color: #fff;
}
.events b {
  float: left;
  width: 68%;
}
.events i {
  float: left;
  width: 30%;
  text-align: right;
  color: #286b94;
  font-size: 14px;
  font-size: 1.4rem;
  padding-top: 1px;
  padding-top: .2em;
}
/* Titles */
.title h1 {
  font-weight: normal;
  color: #286b94;
  /*.text-shadow(0 1px 1px rgba(255,255,255,1));*/
}
.title p {
  color: #f4f4f4;
  background-color: #286b94;
  padding: 1em 1.5em .7em;
  min-height: 50px;
}
/* Ratings */
.field.ratings .ratings-div {
  border: 1px dashed #286b94;
}
.field.ratings .star.highlight {
  color: #f4f4f4;
  background-color: #286b94;
}
.field.ratings i {
  color: #286b94;
}
/* Date */
.field.date .label {
  width: 100%;
}
.field.date select {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 0.9em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 18%;
  margin-right: 2%;
  float: left;
}
.field.date select[id$="day"] {
  width: 12%;
}
.field.date select[id$="month"] {
  width: 24%;
}
/* Range */
.field.range select {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 23%;
  margin-right: 2%;
}
.field.range select + label {
  padding-top: 0;
  margin-right: 2%;
}
.field.range select + label + select {
  margin-right: 0;
}
/* Popup */
#popup.visible {
  display: block;
  background: #ffd675;
}
#popup {
  display: none;
  background: #fff;
  white-space: pre-wrap;
}
form > .box {
  background-color: transparent;
  padding: 0;
  float: left;
  width: 100%;
  margin-bottom: 1em;
  font-size: 20px;
  font-size: 2rem;
}
.powered-by {
  float: left;
  width: 100%;
  text-align: center;
}
.powered-by a {
  color: inherit;
  text-decoration: none;
}
.powered-by a:hover,
.powered-by a:focus {
  color: #286b94;
}
.powered-by p {
  background-color: #ffffff;
  padding: .5em .75em .5em 1em;
  float: right;
  clear: both;
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 2em;
  font-family: Arial, "Helvetica Neue", sans-serif;
}
.powered-by strong {
  font-weight: normal;
  font-family: 'Futura-Medium', Arial, "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1pt;
  margin-left: .15em;
}
/* Small Screens */
@media only screen and (max-width: 480px) {
  label,
  .label,
  input,
  textarea,
  .field.select select,
  .radios fieldset,
  .checkboxes fieldset,
  .toggle fieldset,
  .input-wrap,
  .error-message,
  .field.rating .stars {
    width: 100% !important;
    float: left;
    margin-right: 0 !important;
  }
  .field.range select,
  .field.date select,
  .field.date .label {
    width: 100%;
  }
  hr {
    width: 100% !important;
    float: left;
    margin: 1em 0 !important;
    top: 0;
  }
  .field.indented {
    padding-left: 0 !important;
  }
  html,
  body {
    padding: 0 !important;
    margin: 0 !important;
  }
  form > fieldset {
    padding: 1em !important;
  }
  .field label.long,
  .field .label.long {
    margin-bottom: 0;
  }
  .field.date select[id$="year"] {
    margin-right: 0;
    width: 20%;
  }
  .field.date select[id$="month"] {
    width: 60%;
  }
  .field.date select[id$="day"] {
    width: 16%;
  }
  .field.date label[for$="_hour"],
  .field.date label[for$="_minute"] {
    display: none;
  }
  .field.range select + label {
    width: 20% !important;
    margin: 0;
  }
  .field.range select {
    width: 40% !important;
    margin: 0;
  }
  .field.date select[name$="[dt_hour]"] {
    margin-left: 0;
  }
  .events span {
    position: absolute;
    left: -9999px;
    overflow: hidden;
  }
  .events a {
    padding: .5em;
  }
  .events b {
    width: 100%;
  }
  .events i {
    width: 100%;
    text-align: left;
  }
  .field.addressFinder .postcode-select-wrapper {
    float: left;
  }
  .field.addressFinder .postcode-select-wrapper button {
    width: 100%;
    margin-top: 0.5em;
  }
  .addressFinderGlobal .postcode-select-wrapper {
    float: left;
  }
  .addressFinderGlobal .postcode-select-wrapper button {
    width: 100%;
    margin-top: 0.5em;
  }
}
.typeahead .typeahead-suggestions {
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  color: #333;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  left: 0;
  margin: -1px 0 0;
  min-height: 67px;
  overflow-y: auto;
  padding: 8px 0;
  position: absolute;
  right: 0;
  z-index: 10;
  width: 100%;
}
.typeahead .typeahead-suggestions.hidden {
  display: none;
}
.typeahead .typeahead-suggestions > li > .typeahead-suggestions-item {
  display: block;
  padding: 6px 20px;
}
.typeahead .typeahead-suggestions > li > .typeahead-suggestions-item:hover,
.typeahead .typeahead-suggestions > li > .typeahead-suggestions-item.active {
  background-color: #0097cf;
  color: #fff;
  cursor: pointer;
}
.table {
  width: 100%;
  font-size: 1.6rem;
}
.table th,
.table td {
  padding: .5em;
  vertical-align: middle;
}
.table th {
  text-align: left;
}
.table .field {
  margin: 0;
}
