/*! Select2 Bootstrap Theme v0.1.0-beta.4 | MIT License | github.com/select2/select2-bootstrap-theme */
@import "../bower_components/bootstrap-select/dist/css/bootstrap-select.css";
.select2-container--bootstrap {
  display: block;
  /*------------------------------------*\
            #COMMON STYLES
    \*------------------------------------*/
  /**
     * Search field in the Select2 dropdown.
     */
  /**
     * No outline for all search fields - in the dropdown
     * and inline in multi Select2s.
     */
  /**
     * Adjust Select2's choices hover and selected styles to match
     * Bootstrap 3's default dropdown styles.
     *
     * @see http://getbootstrap.com/components/#dropdowns
     */
  /**
     * Clear the selection.
     */
  /**
     * Address disabled Select2 styles.
     *
     * @see https://select2.github.io/examples.html#disabled
     * @see http://getbootstrap.com/css/#forms-control-disabled
     */
  /*------------------------------------*\
            #DROPDOWN
    \*------------------------------------*/
  /**
     * Dropdown border color and box-shadow.
     */
  /**
     * Limit the dropdown height.
     */
  /*------------------------------------*\
            #SINGLE SELECT2
    \*------------------------------------*/
  /*------------------------------------*\
        #MULTIPLE SELECT2
    \*------------------------------------*/
  /**
     * Address Bootstrap control sizing classes
     *
     * 1. Reset Bootstrap defaults.
     * 2. Adjust the dropdown arrow button icon position.
     *
     * @see http://getbootstrap.com/css/#forms-control-sizes
     */
  /* 1 */
  /*------------------------------------*\
        #RTL SUPPORT
    \*------------------------------------*/
}
.select2-container--bootstrap .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #808080;
  font-family: "museo", Sans-Serif;
  font-size: 22px;
  outline: 0;
}
.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #808080;
  font-family: "museo", Sans-Serif;
  font-size: 22px;
}
.select2-container--bootstrap .select2-search__field {
  outline: 0;
  /* Firefox 18- */
  /**
         * Firefox 19+
         *
         * @see http://stackoverflow.com/questions/24236240/color-for-styled-placeholder-text-is-muted-in-firefox
         */
}
.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
  color: #999;
}
.select2-container--bootstrap .select2-search__field:-moz-placeholder {
  color: #999;
}
.select2-container--bootstrap .select2-search__field::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
  color: #999;
}
.select2-container--bootstrap .select2-results__option {
  /**
         * Disabled results.
         *
         * @see https://select2.github.io/examples.html#disabled-results
         */
  /**
         * Hover state.
         */
  /**
         * Selected state.
         */
}
.select2-container--bootstrap .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
  color: #eee;
  cursor: not-allowed;
}
.select2-container--bootstrap .select2-results__option[aria-selected=true] {
  background-color: #f5f5f5;
  color: #191919;
}
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #048E91;
  color: #fff;
}
.select2-container--bootstrap .select2-results__option .select2-results__option {
  padding: 6px 12px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -12px;
  padding-left: 24px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -24px;
  padding-left: 36px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -36px;
  padding-left: 48px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -48px;
  padding-left: 60px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -60px;
  padding-left: 72px;
}
.select2-container--bootstrap .select2-results__group {
  color: #eee;
  display: block;
  padding: 6px 12px;
  font-size: 19px;
  line-height: 1.42857143;
  white-space: nowrap;
}
.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -ms-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-color: #66afe9;
}
.select2-container--bootstrap.select2-container--open {
  /**
         * Make the dropdown arrow point up while the dropdown is visible.
         */
  /**
         * Handle border radii of the container when the dropdown is showing.
         */
}
.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 4px 4px 4px;
}
.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: transparent;
}
.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-color: transparent;
}
.select2-container--bootstrap .select2-selection__clear {
  color: #999;
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--bootstrap .select2-selection__clear:hover {
  color: #333;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection {
  border-color: #ccc;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-search__field {
  cursor: not-allowed;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  background-color: #eeeeee;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection__clear,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}
.select2-container--bootstrap .select2-dropdown {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-color: #66afe9;
  overflow-x: hidden;
  margin-top: -1px;
}
.select2-container--bootstrap .select2-dropdown--above {
  margin-top: 1px;
}
.select2-container--bootstrap .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--bootstrap .select2-selection--single {
  height: 45px;
  line-height: 1.42857143;
  padding: 6px 24px 6px 12px;
  /**
         * Adjust the single Select2's dropdown arrow button appearance.
         */
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  position: absolute;
  bottom: 0;
  right: 12px;
  top: 0;
  width: 4px;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-color: #999 transparent transparent transparent;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  height: 0;
  left: 0;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #808080;
  padding: 0;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--bootstrap .select2-selection--multiple {
  min-height: 45px;
  /**
         * Make Multi Select2's choices match Bootstrap 3's default button styles.
         */
  /**
         * Minus 2px borders.
         */
  /**
         * Clear the selection.
         */
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  display: block;
  line-height: 1.42857143;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  float: left;
  margin-top: 5px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  color: #808080;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin: 5px 0 0 6px;
  padding: 0 6px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  background: transparent;
  padding: 0 12px;
  height: 43px;
  line-height: 1.42857143;
  margin-top: 0;
  min-width: 5em;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 3px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 6px;
}
.select2-container--bootstrap.input-sm,
.select2-container--bootstrap.input-lg {
  border-radius: 0;
  font-size: 12px;
  height: auto;
  line-height: 1;
  padding: 0;
}
.select2-container--bootstrap.input-sm .select2-selection--single,
.input-group-sm .select2-container--bootstrap .select2-selection--single,
.form-group-sm .select2-container--bootstrap .select2-selection--single {
  border-radius: 3px;
  font-size: 19px;
  height: 40px;
  line-height: 1.5;
  padding: 5px 22px 5px 10px;
  /* 2 */
}
.select2-container--bootstrap.input-sm .select2-selection--single .select2-selection__arrow b,
.input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  margin-left: -5px;
}
.select2-container--bootstrap.input-sm .select2-selection--multiple,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple {
  min-height: 40px;
}
.select2-container--bootstrap.input-sm .select2-selection--multiple .select2-selection__choice,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 19px;
  line-height: 1.5;
  margin: 4px 0 0 5px;
  padding: 0 5px;
}
.select2-container--bootstrap.input-sm .select2-selection--multiple .select2-search--inline .select2-search__field,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 10px;
  font-size: 19px;
  height: 38px;
  line-height: 1.5;
}
.select2-container--bootstrap.input-sm .select2-selection--multiple .select2-selection__clear,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 5px;
}
.select2-container--bootstrap.input-lg .select2-selection--single,
.input-group-lg .select2-container--bootstrap .select2-selection--single,
.form-group-lg .select2-container--bootstrap .select2-selection--single {
  border-radius: 6px;
  font-size: 28px;
  height: 60px;
  line-height: 1.3333333;
  padding: 10px 31px 10px 16px;
  /* 1 */
}
.select2-container--bootstrap.input-lg .select2-selection--single .select2-selection__arrow,
.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  width: 5px;
}
.select2-container--bootstrap.input-lg .select2-selection--single .select2-selection__arrow b,
.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-width: 5px 5px 0 5px;
  margin-left: -5px;
  margin-left: -10px;
  margin-top: -2.5px;
}
.select2-container--bootstrap.input-lg .select2-selection--multiple,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple {
  min-height: 60px;
}
.select2-container--bootstrap.input-lg .select2-selection--multiple .select2-selection__choice,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 28px;
  line-height: 1.3333333;
  border-radius: 4px;
  margin: 9px 0 0 8px;
  padding: 0 10px;
}
.select2-container--bootstrap.input-lg .select2-selection--multiple .select2-search--inline .select2-search__field,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 16px;
  font-size: 28px;
  height: 58px;
  line-height: 1.3333333;
}
.select2-container--bootstrap.input-lg .select2-selection--multiple .select2-selection__clear,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 10px;
}
.select2-container--bootstrap.input-lg.select2-container--open .select2-selection--single {
  /**
         * Make the dropdown arrow point up while the dropdown is visible.
         */
}
.select2-container--bootstrap.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}
.input-group-lg .select2-container--bootstrap.select2-container--open .select2-selection--single {
  /**
         * Make the dropdown arrow point up while the dropdown is visible.
         */
}
.input-group-lg .select2-container--bootstrap.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}
.select2-container--bootstrap[dir="rtl"] {
  /**
         * Single Select2
         *
         * 1. Makes sure that .select2-selection__placeholder is positioned
         *    correctly.
         */
  /**
         * Multiple Select2
         */
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single {
  padding-left: 24px;
  padding-right: 12px;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
  padding-left: 0;
  text-align: right;
  /* 1 */
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 12px;
  right: auto;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow b {
  margin-left: 0;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 0;
  margin-right: 6px;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
/*------------------------------------*\
    #ADDITIONAL GOODIES
\*------------------------------------*/
/**
 * Address Bootstrap's validation states
 *
 * If a Select2 widget parent has one of Bootstrap's validation state modifier
 * classes, adjust Select2's border colors and focus states accordingly.
 * You may apply said classes to the Select2 dropdown (body > .select2-container)
 * via JavaScript match Bootstraps' to make its styles match.
 *
 * @see http://getbootstrap.com/css/#forms-control-validation
 */
.has-warning .select2-dropdown,
.has-warning .select2-selection {
  border-color: #8a6d3b;
}
.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  border-color: #66512c;
}
.has-warning.select2-drop-active {
  border-color: #66512c;
}
.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #66512c;
}
.has-error .select2-dropdown,
.has-error .select2-selection {
  border-color: #a94442;
}
.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  border-color: #843534;
}
.has-error.select2-drop-active {
  border-color: #843534;
}
.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #843534;
}
.has-success .select2-dropdown,
.has-success .select2-selection {
  border-color: #3c763d;
}
.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  border-color: #2b542c;
}
.has-success.select2-drop-active {
  border-color: #2b542c;
}
.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #2b542c;
}
/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * When Select2 widgets are combined with other elements using Bootstraps
 * "Input Group" component, we don't want specific edges of the Select2
 * container to have a border-radius.
 *
 * Use .select2-bootstrap-prepend and .select2-bootstrap-append on
 * a Bootstrap 3 .input-group to let the contained Select2 widget know which
 * edges should not be rounded as they are directly followed by another element.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
/**
 * Mimick Bootstraps .input-group .form-control styles.
 *
 * @see https://github.com/twbs/bootstrap/blob/master/less/input-groups.less
 */
.input-group .select2-container--bootstrap {
  display: table;
  table-layout: fixed;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group.select2-bootstrap-prepend .select2-container--bootstrap .select2-selection {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group.select2-bootstrap-append .select2-container--bootstrap .select2-selection {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
/**
 * Adjust alignment of Bootstrap buttons in Bootstrap Input Groups to address
 * Multi Select2's height which - depending on how many elements have been selected -
 * may grow taller than its initial size.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
.select2-bootstrap-append .select2-container--bootstrap,
.select2-bootstrap-prepend .select2-container--bootstrap,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-prepend .input-group-btn .btn {
  vertical-align: top;
}
/**
 * Temporary fix for https://github.com/select2/select2-bootstrap-theme/issues/9
 *
 * Provides `!important` for certain properties of the class applied to the
 * original `<select>` element to hide it.
 *
 * @see https://github.com/select2/select2/pull/3301
 * @see https://github.com/fk/select2/commit/31830c7b32cb3d8e1b12d5b434dee40a6e753ada
 */
.form-control.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
}
/**
 * Display override for inline forms
*/
.form-inline .select2-container--bootstrap {
  display: inline-block;
}
span.twitter-typeahead {
  width: 100%;
}
.input-group span.twitter-typeahead {
  display: block !important;
  height: 45px;
  border-radius: 4px;
}
.input-group span.twitter-typeahead .tt-menu,
.input-group span.twitter-typeahead .tt-dropdown-menu {
  top: 32px !important;
}
.input-group span.twitter-typeahead:not(:first-child):not(:last-child) .form-control {
  border-radius: 0px;
}
.input-group span.twitter-typeahead:last-child .form-control {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.input-group.input-group-sm span.twitter-typeahead {
  height: 40px;
}
.input-group.input-group-sm span.twitter-typeahead .tt-menu,
.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
  top: 40px !important;
}
.input-group.input-group-lg span.twitter-typeahead {
  height: 60px;
}
.input-group.input-group-lg span.twitter-typeahead .tt-menu,
.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
  top: 60px !important;
}
.btn {
  padding: 20px 20px;
  font-family: "museo", Sans-Serif;
  font-size: 22px;
  border: 0px solid #808080;
  border-radius: 0px;
  color: #808080;
}
.btn:hover {
  color: #808080;
  transition: all 0.3s ease 0s;
}
.btn:active {
  color: #048E91;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Georgia, Serif;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
.error {
  outline: thin solid;
  outline-color: #ff0000!important;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
body {
  width: 100%;
  height: 100%;
  font-family: "museo", Sans-Serif;
  font-size: 22px;
  line-height: 31px;
}
body .col-lg-12 {
  margin-bottom: 50px;
}
body a {
  color: #048E91;
}
body a:focus {
  text-decoration: none;
}
body p {
  margin: 0 0 30px;
  word-break: break-word;
}
body h1.section-header {
  color: #262626;
  font-family: Georgia, Serif;
  padding-bottom: 50px;
}
body div.section-content {
  margin-bottom: 50px;
}
body div.section-content p {
  margin-bottom: 15px;
}
body ul {
  padding-bottom: 30px;
}
html {
  width: 100%;
  height: 100%;
}
.form-control:focus {
  border-color: #8a50af;
  box-shadow: inset 0 1px 1px rgba(138, 80, 175, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(138, 80, 175, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(138, 80, 175, 0.6);
}
svg.navIcon {
  height: 27px;
}
.navbar {
  font-family: Georgia, Serif;
  font-size: 22px;
  background-color: #048E91;
  color: #fff;
  border-bottom: none;
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.25);
}
.navbar a#logo {
  text-decoration: none;
  color: #fff;
}
.navbar h1#logo {
  margin-left: 10px;
  margin-right: 15px;
  margin-bottom: 15px;
  display: block;
  float: left;
  font-family: Georgia, Serif;
}
.navbar .page-scroll {
  float: left;
  display: block;
  max-width: 100%;
}
.navbar h1#logo:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.navbar .panel {
  position: fixed;
  left: -15.625em;
  /*left or right and the width of your navigation panel*/
  width: 15.625em;
  /*should match the above value*/
}
.navbar a {
  background-color: #fff;
  color: #048E91;
}
.navbar a#navButton {
  background-color: #037678;
  color: #fff;
  margin-left: 25px;
  float: right;
  padding: 20px;
  cursor: pointer;
}
.navbar svg {
  fill: #fff;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.navbar .navbar-header svg {
  width: 45px;
  height: 45px;
  display: block;
  float: left;
  margin-left: 7px;
  margin-top: 2px;
}
nav#menu {
  padding-left: 15px;
  padding-right: 15px;
}
div#main-menu ul#menu-main-menu {
  width: 100%;
}
div#main-menu ul#menu-main-menu li.menu-item {
  font-family: "museo", Sans-Serif;
  background-color: #048E91;
  text-align: center;
  text-decoration: none;
  list-style: none;
  width: 25%;
}
div#main-menu ul#menu-main-menu li.menu-item a {
  background-color: #048E91;
  color: #fff;
  height: 100%;
  padding-top: 5px;
  padding-bottom: 0px;
}
div#main-menu ul#menu-main-menu li.menu-item:hover {
  background-color: #fff;
  color: #012d2e;
}
div#main-menu ul#menu-main-menu li.menu-item:hover a {
  background-color: #fff;
  color: #012d2e;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
div#main-menu ul#menu-main-menu li.menu-item:hover svg {
  fill: #012d2e;
  stroke: #012d2e;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
div#main-menu ul#menu-main-menu li.menu-item:hover svg rect {
  fill: #012d2e;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
div#main-menu ul#menu-main-menu li.menu-item:hover svg path {
  fill: #012d2e;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
div#main-menu ul#menu-main-menu li.menu-item:hover svg polyline {
  fill: #012d2e;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
div#main-menu ul#menu-main-menu li.menu-item:active {
  background-color: #ffffff;
  color: #012d2e;
  transition: 0.25s;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
}
div#main-menu ul.sub-menu {
  padding-left: 0px;
}
section#beta-banner {
  background-color: #8a50af;
  color: white;
  font-size: 18px;
  text-align: center;
}
section#beta-banner a {
  color: white!important;
  text-decoration: underline!important;
}
section#beta-banner a:hover {
  color: #eee !important;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
section#who-are-you {
  background-color: #8a50af;
  color: white;
  font-size: 18px;
  text-align: center;
}
section#who-are-you .btn {
  padding: 10px;
}
section#who-are-you .bootstrap-select.btn-group {
  margin-top: 10px;
  margin-bottom: 30px;
}
section#who-are-you button#cookie-submit {
  color: #8a50af;
  margin-top: 20px;
  padding: 10px;
}
div.taxonomy-description {
  text-align: left;
}
div.section-element-list {
  width: 100%;
  height: 100%;
  text-align: center;
}
div.explanation-text {
  max-height: 175px;
}
div.slide {
  width: 10%;
  /* relative to parent -> 10% of 1000% = 100% of window width */
  float: left;
  position: relative;
  padding-left: 2%;
  padding-right: 2%;
  margin-bottom: 30px;
}
div.slide h2.slideTitle {
  margin-top: 15px;
  text-align: center;
  padding-left: 10%;
  padding-right: 10%;
}
div.slide div#slide-content {
  margin-top: 50px;
  padding-left: 10%;
  padding-right: 10%;
  font-size: 19px;
  line-height: 23.75px;
}
button.scrollerNavButton {
  z-index: 100000;
  top: 65%;
  position: absolute;
  border: 0px;
  visibility: visible;
}
button#backButton {
  display: block;
  left: 0;
  padding-left: 20px;
  padding-right: 20px;
}
button#nextButton {
  display: block;
  right: 0px;
  padding-right: 20px;
  padding-left: 20px;
}
.primary-section {
  margin-top: 180px;
}
.home-section {
  padding-bottom: 100px;
  padding-top: 50px;
  border-bottom: 10px solid #eee;
  text-align: center;
  width: 100%;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.home-section header.page-header {
  padding-bottom: 50px;
}
.home-section h1.section-header {
  color: #262626;
}
.home-section a {
  text-decoration: underline;
  color: #6e408c;
}
section#summary-list {
  padding-top: 0px;
}
.intervention-section {
  border-bottom: 1px solid #eee;
  text-align: left;
  width: 100%;
  margin-top: 30px;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.intervention-section div#title {
  padding-bottom: 50px;
}
.intervention-section h1.section-header {
  color: #262626;
  text-align: center;
}
.intervention-section a {
  text-decoration: underline;
  color: #6e408c;
}
.intervention-section .intervention-summary-title {
  margin-top: 20px;
  margin-bottom: 50px;
  text-align: center;
}
.intervention-section ul {
  margin-bottom: 50px;
}
.intervention-section ul li {
  text-align: left!important;
}
.intervention-section div#summary-scores {
  padding-top: 20px;
  width: 100%;
  display: block;
  float: left;
  border-top: 1px solid #eee;
}
.intervention-section div#summary-scores .section-header {
  text-align: center;
  padding-bottom: 20px;
}
.intervention-section div#summary-scores .intervention-scores {
  margin-top: 20px;
  text-align: center;
  display: block;
  float: left;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fff), color-stop(20%, #fff), color-stop(20%, #eee), color-stop(40%, #eee), color-stop(40%, #fff), color-stop(60%, #fff), color-stop(60%, #eee), color-stop(80%, #eee), color-stop(80%, #fff), color-stop(100%, #fff));
  background-image: -webkit-linear-gradient(left, #fff, #fff 20%, #eee 20%, #eee 40%, #fff 40%, #fff 60%, #eee 60%, #eee 80%, #fff 80%, #fff 100%);
  background-image: -moz-linear-gradient(left, #fff, #fff 20%, #eee 20%, #eee 40%, #fff 40%, #fff 60%, #eee 60%, #eee 80%, #fff 80%, #fff 100%);
  background-image: -ms-linear-gradient(left, #fff, #fff 20%, #eee 20%, #eee 40%, #fff 40%, #fff 60%, #eee 60%, #eee 80%, #fff 80%, #fff 100%);
  background-image: -o-linear-gradient(left, #fff, #fff 20%, #eee 20%, #eee 40%, #fff 40%, #fff 60%, #eee 60%, #eee 80%, #fff 80%, #fff 100%);
}
.intervention-section div#summary-scores .intervention-scores .outcome-score .key {
  max-height: 15px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.intervention-section div#summary-scores .intervention-scores a {
  font-size: 18px;
  line-height: 19px;
}
.intervention-section div#summary-scores .intervention-scores h4 {
  min-height: 40px;
}
.intervention-section div#summary-scores .intervention-scores .evidence-effectiveness,
.intervention-section div#summary-scores .intervention-scores .strength-of-evidence,
.intervention-section div#summary-scores .intervention-scores .implemented-in-uk {
  padding-top: 30px;
  padding-bottom: 30px;
}
.intervention-section .study-link {
  text-align: left;
  display: block;
  padding-bottom: 30px;
}
.intervention-section div#evidence-table {
  margin-top: 60px;
  border-bottom: 1px solid #048E91;
}
.intervention-section .evidence-row {
  display: block;
  border-bottom: 1px solid #048E91;
  font-size: 18px;
  line-height: 18px;
  overflow: hidden;
  width: 100%;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fff), color-stop(20%, #fff), color-stop(20%, #eee), color-stop(40%, #eee), color-stop(40%, #fff), color-stop(60%, #fff), color-stop(60%, #eee), color-stop(80%, #eee), color-stop(80%, #fff), color-stop(100%, #fff));
  background-image: -webkit-linear-gradient(left, #fff, #fff 20%, #eee 20%, #eee 40%, #fff 40%, #fff 60%, #eee 60%, #eee 80%, #fff 80%, #fff 100%);
  background-image: -moz-linear-gradient(left, #fff, #fff 20%, #eee 20%, #eee 40%, #fff 40%, #fff 60%, #eee 60%, #eee 80%, #fff 80%, #fff 100%);
  background-image: -ms-linear-gradient(left, #fff, #fff 20%, #eee 20%, #eee 40%, #fff 40%, #fff 60%, #eee 60%, #eee 80%, #fff 80%, #fff 100%);
  background-image: -o-linear-gradient(left, #fff, #fff 20%, #eee 20%, #eee 40%, #fff 40%, #fff 60%, #eee 60%, #eee 80%, #fff 80%, #fff 100%);
}
.intervention-section .evidence-row h4 {
  color: #666;
  margin-bottom: 40px;
}
.intervention-section .evidence-row .evidence-study {
  display: block;
  float: left;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
}
.intervention-section .evidence-row .evidence-study div#authors {
  margin-bottom: 5px;
}
.intervention-section .evidence-row .evidence-study em {
  color: #808080;
}
.intervention-section .evidence-row svg {
  margin-bottom: 20px;
}
.intervention-section .evidence-row div.column {
  padding-top: 20px;
}
.intervention-section .evidence-row div.column:nth-child(even) {
  height: 100%;
}
.intervention-section .evidence-row .evidence-graphic {
  margin-top: 30px;
  margin-bottom: 10px;
}
.intervention-section .evidence-row .evidence-effectiveness {
  display: block;
  float: left;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
}
.intervention-section .evidence-row .outcome-score {
  display: block;
  float: left;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 50px;
}
.intervention-section .evidence-row .outcome-score a {
  font-size: 18px;
  line-height: 18px;
}
.intervention-section div.evidence-row:first-child {
  border-top: 1px solid #048E91;
}
.intervention-section div.evidence-row:last-child {
  border-bottom: 0px solid #eee;
}
.intervention-section blockquote {
  font-size: 20px;
  color: #048E91;
  font-weight: bold;
}
.intervention-section div#summary-meta {
  padding-bottom: 30px;
}
table,
th,
td {
  border: 1px #eee;
}
div#interventions-table div.intervention:nth-child(odd) {
  background-color: #eee;
}
div#interventions-table .intervention-scores {
  text-align: center;
  display: block;
  float: left;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fff), color-stop(20%, #fff), color-stop(20%, #eee), color-stop(40%, #eee), color-stop(40%, #fff), color-stop(60%, #fff), color-stop(60%, #eee), color-stop(80%, #eee), color-stop(80%, #fff), color-stop(100%, #fff));
  background-image: -webkit-linear-gradient(left, #fff, #fff 20%, #eee 20%, #eee 40%, #fff 40%, #fff 60%, #eee 60%, #eee 80%, #fff 80%, #fff 100%);
  background-image: -moz-linear-gradient(left, #fff, #fff 20%, #eee 20%, #eee 40%, #fff 40%, #fff 60%, #eee 60%, #eee 80%, #fff 80%, #fff 100%);
  background-image: -ms-linear-gradient(left, #fff, #fff 20%, #eee 20%, #eee 40%, #fff 40%, #fff 60%, #eee 60%, #eee 80%, #fff 80%, #fff 100%);
  background-image: -o-linear-gradient(left, #fff, #fff 20%, #eee 20%, #eee 40%, #fff 40%, #fff 60%, #eee 60%, #eee 80%, #fff 80%, #fff 100%);
}
div#interventions-table .intervention-scores h4 {
  min-height: 40px;
}
div#interventions-table .intervention-scores .strength-of-evidence {
  margin-bottom: 30px;
}
div#interventions-table .intervention-scores .evidence-effectiveness,
div#interventions-table .intervention-scores .strength-of-evidence,
div#interventions-table .intervention-scores .implemented-in-uk {
  padding-top: 30px;
  padding-bottom: 30px;
}
div.intervention {
  padding-top: 25px;
  display: block;
  float: left;
  border-bottom: 1px #6e408c;
}
div.intervention .key svg {
  margin-top: 20px;
  margin-bottom: 5px;
}
div.intervention div#intervention-explanation {
  font-size: 18px;
  margin-top: 40px;
  margin-bottom: 40px;
}
div.intervention .outcome-score {
  line-height: 18px;
  margin-top: 20px;
}
div.intervention .outcome-score a {
  font-size: 18px;
}
/* Modem Skin */
.tpd-skin-modem .tpd-title {
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.tpd-skin-modem .tpd-content,
.tpd-skin-modem .tpd-close {
  color: #fff;
  font-size: 16px;
}
.tpd-skin-modem .tpd-background-content {
  background-color: #6e408c;
}
.tpd-skin-modem .tpd-background {
  border-width: 1px;
  border-color: #8a50af;
}
.tpd-skin-modem .tpd-background-title {
  background-color: #6e408c;
}
/* line below the title */
.tpd-skin-modem .tpd-title-wrapper {
  border-bottom: 1px solid #fff;
}
/* shadow */
.tpd-skin-modem .tpd-background-shadow {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
/* spinner */
.tpd-skin-modem .tpd-spinner-spin {
  border-color: rgba(255, 255, 255, 0.2);
  border-left-color: #fff;
}
/* links */
.tpd-skin-modem a {
  color: #fff;
}
.tpd-skin-modem a:hover {
  color: #05bfc3;
}
section#logos {
  background-color: #fff;
}
.footer-section {
  background-color: #048E91;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  width: 100%;
  overflow: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  z-index: 1000;
}
.footer-section h1.section-header {
  color: #fff;
}
.footer-section div#footer-menu {
  text-align: center;
}
.footer-section div#footer-menu a {
  background-color: #048E91;
  color: #fff;
  height: 100%;
  text-decoration: none!important;
}
.footer-section div#footer-menu div.menu-item {
  font-family: "museo", Sans-Serif;
  background-color: #048E91;
  text-align: center;
  text-decoration: none;
  list-style: none;
  width: 100%;
  height: 215px;
  padding-top: 35px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.footer-section div#footer-menu div.menu-item h3.nav-title {
  color: #fff;
  text-decoration: none;
}
.footer-section div#footer-menu div.menu-item h3.nav-title:hover {
  text-decoration: none;
}
.footer-section div#footer-menu div.menu-item:hover {
  color: #012d2e;
  text-decoration: none;
}
.footer-section div#footer-menu div.menu-item:hover a {
  color: #012d2e;
  text-decoration: none;
}
.footer-section div#footer-menu div.menu-item:hover > a:hover {
  color: #012d2e;
  text-decoration: none!important;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.footer-section div#footer-menu div.menu-item:hover > svg {
  fill: #012d2e;
  stroke: #012d2e;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.footer-section div#footer-menu div.menu-item:hover > svg rect {
  fill: #012d2e;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.footer-section div#footer-menu div.menu-item:hover > svg path {
  fill: #012d2e;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.footer-section div#footer-menu div.menu-item:hover > svg polyline {
  fill: #012d2e;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.footer-section div#footer-menu div.menu-item:hover > h3 {
  color: #012d2e;
  text-decoration: none!important;
}
.footer-section div#footer-menu div.menu-item:hover > h3 a {
  color: #012d2e;
  text-decoration: none!important;
}
.footer-section div#footer-menu div.menu-item:active > h3 {
  color: #012d2e;
  text-decoration: none!important;
}
.footer-section div#footer-menu div.menu-item:focus > a {
  text-decoration: none;
}
.footer-section div#footer-menu ul.sub-menu {
  padding-left: 0px;
}
.section-footer.container {
  height: 20%;
  z-index: 1000;
}
.search-section {
  text-align: center;
  width: 100%;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.archive-section {
  text-align: center;
  width: 100%;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.archive-section h2.section-header {
  margin-top: 35px;
  margin-bottom: 35px;
}
div#searchbox {
  background-color: #eee;
}
section#intro {
  background: #fff;
}
section#intro h1,
section#intro h2,
section#intro h3,
section#intro h4,
section#intro h5,
section#intro h6 {
  color: #262626;
}
section#intro p {
  color: #262626;
}
div#logos-box svg {
  width: 100%;
}
section#interventions {
  border-bottom: 0px solid #eee;
  margin-bottom: 150px;
  padding-bottom: 150px;
  background-color: #fff;
  color: #048E91;
}
section#interventions h1.section-header {
  color: #048E91;
}
section#interventions a {
  text-decoration: none;
  color: #262626;
}
section#interventions td.intervention-name {
  text-align: left;
}
section#interventions tr.intervention svg {
  padding-top: 5px;
}
section#interventions tr.intervention:hover svg path {
  fill: #fff;
}
section#interventions .table-hover > tbody > tr:hover {
  background-color: #6e408c;
  color: #fff;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
section#interventions .table-hover > tbody > tr:hover a {
  color: #fff;
}
section#interventions .table-hover > tbody > tr:hover h3:hover {
  color: rgba(255, 255, 255, 0.8);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
section#interventions .table-hover > tbody > tr:hover h4#intervention-link:hover {
  color: rgba(255, 255, 255, 0.8);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
section#interventions input#search {
  height: 71px;
  font-size: 24px;
}
section#interventions .tt-menu {
  width: 100%;
  background-color: #fff;
  top: 71px!important;
  border: 1px solid #ccc;
  position: relative;
  z-index: 10000!important;
}
section#interventions .tt-open {
  z-index: 10000!important;
}
section#interventions .tt-hint {
  visibility: hidden;
}
section#interventions .tt-suggestion.tt-selectable,
section#interventions .empty-message {
  height: 71px;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
section#interventions .tt-dataset {
  overflow-y: auto!important;
  z-index: 10002!important;
}
section#interventions h1.section-header {
  color: #262626;
}
section#interventions .intervention-description {
  color: #262626;
}
section#intervention-search {
  background-color: #048E91;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 50px;
}
section#intervention-search a h2 {
  color: #eee;
  padding-bottom: 30px;
}
section#intervention-search a:hover {
  text-decoration: none!important;
}
section#intervention-search a:hover h2 {
  color: #6e408c;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
section#intervention-search .section-header {
  margin-bottom: 50px;
}
section#intervention-search .intervention-description {
  text-align: center;
}
section#intervention-search .intervention-description button {
  margin-top: 25px;
}
section#intervention-search .input-group {
  width: 100%;
}
section#intervention-search input {
  height: 71px;
  font-size: 24px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff !important;
  width: 100%;
}
section#intervention-search input#search {
  width: 100%;
}
section#search-again {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #eee;
  min-height: 500px;
  text-align: center;
}
section#search-again .input-group {
  width: 100%;
}
section#search-again input {
  height: 71px;
  font-size: 24px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff !important;
  width: 100%;
}
section#search-again input#search {
  width: 100%;
}
section#search-again .tt-menu {
  width: 100%;
  background-color: #fff;
  top: 71px!important;
  border: 1px solid #ccc;
  z-index: 10000!important;
  position: relative;
}
section#search-again .tt-suggestion.tt-selectable,
section#search-again .empty-message {
  height: 71px;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}
section#search-again .tt-dataset {
  max-height: 500px;
  overflow-y: auto!important;
  z-index: 10000!important;
}
section#search-again div.taxonomy-description {
  text-align: center;
}
section#search-again .empty-message {
  height: 100px;
}
section#search-results div#search-container {
  margin-top: 30px;
}
section#search-results div#search-container h2.page-title {
  margin-top: 50px;
}
section#search-results .search-result {
  border-bottom: 1px solid #ccc;
  padding-top: 30px;
  padding-bottom: 40px;
  display: block;
}
section#search-results .search-result div#authors {
  margin-top: 10px;
}
section#search-results .search-result div#abstract {
  margin-top: 20px;
}
section#search-results .search-result:last-child {
  border-bottom: 0px solid #eee!important;
}
section#search {
  padding-bottom: 50px;
  background-color: #eee;
  min-height: 500px;
  z-index: 10000!important;
}
section#search svg#timer-icon {
  margin-top: 10px;
}
section#search input#search {
  height: 71px;
  font-size: 24px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff !important;
}
section#search .tt-menu {
  width: 100%;
  background-color: #fff;
  top: 71px!important;
  border: 1px solid #ccc;
}
section#search .tt-suggestion,
section#search .tt-selectable,
section#search .empty-message {
  height: 71px;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 10006;
}
section#search .tt-suggestion strong.tt-highlight,
section#search .tt-selectable strong.tt-highlight,
section#search .empty-message strong.tt-highlight {
  font-weight: bold;
}
section#search .tt-dataset {
  max-height: 500px;
  overflow-y: auto!important;
}
section#search div#database-search-form {
  width: 100%;
}
section#search h1.section-header {
  color: #262626;
}
section#search .section-header {
  padding-bottom: 50px;
}
section#search #search-timer {
  padding-top: 50px;
  padding-bottom: 50px;
}
section#search div#search-results {
  padding-top: 50px;
  padding-bottom: 50px;
}
section#search div#search-results :last-child {
  border-bottom: 0px solid #eee!important;
}
section#search div#search-results .page-header {
  margin-top: 20px;
}
section#search div#search-results .search-result {
  border-bottom: 1px solid #ccc;
  display: inline-block;
  padding-top: 50px;
  padding-bottom: 50px;
}
section#search div#search-results .search-result div#authors {
  margin-top: 20px;
}
section#search div#search-results .search-result div.abstract {
  margin-top: 30px;
}
section#search .description.col-md-12 {
  margin-bottom: 20px;
}
section#search button#advanced-search-button {
  margin-top: 20px;
  width: 100%;
}
section.topic-section {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  z-index: -1;
}
section.topic-section .topic-list {
  margin-top: 50px;
}
section.topic-section .section-title {
  display: block;
  z-index: -1;
}
section.topic-section .topic {
  display: block;
}
section#types .section-title {
  display: block;
  z-index: -1;
  position: relative;
}
section#outcomes {
  background-color: #eee;
}
section#settings {
  background-color: #fff;
}
div#jumpto {
  margin-bottom: 35px;
}
section#page-intro article header {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}
section#page-intro article h2 {
  margin-top: 75px;
  margin-bottom: 40px;
}
section#archive .jump-to-filter-box {
  margin-top: 30px;
  margin-bottom: 20px;
}
section#archive .page-header {
  padding-bottom: 30px;
}
section#archive div.taxonomy-description {
  text-align: center;
}
section#archive div.search-result {
  border-bottom: 1px solid #eee;
}
section#archive div#authors {
  margin-top: 20px;
  margin-bottom: 20px;
}
section#archive h2#study-title {
  margin-bottom: 25px;
  margin-top: 25px;
}
section#archive h2.page-title {
  border-bottom: 1px solid #eee;
  padding-bottom: 50px;
}
section#archive div#abstract {
  margin-bottom: 30px;
}
section#archive :last-child {
  border-bottom: 0px solid #eee;
}
section#refine-search {
  padding-bottom: 50px;
  border-bottom: 1px solid #eee;
  background-color: #eee;
}
section#refine-search div#search-filter-form div {
  min-height: 100px;
}
section#refine-search .page-title {
  margin-top: 50px;
  margin-bottom: 50px;
}
section#refine-search .section-header {
  color: #262626;
  padding-top: 30px;
  margin-bottom: 30px;
}
section#refine-search svg#brain {
  width: 300px;
  height: 300px;
}
button#search-submit {
  margin-top: 50px;
}
section#what-is-dementia {
  background: #fff;
}
section#what-interventions-are-available {
  background-color: #fff;
}
section#what-settings {
  background: #fff;
}
section#blog {
  background-color: #fff;
  height: 100%;
}
section#blog div.slide h2.slideTitle {
  margin-top: 75px;
  text-align: center;
}
section#blog div.slide div#slide-content {
  margin-top: 50px;
  padding-left: 10%;
  padding-right: 10%;
  text-align: center;
}
section#blog div.slide a#slideTitle {
  display: block;
  margin-bottom: 50px;
}
section#blog div.slide img.attachment-post-thumbnail.wp-post-image {
  border: 1px solid #fff;
}
section#blog .even-blog-post {
  background-color: #999999;
}
section#blog .odd-blog-post {
  background-color: #666666;
}
section#contact {
  background: #fff;
  padding-bottom: 50px;
}
section#contact .section-header {
  padding-bottom: 0px!important;
}
section#contact a {
  text-decoration: none;
}
section#contact div.contact-us {
  font-family: "museo", Sans-Serif;
  text-align: center;
  text-decoration: none;
  list-style: none;
  width: 100%;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
section#contact div.contact-us h3.section-header {
  color: #000;
  text-decoration: none;
}
section#contact div.contact-us h3.section-header:hover {
  text-decoration: none;
}
section#contact div.contact-us:hover {
  color: #012d2e;
  text-decoration: none;
}
section#contact div.contact-us:hover a {
  color: #012d2e;
  text-decoration: none;
}
section#contact div.contact-us:hover > a:hover {
  color: #012d2e;
  text-decoration: none!important;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
section#contact div.contact-us:hover > svg {
  stroke: #000000;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
section#contact div.contact-us:hover > svg path {
  fill: #000000;
  stroke: #fff;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
section#contact div.contact-us:hover > h3 {
  color: #012d2e;
  text-decoration: none!important;
}
section#contact div.contact-us:hover > h3 a {
  color: #012d2e;
  text-decoration: none!important;
}
section#contact div.contact-us:active > h3 {
  color: #012d2e;
  text-decoration: none!important;
}
section#contact div.contact-us:focus > a {
  text-decoration: none;
}
h1.blog-header {
  padding-bottom: 30px;
  text-align: left;
}
.blog-header a {
  text-decoration: none;
}
.single-post {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  background: #eee;
}
.blog-content {
  text-align: left;
}
.blog-content p {
  margin-bottom: 30px;
}
.blog-content img {
  width: 100%;
  height: auto;
  text-align: center;
}
.blog-content iframe {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.blog-content .EmbeddedTweet {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
ol.commentlist {
  list-style: none;
}
.comment-author.vcard img {
  max-width: 5%;
  padding-bottom: 20px;
  padding-top: 20px;
}
textarea#comment {
  margin-top: 30px;
  display: block;
  float: left;
  margin-bottom: 50px;
  width: 100%;
}
p.comment-form-comment label {
  display: block;
  float: left;
}
p.form-submit input#submit {
  display: block;
  float: left;
  margin-bottom: 50px;
}
svg.icon {
  border: 1px solid #fff;
  width: 150px;
  height: 150px;
}
.article-content {
  padding-bottom: 30px;
  text-align: left;
  padding-right: 30px;
}
.page-section {
  text-align: left;
  background-color: rgba(255, 255, 255, 0.8);
}
.graticule {
  fill: none;
  stroke: #777;
  stroke-width: .5px;
  stroke-opacity: .5;
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
@media (max-width: 1024px) {
  div#main-menu h3.nav-title {
    font-size: 22px;
    padding-bottom: 10px;
    margin-top: 5px;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
  .navbar-header a#logo {
    visibility: hidden;
    display: none;
  }
  div#main-menu ul#menu-main-menu {
    padding-bottom: 0px;
  }
  div#main-menu ul#menu-main-menu li.menu-item {
    height: 160px;
  }
  .modal-dialog {
    width: 600px;
    margin: 128px auto;
  }
  input#search {
    width: 500px;
  }
}
@media (max-width: 767px) {
  .home-section {
    padding-top: 50px;
  }
  div#main-menu ul#menu-main-menu :last-child {
    border-bottom: 0px solid #eee!important;
  }
  div#main-menu ul#menu-main-menu li.menu-item {
    width: 100%;
    border-bottom: 1px #fff solid;
  }
  .navbar-nav {
    margin: 0px;
  }
  .intervention-scores .col-sm-3 {
    border-bottom: 1px #fff solid;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .intervention-scores .col-sm-3:last-child {
    border-bottom: 0px #fff solid;
  }
  section#search {
    min-height: 800px;
  }
  section#search .search-result {
    min-height: 0px!important;
  }
  div#evidence-table div {
    width: 100%;
    display: block;
    float: left;
  }
  .evidence-row {
    background-image: none!important;
  }
  .evidence-row div.column:nth-child(even) {
    color: #fff;
    height: 100%;
  }
  .intervention-scores {
    background-image: none!important;
  }
  .intervention-scores .evidence-effectiveness,
  .intervention-scores .strength-of-evidence,
  .intervention-scores .implemented-in-uk {
    width: 100%;
    display: block;
    float: left;
  }
  .search-result {
    float: left;
  }
  .pagination {
    float: left;
    width: 100%;
    margin: 20px 0px;
    padding: 0px;
  }
}
@media (max-width: 630px) {
  .navbar a#navButton {
    padding-top: 55px;
    padding-bottom: 60px;
  }
  .navbar-nav {
    margin: 0px;
  }
  .impact-section {
    padding-top: 75px;
  }
  .impact-section div.section-element-list {
    margin-top: 15%;
  }
  .navbar .page-scroll {
    max-width: 55%;
  }
  .blog-content {
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
  }
  h1.blog-header {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .impact-section div.section-element-list {
    height: 50%;
  }
  .impact-section .section-footer.container {
    margin-left: 0px;
    margin-right: 0px;
  }
  svg.navIcon {
    height: 27px;
    width: 60px;
  }
  .blog-section div#slideTitle {
    padding-left: 20px;
    padding-right: 20px;
  }
  .primary-section {
    margin-top: 50px;
  }
}
@media (max-width: 531px) {
  .impact-section .section-header.container {
    height: 10%;
    margin-top: 20px;
  }
  .impact-section div.slide div#slide-content {
    margin-top: 10px;
  }
  .navbar .page-scroll {
    max-width: 55%;
  }
  body {
    font-size: 19px;
    line-height: 23.75px;
  }
  section#refine-search svg#brain {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 371px) {
  .navbar a#navButton {
    padding-left: 15px;
    padding-right: 15px;
  }
  .impact-section .section-header.container {
    height: 10%;
    margin-top: 20px;
  }
  .impact-section div.slide h2.slideTitle {
    margin-top: 25px;
  }
  .navbar .page-scroll {
    max-width: 55%;
  }
  body {
    font-size: 19px;
    line-height: 23.75px;
  }
  .slide {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
  }
}
