@charset "UTF-8";
/**
 * selectize.default.css (v0.12.1) - Default Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

.selectize-dropdown-header-close:hover {
  color: #000000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #0073bb;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaaaaa;
}

.selectize-control {
  position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}

.selectize-input.full {
  background-color: #ffffff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #1da7ee;
  color: #ffffff;
  border: 1px solid #0073bb;
}

.selectize-control.multi .selectize-input > div.active {
  background: #92c836;
  color: #ffffff;
  border: 1px solid #00578d;
}

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa;
}

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 1px !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.selectize-input > input::-ms-clear {
  display: none;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input::after {
  content: " ";
  display: block;
  clear: left;
}

.selectize-input.dropdown-active::before {
  content: " ";
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #303030;
  cursor: default;
}

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

.selectize-control.multi .selectize-input.has-items {
  padding-left: 5px;
  padding-right: 5px;
}

.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}

.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}

.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #1b9dec;
  background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
  background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff1da7ee", endColorstr="#ff178ee9", GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
}

.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: -moz-linear-gradient(top, #008fd8, #0075cf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008fd8), to(#0075cf));
  background-image: -webkit-linear-gradient(top, #008fd8, #0075cf);
  background-image: -o-linear-gradient(top, #008fd8, #0075cf);
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff008fd8", endColorstr="#ff0075cf", GradientType=0);
}

.selectize-control.single .selectize-input {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffefefe", endColorstr="#fff2f2f2", GradientType=0);
}

.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #b8b8b8;
}

.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: 700;
}

.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}

.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}
/*! noUiSlider - 7.0.10 - 2014-12-27 14:50:47 */
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

.noUi-background {
  background: #FAFAFA;
  box-shadow: inset 0 1px 1px #f0f0f0;
}

.noUi-connect {
  background: #3FB8AF;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #BBB;
}

.noUi-dragable {
  cursor: w-resize;
}

.noUi-vertical .noUi-dragable {
  cursor: n-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

.noUi-handle:after, .noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

[disabled] .noUi-connect, [disabled].noUi-connect {
  background: #B8B8B8;
}

[disabled] .noUi-handle {
  cursor: not-allowed;
}
@charset "UTF-8";
/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/**
 * The picker input element.
 */
.picker__input {
  cursor: default;
}

/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec;
}

/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  width: 100%;
}

/**
 * The holder is the base of the picker.
 */
.picker__holder {
  position: absolute;
  background: #ffffff;
  border: 1px solid #aaaaaa;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
  min-width: 176px;
  max-width: 466px;
  max-height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
}

/**
 * The frame and wrap work together to ensure that
 * clicks within the picker don’t reach the holder.
 */
.picker__frame {
  padding: 1px;
}

.picker__wrap {
  margin: -1px;
}

/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  max-height: 25em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  border-top-width: 1px;
  border-bottom-width: 1px;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
  transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
}
@charset "UTF-8";
/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em;
}

/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: 0.75em;
}

/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: 0.25em;
  margin-right: 0.25em;
}

.picker__year {
  color: #999999;
  font-size: 0.8em;
  font-style: italic;
}

/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: 0.5em;
  margin-left: 0.25em;
  margin-right: 0.25em;
}

@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}
.picker__select--month {
  width: 35%;
}

.picker__select--year {
  width: 22.5%;
}

.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}

/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: 0.5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}

.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000;
}

.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}

/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: 0.75em;
  margin-bottom: 0.5em;
}

@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: 0.75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}

/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: 0.75em;
  padding-bottom: 0.25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */
}

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: 0.5em;
  }
}
/**
 * The days on the calendar
 */
.picker__day {
  padding: 0.3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}

.picker__day--today {
  position: relative;
}

.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: 0.5em solid transparent;
}

.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}

.picker__day--outfocus {
  color: #dddddd;
}

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

.picker__day--highlighted {
  border-color: #0089ec;
}

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #ffffff;
}

.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}

/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center;
}

.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: 0.8em;
  padding: 0.66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}

.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}

.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}

.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}

.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: 0.45em;
}

.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: 0.66em solid transparent;
}

.picker__button--clear:before {
  top: -0.25em;
  width: 0.66em;
  border-top: 3px solid #ee2200;
}

.picker__button--close:before {
  content: "×";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: 0.35em;
  color: #777777;
}

.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}

.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa;
}

/* ==========================================================================
   $CLASSIC-DATE-PICKER
   ========================================================================== */
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  left: -5px;
  background: #fff;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url(../images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9 ;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}
html, body {
  height: 100%;
  width: 100%;
}

body {
  margin: 0;
  width: 100%;
  font-size: 20px;
  line-height: 1.5em;
  color: #515153;
  background-color: #E4E9EC;
}

body, input, button, textarea, select {
  font-family: "Karla", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

strong, h1 {
  font-family: "Karla", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.calluna, .bodycopy, a.tooltips span, .stepslist .listitem p, .bodycopy ol li ol li {
  font-family: "calluna-n4", "calluna", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.calluna-light {
  font-family: "calluna-n3", "calluna", Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.calluna strong {
  font-family: "calluna-n7", "calluna", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.admintable .btn.more {
  background-color: #00d3f9;
}

.bodycopy, .stepslist .listitem p {
  text-align: left;
  font-size: 19px;
  line-height: 1.5em;
}

.bodycopy p.heading, .bodycopy ol li {
  font-family: "Karla", Arial, sans-serif;
  color: #4f4db8;
  font-weight: 700;
  margin-bottom: 0.2em;
}

a {
  color: #00a8f9;
}

a img {
  border: 0;
}

h1 {
  font-size: 60px;
  line-height: 60px;
  margin: 0 0 1em 0;
}

h2 {
  padding: 0;
  margin: 0 0 1em 0;
  font-size: 33px;
  line-height: 1.3em;
}

p {
  margin: 0 0 1em 0;
}

.listservices {
  color: #4F4DB8;
}

.listcommunities {
  color: #00D3F9;
}

.listaccreditations {
  color: #3DF9C5;
}

.module {
  width: 100%;
  padding: 3em 0;
  margin: 0;
  font-size: 22px;
  line-height: 1.5em;
  text-align: center;
  clear: both;
}

.modulesecondary {
  padding-top: 0;
}

.module:after, .formmodule:after, .formfields:after {
  content: "";
  display: block;
  clear: both;
}

#homeheader {
  background-color: #3DF9C5;
  color: #ffffff;
  text-align: center;
}

#homeheader h2.mainintro {
  color: #3f3060;
  margin-bottom: 1.75em;
  margin-left: 5%;
  margin-right: 5%;
  width: 90%;
}

.aboutheader h2.mainintro {
  color: #ffffff;
  margin-bottom: 1.25em;
}

#joinedheader p {
  margin-bottom: 2.5em;
}

#homeheader .slide {
  width: 100%;
}

.aboutheader {
  background-color: #E74B73;
  color: #ffffff;
  text-align: center;
}

.aboutheader {
  background-color: #E74B73;
  color: #ffffff;
  text-align: center;
}

#charitiesheader {
  background-color: #00d3f9;
  color: #ffffff;
  text-align: center;
}

#charitiesheader h2 {
  width: 80%;
  color: #ffffff;
  margin-left: 10%;
  margin-right: 10%;
}

#charityheader h2 {
  color: #3df9c5;
  margin-bottom: 0.2em;
}

#charityheader {
  background-color: #4f4db8;
  color: #ffffff;
  text-align: center;
}

#infopageheader {
  background-color: #ffffff;
  color: #3f3060;
  text-align: center;
  padding: 4em 0;
}

#infopageheader h2 {
  margin-top: 1em;
  margin-bottom: 0.8em;
}

#infopageheader .headerimg {
  width: 25%;
}

#infopageheader p {
  color: #7e939b;
  font-weight: 700;
}

#infopageheader a.btn {
  margin-top: 1.5em;
}

#charityheader p {
  margin: 2em 0 0 0;
  font-weight: 700;
}

#charityheader p.subheading {
  margin: 0 0 2em 0;
}

#clientsheader .headerimg {
  margin-bottom: 3em;
}

#clientsheader p {
  font-size: 22px;
  line-height: 1.4em;
}

#clientsheader p:last-of-type {
  margin-bottom: 0;
}

#askheader, #resetheader {
  padding-bottom: 0;
}

#referheader h2 {
  padding-left: 4em;
  background-image: url("/bundles/lrui/img/headers/icons/refer.svg");
}

#askheader h2 {
  padding-left: 3.5em;
  background-image: url("/bundles/lrui/img/headers/icons/ask.svg");
}

#resetheader h2 {
  padding-left: 2.2em;
  background-image: url("/bundles/lrui/img/headers/icons/reset.svg");
}

.userselectcontainer {
  position: relative;
  z-index: 1;
}

.userselectmodule {
  background-color: #00D3F9;
  color: #ffffff;
  text-align: center;
  position: relative;
}

.userselectmodule.hidden, .userinfomodule.hidden {
  position: absolute;
  z-index: -1;
  top: 0;
}

#userselectmodulesmall {
  background-color: #00D3F9;
  color: #ffffff;
  text-align: center;
  display: none;
  padding-bottom: 0;
}

.userinfomodule .btn {
  background-color: #3DF9C5;
  color: #202C31;
  margin-top: 5.25em;
}

.userinfomodule .btn.btnsecondary {
  background-color: #4F4DB8;
  color: #ffffff;
}

.userinfomodule p {
  font-size: 30px;
  line-height: 1.3em;
}

.userinfomodule p.largecopy {
  color: #3F3060;
  font-weight: 700;
  line-height: 1.2em;
}

.userinfomodule p.largecopy span {
  color: #4F4DB8;
}

.userinfoselecttext {
  display: inline-block;
  float: none;
  line-height: 3.3em;
  padding-right: 1em;
  font-size: 17px;
  color: #3F3060;
  font-weight: 700;
}

.userselectmodule h2 {
  color: #3F3060;
}

.submodule h3, .submoduletop h3 {
  color: #4f4db8;
  font-weight: 700;
  margin-top: 0;
  font-size: 28px;
  text-align: left;
}

.admintable h2 {
  text-align: center;
  color: #00d3f9;
}

.userselectmodule h2 span, .userinfomodule h2 {
  background-image: url("/bundles/lrui/img/sparks/sparks_white_top.png"), url("/bundles/lrui/img/sparks/sparks_white_bottom.png");
  background-position: center top, center bottom;
  background-repeat: no-repeat;
  padding: 0.6em 0 0.8em;
  margin-bottom: 0.6em;
  color: #ffffff;
  clear: both;
}

.signupheader h1 {
  background-image: url("/bundles/lrui/img/sparks/sparks_purple_top.png"), url("/bundles/lrui/img/sparks/sparks_purple_bottom.png");
  background-position: center top, center bottom;
  background-repeat: no-repeat;
  padding: 0.8em 0 1em 0;
  margin-bottom: 1.2em;
}

.signupmodule h2 {
  background-image: url("/bundles/lrui/img/sparks/sparks_green_top.png"), url("/bundles/lrui/img/sparks/sparks_green_bottom.png");
  background-position: center top, center bottom;
  background-repeat: no-repeat;
  padding: 0.8em 0 1em 0;
  margin-bottom: 0.6em;
}

.signupmodule h2 span {
  color: #3df9c5;
}

.aboutmodule h2 {
  color: #E74B73;
  background-image: url("/bundles/lrui/img/sparks/sparks_red_top.png"), url("/bundles/lrui/img/sparks/sparks_red_bottom.png");
  background-position: center top, center bottom;
  background-repeat: no-repeat;
  padding: 1.3em 0 1.5em;
  margin-bottom: 1.2em;
}

#joinedheader h2 {
  background-image: url("/bundles/lrui/img/sparks/sparks_multi_top.png"), url("/bundles/lrui/img/sparks/sparks_multi_bottom.png");
  background-position: center top, center bottom;
  background-repeat: no-repeat;
  padding: 0.8em 0 1em 0;
  margin-bottom: 1.1em;
  color: #00d3f9;
}

.conditionsmodule h2 {
  color: #4f4db8;
}

.textpageintromodule h2 {
  margin-bottom: 0;
  color: #4f4db8;
}

.charitiesmodule h2 {
  color: #00d3f9;
}

.charitiesmodule div.listitem a {
  color: #515153;
  text-decoration: underline;
  font-weight: normal;
}

.aboutmodule, .joinedmodule, .intromodulehome, .conditionsmodule, .charitymodule, .bodycopymodule, .charitiesmodule {
  background-color: #ffffff;
}

.intromodulelight {
  background-color: #f0f5f7;
  color: #394a57;
}

.qamodule h2 {
  background-image: url("/bundles/lrui/img/sparks/sparks_multi2_top.png"), url("/bundles/lrui/img/sparks/sparks_multi2_bottom.png");
  background-position: center top, center bottom;
  background-repeat: no-repeat;
  padding: 1.2em 0 1.3em;
  margin-bottom: 1.5em;
  color: #3f3060;
}

.qamodule h2.bluesparks {
  background-image: url("/bundles/lrui/img/sparks/sparks_blue_top.png"), url("/bundles/lrui/img/sparks/sparks_blue_bottom.png");
}

.admintable h2 span {
  background-image: url("/bundles/lrui/img/sparks/sparks_blue_top_mobile.png"), url("/bundles/lrui/img/sparks/sparks_blue_bottom_mobile.png");
  background-position: center top, center bottom;
  background-repeat: no-repeat;
  background-size: 50px auto;
  padding: 0.5em 0 0.6em;
}

.top10smodule {
  background-color: #00d3f9;
}

.top10smodule h2 {
  background-image: url("/bundles/lrui/img/sparks/sparks_multi3_top.png"), url("/bundles/lrui/img/sparks/sparks_multi3_bottom.png");
  background-position: center top, center bottom;
  background-repeat: no-repeat;
  padding: 1.2em 0 1.3em;
  margin-bottom: 2em;
  color: #3f3060;
}

.top10list, .stepslist {
  list-style-type: none;
  padding-left: 0;
}

.stepslist {
  width: 80%;
  margin: 0 10%;
}

.top10list li, .stepslist li {
  width: 100%;
  margin-bottom: 1em;
  overflow: auto;
}

.top10list li .number, .stepslist li .number {
  width: 10%;
  float: left;
  margin-top: 0.5em;
}

.top10list li .number div, .stepslist .number div {
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  background-color: #f0f5f7;
  color: #4f4db8;
  font-size: 22px;
  text-align: center;
}

.stepslist .number div {
  background-color: #00d3f9;
  color: #ffffff;
}

.top10list .listitem {
  width: 90%;
  float: left;
  text-align: left;
}

.stepslist .listitem {
  width: 80%;
  float: left;
  text-align: left;
  margin-right: 10%;
}

.top10list .listitem {
  color: #7e939b;
  border-bottom: 1px solid #c0d2d6;
}

.stepslist .listsubtitle .listitem span {
  font-weight: normal;
  color: #394a57;
  display: block;
  margin-bottom: 0.9em;
}

.top10list .listitem a, .top10list .listitem span, .stepslist .listitem span {
  color: #4f4db8;
  font-weight: 700;
  text-decoration: none;
}

.submodulestrip {
  clear: both;
  display: table;
  background-color: #ededf7;
  color: #262321;
  width: 100%;
  margin: 1.5em 0 0 0;
  padding: 1em;
  box-sizing: border-box;
  overflow: auto;
  border-radius: 5px;
}

.submodulestrip.submodulebottom {
  font-size: 22px;
}

.submodulestrip p {
  float: left;
  margin: 0;
  font-size: 17px;
  line-height: 1.6em;
  padding-right: 2em;
}

.submodulestrip .submodulestriplabel {
  display: table-cell;
  vertical-align: middle;
  max-width: 50%;
  color: #3f3060;
  text-align: left;
}

.submodulestriplabel span {
  font-weight: 700;
  color: #4f4db8;
}

.submodulestrip .submodulestripbtn {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.submodulestrip .submodulestripbtn a.btn {
  text-align: center;
}

.submodule, .submodulethin {
  clear: both;
  overflow: auto;
  width: 100%;
  margin: 1em 0;
  font-size: 17px;
  line-height: 1.6em;
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 2em;
}

.submodulethin {
  background-color: #4f4db8;
  color: #ffffff;
  font-size: 25px;
  padding: 1em;
}

.submodulethin div {
  display: inline-block;
  margin: 0 1em;
  font-weight: 700;
}

.submodulethin a.btn {
  background-color: #3f3060;
}

.submoduletop, .questionsubmodule {
  clear: both;
  overflow: auto;
  width: 100%;
  margin: 0;
  font-size: 17px;
  line-height: 1.6em;
  background-color: #ffffff;
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  box-sizing: border-box;
  padding: 2em 2em 0 2em;
}

.submodulebottom, .questionsubmodulebottom {
  clear: both;
  overflow: auto;
  width: 100%;
  margin: 0 0 1em 0;
  font-size: 17px;
  line-height: 1.6em;
  background-color: #c0d2d6;
  -moz-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-top-right-radius: 0;
  border-top-right-radius: 0;
  box-sizing: border-box;
  padding: 1em 2em;
  text-align: left;
}

.submodulebottom p {
  margin-bottom: 0;
}

.questionsubmodule {
  text-align: left;
}

.questionsubmodule.notamember {
  text-align: center;
  background-color: #3f3060;
  color: #ffffff;
}

.questionsubmodule.notamember p {
  color: #ffffff;
  margin: 2em 0;
}

.questionsubmodule.notamember p span {
  color: #3df9c5;
}

.questionsubmodule.notamember a.btn {
  background-color: #3df9c5;
  color: #3f3060;
  min-width: 6em;
  line-height: 3.3em;
  padding: 0 2em;
  margin: 1em 0.5em 0 0.5em;
}

.questionsubmodule.notamember a.btn.secondary {
  background-color: #ffffff;
}

.questionsubmodule.notamember .headerimgsmall {
  margin-top: 5em;
  margin-bottom: 2em;
}

.submodulebottom p {
  color: #262321;
}

.submodulebottom p span {
  font-weight: 700;
  color: #ffffff;
}

.questionsubmodule .quetionsubtext .questiontopicselect {
  font-size: 17px;
  line-height: 2.5em;
  margin-top: 0.5em;
  margin-bottom: 0;
  display: none;
}

.questionsubmodule.showresults .quetionsubtext .questiontopicselect {
  display: block;
}

.questionsubmodule.showresults.hideresults .quetionsubtext .questiontopicselect {
  display: none;
}

.questionsubmodule .quetionsubtext .questiontopicselect .questiontopiclabel {
  padding-right: 1em;
}

.questionsubmodule .quetionsubtext .questiontopicselect > div {
  float: left;
}

.questionsubmodule .question {
  font-size: 34px;
  line-height: 1.2em;
  font-weight: 700;
  color: #3f3060;
  margin-bottom: 0.25em;
}

.questionsubmodule .quetionsubtext {
  min-height: 4em;
}

.questionsubmodule .questionnote {
  font-size: 20px;
  color: #00A8F9;
  margin-bottom: 0;
  padding-top: 0.6em;
}

.questionsubmodule.showresults .questionnote {
  display: none;
}

.questionsubmodule.showresults.hideresults .questionnote {
  display: block;
}

.questionsubmodule .answer {
  float: left;
  width: 100%;
  margin: 1em 0;
}

.questionsubmodule .answerradio {
  float: left;
  width: 7%;
}

.questionsubmodule .answerlabel {
  float: left;
  width: 93%;
}

.questionsubmodule .answertext {
  width: 80%;
  float: left;
  color: #3f3060;
}

.questionsubmodule .answerresult {
  opacity: 0;
  width: 20%;
  float: left;
  text-align: right;
  font-weight: 700;
  font-size: 27px;
  color: #4f4db8;
}

.questionsubmodule.showresults .answerresult, .questionsubmodule.showresults .prevquestionbtn, .questionsubmodule.showresults .nextquestionbtn, .questionsubmodulebottom.showresults .ratingaverage {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in;
  -moz-transition: opacity 0.5s ease-in;
  -ms-transition: opacity 0.5s ease-in;
  -o-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}

.questionsubmodule.showresults.hideresults .answerresult, .questionsubmodule.showresults.hideresults .prevquestionbtn, .questionsubmodule.showresults.hideresults .nextquestionbtn, .questionsubmodulebottom.showresults.hideresults .ratingaverage {
  opacity: 0;
  visibility: hidden;
}

.questionsubmodule .answerbar {
  width: 100%;
  float: left;
  background-color: #e4e9ec;
  height: 7px;
  margin-top: 0.25em;
  opacity: 0;
}

.questionsubmodule.showresults .answerbar {
  opacity: 1;
}

.questionsubmodule.showresults.hideresults .answerbar {
  opacity: 1;
  visibility: hidden;
}

.questionsubmodule .answerbarresult {
  width: 0;
  background-color: #3df9cd;
  height: 7px;
}

.questionsubmodule.showresults .answerbarresult {
  -webkit-transition: width 1s ease-in;
  -moz-transition: width 1s ease-in;
  -ms-transition: width 1s ease-in;
  -o-transition: width 1s ease-in;
  transition: width 1s ease-in;
}

.questionsubmodule .nextquestionbtn, .questionsubmodule .prevquestionbtn {
  visibility: hidden;
  opacity: 0;
}

.questionsubmodulebottom {
  padding: 0;
  display: table;
  width: 100%;
}

.questionsubmodulebottom p {
  font-size: 16px;
  line-height: 1.5em;
  margin: 0;
}

.questionsubmodulebottom .iradio {
  background-image: url("/bundles/lrui/img/forms/ichecknumber1.png");
}

.questionsubmodulebottom .ratingquestion {
  display: table-cell;
  vertical-align: middle;
  width: 20%;
  padding: 1em 0 1em 2em;
  font-weight: bold;
  color: #3f3060;
  min-height: 3em;
}

.questionsubmodulebottom .ratinganswer {
  display: table-cell;
  vertical-align: middle;
  width: 55%;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 5%;
  min-height: 3em;
}

.questionsubmodulebottom .ratingaverage {
  display: table-cell;
  vertical-align: middle;
  max-width: 20%;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 2em;
  padding-left: 2em;
  min-height: 3em;
  background-color: #7e939b;
  box-sizing: border-box;
  padding-right: 2em;
  color: #ffffff;
  text-align: center;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  opacity: 0;
}

.questionsubmodulebottom .ratingselect {
  display: none;
}

.ratinganswer div:nth-of-type(2) {
  background-image: url("/bundles/lrui/img/forms/ichecknumber2.png");
}

.ratinganswer div:nth-of-type(3) {
  background-image: url("/bundles/lrui/img/forms/ichecknumber3.png");
}

.ratinganswer div:nth-of-type(4) {
  background-image: url("/bundles/lrui/img/forms/ichecknumber4.png");
}

.ratinganswer div:nth-of-type(5) {
  background-image: url("/bundles/lrui/img/forms/ichecknumber5.png");
}

.ratinganswer div:nth-of-type(6) {
  background-image: url("/bundles/lrui/img/forms/ichecknumber6.png");
}

.ratinganswer div:nth-of-type(7) {
  background-image: url("/bundles/lrui/img/forms/ichecknumber7.png");
}

.ratinganswer div:nth-of-type(8) {
  background-image: url("/bundles/lrui/img/forms/ichecknumber8.png");
}

.ratinganswer div:nth-of-type(9) {
  background-image: url("/bundles/lrui/img/forms/ichecknumber9.png");
}

.ratinganswer div:nth-of-type(10) {
  background-image: url("/bundles/lrui/img/forms/ichecknumber10.png");
}

.questiontypeselect, .questiontopicselect, .surveytypeselect {
  float: left;
  width: 50%;
  font-size: 19px;
  margin-bottom: 1em;
  min-height: 3.3em;
}

.surveytypeselect {
  width: 45%;
  min-height: 0;
  text-align: left;
}

.questionsubmodule .questiontopicselect {
  float: left;
  width: 70%;
}

.questiontopicselect {
  float: right;
}

.questiontypeselect > div, .surveytypeselect > div {
  width: 80%;
}

.questiontopicselect > div {
  width: 40%;
  float: right;
}

.questionsubmodule .questiontopicselect > div {
  max-width: 12em;
}

#myanswers {
  float: left;
  width: 100%;
}

#myanswers .btn {
  float: left;
  margin-top: 1em;
  background-color: #00d3f9;
}

#myanswers p.formnote {
  float: left;
  margin-top: 1em;
}

#myanswers .buttons {
  margin-top: 0;
}

#joinedheader .submodule {
  margin: 0;
  padding: 2em;
  color: #4f4db8;
}

#joinedheader .submodule div {
  float: left;
  width: 15%;
  margin-right: 5%;
}

#joinedheader .submodule div .number {
  float: left;
  width: 1.4em;
  height: 1.4em;
  line-height: 1.4em;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  background-color: #00d3f9;
  color: #ffffff;
  font-size: 45px;
}

#joinedheader .submodule p {
  float: left;
  width: 80%;
  text-align: left;
  margin-bottom: 0;
  padding-top: 0.5em;
}

#joinedheader .submodule p span, #joinedheader .submodule p a {
  color: #00a8f9;
  text-decoration: none;
}

.moduleconnector {
  display: block;
  margin: 0 auto;
}

.tabmodule, .tabslideshowmodule {
  padding-top: 0;
}

#tabscontainer {
  display: table;
  width: 100%;
}

.verticaltabs #tabscontainer {
  display: block;
  float: left;
  overflow: auto;
  width: 20%;
}

#tabscontainer a {
  display: table-cell;
  color: #ffffff;
  background-color: #C0D2D6;
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  width: 22%;
  margin: 0;
  text-decoration: none;
  vertical-align: middle;
  padding: 1em 0.5em;
}

#tabscontainer a:hover {
  background-color: #00A8F9;
  color: #ffffff;
}

#tabscontainer a.activesection {
  background-color: #ffffff;
  color: #00A8F9;
}

.verticaltabs #tabscontainer a.activesection, .verticaltabs #tabscontainer a.activesection:hover {
  background-color: #ffffff;
  color: #3f3060;
}

.verticaltabs #tabscontainer a {
  clear: both;
  float: left;
  width: 100%;
  box-sizing: border-box;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0;
  margin-bottom: 0.2em;
  background-color: #00a8f9;
}

.verticaltabs #tabscontainer a:hover {
  background-color: #c0d2d6;
}

#tabscontainer span {
  display: table-cell;
  width: 1%;
}

.tabsubsection {
  width: 100%;
  padding: 1em 3%;
  background-color: #ffffff;
  box-sizing: border-box;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.tabsubsection h2 {
  padding-top: 0.5em;
  margin-bottom: 0;
  text-align: center;
  color: #4f4db8;
}

.admintable .tabmobile {
  font-size: 17px;
  font-weight: 700;
  padding: 1em 25% 1em 1em;
}

.admintable .tabsubsection span {
  color: #00d3f9;
}

.admintable .tabmobile span {
  font-weight: normal;
}

.admintable .tabcontents span {
  padding-top: 0.5em;
}

.admintable .tabcontents a.btn {
  margin-top: 1em;
}

.subheader {
  width: 100%;
  text-align: right;
  color: #4f4db8;
  font-size: 22px;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  margin-top: 1.3em;
  border-bottom: 1px solid #4f4db8;
}

.subheader span:first-child {
  padding-left: 1em;
}

.subheader span {
  padding-left: 0.25em;
}

.subheader span:not(:first-child):before {
  content: "/";
  padding-right: 0.25em;
}

.verticaltabs .tabsubsection {
  border-top-right-radius: 5px;
  overflow: auto;
  padding: 1em 5%;
}

.tabsubsection.hidden {
  display: none;
}

.tabsubsection .prev, .tabsubsection .next {
  position: absolute;
  top: 40%;
  z-index: 250;
  cursor: pointer;
}

.tabsubsection .prev {
  left: 5%;
}

.tabsubsection .next {
  right: 5%;
}

.tabmobile {
  display: none;
}

.aboutmodule .intro p {
  color: #E74B73;
  font-weight: 400;
  margin-bottom: 2.5em;
}

.bodycopymodule .intro p {
  color: #3f3060;
  font-weight: 400;
  margin-bottom: 2.5em;
}

.joinedmodule p.subtitle {
  margin: 0;
  color: #4f4db8;
}

.techmodule h2 {
  color: #E74B73;
}

.techmodule img, .conditionmodule img {
  width: 20%;
  margin: 0 40%;
  display: block;
}

.techmodule p {
  margin: 2em 10%;
}

.techmodule .btn {
  background-color: #E74B73;
}

.conditionmodule {
  background-color: #231735;
  color: #C0D2D6;
}

.conditionmodule p {
  margin: 1.5em 10%;
  width: 80%;
}

.conditionmodule .btn, .privacymodule .btn {
  background-color: #2D2044;
}

.signupmodule p, .userselectmodule p {
  margin: 1.5em 0;
}

.signupformmodule h2 {
  color: #3F3060;
}

.listmodule {
  padding-top: 0;
}

.listmodule .halfmodulewrapperleft, .listmodule .halfmodulewrapperright {
  float: left;
  width: 49%;
  padding: 1.6em 0 2em 0;
  margin-bottom: 2%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
}

.listmodule .halfmodulewrapperleft {
  margin-right: 1%;
}

.listmodule .halfmodulewrapperright {
  margin-left: 1%;
}

.listmodule .imglistwrapper {
  float: left;
  width: 100%;
  padding: 1.6em 0 2em 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
}

.listmodule .imglistwrapper img {
  float: left;
  width: 20%;
  margin: 0 5%;
}

.listmodule .imglistwrapper img.imgleft {
  margin: 0 5% 0 10%;
}

.listmodule .imglistwrapper img.imgright {
  margin: 0 10% 0 5%;
}

.listmodule p {
  font-size: 28px;
  font-weight: 700;
}

.listmodule ul {
  list-style: none;
  padding-left: 0;
}

.listmodule ul li {
  width: 60%;
  margin: 0 20%;
  border-bottom: 1px solid #C0D2D6;
  float: left;
  font-size: 18px;
  overflow: hidden;
  height: 2em;
  line-height: 2em;
}

.listmodule ul li.last {
  border-bottom: none;
}

.listmodule ul.dbllist li {
  width: 46%;
  margin: 0 2%;
}

.listmodule ul.dbllist li.last {
  color: #7E939B;
  font-size: 25px;
  margin: 1.3em 2% 0 2%;
  width: 96%;
  height: 1.6em;
  line-height: 1.6em;
}

.tagline, #contactdetails, .conditionintro {
  font-size: 35px;
  line-height: 50px;
}

.conditionintro {
  color: #c0d2d6;
  margin-bottom: 0.5em;
}

.conditionmodule h2 {
  color: #00D3F9;
}

.conditionmodule h2 {
  margin-bottom: 0;
}

.boxlinks h2 {
  color: #ffffff;
}

.background-green h2 {
  border: 1px solid #333132;
  color: #333132;
}

h2.mainintro {
  width: 80%;
  color: #3f3060;
  margin-left: 10%;
  margin-right: 10%;
}

.userinfomodule h2, .userselectmodule h2, .userinfomodule p.largecopy {
  font-size: 33px;
}

.drawnarrow {
  position: absolute;
  left: -4em;
  bottom: 0.75em;
}

p.subtitle {
  font-size: 30px;
  line-height: 36px;
  margin-top: 0.25em;
  color: #ffffff;
}

p.subtitle span {
  color: #3df9c5;
}

.formmodule {
  width: 100%;
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #3F3060;
  font-size: 17px;
  padding: 1.5em 0;
  margin: 0 0 1.5em 0;
  clear: both;
}

a.btn.sidebyside {
  display: inline-block;
  margin-top: 1em;
}

label, .formmodule input {
  clear: both;
  float: left;
}

form label.ckeditor {
  float: none;
}

.headerimg {
  width: 50%;
  margin: 0 25%;
}

#faqheader .headerimg {
  width: 20%;
  margin: 0 40%;
}

.headerimgsmall {
  width: 26%;
  margin: 2em 37% 0 37%;
}

.headerimgtiny {
  width: 16%;
  margin: 2em 42% 0 42%;
}

.formmodule input:not(.warning):focus {
  border: 1px solid #3df9c5;
}

.formcolcenter {
  float: left;
  width: 44%;
  margin: 0 28%;
  text-align: left;
}

.formcolcontainer {
  width: 100%;
  float: left;
  clear: both;
}

ul#formprogress, ul.howitworksprogress, ul.pagination, ul.paginationarrows, .circularnumber {
  font-size: 17px;
  display: inline-block;
  margin: 0 0 1.5em 0;
  padding: 0.4em;
  color: #ffffff;
  text-align: center;
  background-color: #C0D2D6;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
}

ul.pagination, ul.paginationarrows {
  float: left;
  margin: 0;
  padding: 1em 0;
  background-color: transparent;
}

ul.paginationarrows {
  float: right;
}

ul#formprogress li, ul.howitworksprogress li, ul.pagination li, ul.pagination li a, ul.paginationarrows li, ul.paginationarrows li a {
  display: inline-block;
  height: 2em;
  width: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: top;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  background-color: #ffffff;
  color: #3f3060;
  margin: 0 0.1em;
}

.circularnumber-link {
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
}

.circularnumber {
  background-color: #4f4db8;
  min-width: 1.5em;
  margin: 0 0.4em;
}

ul.pagination li, ul.pagination li a {
  background-color: #e5fafe;
  color: #394a57;
  text-decoration: none;
}

ul.pagination li.separator {
  background-color: transparent;
  padding: 0;
  line-height: 2.5em;
  margin: 0;
  width: 1.5em;
}

ul.paginationarrows li, ul.paginationarrows li a {
  background-color: #4f4db8;
  color: #394a57;
  text-decoration: none;
}

ul.paginationarrows li a span {
  display: block;
  border-bottom: 0.4em solid transparent;
  border-radius: 0;
  border-top: 0.4em solid transparent;
  height: 0;
  line-height: 1em;
  width: 0;
}

ul.paginationarrows li a.right span {
  border-left: 0.7em solid #ffffff;
  margin: 0.65em 0 0 0.7em;
}

ul.paginationarrows li a.left span {
  border-right: 0.7em solid #ffffff;
  margin: 0.65em 0 0 0.55em;
}

ul#formprogress li:first-child, ul.howitworksprogress li:first-child, ul.pagination li:first-child {
  margin-left: 0;
}

ul#formprogress li:last-child, ul.howitworksprogress li:last-child, ul.pagination li:last-child {
  margin-right: 0;
}

ul#formprogress li.active, ul.howitworksprogress li.cycle-pager-active, ul.pagination li.active {
  background-color: #4F4DB8;
  color: #ffffff;
}

ul.pagination li.active, ul.pagination li.active a {
  background-color: #00d3f9;
  color: #ffffff;
}

ul.howitworksprogress li a {
  text-decoration: none;
}

ul.howitworksprogress li.cycle-pager-active a {
  color: #ffffff;
}

ul#formprogress li.complete {
  background-color: #3df9c5;
}

.cycle-slideshow {
  -webkit-transition: height 1s;
  -moz-transition: height 1s;
  -ms-transition: height 1s;
  -o-transition: height 1s;
  transition: height 1s;
}

#headermodule .inner, #headermodulemini .inner {
  width: 87%;
  margin: 0 0 0 13%;
}

.inner {
  width: 74%;
  margin: 0 13%;
  position: relative;
  clear: both;
}

.innerwide {
  width: 90%;
  margin: 0 5%;
}

.innerthin {
  width: 70%;
  margin: 0 15%;
}

.sgllineinput label {
  float: left;
  width: 30%;
  margin: 1em 0;
  line-height: 2.5em;
  color: #4f4db8;
  font-size: 17px;
}

.sgllineinput input[type=text] {
  width: 70%;
}

.sgllineinput div {
  float: left;
  width: 30%;
  color: rgb(79, 77, 184);
  padding: 0 0 0 1em;
  box-sizing: border-box;
}

.sgllineinput div .btn {
  width: 100%;
  line-height: 2.5em;
  background-color: #4f4db8;
  color: #ffffff;
  padding: 0;
  margin: 1em 0;
  font-size: 17px;
}

#userinfomoduleouter {
  position: relative;
}

.userinfomodule .inner {
  width: 50%;
  margin: 0 25%;
  padding-top: 3em;
}

#headermodule {
  background-color: #303f47;
}

#headermodulehome {
  background-color: #3df9c5;
}

#headermodule:after, #headermodulehome:after, .home #menuwrapper:after {
  content: "";
  display: table;
  clear: both;
}

#menumodule, #headermodulemini {
  background-color: #202C31;
}

#menumodule .inner {
  width: 100%;
  margin: 0;
}

#menumodule .menu.portraitonly {
  background-color: #303f47;
}

#headermodulemini {
  position: fixed;
  width: 100%;
  z-index: 500;
  top: -140px;
  transition: 0.4s top cubic-bezier(0.3, 0.73, 0.3, 0.74);
}

#headermodulemini.active {
  top: 0;
  transition: 0.4s top cubic-bezier(0.3, 0.73, 0.3, 0.74);
}

#headermodulemini.active.menuopen {
  height: auto;
}

#headermodulemini .logo {
  margin-right: 1.5em;
}

#headermodulemini .menu {
  float: left;
}

.home #menuwrapper {
  transition: max-height 0.3s ease-out;
  max-height: 0;
  overflow: hidden;
}

.home #menuwrapper.allowsubmenu {
  overflow: visible;
}

.home #menuwrapper.menuopen {
  transition: max-height 0.5s ease-in;
  max-height: 1100px;
}

#websitetitle {
  width: 100%;
  color: #ffffff;
  text-align: left;
}

.websitetitle img {
  display: block;
  padding: 17px 0;
}

.websitetitle a {
  height: 100%;
  float: right;
  font-size: 13px;
  line-height: 70px;
  text-decoration: none;
}

.websitetitle a.logo {
  margin-bottom: 18px;
}

.websitetitle a.logo, .websitetitle a.logo img {
  height: 36px;
  float: left;
}

.logo.logoicon {
  display: none;
}

.websitetitle ul.menu a {
  font-size: 16px;
  white-space: nowrap;
}

.left-part-menu {
  display: flex !important;
  flex-wrap: nowrap;
  float: right;
}

.left-part-menu > ul, .left-part-menu > div {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: end;
}

.menu-btn-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 19px;
  padding: 10px 15px;
}

.menu-btn-row .menu-buttons a {
  line-height: 2em;
  padding: 0 15px;
}

.menu-btn-row a {
  width: auto !important;
  padding: 0 15px;
  background-color: #29a9f6 !important;
  margin: 0 !important;
}

.menu-btn-row > ul {
  width: auto;
}

.menu-buttons {
  line-height: normal;
}

@media only screen and (max-width: 1198px) {
  .left-item-menu {
    right: auto !important;
  }
}
@media only screen and (max-width: 768px) {
  .left-item-menu {
    right: 0 !important;
  }
}
.signup {
  background-color: #3DF9C5;
  color: #243539;
  padding: 0 20px;
}

.logout {
  background-color: #7e939b;
  color: #ffffff;
  padding: 0 24px;
  font-size: 13px !important;
}

#menucontainer {
  clear: both;
  width: 100%;
  text-align: center;
}

.menu {
  font-size: 18px;
  line-height: 70px;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  color: #ffffff;
}

.menu li {
  display: inline-block;
  position: relative;
  vertical-align: top;
  box-sizing: border-box;
}

.menu li.selected {
  background-color: #e4e9ec;
}

.menu.landscapeonly:not(.menumember) li.selected, #headermodulemini .menu li.selected {
  background-color: transparent;
}

.menu.landscapeonly:not(.menumember) li.selected a, #headermodulemini .menu li.selected a {
  color: #00d3f9;
}

.menu li.selected a {
  color: #202c31;
}

.menu li.selectedred {
  background-color: #e74b73;
}

.menu li.selectedblue {
  background-color: #00d3f9;
}

.menu li.selectedpurple {
  background-color: #4f4db8;
}

.menu li a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  height: 100%;
  padding: 0 1em;
}

.menu.menumembers li a {
  padding: 0 0.8em;
}

.menu li:not(.selected):not(.selectedred):not(.selectedblue):not(.selectedpurple) a:not(.login):not(.logout):not(.signup):not(.resendactivation):hover,
#headermodulemini .menu li.selected a:hover {
  background-color: #384952;
}

#menumobile {
  width: 100%;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  color: #ffffff;
}

#menumobile li {
  position: relative;
  border-bottom: 1px solid #ffffff;
}

.introtextmodule {
  width: 100%;
  overflow: auto;
  text-align: center;
}

.introtextmodule, .testimonial, .noresults {
  font-size: 28px;
  line-height: 40px;
}

.privacymodule .intro p, .textmodule .intro p {
  font-size: 25px;
  line-height: 35px;
  color: #3f3060;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 1em;
}

.intro, .intromodule p, .intromodulehome p, .intromodulelight p {
  font-size: 22px;
  line-height: 1.4em;
  color: #3f3060;
  width: 80%;
  margin: 0 10%;
}

.intromodulelight p {
  margin-bottom: 1em;
  color: #394a57;
}

.intromodulelight p:last-of-type {
  margin-bottom: 0;
}

.intromodule p.subtitle, .intromodulehome p.subtitle, .intromodulelight p.subtitle {
  font-weight: 700;
  color: #4f4db8;
}

.privacymodule p, .textmodule p {
  font-size: 22px;
  color: #4F4DB8;
  width: 80%;
}

.privacymodule p {
  margin: 2em 10%;
}

.textmodule p {
  margin: 2em 10% 0 10%;
}

.lightmodule {
  background-color: #F9FBFB;
}

.darkmodule {
  background-color: #323132;
  color: #ffffff;
}

.curvedbottom, .curvedbottomwhite, .curvedbottomblue {
  padding-bottom: 0;
}

.curvedbottom:after, .curvedbottomwhite:after, .curvedbottomblue:after {
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: auto 10px;
  height: 10px;
  padding-top: 3em;
}

.curvedbottom:after {
  background-image: url("/bundles/lrui/img/moduleedges/edge_grey.png");
}

.curvedbottomwhite:after {
  background-image: url("/bundles/lrui/img/moduleedges/edge_white.png");
}

.curvedbottomblue:after {
  background-image: url("/bundles/lrui/img/moduleedges/edge_blue.png");
}

.boxlinks {
  text-align: center;
}

.boxlinks img {
  width: 37%;
}

input, select, textarea {
  font-size: 17px;
  line-height: 2.5em;
  min-height: 2.5em;
  border: 0;
}

a:hover, #socialmediacharity a:hover, .charitymodule #charityinfo a:hover, .menu li a:hover, a.signup:hover, a.login:hover, a.logout:hover,
a#closecontact:hover, a#col1:hover, a#col2:hover, a#closeaddpopup:hover,
a#closesurveypopup:hover, a#close_close_account_popup:hover,
a.closelogin:hover, .formnote a:hover, #twitterintro a:hover,
#joinedheader .submodule p a:hover, .top10list .listitem a:hover, .questionsubmodule a.nextquestionbtn:hover,
.questionsubmodule a.prevquestionbtn:hover, ul.pagination li a:hover, ul.paginationarrows li a:hover {
  zoom: 1;
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.text-pager {
  padding: 1em 0 1.5em 0;
  overflow: auto;
}

.text-pager-mobile {
  display: none;
}

.text-pager a {
  display: block;
  float: left;
  color: #303f47;
  background-color: #f0f5f7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  margin: 0.25em 0.5em 0.5em 0;
  padding: 0.5em 1em;
  font-size: 19px;
}

.text-pager a.cycle-pager-active, .text-pager a:hover, .text-pager a.activesection {
  background-color: #394A57;
  color: #ffffff;
}

.image-pager {
  width: 100%;
  height: 150px;
  position: relative;
  overflow: hidden;
  z-index: 100;
}

.green {
  color: #86a36e;
}

.background-green {
  background-color: #86a36e;
  color: #ffffff;
}

.listtitle {
  text-align: left;
}

.listtitle, .listinfo {
  float: left;
  width: 30%;
  margin: 0.5em 0;
}

.listdescription {
  float: left;
  width: 40%;
  margin: 0.5em 0;
  text-align: left;
}

#map-canvas {
  width: 100%;
  height: 450px;
}

.hidecontrols .prevthumbs, .hidecontrols .nextthumbs {
  display: none;
}

.listheader {
  clear: both;
  width: 100%;
  padding: 1em 0;
  border-top: 1px solid #3E3060;
  line-height: 1.5em;
  color: #00A8F9;
  font-weight: 700;
  background-image: url("/bundles/lrui/img/buttons/faq_open.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 50px 50px;
  cursor: pointer;
}

div.accordion div:first-child div.listheader {
  border: none;
}

.listheader.ui-accordion-header-active {
  background-image: url("/bundles/lrui/img/buttons/faq_close.png");
}

.listheader p {
  width: 80%;
  margin: 0;
}

.accordiondetail, .ui-accordion .ui-accordion-content {
  width: 80%;
  text-align: left;
}

.ui-accordion .ui-accordion-content {
  overflow: auto;
}

.accordionheader .listinfo {
  padding-right: 1.75em;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}

.accordiondetail img {
  float: left;
  margin: 0 1em 1em 0;
}

.accordiondetail p {
  margin-top: 0;
}

.ui-state-focus {
  outline: none;
}

/* prev / next links */
.cycle-prev, .cycle-next {
  position: absolute;
  top: 0;
  width: 16px !important;
  z-index: 800;
  height: 100%;
  cursor: pointer;
}

.slidecontainer {
  position: relative;
}

.slidecontainersingle {
  position: relative;
  display: block;
  text-align: center;
}

.tabslideshowmodule .slidecontainer {
  -webkit-transition: height 1s, min-height 1s;
  -moz-transition: height 1s, min-height 1s;
  -ms-transition: height 1s, min-height 1s;
  -o-transition: height 1s, min-height 1s;
  transition: height 1s, min-height 1s;
}

.slidecontainer .active {
  position: relative;
}

.slidecontainer .innerslide {
  position: absolute;
  display: none;
}

.slidecontainer .innerslide.active {
  position: relative;
  display: block;
}

.tabslideshowmodule .slidecontainer {
  text-align: center;
}

.tabsubsection .slide {
  width: 100%;
  font-size: 22px;
  line-height: 1.4em;
}

.tabsubsection .slide img {
  width: 30%;
  margin: 2em 35% 0 35%;
}

.tabsubsection .slide p {
  width: 50%;
  margin: 1em 25%;
}

.tabslideshowmodule .tabsubsection .slide p {
  margin: 2em 25%;
}

#smcontainer {
  clear: both;
  margin-top: 30px;
}

.smleft {
  float: left;
  width: 48%;
  margin-right: 2%;
  text-align: right;
}

.smright {
  float: left;
  width: 48%;
  margin-left: 2%;
  text-align: left;
}

.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

.accordiondetail, .ui-accordion .ui-accordion-content, #menumobile {
  font-size: 16px;
  line-height: 25px;
}

.errormsg {
  box-sizing: border-box;
  background: url("/bundles/lrui/img/forms/warning.png") no-repeat left center;
  background-size: 2em;
  color: #E74B73;
  width: 96%;
  margin: 0 2% 1em 2%;
  padding-left: 3em;
  text-align: left;
  float: left;
}

.errormsg.innererror {
  margin-left: 0;
  margin-bottom: 0;
}

.formfields {
  float: left;
  width: 100%;
  margin: 1em 0;
  text-align: left;
  position: relative;
  min-height: 2.5em;
  padding: 1px 0;
}

.formfields input[type=radio], .formfields span.radiolabel {
  display: inline-block;
  float: none;
  margin-right: 0.8em;
}

.formmodule input[type=text].warning {
  background-image: url("/bundles/lrui/img/forms/warning.png"), -webkit-linear-gradient(left, #E74B73, #E74B73 1.5%, #f0f5f7 1.5%, #f0f5f7 100%);
  background-image: url("/bundles/lrui/img/forms/warning.png"), linear-gradient(to right, #E74B73, #E74B73 1.5%, #f0f5f7 1.5%, #f0f5f7 100%);
  background-repeat: no-repeat;
  background-position: 92% center;
  background-position: right 2% center;
  background-size: contain;
}

.formfields span.radiolabel {
  margin-right: 2em;
}

textarea, div.cke {
  margin: 1em 0 0.5em 0;
}

select {
  float: left;
  padding: 0;
  height: 2.5em !important;
  width: 100% !important;
}

.closelogin img {
  height: 2.5em;
  margin-top: 1.75em;
  display: block;
  float: right;
}

.qamodule .signupselectform {
  width: 100%;
  margin: 0;
}

#userselectmodulesmall .userinfoselectcontainer {
  display: inline-block;
  float: none;
  line-height: 3.3em;
  height: 3.3em;
  font-size: 17px;
  vertical-align: bottom;
  width: auto !important;
  min-width: 40%;
  text-align: left;
}

#userselectmodulesmall .signupselectform {
  width: 100%;
  margin: 0;
  text-align: center;
}

.userselectmodule .signupselectform {
  width: 54%;
  margin: 0 23%;
}

.userselectmodule .signupselectform .signupselectcontainer {
  width: 100% !important;
  margin: 0;
}

#userselectmodulesmall .signupselectform .signupselectcontainer {
  display: inline-block;
  float: left;
  width: 100% !important;
  margin: 0;
}

#userselectmodulesmall .signupselectform .signupselectcontainer #usertype {
  width: auto !important;
  min-width: 100% !important;
}

a.startsurveybtn {
  float: none;
  margin: 2em 0 0 0;
  background-color: #00d3f9;
}

a.nextquestionbtn, a.prevquestionbtn {
  margin: 0 0 1em 0;
  padding: 0.5em 3.2em 0.5em 2em;
  white-space: nowrap;
  font-size: 19px;
  line-height: 30px;
  min-height: 0;
  background-color: #4f4db8;
  color: #ffffff;
}

a.prevquestionbtn {
  padding: 0.5em 2em 0.5em 3.2em;
  float: left;
}

.landscapeonly {
  display: block !important;
}

table.landscapeonly {
  display: table !important;
  width: 100%;
}

.portraitonly {
  display: none !important;
}

/************Columns**************************/
#colcontainerouter {
  clear: left;
  float: left;
  width: 100%;
  overflow: hidden;
}

#colcontainerinner {
  float: left;
  width: 100%;
  position: relative;
  right: 50%;
}

#col1, #col2 {
  float: left;
  width: 50%;
  position: relative;
  left: 50%;
  overflow: hidden;
  text-decoration: none;
  margin: 2em 0;
}

.boxlinkleft {
  background-color: #4F4DB8;
}

.boxlinkright {
  background-color: #00A8F9;
}

.boxlinkleft2 {
  background-color: #C0D2D6;
}

.boxlinkright2 {
  background-color: #4F4DB8;
}

/************Sign Up Forms**************************/
p.signupintro, #clientsheader p {
  width: 80%;
  margin: 0 10% 2.5em 10%;
}

p.signupintro {
  margin-top: 1.5em;
}

.formmodule p.subtitle {
  color: #243539;
}

.showspeechbubble {
  background: url("/bundles/lrui/img/speechbubble.png") no-repeat right center;
  padding-right: 12%;
}

.speechbubblepopup {
  display: none;
  background-color: #E4E9EC;
  width: 45%;
  margin: 0 0 1em 0;
  padding: 1em 2%;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.speechbubblepopup input,
.speechbubblepopup .selectize-control.single .selectize-input,
.speechbubblepopup .selectize-input,
.speechbubblepopup .selectize-control.single .selectize-input.input-active {
  background-color: #ffffff;
}

.speechbubblepopup a.btn {
  float: left;
  margin: 0.5em 0;
}

.formnote {
  color: #00A8F9;
  font-size: 14px;
  line-height: 1.7em;
}

.note {
  font-size: 14px;
  line-height: 1.7em;
  width: 80%;
  margin: 0 10%;
}

.formnote a {
  color: #00A8F9;
  text-decoration: underline;
}

.infopopupexisting {
  display: none;
  color: #243539;
}

.infopopupexisting p:not(.formnote) {
  margin: 2.25em 0 0.75em 0;
  clear: both;
  float: left;
  font-size: 20px;
  font-weight: 700;
}

#consultantsection {
  display: none;
  width: 100%;
}

.recommendationcontainer {
  margin: 0.25em 0;
  float: left;
  width: 100%;
}

.recommendationlabel {
  color: #ffffff;
  text-align: center;
  padding: 1px 0;
  margin: 0;
  float: left;
  width: 10%;
  line-height: 2.5em;
  min-height: 2.5em;
  background-color: #c0d2d6;
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.recommendationautocomplete, .recommendationcontainer > .ajax-autocomplete-container {
  width: 90%;
  clear: none;
  float: left;
  margin: 0;
}

.recommendationautocomplete .selectize-input {
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}

/************Topic Select***************************/
.topicselect {
  margin-bottom: 1em;
}

/************Tooltips***************************/
a.tooltips {
  position: relative;
  float: right;
  display: inline-block;
  background-color: #f0f5f7;
  border-radius: 50%;
  line-height: 1.5em;
  height: 1.5em;
  width: 1.5em;
  text-align: center;
  text-decoration: none;
}

a.tooltips span {
  position: absolute;
  width: 300px;
  font-size: 15px;
  color: #FFFFFF;
  background: #394a57;
  text-align: left;
  visibility: hidden;
  border-radius: 5px;
  padding: 1em;
  right: 100%;
}

a.tooltips span:after {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 100%;
  width: 0;
  height: 0;
  border-left: 8px solid #394a57;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

a:hover.tooltips span {
  visibility: visible;
  top: 50%;
  margin-top: -20px;
  margin-right: 15px;
  z-index: 999;
}

/************Selectize**************************/
.formmodule .selectize-control.conditiontypes input {
  margin: 0;
}

.formmodule .selectize-control.answers input {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .formcol > div > .formfields.multiselect {
    display: flex;
  }
  .formcol > div > .formfields.multiselect > .selectize-control,
  .formcol > div > .collection-row.multiselect > .selectize-control {
    width: auto;
    float: none;
    flex-grow: 1;
  }
}
.multiselect a.btn, .multiselect a.btn.more {
  line-height: 1.35em;
  background-color: #7E939B;
  box-sizing: border-box;
}

.formfields.multiselect {
  margin: 1em 0 0 0;
}

.formcol div.multiselect:last-child,
.formcoldbl div.multiselect:last-child {
  margin-bottom: 1em;
}

.dblspacing {
  margin-top: 2.5em;
}

/************Condition Q&A**************************/
#conditionselector {
  width: 100%;
  clear: both;
}

#conditionselector div {
  box-sizing: border-box;
  float: left;
  display: table;
  width: 32%;
  height: 7em;
  margin-bottom: 1%;
  font-weight: 700;
}

#conditionselector .conditionleft {
  margin-right: 1%;
}

#conditionselector .conditionright {
  margin-left: 1%;
}

#conditionselector a {
  display: table-cell;
  height: 100%;
  width: 100%;
  background-color: #e0eaef;
  vertical-align: middle;
  text-decoration: none;
  color: #3f3060;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0.5em;
  box-sizing: border-box;
}

#conditionselector .infobox a {
  background-color: #3f3060;
  color: #ffffff;
}

#conditionselector a:hover {
  color: #ffffff;
  background: #4f4db8 url("/bundles/lrui/img/conditions/plus.png") no-repeat center 85%;
  background-size: auto 10%;
}

#listview, #gridview {
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 15px;
  line-height: 3em;
  text-decoration: none;
  background: no-repeat 1em center;
  background-size: auto 45%;
  padding: 0 2em 0 4em;
  margin-bottom: 1.5em;
  float: left;
  display: block;
  border: 1px solid #7e939b;
  color: #394a57;
}

#listview {
  background-image: url("/bundles/lrui/img/conditions/view_list.png");
}

#gridview {
  background-image: url("/bundles/lrui/img/conditions/view_grid.png");
  margin-right: 1.5em;
}

#listview.selected, #listview:hover {
  border: 1px solid #3f3060;
  color: #ffffff;
  background-color: #3f3060;
  background-image: url("/bundles/lrui/img/conditions/view_list_hover.png");
}

#gridview.selected, #gridview:hover {
  border: 1px solid #3f3060;
  color: #ffffff;
  background-color: #3f3060;
  background-image: url("/bundles/lrui/img/conditions/view_grid_hover.png");
}

#conditionselector.listview div {
  width: 49%;
  height: 2.2em;
  line-height: 2.2em;
  margin-left: 0;
  margin-right: 1%;
  text-align: left;
}

#conditionselector.listview a {
  padding: 0 0.75em;
}

#conditionselector.listview a:hover {
  background-position: 97% center;
  background-size: auto 40%;
}

#conditionselector.listview .infobox a {
  padding: 0 0 0 0.9em;
  font-size: 20px;
}

/************Condition Q&A - Condition Page **************************/
#twitterintro {
  float: left;
  width: 35%;
  text-align: left;
  height: 600px;
  position: relative;
}

#twitterintro div {
  position: absolute;
  bottom: 0;
}

#twitterintro a {
  color: #4f4db8;
  font-weight: 700;
  text-decoration: none;
}

#twitterintro div p {
  margin-bottom: 0;
}

#twitterintro div p span {
  color: #e74b73;
  font-weight: 700;
}

#twitterfeedcontainer {
  float: left;
  width: 60%;
  margin-left: 5%;
}

#twitterfeedcontainer iframe {
  float: right;
  width: 520px !important;
}

#twitter-widget-0, .timeline {
  max-width: 100% !important;
}

/************Charity Slider **************************/
.bx-wrapper {
  padding: 2em 3em;
}

.bx-wrapper .bx-viewport {
  border: none;
  box-shadow: none;
  left: auto;
}

.bx-wrapper .bx-prev {
  background-image: url("/bundles/lrui/img/buttons/prev.png");
  left: -20px;
}

.bx-wrapper .bx-next {
  background-image: url("/bundles/lrui/img/buttons/next.png");
  right: 0;
  margin-right: -20px;
}

.bx-wrapper .bx-controls-direction a {
  height: 3em;
  margin-top: -1.5em;
  width: 3em;
}

.bx-wrapper .bx-prev, .bx-wrapper .bx-next {
  background-position: 0 0;
  background-size: 3em 3em;
}

.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-next:hover {
  opacity: 0.8;
  background-position: 0 0;
}

.horizontallist {
  text-align: left;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}

.horizontallist .gallerythumbnails {
  height: 150px;
  width: 1000%;
  position: absolute;
  margin-left: 50px;
  left: 0;
  top: 0;
  text-align: left;
  box-sizing: border-box;
}

.horizontallist .prev, .horizontallist .next {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #ffffff;
  width: 50px;
  height: 350px;
  z-index: 500;
  cursor: pointer;
}

.horizontallist .prev {
  background-image: url("/bundles/lrui/img/buttons/prev.png");
  float: left;
  position: relative;
}

.horizontallist .next {
  background-image: url("/bundles/lrui/img/buttons/next.png");
  position: absolute;
  top: 0;
  right: 0;
}

.hlistitem {
  float: left;
  background-color: #ffffff;
  text-align: center;
  border-right: 1px solid #c0d2d6;
  padding: 0;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

.hlistitem p {
  padding-right: 40px;
  padding-left: 40px;
}

.hlistitem a.btn {
  background-color: #4f4db8;
  margin-top: 0.6em;
}

.hlistitem img {
  display: inline-block;
}

.hlistitem p.charityname {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 700;
  color: #4f4db8;
}

/************Charity Pages **************************/
.charitymodule .bodycopy {
  float: left;
  width: 60%;
  margin-left: 10%;
}

.charitymodule #charityinfo {
  float: left;
  width: 30%;
  text-align: left;
  font-size: 18px;
}

.charitymodule #charityinfo div {
  width: 100%;
  border-bottom: 1px solid #e4e9ec;
  padding: 0.75em 0;
}

.charitymodule #charityinfo #charitylogo {
  padding: 0 0 0.9em 0;
}

.charitymodule #charitylogo span img {
  max-width: 100%;
  display: block;
}

.charitymodule #charitylogo span {
  display: block;
  width: 100%;
  max-width: 250px;
}

.charitymodule #charityinfo a {
  color: #4f4db8;
  font-weight: 700;
  text-decoration: none;
}

#socialmediacharity {
  margin: 0.5em 0 0 0;
  padding: 0;
}

#socialmediacharity li {
  list-style-type: none;
  display: inline;
  margin-right: 0.4em;
}

#socialmediacharity li a img {
  width: 52px;
  max-width: 15%;
}

/************Admin Tables**************************/
#surveysubmodule {
  margin-top: 0;
}

.noresults {
  clear: both;
  text-align: center;
  line-height: 1.5em;
  color: #384952;
  padding: 1em 0;
  font-weight: normal;
}

/************Burger nav*****************************/
a.menucontrol {
  width: 27px;
  height: 21px;
  position: relative;
  margin: 25px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: none;
}

a#menucontrolhome {
  display: block;
}

a#menucontrolhome span {
  background: #3f3060;
}

.menucontrol span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #ffffff;
  border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.menucontrol span:nth-child(1) {
  top: 0;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.menucontrol span:nth-child(2) {
  top: 9px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.menucontrol span:nth-child(3) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.menucontrol.menuopen span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -2px;
  left: 0;
}

.menucontrol.menuopen span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.menucontrol.menuopen span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 17px;
  left: 0;
}

/************Numbers lists**************************/
.bodycopy ol li ol li {
  color: #515153;
  padding-bottom: 1em;
}

.bodycopy > ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ol {
  counter-reset: foo;
  margin: 0;
  padding: 0;
  display: table;
  border-spacing: 0 0.5em;
}

ol li {
  counter-increment: foo;
  margin-bottom: 1em;
}

ol ol li {
  list-style: none;
  display: table-row;
  counter-increment: foo;
}

ol li::before {
  content: counters(foo, ".") " ";
}

ol ol li::before {
  display: table-cell;
  text-align: right;
  padding-right: 0.3em;
}

/************Media Queries**************************/
@media only screen and (max-width: 1051px) {
  .innerthin {
    width: 90%;
    margin: 0 5%;
  }
  #headermodulemini .inner {
    width: 100%;
    margin: 0;
  }
  #headermodulemini .logo {
    margin: 0 0 18px 5%;
  }
  #headermodule .inner {
    width: 95%;
    margin: 0 0 0 5%;
  }
}
@media only screen and (max-width: 1023px) {
  .listmodule ul li {
    font-size: 16px;
  }
  .listmodule ul.dbllist li.last {
    font-size: 24px;
    margin: 1.125em 2% 0;
  }
  .tabmodule .inner, .tabslideshowmodule .inner, .signupformmodule .inner {
    width: 90%;
    margin: 0 5%;
  }
  #tabscontainer a, .text-pager a {
    font-size: 17px;
    line-height: 1.5em;
  }
  .tabslideshowmodule .tabsubsection .slide p {
    width: 90%;
    margin: 2em 5%;
  }
  .tabsubsection .prev, .tabsubsection .next {
    top: 25%;
  }
  .showmembermenu .logo {
    display: none;
  }
  .showmembermenu .logo.logoicon {
    display: block;
  }
  .admintable table, .admintable table.landscapeonly .btn.more {
    font-size: 15px;
  }
  .admintable table.landscapeonly td.preventwrap {
    white-space: normal;
  }
  .inner, .innerthin {
    width: 90%;
    margin: 0 5%;
  }
  #headermodule .inner {
    width: 100%;
    margin: 0;
  }
  #headermodule .logo {
    margin: 0 0 18px 5%;
  }
  #headermodulemini .inner {
    width: 95%;
    margin: 0 0 0 5%;
  }
}
@media only screen and (max-width: 767px) {
  .showmembermenu .logo {
    display: block;
  }
  .showmembermenu .logo.logoicon {
    display: none;
  }
  .image-pager {
    display: none;
  }
  .smleft, .smright {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  body {
    font-size: 17px;
    line-height: 1.6em;
  }
  h1 {
    font-size: 34px;
    line-height: 39px;
  }
  .tagline, #contactdetails {
    font-size: 15px;
    line-height: 20px;
  }
  .introtextmodule, .testimonial {
    font-size: 11px;
    line-height: 18px;
  }
  .landscapeonly, table.landscapeonly {
    display: none !important;
  }
  .portraitonly {
    display: block !important;
  }
  #loginprimary {
    display: none;
  }
  .inner, #headermodule .inner, #headermodulemini .inner, .inlineform .inner {
    width: 90%;
    margin: 0 5%;
  }
  .inlineform input[type=submit] {
    width: 100%;
  }
  #msg {
    float: none;
    display: block;
    text-align: center;
  }
  h2 {
    font-size: 30px;
    line-height: 1.5em;
  }
  #referheader h2, #askheader h2, #resetheader h2 {
    background-size: auto 1.5em;
    min-height: 1.5em;
    line-height: 1.5em;
    background-position: center top;
    padding-left: 0;
    padding-top: 2em;
  }
  #infopageheader .headerimg {
    width: 50%;
  }
  .subtitle, .boxlinks h2, .privacymodule .intro p, .textmodule .intro p, h2.mainintro, .listmodule p, p.subtitle, .signupmodule p, .noresults {
    font-size: 22px;
    line-height: 1.5em;
  }
  ul.pagination {
    width: 100%;
  }
  ul.paginationarrows {
    width: 100%;
    padding-bottom: 0;
  }
  .bodycopy, ul#formprogress li, ul.howitworksprogress li, ul.pagination li {
    font-size: 16px;
  }
  ul#formprogress li {
    height: 1.6em;
    line-height: 1.6em;
    width: 1.6em;
  }
  .listmodule ul.dbllist li.last {
    font-size: 20px;
  }
  .intro, .module, .privacymodule p, .textmodule p, .userinfomodule p, .intromodule p, .intromodulehome p, .intromodulelight p, #clientsheader p, .tabslideshowmodule .slide, .conditionintro {
    font-size: 17px;
    line-height: 1.6em;
  }
  p.signupintro, #clientsheader p {
    width: 100%;
    margin: 0 0 2.5em 0;
  }
  p.signupintro {
    margin-top: 1.5em;
  }
  h2.mainintro, .intro, .intromodule p, .intromodulehome p, .intromodulelight p, .privacymodule p, .textmodule p, .conditionmodule p, .techmodule p {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .headerimg {
    width: 80%;
    margin: 0 10%;
  }
  #faqheader .headerimg {
    width: 60%;
    margin: 0 20%;
  }
  .headerimgsmall {
    width: 50%;
    margin: 0 25%;
  }
  .headerimgtiny {
    width: 30%;
    margin: 1.3em 35% 0 35%;
  }
  .menu {
    font-size: 26px;
    line-height: 2em;
    margin: 0;
    padding: 1em 0;
  }
  .menu.shortmenu {
    padding: 0;
  }
  #menucontrol {
    display: block;
    float: right;
    cursor: pointer;
  }
  .menu li, .menu li a {
    width: 100%;
    display: inline-block;
    padding: 0;
    box-sizing: border-box;
  }
  .menu li.selected, .menu li.selectedred, .menu li.selectedblue, .menu li.selectedpurple {
    background-color: transparent;
  }
  .menu li.selected a, .menu li.selectedred a, .menu li.selectedblue a, .menu li.selectedpurple a, .submenumodule ul li.selected a {
    color: #7d929b;
  }
  .menu li a:not(.login):not(.signup):not(.logout):not(.resendactivation):hover {
    background-color: #384952;
  }
  .menu li a.login, .menu li a.signup, .menu li a.logout {
    font-size: 19px;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
  }
  .menu li a.login, .menu li a.signup, .menu li a.logout {
    background-image: none;
  }
  .menu li a.login div {
    display: inline-block;
    background-image: url("/bundles/lrui/img/buttons/login_mobile.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 1.7em;
  }
  .menumembers ul {
    width: 100%;
  }
  .tabslideshowmodule .slide img {
    width: 40%;
    margin: 2em 30% 0 30%;
  }
  .home #headermodule {
    display: none;
  }
  .listmodule .halfmodulewrapperleft, .listmodule .halfmodulewrapperright {
    width: 100%;
    margin: 0 0 1em 0;
  }
  .listmodule ul li, .listmodule ul.dbllist li {
    width: 70%;
    margin: 0 15%;
  }
  .userinfomodule .inner {
    width: 90%;
    margin: 0 5%;
  }
  #menumodule #loginmobile.menuopen {
    background-image: url("/bundles/lrui/img/buttons/close_login.png");
    background-repeat: no-repeat;
    background-position: 90% center;
    background-position: right 5% center;
    background-size: auto 65%;
  }
  #menumodule #loginmobile.menuopen:hover {
    filter: alpha(opacity=100);
    opacity: 1;
  }
  .dblspacing {
    margin-top: 2.5em;
  }
  .multiselect .selectize-control, .multiselect a.btn {
    width: 100%;
    margin: 0 0 0.5em 0;
  }
  .showspeechbubble {
    background-image: none;
    padding-right: 0;
  }
  .speechbubblepopup a.btn {
    margin-bottom: 0;
  }
  .infopopupexisting p:not(.formnote) {
    margin: 0.75em 0;
  }
  a.tooltips span {
    width: 150px;
  }
  .fileupload {
    width: 40%;
  }
  .errormsg {
    width: 90%;
    margin: 0 5% 1em 5%;
  }
  .userselectmodule h2 {
    background-image: url("/bundles/lrui/img/sparks/sparks_white_top.png"), url("/bundles/lrui/img/sparks/sparks_white_bottom.png");
    background-position: center top, center bottom;
    background-repeat: no-repeat;
    padding: 0.8em 0 1em;
    margin-bottom: 0.6em;
  }
  .userselectmodule h2 span {
    background-image: none;
  }
  .btn.completestep {
    width: 100%;
  }
  .userinfomodule .btn.btnsecondary {
    margin-top: 0.75em;
  }
  .userinfomodule h2, .userselectmodule h2, .userinfomodule p.largecopy {
    font-size: 30px;
  }
  .signupheader h1 {
    background-image: url("/bundles/lrui/img/sparks/sparks_purple_top_mobile.png"), url("/bundles/lrui/img/sparks/sparks_purple_bottom_mobile.png");
    padding: 1em 0 1.1em;
    margin-top: 0;
  }
  .signupmodule h2 {
    background-image: url("/bundles/lrui/img/sparks/sparks_green_top_mobile.png"), url("/bundles/lrui/img/sparks/sparks_green_bottom_mobile.png");
    padding: 1em 0 1.1em;
    margin-top: 0;
  }
  .aboutmodule h2 {
    background-image: url("/bundles/lrui/img/sparks/sparks_red_top_mobile.png"), url("/bundles/lrui/img/sparks/sparks_red_bottom_mobile.png");
    padding: 1em 0 1.1em;
    margin-top: 0;
  }
  #joinedheader h2 {
    background-image: url("/bundles/lrui/img/sparks/sparks_multi_top_mobile.png"), url("/bundles/lrui/img/sparks/sparks_multi_bottom_mobile.png");
    padding: 1em 0 1.1em;
  }
  #joinedheader .submodule p {
    padding-top: 0;
    width: 75%;
  }
  #joinedheader .submodule div {
    width: 20%;
  }
  #joinedheader .submodule div .number {
    font-size: 25px;
  }
  .userselectmodule .signupselectform {
    width: 100%;
    margin: 0;
  }
  #userselectmodulesmall .userinfoselectcontainer {
    width: 100% !important;
  }
  .userinfoselecttext {
    width: 100% !important;
    padding-bottom: 1.4em;
    line-height: 1em;
  }
  #closecontactcontainer {
    margin-right: 5%;
  }
  #contactform input[type=submit] {
    width: 100%;
  }
  #tabscontainer, .verticaltabs #tabscontainer {
    display: none;
  }
  .tabmobile span {
    width: 85%;
    display: inline-block;
  }
  .tabsubsection, .verticaltabs .tabsubsection {
    width: 100%;
    padding: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .tabsubsection .slidecontainer {
    display: none;
    width: 94%;
    padding: 1em 3%;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
  }
  .tabsubsection.hidden {
    display: block;
  }
  .tabsubsection {
    margin-bottom: 1em;
  }
  .tabslideshowmodule .slidecontainer {
    display: none;
  }
  .tabsubsection .top10list, .tabsubsection .tabcontents {
    display: none;
    padding: 0 1em;
  }
  .tabsubsection .tabcontents {
    padding-bottom: 1em;
  }
  .stepslist {
    width: 100%;
    margin: 0;
  }
  .top10list li .number, .stepslist li .number {
    width: 20%;
  }
  .top10list .listitem, .stepslist .listitem {
    width: 80%;
    margin-right: 0;
  }
  .stepslist .listsubtitle .number {
    display: none;
  }
  .stepslist .listsubtitle .listitem {
    width: 100%;
  }
  .tabsubsection.active .slidecontainer, .tabsubsection.active .top10list {
    display: block;
  }
  .tabsubsection .prev img, .tabsubsection .next img {
    width: 32px;
  }
  .text-pager {
    display: none;
  }
  .text-pager-mobile {
    display: block;
  }
  .accordiondetail, .ui-accordion .ui-accordion-content {
    width: 100%;
  }
  .togglebuttons {
    margin: 0;
  }
  .togglebuttons .togglefields {
    float: left;
    clear: both;
    margin: 0.5em 0;
  }
  .ui-buttonset .ui-button {
    margin: 0 0.5em 0 0;
  }
  #localeswitcher {
    position: relative;
    margin-bottom: 20px;
  }
  #localeswitcher ul {
    text-align: center;
  }
  #conditionselector div, #conditionselector .conditionleft, #conditionselector .conditionright {
    width: 49%;
    margin-right: 1%;
    margin-left: 0;
  }
  #conditionselector.listview div {
    width: 100%;
    height: 2.75em;
    line-height: 2.75em;
    margin-right: 0;
  }
  #conditionselector.listview .infobox a {
    padding: 0 0 0 0.75em;
    font-size: 17px;
  }
  .charitymodule .bodycopy, .charitymodule #charityinfo {
    width: 100%;
    margin-left: 0;
  }
  .hlistitem {
    border-right: none;
    padding: 0;
  }
  .hlistitem p {
    padding: 0;
  }
  .questionsubmodule .questiontopicselect {
    width: 100%;
  }
  .questionsubmodule .answerradio {
    float: left;
    width: 20%;
  }
  .questionsubmodule .answerlabel {
    float: left;
    width: 80%;
  }
  .questiontypeselect, .questiontopicselect, .questiontypeselect > div, .surveytypeselect, .surveytypeselect > div {
    width: 100%;
  }
  .questiontopicselect > div {
    width: 60%;
  }
  .questionsubmodule .quetionsubtext .questiontopicselect .questiontopiclabel {
    width: 50%;
    box-sizing: border-box;
  }
  .questionsubmodule .quetionsubtext .questiontopicselect > div {
    width: 50%;
  }
  .questionsubmodule.notamember a.btn {
    width: 60%;
    margin-bottom: 0.5em;
    min-width: 0;
  }
  .questionsubmodule.notamember p {
    margin: 0.5em 0 1em 0;
  }
  .questionsubmodule.notamember .headerimgsmall {
    margin-top: 2em;
  }
  .questionsubmodulebottom .ratingquestion, .questionsubmodulebottom .ratingselect {
    display: block;
    width: 50%;
    float: left;
    box-sizing: border-box;
  }
  .questionsubmodulebottom .ratinganswer {
    display: none;
  }
  .questionsubmodulebottom .ratingaverage {
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 100%;
    max-width: 100%;
    float: left;
    display: block;
    min-height: 0;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  .questionsubmodulebottom .ratingselect .selectize-control {
    width: 50%;
    margin: 1em auto;
  }
  .submodulethin div {
    margin-bottom: 1em;
  }
  .submoduletop {
    padding: 2em 1em;
  }
  .submoduletop h3 {
    padding: 0 34px;
  }
  .bx-wrapper .bx-controls-direction a {
    height: 32px;
    margin-top: -16px;
    width: 32px;
  }
  .bx-wrapper .bx-prev {
    left: 10px;
  }
  .bx-wrapper .bx-next {
    right: 10px;
    margin-right: 0;
  }
  .bx-wrapper .bx-prev, .bx-wrapper .bx-next {
    background-size: 32px 32px;
  }
  #twitterintro, #twitterfeedcontainer {
    width: 100%;
    margin-left: 0;
  }
  #twitterintro {
    height: auto;
    margin-bottom: 1em;
  }
  #twitterintro div {
    position: relative;
  }
  #twitterfeedcontainer {
    max-width: 520px;
  }
  .charitymodule #charityinfo {
    margin-bottom: 2em;
  }
  #slider.sliderreadonly {
    width: 85%;
    margin-left: 0;
  }
  .sgllineinput label {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .sgllineinput input[type=text] {
    width: 100%;
  }
  .sgllineinput div {
    width: 100%;
    padding: 0;
  }
  .subheader {
    text-align: left;
  }
  .subheader span {
    padding: 0;
  }
  .submodulestrip {
    display: block;
  }
  .submodulestrip p {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .submodulestrip .submodulestriplabel {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .submodulestrip .submodulestripbtn {
    float: left;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 1em;
  }
  .submodulestrip.submodulebottom {
    padding: 1em;
  }
}
@media only screen and (min-width: 1780px) {
  .horizontallist li:nth-child(3n) {
    border-right: 1px solid #ffffff;
  }
}
@media only screen and (max-width: 1023px) {
  #headermodulemini {
    display: none;
  }
  #headermodulemini .submenuextended {
    display: none !important;
    width: 0;
    max-width: 0;
  }
}
@media only screen and (max-width: 600px) {
  .checkboxlist li {
    width: 100%;
  }
  #gridview, #listview {
    padding: 0 1em 0 3em;
  }
  #gridview {
    margin-right: 1em;
  }
  a.nextquestionbtn, a.prevquestionbtn, input[type=submit].progressbtn {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .slidecontainer, .top10list {
    display: block !important;
  }
  #joinedheader h2 {
    font-size: 50px;
  }
  #joinedheader p {
    font-size: 25px;
  }
}
.trplspacing {
  margin-top: 3.5em;
}

.disclaimermodule {
  padding-top: 0;
}

.disclaimermodule p {
  color: #7e939b;
  font-size: 14px;
  border-top: 1px solid #c0d2d6;
  padding-top: 3em;
}

@media only screen and (max-width: 1279px) {
  .menu li a {
    padding: 0 0.45em;
  }
  .menu.main-menu li a, .menu.adminmenu li a {
    padding: 0 1em;
  }
  #headermodulemini .logo {
    margin-right: 0.3em;
  }
  .signup {
    padding: 0 8px;
  }
  .login {
    padding: 0 8px 0 23px;
    background-position: 20px center;
  }
}
@media only screen and (max-width: 900px) {
  .menu.main-menu li a, .menu.adminmenu li a {
    padding: 0 0.7em;
  }
}
.listheader {
  clear: both;
  width: 100%;
  padding: 1em 0;
  border-top: 1px solid #3E3060;
  line-height: 1.5em;
  color: #00A8F9;
  font-weight: 700;
  background-image: url("/bundles/lrui/img/buttons/faq_open.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 50px 50px;
  cursor: pointer;
}
.listheader.ui-accordion-header-active {
  background-image: url("/bundles/lrui/img/buttons/faq_close.png");
}

@media only screen and (max-width: 767px) {
  .top10smodule .tabmobile {
    background-color: #00d3f9;
    border: 1px solid #ffffff;
    background-image: url("/img/buttons/top10mobile_open.png");
  }
  .top10smodule .tabmobile.open {
    background-image: url("/img/buttons/top10mobile_close.png");
  }
}
.userinfomodule {
  background-color: #00D3F9;
  color: #ffffff;
  background-image: url("/img/backgrounds/userinfomodule.png");
  background-repeat: no-repeat;
  background-position: right 3em;
  text-align: center;
  display: none;
  z-index: 2;
  padding-top: 0;
}

.signupmodule, .signupheader {
  background-color: #3F3060;
  color: #ffffff;
  background-image: url("/img/backgrounds/signup.png");
  background-repeat: no-repeat;
  background-position: left center;
  text-align: center;
}

.signupmodule {
  background-image: url("/img/backgrounds/signupmodule.png");
  background-position: left bottom;
}

@media only screen and (max-width: 767px) {
  .userinfomodule {
    background-image: url("/img/backgrounds/userinfomodule_mobile.png");
    background-position: right 2em;
  }
  .signupheader {
    background-image: url("/img/backgrounds/signup_mobile.png");
    background-position: left 1em;
  }
  .signupmodule {
    background-image: url("/img/backgrounds/signupmodule_mobile.png");
    background-position: left bottom;
  }
}